/* GT fonts — using local OpenType files in ../fonts/ (from your screenshot) */

/* =========================================================
           ORDOCLIN DESIGN SYSTEM
        ========================================================= */

:root {
  --teal: #008c94;
  --teal-dark: #007f8b;
  --teal-light: #e9f8f9;

  --charcoal: #58595b;
  --dark: #25282a;

  --white: #ffffff;
  --off-white: #f7fbfb;

  --border: rgba(88, 89, 91, 0.12);

  --shadow: 0 20px 60px rgba(0, 80, 90, 0.1);
}

/* =========================================================
           RESET
        ========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;

  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;

  color: var(--charcoal);
  background: var(--white);

  overflow-x: hidden;
}

/* Ensure h2 uses GTUltraMedian-Light */
h2 {
  font-family:
    "GTUltraMedian-Light",
    "GT Ultra Median",
    "GT Ultra",
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  font-weight: 300;
}

/* Ensure h3 uses GT Ultra Bold */
h3 {
  font-family:
    "GT Ultra",
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

button {
  font-family: inherit;
}

.tagline {
  margin-bottom: 10px;
  color: #707274;
  font-size: 17px;
  line-height: 1.6;
}

.section {
  padding: 100px 0;
}

.heading-line {
  width: 38px;
  height: 3px;
  background: var(--teal);
  margin: 20px 0 18px;
  border-radius: 20px;
}

.center {
  text-align: center;
}

.center .heading-line {
  margin-left: auto;
  margin-right: auto;
}
/* =========================================================
   CONTAINER
========================================================= */

.container {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
}

@font-face {
  font-family: "GT Ultra";
  src: url("../fonts/GTUltra-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Ultra";
  src: url("../fonts/GTUltra-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Fallback stack; add or rename files in `assets/fonts/` if your filenames differ */
:root {
  --site-font:
    "GT Ultra", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}

/* Explicit family name for convenience: GTUltraMedian-Light */
@font-face {
  font-family: "GTUltraMedian-Light";
  src: url("../fonts/GTUltraMedian-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--site-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure all h2 headings use the GT Ultra bold font */
h2 {
  font-family:
    "GTUltraMedian-Light",
    "GT Ultra Median",
    "GT Ultra",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-weight: 300;
}

/* Ensure all h3 headings use the GT Ultra bold font as well */
h3 {
  font-family:
    "GT Ultra",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-weight: 700;
}

h3 {
  margin-bottom: 20px;
  color: #143e6f;
}

.heading {
  /* max-width: 650px; */
  margin: 0 0 18px;
  color: var(--dark);
  /* font-size: clamp(40px,
                        4.2vw,
                        60px); */
  line-height: 56px;
  letter-spacing: -0.045em;
  font-weight: 750;
  font-size: 45px;
}

/* =========================================================
       COMPACT CTA
    ========================================================= */

.ordoclin-compact-cta {
  position: relative;

  padding: 58px 6%;

  background: #eaf7f7;

  overflow: hidden;

  border-top: 1px solid rgba(0, 151, 165, 0.08);

  border-bottom: 1px solid rgba(0, 151, 165, 0.08);
}

/* Subtle decorative circle */

.ordoclin-compact-cta::after {
  content: "";

  position: absolute;

  width: 280px;

  height: 280px;

  right: -130px;

  top: -140px;

  border-radius: 50%;

  border: 1px solid rgba(0, 151, 165, 0.1);
}

.compact-cta-container {
  position: relative;

  z-index: 2;

  width: min(1150px, 100%);

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 40px;
}

.compact-cta-label {
  display: block;

  margin-bottom: 9px;

  color: #008a96;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 0.15em;
}

.compact-cta-content p {
  margin: 0;

  color: #687678;

  font-size: 12px;

  line-height: 1.6;
}

/* =========================================================
       CTA BUTTON
    ========================================================= */

.compact-cta-button {
  min-height: 61px;
  padding: 0 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-shrink: 0;
  color: white;
  background: #008c94;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 750;
  box-shadow: 0 9px 24px rgba(0, 142, 153, 0.18);
  transition: 0.3s ease;
}

.compact-cta-button span {
  font-size: 16px;

  transition: transform 0.3s ease;
}

.compact-cta-button:hover {
  background: #008c94;

  transform: translateY(-2px);

  box-shadow: 0 13px 30px rgba(0, 142, 153, 0.23);
}

.compact-cta-button:hover span {
  transform: translateX(4px);
}

.about-description {
  margin: 0 0 19px;
  color: #696b6d;
  font-size: 15px;
  line-height: 1.5;
}

/* =========================================
   HEADER SERVICES DROPDOWN
========================================= */

.nav-dropdown {
  position: relative;

  display: flex;
  align-items: center;

  padding-bottom: 18px;
  margin-bottom: -18px;
}

/* Services link */

.services-link {
  text-decoration: none;
}

/* Dropdown button */

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 30px;

  padding: 0;
  margin-left: 4px;

  background: transparent;
  border: 0;

  cursor: pointer;
}

.dropdown-icon {
  font-size: 9px;
  color: #333;

  transition: transform 0.3s ease;
}

/* Dropdown */

.dropdown-menu {
  position: absolute;

  top: 100%;
  left: 50%;

  width: 270px;

  padding: 14px 12px;

  background: #fff;
  border-radius: 12px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateX(-50%) translateY(10px);

  transition: all 0.25s ease;

  z-index: 999;
}

/* Active dropdown */

.nav-dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateX(-50%) translateY(0);
}

/* Rotate arrow */

.nav-dropdown.active .dropdown-icon {
  transform: rotate(180deg);
}

/* Dropdown items */

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 10px;

  color: #333;
  text-decoration: none;

  font-size: 14px;
  font-weight: 500;

  transition: color 0.3s ease;
}

/* Line */

.dropdown-line {
  display: block;

  width: 0px;
  height: 3px;

  background: var(--teal);

  flex-shrink: 0;

  transition: width 0.35s ease;
}

/* Hover */

.dropdown-item:hover {
  color: var(--teal);
}

.dropdown-item:hover .dropdown-line {
  width: 20px;
}

.dropdown-menu {
  position: absolute;
  /* top: calc(100% + 18px); */
  left: 50%;
  transform: translateX(-50%) translateY(10px);

  width: 310px;

  background: #fff;
  border-radius: 14px;

  padding: 10px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;

  z-index: 999;
}

/* Small arrow */

.dropdown-menu::before {
  content: "";
  position: absolute;

  top: -6px;
  left: 50%;

  width: 12px;
  height: 12px;

  background: #fff;

  transform: translateX(-50%) rotate(45deg);
}

/* Show dropdown */

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateX(-50%) translateY(0);
}

/* Rotate icon */

.nav-dropdown:hover .dropdown-icon,
.nav-dropdown.active .dropdown-icon {
  transform: rotate(180deg);
}

/* =========================================
   MOBILE SERVICES DROPDOWN
========================================= */

.mobile-dropdown {
  width: 100%;
}

.mobile-dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  padding: 0px;
}

.mobile-dropdown-toggle > a {
  flex: 1;

  height: 54px;

  padding: 0 15px;

  display: flex;
  align-items: center;

  color: inherit;

  text-decoration: none;
  font-weight: 600;
}

.mobile-link.mobile-dropdown-toggle span {
  padding: 0 15px;
}

/* Arrow button */

.mobile-dropdown-btn {
  width: 50px;
  height: 54px;

  border: none;
  background: transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #58595b;

  cursor: pointer;
}

.mobile-dropdown.active .mobile-dropdown-btn {
  color: #008f96;
}

.mobile-dropdown-icon {
  font-size: 11px;

  transition: transform 0.3s ease;
}

/* Mobile submenu */

.mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;

  opacity: 0;

  padding-left: 25px;

  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

/* Active */

.mobile-dropdown.active .mobile-dropdown-menu {
  max-height: 400px;
  opacity: 1;
}

.mobile-dropdown.active .mobile-dropdown-icon {
  transform: rotate(180deg);
}

/* Mobile submenu items */

.mobile-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 11px 10px;

  color: #555;
  text-decoration: none;

  font-size: 14px;

  border-left: 1px solid rgba(107, 188, 193, 0.35);

  transition: all 0.25s ease;
}

