:root {
    --tc-primary: #206685;
    --tc-secondary: #17a28b;
    --tc-accent: #08c7b2;
    --tc-dark: #062b3a;
    --tc-body: #3f5560;
    --tc-muted: #6a7f88;
    --tc-bg: #f4faf9;
    --tc-surface: #ffffff;
    --tc-border: #dcebea;
    --tc-grad: linear-gradient(135deg, #206685 0%, #17a28b 100%);
    --tc-grad-soft: linear-gradient(160deg, #dff4f0 0%, #f4faf9 55%, #fff 100%);
    --tc-grad-dark: linear-gradient(140deg, #062b3a 0%, #0b4a59 58%, #12736f 100%);
    --tc-shadow-soft: 0 4px 12px -4px rgba(32, 102, 133, .12);
    --tc-shadow-card: 0 18px 44px -22px rgba(32, 102, 133, .35);
    --tc-shadow-float: 0 28px 70px -30px rgba(32, 102, 133, .5);
}

body {
    font-family: "Inter", system-ui, sans-serif;
    background: var(--tc-bg);
    color: var(--tc-body);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    color: var(--tc-dark);
    letter-spacing: -.02em;
    font-weight: 800
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 6rem
}

a {
    text-decoration: none
}

iconify-icon {
    display: inline-block;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    color: var(--tc-grad-dark);
    vertical-align: -.125em
}

.btn iconify-icon,
.eyebrow iconify-icon,
.marquee-item iconify-icon {
    font-size: 1.05em
}

.icon-box iconify-icon {
    font-size: 1.25rem
}

.soc iconify-icon {
    font-size: 1.1rem
}

.section {
    padding: 6rem 0
}

.bg-surface {
    background: var(--tc-surface)
}

.text-muted-2 {
    color: var(--tc-muted)
}

.text-brand {
    color: var(--tc-primary)
}

.text-cyan-brand {
    color: var(--tc-secondary)
}

.gradient-brand {
    background-image: var(--tc-grad)
}

.gradient-text {
    background-image: var(--tc-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.glass-card {
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: var(--tc-shadow-card)
}

.glass-dark {
    background: rgba(6, 43, 58, .34);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .82)
}

.shadow-soft {
    box-shadow: var(--tc-shadow-soft)
}

.shadow-card {
    box-shadow: var(--tc-shadow-card)
}

.shadow-float {
    box-shadow: var(--tc-shadow-float)
}

.rounded-2xl {
    border-radius: 1.25rem
}

.rounded-3xl {
    border-radius: 1.75rem
}

.card-tc {
    background: #fff;
    border: 1px solid var(--tc-border);
    border-radius: 1.75rem
}

.lift {
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease
}

.lift:hover {
    transform: translateY(-6px);
    box-shadow: var(--tc-shadow-float);
    border-color: rgba(23, 162, 139, .45)
}

.icon-box {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem
}

.icon-box.lg {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.35rem
}

.icon-soft {
    background: rgba(23, 162, 139, .12);
    color: var(--tc-primary)
}

.icon-grad {
    background-image: var(--tc-grad);
    color: #fff;
    box-shadow: var(--tc-shadow-card)
}

.feature-line {
    display: grid;
    grid-template-columns: 1rem 1fr;
    align-items: start;
    column-gap: .9rem;
    min-height: 3.25rem
}

.feature-line-icon {
    color: var(--tc-secondary);
    font-size: 1.6rem;
    margin-top: .32rem
}

.feature-line h3 {
    color: #344255;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0
}

.feature-line p {
    color: var(--tc-muted);
    font-size: .92rem;
    line-height: 1.35;
    margin: .2rem 0 0
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    padding: .4rem 1rem;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    background: rgba(23, 162, 139, .12);
    color: var(--tc-primary)
}

.eyebrow.dark {
    background: rgba(255, 255, 255, .08);
    color: var(--tc-secondary)
}

.btn-brand {
    background-image: var(--tc-grad);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: .85rem 1.75rem;
    font-weight: 600;
    box-shadow: var(--tc-shadow-float);
    transition: transform .3s
}

.btn-brand:hover {
    color: #fff;
    transform: translateY(-2px)
}

.btn-light {
    border: 1px solid var(--tc-border);
    background: #fff;
    color: var(--tc-primary);
    border-radius: 999px;
    padding: .85rem 1.75rem;
    font-weight: 600
}

.btn-light:hover {
    background: #fff;
    border-color: var(--tc-secondary);
    color: var(--tc-primary)
}

.btn-ghost {
    border: 1px solid var(--tc-border);
    background: #fff;
    color: var(--tc-primary);
    border-radius: 999px;
    padding: .85rem 1.75rem;
    font-weight: 600
}

.btn-ghost:hover {
    border-color: var(--tc-secondary);
    color: var(--tc-primary)
}

/* header */
.tc-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1030;
    padding: 1.15rem 0;
    transition: all .3s
}

.tc-header.scrolled {
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(16px);
    /* border-bottom: 1px solid var(--tc-border); */
    padding: .6rem 0;
    box-shadow: var(--tc-shadow-card)
}

.tc-header .nav-link {
    color: var(--tc-body);
    font-weight: 500;
    border-radius: 999px;
    padding: .5rem .9rem !important
}

.tc-header .nav-link:hover {
    background: rgba(23, 162, 139, .1);
    color: var(--tc-primary)
}

.tc-header .navbar-brand {
    min-width: 0
}

.tc-header .navbar-brand .fw-bold,
.tc-header .btn-brand {
    white-space: nowrap
}

.brand-logo {
    display: block;
    width: clamp(5.6rem, 7vw, 4.5rem);
    height: auto
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .85rem;
    background-image: var(--tc-grad);
    color: #fff
}

/* hero */
.hero {
    background-image: var(--tc-grad-soft);
    padding: 9rem 0 7rem;
    position: relative;
    overflow: hidden
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    animation: blob 18s ease-in-out infinite
}

@keyframes blob {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    33% {
        transform: translate(30px, -20px) scale(1.08)
    }

    66% {
        transform: translate(-20px, 20px) scale(.95)
    }
}

@keyframes floaty {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-14px)
    }
}

.floaty {
    animation: floaty 6s ease-in-out infinite
}

.kpi-chip {
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 7rem;
    height: 100%;
    padding: 1rem
}

.kpi-chip .val {
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.15;
    white-space: nowrap;
    color: var(--tc-primary)
}

/* marquee */
.marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent)
}

