:root {
  --c-brand: #2cbaa1;
  --c-brand-20: rgba(44, 186, 161, 0.2);
  --c-brand-10: rgba(44, 186, 161, 0.1);
  --c-brand-border: rgba(0, 125, 103, 0.5);
  --c-title: #030213;
  --c-body: #6f6f6f;
  --c-input-border: rgba(17, 17, 19, 0.2);
  --c-footer: #0e4970;
  --c-footer-text: #f5f6f7;
  --c-footer-copy: rgba(184, 212, 230, 0.6);
  --c-cta-btn: #0d446d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--c-title);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* .site-header {
  background: #ffffff;
}

.contact-navbar {
  min-height: 109px;
  padding: 24px 0;
}

.logo-wrap {
  margin-right: 24px;
}

.brand-logo {
  width: 158px;
  height: auto;
}

.nav-links {
  gap: 30px;
}

.nav-links .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: var(--c-title);
  padding: 0;
}

.nav-links .nav-link:hover {
  color: var(--c-brand);
}

.top-call-btn {
  height: 48px;
  min-width: 120px;
  padding: 12px 24px;
  border: 0;
  background: var(--c-brand);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.1504px;
}

.top-call-btn:hover {
  background: #25ad94;
  color: #ffffff;
} */

.hero-section {
  padding: 56px 0;
}

.hero-right-content.contact-right {
  font-family: "Source Serif 4", serif;
  font-weight: 700;
  font-style: italic;
  color: #2cbaa1;
}

/* .hero-left {
   display: flex;
  flex-direction: column;
  gap: 40px; 
  max-width: 480px; 
} */

/* .tip-chip {
  display: inline-flex;
  align-items: center;
  height: 48px;
  border-radius: 6px;
  background: #f7f7f7;
  padding: 0 24px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.36px;
  width: fit-content;
} */

/* .hero-title {
  margin: 0;
  font-size: 5.375rem;
  line-height: 86px;
  letter-spacing: -2.58px;
  font-weight: 600;
} */

/* /* .hero-title span {
  color: var(--c-brand);
  font-family: "Source Serif 4", serif;
  font-style: italic;
  font-weight: 700; 
} */

/* .hero-copy {
  margin: 0;
  width: 395px;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: -0.24px;
  font-weight: 500;
  color: var(--c-body);
} */
.contact-card {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 16px;
  background: #f8f8f8;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 34px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
}

.contact-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.contact-label i {
  font-size: 0.9375rem;
  color: var(--c-title);
}

.contact-item p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 36px;
  letter-spacing: -0.24px;
  font-weight: 500;
  color: var(--c-body);
}

.map {
  width: 100%;
  margin-top: 24px;
}

.map iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .map {
    max-width: 100%;
  }

  .map iframe {
    height: 250px;
  }
}

.contact-form-shell {
  width: 579px;
  max-width: 100%;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.input-wrap {
  width: 550px;
  max-width: 100%;
  height: 64px;
  border: 1.175px solid var(--c-input-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 11.6px;
  padding: 15.278px 18.804px;
  background: #ffffff;
}

.input-wrap.is-invalid,
.textarea-wrap.is-invalid {
  border-color: #dc3545;
}

.input-wrap.is-invalid:focus-within,
.textarea-wrap.is-invalid:focus-within {
  border-width: 3.526px;
  border-color: #dc3545;
}

.input-wrap:focus-within,
.input-wrap:has(input:not(:placeholder-shown)) {
  border-width: 3.526px;
  border-color: var(--c-brand-border);
}

.input-wrap i {
  font-size: 1.25rem;
  color: var(--c-body);
}

.input-wrap input {
  border: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--c-title);
}

.input-wrap input::placeholder,
.textarea-wrap textarea::placeholder {
  color: var(--c-body);
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.field-group h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.24px;
  color: #1e1e1e;
}

.chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 511px;
  max-width: 100%;
}

