@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@font-face {
    font-family: "Bahnschrift";
    src: url("../font/RexLight/WebFonts/07af474c5df69855dba34672a2228f16.ttf") format("truetype");
    /* src: url('/fonts/Bahnschrift.ttf') format('truetype'); */
    font-style: normal;
}
:root {
    /* --primary-color: #233129; */
    --primary-color: #cfa675;
    --secondary-color: #8ac640;
    --secondary-color-light: #f9eee0;
    --light: #f8fcff;
    --black: #212121;
    --swap-dur: 2.6s;
    --swap-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --bg: #f2eee6; /* page background (warm beige) */
    --title: #214184; /* deep blue title */
    --card-bg: #ffffff; /* white cards */
    --card-border: #e6e3da; /* subtle border */
    --blue: #214184; /* mid-blue for center/hover */
    --blue-light: #eaf1ff; /* faint blue tint */
    --ink: #1f2937; /* body text (dark gray) */
    --muted: #4b5563; /* list text */
    --accent: #86efac; /* small green tick effect */
    --brand-blue: #1e4f95;
    --brand-blue-2: #3e6bd6;
    --brand-ink: #0c2a52;
    --brand-green: #8ac640;
    --ink: #1f2937;
    --muted: #6b7280;
    --card: #ffffff;
    --edge: #e8e6f5;
    --btp-size: 48px;              /* button size */
  --btp-offset: 18px;            /* distance from edges */
  --btp-bg: #1e4f95;             /* brand blue */
  --btp-bg-hover: #184078;
}
html {
    scroll-behavior: smooth;
}

body {
    color: #fff;
    overflow-x: hidden;
    font-family: "Baloo 2", cursive, sans-serif;
}
#overview {
    color: black;
}
#gallery {
    background-color: #f5f5f5d3;
}
svg:not([fill]) {
    fill: currentColor;
    stroke: currentColor;
}

.table td,
.table th {
    padding: 11px;
}
.table td:hover a {
    color: #000 !important;
}

p {
    line-height: 19px;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    font-family: "Baloo 2", cursive, sans-serif;
}

.padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
}

img,
video,
iframe {
    width: 100%;
    display: block;
}

.gap-row {
    row-gap: 30px;
}

.gap-form-row {
    row-gap: 10px;
}

.object-cover {
    object-fit: cover;
}

.container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
}

body {
    font-family: "Baloo 2", cursive, sans-serif;
    background: #fff;
    color: #333;
    overflow-x: hidden;
}

/* ===== Brand header ===== */
.brand-bar {
    background: linear-gradient(90deg, #ebe6dd 0%, #ebe6dd 58%, #e2e3e6 100%); /* light beige */
    border-bottom: 0px solid #ddd;
    position: relative;
    z-index: 1000;
   padding-top: 10px;
    padding-bottom: 10px;
}
.brand-stage {
    position: relative;
    height: 64px; /* header height */
    overflow: hidden;
}

/* Absolute logo on top-left (100px wide) */
.brand-logo-abs {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    background-color: #ebe6dd;
}
.brand-logo-abs img {
    padding: 2px;
    width: 107px;
    height: auto;
    display: block;
}

/* Full-width marquee lane behind the logo */
.thumb-lane {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

/* === Seamless, zero-gap track === */
.thumb-track {
    display: flex;
    width: max-content;
    animation: track-left 16s linear infinite;
    will-change: transform;
}
.thumb-seq {
    display: flex;
    gap: 0; /* zero gap between items */
}

/* Each thumb capsule = same width for perfect joins */
.thumb-item {
    position: relative;
    flex: 0 0 auto;
    width: 121px;
    height: 64px;
}

/* Grey thumb image fills the item; slight overdraw hides any 1px seams */
.thumb-item img {
    position: absolute;
    inset: 0;
    width: 101%;
    height: 100%;
    object-fit: contain;
    opacity: 0.4;
    /* filter: grayscale(100%); */
    transform: translateZ(0);
}

/* Text layers above the image */
.thumb-item .label {
    position: absolute;
    /* inset:0; */
    left: 0;
    right: 0;
    top: 14px;
    display: grid;
    place-items: center;
    z-index: 1;
    font-family: "Bahnschrift";
    font-weight: bold;
    letter-spacing: 0.16em;
    color: #afb1b7;
    font-size: 19px;
    pointer-events: none;
    margin-bottom: 0px;
}
.thumb-item .sublabel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    z-index: 1;
    text-align: center;
    font-family: "Bahnschrift";
    font-weight: bold;
    color: #afb1b7;
    font-size: 8px;
    pointer-events: none;
    text-transform: uppercase;
    opacity: 0.9;
}
/* Optional: soften text passing under the logo */
.brand-stage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    background: linear-gradient(90deg, #f4f0ea 60%, rgba(244, 240, 234, 0));
    z-index: 1;
    pointer-events: none;
}

/* Seamless loop: two identical sequences, move by 50% of track width */
@keyframes track-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.side-menu {
    position: fixed;
    top: 15%;
    right: 0;
    width: 14px; /* thin rail */
    z-index: 1000;
    overflow: visible;
}

/* stack items with gaps between the short lines */
.side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.side-menu li {
    position: relative;
    height: 36px;
    margin: 3px 0;
}

/* the visible line segment for each row */
.side-menu li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 2px;
    height: 22px;
    background: #214184;
    border-radius: 2px;
    pointer-events: none;
}

