@font-face {
    font-family: "SourceSansPro";
    src: url("../Fonts/SourceSansPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka';
    src: url('../Fonts/Fredoka-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
}

:root {
    --brand-blue: #0a1440;
    --brand-red: #df2638;
    --nav-h-lg: 88px;
    --nav-h-sm: 64px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fredoka";

}

p,
span {
    font-family: "SourceSansPro";
}

body {
    /* background: #0b0f1a !important; */
}

/* Transparent header */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: transparent;
}

.navbar .nav-link {
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;
    color: #ffffff !important;
    opacity: 1;
}

.bg-dark-blue {
    background-color: #0a1440 !important;

}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    opacity: 1;
    color: #fff !important;
}

.navbar .dropdown-menu {
    --bs-dropdown-bg: rgba(10, 20, 64, 0.96);
    --bs-dropdown-color: #fff !important;
    --bs-dropdown-link-color: #fff !important;
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

/* Desktop hover par dropdown dikhane ke liye */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* gap remove karne ke liye (optional) */
.nav-item.dropdown .dropdown-menu {
    margin-top: 0;
}

.btn-cta {
    background: var(--brand-red) !important;
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    border: none;
    box-shadow: 0 6px 20px rgba(223, 38, 56, 0.35);
}

.btn-cta:hover {
    background: #c61f2f;
    color: #fff;
}

/* breadcrums css  */
.breadcrumb-item a {
    font-family: "SourceSansPro";
    font-size: 16px;
    font-weight: 500;
    color: #4E9EDD !important;
}



.crum-c {
    color: #4e9edd !important;
}

.breadcrumb-item a.active {
    font-family: "SourceSansPro";
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
}

.header-logo {
    height: 70px;
    position: relative;
    top: -5px;
}


.sticky-logo {
    position: absolute;
    /* page ke hisaab se move karega */
    right: 40px;
    /* right edge se distance */
    z-index: 999;
}

.sticky-logo img {
    display: block;
    height: 70px;
    position: relative;
    left: 60%;
}


/* home hero section  */

/* remove any old hero pseudo elements */
.home-hero::before,
.home-hero::after {
    content: none !important;
    display: none !important;
}

/* Full viewport video section */
.home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    padding-top: calc(var(--nav-h-lg, 90px) + 1rem);
    padding-bottom: clamp(2rem, 6vh, 3.5rem);
}



/* video wrapper */
.home-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    transform: none !important;
    filter: none !important;
}

/* full-width video */
.home-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    filter: none !important;
    opacity: 1 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "." !important;

}

/* overlay only on left corner */
.home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    /* background: linear-gradient(to right,
            rgba(10, 20, 64, 0.96) 0%,
            rgba(10, 20, 64, 0.88) 8%,
            rgba(10, 20, 64, 0.52) 14%,
            rgba(10, 20, 64, 0.22) 20%,
            rgba(10, 20, 64, 0) 26%); */

    background:
        /* bottom fade */
        linear-gradient(to top,
            rgba(10, 20, 64, 0.85) 0%,
            rgba(10, 20, 64, 0.65) 15%,
            rgba(10, 20, 64, 0.35) 30%,
            rgba(10, 20, 64, 0) 45%),
        /* left fade */
        linear-gradient(to right,
            rgba(10, 20, 64, 0.96) 0%,
            rgba(10, 20, 64, 0.88) 8%,
            rgba(10, 20, 64, 0.52) 14%,
            rgba(10, 20, 64, 0.22) 20%,
            rgba(10, 20, 64, 0) 26%);
}

/* typography */
.home-hero-title {
    font-family: "Fredoka";
    font-weight: 400 !important;
    font-size: 33px !important;
    line-height: 1.25;
    /* margin-bottom: 1rem; */
}

.service-hero-title {
    font-family: "Fredoka";
    font-weight: 400 !important;
    font-size: 60px !important;
    line-height: 1.10 !important;
    /* margin-bottom: 1rem; */
}

.service-hero-lead {
    font-family: "SourceSansPro";
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.55;
    color: #ffffff;
    /* max-width: 46ch; */
    margin-bottom: 2rem;
}

.pb-100 {
    padding-bottom: 100px;
}

.home-hero-lead {
    font-family: "SourceSansPro";
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    /* max-width: 46ch; */
    margin-bottom: 2rem;
}