.chip-btn {
  border: 1px solid rgba(111, 111, 111, 0.2);
  border-radius: 8px;
  background: #ffffff;
  color: var(--c-body);
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
}

.chip-btn i {
  font-size: 1rem;
  color: var(--c-title);
}

.chip-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chip-btn .icon-on {
  display: none;
}

.chip-input:checked + .chip-btn {
  background: var(--c-brand-20);
  border-color: var(--c-brand-border);
  color: var(--c-title);
}

.chip-input:checked + .chip-btn .icon-on {
  display: inline-flex;
}

.chip-input:checked + .chip-btn .icon-off {
  display: none;
}

.chip-input:checked + .chip-btn i {
  color: #007d67;
}

.chip-input:focus-visible + .chip-btn {
  outline: 2px solid var(--c-brand-border);
  outline-offset: 2px;
}

.textarea-wrap {
  width: 550px;
  max-width: 100%;
  height: 148px;
  border: 1.175px solid var(--c-input-border);
  border-radius: 12px;
  padding: 15.278px 18.804px;
  display: flex;
  align-items: flex-start;
}

.textarea-wrap:focus-within,
.textarea-wrap:has(textarea:not(:placeholder-shown)) {
  border-width: 3.526px;
  border-color: var(--c-brand-border);
}

.textarea-wrap textarea {
  border: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 1.25rem;
  line-height: 1.4;
}

.validation-message {
  width: 550px;
  max-width: 100%;
  margin-top: -28px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #dc3545;
  display: none;
}

.validation-message.is-visible {
  display: block;
}

/* .primary-submit {
  border: 1px solid #027662;
  background: #2bbba2;
  border-radius: 32px;
  height: 56px;
  padding: 8px 4px 8px 24px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
} */

/* .round-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0d446d;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
} */

/* .primary-submit:hover {
  background: #22ad95;
} */

/* .cta-footer-zone {
  padding-top: 56px;
}

.cta-card {
  position: relative;
  width: 100%;
  min-height: 500px;
  border: 10px solid #ffffff;
  border-radius: 32px;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(44, 186, 161, 0.15), transparent 25%),
    radial-gradient(circle at 92% 92%, rgba(44, 186, 161, 0.2), transparent 20%),
    radial-gradient(circle, rgba(13, 68, 109, 0.08) 1px, transparent 1px);
  background-size: auto, auto, 12px 12px;
  background-color: #f7f7f5;
}

.cta-card::before,
.cta-card::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 45px solid rgba(44, 186, 161, 0.35);
  pointer-events: none;
}

.cta-card::before {
  top: -240px;
  left: -180px;
  transform: rotate(35deg);
}

.cta-card::after {
  right: -190px;
  bottom: -240px;
  transform: rotate(-145deg);
}

.cta-content {
  width: 100%;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 24px;
} */
/* 
.tip-soft {
  min-height: 48px;
  padding: 10px 24px;
  border-radius: 12px;
  background: var(--c-brand-10);
  color: var(--c-brand);
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: -0.2px;
  font-weight: 500;
}

.cta-content h2 {
  margin: 0;
  width: 495px;
  max-width: 100%;
  font-size: 3.875rem;
  line-height: 72px;
  letter-spacing: -1.86px;
  font-weight: 600;
  color: var(--c-title);
}

.cta-content h2 em {
  font-family: "Source Serif 4", serif;
  font-style: italic;
  font-weight: 700;
}

.cta-content p {
  margin: 0;
  width: 503px;
  max-width: 100%;
  color: var(--c-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 29.25px;
}

.apply-btn {
  min-height: 56px;
  padding: 8px 24px;
  border: 1px solid var(--c-cta-btn);
  background: var(--c-cta-btn);
  color: #f4f5f5;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
}

.apply-btn:hover {
  background: #0a3a5c;
  color: #f4f5f5;
}

.site-footer {
  margin-top: 56px;
  background: var(--c-footer);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 81px;
}

.footer-main {
  padding-bottom: 60px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-logo {
  width: 130px;
  height: auto;
}

.footer-brand p {
  margin: 0;
  width: 364px;
  max-width: 100%;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.625rem;
  line-height: 32px;
  letter-spacing: -0.52px;
}

.footer-brand p em {
  font-family: "Source Serif 4", serif;
  font-style: italic;
}

.social-row {
  display: flex;
  gap: 16px;
}

.social-row a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #f4f5f5;
  color: #0e4970;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  text-decoration: none;
}

.footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.footer-links-wrap h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
}

.footer-links-wrap nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links-wrap a {
  text-decoration: none;
  color: var(--c-footer-text);
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}

.footer-links-wrap a:hover {
  color: #ffffff;
}

.footer-bottom {
  min-height: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  color: var(--c-footer-copy);
  font-size: 0.875rem;
  line-height: 21px;
  letter-spacing: 0.28px;
} */

