:root {
    --ink: #0A0F1E;
    --ink-2: #131A2C;
    --ink-3: #1B2438;
    --paper: #F2F4F7;
    --white: #FFFFFF;
    --signal: #D6321F;
    --signal-dark: #A8210F;
    --electric: #0EA5A0;
    --violet: #6C4CD9;
    --forest: #1E8F5F;
    --gold: #F0B429;
    --muted: #5B6472;
    --muted-light: #9AA3B8;
    --radius: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.display-font {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.02em;
}

.mono {
    font-family: 'JetBrains Mono', monospace;
}

.eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 500;
}

a {
    text-decoration: none;
}

.btn-signal {
    background: var(--signal);
    color: #fff;
    border: none;
    padding: .85rem 1.6rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: .95rem;
    transition: .25s;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.btn-signal:hover {
    background: var(--signal-dark);
    color: #fff;
    transform: translateY(-2px);
}

.btn-outline-line {
    border: 1.5px solid rgba(255, 255, 255, .25);
    color: #fff;
    padding: .85rem 1.6rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: .95rem;
    transition: .25s;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.btn-outline-line:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.navbar .navbar-toggler {
    background-color: #ffffff;
    padding: 4px;
    filter: none !important;
    margin-right: 15px;
}

/* ===== NAVBAR ===== */
.navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: .3rem 0;
    background: #fff;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    transition: .3s;
}

.navbar-custom .logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--signal), var(--violet));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk';
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
}

.navbar-custom .brand-text {
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.05;
}

.navbar-custom .brand-sub {
    color: var(--muted-light);
    font-size: .62rem;
    font-family: 'JetBrains Mono';
    letter-spacing: .08em;
}

.nav-link-custom {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin: 0 .7rem;
    transition: .2s;
    position: relative;
}

.nav-link-custom {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin: 0 .7rem;
    transition: .2s;
    position: relative;
}

.navbar-brand .logo {
    width: 160px;
}

.nav-link-custom:hover {
    color: #A8210F;
}

/* ===== HERO ===== */
header .banner {
    margin-top: 80px;
}

.hero {
    background: radial-gradient(1100px 600px at 78% -10%, rgba(214, 50, 31, .22), transparent 60%),
        radial-gradient(900px 500px at 5% 110%, rgba(14, 165, 160, .15), transparent 60%),
        var(--ink);
    padding: 9.5rem 0 5rem;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 75%);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    color: var(--muted-light);
    padding: .4rem .9rem;
    border-radius: 100px;
    font-size: .75rem;
}

.hero-badge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--electric);
    box-shadow: 0 0 0 4px rgba(14, 165, 160, .2);
}

.hero h1 {
    color: #fff;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.08;
    margin: 1.3rem 0 1.1rem;
}

.hero h1 span {
    color: var(--signal);
}

.hero p.lead-text {
    color: var(--muted-light);
    font-size: 1.08rem;
    max-width: 520px;
    line-height: 1.65;
}

.hero-info-row {
    color: #dfe3ec;
    font-size: .92rem;
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin-bottom: .85rem;
}

.hero-info-row i {
    color: var(--signal);
    margin-top: .2rem;
}

.hero-info-row a {
    color: var(--electric);
    font-weight: 600;
}

/* Terminal signature card */
.term-wrap {
    position: relative;
}

.term-card {
    background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    box-shadow: 0 40px 80px -25px rgba(0, 0, 0, .6);
    overflow: hidden;
}

.term-top {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .8rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .02);
}

.term-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.term-body {
    padding: 1.6rem 1.5rem 2rem;
    min-height: 230px;
}

.term-line {
    color: #8fe3cf;
    font-family: 'JetBrains Mono', monospace;
    font-size: .92rem;
    margin-bottom: .5rem;
}

.term-line .prompt {
    color: var(--signal);
}

.term-line .arg {
    color: #e8e8ef;
}

#typedCourse {
    color: var(--gold);
}

.cursor-blink {
    display: inline-block;
    width: 8px;
    height: 1.05rem;
    background: var(--gold);
    vertical-align: text-bottom;
    animation: blink 1s step-start infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.float-chip {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: .7rem 1rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    gap: .6rem;
    animation: floaty 5s ease-in-out infinite;
}

.float-chip .num {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--ink);
}

.float-chip .lab {
    font-size: .68rem;
    color: var(--muted);
    font-family: 'JetBrains Mono';
}