/* CTA button */
.home-hero .btn-ref {
    background: var(--brand-red, #df2638);
    border: 0;
    color: #fff;
    padding: 0.8rem 1.25rem;
    box-shadow: 0 6px 20px rgba(223, 38, 56, 0.35);
}

.home-hero .btn-ref:hover {
    background: #c61f2f;
    color: #fff;
}

/* defult Hero */
.hero {
    position: relative;
    min-height: clamp(560px, 90svh, 820px);
    display: grid;
    align-items: end;
    padding-top: calc(var(--nav-h-lg) + 2.5rem);
    padding-bottom: 5rem;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}



.hero::before,
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero::before {
    background: center center / cover no-repeat url("../video/home-banner.mp4");
    /* replace */
}

.hero::after {
    z-index: -1;
    background: linear-gradient(90deg,
            rgba(10, 20, 64, 0.96) 0%,
            rgba(10, 20, 64, 0.94) 26%,
            rgba(10, 20, 64, 0.8) 42%,
            rgba(10, 20, 64, 0.45) 58%,
            rgba(10, 20, 64, 0) 72%);
}

.hero .title {
    font-family: "Fredoka";
    font-size: 33px;
    font-weight: 500;
    line-height: 1.45;
}

.hero .lead {
    color: rgba(255, 255, 255, 0.85);
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.hero .btn-ref {
    background: var(--brand-red);
    border: none;
    color: #fff;
    padding: 0.8rem 1.25rem;
    box-shadow: 0 6px 20px rgba(223, 38, 56, 0.35);
}

.button-icon {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.icon-b {
    color: #000;
}

.hero .btn-ref:hover {
    background: #c61f2f;
    color: #fff;
}

.nav-link:focus-visible {
    box-shadow: none !important;
}

.appt-badge {
    position: fixed;
    right: 18px;
    bottom: 18px;
    background: #17307a;
    color: #fff;
    padding: 0.9rem 1rem;
    border-radius: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    z-index: 20;
}

.appt-badge small {
    display: block;
    font-weight: 600;
    opacity: 0.9;
    font-size: 0.75rem;
}

.edge-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
    mix-blend-mode: soft-light;
}

/* Base palette */
.ftrB-wrap {
    background: #0a1440;
    position: relative;
    overflow: hidden;
}

.ftrB-head {
    font-family: "Fredoka";
    color: #df2638;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.ftrB-text {
    color: #fff;
    opacity: 0.9;
    font-family: sans-serif;
    font-size: 18px;
}

.ftrB-text li a {
    color: #fff;
    opacity: 0.9;
    font-family: sans-serif;
    font-size: 18px;
    text-decoration: none;

}

.ftrB-link {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    font-family: sans-serif;
    font-size: 18px;

}

.ftrB-link-bottom {
    color: #df2638;
    text-decoration: none;
    opacity: 0.9;
}

.ftrB-link:hover {
    color: #df2638;
    opacity: 1;
}

/* Social icons as in mock (single line, generous gap) */
.ftrB-social a {
    font-size: 1.25rem;
    color: #fff;
    opacity: 0.9;
    transition: opacity 0.2s, color 0.2s;
}

.ftrB-social a:hover {
    color: #df2638;
    opacity: 1;
}

/* Review card sized & separated from Social column */
.ftrB-reviewCard {
    width: min(260px, 100%);
    border: 0;
}

/* Top row spacing similar to screenshot */
/* .ftrB-top {
        border-bottom: 1px solid rgba(255, 255, 255, ;
      } */

/* Bottom bar: centered text across full width */
.ftrB-bottom {
    position: relative;
    text-align: center;
}

.copy-right {
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;

}

/* Bottom-left badge (logo block tucked) */
.ftrB-badge {
    position: absolute;
    left: 0;
    bottom: 0.25rem;
    /* sits just above the bottom line */
    transform: translateY(20%);
    /* slightly tucked look */
    padding-left: 2.25rem;
    /* space for blue badge + red tail */
    pointer-events: none;
    /* decorative */
}

.ftrB-badgeInner {
    background: #0a1440;
    /* blue tile behind logo */

    /* red block behind as in mock */
}

.ftrB-tail {
    display: inline-block;
    width: 38px;
    height: 22px;
    background: #df2638;
    border-bottom-right-radius: 6px;
    margin-left: -10px;
}

.cntA-card {
    z-index: revert-layer !important;
}

.cntA-card button {
    background-color: #374AA7 !important;
}

/* Background with overlay */
.cntA-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            #1c2d7d 0%,
            rgba(28, 45, 125, 0.95) 35%,
            rgba(28, 45, 125, 0.7) 60%,
            rgba(28, 45, 125, 0) 100%),
        url("../images/contact-us-section.jpg") center bottom/cover no-repeat !important;


    z-index: 1;
}

.cntA-section {
    color: #0a1440;
}

/* Floating contact card */
.cntA-card {
    position: relative;
    z-index: 2;
    border: none;
}

.cntA-redBox {
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 64px;
    height: 64px;
    background: #df2638;
    z-index: -1;
}

.cntA-title {
    font-family: "Fredoka";
    color: #15629E;
    font-weight: 600;
    font-size: 25px;
}

.cntA-sub {
    font-size: 0.95rem;
    color: #333;
}

/* Button */
.cntA-btn {
    background: #1c2d7d !important;
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 10px rgba(28, 45, 125, 0.25);
    transition: background 0.2s ease;
}

.cntA-btn:hover {
    background: #14215a;
}

/* Form fields */
.cntA-form .form-control {
    border: 1px solid #d3d6e2;
    border-radius: 0.3rem;
    font-size: 0.95rem;
    padding: 0.55rem 0.75rem;
}

.cntA-form .form-control:focus {
    border-color: #1c2d7d;
    box-shadow: 0 0 0 0.15rem rgba(28, 45, 125, 0.15);
}

/* Wrapper spacing matches a compact band */
.featA-wrap {
    padding: clamp(1.25rem, 3vw, 2.25rem) 0;
}

/* Red icon box (drop your SVG/icon inside later if needed) */
.featA-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #df2638;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Title/text */
.featA-title {
    font-family: "SourceSansPro";
    color: #0a1440;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 1.2;
}

/* ===== Section palette & left column ===== */
.cltB-wrap {
    background: #0a1440;
    padding: clamp(2.6rem, 6vw, 4rem) 0;
}

.cltB-title {
    font-family: "Fredoka";
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 0.2px;
}

.cltB-lead {
    font-family: "SourceSansPro";
    font-size: 20px;
    font-weight: 400;
    color: #ffffffb0;
}

.code-icon {
    color: #df2638 !important;
}

.icon-w {
    color: #fff !important;
}

.cltB-btn {
    font-family: "SourceSansPro";
    font-size: 20px;
    background: #1c2d7d !important;
    color: #fff !important;
    border: none;
    font-weight: 500;
    padding: 0.75rem 1.2rem;
    box-shadow: 0 10px 26px rgba(28, 45, 125, 0.35);
}

.cltB-btn:hover {
    background: #162666;
    color: #fff;
}

.cltB-topNote span {
    font-family: "Fredoka";
    font-size: 25px;
    color: #df2638;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* ===== Slider core (simple) ===== */
.cltB-slider {
    position: relative;
}

.cltB-viewport {
    overflow: hidden;
}

.cltB-track {
    display: flex;
    gap: 0;
    /* no gap -> strict 100% width slides */
    transition: transform 0.45s ease;
    will-change: transform;
}

.cltB-slide {
    min-width: 100%;
}

/* no peek, simple carousel */

/* Panel — flat, no radius, solid bg */
.cltB-panel {
    background: #eef1ff;
    border-radius: 0;
    /* IMPORTANT: no radius */
}

.cltB-inner {
    background-color: white;
}

/* Inner spacing to match ref rhythm */
.cltB-inner {
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.cltB-visual {
    padding: clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.5rem) clamp(1.5rem, 3vw, 2rem);
}

.cltB-visual img {
    max-height: 260px;
    object-fit: contain;
}

:root {
    --srvD-bg: #0a1440;
    --srvD-blue: #1c2d7d;
    --srvD-red: #df2638;
}

.srvD-wrap {
    background: var(--srvD-bg);
    padding: clamp(2.4rem, 6vw, 4rem) 0;
}

/* Badge */
.srvD-badge {
    position: absolute;
    top: 1.15rem;
    right: clamp(0.75rem, 2vw, 1.25rem);
    align-items: flex-end;
    z-index: 2;
}

.srvD-badgeMain {
    background: var(--srvD-blue);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
    padding: 0.6rem 0.8rem;
    border-radius: 0.55rem;
    text-align: center;
    white-space: nowrap;
}

.srvD-badgeTail {
    width: 30px;
    height: 18px;
    background: var(--srvD-red);
    border-bottom-right-radius: 0.5rem;
    margin-left: 0.4rem;
}

/* Left panel */
.srvD-title {
    font-family: "Fredoka";
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 0.2px;
    line-height: 1.08;
    /* ⬇️ extra breathing space under heading */
    margin-bottom: 1.2rem;
}

.srvD-lead {
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.792);
    /* (optional) if you want even more gap overall, uncomment next line */
    /* margin-bottom: 2.2rem; */
}

