/* ===================================
    IDAT — Institute of Digital Asset Trading
    Demo style layer (based on the licensed Crafto
    elearning demo stylesheet), recolored to the
    IDAT crest palette: deep navy + gold.
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {
    --base-color: #C9A227;
    --dark-gray: #0E2340;
    --medium-gray: #75808f;
    --yellow: #C9A227;
    --extra-medium-gray: #e4e4e4;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
    --idat-gold-light: #E4C766;
}
/* reset */
body {
    font-size: 17px;
    line-height: 30px;
    overflow-x: hidden;
}
a:hover {
    color: var(--dark-gray);
}
.top-25 {
    top: 25%;
}
.mt-minus-12 {
    margin-top: -12%;
}
.mt-minus-1 {
    margin-top: -1%;
}
.left-minus-200px {
    left: -200px;
}
.mt-minus-4 {
    margin-top: -4px;
}
.bottom-minus-320px {
    bottom: -320px;
}
/* border color */
.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-color-transparent-dark-very-light {
    border-color: var(--extra-medium-gray) !important;
}
/* bg gradient color — remapped to IDAT navy */
.bg-gradient-deep-zuccini-green {
    background-image: linear-gradient(to right bottom, #16345C, #142f53, #122a4a, #102541, #0E2340);
}
.bg-gradient-aztec-green {
    background-image: linear-gradient(to right bottom, #16345C, #142f53, #122a4a, #102541, #0E2340);
}
.bg-gradient-tranquil-white {
    background-image: linear-gradient(to bottom, #ffffff, #faf8f2, #f7f4ec, #f5f1e6, #f3efe1);
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-tranquil {
    background-color: #f6f4ec;
}
.bg-gradient-dark-transparent {
    background: linear-gradient(to top, #0E2340 0%, transparent 100%);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
}
header .navbar-brand img {
    max-height: 52px;
}
header .navbar-brand {
    padding: 18px 0;
}
/* icon */
.icon-extra-medium {
    font-size: 22px;
}
.medium-icon li, .small-icon li {
    margin: 0 3px;
}
/* review  */
.review-star-icon i {
    letter-spacing: 1px;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 15px 38px;
    font-size: 17px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size: 15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 30px;
    font-size: 14px;
}
.btn.btn-base-color {
    color: var(--dark-gray);
}
.btn.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--base-color);
    color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* heading */
h2 {
    line-height: 3.2rem;
}
/* tab */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--medium-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    border: 0;
    outline: 0;
    color: var(--dark-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}
/* accordion */
.accordion-style-04 .accordion-item .accordion-body {
    padding: 0 35px 25px;
}
.accordion-style-04 .accordion-item .accordion-collapse {
    margin-top: -1px;
}
/* newsletter style 02 */
.newsletter-style-02 input {
    padding-right: 100px !important;
    font-size: 14px;
}
/* footer */
footer {
    padding-bottom: 30px;
}
footer .footer-logo img {
    max-height: 48px;
}
.footer-dark,
.footer-dark .newsletter-style-02 input,
.footer-dark p, .footer-dark a {
    color: rgba(250, 247, 239, 0.65);
}
.footer-dark a:hover {
    color: var(--base-color);
}
.footer-dark .elements-social .light li a:hover {
    color: var(--white);
    opacity: .5;
}
.footer-dark .small-icon li {
    margin: 0 7px;
}
.footer-navbar li {
    line-height: normal;
}
footer ul li {
    margin-bottom: 2px;
}
/* ---- IDAT additions ---- */
/* mono eyebrow */
.eyebrow-mono {
    font-family: 'Space Grotesk', monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--base-color);
    font-weight: 600;
}
/* WhatsApp floating button */
.idat-whatsapp-float {
    position: fixed;
    bottom: 26px;
    right: 26px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
    transition: transform .2s ease, box-shadow .2s ease;
}
.idat-whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55);
}
.idat-whatsapp-float i {
    color: #fff;
    font-size: 28px;
}
.idat-whatsapp-pulse {
    position: fixed;
    bottom: 26px;
    right: 26px;
    z-index: 998;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    animation: idat-wa-pulse 2.2s ease-out infinite;
    pointer-events: none;
}
@keyframes idat-wa-pulse {
    0% { transform: scale(1); opacity: .55; }
    100% { transform: scale(1.6); opacity: 0; }
}
/* text gold helper */
.text-idat-gold { color: var(--base-color) !important; }
/* media query responsive */
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 991px) {
    .widget-text {
        color: var(--dark-gray);
    }
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .accordion .accordion-item .accordion-header .accordion-title {
        line-height: 28px;
    }
}