@media (max-width: 1199.98px) {
  /* .contact-navbar {
    min-height: 88px;
    gap: 16px;
  }

  .top-call-btn {
    display: none;
  }

  .navbar-collapse {
    padding-top: 12px;
  }

  .nav-links {
    gap: 16px;
    padding: 12px 0;
  } */

  .hero-section {
    padding: 32px 0 56px;
  }

  .hero-left,
  .contact-form-shell,
  .form-grid,
  .input-wrap,
  .textarea-wrap,
  .chips-row {
    width: 100%;
    max-width: 100%;
  }
  .contact-btn {
    width: 100%;
    justify-content: center;
  }

  /* .hero-title {
    font-size: 4rem;
    line-height: 66px;
    letter-spacing: -1.6px;
  } */

  /* .hero-copy {
    font-size: 1.3125rem;
    line-height: 32px;
  } */

  /* .cta-content h2 {
    font-size: 3.125rem;
    line-height: 58px;
  }

  .footer-links-wrap {
    gap: 36px;
  } */
}

@media (max-width: 767.98px) {
  /* .contact-navbar {
    min-height: 74px;
  }

  .brand-logo {
    width: 136px;
  } */

  .hero-left {
    gap: 24px;
  }

  /* .tip-chip {
    font-size: 1rem;
    line-height: 24px;
    height: 42px;
  } */

  /* .hero-title {
    font-size: 2.75rem;
    line-height: 46px;
    letter-spacing: -1px;
  }

  .hero-copy {
    font-size: 1.125rem;
    line-height: 29px;
  } */

  .contact-item p,
  .contact-label {
    font-size: 1.125rem;
    line-height: 28px;
  }
  .contact-btn {
    width: 100%;
    justify-content: center;
  }

  .input-wrap,
  .textarea-wrap {
    padding: 12px 14px;
  }

  .input-wrap input,
  .textarea-wrap textarea {
    font-size: 1.125rem;
  }

  .field-group h2 {
    font-size: 1.3125rem;
    line-height: 28px;
  }

  /* .chip-btn {
     width: 100%; 
    /* justify-content: flex-start;
    white-space: normal;
    text-align: left; 
  } */

  /* .primary-submit {
    width: 100%;
    justify-content: space-between;
  }

  .cta-footer-zone {
    padding-top: 28px;
  }

  .cta-card {
    min-height: 420px;
  }

  .cta-content {
    min-height: 390px;
  }

  .tip-soft {
    font-size: 1.0625rem;
    line-height: 24px;
  }

  .cta-content h2 {
    font-size: 2.25rem;
    line-height: 42px;
    letter-spacing: -1px;
  }

  .cta-content p {
    font-size: 1rem;
    line-height: 25px;
  }

  .site-footer {
    margin-top: 32px;
    padding-top: 48px;
  }

  .footer-brand p {
    font-size: 1.375rem;
    line-height: 30px;
  }

  .footer-links-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-main {
    padding-bottom: 36px;
  }

  .cta-card::before,
  .cta-card::after {
    width: 17.5rem;
    height: 17.5rem;
    border-width: 1.5rem;
  } */
}