.srvD-btn {
    background: var(--srvD-blue) !important;
    color: #fff !important;
    border: none;
    font-family: "SourceSansPro";
    font-size: 20px;
    font-weight: 500;
    padding: 0.75rem 1.2rem !important;
    border-radius: 0.65rem;
    box-shadow: 0 10px 26px rgba(28, 45, 125, 0.35);
}

.dropdown-item:active,
.dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: unset !important;
}

.btn {
    border-radius: 4px !important;
}

.srvD-btn:hover {
    background: #162666;
    color: #fff;
}

/* Right grid — staircase */
.srvD-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 columns on desktop */
    grid-auto-rows: auto;
    row-gap: clamp(1.6rem, 3.5vw, 4rem);
    position: relative;
    /* ⬇️ add top margin to separate grid from its surroundings on the right side */
    margin-top: 1.25rem;
}

/* Positions to create the staircase (Apps -> Webshops -> Websites -> CMS-LEFT) */
.srvD-item--apps {
    grid-column: 1;
    grid-row: 1;
}

.srvD-item--webshops {
    grid-column: 2;
    grid-row: 2;
}

.srvD-item--websites {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0.2rem;
    /* little top space under Webshops */
}

/* ✅ moved to LEFT as requested */
.srvD-item--cms {
    grid-column: 1;
    grid-row: 4;
}

/* Item visuals */
.srvD-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.srvD-ico {
    width: 56px;
    height: 56px;
    min-width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    color: #fff;
    font-size: 1.25rem;
    margin-top: 0.15rem;
}

.srvD-itemTitle {

    color: #fff;
    letter-spacing: 0.2px;
}

.srvD-itemTitle span {
    font-family: "Fredoka";
    font-weight: 400;
    font-size: 33px;
    color: var(--srvD-red);
}

.srvD-text {
    font-family: "SourceSansPro";
    font-size: 18px !important;
    font-weight: 400;

    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    /* max-width: 46ch; */
}

.IJzersterk-cms {
    position: relative;
    left: -150px;
}




/* Typography inside slide */
.cltB-quote {
    font-family: "Fredoka";
    color: #333333;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
}

.cltB-author {
    color: #15629e;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 20px;
}

.cltB-text {
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;
    color: #0a1440;
    text-align: left;
    opacity: 0.9;
}

/* Slide CTA (blue, slightly rounded like reference) */
.cltB-cta {
    background: #1c2d7d;
    color: #fff;
    border: none;
    font-weight: 800;
    border-radius: 0.65rem;
    padding: 0.65rem 1rem;
}

.cltB-cta:hover {
    background: #162666;
    color: #fff;
}

/* Arrows — simple red squares, centered vertically */
.cltB-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 0.5rem;
    border: 0;
    background: #df2638;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.cltB-prev {
    left: -20px;
}

.cltB-next {
    right: -20px;
}


/* services page  */
.service-body {
    background-color: #0A1440 !important;
}


/* ===== CASE  PAGE CSS ===== */
.case-hero {
    background: #0a1440;
    color: #fff;
    position: relative;
    height: 800px !important;
    /* ✅ taller hero */
    display: flex;
    align-items: center;
    /* ✅ vertical centering */
    justify-content: start;
    z-index: 1;
}

.pb-200 {
    padding-bottom: 200px;
}