/* ==========================================================
   IDAT scroll-interaction layer
   (scroll-scaling circle hero, circle reveal, cursor ball)
   ========================================================== */
/* --- circle-scale hero --- */
.idat-circle-hero-section { padding: 0 !important; }
.idat-hero-sticky-wrap { position: relative; }
.idat-hero-sticky {
    position: relative; height: 100vh; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.idat-hero-circle-bg {
    position: absolute; top: 50%; left: 50%;
    width: 64vh; height: 64vh; max-width: 88vw; max-height: 88vw;
    transform: translate(-50%, -50%) scale(var(--cs, 1));
    border-radius: 50%; overflow: hidden;
    will-change: transform;
    z-index: 1;
}
.idat-hero-circle-bg img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.idat-hero-circle-bg video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; pointer-events: none;
}
.idat-hero-circle-bg::after {
    content: ""; position: absolute; inset: 0;
    background: rgba(14, 35, 64, calc(0.60 + 0.36 * var(--cp, 0)));
}
.idat-hero-circle-grid {
    position: absolute; inset: 0; z-index: 1;
    background-image: url('../images/vertical-line-bg-small.svg');
    background-position: center; opacity: 0.35;
}
.idat-hero-content, .idat-hero-counters {
    opacity: calc(1 - var(--cp, 0) * 0.9);
}
.idat-hero-content {
    position: relative; z-index: 5; text-align: center;
    max-width: 760px; padding: 0 20px;
}
.idat-hero-counters {
    position: absolute; bottom: 40px; left: 0; right: 0; z-index: 5;
}
/* --- circle reveal section --- */
.idat-circle-reveal-section {
    position: relative; padding: 0 !important; overflow: hidden;
}
.idat-reveal-sticky-wrap { position: relative; }
.idat-reveal-sticky {
    position: relative; height: 100vh; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.idat-reveal-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
}
.idat-reveal-circle-bg {
    position: absolute; top: 50%; left: 50%;
    width: 78vh; height: 78vh; max-width: 92vw; max-height: 92vw;
    transform: translate(-50%, -50%) scale(var(--cs, 1));
    border-radius: 50%;
    background: rgba(14, 35, 64, 0.94);
    will-change: transform;
    z-index: 2;
}
.idat-reveal-content {
    position: relative; z-index: 5; text-align: center;
    max-width: 560px; padding: 0 30px;
}
/* --- cursor-follow ball --- */
.idat-cursor-zone { position: relative; }
.idat-cursor-ball {
    position: absolute; top: 0; left: 0;
    width: 220px; height: 220px; border-radius: 50%;
    background: rgba(201, 162, 39, 0.22);
    pointer-events: none; z-index: 0;
    transform: translate(-50%, -50%);
    opacity: 0; transition: opacity .35s ease;
    will-change: transform;
}
.idat-cursor-zone:hover .idat-cursor-ball { opacity: 1; }
.idat-cursor-zone .container { position: relative; z-index: 1; }
/* --- mobile / reduced motion fallbacks --- */
@media (max-width: 991px) {
    .idat-hero-sticky, .idat-reveal-sticky { height: auto; min-height: 100vh; padding: 120px 0 100px; }
    .idat-hero-circle-bg, .idat-reveal-circle-bg { transform: translate(-50%, -50%) scale(1) !important; }
    .idat-hero-counters { position: relative; bottom: auto; margin-top: 50px; }
    .idat-cursor-ball { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .idat-hero-circle-bg, .idat-reveal-circle-bg { transform: translate(-50%, -50%) scale(1) !important; }
    .idat-cursor-ball { display: none; }
}

/* ==========================================================
   Mobile optimisation layer
   ========================================================== */
.idat-hero-crest { height: 92px; }
@media (max-width: 1199px) {
    .idat-hero-crest { height: 80px; }
}
@media (max-width: 991px) {
    /* hero */
    .idat-hero-sticky { padding: 140px 0 60px; }
    .idat-hero-circle-bg { width: 82vw; height: 82vw; max-width: none; max-height: none; }
    .idat-hero-crest { height: 74px; }
    .idat-hero-counters { margin-top: 45px; }
    /* kolkata reveal: circle becomes a comfortable navy backdrop */
    .idat-reveal-sticky { height: auto; min-height: 90vh; padding: 110px 0; }
    .idat-reveal-circle-bg { width: 150vw; height: 150vw; max-width: none; max-height: none; }
    .idat-reveal-content { max-width: 520px; }
}
@media (max-width: 767px) {
    .idat-hero-sticky { padding: 120px 0 50px; }
    .idat-hero-circle-bg { width: 94vw; height: 94vw; }
    .idat-hero-crest { height: 64px; }
    .idat-hero-content { padding: 0 15px; }
    .idat-hero-counters .vertical-counter { font-size: 26px; }
    /* review cards: tighter padding on small screens */
    .review-style-07 > div { padding: 30px 25px !important; }
    /* enquiry + contact detail rows breathing room */
    .idat-contact-row .value { font-size: 15px; }
    /* footer big email should never overflow */
    .hover-arrow-swipe a { word-break: break-all; }
}
@media (max-width: 575px) {
    .idat-hero-crest { height: 56px; }
    .idat-hero-counters .row { row-gap: 20px; }
    .idat-reveal-content { padding: 0 20px; }
    .idat-reveal-content h2 { font-size: 30px; line-height: 38px; }
    .idat-whatsapp-float, .idat-whatsapp-pulse { width: 52px; height: 52px; bottom: 20px; right: 20px; }
    .idat-whatsapp-float i { font-size: 25px; }
}
/* touch devices: allow tap to flip the rotate cards */
@media (hover: none) {
    .rotate-box-style-01 .rm-rotate-box { cursor: pointer; }
}
/* tap-to-flip state (mirrors the theme's hover flip transforms) */
.rotate-box-style-01 .rm-rotate-box.idat-flipped .flipper .front { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
.rotate-box-style-01 .rm-rotate-box.idat-flipped .flipper .back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
.rotate-box-style-01 .rm-rotate-box.idat-flipped .flipper.to-right .front { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
.rotate-box-style-01 .rm-rotate-box.idat-flipped .flipper.to-right .back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
.rotate-box-style-01 .rm-rotate-box.idat-flipped .flipper.to-top .front { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }
.rotate-box-style-01 .rm-rotate-box.idat-flipped .flipper.to-top .back { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); }

/* ==========================================================
   Deposit Crypto — header button + modal
   ========================================================== */
.idat-deposit-btn { white-space: nowrap; padding: 10px 22px; }
.navbar .idat-deposit-btn { line-height: normal; }
.idat-deposit-modal .modal-dialog { max-width: 520px; }
.idat-deposit-modal .modal-content { border: 0; box-shadow: 0 30px 70px rgba(14,35,64,.35); }
.idat-deposit-head {
    background: linear-gradient(135deg, #0E2340, #16345C);
    padding: 22px 26px;
}
.idat-deposit-crest { height: 46px; }
.idat-rates-toggle, .idat-deposit-close {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.08);
    color: #fff; font-size: 16px;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background .25s ease;
}
.idat-rates-toggle:hover, .idat-deposit-close:hover { background: rgba(201,162,39,.9); color: #0E2340; }
.idat-rates-panel {
    background: #0B1C33;
    padding: 18px 26px 20px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.idat-rate-row { padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,.12); }
.idat-rate-row:last-child { border-bottom: 0; }
.idat-deposit-body { padding: 26px; }
.idat-inr-wrap { position: relative; }
.idat-inr-sign {
    position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
    color: #0E2340; font-weight: 600;
}
.idat-inr-wrap input { padding-left: 30px; }
.idat-convert-box {
    background: #F5F1E8;
    border: 1px solid rgba(201,162,39,.4);
    border-radius: 6px;
    padding: 14px 18px;
}
.idat-deposit-body .form-control { border-color: #e4e4e4; }
.idat-deposit-body .form-control:focus { border-color: #C9A227; }
@media (max-width: 575px) {
    .idat-deposit-modal .modal-dialog { margin: 12px; }
    .idat-deposit-head { padding: 18px 20px; }
    .idat-deposit-body { padding: 20px; }
    .idat-rates-panel { padding: 15px 20px 16px; }
    .idat-deposit-crest { height: 38px; }
    .idat-deposit-btn { padding: 8px 14px; font-size: 12px; }
    .idat-deposit-btn .bi { display: none; }
}

/* ==========================================================
   Mobile optimisation layer II — all pages, flowy homepage
   ========================================================== */
@media (max-width: 991px) {
    /* native momentum + gentle anchor easing on touch devices */
    html { scroll-behavior: smooth; }
    /* page-title bands (interior pages) */
    .ipad-top-space-margin .pt-14 { padding-top: 9rem; }
    /* header: keep brand + button + burger on one comfortable row */
    .navbar-brand img { max-height: 44px; }
}
@media (max-width: 767px) {
    /* rhythm: consistent breathing room between stacked columns */
    section .row.g-5 { --bs-gutter-y: 2.2rem; }
    section .row.g-4 { --bs-gutter-y: 1.4rem; }
    /* hero buttons stack cleanly and stay tappable */
    .idat-hero-content .btn { margin-bottom: 12px; }
    /* interior page titles: tighter, flowy */
    .cover-background .container.pt-14 { padding-top: 8.5rem !important; padding-bottom: 3.5rem !important; }
    .cover-background h1 { font-size: 34px; line-height: 42px; letter-spacing: -1px !important; }
    .cover-background .fs-18 { font-size: 16px; }
    /* accordion titles wrap nicely */
    .accordion-style-06 .accordion-title { font-size: 16px !important; line-height: 24px; }
    /* stack panels: soften giant ghost numbers */
    .stack-item .fs-170 { font-size: 90px !important; }
    /* commitments / checklist rows: full-width cards */
    .idat-cursor-zone .container { padding-left: 20px; padding-right: 20px; }
    /* footer flow */
    footer .footer-navbar li { margin-bottom: 6px; }
}
@media (max-width: 575px) {
    /* flowy homepage: gentler top/bottom spacing per section */
    .idat-hero-sticky { padding: 105px 0 45px; }
    .idat-hero-content .fs-65 { font-size: 34px !important; line-height: 40px !important; }
    .idat-hero-content .fs-18 { font-size: 15px; }
    /* carousel arrows don't crowd the heading */
    .idat-carousel-prev, .idat-carousel-next { transform: scale(.85); }
    /* flip cards: full-width with comfortable height */
    .rotate-box-style-01 .front, .rotate-box-style-01 .thumb-wrap { min-height: 280px; }
    /* forms: larger tap targets */
    .form-control, .idat-deposit-body .form-control { min-height: 48px; }
    textarea.form-control { min-height: 100px; }
    /* thank-you cards breathing */
    .full-screen.md-h-auto { padding-top: 110px; padding-bottom: 70px; }
}
/* deposit button: guaranteed gap between icon and label */
.idat-deposit-btn .bi { margin-right: 9px; }

/* ==========================================================
   Homepage preloader
   ========================================================== */
html.idat-preloading { overflow: hidden; }
#idatPreloader {
    position: fixed; inset: 0; z-index: 99999;
    background: linear-gradient(160deg, #0E2340, #12294B 55%, #16345C);
    display: flex; align-items: center; justify-content: center;
    clip-path: circle(150% at 50% 50%);
}
#idatPreloader .pre-grid {
    position: absolute; inset: 0; opacity: .25;
    background-image: url('../images/vertical-line-bg-small.svg');
    background-position: center top;
}
#idatPreloader .pre-inner { position: relative; text-align: center; }
/* crest + drawing ring */
#idatPreloader .pre-ring-wrap { position: relative; width: 132px; height: 132px; margin: 0 auto 26px; }
#idatPreloader .pre-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
#idatPreloader .pre-track { stroke: rgba(255,255,255,.12); stroke-width: 3; fill: none; }
#idatPreloader .pre-bar {
    stroke: #C9A227; stroke-width: 3; fill: none; stroke-linecap: round;
    stroke-dasharray: 339.3; stroke-dashoffset: 339.3;
    filter: drop-shadow(0 0 6px rgba(201,162,39,.55));
    transition: stroke-dashoffset .25s ease;
}
#idatPreloader .pre-crest {
    position: absolute; top: 50%; left: 50%;
    width: 74px; transform: translate(-50%, -50%);
    animation: preCrestFloat 2.6s ease-in-out infinite;
}
@keyframes preCrestFloat {
    0%, 100% { transform: translate(-50%, -52%); }
    50% { transform: translate(-50%, -48%); }
}
/* IDAT letters */
#idatPreloader .pre-word { font-size: 44px; font-weight: 600; letter-spacing: 10px; color: #fff; margin-left: 10px; }
#idatPreloader .pre-word span {
    display: inline-block; opacity: 0; transform: translateY(24px);
    animation: preLetter .6s cubic-bezier(.2,.8,.2,1) forwards;
}
#idatPreloader .pre-word span:nth-child(1) { animation-delay: .15s; }
#idatPreloader .pre-word span:nth-child(2) { animation-delay: .27s; }
#idatPreloader .pre-word span:nth-child(3) { animation-delay: .39s; }
#idatPreloader .pre-word span:nth-child(4) { animation-delay: .51s; color: #C9A227; }
@keyframes preLetter { to { opacity: 1; transform: translateY(0); } }
/* motto */
#idatPreloader .pre-motto { margin-top: 8px; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.55); }
#idatPreloader .pre-motto i { font-style: normal; color: #C9A227; margin: 0 8px; }
#idatPreloader .pre-motto span, #idatPreloader .pre-motto i {
    display: inline-block; opacity: 0;
    animation: preFade .5s ease forwards;
}
#idatPreloader .pre-motto span:nth-child(1) { animation-delay: .7s; }
#idatPreloader .pre-motto i:nth-child(2)   { animation-delay: .82s; }
#idatPreloader .pre-motto span:nth-child(3){ animation-delay: .94s; }
#idatPreloader .pre-motto i:nth-child(4)   { animation-delay: 1.06s; }
#idatPreloader .pre-motto span:nth-child(5){ animation-delay: 1.18s; }
#idatPreloader .pre-motto i:nth-child(6)   { animation-delay: 1.3s; }
#idatPreloader .pre-motto span:nth-child(7){ animation-delay: 1.42s; }
@keyframes preFade { to { opacity: 1; } }
/* counter */
#idatPreloader .pre-count {
    position: absolute; bottom: -70px; left: 50%; transform: translateX(-50%);
    font-size: 15px; letter-spacing: 2px; color: rgba(255,255,255,.5);
}
/* exit: content lifts + overlay collapses into a center circle (echoes the hero motif) */
#idatPreloader.pre-exit .pre-inner {
    transition: opacity .4s ease, transform .4s ease;
    opacity: 0; transform: translateY(-26px) scale(.96);
}
#idatPreloader.pre-collapse {
    transition: clip-path .85s cubic-bezier(.7, 0, .2, 1);
    clip-path: circle(0% at 50% 50%);
}
@media (max-width: 575px) {
    #idatPreloader .pre-ring-wrap { width: 112px; height: 112px; }
    #idatPreloader .pre-crest { width: 62px; }
    #idatPreloader .pre-word { font-size: 34px; letter-spacing: 7px; }
    #idatPreloader .pre-motto { font-size: 11px; letter-spacing: 2px; }
}