/* invisible hover/click pad to make it easy to interact */
.side-menu li::after {
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    right: 0;
    width: 28px;
}

/* the sliding label pill (hidden by default) */
.side-menu a {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(120%, -50%);
    opacity: 0;
    white-space: nowrap;
    background: #fff;
    color: #214184;
    padding: 6px 16px 6px 14px;
    border-radius: 18px 0 0 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    font-family: "Arvo", serif;
    font-weight: 800;
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease;
}

/* show on hover (preview) */
.side-menu li:hover > a {
    transform: translate(0, -50%);
    opacity: 1;
}

/* keep visible when the section is active */
.side-menu li.pinned > a {
    transform: translate(0, -50%);
    opacity: 1;
}

/* optional: tiny nudge on direct link hover */
.side-menu li:hover > a:hover {
    transform: translate(4px, -50%);
}

/* keep your active color if you like */
.side-menu a.active {
    color: #214184;
}

/* ===== Banner (Hero) – matches screenshot ===== */
.banner {
    /* background: linear-gradient(90deg,#f5efe9 0%,#ffffff 58%,#e9f0ff 100%); */
    position: relative;
    background: url("../images/bg.png") no-repeat center center;
    background-size: cover; /* scale to fill */
    background-attachment: fixed; /* optional: parallax feel */
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #214184;
    padding: 96px 0 98px;
}
.banner .container {
    position: relative;
    z-index: 2;
} /* keep content above */
.banner-assets {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none; /* purely decorative */
}

/* shared look */
.asset {
    position: absolute;
    opacity: 1;
}

/* gentle float so they feel alive (optional) */
@keyframes floaty {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.asset {
    animation: floaty 6s ease-in-out infinite;
}
.asset-r-stack {
    animation-duration: 7.5s;
}
/* Headings / typography */
.banner .kicker {
    font-size: 35pt; /* matches visual scale */
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #214184;
    margin-bottom: 6px;
    font-family: "Baloo 2", cursive, sans-serif;
}
.banner .tagline,
.banner .kicker {
    font-family: "Baloo 2", cursive, sans-serif;
}
.banner .title {
    line-height: 1.02;
    margin-bottom: 14px;
    font-family: "Arvo", serif;
    font-weight: bold;
}
.banner .business {
    display: block;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #214184;
    font-family: Dela Gothic one;
}
.banner .grow {
    display: block;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #214184;
    font-family: Dela Gothic one;
}

.banner .tagline {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.12em; /* ALL CAPS spacing like screenshot */
    text-transform: uppercase;
    color: #214184;
}

.banner .desc {
    margin: 10px 0 24px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #3a3a3a;
    max-width: 520px;
}

/* Button – pill, outlined, same feel */
.banner .btn-more {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    border: 1.8px solid #214184;
    background: #fff;
    color: #214184;
    font-weight: 500;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
.banner .btn-more:hover {
    background: #f3f6fc;
}

.banner-card {
    width: 300px; /* card size */
    height: 343px;
    border-radius: 18px;
    border: 3px solid #8ac640;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.banner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* subtle edge vignette (optional) */
.banner-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(120% 120% at 50% 50%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.06) 100%);
}
/* Pause on hover */
.card-stack:hover .banner-card img {
    transition-duration: calc(var(--swipe-duration) * 2);
}

/* Subtle blue gradient on the second card like the design */
.banner-card.overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(45, 76, 202, 0.28) 0%, rgba(45, 76, 202, 0) 55%);
    pointer-events: none;
}