.case-hero__title {
    font-family: "Fredoka";
    font-weight: 400;
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.case-hero__lead {
    font-family: "Fredoka" !important;
    font-size: 33px;
    font-weight: 400;
    color: #fff;
}

/* ===== IMAGE PANEL SECTION ===== */
.case-hero-feature {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 3rem;
}

/* overlap control */
.case-overlap {
    --overlap: 160px;
    margin-top: calc(-1 * var(--overlap));
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* individual card */
.case-card {
    position: relative;
    background: #fff;
    /* overflow: hidden; */
    /* border-radius: 0.5rem; */
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    z-index: 10 !important;
    top: -140px;
    cursor: pointer;
}

/* ensure image scales perfectly */
.case-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* label on image */
.case-card__label {
    position: absolute;
    left: 1.5rem;
    bottom: 1.25rem;
    color: #fff !important;
    font-family: "Fredoka" !important;
    font-size: 33px;
    font-weight: 400;
    padding-bottom: 0.35rem;
    transition: transform 0.6s ease-in-out;
    transform-origin: left center;
}


.case-card__badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #e60023;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    transition: transform 0.6s ease-in-out;
    transform-origin: center center;
    z-index: 2;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* ✅ Hover effects */
.case-card:hover .case-card__image img {
    transform: scale(1.12) !important;
    /* Stronger zoom to confirm effect */
}

.case-card:hover .case-card__badge,
.case-card:hover .case-card__label {
    transform: scale(1.08);
}

.case-card__image img {
    transition: transform 0.6s ease-in-out !important;
}

.case-card:hover .case-card__image img {
    transform: scale(1.12) !important;
}

.case-card {
    transition: transform 0.6s ease-in-out;
}

.case-card:hover {
    transform: scale(1.03);
}





/* ===== SERVICE DETAILS  PAGE CSS ===== */

.service-detail-section {
    background: #0a1440;
    color: #fff;
    overflow: hidden;
    /* keep normal internal padding only */
    padding: 2rem 0 5rem;
    position: relative;
}

/* ✅ spacer that sits BEFORE the content and creates visible gap */
.service-detail-section::before {
    content: "";
    display: block;
    height: 170px;
    /* space under header */
}

.service-detail__title {
    font-family: "Fredoka";
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 60px;
}

/* Shared box styling */
.service-detail__box {
    position: relative;
    border-radius: 0.6rem;
    padding: clamp(1rem, 2.5vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Box colors and proportional heights */
.service-detail__box--blue {
    background: #1C2D7D;
    aspect-ratio: 16 / 9;
    min-height: 350px;
    z-index: 2;
}

.service-detail__box--green {
    background: #acd898;
    height: 410px;
}

.service-d-card-title {
    position: absolute;
    font-family: "Fredoka" !important;
    font-size: 33px;
    font-weight: 400;
    color: #fff;
    top: 75%;
    z-index: 2 !important;
}

.case-d-card-title {
    position: absolute;
    font-family: "Fredoka" !important;
    font-size: 33px;
    font-weight: 400;
    color: #fff;
    top: 127rem;
    z-index: 2 !important;
}

.case-detail__tag {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #df2638;
    bottom: -20px;
    right: -20px;
    border-top-left-radius: 0.4rem;
    z-index: 1;
}



.service-detail__box--dark {
    background: #1C2D7D;
    height: 200px;
    position: relative;
    left: 110px;
}

/* Images */
.service-detail__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.service-detail__wrapper {
    position: relative;
    display: inline-block;
    /* or block if full-width */
}

.service-detail__tag {
    /* display: none !important; */
    position: absolute;
    width: 80px;
    height: 80px;
    background: #df2638;
    bottom: -20px;
    /* pushes tag below blue box */
    right: -20px;
    border-top-left-radius: 0.4rem;
    z-index: 1;
}

/* CTA inside dark box */
.service-detail__cta {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    background: #1c2d7d;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    border-radius: 0.4rem;
    padding: 0.4rem 0.8rem;
}

:root {
    --opt2-bg: #0a1440;
}

/* Section wrapper */
.opt2-wrap {
    background: var(--opt2-bg);
    color: #fff;
    padding: clamp(3rem, 7vw, 5rem) 0;
}

/* Typography */
.opt2-title {
    font-family: "Fredoka";
    font-weight: 400;
    line-height: 1.15;
    font-size: 33px;
    /* matches visual size in ref */
    letter-spacing: 0.2px;
}

.opt2-lead {
    font-family: "SourceSansPro";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

/* Images */
.opt2-card {
    margin: 0;
}

.opt2-media {
    border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
    background: #0b183f;
    /* subtle safety bg while loading */
}

.opt2-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sdfaq-wrap {
    background: #0a1440;
    color: #fff;
    padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.sdfaq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sdfaq-head {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 1.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: left;
    color: #fff;
}

.sdfaq-q {
    font-family: "Fredoka";
    font-weight: 400;
    font-size: 33px;
    line-height: 1.35;
}

.sdfaq-ico {
    width: 36px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sdfaq-ico .fa-plus,
.sdfaq-ico .fa-minus {
    font-size: 1.05rem;
    line-height: 1;
}

/* CLOSED state (default) */
.sdfaq-item .sdfaq-ico {
    background: #df2638;
    color: #fff;
}

.sdfaq-item .sdfaq-ico .fa-minus {
    display: none;
}

/* show only + */
.sdfaq-item .sdfaq-ico .fa-plus {
    display: inline-block;
}

/* OPEN state */
.sdfaq-item.is-open .sdfaq-ico {
    background: #fff;
    color: #df2638;
}

.sdfaq-item.is-open .sdfaq-ico .fa-plus {
    display: none;
}

/* show only – */
.sdfaq-item.is-open .sdfaq-ico .fa-minus {
    display: inline-block;
    font-size: 1.2rem;
}

/* smooth height animation */
.sdfaq-panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, padding 0.2s ease;
    padding: 0;
}

.sdfaq-panel p {
    color: rgba(255, 255, 255, 0.88);
    font-family: "SourceSansPro";
    line-height: 1.65;
    font-size: 20px;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sffaq-width {
    max-width: 1050px;
}

/* number section  */

/* Section wrapper */
.wf-wrap {
    background: #0a1440;
    color: #fff;
    padding: clamp(2.25rem, 6vw, 3.5rem) 0;
}

/* Kicker/title */
.wf-kicker {
    padding-bottom: 70px;
}

.wf-kicker span {
    font-family: "Fredoka";
    color: #df2638;
    letter-spacing: 0.2px;
    font-size: 33px;
    font-weight: 400;
}

/* 2-column grid of items (desktop) */
.wf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(2.8rem, 6vw, 5rem);
    row-gap: clamp(1.8rem, 6vw, 5.6rem);
    align-items: start;
}

/* Each item is a 2-col grid: [number] [content] */
.wf-item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: clamp(1.25rem,
            3.8vw,
            3.2rem);
    /* space between number and text */
    align-items: start;
    max-width: 65ch;
    /* content width close to ref */
}

/* Larger number and its gutter */
.wf-num {
    font-family: "Fredoka";
    font-weight: 300;
    color: #df2638;
    font-size: 60px;
    /* bigger like the reference */
    line-height: 1;
    transform: translateY(-1.85rem);
    /* tiny optical adjustment */
    white-space: nowrap;
}

/* Content (title + paragraph) */
.wf-title {
    font-family: "Fredoka";
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 0.55rem 0;
    padding-bottom: 40px;
}

.wf-text {
    color: rgba(255, 255, 255, 0.86);
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 300;
    line-height: 1.68;
    margin: 0;
}

/* Stagger right-column items (2 & 4) a little lower */
.wf-2,
.wf-4 {
    margin-top: 7rem;
}



/*========== CASE-DETAIL-PAGE CSS ========== */

.case-detail-hero {
    background-color: #0a1440;
}

.case-detail-hero::before {
    content: "";
    display: block;
    height: 170px;
    /* space under header */
}

/* Title */
.case-detail-hero .case-title {
    font-family: "Fredoka";
    color: #fff;
    line-height: 1.2;
    /* responsive size similar to design */
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 0.2px;
    padding-bottom: 40px;
}

/* Image wrapper ensures overlay positioning */
.case-detail-hero .image-wrap {
    border: 0;
    overflow: visible;
}

/* Badge (red box top-right) */
.case-detail-hero .hero-badge {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0.65rem 0.9rem;
    background: #ff3a3a;
    /* vivid red like screenshot */
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

/* Hover/Focus movement */
.case-detail-hero .image-wrap:hover .hero-badge,
.case-detail-hero .hero-badge:focus-visible {
    transform: translate(6px, -6px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

/* Optional: keep badge touch-friendly on small screens */

.case-detail-text {
    background: #0a1440;
    padding-top: clamp(32px, 4vw, 56px);
    padding-bottom: clamp(32px, 4vw, 64px);
}

/* Left column */
.case-detail-text .side-title {
    font-family: "Fredoka";
    color: #ffffff;
    /* subtle, as in design */
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.2px;
}

.case-detail-text .service-list li+li {
    margin-top: 0.6rem;
}

.service-list li {
    padding-right: 120px;
}

.case-detail-text .service-list a {
    font-family: "SourceSansPro";
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-decoration: none;
    color: #ff4a4a;
    /* red links like design */
    font-weight: 600;
    padding: 0.25rem 0;
    transition: color 0.2s ease, transform 0.2s ease;
}

.case-detail-text .service-list a:hover {
    color: #ff6b6b;
    transform: translateX(2px);
}

.case-detail-text .badge-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #ff4a4a;
    color: #fff;
    font-size: 0.7rem;
}

.case-detail-text .side-divider {
    width: 72%;
    border: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.18);
    margin: 1.25rem 0 0.75rem;
}

.case-detail-text .client-logo .logo-img {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: none;
}

.case-detail-text .client-logo .logo-text {
    color: #e9eefb;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* Right column */
.case-detail-text .main-heading {
    font-family: "Fredoka";
    color: #ffffff;
    font-weight: 400;
    font-size: 33px;
    line-height: 1.25;
    letter-spacing: 0.2px;
}

.case-detail-text .lead-copy {
    color: #b7c2e3;
    font-size: clamp(0.95rem, 0.2vw + 0.9rem, 1.0625rem);
    line-height: 1.75;
    /* comfortable line length like the mock */
}

/* Tighten alignment at xl like the screenshot */

/* Global section bg + spacing (kept consistent with your design) */
.case-detail-quote,
.case-detail-gallery {
    background: #0a1440;
}

.case-detail-quote {
    padding-top: clamp(28px, 4vw, 56px);
    padding-bottom: clamp(12px, 2.5vw, 28px);
}

.case-detail-gallery {
    padding-top: clamp(16px, 2.5vw, 28px);
    padding-bottom: clamp(36px, 4vw, 60px);
}

/* --------- QUOTE (left portrait + right text) --------- */
.case-detail-quote .portrait-wrap {
    position: relative;
    width: min(340px, 100%);
    margin-left: auto;
    /* aligns like mock (image a bit inward) */
    margin-right: auto;
}

.case-detail-quote .portrait-wrap img {
    display: block;
    width: 100%;
    height: 307px !important;
    border-radius: 4px;
}

/* vertical name (rotated) tightly aligned to right edge of image */
.case-detail-quote .name-ribbon {
    font-family: "Fredoka";

    position: absolute;
    right: -20px;
    /* hugs the image edge */
    top: 115px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.12em;
    font-size: 15px;
    white-space: nowrap;
}

.case-detail-quote .quote-title {
    font-family: "Fredoka";
    color: #ffffff;
    font-weight: 400;
    line-height: 1.25;
    font-size: 33px;
    letter-spacing: 0.2px;
}

.case-detail-quote .quote-copy {
    font-family: "SourceSansPro";
    color: #f5f5f5c0;
    font-size: 20px;
    line-height: 1.7;
    max-width: 65ch;
    /* crisp measure like design */
}

/* --------- GALLERY STRIP (two images) --------- */
.case-detail-gallery .gallery-strip {
    background: transparent;
    /* only the strip gets shadow */
    border-radius: 8px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
    /* shadow on the whole strip (not images) */
    overflow: hidden;
    /* to clip rounded corners */
    max-width: 1120px;
    margin: 0 auto;
}

.case-detail-gallery .tile {
    position: relative;
    /* fixed visual height like mock; still responsive */
    min-height: clamp(220px, 34vw, 340px);
}

.case-detail-gallery .tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-detail-parallax {
    background: #0a1440;
    padding-top: clamp(2rem, 4vw, 4rem);
    padding-bottom: clamp(2rem, 4vw, 4rem);
}

/* core box */
.case-detail-parallax .box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.case-detail-parallax .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.case-detail-parallax .box:hover img {
    transform: scale(1.05);
}

/* LEFT: wide rectangle */
.case-detail-parallax .box-left {
    background: #11297f;
    min-height: clamp(260px, 40vw, 440px);
}

/* red accent on LEFT bottom-right */
.case-detail-parallax .accent-corner {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 42px;
    height: 42px;
    background: #ff3a3a;
    border-top-left-radius: 6px;
    z-index: 2;
}

/* RIGHT column containers are intentionally NARROW + VERTICAL */
.case-detail-parallax .right-stack {
    position: relative;
}

.case-detail-parallax .right-stack .box {
    margin-left: auto;
    /* align to the right edge */
    max-width: min(92%, 380px);
    /* narrower than column */
}

/* Portrait aspect ratios for vertical look */
.case-detail-parallax .box-vertical {
    background: #b4e2aa;
    aspect-ratio: 3 / 4;
    /* taller than wide */
}

.case-detail-parallax .box-bottom {
    background: #11297f;
    aspect-ratio: 4 / 5;
    /* vertical */
}

/* PARALLAX title: right, just ABOVE the blue box */
.case-detail-parallax .box-bottom .parallax-title {
    position: absolute;
    top: 0;
    right: 14px;
    transform: translateY(calc(-100% - 6px));
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.12em;
    font-size: clamp(0.9rem, 1.3vw, 1.1rem);
    z-index: 3;
}

.case-detail-slider {
    background: #0a1440;
    padding-top: clamp(20px, 3vw, 28px);
    padding-bottom: clamp(28px, 4vw, 40px);
    --gap: 24px;
    --card-radius: 10px;
}

/* Header */
.slider-title {
    color: #fff;
}

.case-detail-slider .slider-title span {
    font-family: "Fredoka";
    color: #df2638;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 33px;
}

.case-detail-slider .slider-title .k {
    color: #ff4a4a;
    opacity: 0.95;
}

.case-detail-slider .slider-head {
    margin-bottom: clamp(14px, 2vw, 18px);
}

/* Buttons */
.case-detail-slider .nav-btn {
    width: 38px;
    height: 38px;
    border: 0;
    background: #ff3a3a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease,
        opacity 0.18s ease;
}

.case-detail-slider .nav-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
}

.case-detail-slider .chev {
    font-size: 20px;
    line-height: 1;
}

/* Viewport & Track */
.case-detail-slider .slider-viewport {
    position: relative;
    overflow-x: auto;
    /* ✅ scroll yahan hoga */
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    /* firefox scrollbar hide */
}

/* Webkit scrollbar hide */
.case-detail-slider .slider-viewport::-webkit-scrollbar {
    display: none;
}

/* INNER TRACK = flex row, NO scroll here */
.case-detail-slider .slider-track {
    display: flex;
    gap: 30px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.case-detail-slider .card-item {
    flex: 0 0 auto;
    /* important for horizontal scroll */
    scroll-snap-align: start;
    /* card by card snapping */
}

/* Cards per breakpoint */
/* .case-detail-slider .card-item {
    flex: 0 0 calc(100% - var(--gap));
    scroll-snap-align: start;
} */



/* Card */
.case-detail-slider .project-card {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    /* border-radius: var(--card-radius); */
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    background: #11297f;
}

.case-detail-slider .img-wrap {
    position: relative;
    aspect-ratio: 16/10;
}

.case-detail-slider .img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.35s ease;
}

/* bottom gradient for title legibility */
.case-detail-slider .project-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0));
    pointer-events: none;
}

.case-detail-slider .project-card:hover .img-wrap img {
    transform: scale(1.06);
}

/* Title bottom-left */
.case-detail-slider .card-title {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: clamp(0.95rem, 0.5vw + 0.8rem, 1.1rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Row red accent block (bottom-right) */
.case-detail-slider .row-accent {
    position: absolute;
    right: 14px;
    bottom: -6px;
    width: 46px;
    height: 46px;
    background: #ff3a3a;
    border-top-left-radius: 6px;
    z-index: 1;
}

/* Make sure buttons are clickable above everything */
.case-detail-slider .slider-head .nav-btn {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

/* Visual state when disabled at edges */
.case-detail-slider .nav-btn.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}



/******* ===== ABOUT US PAGE ======== ********/
/* ====== Basiskleuren & helpers (DARK) ====== */
.about-body {
    background: #0a1440;
    color: #eaf0ff;
}

.text-muted {
    color: rgba(255, 255, 255, 0.72) !important;
}

.text-ink {
    color: #eaf0ff !important;
}

.text-ocean {
    color: #acd898 !important;
}

.text-scarlet {
    color: #df2638 !important;
}

.bg-ink {
    background: #0a1440 !important;
}

.bg-ocean {
    background: #15629e !important;
}

.bg-scarlet {
    background: #df2638 !important;
}

.bg-surface {
    background: #0d1a4a !important;
}

.bg-soft {
    background: radial-gradient(1000px 400px at 10% -10%,
            rgba(21, 98, 158, 0.18),
            transparent 60%),
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.02),
            rgba(255, 255, 255, 0.02));
}

.About-hero-title {
    font-family: "Fredoka";
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 1.25;
}

.About-hero-disc {
    font-family: "SourceSansPro";
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.55;
    color: #ffffff;
    margin-bottom: 2rem;
}


.border {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.shadow-soft {
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
}

.btn-brand {
    --bs-btn-bg: #df2638;
    --bs-btn-border-color: #df2638;
    --bs-btn-hover-bg: #be1f30;
    --bs-btn-hover-border-color: #be1f30;
    --bs-btn-color: #fff;
}

.btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.btn-outline-dark {
    --bs-btn-color: #fff;
    --bs-btn-border-color: rgba(255, 255, 255, 0.12);
    --bs-btn-hover-bg: #0f215a;
    --bs-btn-hover-border-color: #fff;
}

.rounded-2xl {
    border-radius: 1.25rem;
}

/* ====== Hero ====== */
.About-hero {
    position: relative;
    padding-top: calc(80px + clamp(2.5rem, 6vw, 4rem));
    background-color: #0a1440 !important;
    color: #ffffff;
    overflow: hidden;
    min-height: calc(45vh + 80px);
}

.About-hero .container {
    padding-top: 150px;
    padding-bottom: 50px;
}

.blob {
    position: absolute;
    inset: auto -15% -30% auto;
    width: 55vw;
    max-width: 800px;
    aspect-ratio: 1/1;
    background: radial-gradient(circle at 30% 30%,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.04) 40%,
            transparent 60%),
        radial-gradient(circle at 70% 60%,
            rgba(223, 38, 56, 0.35),
            transparent 60%),
        radial-gradient(circle at 20% 80%,
            rgba(172, 216, 152, 0.25),
            transparent 60%);
    filter: blur(50px) saturate(120%);
    transform: rotate(18deg);
    pointer-events: none;
}

/* ====== Secties ====== */
section {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.section-title {
    letter-spacing: 0.02em;
}

#mission .section-title {
    font-family: "Fredoka";
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
}

.section-title {
    font-family: "Fredoka";
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
    color: #ffffff;
}

#process .icon {
    font-size: 30px;
}

#process h6 {
    font-family: "Fredoka";
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
}

.ocean-title {
    font-family: "Fredoka";
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
}

#process p {
    font-family: "SourceSansPro";
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.55;
    color: #ffffff;
}