/* ==========================================================
   Mobile fixes: hero stacking + transparent header
   ========================================================== */
@media (max-width: 991px) {
    /* hero: content and counters stack vertically, centered */
    .idat-hero-sticky { flex-direction: column; justify-content: center; }
    .idat-hero-content { width: 100%; }
    .idat-hero-counters { position: relative; bottom: auto; width: 100%; margin-top: 50px; }
    .idat-hero-counters .row { width: 100%; margin: 0 auto; }
    .idat-hero-counters span { display: block; }

    /* header: transparent over the hero, white only once the scrolled header appears */
    header:not(.sticky-active) .navbar.bg-transparent { background-color: transparent !important; }
    header.sticky-active .navbar.bg-transparent {
        background-color: var(--white) !important;
        box-shadow: 0 10px 30px rgba(14, 35, 64, .08);
    }
    /* burger lines: white over the dark hero, dark on the white scrolled header */
    header:not(.sticky-active) .header-transparent[data-header-hover=light] .navbar-toggler-line { background-color: #fff !important; }
    header.sticky-active .header-transparent[data-header-hover=light] .navbar-toggler-line { background-color: #0E2340 !important; }
}
@media (max-width: 575px) {
    /* counters: keep three tidy columns with readable labels */
    .idat-hero-counters .vertical-counter { font-size: 24px; }
    .idat-hero-counters span { font-size: 12px; line-height: 17px; }
}

/* ==========================================================
   Bigger header logo, site-wide
   ========================================================== */
header .navbar-brand img { max-height: 64px; }
header .navbar-brand { padding: 22px 0; }
@media (max-width: 575px) {
    header .navbar-brand img { max-height: 50px; }
    header .navbar-brand { padding: 18px 0; }
}

/* ==========================================================
   Start Registration popup (site-wide)
   ========================================================== */
.idat-regpop-overlay {
    display: none;
    position: fixed; inset: 0; background: rgba(14,35,64,.6);
    align-items: center; justify-content: center; z-index: 9998;
    padding: 20px;
}
.idat-regpop-overlay.show { display: flex; animation: idatRegPopFadeIn .3s ease; }
@keyframes idatRegPopFadeIn { from { opacity: 0; } to { opacity: 1; } }
.idat-regpop-box {
    background: #fff; border-radius: 14px; padding: 42px 38px 32px;
    max-width: 420px; width: 100%; position: relative;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
    animation: idatRegPopUp .35s cubic-bezier(.2,.8,.2,1);
}
@keyframes idatRegPopUp { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.idat-regpop-close {
    position: absolute; top: 14px; right: 16px; background: none; border: 0;
    font-size: 22px; line-height: 1; color: #9aa1ab; cursor: pointer; padding: 4px;
}
.idat-regpop-close:hover { color: #0E2340; }
.idat-regpop-crest { height: 54px; display: block; margin: 0 auto 16px; }
.idat-regpop-later {
    display: block; width: 100%; text-align: center; background: none; border: 0;
    color: #8a8f98; font-size: 13px; margin-top: 14px; cursor: pointer; padding: 6px;
}
.idat-regpop-later:hover { color: #0E2340; text-decoration: underline; }
@media (max-width: 480px) {
    .idat-regpop-box { padding: 34px 26px 26px; }
    .idat-regpop-crest { height: 46px; }
}
