@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
  }

body, html{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}

.about-nav ul li a{
  color: #002f6c;
}

@media only screen and (max-width: 767px) {
  .dropdown-contact{
    margin-right: 70px;
  }
  
  .dropdown .dropdown-content {
    display: none; 
    position: absolute;
    right: -70%;
    text-align: center;
    background: #e8f0eb;
    border-radius: 5px;
    min-width: 120px;
    z-index: 1;
}
}




.background_image {

    background-image: url('/assets/images/cont-us.jpg');
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
}

.overlay{
  font-size: 40px;
  color: #393871;
  margin: 10px;
  padding: 10px 10px 40px 10px;
  opacity: 0.8;
  
}
.wave{
    position: absolute;
    width: 100%;
    bottom: -100px;
    color: #fbeaea;
    opacity: 1;
}



/* Contact US Form*/

.contact-container{
    z-index: -1;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
  }

  .contact-div{
    margin-top: 120px;
    width: 100%;
    max-width: 1000px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: revert-layer;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form{
    background: #E6F4EA;
    position: relative;
  }

  .circle{
    border-radius: 50%;
    background: linear-gradient(to right, #c8e1e1, #98c3c2);
    position: absolute;
    opacity: 0.6;
  }

  .circle.one{
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
  }

  .circle.two{
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
  }

/* Other existing styles */

  .contact-form:before{
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: #E6F4EA;
    transform:rotate(45deg);
    top: 50px;
    left: -13px;  
  }

  form{
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }

  .contact-title{
     font-weight: 600;
     line-height: 1;
     margin-bottom: 0.7rem;
     font-size: 2.2rem;
     color: #444;
  }

  textarea.input{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0.8rem 1.2rem;
    min-height: 145px;
    border-radius: 25px;
    resize: none;
    overflow-y: hidden;
    width: 370px;
  }

  .textarea textarea::placeholder{
    color: #aaa;
    font-weight: 500; 
}

.contact-btn{
  margin: 10px 10px 0 0;
  border: 2px solid #10afab;
  background-color: #10afab;
  color: #fff;

}
.contact-btn:hover {
  color: #10afab;
  border: 2px solid #10afab;
}

.contact-info{
  padding: 2.3rem 2.2rem;
  position: relative; 
}
.contact-info h3{
  font-size: 2rem;
}
.contact-info .title{
  color: #10afab;
  font-weight: 600;
}

.text{
  color: #333;
  margin: 1.5rem 0 1.5rem 0;
  font-size: 1.25rem;
}

.info{
  margin-top: 25px;
}

.information{
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items:center;
  font-size: 0.95rem;
}

.fas{
  color: #10afab;
  margin-right: 20px;
}

.information p{
  font-size: 1.25rem;
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #10afab;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.input-field{
    max-width: 380px;
    height: 55px;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}

.input-field i{
    text-align: center;
    line-height: 55px;
    color: #acacac;
    transition: 0.5s;
    font-size: 1.1rem;
}

.input-field input{
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}

.input-field input::placeholder{
    color: #aaa;
    font-weight: 500; 
}

@media (max-width: 850px) {
  .contact-div {
    grid-template-columns: 1fr;
    z-index: revert-layer;
    /* position: relative; */
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .contact-container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
    position: relative;
  }

  .text,
  .information,
  .social-media p {
    font-size: 1rem;
    margin: 0 20px 0 0;
  }

  
  .information p {
    font-size: 1rem;
  }

  .title {
    font-size: 1.6rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .contact-title{
    font-size: 1.6rem;
  }

  .input-field{
    margin-right: 25px;
  }

  .select-box{
    width: 93%;
  }

  .checkboxes{
    width: 93%;
  }

  .textarea .input {
    width: 305px;
  }

  .contact-btn {
    padding: 0.45rem 1.2rem;
    border-radius: 10px;
  }
}


 .multi-select {
  position: relative;
}

.selected{
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}


.select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  cursor: pointer;
  max-width: 380px;
  height: 55px;
  background-color: #fff;
  margin: 10px 0;
  padding: 0 0.4rem;
  border-radius: 55px;
}

.select-box span{
  color :#aaa ;
  font-weight: 500;
}

.fas{
  color : #acacac ;
  font-size: 1.1rem;
  text-align: center;
  margin-left: 10px;
}
.dropdown-icon {
  margin-left: auto;
}

.checkboxes {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 150px;
  overflow-y: auto;
}

.checkboxes label {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.checkboxes label:hover {
  background-color: #f0f0f0;
}

.checkboxes input[type="checkbox"] {
  margin-right: 10px;
}