#team h2 {
    font-family: "Fredoka";
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 1.1 !important;
    color: #ffffff;
}

#team span {
    font-family: "SourceSansPro";
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1.55;
    color: #ffffff;
}

#mission .lead {
    font-family: "SourceSansPro";
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.55;
    color: #ffffff;
    margin-bottom: 2rem;
}

/* Feature cards */
.feature-card {
    background: #0d1a4a;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(21, 98, 158, 0.22);
    color: #cbe6ff;
}

/* Timeline */
.timeline {
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(#15629e, #acd898);
}

.timeline-item {
    position: relative;
    padding-left: 3rem;
}

.timeline-item:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0.5rem;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: #df2638;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(223, 38, 56, 0.25);
}

.text-body-secondary {
    color: rgba(255, 255, 255, 0.72) !important;
}

/* Stats */
.stat {
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.25rem);
}



/* Reveal animations */
.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}




/* team */
.ab-team {
    background: #0b183f;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0.9rem;
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.ab-team:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.18);
}

.ab-photo {
    aspect-ratio: 5/4;
    background: #0f1b47;
    background-size: cover;
    background-position: center;
}

.ab-link {
    color: #fff;
    opacity: 0.9;
}

.ab-link:hover {
    opacity: 1;
    color: #fff;
}