.btn-dark-custom {
    background: #214184;
    color: #fff;
    border-radius: 30px;
    padding: 12px 32px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}
.btn-dark-custom:hover {
    background: #214184;
}

/* About Section */
/* ===== Who We Are Section ===== */
.about {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.about h2 {
    font-size: 55px;
    color: #214184;
    margin-bottom: 20px;
    text-align: left;
    font-family: Dela Gothic one;
    font-weight: 800;
    /* center aligned for smaller screens */
}

.about p {
    font-size: 17px;
    font-weight: 500;
    color: #555;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 25px auto;
    text-align: left;
}

.about .btn-light-custom {
    background: #d9d9d9;
    color: #214184;
    border-radius: 30px;
    padding: 12px 32px;
    font-weight: 700;
    border: none;
    transition: 0.3s;
}
.about .btn-light-custom:hover {
    background: #bbb;
}

/* Right-side illustration */
.about-img {
    /* max-width: 320px; */
    width: 576px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.btn-soft-gradient {
    display: inline-block;
    padding: 12px 36px;
    border-radius: 999px; /* pill */
    border: none;
    background: linear-gradient(90deg, #c9dbff 0%, #e3ecff 50%, #ebe6dd 100%);
    color: #214184;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-soft-gradient:hover {
    background: linear-gradient(90deg, #dce6ff 0%, #b5cfff 100%);
    color: #214184;
    transform: translateY(-1px);
}
/* Marquee Strip */
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #8ac640;
    padding: 6px 0;
    position: relative;
}

.marquee-inner {
    display: inline-flex;
    animation: marquee 12s linear infinite;
}

.marquee-inner span {
    display: inline-block;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #214184;
    letter-spacing: 2px;
    font-family: "Bahnschrift";
}

/* Keyframes for infinite seamless scroll */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* Services Section */
.services-section {
    background: var(--bg);
    cursor: pointer;
}
.services-title {
    color: var(--title);
    font-family: Dela Gothic one;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0.05em;
    margin: 0;
    text-transform: uppercase;
}

/* grid helpers (works with or without bootstrap) */
.container {
    max-width: 1100px;
    margin-inline: auto;
    padding: 0 16px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.col-12 {
    padding: 12px;
    width: 100%;
}

.e2e-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 22px 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.2s ease, border-color 0.28s ease;
    transform: translateY(16px);
    opacity: 0; /* for scroll-in */
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: ease all 1s;
}

/* middle card base: blue like your image */
.e2e-card.is-blue {
    background: var(--blue);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 26px rgba(30, 79, 149, 0.35);
    transition: .3s ease-in-out;
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.e2e-head {
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    color: inherit;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}

/* list style with small green ticks like screenshot */
.e2e-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.e2e-list li {
    position: relative;
    margin: 8px 0;
    padding-left: 18px;
    color: var(--muted);
    transition: color 0.2s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.e2e-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--accent);
}

/* When card is blue (default middle or hover), invert list text */
.e2e-card.is-blue .e2e-list li {
    color: #eaf1ff;
    opacity: 0.95;
}
.e2e-card.is-blue .e2e-list li::before {
    background: #9ef0b6;
}

/* HOVER EFFECT (same blue as middle + slight zoom) */
.e2e-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 36px rgba(30, 79, 149, 0.25);
    background: var(--blue);
    color: #fff;
    border-color: transparent;
}
.e2e-card:hover .e2e-list li {
    color: #eaf1ff;
}
.e2e-card:hover .e2e-list li::before {
    background: #9ef0b6;
}

/* subtle “focus on hover” for siblings (optional) */
.services-grid:hover .e2e-card {
    filter: saturate(0.9) brightness(0.98);
}
.services-grid .e2e-card:hover {
    filter: none;
}

/* Scroll-in animation */
.e2e-card.in {
    transform: translateY(.5);
    opacity: 1;
}

/* Optional: soft dark overlay so text is readable */
.hs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
    pointer-events: none;
}

/* Your content on top */
.hs-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 48px 16px; /* tweak as needed */
    text-align: center;
}
.handshake-section {
    min-height: 340px; /* mobile height */
}
@media (min-width: 768px) {
    .mt-6{
        margin-top: 25px!important;
    }
    .mobile{
    margin-top: 10px;
}
.mobile1{
    margin-top: 26px;
}
.contact-banner .mt-4{
    margin-top: 0px!important;
}
    .handshake-section {
        min-height: 380px;
    }
}
@media (min-width: 1200px) {
    .handshake-section {
        min-height: 420px;
    }
}