.marquee-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: marquee 32s linear infinite
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    border: 1px solid var(--tc-border);
    background: #fff;
    border-radius: 1.25rem;
    padding: 1rem 1.75rem;
    font-weight: 600;
    color: var(--tc-primary);
    white-space: nowrap
}

/* reveal */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1)
}

.reveal.in {
    opacity: 1;
    transform: none
}

/* ring */
.ring-wrap {
    position: relative;
    width: 8rem;
    height: 8rem;
    margin: 0 auto
}

.ring-wrap svg {
    transform: rotate(-90deg)
}

.ring-wrap .ring-val {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--tc-primary)
}

.ring-bg {
    stroke: var(--tc-border)
}

/* dark section */
.section-dark {
    background-image: var(--tc-grad-dark);
    color: rgba(255, 255, 255, .92);
    position: relative;
    overflow: hidden
}

.section-dark h2,
.section-dark h3 {
    color: #fff
}

.section-dark p {
    color: rgba(255, 255, 255, .68)
}

/* engagement */
.plan-featured {
    background-image: var(--tc-grad);
    color: #fff;
    border: 0
}

.plan-featured h3,
.plan-featured p,
.plan-featured li {
    color: #fff
}

.plan-featured p,
.plan-featured li {
    opacity: .88
}

.plan-badge {
    align-self: flex-start;
    background: rgba(255, 255, 255, .22);
    margin-bottom: 1rem
}

/* faq */
.accordion-tc .accordion-item {
    border: 1px solid var(--tc-border);
    border-radius: 1.25rem !important;
    overflow: hidden;
    margin-bottom: .75rem;
    box-shadow: var(--tc-shadow-soft)
}

.accordion-tc .accordion-button {
    font-weight: 600;
    color: var(--tc-dark);
    padding: 1.15rem 1.5rem;
    background: #fff;
    box-shadow: none
}

.accordion-tc .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--tc-primary)
}

.accordion-tc .accordion-body {
    color: var(--tc-muted);
    padding-top: 0
}

/* cta */
.cta-box {
    background-image: var(--tc-grad);
    border-radius: 2rem;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--tc-shadow-float)
}

.cta-box h2,
.cta-box p {
    color: #fff
}

/* footer */
.tc-footer {
    background: var(--tc-dark);
    color: rgba(255, 255, 255, .9);
    padding: 5rem 0 2.5rem
}

.tc-footer h3,
.tc-footer .fw-800 {
    color: #fff
}

.tc-footer a {
    color: rgba(255, 255, 255, .9)
}

.tc-footer a:hover {
    color: var(--tc-secondary)
}

.tc-footer .form-control.glass-dark {
    min-height: 2.75rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2) !important;
    color: rgba(255, 255, 255, .9);
    box-shadow: none;
}

.tc-footer .form-control.glass-dark::placeholder {
    color: rgba(255, 255, 255, .9);
}

