.jyms-contact-us {
    background-color: rgba(27, 36, 53, 1);
    color: rgba(255, 255, 255, 1);
    padding: 0%;
    margin: 0;
  }
  
  .jyms-contact-section-1 {
    padding: 50px 42px 50px 42px;
  }
  
  .jyms-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding:60px 220px ;
    
  }
  
  .jyms-red {
    color: rgba(240, 88, 59, 1);
  }
  
  .jyms-text-h1 {
    font-size: 68px;
    font-weight: 500;
    margin:0px;
    margin-bottom:20px;
    text-align: center;
  }
  
  .jyms-text-p {
    font-size: 33px;
    margin: 0;
    text-align: center;
  }
  
  .jyms-contact-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .jyms-card::before {
    content: var(--bg-number); /* Change this to whatever number you need */
    position: absolute;
    
    left:-100px;
    bottom: -100px;
    
    font-size: 314px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.05); /* Light color for a background effect */
    z-index: 0;
    pointer-events: none; /* Make sure it doesn't interfere with other content */
  }
  
  
  .jyms-card {
    background-color: #fff;
    aspect-ratio: 1/0.6;
    width: 32%;
    padding:20px 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
  }

 
  
  .jyms-card:hover {
    background-color: rgba(240, 88, 59, 1);
    .jyms-icon {
      color: #fff;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
        hue-rotate(190deg) brightness(120%) contrast(100%);
    }
    .jyms-card-p1 {
      color: #fff;
    }
    .jyms-card-p2 {
      color: #fff;
    }
  }
  
  .jyms-contact-cards a {
    text-decoration: none;
  }
  
  .jyms-contact-cards a:hover {
    text-decoration: none;
  }
  
  .jyms-card-img {
    position: absolute;
    top: 20%;
    left: -21%;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    z-index: 0;
  }
  
  .jyms-icon {
    width: 86px;
    height: 86px;
    position: relative;
    top: 0%;
  }
  
  .jyms-card-p1 {
    
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    color: rgba(31, 54, 86, 1);
  }


  
  .jyms-card-p2 {
    font-size: 22px;
    font-weight: 400;
    color: rgba(31, 54, 86, 1);
  }
  
 
  

    
  .jyms-contact-form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.15);
    margin: auto;
    width: 80%;
    padding-bottom: 5%;
    margin-bottom: 20px;
    padding-top: 3%;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  .jyms-form-h1 {
    font-weight: 700;
    font-size: 50px;
    
    margin-bottom: 0;
  }
  
  .jyms-form-p {
    color: rgba(255, 255, 255, 0.56);
    margin-bottom: 1.5em;
    
  }
  
  .jyms-input-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  
  .jyms-form-span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
    
    font-weight: 600;
  }
  
  .jyms-input1 {
    height: 52px;
    width: 360px;
    background-color: rgba(27, 36, 53, 1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 5px;
    margin-top: 10px;
    font-size: 18px;
    
    border-radius: 5px;
  }
  
  .jyms-input2{
    height: 153px;
    width: 744px;
    max-width: 744px;
    background-color: rgba(27, 36, 53, 1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 5px;
    margin-top: 10px;
    font-size: 18px;
    
    border-radius: 5px;
  }
  
  .jyms-form-span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .jyms-submit-button {
    margin-left: 74%;
    background-color: rgba(217, 57, 84, 1);
    color: white;
    width: 193px;
    height: 65px;
    border-radius: 8px;
    border: none;
    font-size: 18px;
    
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
  }
  @media (max-width:1366px){
    .jyms-card {
      aspect-ratio: 1/0.8;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .jyms-text-h1 {
      font-size: 80px;
    }
  
    .jyms-text-p {
      font-size: 28px;
    }
  
    .jyms-text {
      padding: 120px;
      padding-top: 20px;
    }
  
    .jyms-contact-cards {
      flex-direction: column;
      align-items: center;
    }
  
    .jyms-card {
      width: 80%;
      margin-bottom: 20px;
    }
  
    .jyms-input1,.jyms-input2 {
      width: 100%;
      box-sizing: border-box;
    }
  
   
  }
  




  @media only screen and (max-width: 700px) {

    .jyms-contact-form {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      border: 1px solid;
      border-color: rgba(255, 255, 255, 0.15);
      margin: auto;
      padding-bottom: 5%;
      margin-bottom: 20px;
      padding-top: 3%;
    }

    .jyms-contact-section-1 {
      padding: 50px 20px; /* Adjust padding for smaller screens */
    }
  
    .jyms-text-h1 {
      font-size: 60px;
    }
  
    .jyms-text-p {
      font-size: 24px;
    }
  
    .jyms-text {
      padding: 100px 20px;
      text-align: center;
    }
  
    .jyms-contact-cards {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
  
    .jyms-card {
      width: 90%;
      margin-bottom: 20px;
      text-align: center;
    }
  
    .jyms-input-container {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
  
    .jyms-form-span {
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
    }
  
 
  
  
  
    .jyms-submit-button {
      width: 90%;
      margin: 20px auto 0 auto;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .jyms-contact-form {
      width: 94%;
      box-sizing: border-box;
      
      padding: 15px;
    }
  
    .jyms-text-h1 {
      font-size: 40px;
    }
  
    .jyms-text-p {
      font-size: 20px;
    }
  
    .jyms-text {
      padding: 50px 20px;
    }
  
    .jyms-input-container {
      flex-direction: column;
      width: 100%;
    }
  
    .jyms-contact-cards {
      flex-direction: column;
      align-items: center;
    }
  
    .jyms-card {
      width: 100%;
    }
  

  
    .jyms-submit-button {
      width: 90%;
      margin-left: 0;
      margin-top: 10px;
    }
  }
  