/* Video / image fit */
.handshake-bg {
    object-fit: cover;
}
.object-fit-cover {
    object-fit: cover;
}

/* Soft blue overlay similar to your design */
.handshake-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.281), rgba(0, 0, 0, 0.205)), radial-gradient(120% 100% at 100% 0%, rgba(60, 110, 210, 0.178) 0%, transparent 60%);
    pointer-events: none;
}

/* Respect reduced motion: hide video, show image */
@media (prefers-reduced-motion: reduce) {
    .handshake-bg {
        display: none !important;
    }
    .handshake-fallback {
        display: block !important;
    }
}

/* Newsletter */
.trust-line {
    background: #ffffff;
    padding: 50px 0 50px;
}
.trust-line p {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
    color: #214184;
    margin: 0;
    font-family: Dela Gothic one;
}
.trust-line strong {
    font-weight: 800;
}

/* Newsletter box */
.newsletter {
    background: #0e1d4c;
    color: #fff;
    padding: 60px 0;
}
.newsletter h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
}
.newsletter p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #8ac640;
    font-family: "Poppins", sans-serif;
}

/* Newsletter form */
.newsletter-form {
    gap: 10px;
    margin-top: 20px;
}
.newsletter-form input {
    flex: 1;
    border-radius: 9px;
    padding: 12px;
    border: none;
    outline: none;
    font-size: 15px;
}
.newsletter-form button {
    border-radius: 9px;
    padding: 12px 24px;
    border: none;
    background: #fff;
    color: #0e1d4c;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}
.newsletter-form button:hover {
    background: #8ac640;
    color: #0e1d4c;
}
/* Footer */

.footer {
    background: url("../images/footer.png") center/cover no-repeat;
    padding: 50px;
    color: #fff;
    position: relative;
}
.footer p,
.footer a,
.footer a:hover {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #fff;
}

.call-btn {
    background: #214184;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-size: 12px;
    padding: 0.5rem 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-top: 10px;
}

/* Bottom Green Strip */
.footer-bottom {
    background: #8ac640;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    font-family: "Baloo 2", cursive, sans-serif;
}
.banner .business,
.banner .grow,
.about h2,
.services-title {
    font-family: "Dela Gothic One", cursive;
}

/* Prevent layout shift on the marquee by relying on CSS vars (see responsive.css) */
.thumb-track {
    animation-duration: 16s;
} /* keeps your current speed; change if needed */

/* Make services list a bit more readable on mobile while matching desktop look */
.e2e-list li {
    font-size: clamp(14px, 2.1vw, 16px);
}

/* Exact font for the big words */
.banner .business,
.banner .grow,
.about h2,
.services-title,
.trust-line p {
    font-family: "Dela Gothic One", cursive !important;
    font-weight: 400;
}

/* Desktop sizes to match your mock */
.banner .kicker {
    font-family: "Baloo 2", cursive;
}
.banner .business {
    font-size: 76px;
    letter-spacing: -0.5px;
}
.banner .grow {
    font-size: 74px;
    letter-spacing: -0.3px;
}
.banner .tagline {
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Card sizing/border exactly like the design */

.banner-card {
    width: 300px;
    height: 343px;
    border: 3px solid #8ac640;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    position: relative;
}
.banner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-card.overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(45, 76, 202, 0.28) 0%, rgba(45, 76, 202, 0) 55%);
}

