.contact-us{
    margin-top: 150px;
    background: #fbf7ff;
    padding: 100px 0px;
}

.contact-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}


.contact-conetent {
    flex-basis: 40%;
}

.contact-form{
    flex-basis: 60%;
}

.contact-conetent h2{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.contact-conetent a{
    color:  #5e5e5e;
    margin: 0;
}

.contact-conetent svg{
    width: 22px;
}

.contact-content-sub{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 35px;
}

.contact-content-sub div a{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 14px 0px;
}

.contact-content-sub div a span{
    text-decoration: underline;
    color: #000;
}

.location{
    width: 25px;
    object-fit: contain;
}

.contact-form  h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 800;
    line-height: 56px;
    color: #1d1f40;
    line-height: 50px;
    margin: 15px 0px;
  }

  .contact-form h1 span{
      background-image: linear-gradient(90deg, #0053a9 0%, #1d1f40 100%);
      -webkit-background-clip: text; /* For older Safari/Chrome */
      background-clip: text;
      color: transparent;
  }
  

  .contact-form  .sub-tit{
    text-transform: uppercase;
    font-size: 12px;
    color: #0053a9;
    max-width: 800px;
    font-weight: 800;
    margin: 15px 0px !important;
  }

.content-conatiner-about  h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 800;
    line-height: 56px;
    color: #1d1f40;
    line-height: 50px;
    margin: 15px 0px;
  }

  .content-conatiner-about h1 span{
    background-image:  linear-gradient(90deg, #0053a9 0%, #1d1f40 100%);
    -webkit-background-clip: text; /* For older Safari/Chrome */
    background-clip: text;
    color: transparent;
  }
  
  .content-conatiner-about  .desc{
    font-size: 16px;
    color: #5e5e5e;
    margin: 15px 0px;
  }
  
  .content-conatiner-about  .sub-tit{
    text-transform: uppercase;
    font-size: 12px;
    color: #0053a9;
    max-width: 800px;
    font-weight: 800;
    margin: 15px 0px !important;
  }

  .conatct-form{
    width: 100%;
    border-radius:12px ;
    border: 0.5px solid #0053a9;
    background: #ffff;
    padding: 25px;
    margin-top: 50px;
  }

  .conatct-form p{
    color: #5e5e5e;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .feild-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    gap: 25px; 
  }

  .each-feild{
    background: #fbf7ff;
    flex-basis: 50%;
    border-radius: 8px;
  }

  .each-feild input{
    border: none;
    outline: none;
    padding: 18px 10px;
    width: 1005;
    background: none;
    width: 100%;
  } 
  .messge-feild{
    flex-basis: 100%;
    width: 100%;
  }

  .messge-feild textarea{
    border: none;
    outline: none;
    padding: 18px 10px;
    width: 1005;
    background: none;
    width: 100%;
  }

 
  
@media screen and (min-width:200px) and (max-width:900px){
    .feild-row{
        flex-direction: column;
    }
    .each-feild{
        flex-basis: 100%;
        width: 100%;
    }
}
 
  
@media screen and (min-width:200px) and (max-width:800px){
  .contact-us{
    margin-top: 90px;
  } 

    .contact-container{
       flex-direction: column;
       align-items: start;
    }
    
    
    .contact-conetent {
        flex-basis: 100%;
        width: 100%;
    }
    
    .contact-form{
        flex-basis: 100%;
    }
    .feild-row{
        flex-direction: row;
    }
}

@media screen and (min-width:200px) and (max-width:500px){
    .feild-row{
        flex-direction: column;
    }
    .content-conatiner-about  h1 {
        margin: 0;
        font-size: 38px;
      }
      .conatct-form{
        padding: 15px;
      }
      .feild-row {
        gap: 15px;
      }
}

@media screen and (min-width:200px) and (max-width:450px){
    .contact-form  h1  {
        margin: 0;
        font-size: 32px;
        line-height: 33px;
      }
}

.conatct-form button{
  color: #ffff;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 18px;
  padding: 15px;
  width: 100%;
  background: linear-gradient(90deg, #0053a9 0%, #1d1f40 100%);
  border-radius: 12px;
  margin-top: 12px;
}