.google-title {
    color: #ffffff;
}




/***** ======= CONTACT PAGE=======  ******/
/* ====== Dark Theme (no CSS variables) ====== */
.body-contact {
    background: #0a1440;
    color: #eaf0ff;
}

.google-map {
    width: 100%;
    height: 400px;
}

.text-muted {
    color: rgba(255, 255, 255, 0.72) !important;
}

/* Utilities matching your scheme */
.bg-ink {
    background: #0a1440 !important;
}

.bg-surface {
    background: #0d1a4a !important;
}

.border-soft {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.shadow-soft {
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
}

.btn-brand {
    --bs-btn-bg: #df2638;
    --bs-btn-border-color: #df2638;
    --bs-btn-hover-bg: #be1f30;
    --bs-btn-hover-border-color: #be1f30;
    --bs-btn-color: #fff;
}

.btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.rounded-2xl {
    border-radius: 1.25rem;
}

/* ====== Hero that accounts for transparent header (~80px) ====== */
.contact-hero {
    position: relative;
    padding-top: calc(80px + clamp(2.5rem, 6vw, 4rem));
    color: #fff;
    overflow: hidden;
    min-height: calc(45vh + 80px);
    background: radial-gradient(1000px 460px at 12% -12%,
            rgba(21, 98, 158, 0.18),
            transparent 60%),
        linear-gradient(135deg, #081237, #15629e);
}

.contact-hero .blob {
    position: absolute;
    inset: auto -15% -35% auto;
    width: 55vw;
    max-width: 800px;
    aspect-ratio: 1/1;
    background: radial-gradient(circle at 30% 30%,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.04) 40%,
            transparent 60%),
        radial-gradient(circle at 70% 60%,
            rgba(223, 38, 56, 0.35),
            transparent 60%),
        radial-gradient(circle at 20% 80%,
            rgba(172, 216, 152, 0.25),
            transparent 60%);
    filter: blur(50px) saturate(120%);
    transform: rotate(18deg);
    pointer-events: none;
}

.display-hero {
    font-family: "Fredoka";
    font-weight: 600;
    font-size: clamp(2rem, 4.6vw, 3.25rem);
    line-height: 1.1;
}

.lead-hero {
    font-family: "SourceSansPro", ui-sans-serif, system-ui;
    font-size: 1.125rem;
    color: #ffffff;
    opacity: 0.9;
}

/* ====== Contact section ====== */
.card-panel {
    background: #0d1a4a;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

#contact-form .form-control,
#contact-form .form-select {
    background: #0f215a;
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

#contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

#contact-form .form-select option {
    color: #ffffff;
}

#contact-form .form-control:focus,
#contact-form .form-select:focus {
    background: #0f215a;
    color: #ffffff;
    border-color: #15629e;
    box-shadow: 0 0 0 0.2rem rgba(21, 98, 158, 0.25);
}

