
/* ---- Hero ---- */
.contact-hero {
  margin-top: -84px;
  padding: calc(84px + clamp(48px, 7vw, 90px)) 0 clamp(56px, 8vw, 90px);
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background:radial-gradient(circle, rgba(255, 255, 255, .16) 1.5px, transparent 1.5px) 0 0 / 22px 22px, linear-gradient(120deg, #dc35ff 0%, #1a9d87 55%, #11063b 100%);
}

.contact-hero h1 {
  color: #ffffff;
  max-width: 620px;
  margin: 0 auto;
}

.contact-hero p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 56ch;
  margin: 16px auto 0;
}

/* ---- Contact type cards (overlapping the hero bottom edge) ---- */
.contact-cards {
  margin-top: -60px;
  position: relative;
  z-index: 3;
}
.contact-card i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7f7ee;
    color: #0c5a3e;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 14px;
}
.maxwidth-undo,
.maxwidth-undo * {
  max-width: unset !important;
}
.contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 20px 45px rgba(6, 59, 44, 0.12);
  height: 100%;
  text-align: left;
}

.contact-card .icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #e7f7ee;
  color: #0c5a3e;
}

.contact-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.contact-card p {
  font-size: 0.875rem;
  margin-bottom: 16px;
}

.contact-card .card-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0c5a3e;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ---- Benefit icons ("With ManageTeamz you can") ---- */
.benefits-section {
  padding: 80px 20px 60px;
  text-align: center;
}

.benefits-section .section-head h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 48px;
}
.benefits-section i{
    width:56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7f7ee;
    color: #0c5a3e;
    border-radius: 14px;
    margin-bottom: 16px;
    font-size: 14px;

}
.benefits-section ul {
  display: flex;
  padding-left: 0px;
  justify-content: space-around;
}

.benefits-section ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  font-family: Cambria, Georgia, serif;
}

/* Icon badge before each item */
.benefits-section .row.g-4 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem; 
}
/* ---- Contact form ---- */
.contact-form-section {
  padding: clamp(50px, 7vw, 90px) 0;
  background: #f9faf9;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid #e4e7e5;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 44px);
}

.contact-form-card .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #12181a;
  margin-bottom: 6px;
}

.contact-form-card .form-control {
  border: 1px solid #e4e7e5;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.9rem;
}

.contact-form-card .form-control:focus {
  border-color: #1a9d63;
  box-shadow: 0 0 0 3px rgba(26, 157, 99, 0.15);
}

.contact-direct-info {
  height: 100%;
}

.contact-direct-info h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.contact-direct-info p {
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.contact-number-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #e4e7e5;
  font-size: 0.9rem;
}

.contact-number-row .icon-badge {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #e7f7ee;
  color: #0c5a3e;
  margin-bottom: 0;
  flex-shrink: 0;
}

.contact-number-row .country {
  font-weight: 700;
  font-size: 0.72rem;
  color: #a6b0ae;
  text-transform: uppercase;
  display: block;
}

/*css for captcha*/

.contact-submit-btn {
  margin-left: auto;
}

.captcha-inline {
  /* display: flex; */
  align-items: center;
  gap: 10px;
}

.captcha-inline input[type="text"],
.captcha-inline input[type="number"] {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 10px 12px;
  font-family: "Inter Display", sans-serif;
  font-size: 15px;
  color: #111;
  outline: none;
  text-align: center;
}

.captcha-inline input[type="text"] {
  width: 52px;
  color: #555;
  pointer-events: none;
}

.captcha-inline input[type="number"] {
  width: 70px;
  background: #fff;
  pointer-events: all;
}

.captcha-inline input[type="number"]:focus {
  border-color: #111;
}

.math-op {
  font-size: 16px;
  font-family: "Inter Display", sans-serif;
  color: #333;
  font-weight: 500;
}


/* Captcha Row - Mobile Responsive */

@media (max-width: 768px) {

  .captcha-inline {
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-submit-btn {
    width: 100%;
    margin-left: 0;
  }

  .loader_div {
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 480px) {

  .captcha-inline input[type="text"],
  .captcha-inline input[type="number"] {
    width: 48px;
    padding: 8px 6px;
    font-size: 14px;
  }

  .captcha-inline input[type="number"] {
    width: 60px;
  }

  .math-op {
    font-size: 14px;
  }
}

.contact-form label.error {
  color: red;
  font-size: 13px;
  margin-bottom: 0;
}

.loader_div {
  display: none;
}

.iti--separate-dial-code .iti__selected-flag {
  height: 46px;
}

.alert-success {
  font-size: 14px;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .contact-cards {
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .footer-inner {
    padding-bottom: 0px;
  }  
  .contact-card p {
    margin-bottom: 0px;
  }
  .benefits-section ul {
    flex-direction: column;
    gap: 35px;
  }
   .benefits-section {
    padding: 48px 20px 40px;
  }
   .benefits-section ul li {
    flex: none;
  }
  .benefits-section .section-head h2 {
    margin-bottom: 43px;
  }
  .contact-direct-info h3{
    margin-top: 15px;
  }

}