/* Decorative assets (you already have these; keep positions) */
.asset {
    position: absolute;
    animation: floaty 6s ease-in-out infinite;
}
.asset-r-stack {
    animation-duration: 7.5s;
}

/* ---------Custom Modal---------- */

/* ====== Brand Modal (Bootstrap 5) ====== */
.brand-modal .modal-dialog {
    max-width: 720px;
}
.brand-modal .modal-content {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(30, 79, 149, 0.25);
    overflow: hidden;
}

/* Header: deep blue gradient to match your site */
.brand-modal .modal-header {
    background: linear-gradient(120deg, #1e4f95 0%, #3e6bd6 60%);
    color: #fff;
    padding: 15px 24px;
}
.brand-modal .modal-title {
    font-family: "Dela Gothic One", cursive;
    letter-spacing: 0.02em;
    font-size: 1.5rem;
}
.brand-modal .modal-subtitle {
    font-family: "Poppins", sans-serif;
    opacity: 0.9;
    font-size: 0.9rem;
}
.brand-modal .btn-close {
    filter: invert(1) grayscale(1) brightness(2);
    opacity: 0.9;
}

.brand-modal .modal-body {
    padding: 22px 24px 26px;
    background: #fff;
}

/* Floating inputs with green focus accent */
.brand-modal .form-control {
    border-radius: 12px;
    border-color: #e5e7eb;
    height: calc(3.25rem + 2px);
    padding: 1rem 0.75rem 0.5rem 0.75rem;
    font-family: "Poppins", sans-serif;
}
.brand-modal .form-floating > label {
    color: #6b7280;
}
.brand-modal .form-control:focus {
    border-color: #8ac640;
    box-shadow: 0 0 0 0.25rem rgba(138, 198, 64, 0.25);
}

/* Backdrop blur & tint */
.modal-backdrop.show {
    backdrop-filter: blur(2px);
    background-color: rgba(22, 34, 58, 0.35);
}

/*----------- Privacy Policy ------------*/
.pp-hero {
    background: radial-gradient(120% 100% at 100% 0%, rgba(62, 107, 214, 0.2) 0%, transparent 60%), linear-gradient(120deg, rgba(30, 79, 149, 0.08), rgba(30, 79, 149, 0.02));
    border-bottom: 1px solid var(--edge);
}
.pp-title {
    font-family: "Dela Gothic One", cursive;
    letter-spacing: 0.02em;
    color: var(--brand-ink);
}
.pp-kicker {
    color: #214184;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
}
.pp-title-underline {
    height: 4px;
    width: 96px;
    background: var(--brand-green);
    border-radius: 3px;
}

/* Layout */
.pp-wrap {
    padding-block: 40px;
}
.pp-aside {
    position: sticky;
    top: 24px;
}
.pp-toc {
    background: var(--card);
    border: 1px solid var(--edge);
    border-radius: 14px;
    padding: 16px;
}
.pp-toc .toc-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--brand-ink);
    margin-bottom: 8px;
}
.pp-toc a {
    display: block;
    padding: 8px 10px;
    margin-bottom: 4px;
    text-decoration: none;
    color: var(--muted);
    border-radius: 10px;
}
.pp-toc a:hover,
.pp-toc a.active {
    color: var(--brand-ink);
    background: rgba(30, 79, 149, 0.06);
}

.pp-card {
    background: var(--card);
    border: 1px solid var(--edge);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}
.pp-section h3 {
    color: var(--brand-ink);
    font-weight: 800;
    margin-top: 8px;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 8px;
}
.pp-section h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 72px;
    background: var(--brand-green);
    border-radius: 2px;
}
.pp-section p {
    color: #374151;
}
.pp-section ul {
    margin-left: 1rem;
}

