* {
    box-sizing: border-box;
}
html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Stack Sans Headline", sans-serif;
    color: #fff;
    background: #264653;
}
.site-nav {
    padding-top: 18px;
    padding-bottom: 18px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #eaf6f5;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.brand .logo {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #9be1d9, #6bbfb4);
    border-radius: 6px;
    display: inline-block;
}
.nav-link {
    color: rgb(230 240 239 / 0.9);
}
.nav-link:hover {
    color: #fff;
}
.cta-btn {
    background: #fff;
    color: #042827;
    border-radius: 28px;
    padding: 8px 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: none;
}
.cta-btn:hover {
    background: #042827;
    color: #fff;
}
.hero {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 42px;
}
.hero h1 {
    font-size: 60px;
    line-height: 1.02;
    margin-bottom: 14px;
    font-weight: 600;
    color: #e9fbfa;
    letter-spacing: -0.5px;
}
@media (max-width: 768px) {
    .hero h1 {
        font-size: 36px;
    }
}
.hero p.lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(230 240 239 / 0.75);
    font-size: 15px;
    margin-bottom: 34px;
}
.cards-wrap {
    padding-bottom: 64px;
    padding-top: 10px;
}
.card-img-outer {
    background: #fff0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
    display: block;
    border: 1px solid rgb(255 255 255 / 0.04);
    margin-bottom: 20px;
}
.card-img-outer img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
}
@media (max-width: 992px) {
    .card-img-outer img {
        height: 320px;
    }
}
@media (max-width: 576px) {
    .card-img-outer img {
        height: 240px;
    }
}
.cards-row > .col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 18px;
}
.page-inner {
    padding-left: 12px;
    padding-right: 12px;
}
.nav-link:focus,
.btn:focus,
.cta-btn:focus {
    outline: 3px solid rgb(155 225 217 / 0.16);
    outline-offset: 2px;
    border-radius: 8px;
}
.section-about {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #fff;
    color: #111;
}
.about-anchor {
    color: #111;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #102e2f;
    margin-top: 8px;
    display: inline-block;
    margin-right: 5px;
}
.about-text {
    font-size: 20px;
    font-weight: 500;
    color: var(--text);
    max-width: 100%;
}
@media (min-width: 1200px) {
    .about-text {
        font-size: 24px;
    }
}
.stats-row {
    margin-top: 34px;
    margin-bottom: 36px;
}
.stat-item {
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    min-height: 80px;
}
.stat-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: #111;
    border-radius: 1px;
    transform: translateX(-8px);
}
.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}
.stat-caption {
    color: #6b6f6f;
    font-size: 13px;
    line-height: 1.2;
}
.logos-row {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid rgb(0 0 0 / 0.03);
    margin-top: 14px;
}
.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 36px;
    opacity: 0.35;
}
@media (max-width: 767px) {
    .about-text {
        font-size: 18px;
    }
    .logo {
        width: 80px;
        height: 28px;
    }
    .stat-number {
        font-size: 22px;
    }
}
.inner {
    padding-left: 12px;
    padding-right: 12px;
}
.logo-abt img {
    max-width: 200px;
    filter: grayscale(1);
}
.case-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f0f0f0;
    color: #111;
}
.case-heading {
    margin-bottom: 40px;
}
.kicker {
    text-align: center;
    font-size: 12px;
    color: #111;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.hero-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 55px;
}
.hero-sub {
    text-align: center;
    margin-top: 10px;
    color: #111;
    font-size: 14px;
}
.stat-card {
    border-radius: 18px;
    padding: 26px;
    background: #fff;
    box-shadow: 0 1px 0 rgb(0 0 0 / 0.02);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stat-card.teal {
    background: #264653;
    color: #e9f7f5;
}
.stat-number {
    font-weight: 800;
    font-size: 60px;
    margin: 0;
    letter-spacing: -1px;
}
.stat-desc {
    margin-top: 14px;
    color: #111;
    font-size: 14px;
    line-height: 1.45;
}
.stat-card.teal .stat-desc {
    color: rgb(233 247 245 / 0.88);
}
.read-link {
    display: inline-block;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #111;
    letter-spacing: 0.2px;
}
.stat-card.teal .read-link {
    color: rgb(233 247 245 / 0.9);
}
@media (min-width: 992px) {
    .stat-card {
        min-height: 220px;
        padding: 34px;
    }
}
.card-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.stat-card.teal .stat-number {
    color: #fff;
}
.cta-strip {
    background: #172b33;
    color: #e8f7f4;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 6px;
}
.cta-subhead h4 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.cta-subhead h4 span.dot {
    background: #fff;
}
.cta-title {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    line-height: 1.05;
    color: #e8f7f4;
}
.cta-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}
.btn-pill {
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid rgb(255 255 255 / 0.06);
}
.btn-outline-teal {
    background: #fff0;
    color: rgb(232 247 244 / 0.85);
    border: 1px solid rgb(255 255 255 / 0.14);
}
.btn-outline-teal:hover {
    background: rgb(255, 255, 255);
    color: #111;
}
.btn-accent {
    background: #dffcae;
    color: #072827;
    border: none;
    padding-left: 22px;
    padding-right: 22px;
}
.btn-accent:hover {
    background: #042827;
    color: #fff;
}
@media (max-width: 576px) {
    .cta-actions {
        margin-top: 18px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .cta-strip {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}
.vertical-center {
    display: flex;
    align-items: center;
}
.site-footer {
    background: #264653;
    color: #c8d0d0;
    padding-top: 48px;
    padding-bottom: 28px;
}
.footer-col h4 {
    color: #e7ecec;
    font-size: 13px;
    margin: 0 0 14px 0;
    font-weight: 700;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: rgb(220 230 230 / 0.85);
    text-decoration: none;
    font-size: 14px;
}
.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-right-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-bottom: 12px;
}
.lang-select {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(220 230 230 / 0.85);
    font-size: 13px;
    cursor: pointer;
    border-radius: 6px;
    padding: 6px 12px;
    background: rgb(255 255 255 / 0.05);
    border: 1px solid rgb(255 255 255 / 0.12);
}
.lang-select:hover {
    background: rgb(255 255 255 / 0.09);
}
.dropdown-menu-dark .dropdown-item {
    color: rgb(240 240 240 / 0.9);
    font-size: 13px;
}
.dropdown-menu-dark .dropdown-item:hover {
    background: rgb(255 255 255 / 0.07);
    color: #fff;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgb(255 255 255 / 0.06);
    border-radius: 50%;
    text-decoration: none;
    color: #e7ecec;
}
.social-icons a:hover {
    background: rgb(255 255 255 / 0.12);
}
.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 0.05);
    margin-top: 24px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.copyright {
    font-size: 13px;
    color: rgb(200 210 210 / 0.9);
}
.legal-links {
    display: flex;
    gap: 14px;
}
.legal-links a {
    color: rgb(200 210 210 / 0.8);
    font-size: 13px;
    text-decoration: none;
}
.legal-links a:hover {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 991px) {
    .footer-right-top {
        justify-content: flex-start;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
.testimonial-section {
    padding: 90px 0 110px;
    position: relative;
    background: #fff;
    color: #111;
}
.testimonial-section .container {
    position: relative;
}
.testimonial-section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.testimonial-section-sub {
    text-align: center;
    color: #6b7280;
    margin-bottom: 41px;
    font-size: 18px;
}
.testimonial-slide {
    display: flex;
    align-items: flex-end;
    gap: 35px;
}
.left-img {
    width: 360px;
}
.left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quote-box {
    flex: 1;
}
.quote-text {
    font-size: 24px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 18px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
}
.rating-stars svg {
    width: 20px;
    height: 20px;
    fill: #f6b73c;
}
.author-name {
    margin-top: 6px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}
.author-role {
    font-size: 14px;
    color: #6b7280;
    margin-left: 6px;
    font-weight: 500;
}
.slider-arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 14px;
}
.arrow-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}
.arrow-btn svg {
    width: 20px;
    height: 20px;
    stroke: #374151;
}
.arrow-btn.next {
    background: #264653;
    border-color: #264653;
    color: #fff;
}
.arrow-btn.prev {
    color: #264653;
}
.slick-arrow,
.slick-dots {
    display: none !important;
}
@media (max-width: 768px) {
    .testimonial-slide {
        flex-direction: column;
        text-align: center;
    }
    .left-img {
        width: 85%;
        margin: auto;
    }
    .quote-box {
        width: 100%;
    }
    .arrow-btn {
        width: 40px;
        height: 40px;
    }
}
.slick-slide {
    height: unset;
}
.section-abt {
    padding-top: 80px;
    padding-bottom: 100px;
    background: #fff;
    color: #111;
}
.abt-heading-left {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 40px;
}
.abt-heading-right {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}
.abt-split-card-wrap {
    margin-top: 28px;
    border-radius: 20px;
    overflow: hidden;
}
.abt-split-card {
    background: #264653;
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.abt-left-panel {
    flex: 1 1 50%;
    background: #1f3842;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abt-left-media {
    width: 100%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    position: relative;
}
.abt-left-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.abt-pills {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.abt-pill {
    background: rgb(255 255 255 / 0.2);
    color: #fff;
    padding: 20px 30px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    backdrop-filter: blur(4px);
    border: 1px solid rgb(255 255 255 / 0.06);
    display: flex;
    align-items: center;
    gap: 8px;
}
.abt-pill i {
    font-size: 10px;
}
.abt-right-panel {
    flex: 1 1 45%;
    padding: 45px 48px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}
.right-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .right-title {
        font-size: 28px;
    }
}
.abt-right-desc {
    color: rgb(255 255 255 / 0.85);
    line-height: 1.6;
    max-width: 420px;
}
.abt-right-title {
    font-size: 40px;
}
.abt-partners {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 10px;
}
.abt-partner {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.95;
}
.abt-partner i {
    font-size: 24px;
}
.abt-cta-row {
    margin-top: 18px;
    display: flex;
    gap: 16px;
}
.abt-cta-btn {
    background: #fff;
    color: #0b1220;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
}
.abt-cta-btn:hover {
    background: #042827;
    color: #fff;
}
.abt-cta-secondary {
    background: #fff0;
    border: 1px solid rgb(255 255 255 / 0.12);
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}
.abt-cta-secondary:hover {
    background: #fff;
    color: #0b1220;
}
@media (max-width: 991px) {
    .abt-split-card {
        flex-direction: column;
    }
    .abt-left-panel {
        order: 2;
        padding: 18px;
    }
    .right-panel {
        order: 1;
        padding: 28px;
    }
    .abt-right-desc {
        max-width: 100%;
    }
    .abt-left-media {
        max-width: 100%;
    }
}
.slick-list {
    height: auto !important;
}
