/* Extracted from index.html — immigration keyword pages share homepage UI */
/* Home SEO — visible content section */
    #homeSeo {
      background: #fff;
      padding: 80px 0;
      border-top: 1px solid #e8eef2;
    }

    #homeSeo .seo-content-hero {
      max-width: 820px;
      margin-bottom: 40px;
    }

    #homeSeo .seo-content-hero h1 {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: clamp(28px, 3.5vw, 36px);
      font-weight: 700;
      color: #111;
      line-height: 1.25;
      margin: 10px 0 16px;
    }

    #homeSeo .seo-content-hero p {
      font-size: 16px;
      line-height: 1.8;
      color: #5c6670;
      margin: 0;
    }

    #homeSeo .seo-svc-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 36px;
    }

    #homeSeo .seo-svc-card {
      padding: 22px 20px;
      background: #f8fafb;
      border: 1px solid #e8eef2;
      border-radius: 12px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    #homeSeo .seo-svc-card:hover {
      border-color: rgba(20, 131, 157, 0.35);
      box-shadow: 0 8px 24px rgba(20, 131, 157, 0.08);
    }

    #homeSeo .seo-svc-card h3 {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #14839d;
      margin: 0 0 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    #homeSeo .seo-svc-card h3 i {
      font-size: 18px;
    }

    #homeSeo .seo-svc-card p {
      font-size: 13px;
      line-height: 1.65;
      color: #5c6670;
      margin: 0 0 10px;
    }

    #homeSeo .seo-svc-card a {
      font-size: 13px;
      font-weight: 700;
      color: #14839d;
      text-decoration: none;
    }

    #homeSeo .seo-svc-card a:hover {
      text-decoration: underline;
    }

    #homeSeo .seo-locations {
      padding: 28px 32px;
      background: linear-gradient(135deg, #f0f9fb, #fff);
      border: 1px solid #e8eef2;
      border-radius: 16px;
      margin-bottom: 28px;
    }

    #homeSeo .seo-locations h2 {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #111;
      margin: 0 0 12px;
    }

    #homeSeo .seo-locations p {
      font-size: 14px;
      line-height: 1.75;
      color: #5c6670;
      margin: 0 0 16px;
    }

    #homeSeo .seo-loc-links {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 14px;
    }

    #homeSeo .seo-loc-links a {
      font-size: 13px;
      font-weight: 600;
      color: #14839d;
      text-decoration: none;
      padding: 6px 12px;
      background: #fff;
      border: 1px solid #e8eef2;
      border-radius: 50px;
    }

    #homeSeo .seo-loc-links a:hover {
      background: #14839d;
      color: #fff;
      border-color: #14839d;
    }

    #homeSeo .seo-keywords {
      font-size: 13px;
      line-height: 1.8;
      color: #8a939b;
    }

    #homeSeo .seo-keywords strong {
      color: #5c6670;
      font-weight: 600;
    }

    @media (max-width: 991px) {
      #homeSeo .seo-svc-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 575px) {
      #homeSeo {
        padding: 60px 0;
      }

      #homeSeo .seo-svc-grid {
        grid-template-columns: 1fr;
      }

      #homeSeo .seo-locations {
        padding: 22px 20px;
      }
    }

    /* .main-content {
      color: transparent;
      height: 0px;
      background-color: transparent;
      font-size: 0px;
    } */

    /* News section &mdash; editorial panel header */
    #carouselTabs .news-panel {
      display: flex;
      align-items: center;
      gap: 32px;
      padding: 36px 40px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.22);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    #carouselTabs .news-panel__icon {
      flex-shrink: 0;
      width: 88px;
      height: 88px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #fff;
      color: #14839d;
      font-size: 36px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

    #carouselTabs .news-panel__badge {
      display: inline-block;
      padding: 5px 14px;
      margin-bottom: 14px;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.18);
      border: 1px solid rgba(255, 255, 255, 0.35);
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    #carouselTabs .news-panel__title {
      color: #fff;
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 12px;
    }

    #carouselTabs .news-panel__desc {
      color: rgba(255, 255, 255, 0.9);
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 18px;
      max-width: 640px;
    }

    #carouselTabs .news-panel__tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #carouselTabs .news-panel__tags li {
      padding: 6px 16px;
      border-radius: 50px;
      background: #fff;
      color: #14839d;
      font-size: 13px;
      font-weight: 600;
    }

    @media (max-width: 767px) {
      #carouselTabs .news-panel {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
        gap: 20px;
      }

      #carouselTabs .news-panel__title {
        font-size: 26px;
      }

      #carouselTabs .news-panel__desc {
        max-width: 100%;
      }

      #carouselTabs .news-panel__tags {
        justify-content: center;
      }
    }

    /* News carousel cards — uniform height & sharp images */
    #carouselTabs .projects-carousel-3 .owl-stage {
      display: flex;
      align-items: stretch;
    }

    #carouselTabs .projects-carousel-3 .owl-item {
      display: flex;
      height: auto;
    }

    #carouselTabs .news-card {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    #carouselTabs .news-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
    }

    #carouselTabs .news-card__media {
      display: block;
      position: relative;
      height: 220px;
      flex-shrink: 0;
      overflow: hidden;
      background: #e8eef2;
    }

    #carouselTabs .news-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      image-rendering: auto;
    }

    #carouselTabs .news-card__source {
      position: absolute;
      left: 14px;
      bottom: 14px;
      padding: 5px 12px;
      border-radius: 50px;
      background: rgba(20, 131, 157, 0.92);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    #carouselTabs .news-card__source--au {
      background: rgba(0, 51, 102, 0.92);
    }

    #carouselTabs .news-card__body {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 22px 24px 26px;
      min-height: 290px;
    }

    #carouselTabs .news-card__meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 12px;
      margin-bottom: 12px;
    }

    #carouselTabs .news-card__meta a {
      font-size: 12px;
      font-weight: 700;
      color: #14839d;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      text-decoration: none;
    }

    #carouselTabs .news-card__meta a:hover {
      text-decoration: underline;
    }

    #carouselTabs .news-card__meta time {
      font-size: 12px;
      color: #8a939b;
      margin-left: auto;
    }

    #carouselTabs .news-card__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.4;
      color: #111;
      margin: 0 0 12px;
    }

    #carouselTabs .news-card__title a {
      color: inherit;
      text-decoration: none;
    }

    #carouselTabs .news-card__title a:hover {
      color: #14839d;
    }

    #carouselTabs .news-card__desc {
      flex: 1;
      font-size: 14px;
      line-height: 1.7;
      color: #5c6670;
      margin: 0 0 18px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    #carouselTabs .news-card__link {
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 700;
      color: #14839d;
      text-decoration: none;
      margin-top: auto;
    }

    #carouselTabs .news-card__link:hover {
      text-decoration: underline;
    }

    #carouselTabs .news-card__link i {
      font-size: 14px;
      transition: transform 0.2s ease;
    }

    #carouselTabs .news-card__link:hover i {
      transform: translateX(3px);
    }

    @media (max-width: 767px) {
      #carouselTabs .news-card__media {
        height: 200px;
      }

      #carouselTabs .news-card__body {
        min-height: 260px;
        padding: 18px 20px 22px;
      }
    }

    /* Homepage — solid header above hero (theme .header is 80px and clips nav links) */
    #header.header.header-white .navbar,
    #header.header.header-white .navbar > .container {
      height: 135px;
      max-height: none;
      background-color: #fff;
    }

    #header.header.header-white .navbar .navbar-brand {
      line-height: 135px;
    }

    #header.header.header-white .logo-light {
      display: none !important;
    }

    #header.header.header-white .logo-dark {
      display: inline-block !important;
    }

    #header.header.header-white .navbar .nav__item .nav__item-link {
      color: #333;
    }

    @media (min-width: 992px) {
      #header.header.header-white .navbar .navbar-collapse.collapse {
        display: flex !important;
        flex-basis: auto;
        visibility: visible;
        opacity: 1;
      }
    }

    /* Hero slider — service-themed (no photos) */
    #slider1.slider-1 {
      padding: 0;
      margin-top: 0 !important;
      position: relative;
    }

    #slider1 .slide-item {
      position: relative;
      height: auto !important;
      min-height: 580px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    /* Theme bg-overlay ::before conflicts with our photo layer */
    #slider1 .slide-item.bg-overlay::before {
      display: none !important;
    }

    #slider1 .owl-carousel .owl-stage-outer,
    #slider1 .owl-carousel .owl-stage,
    #slider1 .owl-carousel .owl-item {
      min-height: 580px;
    }

    #slider1 .slide-item__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      background: #063d4a;
    }

    #slider1 .slide-item__photo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: none !important;
      object-fit: cover;
      object-position: center center;
      z-index: 0;
      display: block;
    }

    /* Light left-side shade only — image stays clear */
    #slider1 .slide-item__bg::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background: linear-gradient(90deg, rgba(6, 45, 58, 0.52) 0%, rgba(6, 45, 58, 0.18) 42%, rgba(6, 45, 58, 0.02) 72%);
    }

    #slider1 .slide__title,
    #slider1 .slide__desc {
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
    }

    #slider1 .slide-item .container {
      position: relative;
      z-index: 3;
      width: 100%;
    }

    #slider1 .slide__label {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #fff;
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 50px;
      padding: 6px 14px;
      margin-bottom: 14px;
    }

    #slider1 .slide__content {
      max-width: 620px;
      padding: 48px 0 110px;
    }

    #slider1 .slide__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: clamp(30px, 4.5vw, 46px);
      font-weight: 700;
      line-height: 1.15;
      color: #fff;
      margin-bottom: 14px;
    }

    #slider1 .slide__desc {
      font-size: 16px;
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.92);
      margin-bottom: 26px;
    }

    #slider1 .slide__actions .btn {
      margin-right: 14px;
      margin-bottom: 8px;
    }

    #slider1 .slide__actions .btn__white {
      color: #14839d;
    }

    @media (max-width: 767px) {
      #slider1 .slide-item {
        min-height: 480px;
      }

      #slider1 .owl-carousel .owl-stage-outer,
      #slider1 .owl-carousel .owl-stage,
      #slider1 .owl-carousel .owl-item {
        min-height: 480px;
      }

      #slider1 .slide__content {
        padding: 36px 0 90px;
      }
    }

    /* Slider thumb labels — single line, centered */
    #slider1 .owl-thumbs.thumbs-dots {
      display: flex;
      align-items: stretch;
    }

    #slider1 .owl-thumbs.thumbs-dots .owl-thumb-item {
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-align: center;
      white-space: nowrap;
      padding: 18px 12px;
    }

    #slider1 .owl-thumb-item i {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      line-height: 1;
      margin: 0;
    }

    #slider1 .owl-thumb-item span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      line-height: 1.2;
      text-align: center;
      margin: 0;
    }

    /* Hero slider — round chevron buttons instead of < > text arrows */
    #slider1 .carousel-arrows .owl-nav .owl-prev::before,
    #slider1 .carousel-arrows .owl-nav .owl-next::before {
      content: none !important;
      display: none !important;
    }

    #slider1 .owl-nav,
    #slider1 .owl-controls .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      margin: 0;
      pointer-events: none;
      z-index: 5;
    }

    #slider1 .owl-nav button.owl-prev,
    #slider1 .owl-nav button.owl-next,
    #slider1 .owl-controls .owl-nav .owl-prev,
    #slider1 .owl-controls .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: auto;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.92) !important;
      border: 1px solid rgba(255, 255, 255, 0.65) !important;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 0 !important;
      margin: 0 !important;
      font-size: 0 !important;
      line-height: 1 !important;
      transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    #slider1 .owl-nav button.owl-prev,
    #slider1 .owl-controls .owl-nav .owl-prev {
      left: 24px;
    }

    #slider1 .owl-nav button.owl-next,
    #slider1 .owl-controls .owl-nav .owl-next {
      right: 24px;
    }

    #slider1 .owl-nav button.owl-prev:hover,
    #slider1 .owl-nav button.owl-next:hover,
    #slider1 .owl-controls .owl-nav .owl-prev:hover,
    #slider1 .owl-controls .owl-nav .owl-next:hover {
      background: #fff !important;
      transform: translateY(-50%) scale(1.06);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    }

    #slider1 .owl-nav button.disabled,
    #slider1 .owl-controls .owl-nav .disabled {
      opacity: 0.35;
      pointer-events: none;
    }

    #slider1 .owl-nav button span,
    #slider1 .owl-controls .owl-nav button span {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    #slider1 .owl-nav button.owl-prev::after,
    #slider1 .owl-nav button.owl-next::after,
    #slider1 .owl-controls .owl-nav .owl-prev::after,
    #slider1 .owl-controls .owl-nav .owl-next::after {
      font-family: "bootstrap-icons";
      font-size: 22px;
      line-height: 1;
      color: #14839d;
    }

    #slider1 .owl-nav button.owl-prev::after,
    #slider1 .owl-controls .owl-nav .owl-prev::after {
      content: "\F284";
    }

    #slider1 .owl-nav button.owl-next::after,
    #slider1 .owl-controls .owl-nav .owl-next::after {
      content: "\F285";
    }

    @media (max-width: 767px) {
      #slider1 .owl-nav button.owl-prev,
      #slider1 .owl-nav button.owl-next,
      #slider1 .owl-controls .owl-nav .owl-prev,
      #slider1 .owl-controls .owl-nav .owl-next {
        width: 44px;
        height: 44px;
      }

      #slider1 .owl-nav button.owl-prev,
      #slider1 .owl-controls .owl-nav .owl-prev {
        left: 12px;
      }

      #slider1 .owl-nav button.owl-next,
      #slider1 .owl-controls .owl-nav .owl-next {
        right: 12px;
      }

      #slider1 .owl-nav button.owl-prev::after,
      #slider1 .owl-nav button.owl-next::after,
      #slider1 .owl-controls .owl-nav .owl-prev::after,
      #slider1 .owl-controls .owl-nav .owl-next::after {
        font-size: 18px;
      }
    }

    /* About &mdash; Define Your Direction section */
    #about4 .direction-header {
      margin-bottom: 36px;
    }

    #about4 .direction-header__subtitle {
      display: inline-block;
      color: #14839d;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    #about4 .direction-header__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 38px;
      font-weight: 700;
      color: #1a1a1a;
      line-height: 1.2;
      margin-bottom: 16px;
    }

    #about4 .direction-header__line {
      width: 56px;
      height: 4px;
      background: #14839d;
      border-radius: 2px;
    }

    #about4 .direction-cards {
      margin-bottom: 32px;
    }

    #about4 .direction-card {
      height: 100%;
      padding: 28px 24px;
      border-radius: 12px;
      background: #f4f9fa;
      border: 1px solid #e2eef1;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    #about4 .direction-card:hover {
      box-shadow: 0 12px 32px rgba(20, 131, 157, 0.12);
      transform: translateY(-3px);
    }

    #about4 .direction-card__icon {
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #14839d;
      color: #fff;
      font-size: 22px;
      margin-bottom: 18px;
    }

    #about4 .direction-card__title {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 10px;
    }

    #about4 .direction-card__desc {
      font-size: 14px;
      line-height: 1.7;
      color: #666;
      margin: 0;
    }

    #about4 .direction-content p {
      font-size: 15px;
      line-height: 1.8;
      color: #666;
      margin-bottom: 18px;
    }

    #about4 .direction-content .signature {
      max-width: 160px;
      margin-bottom: 24px;
    }

    #about4 .direction-visual {
      position: relative;
      padding-left: 24px;
      padding-top: 24px;
    }

    #about4 .direction-visual__frame {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    }

    #about4 .direction-visual__frame::before {
      content: "";
      position: absolute;
      top: -24px;
      left: -24px;
      width: calc(100% + 12px);
      height: calc(100% + 12px);
      border: 3px solid #14839d;
      border-radius: 12px;
      z-index: -1;
    }

    #about4 .direction-visual__frame img {
      width: 100%;
      display: block;
    }

    #about4 .direction-visual__link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 24px;
      padding: 14px 28px;
      background: #14839d;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    #about4 .direction-visual__link:hover {
      background: #0f6b80;
      color: #fff;
    }

    @media (max-width: 991px) {
      #about4 .direction-header__title {
        font-size: 30px;
      }

      #about4 .direction-visual {
        margin-top: 40px;
        padding-left: 16px;
        padding-top: 16px;
      }
    }

    @media (max-width: 767px) {
      #about4 .direction-card {
        margin-bottom: 16px;
      }
    }

    /* We Value Your Time &mdash; video & stats section */
    #video1.time-value {
      position: relative;
      padding: 80px 0;
      overflow: hidden;
    }

    #video1 .time-value__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    #video1 .time-value__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    #video1 .time-value__overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(135deg, rgba(15, 107, 128, 0.92) 0%, rgba(20, 131, 157, 0.85) 50%, rgba(0, 0, 0, 0.55) 100%);
    }

    #video1 .container {
      position: relative;
      z-index: 2;
    }

    #video1 .time-value__panel {
      display: flex;
      flex-direction: column;
      gap: 36px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 20px;
      padding: 48px 52px;
    }

    #video1 .time-value__top {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    #video1 .time-value__left {
      display: flex;
      gap: 28px;
      align-items: flex-start;
    }

    #video1 .time-value__play {
      flex-shrink: 0;
      position: relative;
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #fff;
      color: #14839d;
      text-decoration: none;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    #video1 .time-value__play:hover {
      transform: scale(1.08);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
      color: #14839d;
    }

    #video1 .time-value__play-ring {
      position: absolute;
      inset: -8px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.4);
      animation: timeValuePulse 2s ease-out infinite;
    }

    @keyframes timeValuePulse {
      0% { transform: scale(1); opacity: 0.8; }
      100% { transform: scale(1.35); opacity: 0; }
    }

    #video1 .time-value__play i {
      font-size: 22px;
      margin-left: 4px;
    }

    #video1 .time-value__eyebrow {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 12px;
    }

    #video1 .time-value__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: clamp(26px, 3vw, 36px);
      font-weight: 700;
      line-height: 1.25;
      color: #fff;
      margin: 0 0 14px;
    }

    #video1 .time-value__desc {
      font-size: 15px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.88);
      margin: 0 0 16px;
      max-width: 480px;
    }

    #video1 .time-value__desc2 {
      font-size: 14px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.78);
      margin: 0 0 18px;
      max-width: 480px;
    }

    #video1 .time-value__features {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 18px;
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
    }

    #video1 .time-value__features li {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 13px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.92);
    }

    #video1 .time-value__features li i {
      color: #7ddee8;
      font-size: 14px;
    }

    #video1 .time-value__cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 24px;
      background: #fff;
      color: #14839d;
      font-size: 14px;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      transition: background 0.25s ease, transform 0.25s ease;
    }

    #video1 .time-value__cta:hover {
      background: #f0f9fb;
      color: #0f6b80;
      transform: translateY(-2px);
    }

    #video1 .time-value__seo {
      padding-top: 32px;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    #video1 .time-value__seo p {
      font-size: 14px;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.82);
      margin: 0 0 24px;
    }

    #video1 .time-value__highlights {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    #video1 .time-value__highlight {
      padding: 18px 16px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 12px;
    }

    #video1 .time-value__highlight-icon {
      font-size: 18px;
      color: #7ddee8;
      margin-bottom: 8px;
    }

    #video1 .time-value__highlight-title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 5px;
    }

    #video1 .time-value__highlight-desc {
      font-size: 12px;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.75);
      margin: 0;
    }

    #video1 .time-value__stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    #video1 .time-value__stat {
      text-align: center;
      padding: 28px 16px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 14px;
      transition: background 0.25s ease, transform 0.25s ease;
    }

    #video1 .time-value__stat:hover {
      background: rgba(255, 255, 255, 0.18);
      transform: translateY(-3px);
    }

    #video1 .time-value__stat-icon {
      width: 44px;
      height: 44px;
      margin: 0 auto 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.15);
      color: #fff;
      font-size: 20px;
    }

    #video1 .time-value__stat-num {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 32px;
      font-weight: 700;
      color: #fff;
      line-height: 1;
      margin-bottom: 6px;
    }

    #video1 .time-value__stat-num span:last-child {
      font-size: 22px;
    }

    #video1 .time-value__stat-label {
      font-size: 13px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin: 0;
    }

    @media (max-width: 991px) {
      #video1 .time-value__panel {
        gap: 32px;
        padding: 36px 32px;
      }

      #video1 .time-value__top {
        grid-template-columns: 1fr;
        gap: 36px;
      }

      #video1 .time-value__stats {
        grid-template-columns: repeat(3, 1fr);
      }

      #video1 .time-value__highlights {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767px) {
      #video1.time-value {
        padding: 60px 0;
      }

      #video1 .time-value__panel {
        padding: 28px 22px;
      }

      #video1 .time-value__left {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      #video1 .time-value__desc,
      #video1 .time-value__desc2 {
        max-width: none;
      }

      #video1 .time-value__features {
        justify-content: center;
      }

      #video1 .time-value__highlights {
        grid-template-columns: 1fr;
      }

      #video1 .time-value__stats {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      #video1 .time-value__stat {
        display: flex;
        align-items: center;
        gap: 16px;
        text-align: left;
        padding: 20px 22px;
      }

      #video1 .time-value__stat-icon {
        margin: 0;
        flex-shrink: 0;
      }

      #video1 .time-value__stat-body {
        flex: 1;
      }
    }

    /* Consultation form section */
    #requestQuoteTabs .consult-hero {
      display: flex;
      gap: 24px;
      align-items: flex-start;
      padding: 28px 32px;
      margin-bottom: 28px;
      border-radius: 12px;
      background: linear-gradient(135deg, #14839d 0%, #0f6b80 100%);
      color: #fff;
    }

    #requestQuoteTabs .consult-hero__icon {
      flex-shrink: 0;
      width: 64px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      font-size: 28px;
    }

    #requestQuoteTabs .consult-hero__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #fff;
    }

    #requestQuoteTabs .consult-hero__desc {
      font-size: 15px;
      line-height: 1.65;
      margin-bottom: 16px;
      color: rgba(255, 255, 255, 0.95);
    }

    #requestQuoteTabs .consult-hero__features {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 20px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #requestQuoteTabs .consult-hero__features li {
      font-size: 13px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    #requestQuoteTabs .consult-form-card {
      background: #fff;
      border-radius: 12px;
      padding: 32px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
      border: 1px solid #e8eef0;
    }

    #requestQuoteTabs .consult-form-card .form__title {
      font-size: 16px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 0;
    }

    #requestQuoteTabs .consult-services {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    #requestQuoteTabs .consult-services .input-radio {
      margin-right: 0 !important;
      margin-bottom: 0;
    }

    #requestQuoteTabs .consult-services .label-radio {
      display: inline-block;
      padding: 10px 18px;
      margin-bottom: 0;
      border-radius: 50px;
      border: 2px solid #e2eef1;
      background: #f8fafb;
      cursor: pointer;
      font-size: 13px;
      font-weight: 600;
      color: #555;
      transition: all 0.2s ease;
    }

    #requestQuoteTabs .consult-services .radio-indicator {
      display: none;
    }

    #requestQuoteTabs .consult-services .label-radio:has(input:checked) {
      background: #14839d;
      border-color: #14839d;
      color: #fff;
    }

    #requestQuoteTabs .consult-form-card .btn__block {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      padding: 16px;
      font-size: 15px;
      font-weight: 700;
      border-radius: 8px;
      line-height: 1.3;
    }

    @media (max-width: 767px) {
      #requestQuoteTabs .consult-hero {
        flex-direction: column;
        padding: 24px 20px;
        text-align: center;
      }

      #requestQuoteTabs .consult-hero__icon {
        margin: 0 auto;
      }

      #requestQuoteTabs .consult-hero__features {
        justify-content: center;
      }

      #requestQuoteTabs .consult-form-card {
        padding: 24px 20px;
      }
    }

    /* Services section */
    #services {
      background: #fff;
      padding: 80px 0;
    }

    #services .svc-head {
      margin-bottom: 40px;
    }

    #services .svc-head__eyebrow {
      display: inline-block;
      color: #14839d;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    #services .svc-head__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 700;
      color: #111;
      line-height: 1.15;
      letter-spacing: -0.02em;
      margin: 0;
    }

    #services .svc-head__desc {
      font-size: 16px;
      line-height: 1.75;
      color: #5c6670;
      margin-bottom: 20px;
    }

    #services .svc-head__link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #14839d;
      font-weight: 700;
      font-size: 14px;
      text-decoration: none;
    }

    #services .svc-head__link:hover {
      gap: 12px;
      color: #0f6b80;
    }

    #services .svc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }

    #services .svc-tile {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding: 0;
      background: #fff;
      border: 1px solid #e8eef2;
      border-radius: 14px;
      text-decoration: none;
      color: inherit;
      transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

    #services .svc-tile:hover {
      border-color: rgba(20, 131, 157, 0.3);
      box-shadow: 0 16px 40px rgba(20, 131, 157, 0.12);
      transform: translateY(-4px);
    }

    #services .svc-tile__img {
      position: relative;
      height: 190px;
      overflow: hidden;
    }

    #services .svc-tile__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    #services .svc-tile:hover .svc-tile__img img {
      transform: scale(1.06);
    }

    #services .svc-tile__img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 55%);
      pointer-events: none;
    }

    #services .svc-tile__icon {
      position: absolute;
      bottom: 16px;
      left: 16px;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: #14839d;
      color: #fff;
      font-size: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    #services .svc-tile__body {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 22px 22px 24px;
      min-width: 0;
    }

    #services .svc-tile__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #111;
      margin-bottom: 6px;
    }

    #services .svc-tile__desc {
      font-size: 14px;
      line-height: 1.65;
      color: #5c6670;
      margin: 0;
    }

    #services .svc-tile__points {
      list-style: none;
      padding: 0;
      margin: 12px 0 0;
    }

    #services .svc-tile__points li {
      font-size: 13px;
      line-height: 1.55;
      color: #5c6670;
      padding-left: 14px;
      position: relative;
      margin-bottom: 5px;
    }

    #services .svc-tile__points li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #14839d;
    }

    #services .svc-tile__tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 14px;
    }

    #services .svc-tile__tag {
      font-size: 11px;
      font-weight: 600;
      color: #14839d;
      background: rgba(20, 131, 157, 0.08);
      padding: 4px 10px;
      border-radius: 20px;
      letter-spacing: 0.02em;
    }

    #services .svc-seo {
      margin-top: 48px;
      padding: 36px 40px;
      background: #f8fafb;
      border: 1px solid #e8eef2;
      border-radius: 14px;
    }

    #services .svc-seo__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: #111;
      margin: 0 0 20px;
    }

    #services .svc-seo p {
      font-size: 15px;
      line-height: 1.75;
      color: #5c6670;
      margin: 0 0 16px;
    }

    #services .svc-seo p:last-of-type {
      margin-bottom: 24px;
    }

    #services .svc-seo__cols {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      margin: 28px 0 32px;
      padding-top: 28px;
      border-top: 1px solid #e8eef2;
    }

    #services .svc-seo__col h4 {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #111;
      margin: 0 0 12px;
    }

    #services .svc-seo__col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #services .svc-seo__col li {
      font-size: 14px;
      line-height: 1.6;
      color: #5c6670;
      padding-left: 14px;
      position: relative;
      margin-bottom: 7px;
    }

    #services .svc-seo__col li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #14839d;
    }

    #services .svc-seo__col a {
      color: #14839d;
      text-decoration: none;
      font-weight: 600;
    }

    #services .svc-seo__col a:hover {
      text-decoration: underline;
    }

    #services .svc-seo__loc-label {
      font-size: 13px;
      font-weight: 700;
      color: #111;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 12px;
    }

    #services .svc-seo__loc {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    #services .svc-seo__loc a {
      font-size: 13px;
      font-weight: 600;
      color: #14839d;
      text-decoration: none;
      padding: 7px 16px;
      border: 1px solid rgba(20, 131, 157, 0.25);
      border-radius: 20px;
      transition: background 0.2s ease, color 0.2s ease;
    }

    #services .svc-seo__loc a:hover {
      background: #14839d;
      color: #fff;
    }

    #services .svc-tile__arrow {
      margin-top: auto;
      padding-top: 14px;
      color: #14839d;
      font-size: 14px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      opacity: 1;
      transform: none;
    }

    #services .svc-tile__arrow::after {
      content: "\2192";
      transition: transform 0.2s ease;
    }

    #services .svc-tile:hover .svc-tile__arrow::after {
      transform: translateX(4px);
    }

    #services .svc-cta {
      text-align: center;
    }

    #services .svc-cta .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 16px 40px;
      border-radius: 8px;
      font-weight: 700;
      line-height: 1.3;
    }

    @media (max-width: 991px) {
      #services .svc-head__desc {
        margin-top: 20px;
      }

      #services .svc-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      #services .svc-seo__cols {
        grid-template-columns: 1fr;
        gap: 24px;
      }
    }

    @media (max-width: 767px) {
      #services {
        padding: 60px 0;
      }

      #services .svc-grid {
        grid-template-columns: 1fr;
      }
    }

    /* Why We Stand Out &mdash; split panel layout */
    #fancyboxLayout2 {
      background: #fff;
      padding-top: 80px;
      padding-bottom: 80px;
    }

    #fancyboxLayout2 .standout-v2__panel {
      display: grid;
      grid-template-columns: 42% 58%;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 24px 64px rgba(16, 24, 40, 0.1);
      min-height: 560px;
    }

    #fancyboxLayout2 .standout-v2__aside {
      padding: 48px 44px;
      background: linear-gradient(160deg, #14839d 0%, #0a5566 100%);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    #fancyboxLayout2 .standout-v2__eyebrow {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      opacity: 0.85;
      margin-bottom: 16px;
    }

    #fancyboxLayout2 .standout-v2__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: clamp(26px, 3.5vw, 36px);
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -0.02em;
      margin-bottom: 16px;
      color: #fff;
    }

    #fancyboxLayout2 .standout-v2__desc {
      font-size: 15px;
      line-height: 1.7;
      opacity: 0.92;
      margin-bottom: 32px;
    }

    #fancyboxLayout2 .standout-v2__metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-bottom: 32px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    #fancyboxLayout2 .standout-v2__metrics strong {
      display: block;
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 4px;
    }

    #fancyboxLayout2 .standout-v2__metrics span {
      font-size: 12px;
      opacity: 0.8;
    }

    #fancyboxLayout2 .standout-v2__cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      align-self: flex-start;
      padding: 14px 28px;
      background: #fff;
      color: #14839d;
      font-weight: 700;
      font-size: 14px;
      border-radius: 8px;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    #fancyboxLayout2 .standout-v2__cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      color: #0f6b80;
    }

    #fancyboxLayout2 .standout-v2__main {
      background: #fafcfd;
      padding: 20px 0;
    }

    #fancyboxLayout2 .standout-v2__list {
      list-style: none;
      margin: 0;
      padding: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    #fancyboxLayout2 .standout-v2__item {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      padding: 20px 36px;
      border-bottom: 1px solid #e8eef2;
      transition: background 0.2s ease;
    }

    #fancyboxLayout2 .standout-v2__item:last-child {
      border-bottom: none;
    }

    #fancyboxLayout2 .standout-v2__item:hover {
      background: #fff;
    }

    #fancyboxLayout2 .standout-v2__item-icon {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: #fff;
      color: #14839d;
      font-size: 20px;
      box-shadow: 0 2px 8px rgba(20, 131, 157, 0.12);
      border: 1px solid #e2eef1;
    }

    #fancyboxLayout2 .standout-v2__item-title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #111;
      margin-bottom: 4px;
    }

    #fancyboxLayout2 .standout-v2__item-desc {
      font-size: 14px;
      line-height: 1.6;
      color: #5c6670;
      margin: 0;
    }

    @media (max-width: 991px) {
      #fancyboxLayout2 .standout-v2__panel {
        grid-template-columns: 1fr;
      }

      #fancyboxLayout2 .standout-v2__aside {
        padding: 40px 32px;
      }

      #fancyboxLayout2 .standout-v2__item {
        padding: 18px 28px;
      }
    }

    @media (max-width: 575px) {
      #fancyboxLayout2 .standout-v2__metrics {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
      }

      #fancyboxLayout2 .standout-v2__metrics strong {
        font-size: 22px;
      }

      #fancyboxLayout2 .standout-v2__item {
        padding: 16px 20px;
      }
    }

    /* Client Testimonials &mdash; card grid */
    #testimonial2 {
      background: #f8fafb;
      padding: 80px 0;
    }

    #testimonial2 .t-head {
      margin-bottom: 48px;
    }

    #testimonial2 .t-head__eyebrow {
      display: inline-block;
      color: #14839d;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    #testimonial2 .t-head__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: clamp(28px, 4vw, 40px);
      font-weight: 700;
      color: #111;
      line-height: 1.2;
      letter-spacing: -0.02em;
      margin-bottom: 0;
    }

    #testimonial2 .t-head__desc {
      font-size: 16px;
      line-height: 1.75;
      color: #5c6670;
      margin: 0;
    }

    #testimonial2 .t-trust {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      padding: 14px 22px;
      margin-top: 24px;
      background: #fff;
      border: 1px solid #e8eef2;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    #testimonial2 .t-trust__score {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 28px;
      font-weight: 700;
      color: #14839d;
      line-height: 1;
    }

    #testimonial2 .t-trust__stars {
      color: #f5a623;
      font-size: 14px;
      letter-spacing: 2px;
    }

    #testimonial2 .t-trust__label {
      font-size: 13px;
      color: #5c6670;
      line-height: 1.4;
    }

    #testimonial2 .t-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    #testimonial2 .t-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 16px;
      border: 1px solid #e8eef2;
      padding: 28px;
      box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
      transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    #testimonial2 .t-card:hover {
      box-shadow: 0 16px 40px rgba(20, 131, 157, 0.1);
      transform: translateY(-3px);
    }

    #testimonial2 .t-card__stars {
      color: #f5a623;
      font-size: 13px;
      letter-spacing: 2px;
      margin-bottom: 14px;
    }

    #testimonial2 .t-card__quote {
      flex: 1;
      font-size: 14px;
      line-height: 1.75;
      color: #444;
      margin: 0 0 20px;
    }

    #testimonial2 .t-card__foot {
      display: flex;
      align-items: center;
      gap: 12px;
      padding-top: 18px;
      border-top: 1px solid #f0f4f6;
    }

    #testimonial2 .t-card__avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }

    #testimonial2 .t-card__name {
      font-size: 14px;
      font-weight: 700;
      color: #111;
      display: block;
    }

    #testimonial2 .t-card__role {
      display: block;
      font-size: 12px;
      color: #14839d;
      font-weight: 600;
    }

    @media (max-width: 991px) {
      #testimonial2 .t-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      #testimonial2 .t-head__desc {
        margin-top: 20px;
      }
    }

    @media (max-width: 575px) {
      #testimonial2 {
        padding: 60px 0;
      }

      #testimonial2 .t-grid {
        grid-template-columns: 1fr;
      }

      #testimonial2 .t-trust {
        flex-wrap: wrap;
      }
    }

    /* Global Locations + Newsletter */
    #cta1.locations-section {
      background: #f8fafb;
      padding: 80px 0;
      border-top: none;
    }

    #cta1 .loc-newsletter-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: stretch;
    }

    #cta1 .loc-card,
    #cta1 .newsletter-card {
      background: #fff;
      border-radius: 16px;
      border: 1px solid #e8eef2;
      padding: 32px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      height: 100%;
    }

    #cta1 .loc-card__title,
    #cta1 .newsletter-card__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: #111;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    #cta1 .loc-card__title i,
    #cta1 .newsletter-card__title i {
      color: #14839d;
      font-size: 22px;
    }

    #cta1 .loc-card__subtitle,
    #cta1 .newsletter-card__subtitle {
      font-size: 14px;
      color: #5c6670;
      margin-bottom: 24px;
    }

    #cta1 .loc-widget {
      position: relative;
    }

    #cta1 .loc-widget input[type="radio"] {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
      pointer-events: none;
    }

    #cta1 .loc-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 24px;
    }

    #cta1 .loc-tabs label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 18px;
      border-radius: 50px;
      border: 2px solid #e8eef2;
      background: #fff;
      font-size: 13px;
      font-weight: 700;
      color: #5c6670;
      cursor: pointer;
      transition: all 0.2s ease;
      margin: 0;
    }

    #cta1 .loc-tabs label:hover {
      border-color: rgba(20, 131, 157, 0.45);
      color: #14839d;
      background: #f0f9fb;
    }

    #cta1 #loc-head:checked ~ .loc-tabs label[for="loc-head"],
    #cta1 #loc-kottayam:checked ~ .loc-tabs label[for="loc-kottayam"],
    #cta1 #loc-calicut:checked ~ .loc-tabs label[for="loc-calicut"],
    #cta1 #loc-bangalore:checked ~ .loc-tabs label[for="loc-bangalore"],
    #cta1 #loc-dubai:checked ~ .loc-tabs label[for="loc-dubai"] {
      background: #14839d;
      border-color: #14839d;
      color: #fff;
      box-shadow: 0 4px 14px rgba(20, 131, 157, 0.25);
    }

    #cta1 .loc-panel {
      display: none;
      animation: locFade 0.3s ease;
    }

    #cta1 #loc-head:checked ~ .loc-panels .loc-panel--head,
    #cta1 #loc-kottayam:checked ~ .loc-panels .loc-panel--kottayam,
    #cta1 #loc-calicut:checked ~ .loc-panels .loc-panel--calicut,
    #cta1 #loc-bangalore:checked ~ .loc-panels .loc-panel--bangalore,
    #cta1 #loc-dubai:checked ~ .loc-panels .loc-panel--dubai {
      display: block;
    }

    @keyframes locFade {
      from { opacity: 0; transform: translateY(6px); }
      to { opacity: 1; transform: translateY(0); }
    }

    #cta1 .loc-detail__name {
      font-size: 18px;
      font-weight: 700;
      color: #14839d;
      margin-bottom: 16px;
    }

    #cta1 .loc-detail__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #cta1 .loc-detail__list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 10px 0;
      border-bottom: 1px solid #f0f4f6;
      font-size: 14px;
      line-height: 1.6;
      color: #444;
    }

    #cta1 .loc-detail__list li:last-child {
      border-bottom: none;
    }

    #cta1 .loc-detail__list i {
      color: #14839d;
      font-size: 16px;
      margin-top: 3px;
      flex-shrink: 0;
    }

    #cta1 .loc-detail__list a {
      color: #14839d;
    }

    #cta1 .newsletter-card {
      background: linear-gradient(135deg, #14839d 0%, #0a5566 100%);
      color: #fff;
      border: none;
    }

    #cta1 .newsletter-card__title {
      color: #fff;
    }

    #cta1 .newsletter-card__title i {
      color: #fff;
    }

    #cta1 .newsletter-card__subtitle {
      color: rgba(255, 255, 255, 0.9);
    }

    #cta1 .newsletter-card__form {
      display: flex;
      gap: 10px;
      margin-bottom: 16px;
    }

    #cta1 .newsletter-card__form input {
      flex: 1;
      padding: 14px 18px;
      border: none;
      border-radius: 8px;
      font-size: 14px;
    }

    #cta1 .newsletter-card__form button {
      padding: 14px 24px;
      background: #fff;
      color: #14839d;
      border: none;
      border-radius: 8px;
      font-weight: 700;
      font-size: 14px;
      cursor: pointer;
      white-space: nowrap;
      transition: transform 0.2s ease;
    }

    #cta1 .newsletter-card__form button:hover {
      transform: translateY(-1px);
    }

    #cta1 .newsletter-card__note {
      font-size: 13px;
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.85);
      margin: 0;
    }

    @media (max-width: 991px) {
      #cta1 .loc-newsletter-grid {
        grid-template-columns: 1fr;
      }

      #cta1 .newsletter-card__form {
        flex-direction: column;
      }
    }

    /* â”€â”€ SEO sections &mdash; alternate layout â”€â”€ */
    .seo-eyebrow {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #14839d;
      margin-bottom: 10px;
    }

    .seo-title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: clamp(28px, 3.5vw, 38px);
      font-weight: 700;
      color: #111;
      line-height: 1.25;
      margin: 0 0 14px;
    }

    .seo-desc {
      font-size: 15px;
      line-height: 1.75;
      color: #5c6670;
      margin: 0;
    }

    /* Pathways &mdash; tabbed panel */
    #visaPathways {
      background: #fff;
      padding: 80px 0;
    }

    #visaPathways .vp-tabs input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    #visaPathways .vp-tab-labels {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 36px 0 0;
    }

    #visaPathways .vp-tab-labels label {
      padding: 12px 22px;
      font-size: 14px;
      font-weight: 700;
      color: #5c6670;
      background: #f8fafb;
      border: 2px solid #e8eef2;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.2s ease;
      margin: 0;
    }

    #visaPathways .vp-tab-labels label:hover {
      border-color: rgba(20, 131, 157, 0.4);
      color: #14839d;
    }

    #visaPathways #vp-tab1:checked ~ .vp-tab-labels label[for="vp-tab1"],
    #visaPathways #vp-tab2:checked ~ .vp-tab-labels label[for="vp-tab2"],
    #visaPathways #vp-tab3:checked ~ .vp-tab-labels label[for="vp-tab3"] {
      background: #14839d;
      border-color: #14839d;
      color: #fff;
    }

    #visaPathways .vp-panel {
      display: none;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      margin-top: 28px;
      padding: 36px;
      background: #f8fafb;
      border: 1px solid #e8eef2;
      border-radius: 16px;
      animation: seoFade 0.35s ease;
    }

    @keyframes seoFade {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }

    #visaPathways #vp-tab1:checked ~ .vp-panels .vp-panel--1,
    #visaPathways #vp-tab2:checked ~ .vp-panels .vp-panel--2,
    #visaPathways #vp-tab3:checked ~ .vp-panels .vp-panel--3 {
      display: grid;
    }

    #visaPathways .vp-panel__block h3 {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #111;
      margin: 0 0 10px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    #visaPathways .vp-panel__block h3 i {
      color: #14839d;
      font-size: 20px;
    }

    #visaPathways .vp-panel__block p {
      font-size: 14px;
      line-height: 1.7;
      color: #5c6670;
      margin: 0 0 14px;
    }

    #visaPathways .vp-panel__block ul {
      list-style: none;
      padding: 0;
      margin: 0 0 18px;
    }

    #visaPathways .vp-panel__block li {
      font-size: 13px;
      color: #5c6670;
      padding: 6px 0 6px 18px;
      position: relative;
      border-bottom: 1px solid #e8eef2;
    }

    #visaPathways .vp-panel__block li::before {
      content: "\2713";
      position: absolute;
      left: 0;
      color: #14839d;
      font-size: 12px;
      font-weight: 700;
    }

    #visaPathways .vp-panel__link {
      font-size: 14px;
      font-weight: 700;
      color: #14839d;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    /* How It Works &mdash; split timeline */
    #howItWorks {
      background: #f8fafb;
      padding: 80px 0;
    }

    #howItWorks .hiw-layout {
      display: grid;
      grid-template-columns: 380px 1fr;
      gap: 56px;
      align-items: start;
      margin-top: 48px;
    }

    #howItWorks .hiw-intro {
      position: sticky;
      top: 100px;
    }

    #howItWorks .hiw-intro .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-top: 24px;
      padding: 16px 32px;
      min-height: 52px;
      line-height: 1.3;
      height: auto;
      border-radius: 8px;
      font-weight: 700;
      box-sizing: border-box;
    }

    #howItWorks .hiw-timeline {
      position: relative;
      padding-left: 32px;
    }

    #howItWorks .hiw-timeline::before {
      content: "";
      position: absolute;
      left: 7px;
      top: 8px;
      bottom: 8px;
      width: 2px;
      background: linear-gradient(to bottom, #14839d, rgba(20, 131, 157, 0.2));
    }

    #howItWorks .hiw-tl-item {
      position: relative;
      padding: 0 0 32px 28px;
    }

    #howItWorks .hiw-tl-item:last-child {
      padding-bottom: 0;
    }

    #howItWorks .hiw-tl-item::before {
      content: "";
      position: absolute;
      left: -28px;
      top: 6px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #14839d;
      border: 3px solid #f8fafb;
      box-shadow: 0 0 0 2px #14839d;
    }

    #howItWorks .hiw-tl-item h3 {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #111;
      margin: 0 0 6px;
    }

    #howItWorks .hiw-tl-item p {
      font-size: 14px;
      line-height: 1.7;
      color: #5c6670;
      margin: 0;
    }

    /* Destinations &mdash; region card grid */
    #globalDestinations {
      background: #f8fafb;
      padding: 80px 0;
    }

    #globalDestinations .dest-hero {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 40px;
      align-items: end;
      margin-bottom: 40px;
    }

    #globalDestinations .dest-hero__stats {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    #globalDestinations .dest-stat {
      text-align: center;
      padding: 16px 22px;
      background: #fff;
      border: 1px solid #e8eef2;
      border-radius: 12px;
      min-width: 100px;
    }

    #globalDestinations .dest-stat strong {
      display: block;
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: #14839d;
      line-height: 1;
      margin-bottom: 4px;
    }

    #globalDestinations .dest-stat span {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #5c6670;
    }

    #globalDestinations .dest-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    #globalDestinations .dest-region {
      background: #fff;
      border: 1px solid #e8eef2;
      border-radius: 16px;
      overflow: hidden;
      transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    #globalDestinations .dest-region:hover {
      box-shadow: 0 16px 40px rgba(20, 131, 157, 0.1);
      transform: translateY(-4px);
    }

    #globalDestinations .dest-region__head {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 20px 20px 16px;
      border-bottom: 1px solid #f0f4f6;
    }

    #globalDestinations .dest-region__icon {
      width: 44px;
      height: 44px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: linear-gradient(145deg, #14839d, #0f6b80);
      color: #fff;
      font-size: 20px;
    }

    #globalDestinations .dest-region__name {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #111;
      margin: 0;
      line-height: 1.3;
    }

    #globalDestinations .dest-region__list {
      list-style: none;
      padding: 12px 20px 20px;
      margin: 0;
    }

    #globalDestinations .dest-region__list li {
      font-size: 13px;
      line-height: 1.5;
      color: #5c6670;
      padding: 8px 0;
      border-bottom: 1px solid #f5f7f9;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    #globalDestinations .dest-region__list li:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    #globalDestinations .dest-region__list li i {
      color: #14839d;
      font-size: 12px;
      margin-top: 3px;
      flex-shrink: 0;
    }

    #globalDestinations .dest-region__list a {
      color: #14839d;
      font-weight: 600;
      text-decoration: none;
    }

    #globalDestinations .dest-region__list a:hover {
      text-decoration: underline;
    }

    #globalDestinations .dest-bar {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-top: 32px;
      padding: 28px 32px;
      background: linear-gradient(135deg, #14839d, #0f6b80);
      border-radius: 14px;
      color: #fff;
    }

    #globalDestinations .dest-bar p {
      flex: 1;
      min-width: 260px;
      font-size: 14px;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.92);
      margin: 0;
    }

    #globalDestinations .dest-bar__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px 28px;
      background: #fff;
      color: #14839d;
      font-size: 14px;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.2s ease;
    }

    #globalDestinations .dest-bar__btn:hover {
      background: #f0f9fb;
      color: #0f6b80;
    }

    /* FAQ — category tabs + accordion */
    #homeFaq {
      background: linear-gradient(180deg, #f0f9fb 0%, #fff 45%);
      padding: 80px 0;
    }

    #homeFaq .faq-hero {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 32px;
      align-items: end;
      margin-bottom: 36px;
    }

    #homeFaq .faq-hero__desc {
      font-size: 16px;
      line-height: 1.75;
      color: #5c6670;
      margin: 12px 0 0;
      max-width: 640px;
    }

    #homeFaq .faq-hero__stats {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    #homeFaq .faq-stat {
      text-align: center;
      padding: 14px 20px;
      background: #fff;
      border: 1px solid #e8eef2;
      border-radius: 12px;
      min-width: 100px;
      box-shadow: 0 4px 16px rgba(20, 131, 157, 0.06);
    }

    #homeFaq .faq-stat strong {
      display: block;
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 22px;
      font-weight: 800;
      color: #14839d;
      line-height: 1.2;
    }

    #homeFaq .faq-stat span {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #8a939b;
    }

    #homeFaq .faq-tabs {
      position: relative;
    }

    #homeFaq .faq-tab-labels {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 24px;
    }

    #homeFaq .faq-tab {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 10px 18px;
      font-size: 13px;
      font-weight: 700;
      font-family: inherit;
      color: #5c6670;
      background: #fff;
      border: 2px solid #e8eef2;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.2s ease;
      margin: 0;
    }

    #homeFaq .faq-tab i {
      font-size: 14px;
      opacity: 0.7;
    }

    #homeFaq .faq-tab:hover {
      border-color: rgba(20, 131, 157, 0.4);
      color: #14839d;
    }

    #homeFaq .faq-tab.is-active {
      background: #14839d;
      border-color: #14839d;
      color: #fff;
    }

    #homeFaq .faq-tab.is-active i {
      opacity: 1;
    }

    #homeFaq .faq-item[hidden],
    #homeFaq .faq-group-label[hidden] {
      display: none !important;
    }

    #homeFaq .faq-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    #homeFaq .faq-group-label {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #14839d;
      margin: 20px 0 10px;
      padding-left: 4px;
    }

    #homeFaq .faq-group-label:first-child {
      margin-top: 0;
    }

    #homeFaq details {
      background: #fff;
      border: 1px solid #e8eef2;
      border-radius: 12px;
      overflow: hidden;
      transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }

    #homeFaq details:hover {
      border-color: rgba(20, 131, 157, 0.25);
      box-shadow: 0 6px 20px rgba(20, 131, 157, 0.08);
    }

    #homeFaq details[open] {
      border-color: rgba(20, 131, 157, 0.35);
      box-shadow: 0 8px 28px rgba(20, 131, 157, 0.1);
    }

    #homeFaq summary {
      padding: 18px 52px 18px 20px;
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #111;
      cursor: pointer;
      list-style: none;
      position: relative;
      line-height: 1.45;
    }

    #homeFaq summary::-webkit-details-marker {
      display: none;
    }

    #homeFaq summary::after {
      content: "\F282";
      font-family: "bootstrap-icons";
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #f0f9fb;
      color: #14839d;
      font-size: 14px;
      transition: transform 0.25s ease, background 0.2s ease;
    }

    #homeFaq details[open] summary {
      color: #14839d;
      background: linear-gradient(90deg, rgba(20, 131, 157, 0.06) 0%, transparent 100%);
    }

    #homeFaq details[open] summary::after {
      transform: translateY(-50%) rotate(180deg);
      background: #14839d;
      color: #fff;
    }

    #homeFaq .faq-answer {
      padding: 0 20px 20px;
      font-size: 14px;
      line-height: 1.8;
      color: #5c6670;
      border-top: 1px solid #f0f3f5;
    }

    #homeFaq .faq-answer a {
      color: #14839d;
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    #homeFaq .faq-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      margin-top: 36px;
      padding: 28px 32px;
      background: linear-gradient(135deg, #14839d, #0f6b80);
      border-radius: 16px;
      color: #fff;
    }

    #homeFaq .faq-cta__text h3 {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 6px;
    }

    #homeFaq .faq-cta__text p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.85);
      margin: 0;
      line-height: 1.6;
    }

    #homeFaq .faq-cta__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      background: #fff;
      color: #14839d;
      font-weight: 700;
      font-size: 14px;
      border-radius: 8px;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    #homeFaq .faq-cta__btn:hover {
      background: #f0f9fb;
      color: #0f6b80;
      transform: translateY(-1px);
    }

    @media (max-width: 991px) {
      #visaPathways .vp-panel {
        grid-template-columns: 1fr;
      }

      #howItWorks .hiw-layout,
      #homeFaq .faq-hero {
        grid-template-columns: 1fr;
      }

      #homeFaq .faq-hero__stats {
        justify-content: flex-start;
      }

      #homeFaq .faq-cta {
        flex-direction: column;
        text-align: center;
      }

      #howItWorks .hiw-intro {
        position: static;
      }

      #globalDestinations .dest-cards {
        grid-template-columns: repeat(2, 1fr);
      }

      #globalDestinations .dest-hero {
        grid-template-columns: 1fr;
      }

      #globalDestinations .dest-hero__stats {
        justify-content: flex-start;
      }
    }

    @media (max-width: 575px) {
      #visaPathways,
      #howItWorks,
      #globalDestinations,
      #homeFaq {
        padding: 60px 0;
      }

      #globalDestinations .dest-cards {
        grid-template-columns: 1fr;
      }

      #globalDestinations .dest-bar {
        flex-direction: column;
        text-align: center;
      }

      #visaPathways .vp-tab-labels label {
        flex: 1 1 auto;
        text-align: center;
        padding: 10px 14px;
        font-size: 12px;
      }

      #visaPathways .vp-panel {
        padding: 24px 20px;
      }
    }

    @media (min-width: 992px) {
      #homeFaq .faq-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-content: start;
      }
    }

    /* Footer &mdash; updated layout */
    #footer .footer__desc {
      font-size: 14px;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.82);
      margin: 0 0 14px;
    }

    #footer .footer__note {
      font-size: 13px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.7);
      margin: 0 0 18px;
      padding: 10px 12px;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 8px;
      border-left: 3px solid #14839d;
    }

    #footer .footer__contact li {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    #footer .footer__contact a {
      color: rgba(255, 255, 255, 0.85);
    }

    #footer .footer-seo {
      margin-top: 36px;
      padding-top: 28px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    #footer .footer-seo__title {
      font-family: "Work Sans", Roboto, sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.55);
      margin: 0 0 14px;
    }

    #footer .footer-seo__grid {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 16px;
    }

    #footer .footer-seo__grid a {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.72);
      text-decoration: none;
      transition: color 0.2s;
    }

    #footer .footer-seo__grid a:hover {
      color: #fff;
    }

    #footer .footer-seo--links {
      margin-top: 20px;
      padding-top: 0;
      border-top: none;
    }