#contact-form .form-label {
    color: #cfe3ff;
}

#contact-form .form-text {
    color: rgba(255, 255, 255, 0.7);
}

#contact-form .form-check-input {
    background-color: #0f215a;
    border-color: rgba(255, 255, 255, 0.3);
}

#contact-form .form-check-input:checked {
    background-color: #15629e;
    border-color: #15629e;
}

.info-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0f215a;
}

.info-badge small {
    color: #cfe3ff;
}

.divider {
    height: 1px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.22),
            rgba(255, 255, 255, 0.08));
}



.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}


/****** Media Queries   *******/



@media (max-width: 1199.98px) {
    .cltB-visual img {
        max-height: 220px;
    }

    .case-detail-text .row {
        align-items: start;
    }

    .case-detail-quote .row {
        align-items: center;
    }
}

@media (min-width: 992px) {
    .srvD-wrap .row.g-5 {
        --bs-gutter-x: 3rem;
    }

    .mb-lg-6 {
        margin-bottom: 4rem !important;
    }

    .case-detail-hero {
        padding-top: 4.5rem !important;
        padding-bottom: 4rem !important;
    }

    .case-detail-slider .card-item {
        flex-basis: calc(33.333% - var(--gap));
    }
}



/* Responsive tweaks */
@media (max-width: 991.98px) {

    /* serdetailcss  */

    .wf-grid {
        grid-template-columns: 1fr;
        row-gap: clamp(1.2rem, 3.6vw, 1.8rem);
    }

    .wf-item {
        grid-template-columns: 1fr;
        /* number on its own row */
        max-width: 60ch;
    }

    .wf-num {
        margin-bottom: 0.25rem;
        transform: none;
    }

    .wf-2,
    .wf-4 {
        margin-top: 0;
    }

    /* remove stagger on mobile */
    .opt2-title {
        text-align: center;
    }

    .opt2-lead {
        text-align: center;
    }

    .sffaq-width {
        max-width: 100%;
    }

    .service-detail__box--green,
    .service-detail__box--dark {
        height: auto;
    }

    .service-detail__box--blue {
        aspect-ratio: 16 / 10;
        min-height: 280px;
    }

    .service-detail-section::before {
        height: 84px;
    }

    .service-detail__tag {
        display: none;
    }

    .service-detail__cta {
        position: static;
        margin-top: 0.75rem;
    }

    .ftrB-reviewCard {
        margin-top: 0.5rem;
    }

    .cntA-redBox {
        right: -18px;
        bottom: -18px;
        width: 48px;
        height: 48px;
    }

    .cntA-redBox {
        right: -18px;
        bottom: -18px;
        width: 48px;
        height: 48px;
    }

    .featA-box {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .srvD-lead {
        max-width: 100%;
    }

    .srvD-grid {
        grid-template-columns: 1fr;
        /* one column */
        margin-top: 1rem;
        /* keep a little gap on smaller screens too */
    }

    .srvD-item--apps,
    .srvD-item--webshops,
    .srvD-item--websites,
    .srvD-item--cms {
        grid-column: 1;
        grid-row: auto;
        margin-top: 0;
    }

    .hero {
        padding-top: calc(var(--nav-h-sm) + 2rem);
    }

    .home-hero {
        height: 100svh;
        padding-bottom: clamp(1.5rem, 5vh, 3rem);
        text-align: center;
        justify-content: center;
    }

    .home-hero-video {
        object-position: center;
    }

    .case-hero {
        height: 440px;
        text-align: center;
        justify-content: center;
        /* ✅ keeps text centered horizontally */
    }

    .case-hero__title {
        font-size: 32px;
    }

    .case-hero__lead {
        font-size: 16px;
    }

    .case-overlap {
        --overlap: 100px;
        gap: 1.5rem;
    }

    .case-detail-parallax .box-left {
        min-height: 240px;
    }

    .case-detail-parallax .right-stack .box {
        max-width: 100%;
        /* tablet: use full column width */
    }
}

@media (max-width: 767.98px) {
    .ftrB-badge {
        position: static;
        transform: none;
        padding-left: 0;
        margin-top: 1rem;
        justify-content: center;
        pointer-events: auto;
        display: flex !important;
    }

    .cltB-arrow {
        width: 34px;
        height: 34px;
        font-size: 1.1rem;
    }

    .featA-wrap {
        padding: 1rem 0;
    }

    .featA-item {
        gap: 0.65rem;
    }

    .cntA-card {
        padding: 2rem 1.5rem;
    }

    .cntA-title {
        font-size: 1.25rem;
    }

    .ftrB-bottom p {
        padding: 0 0.5rem;
    }

    .navbar-collapse {
        background-color: #0b0f1a;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .p-0-sm {
        padding: 0 !important;
    }

    .ps-3-sm {
        padding-left: 1rem !important;
    }

    .pe-3-sm {
        padding-right: 1rem !important;
    }

    li.nav-item {
        border-bottom: 1px solid white;
    }

    li.nav-item a {
        padding-left: 1rem !important;
    }

    li.nav-item:last-child {
        border-bottom: none !important;
        padding-top: 10px;
        padding-left: 1rem;
    }

    .srvD-wrap {
        padding: 2rem 0;
    }

    .srvD-ico {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 1.1rem;
    }

    .cltB-visual img {
        max-height: 180px;
    }

    .IJzersterk-cms {
        position: relative;
        left: 0px !important;
    }

    .home-hero {
        padding-bottom: 2rem;
    }

    .home-hero-title {
        font-size: 28px;
    }

    .home-hero-lead {
        font-size: 15px;
    }

    .pb-100 {
        padding-bottom: 0px;
    }

    .case-hero {
        height: 360px !important;
        text-align: center;
    }

    .case-hero__title {
        font-size: 28px;
    }

    .case-hero__lead {
        font-size: 15px;
    }

    .case-overlap {
        --overlap: 80px;
        gap: 1.25rem;
    }

    .case-card__label {
        left: 1rem;
        bottom: 0.75rem;
        font-size: 15px;
    }

    .pb-200 {
        padding-bottom: 0px !important;
    }

    .case-card {
        z-index: 0 !important;
        top: 20px !important;
    }

    .service-detail__title {
        font-size: 22px;
    }

    .service-detail__box {
        padding: 1rem;
    }

    .sffaq-width {
        max-width: 100%;
    }

    .case-detail-gallery .row {
        gap: 12px;
    }

    .case-detail-gallery .gallery-strip {
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    }

    .case-detail-hero .hero-badge {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 0.8rem;
        padding: 0.55rem 0.75rem;
    }

    .case-detail-parallax .accent-corner {
        width: 34px;
        height: 34px;
        right: -8px;
        bottom: -8px;
    }

    .case-detail-slider .card-item {
        flex: 0 0 100%;
    }

    .About-hero .container {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .reveal {
        transition: none;
        opacity: 1;
        transform: none;
    }

    .service-d-card-title {
        display: none;
    }

    .service-detail__box--dark {
        position: relative;
        left: 0px;
    }

    .case-d-card-title {
        display: none;
    }

    .case-detail-slider .slider-title span {
        font-family: "Fredoka";
        color: #df2638;
        font-weight: 500;
        letter-spacing: 0.2px;
        font-size: 20px;
    }

    .service-detail__box--blue {
        width: 80%;
    }

    .w-sm {
        width: 100% !important;

    }

    .About-hero-title {
        padding-top: 50px;
    }

    .opt2-title {
        font-size: 25px !important;
    }

    .sdfaq-panel p br {
        display: none !important;
    }

    .sdfaq-q {
        font-size: 20px !important;
    }

    .case-detail__tag {
        display: none;
    }

    .case-detail-hero .case-title {
        font-size: 35px;
    }

    .case-detail-hero .hero-badge {
        width: 70px;
        height: 70px;
        top: -10px !important;
        right: -10px !important;
    }



    .home-hero-title {
        font-size: 25px !important;
    }

    .home-hero-lead br {
        display: none !important;
    }

    .home-hero-lead {
        font-size: 15px !important;
    }

    .srvD-title {
        font-size: 35px !important;
    }

    .srvD-lead {
        font-size: 15px !important;
    }

    .srvD-lead br {
        display: none !important;
    }

    .srvD-text {
        font-size: 15px !important;
    }


    .cltB-topNote span {
        font-size: 20px !important;
    }

    .cltB-title {
        font-size: 35px !important;
    }


    .pb-sm-20 {

        padding-bottom: 20px !important;
    }

    p {
        font-size: 15px !important;
    }

    .navbar {
        background-color: #0b0f1a !important;
    }

    .navbar-toggler:focus-visible,
    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .wf-kicker span {
        font-size: 20px;
    }

    .case-card__badge {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #e60023;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 0.4rem 0.6rem;
        border-radius: 0.3rem;
        transition: transform 0.6s ease-in-out;
        transform-origin: center center;
        z-index: 2;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .case-detail-text .main-heading {
        font-size: 25px;
    }

    .case-detail-quote .quote-title {
        font-size: 20px !important;
    }

    span.name-ribbon {
        display: none !important;
    }

    .About-hero-title {
        font-size: 25px !important;
    }

    .About-hero-disc {
        font-size: 15px !important;
    }

    .About-hero-disc br {
        display: none !important;
    }

    .sticky-logo {
        display: none;
    }



}