.tc-footer .form-control.glass-dark:focus {
    background: rgba(255, 255, 255, .14);
    border-color: var(--tc-secondary) !important;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 139, .18);
}

.footer-logo {
    display: block;
    width: 9.5rem;
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(8, 199, 178, .12))
}

.soc {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .85rem
}


.tc-footer .soc {
    background: var(--tc-grad);
    border: 0;
    color: #fff;
    box-shadow: 0 14px 32px -18px rgba(8, 199, 178, .7)
}

.tc-footer .soc:hover {
    color: #fff;
    transform: translateY(-2px)
}

@media (max-width:991.98px) {
    .tc-header {
        background: rgba(255, 255, 255, .88);
        backdrop-filter: blur(16px);
        border-bottom: 1px solid var(--tc-border);
        padding: .75rem 0
    }

    .tc-header .navbar-collapse {
        background: #fff;
        border: 1px solid var(--tc-border);
        border-radius: 1rem;
        box-shadow: var(--tc-shadow-card);
        margin-top: .85rem;
        padding: .75rem
    }

    .tc-header .navbar-nav {
        align-items: stretch !important
    }

    .tc-header .nav-link {
        padding: .65rem .8rem !important
    }

    .brand-logo {
        width: 7.25rem
    }

    .tc-header .navbar-nav .btn-brand {
        display: flex;
        justify-content: center;
        margin-top: .35rem;
        width: 100%
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }
}

/* =========================================================
   BOOK CONSULTATION MODAL
========================================================= */

.consultation-modal {
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(5, 48, 65, 0.20);
}


/* HEADER */

.consultation-modal-header {
    position: relative;
    /* padding: 30px 35px 24px; */
    border-bottom: 1px solid #edf3f4;

    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(85, 204, 215, 0.14),
            transparent 40%
        ),
        #f7fcfc;
}


.consultation-modal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #16889a;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


.consultation-modal-title {
    margin: 8px 0 6px;

    color: #062d3d;

    /* font-size: 30px; */
    font-weight: 700;
    letter-spacing: -0.7px;
}


.consultation-modal-subtitle {
    max-width: 560px;
    margin: 0;

    color: #718890;

    font-size: 14px;
    line-height: 1.6;
}


.consultation-close {
    position: absolute;
    top: 25px;
    right: 28px;

    padding: 10px;

    border-radius: 50%;
    background-color: #eaf3f4;

    opacity: 1;
}


.consultation-close:hover {
    background-color: #dcebed;
}


/* BODY */

.consultation-modal-body {
    padding: 30px 35px 35px;
}


/* LABEL */

.consultation-label {
    display: block;

    margin-bottom: 7px;

    color: #294b57;

    font-size: 13px;
    font-weight: 700;
}


.consultation-label span {
    color: red;
}


/* INPUT */

.consultation-input {
    position: relative;
}


.consultation-input > i:first-child {
    position: absolute;
    z-index: 2;

    top: 50%;
    left: 15px;

    transform: translateY(-50%);

    color: #83a4ab;

    font-size: 16px;

    pointer-events: none;
}


.consultation-input .form-control,
.consultation-input .form-select {
    min-height: 19px;

    /* padding: 11px 15px 11px 43px; */

    border: 1px solid #dce9eb;
    border-radius: 11px;

    background: #fbfefe;

    color: #294b57;

    font-size: 14px;

    box-shadow: none;

    transition: 0.2s ease;
}


.consultation-input .form-control::placeholder {
    color: #a1b3b8;
}


.consultation-input .form-control:focus,
.consultation-input .form-select:focus {
    border-color: #35a6a5;

    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(53, 166, 165, 0.10);
}


/* SELECT */

.consultation-input .form-select {
    appearance: none;
    cursor: pointer;
    padding-right: 40px;
}


.consultation-select-arrow {
    position: absolute;

    top: 50%;
    right: 15px;

    transform: translateY(-50%);

    color: #83a4ab;

    pointer-events: none;
}


/* TEXTAREA */

.consultation-textarea > i:first-child {
    top: 17px;
    transform: none;
}


.consultation-textarea textarea {
    min-height: 105px;
    resize: vertical;
}


/* SUBMIT */

.consultation-submit {
    width: 100%;
    min-height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 5px;

    border: 0;
    border-radius: 11px;

    background: linear-gradient(
        100deg,
        #176f88 0%,
        #159d96 100%
    );

    color: #ffffff;

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

    box-shadow:
        0 10px 22px rgba(21, 145, 145, 0.20);

    transition: all 0.25s ease;
}


.consultation-submit:hover {
    transform: translateY(-1px);

    box-shadow:
        0 14px 28px rgba(21, 145, 145, 0.25);
}