.chip-1 {
    top: -22px;
    right: 18px;
    animation-delay: .2s;
}

.chip-2 {
    bottom: -24px;
    left: 18px;
    animation-delay: 1.1s;
}

@keyframes floaty {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ===== STATS STRIP ===== */
.stats-strip {
    background: var(--white);
    border-top: 1px solid #e7e9ee;
    border-bottom: 1px solid #e7e9ee;
}

.stat-col {
    padding: 2.4rem 1rem;
    text-align: center;
    border-right: 1px solid #ececef;
}

.stat-col:last-child {
    border-right: none;
}

.stat-num {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 2.1rem;
    color: var(--signal);
}

.stat-col:nth-child(even) .stat-num {
    color: var(--electric);
}

.stat-lab {
    font-family: 'JetBrains Mono';
    font-size: .72rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: .2rem;
}

/* ===== DIRECTOR + FORM ===== */
.section-pad {
    padding: 5.5rem 0;
}

.section-tag {
    color: var(--signal);
    font-weight: 600;
}

.director-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2.4rem;
    box-shadow: 0 20px 50px -30px rgba(10, 15, 30, .25);
    border: 1px solid #ececef;
}

.avatar-init {
    width: 74px;
    height: 74px;
    border-radius: 16px;
    flex: 0 0 auto;
    background: linear-gradient(135deg, var(--violet), var(--signal));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 1.5rem;
}

.quote-mark {
    font-family: 'Space Grotesk';
    font-size: 3rem;
    color: var(--signal);
    line-height: .5;
    opacity: .35;
}

.enquiry-card {
    background: var(--ink);
    border-radius: var(--radius);
    padding: 2.2rem;
    color: #fff;
    position: sticky;
    top: 100px;
}

.enquiry-card .form-control,
.enquiry-card .form-select {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    border-radius: 10px;
    padding: .7rem .9rem;
    font-size: .92rem;
}

.enquiry-card .form-control::placeholder {
    color: #8b93a7;
}

.enquiry-card .form-control:focus,
.enquiry-card .form-select:focus {
    background: rgba(255, 255, 255, .09);
    border-color: var(--signal);
    box-shadow: none;
    color: #fff;
}

.enquiry-card label {
    font-size: .75rem;
    color: var(--muted-light);
    font-family: 'JetBrains Mono';
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .3rem;
}

/* ===== COURSES SLIDER ===== */
.course-track {
    display: flex;
    gap: 1.4rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: .5rem .2rem 1.6rem;
    scrollbar-width: none;
}

.course-track::-webkit-scrollbar {
    display: none;
}

.course-card {
    flex: 0 0 300px;
    scroll-snap-align: start;
    border-radius: 20px;
    padding: 2rem 1.7rem;
    color: #fff;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.course-card.c1 {
    background: linear-gradient(155deg, #0EA5A0, #0B6E6A);
}

.course-card.c2 {
    background: linear-gradient(155deg, #6C4CD9, #432C99);
}

.course-card.c3 {
    background: linear-gradient(155deg, #1E8F5F, #0F5A3A);
}

.course-card .tag {
    font-family: 'JetBrains Mono';
    font-size: .68rem;
    background: rgba(255, 255, 255, .15);
    padding: .25rem .7rem;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 1rem;
}

.course-card h3 {
    font-size: 1.35rem;
    margin-bottom: .7rem;
}

.course-card p {
    font-size: .9rem;
    opacity: .9;
    line-height: 1.55;
}

.course-card .learn {
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border-bottom: 1.5px solid rgba(255, 255, 255, .5);
    width: fit-content;
    padding-bottom: 2px;
}

.course-card .icon-badge {
    position: absolute;
    right: -15px;
    bottom: -15px;
    font-size: 6rem;
    opacity: .13;
}

.slider-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    transition: .2s;
}

.slider-arrow:hover {
    background: var(--ink);
    color: #fff;
}

/* ===== MARQUEES ===== */
.marquee-wrap {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollLeft 28s linear infinite;
}

.marquee-track.slow {
    animation-duration: 40s;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.wordmark {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--ink);
    background: #fff;
    border: 1px solid #e7e9ee;
    border-radius: 14px;
    padding: 1.1rem 1.8rem;
    margin: 0 .6rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
}

.wordmark small {
    font-family: 'JetBrains Mono';
    font-weight: 500;
    font-size: .62rem;
    color: var(--muted);
    display: block;
    letter-spacing: .05em;
}

.wordmark i {
    color: var(--signal);
}

.pill-loc {
    font-family: 'JetBrains Mono';
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: var(--signal);
    padding: .6rem 1.3rem;
    border-radius: 100px;
    margin: 0 .5rem;
    white-space: nowrap;
}

.pill-loc:nth-child(even) {
    background: var(--ink-3);
}

/* ===== TESTIMONIALS SLIDER ===== */
.testi-track {
    display: flex;
    gap: 1.4rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: .5rem .2rem 1.6rem;
    scrollbar-width: none;
}

.testi-track::-webkit-scrollbar {
    display: none;
}

.testi-card {
    flex: 0 0 340px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: var(--radius);
    padding: 2rem;
    border: 1px solid #ececef;
    display: flex;
    flex-direction: column;
}

@media(max-width:575px) {
    .testi-card {
        flex-basis: 86vw;
    }
}

.stars i {
    color: var(--gold);
    font-size: .85rem;
}

.testi-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk';
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
}

.testi-dots {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: .5rem;
}

.testi-dots .tdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dcdfe6;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: .25s;
}