.pp-toolbar {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.btn-brand {
    --bs-btn-bg: var(--brand-blue);
    --bs-btn-border-color: var(--brand-blue);
    --bs-btn-hover-bg: #184078;
    --bs-btn-hover-border-color: #184078;
    --bs-btn-color: #fff;
    padding: 12px 36px;
    border-radius: 999px;
    font-weight: 700;
}
.btn-brand:hover {
    --bs-btn-hover-bg: #15468b;
    --bs-btn-hover-border-color: #15468b;
    --bs-btn-color: #fff;
    color: white;
}
.btn-outline-brand {
    --bs-btn-color: var(--brand-blue);
    --bs-btn-border-color: var(--brand-blue);
    --bs-btn-hover-bg: var(--brand-blue);
    --bs-btn-hover-border-color: var(--brand-blue);
    --bs-btn-hover-color: #fff;
    border-radius: 999px;
    font-weight: 700;
}

/*----------- thankyou page---------- */

.ty-wrap {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    padding: 24px;
}
.ty-card {
    background: var(--card);
    border: 1px solid var(--edge);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.ty-hero {
    background: linear-gradient(120deg, var(--brand-blue) 0%, var(--brand-blue-2) 70%);
    color: #fff;
    padding: 36px 28px;
}
.ty-title {
    font-family: "Dela Gothic One", cursive;
    letter-spacing: 0.02em;
    margin: 0;
}
.ty-kicker {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    opacity: 0.9;
    margin-bottom: 8px;
}
.ty-divider {
    width: 96px;
    height: 4px;
    background: var(--brand-green);
    border-radius: 3px;
    margin-top: 12px;
}

/* Success icon (animated check) */
.ty-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #fff1;
    border: 2px solid rgba(255, 255, 255, 0.6);
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.ty-check {
    width: 48px;
    height: 48px;
}
.ty-check path {
    stroke: #fff;
    stroke-width: 6;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    animation: draw 900ms ease forwards 300ms;
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ty-check path {
        animation: none;
        stroke-dashoffset: 0;
    }
}

/* Body */
.ty-body {
    padding: 24px 28px 30px;
}
.lead {
    color: #0c2a52;
}
.ty-note {
    color: var(--muted);
}

/* Recap */
.ty-recap {
    background: #fff;
    border: 1px solid var(--edge);
    border-radius: 16px;
    padding: 16px 18px;
}
.ty-recap dt {
    color: #6b7280;
    font-weight: 600;
}
.ty-recap dd {
    margin-bottom: 10px;
}

/* Social icon pills */
.social-link{
    --size: 38px;
    --brand-blue: #1e4f95;
    width: var(--size);
    height: var(--size);
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid var(--brand-blue);
    color: var(--brand-blue);
    background: #fff;
    text-decoration: none;
    transition: transform .2sease, background .2sease, color .2sease, border-color .2sease, box-shadow .2sease;
}
.social-link i{    
     font-size: 1.2rem;
    line-height: 2.2; 
}
.social-link:hover{ transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.08); }

/* Brand color hovers */
.social-link[data-brand="yt"]:hover{ background:#FF0000; border-color:#FF0000; color:#fff; }
.social-link[data-brand="fb"]:hover{ background:#1877F2; border-color:#1877F2; color:#fff; }
.social-link[data-brand="ig"]:hover{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-color:#d6249f; color:#fff;
}
.social-link[data-brand="tw"]:hover{ background:#1DA1F2; border-color:#1DA1F2; color:#fff; }
.social-link[data-brand="pt"]:hover{ background:#E60023; border-color:#E60023; color:#fff; }

/* Compact on phones */
@media (max-width: 576px){
  .social-link{ --size: 40px; }
}
.back-to-top{
  position: fixed;
  right: max(var(--btp-offset), env(safe-area-inset-right));
  bottom: calc(var(--btp-offset) + env(safe-area-inset-bottom));
  width: var(--btp-size);
  height: var(--btp-size);
  border: 0;
  border-radius: 999px;
  background: var(--btp-bg);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 1055;                 /* above most elements */
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease, background .15s ease;
}
.back-to-top:hover{ background: var(--btp-bg-hover); box-shadow: 0 14px 30px rgba(0,0,0,.22); }
.back-to-top.show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Smaller on phones */
@media (max-width: 576px){
  :root{ --btp-size: 44px; --btp-offset: 14px; }
}