.consultation-submit i {
    transition: transform 0.25s ease;
}


.consultation-submit:hover i {
    transform: translateX(4px);
}


/* SECURITY */

.consultation-security {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;

    margin-top: 11px;

    color: #91a5aa;

    font-size: 11px;
}


.consultation-security i {
    color: #159b96;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .consultation-modal {
        margin: 12px;
        border-radius: 20px;
    }

    .consultation-modal-header {
        padding: 25px 22px 20px;
    }

    .consultation-modal-body {
        padding: 22px;
    }

    .consultation-modal-title {
        font-size: 25px;
        padding-right: 30px;
    }

    .consultation-modal-subtitle {
        font-size: 13px;
    }

    .consultation-close {
        top: 20px;
        right: 18px;
    }

}/* =========================================================
   CONSULTATION SUCCESS
========================================================= */

.consultation-success {
    padding: 25px 10px 20px;
    text-align: center;
}

.consultation-success-icon {
    width: 64px;
    height: 64px;

    margin: 0 auto 18px;

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

    border-radius: 50%;

    background: #e4f7f2;
    color: #159b96;

    font-size: 30px;
}

.consultation-success h4 {
    margin: 0 0 8px;

    color: #062d3d;

    font-size: 24px;
    font-weight: 700;
}

.consultation-success p {
    max-width: 420px;

    margin: 0 auto 22px;

    color: #718890;

    font-size: 14px;
    line-height: 1.6;
}

.consultation-success-btn {
    padding: 10px 30px;

    border: 0;
    border-radius: 10px;

    background: #159b96;
    color: #fff;

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

    cursor: pointer;
}

.consultation-success-btn:hover {
    background: #117f7b;
}

/* ================================
   CENTER SUCCESS POPUP
================================ */
.consultation-toast {
    position: relative;

    width: 430px;
    max-width: calc(100vw - 30px);

    padding: 38px 30px 30px;

    border-radius: 22px !important;

    background: #ffffff;

    box-shadow:
        0 25px 70px rgba(25, 135, 84, 0.18),
        0 8px 25px rgba(0, 0, 0, 0.08);

    overflow: visible !important;

    text-align: center;

    border-top: 4px solid #198754 !important;

    animation: consultationPopup 0.35s ease-out;
}


/* ================================
   CLOSE BUTTON
================================ */

.consultation-close {
    position: absolute;

    top: 16px;
    right: 17px;

    width: 30px;
    height: 30px;

    padding: 0;

    border-radius: 50%;

    opacity: 0.55;

    background-color: #f4f6f7;

    transition: all 0.2s ease;
}

.consultation-close:hover {
    opacity: 1;

    background-color: #e8f5ee;

    transform: rotate(90deg);
}


/* ================================
   SUCCESS ICON
================================ */

.consultation-success-icon {
    width: 78px;
    height: 78px;

    margin: -5px auto 20px;

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

    border-radius: 50%;

    background: #e8f5ee;

    color: #198754;

    box-shadow:
        0 0 0 10px #f4faf6;

    animation: successIcon 0.45s ease-out;
}

.consultation-success-icon iconify-icon {
    font-size: 44px;

    color: #198754;

    width: 44px;
    height: 44px;
}


/* ================================
   BODY
================================ */

.consultation-body {
    padding: 0 !important;

    background: transparent !important;

    text-align: center;
}


/* ================================
   TITLE
================================ */

.consultation-title {
    margin: 0 0 10px;

    color: #1f2933;

    font-size: 21px;
    font-weight: 700;

    letter-spacing: -0.2px;
}


/* ================================
   MESSAGE
================================ */

.consultation-message {
    max-width: 340px;

    margin: 0 auto 20px;

    color: #68777d;

    font-size: 14px;
    line-height: 1.7;
}


/* ================================
   STATUS MESSAGE
================================ */

.consultation-status {
    display: inline-flex;

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

    gap: 8px;

    padding: 9px 14px;

    border-radius: 50px;

    background: #f3faf6;

    color: #198754;

    font-size: 12px;
    font-weight: 600;
}

.consultation-status iconify-icon {
    font-size: 17px;
}


/* ================================
   ANIMATIONS
================================ */

@keyframes consultationPopup {

    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.94);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes successIcon {

    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    70% {
        transform: scale(1.08);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 576px) {

    .consultation-toast {
        width: calc(100vw - 30px);

        padding: 35px 22px 25px;

        border-radius: 19px !important;
    }

    .consultation-success-icon {
        width: 68px;
        height: 68px;
    }

    .consultation-success-icon iconify-icon {
        font-size: 38px;
    }

    .consultation-title {
        font-size: 19px;
    }

    .consultation-message {
        font-size: 13px;
    }
}