.testi-dots .tdot.active {
    background: var(--signal);
    width: 22px;
    border-radius: 5px;
}

/* ===== CENTERS GRID (signature data-card gallery) ===== */
.center-card {
    border-radius: 16px;
    padding: 1.6rem;
    color: #fff;
    min-height: 145px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 16px 16px;
}

.center-card .city {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 1.15rem;
    position: relative;
    z-index: 1;
}

.center-card .meta {
    font-family: 'JetBrains Mono';
    font-size: .7rem;
    opacity: .85;
    position: relative;
    z-index: 1;
}

.center-card i.pin {
    position: relative;
    z-index: 1;
    font-size: 30px;
    opacity: .85;
}

/* ===== FOOTER ===== */
footer {
    background: var(--ink);
    color: var(--muted-light);
}

footer h6 {
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin-bottom: 1.1rem;
}

footer a {
    color: var(--muted-light);
    font-size: .88rem;
    line-height: 2.1;
}

footer a:hover {
    color: var(--electric);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 1.2rem 0;
    font-size: .82rem;
}

.tag-course {
    font-family: 'JetBrains Mono';
    font-size: .72rem;
    color: var(--muted-light);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: .35rem .8rem;
    border-radius: 100px;
    margin: .2rem;
    display: inline-block;
}

.seo-links a {
    font-size: .74rem;
    color: #6b7386;
    line-height: 2.3;
}

.seo-links a:hover {
    color: var(--electric);
}

/* WhatsApp float */
.wa-float {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 15px 35px -10px rgba(37, 211, 102, .6);
    z-index: 999;
    transition: .2s;
}

.wa-float:hover {
    transform: scale(1.08);
    color: #fff;
}

@media(max-width:991px) {
    .hero {
        padding: 8rem 0 3rem;
        text-align: center;
    }

    .hero p.lead-text {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero h1 {
        font-size: 2.3rem;
    }

    .term-wrap {
        margin-top: 3rem;
    }

    .stat-col {
        border-right: none;
        border-bottom: 1px solid #ececef;
    }

    .enquiry-card {
        position: static;
        margin-top: 0;
    }

    .section-pad {
        padding: 2.5rem 0;
    }

    #contact {
        padding-left: 15px;
        padding-right: 15px;
    }

    .director-card {
        padding: 1.4rem;
    }

    .policy-card {
        padding: 1.6rem !important;
    }
}

@media(max-width:575px) {
    .hero h1 {
        font-size: 1.9rem;
    }
}

.affiliations-section img {
    width: 120px;
}

.client-section .wordmark {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.client-section img {
    width: 200px;
}

#locations .marquee-track.slow {
    animation-duration: 65s;
}

/* ===== INNER PAGE HEADER / BREADCRUMB ===== */
.page-header {
    margin-top: 80px;
    background: radial-gradient(1100px 600px at 78% -10%, rgba(214, 50, 31, .22), transparent 60%),
        radial-gradient(900px 500px at 5% 110%, rgba(14, 165, 160, .15), transparent 60%),
        var(--ink);
    padding: 3.4rem 0 3.2rem;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
}