.mobile-dropdown-item i {
  width: 20px;

  color: #6bbcc1;

  font-size: 14px;
}

.mobile-dropdown-item:hover {
  color: #6bbcc1;
  padding-left: 15px;
}

.para-description {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 530px;
  margin-bottom: 17px;
}

.mobile-view {
  display: none;
}

img {
  width: 100%;
  height: 100%;
}


.who-section.container, .who-section.about{
    padding: 100px 0;
}

@media (max-width: 1200px) {
  .container {
    width: min(calc(100% - 50px), 1100px);
  }
}


@media (max-width: 991px) {
  .container {
    width: calc(100% - 40px);
  }
  .desktop-nav,
  .nav-cta {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .dropdown-menu {
    display: none;
  }

  .heading {
    font-size: 30px;
    text-align: center;
    margin: 0px;
    line-height: 45px;
  }
  .tagline {
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
  }
  .heading-line {
    text-align: center;
    margin: 20px auto;
  }
 .para-description {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .desktop-img {
    display: none;
  }
}


@media (max-width: 767px) {
  .container {
    width: calc(100% - 30px);
  }
  .desktop-img {
    display: none;
  }

  .compact-cta-container {
    flex-direction: column;
    gap: 20px;
  }
  .ordoclin-compact-cta {
    padding: 20px 6%;
  }
  .compact-cta-container h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .compact-cta-button {
    min-height: 45px;
    padding: 0px 15px;
    gap: 14px;
    font-size: 15px;
  }
  .ordoclin-compact-cta::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 50px);
  }
}
