/*********** Contact Us Banner Section  **************/

#contact-us .ct-bnr {
  background-color: #edf7fb;
}

#contact-us .contact-banner {
  background: url("/wp-content/uploads/2025/06/Contact-Us-Image.png") center
    center/cover no-repeat;

  text-align: center;

  padding: clamp(100px, 15vw, 250px) clamp(20px, 4vw, 60px);

  color: #fff;

  position: relative;
}

#contact-us .contact-banner h1 {
  font-family: Nunito;

  font-weight: 800;

  font-size: clamp(35px, 5vw, 70px);

  line-height: 70px;

  text-align: center;
}

/********** Contact Us Content Section  ***********/

#contact-us .contact-content {
  background-color: #edf7fb;

  padding: clamp(40px, 5vw, 80px) clamp(20px, 8vw, 170px);
}

#contact-us .contact-content h2 {
  font-family: Nunito;

  font-weight: 800;

  font-size: clamp(25px, 4vw, 50px);

  line-height: 50px;

  text-transform: capitalize;
}

#contact-us .contact-content p {
  font-family: Manrope;

  font-weight: 500;

  font-size: clamp(14px, 1.2vw, 20px);

  line-height: 2;
}

/*********** Contact Form & Detail Section **********/

#contact-us .contact-info {
  background: #ffffff;

  border-top-left-radius: 10px;

  padding: 3rem;
}

#contact-us .contact-info h3 {
  font-family: Nunito;

  font-weight: 800;

  font-size: clamp(20px, 2.2vw, 35px);

  line-height: 100%;

  color: #000000;
}

#contact-us .contact-address {
  margin: 0 !important;
}

#contact-us .contact-address li a {
  text-decoration: none;

  font-family: Manrope;

  font-weight: 700;

  font-size: clamp(14px, 1.2vw, 20px);

  line-height: 50px;

  padding-left: 1rem;

  color: #000000;
}

#contact-us .new-mbl {
  padding-left: 2rem;
}

#contact-us .contact-social-icon {
  padding: 2rem 0;

  display: flex;

  justify-content: start;

  gap: 15px;
}

#contact-us .contact-social-icon li {
  width: 50px;

  height: 50px;

  border: 1px solid #e0e0e0;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 1s ease;
}

#contact-us .contact-social-icon li:hover {
  background: linear-gradient(180deg, #01e8af 0%, #1dbae5 100%);

  color: #fff;

  transform: rotate(360deg);
}

#contact-us .contact-social-icon li a {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100%;

  font-size: 18px;

  color: #000;

  text-decoration: none;

  transition: color 0.3s ease;
}

#contact-us .contact-social-icon li:hover a {
  color: #fff;
}

#contact-us .contact-info p {
  font-family: Manrope;

  font-weight: 500;

  font-size: clamp(14px, 1.2vw, 18px);

  line-height: 1.8;
}

#contact-us .contact-info p img {
  margin-right: 5px;
}

#contact-us .contact-form {
  background: url("/wp-content/uploads/2025/06/Frame.jpg") left bottom/cover
    no-repeat;

  color: #fff !important;

  padding: 3rem;

  border-top-right-radius: 10px;
}

#contact-us .contact-form h3 {
  font-family: Nunito;

  font-weight: 800;

  font-size: clamp(20px, 2.2vw, 35px);

  line-height: 50px;

  color: #ffffff;

  text-align: left;

  text-transform: capitalize;
}

#contact-us .contact-form input,
#contact-us .contact-form textarea,
#contact-us .contact-form input::placeholder,
#contact-us .contact-form textarea::placeholder {
  border-color: #fff !important;

  color: #fff !important;
}

#contact-us .submit-realted {
  text-align: left !important;

  margin: 0 !important;
}

#contact-us .wpcf7-form-control-wrap {
  text-align: left !important;

  width: 50%;
}

#contact-us .cf7ic_instructions {
  font-size: 14px;
}

/************* Contact Map Section  **********/

#contact-us .contact-map {
  padding: clamp(40px, 5vw, 80px) clamp(20px, 8vw, 170px);
}

#contact-us .contact-map iframe {
  width: 100%;

  height: 60vh;

  border: none;
}

/* Responsive Code of Contact Us  */

@media (max-width: 1439px) {
}

@media (max-width: 1279px) {
  #contact-us .contact-map iframe {
    height: 45vh;
  }

  #contact-us .contact-form {
    padding: 2rem;
  }

  #contact-us .contact-info {
    padding: 2rem;
  }
}

/* Tab  */

@media (max-width: 1023px) {
  #contact-us .contact-map iframe {
    height: 40vh;
  }

  #contact-us .contact-content {
    padding: 50px 0;
  }

  #contact-us .contact-form {
    padding: 1rem;
  }

  #contact-us .contact-info {
    padding: 1rem;
  }

  #contact-us .contact-social-icon {
    padding: 1rem 0;
  }

  .main-contact-form input[type="submit"] {
    padding: 18px 40px;

    font-size: 16px !important;
  }

  #contact-us .contact-address img {
    max-width: 100%;

    height: 25px;

    width: 25px;
  }

  #contact-us .new-mbl {
    padding-left: 1.6rem;
  }

  #contact-us .contact-form ::placeholder {
    font-size: 14px !important;
  }

  #contact-us .wpcf7-form-control-wrap {
    width: 100%;

    text-align: center !important;
  }

  .col-md-12.submit-realted:after {
    top: 17px;

    right: 50px;
  }

  #contact-us .main-contact-form .row {
    display: flex;

    justify-content: center;

    align-items: center;
  }

  #contact-us .submit-realted {
    text-align: center !important;
  }
}

/* Mobile  */

@media (max-width: 767px) {
  body.has-sticky-header {
    padding-top: 0px;
  }

  .site-branding {
    display: none;
  }

  .home-banner {
    margin-top: 0;
  }

  #contact-us .contact-map iframe {
    height: 30vh;
  }

  #contact-us .contact-banner {
    background-position-x: 100%;

    margin-top: 35px;
  }

  #contact-us .contact-content {
    padding: 30px 0;
  }

  #contact-us .contact-form {
    padding: 1rem;

    border-radius: 0;
  }

  #contact-us .contact-info {
    padding: 1rem;
  }

  #contact-us .contact-address img {
    max-width: 75%;

    height: 25px;

    width: 25px;
  }

  #contact-us .new-mbl {
    padding-left: 1.5rem;
  }

  .main-contact-form input[type="submit"] {
    padding: 15px 30px !important;

    font-size: 15px !important;
  }

  .col-md-12.submit-realted:after {
    display: none;
  }

  .main-contact-form .row .col-md-6 {
    margin-bottom: 0px;
  }

  #contact-us .wpcf7-form-control-wrap {
    width: 100%;
  }
}