.page-header h1 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    margin: .8rem 0 1rem;
}

.breadcrumb-custom {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem;
    padding: 0;
    margin: 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: .78rem;
    position: relative;
    z-index: 1;
}

.breadcrumb-custom li {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.breadcrumb-custom li a {
    color: var(--muted-light);
    transition: .2s;
}

.breadcrumb-custom li a:hover {
    color: var(--electric);
}

.breadcrumb-custom li i {
    color: var(--muted-light);
    font-size: .62rem;
}

.breadcrumb-custom li.active {
    color: var(--signal);
    font-weight: 600;
}

/* ===== POLICY CONTENT ===== */
.policy-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 2.6rem;
    border: 1px solid #ececef;
    box-shadow: 0 20px 50px -30px rgba(10, 15, 30, .15);
}

.policy-card h2 {
    font-size: 1.28rem;
    margin-top: 2.1rem;
    margin-bottom: .9rem;
    color: var(--ink);
    scroll-margin-top: 110px;
}

.policy-card h2:first-child {
    margin-top: 0;
}

.policy-card h2 .num {
    color: var(--signal);
    font-family: 'JetBrains Mono', monospace;
    margin-right: .5rem;
    font-size: 1rem;
}

.policy-card p,
.policy-card li {
    color: var(--muted);
    line-height: 1.85;
    font-size: .97rem;
}

.policy-card ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.policy-card li {
    margin-bottom: .5rem;
}

.policy-card li::marker {
    color: var(--signal);
}

.policy-card a {
    color: var(--electric);
    font-weight: 600;
}

.policy-card strong {
    color: var(--ink);
}

.toc-card {
    background: var(--paper);
    border: 1px solid #ececef;
    border-radius: var(--radius);
    padding: 1.6rem;
    position: sticky;
    top: 100px;
}

.toc-card h6 {
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: .95rem;
}

.toc-card a {
    display: block;
    color: var(--muted);
    font-size: .84rem;
    padding: .45rem 0;
    border-bottom: 1px dashed #e2e5ea;
    transition: .2s;
}

.toc-card a:last-of-type {
    border-bottom: none;
}

.toc-card a:hover {
    color: var(--signal);
}

.toc-card .updated {
    font-family: 'JetBrains Mono', monospace;
    font-size: .68rem;
    color: var(--muted-light);
    margin-top: 1.1rem;
    display: block;
}

@media(max-width: 991px) {
    .toc-card {
        position: static;
        margin-top: 2rem;
    }
}

/* Select */
.enquiry-card .form-select {
    background: #242936;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    height: 54px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
}

.enquiry-card .form-select:focus {
    border-color: #ff4d3d;
    box-shadow: 0 0 0 4px rgba(255, 77, 61, .15);
}

/* Dropdown options */
.enquiry-card .form-select option {
    background: #1b2230;
    color: #fff;
    padding: 12px;
}

/* Placeholder option */
.enquiry-card .form-select option:first-child {
    color: #9ca3af;
}

.form-loader {
    display: none;
}

.form-loader.active {
    display: block;
}

.thankyou-card {
    /* background: linear-gradient(180deg,#0f172a,#111827); */
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    padding: 60px 45px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.thankyou-icon {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10B981, #059669);
    color: #fff;
    font-size: 52px;
    margin-bottom: 25px;
    box-shadow: 0 15px 40px rgba(16, 185, 129, .35);
}

.thankyou-card .lead {
    color: #cbd5e1;
    line-height: 1.9;
}

.info-box {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 25px;
    height: 100%;
    text-align: center;
    transition: .35s;
}

.info-box:hover {
    transform: translateY(-6px);
    border-color: var(--signal);
}

.info-box i {
    font-size: 30px;
    color: var(--signal);
    margin-bottom: 15px;
}

.info-box h6 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.info-box p {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.7;
}

@media(max-width:768px) {

    .thankyou-card {
        padding: 40px 25px;
        margin-top: 65px;
    }

    .thankyou-icon {
        width: 90px;
        height: 90px;
        font-size: 42px;
    }

}

.call-float{
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
    z-index: 9999;
    transition: all .3s ease;
}

.call-float:hover{
    transform: scale(1.1);
    color: #fff;
    background: #0b5ed7;
}

@media (max-width: 767px){
    .call-float{
        left: 15px;
        bottom: 20px;
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}