.elementor-167 .elementor-element.elementor-element-2eee327{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-01c8117 *//* ================== CONTACT US PAGE ================== */

#contactus {
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* TITLE */
.contact-title {
  font-size: 38px;
  font-weight: 900;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto 10px;
  color: #111;
}

.contact-title span {
  color: #00A896;
}

.contact-sub {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto 40px;
  color: #444;
  font-size: 15px;
}

/* GRID LAYOUT */
.contact-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

/* FORM BOX */
.contact-form-box {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-left: 4px solid #00A896;
  padding: 30px;
  border-radius: 12px;
}

.form-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

#contactForm label {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-top: 10px;
  display: block;
}

#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #ccc;
  outline: none;
}

#contactForm input:focus,
#contactForm textarea:focus {
  border-color: #00A896;
}

/* BUTTON */
.contact-btn {
  width: 100%;
  padding: 14px;
  margin-top: 20px;
  background: #00A896;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #008b76;
}

/* INFO BOX */
.contact-info-box {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-left: 4px solid #00A896;
  padding: 28px;
  border-radius: 12px;
}

.info-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #111;
}

.info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.info-icon {
  font-size: 20px;
  color: #00A896;
}

.info-item p {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.info-item a {
  color: #00A896;
  font-weight: 600;
  text-decoration: none;
}

/* WhatsApp CTA */
.whatsapp-cta {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 20px;
  background: #00A896;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.whatsapp-cta:hover {
  background: #008673;
}

/* RESPONSIVE */
@media(max-width: 900px){
  .contact-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */