/* bicxo_v2/assets/css/style.css */

:root {
    /* COLORS */
    --navy-solid: #142d55;
    --navy-card-title: #142d55;
    --card-bg-light: #e1f5fa;
    --white: #FFFFFF;
    --text-body: #6B7C93;
    --border-color: #D0E3EC;
    
    /* GRADIENTS */
    --text-gradient-cyan: linear-gradient(90deg, #377dc3 0%, #78cdeb 100%);
    --gradient-heading-blue: linear-gradient(90deg, #193c6e 0%, #3273b4 45%, #377dc3 100%);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(1 186 185);
}

.dropdown-item.active, .dropdown-item:active {
   
    background-color: #143055;
}
body {
    font-family: 'Inter', sans-serif;
    color: var(--text-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

/* --- 2. TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--navy-solid);
    font-weight: 800;
    margin-bottom: 20px;
   
}

section h2 { font-size: 4rem; line-height: 1.1; }

.brand-gradient-text {
    background: var(--gradient-heading-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.text-gradient-cyan {
    background: var(--text-gradient-cyan);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cap-icon-box img{width: 150px;
    height: 150px;
    object-fit: cover;}
/* --- 3. HEADER & MEGA MENU --- */
.navbar { background-color: var(--white); padding: 15px 0; border-bottom: 1px solid #E5E7EB; }
.nav-link { font-weight: 300; font-size: 16px; margin: 0 7px; }
.btn-pill-blue { background-color: #143055; color: var(--white); border-radius: 50px; padding: 10px 28px; font-weight: 600; border: none; }
.btn-pill-blue:hover{background-color:#00bbba;  color:white;}
.nav-item.dropdown { position: relative; }
.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 20px;
    margin-top: 15px;
    border-radius: 8px;
    min-width: 600px;
    left: auto; right: 0;
}
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -20px; /* Covers the margin gap */
    left: 0;
    right: 0;
    height: 20px; /* Creates a solid, invisible block for the mouse to slide across */
    background: transparent;
}
.dropdown-item { font-size: 14px; padding: 8px 15px; color: #333; transition: all 0.2s; }
.dropdown-item:hover { background-color: #f8f9fa; color: #143055; transform: translateX(5px); }
@media (max-width: 991px) { .dropdown-menu { min-width: 100%; box-shadow: none; padding: 10px; } }

/* --- 4. HERO SECTION --- */
/* --- 4. HERO SECTION --- */
.hero-section { 
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    /* Adds the #143055 color overlay (RGB: 20, 48, 85) over the background image */
    background-image: linear-gradient(rgba(20, 48, 85, 0.85), rgba(20, 48, 85, 0.85)), url(../../assets/images/banner-bg.jpg); 
    background-color: #143055; 
    padding: 100px 0 100px 0; 
    color: var(--white); 
    position: relative;
}

.hero-section .btn-pill-blue {background-color: #00bbba;
    color: #ffffff;
    font-weight: 500;
    border-radius: 10px;
    padding: 9px 25px;
    border: 0; }
.hero-pre-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; letter-spacing: 1px; margin-bottom: 10px; background: var(--text-gradient-cyan); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: block; }
.hero-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 60px; line-height: 1.1; margin-bottom: 15px; color: var(--white); text-transform: uppercase; }

/* Sub-titles (replaces inline styles) */
.hero-sub { font-weight: 600; font-size: 18px; }
.hero-sub.light { font-weight: 300; }

/* --- 5. OVERLAP STRIP --- */
.overlap-section { position: relative; margin-top: -80px; z-index: 10; }
.value-row { z-index: 10; position: relative; display: flex; width: 100%; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.value-card { flex: 1; padding: 35px 30px; color: var(--white); display: flex; flex-direction: row; align-items: flex-start; gap: 20px; height: 100%; }
.bg-card-1 { background-color: #387EC3; }
.bg-card-2 { background-color: #58AADC; }
.bg-card-3 { background-color: #7AD1EF; }
.value-img-circle { width: 50px; height: 50px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.value-img-circle img { width: 28px; height: 28px; object-fit: contain; }
.value-title { font-weight: 600; text-transform:none; font-size: 18px; margin-bottom: 5px; color: var(--white); }
.value-desc { font-size: 15px; line-height: 1.4; color: rgba(255,255,255,0.95); }
@media (max-width: 768px) { 
    .value-row { flex-direction: column; }
    body .scale-card h2, body section h2 { font-size: 2.8rem;}
    .bottombar .text-left,  .bottombar .text-end { text-align:center !important; }
}

/* --- 6. GLOBAL SECTION UTILS --- */
.section-padding { padding: 100px 0; }
.bg-white { background-color: #ffffff; }
.bg-light-blue { background-color: #F5FBFF; }
.bg-gradient-navy { background: linear-gradient(180deg, #133055 0%, #23507B 100%); color: #fff; }
.bg-navy { background-color: #142d55; }
.bg-second { background-color: #e1faff; }
.bg-cust { background-color: #f5f5f5; }

/* --- 7. SECTION SPECIFIC STYLES --- */
body .pt100{padding-top:100px}
/* Real Time Finance */
/* --- UTILITY: ARROW ICON LIST --- */
.arrow-icon-list li::before {
    content: "\F138" !important;     background: none !important;
}
.miwa-card p span{color: #367FC3;
    font-style: italic;}
.miwacfo .outcome-pill {
    
    background-color: #f4f7fe;
    color: #5b91cb;
    
    border: 1px solid #f4f7fe;
}
.section-realtime { padding: 160px 0 100px 0; background-color: #f0f5f5; position: relative;  z-index: 9; }
.rt-img-wrapper { display: flex; align-items: center; justify-content: center; }
.check-list-blue { list-style: none; padding: 0; margin: 0; }
.check-list-blue li { position: relative; padding-left: 0px; margin-bottom: 15px; color: var(--text-body); font-weight: 500; font-size: 18px; }
.check-list-blue li::before { content: "\F26B"; font-family: "bootstrap-icons"; color: #4179A9; font-size: 20px; font-weight: 400; background: #a4c2e0; padding: 5px; border-radius: 100%; vertical-align: top; margin-right: 9px; }
.section-realtime p { font-size: 18px; }

/* Outcome Pill */
.outcome-pill { display: inline-block; background-color: #dcebf5; color: #1e4169; padding: 10px 20px; border-radius: 6px; margin-top: 20px; border: 1px solid #dcebf5; }
.outcome-pill span { font-weight: 700; }

/* Oversight Cards */
.section-oversight { padding: 100px 0 50px 0; background-color: #ffffff; position: relative; }
.oversight-card { background-color: var(--card-bg-light); border-radius: 20px; padding: 40px 30px; text-align: left; height: 100%; transition: transform 0.3s; border: none; }
.oversight-card:hover { transform: translateY(-5px); }
.oversight-icon-box { width: 70px; height: 70px; background-color: #143055; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; border: 1px solid #143055; }
.oversight-icon-box img{filter: brightness(0) invert(1);}
.oversight-icon-box i { font-size: 32px; color: #1F5FA8; }
.oversight-card h5 { color: var(--navy-card-title); font-size: 24px; margin-bottom: 15px; text-transform: uppercase; }

/* Scenario Intelligence */
.section-scenario { padding: 50px 0 100px 0; background-color: #FFFFFF; }
.scenario-list { list-style: none; padding: 0; margin-top: 20px; }
.scenario-list li { position: relative; padding-left: 25px; margin-bottom: 20px; font-size: 18px; color: var(--navy-solid); font-weight: 600; }
.scenario-list li::before { content: "\F231"; font-family: "bootstrap-icons"; position: absolute; left: 0; top: 4px; font-size: 12px; color: var(--navy-solid); }

/* Unified Narrative (Merged Borders) */
.unified-box { background-color: rgba(35, 80, 123, 0.3); border: 1px solid #ffffff; border-radius: 0; padding: 40px 20px; text-align: center; color: #fff; height: 100%; margin-left: -1px; position: relative; }
.unified-box h5 { text-transform: none; color: #fff; margin: 0; font-size: 18px; }
.unified-box .oversight-icon-box { margin: 0 auto 25px auto; }
.row.g-0 > .col-md-4:first-child .unified-box { border-top-left-radius: 12px; border-bottom-left-radius: 12px; margin-left: 0; }
.row.g-0 > .col-md-4:last-child .unified-box { border-top-right-radius: 12px; border-bottom-right-radius: 12px; }

/* What Changes */
.changes-sec .fs-5 { color: var(--navy-solid); font-weight: 600; }
.benefit-card { background-color: #e1f5fa; border: 1px solid #a2abae; border-radius: 15px; padding: 20px; display: flex; align-items: center; gap: 15px; height: 100%; }
.benefit-icon { color: #143055; font-size: 24px; }
.benefit-text { color: var(--navy-solid); font-weight: 700; margin: 0; font-size: 15px; }

/* Leadership & Scale */
.check-list-blue1 { list-style: none; padding: 0; margin: 0; }
.check-list-blue1 li { position: relative; padding-left: 0px; margin-bottom: 15px; color: var(--text-body); font-weight: 500; font-size: 18px; }
.check-list-blue1 li::before { content: "\F38B"; font-family: "bootstrap-icons"; color: #4179A9; font-size: 20px; font-weight: 400; background: #a4c2e0; padding: 5px; border-radius: 100%; vertical-align: top; margin-right: 9px; }

.scale-card { background-color: #fff; border: 1px solid #9b9b9b; border-radius: 12px; padding: 50px; height: 100%; }
.scale-card h2 { text-transform: none; font-size: 3.5rem; }
.scale-card .check-list-blue li::before { content: "\F309"; background: none; margin-right: 0; padding: 0; }

/* Scale Row Merging */
.scale-row.g-0 { margin-right: 0; margin-left: 0; }
.scale-row > .col-lg-6 { padding: 0; }
.scale-row .scale-card { border-radius: 0; margin-left: -1px; position: relative; }
.scale-row > .col-lg-6:first-child .scale-card { border-top-left-radius: 12px; border-bottom-left-radius: 12px; margin-left: 0; }
.scale-row > .col-lg-6:last-child .scale-card { border-top-right-radius: 12px; border-bottom-right-radius: 12px; }
.scale-row .check-list-blue { display: inline-block; text-align: left; margin-top: 20px; }

/* Integration & CTA */
.integration-logo { filter: grayscale(100%); opacity: 0.6; max-height: 45px; width: auto; }

.cta-input { background-color: #1c4169; border: 1px solid #ffffff; color: #ffffff; border-radius: 8px; padding: 10px 15px; width: 100%; }
.cta-input::placeholder { color: #ffffff !important; opacity: 1; }
.btn-cta-submit { background-color:#00bbba; color: #ffffff; font-weight: 500; border-radius: 10px; padding: 9px 25px; border:0; text-transform: none; width: auto; transition: all 0.3s ease; }
.btn-cta-submit:hover { background-color: #ffffff; color: #1c4169; }

/* FAQ */
/* FAQ */

.faqs{background-color:#fbfcfe}
/* --- FAQ ACCORDION (Rounded Box Design) --- */
/* --- FAQ ACCORDION (Rounded Box & Shadow Design) --- */
.accordion-item {
    border: 1px solid #1430551a !important; 
    background-color: #ffffff !important; 
    border-radius: 12px !important; 
    margin-bottom: 15px !important; 
    overflow: hidden;
    /* Added the requested subtle shadow */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
    transition: box-shadow 0.3s ease;
}

.accordion-button {
    background-color: transparent !important;
    color: #143055 !important; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 20px 25px;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #143055 !important;
    box-shadow: none !important;
}

/* CLOSED STATE: Light Background, Colored Icon */
/* Custom Plus Icon (Closed State) */
.accordion-button::after {
    content: "\F64D" !important; /* Bootstrap Icon Plus-lg */
    font-family: 'bootstrap-icons';
    background-image: none !important;
    background-color: rgba(9, 214, 209, 0.15) !important; /* Light cyan circle */
    color: #09d6d1 !important; /* Cyan icon */
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: normal;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

/* Custom Minus Icon (Open State) */
.accordion-button:not(.collapsed)::after {
    content: "\F63B" !important; /* Bootstrap Icon Dash-lg (Minus) */
    transform: rotate(180deg);
    background-color: #09d6d1 !important; /* Solid cyan circle */
    color: #ffffff !important; /* White icon */
}

.accordion-body {
    /* Changed padding to add 25px to the top so the text doesn't touch the new line */
    padding: 25px; 
    color: #6b7c93; 
    font-size: 1.05rem;
    line-height: 1.7;
    background-color: #ffffff !important;
    
    /* Adds the thin horizontal line matching your box border */
    border-top: 1px solid rgba(20, 48, 85, 0.1); 
}
/* --- 8. SLIDERS & MARQUEE --- */
.section-oversight .owl-nav { display: block !important; }
.section-oversight .owl-nav button.owl-prev, .section-oversight .owl-nav button.owl-next { position: absolute; top: 50%; transform: translateY(-50%); background: transparent !important; color: #c3c3c3 !important; font-size: 3rem !important; border: none; outline: none; padding: 0 !important; margin: 0 !important; opacity: 1 !important; z-index: 10; }
.section-oversight .owl-nav button.owl-prev { left: -50px; }
.section-oversight .owl-nav button.owl-next { right: -50px; }
.section-oversight .item .oversight-card {height:100%; min-height:287px}

.section-oversight  .owl-carousel .owl-item img {
   width:auto;
    max-width: 100%;
    height: auto;
}
.section-oversight .owl-nav button.owl-prev:hover, .section-oversight .owl-nav button.owl-next:hover { color: var(--navy-solid) !important; }
@media (max-width: 1200px) { .section-oversight .owl-nav button.owl-prev { left: -10px; } .section-oversight .owl-nav button.owl-next { right: -10px; } }

.marquee-logo { opacity: 1; filter: grayscale(0%); transition: 0.3s; max-height: 55px; width: auto !important; margin: 0 auto; display: block; }
.marquee-logo:hover { opacity: 0.6; filter: grayscale(100%); }
.container-fluid.p-0 { padding-left: 0; padding-right: 0; overflow: hidden; }

.client-slider .item { display: flex; align-items: center; justify-content: center; height: 80px; }
.client-slider img { max-height: 70px; width: auto !important; opacity: 1; transition: 0.3s; filter: grayscale(0%); }
.client-slider img:hover { opacity: 0.6; filter: grayscale(100%); }

/* --- 9. FOOTER --- */
.footer { 
    background-color: #0b1727; 
    padding: 80px 0 40px 0; 
    color: #a3b1c6; 
    font-size: 16px; 
    border-top: 1px solid #1a2a40; 
}

/* Automatically makes the logo white on the dark background */
.footer { 
    background-color: #143055; 
    padding: 80px 0 40px 0; 
    color: #dbeafe; 
    font-size: 16px; 
    border-top: none; 
}

/* Automatically makes the logo white */
.footer img[src*="logo"] { filter: brightness(0) invert(1); }

.footer h4, .footer .mhfggh { 
    color: #00bbba; 
    margin-bottom: 25px; 
    font-size: 18px; 
    text-transform: capitalize;
    font-family: 'Plus Jakarta Sans', sans-serif; 
    font-weight: 700; 
    letter-spacing: 1px; 
    display: block; 
}

.footer ul { padding: 0; list-style: none; }
.footer ul li { margin-bottom: 15px; }

.footer a { 
    color: #dbeafe; 
    text-decoration: none; 
    transition: all 0.3s ease; 
}

.footer a:hover { 
    color: #00bbba; 
    text-decoration: none; 
}

.footer p { line-height: 1.8; margin-bottom: 0; }

/* Perfect SVG Tailwind Replica for Social Icons */
.footer .social a { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    background-color: rgba(255, 255, 255, 0.1); /* bg-white/10 */
    color: #ffffff; 
    border-radius: 50%; /* rounded-full */
    width: 40px;  /* w-10 */
    height: 40px; /* h-10 */
    transition: all 0.3s ease; /* transition-all */
    padding: 0; 
    border: none;
    box-shadow: none;
}

.footer .social a svg {
    width: 20px; /* w-5 */
    height: 20px; /* h-5 */
}

.footer .social a:hover { 
    background-color: #00bbba; /* hover:bg-[#00bbba] */
    color: #ffffff; /* hover:text-white */
    transform: translateY(-4px); /* hover:-translate-y-1 */
}

/* Bottom Bar */
.bottombar { 
    background-color: #143055; 
    padding: 25px 0; 
    color: #dbeafe; 
    font-size: 15px; 
    border-top: 1px solid rgba(219, 234, 254, 0.1); /* Subtle divider */
}

.bottombar p { margin: 0; }
.bottombar a { color: #dbeafe; text-decoration: none; font-weight: 500; transition: 0.3s ease; }
.bottombar a:hover { color: #00bbba; }
/* Optimized Video Facade */
.video-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 4/3; /* Enforces correct video dimensions */
    background-color: #000;
	
	    box-shadow: 0 0 30px #00bbba / .25), 0 0 60px #00bbba / .1);
}


.hero-section .video-wrapper {
    /* Creates a beautiful double-layered cyan glow */
    box-shadow: 0 0 25px rgba(0, 187, 186, 0.5), 0 0 50px rgba(0, 187, 186, 0.25) !important;
    border: 1px solid rgba(0, 187, 186, 0.4); /* Adds a crisp, subtle cyan edge */
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

/* Intensify the glow when the user hovers over the video */
.hero-section .video-wrapper:hover {
    box-shadow: 0 0 35px rgba(0, 187, 186, 0.8), 0 0 70px rgba(0, 187, 186, 0.4) !important;
}
.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.video-wrapper:hover img {
    transform: scale(1.05);
    opacity: 0.7;
}

.play-btn-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #FF0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    z-index: 2;
}

.play-btn-circle i {
    font-size: 35px;
    color: #ffffff; /* Uses your existing navy variable */
    margin-left: 4px; /* Optical centering for play icon */
}
.video-wrapper:hover .play-btn-circle i{color:#FF0000;}
.video-wrapper:hover .play-btn-circle {
    background-color: #ffffff;
	
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

/* --- MiWa Card Design (CEO Page) --- */
.miwa-card {
    background-color: #e2f5fb;
    border-radius: 28px;
    padding: 48px;
    max-width: 100%;
}

/* Header */
.miwa-header {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.miwa-icon {
    width: 64px;
    height: 64px;
    background-color: #1F3A5F;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.miwa-icon i {
    color: #ffffff;
    font-size: 32px;
}

.miwa-title-block {
    display: flex;
    flex-direction: column;
}

.miwa-title {
    font-size: 36px !important; /* Override global H2 size */
    font-weight: 700 !important;
    color: #1F3A5F !important;
    line-height: 1.2;
    margin: 0 !important;
    text-transform: none !important; /* Override global uppercase */
}

.miwa-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #1F3A5F;
    margin-top: 4px;
}

/* Body Text */
.miwa-text-primary {
    font-size: 18px;
    color: #6B7C86;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 400;
}

.miwa-text-secondary {
    font-size: 18px;
    color: #2F3A42;
    line-height: 1.6;
    margin-top: 18px;
    margin-bottom: 24px; /* Space before first button */
    font-weight: 400;
}

/* Buttons */
.miwa-btn {
   height: 56px;
    background: linear-gradient(90deg, #58a9dc 30%, #e2f5fb 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-left: #377ec3 3px solid;
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin-top: 16px;
    cursor: pointer;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.miwa-btn:first-child {
    margin-top: 0;
}

.miwa-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .miwa-card {
        padding: 28px;
    }
    .miwa-title {
        font-size: 28px !important;
    }
    .miwa-icon {
        width: 48px;
        height: 48px;
    }
    .miwa-icon i {
        font-size: 24px;
    }
}

body .bg-sec{background-color:#f4f6f8}

.gain-ceo .oversight-card {
    background-color: #edf6f9;
    border: 2px solid #a5b1bf;
}

.gain-ceo  .oversight-card h5{ font-weight: bold; font-size: 22px;  text-transform: capitalize;}

.gain-ceo  .oversight-card .oversight-icon-box {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 12px;
      justify-content: left;
    margin-bottom: 15px;
    border: none;
    font-weight: bold;
    color: var(--navy-card-title);
    font-size: 20px;
}

.whyceo h3{font-size: 40px; color:#79d0ef; text-transform:none}

.whychang-sec .fs-4 {
    color: var(--navy-solid);
    font-weight: 500;
}

.whychang-sec{padding-bottom:0}

.splsec{    background: #e2f5fb;
    padding: 0px 0;}
	
.splsec .fs-4 {      border-right: 1px solid #7b7e7e;  line-height: 27px;
    color: var(--navy-solid);
    font-weight: 500;     padding: 15px 0;
}

.splsec  .col-lg-4:last-child .fs-4{border-right:0px}

.lastr	.fs-3{    color: #143055;
    font-weight: 600;}
	
.lastr .fs-4{    color: #143055;
    font-weight: 500;}
	
.lastr  .btn-pill-blue {
    background-color: #367FC3;
    color: var(--white);
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;
    border: none;
}

.lastr .bgnd{    background-color: #eef9fd;
    padding: 30px;
    border-radius: 50px;
    border: 1px solid #377ec3;}
	
/* --- VALUE PROPOSITION SECTION --- */
.value-prop-card {
 background-color: #143055;
    border: 1px solid #f9fafc;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.value-prop-card:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    border-color: #00bbba;
}

.vp-icon-wrap {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.value-prop-card:hover .vp-number{color: #142d55;}

.value-prop-card:hover .vp-content h5{color:#142d55}
.vp-number {
    color: #00bbba; /* Navy Solid */
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
}

.vp-content h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: none; /* Design shows Title Case, not Uppercase */
}
.value-prop-card:hover .vp-content p{color: #6B7C93 !important;}
.vp-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

/* --- CORE CAPABILITIES SECTION --- */
.bg-lightblue {
    background-color: #fbfcfe; /* Slight contrast from white */
}

.core-cap-card {
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 20px;
    padding: 50px 40px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core-cap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(20, 45, 85, 0.08);
    border-color: #d0e3ec;
}

.cap-icon-box {
    width: 60px;
    height: 60px;
    background-color: #142d55; /* Navy Solid */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 25px;
}

.core-cap-card h4 {
    color: #142d55;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    text-transform: none; /* Design shows Title Case */
}

.cap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.border-cyan-custom {
    border-color: #00bbba !important;
}
.cap-list li::marker{display:none; list-style:none}
.cap-list li {
	list-style-type: none !important;
    position: relative;
    padding-left: 25px;
    margin-bottom: 2px;
    color: #5b6d82;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    cursor: default; /* Shows the user the item is interactive */
}

/* The Filled Circle Marker */
.cap-list li::before {
    content: ""; /* Empty content makes it a shape, not an icon */
    position: absolute;
    left: 0;
    top: 10px; /* Vertically aligns with the text */
    width: 8px;
    height: 8px;
    background-color: #203354; /* Your specific color */
    border-radius: 50%; /* Makes it a circle */
    transition: transform 0.3s ease; /* Smooth animation */
}

/* The Animation on Hover */
.cap-list li:hover::before {
    transform: scale(1.6); /* Increases size by 60% on hover */
}

/* --- MIWA DARK SECTION --- */
.miwa-dark-container {
    background-color: #142d55; /* Single unified navy background */
    border-radius: 24px;
    overflow: hidden; /* CRITICAL: Clips the content to the rounded corners */
    color: #ffffff;
    box-shadow: 0 20px 60px rgba(20, 45, 85, 0.15);
    margin-bottom: 50px;
}

.miwa-left-col {
    padding: 60px;
}

.miwa-left-col .btnsdf {      background-color: #03e5d4;
    max-width: fit-content;
    padding: 10px 15px;
    color: #143055;
    border-radius: 15px;}

.miwa-right-col {
    padding: 60px;
    background-color: transparent; /* FIXED: No separate background color */
}

.miwa-right-col .darks{background-color:#0a2342;padding: 40px;
    border-radius: 40px;}

.miwa-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 40px;
    text-transform: none;
}

/* Steps (Left Side) */
.miwa-step {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.step-icon {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
    font-size: 14px;
}

.step-content h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: none;
}

.step-content p {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* Personas (Right Side) */
.persona-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.miwa-right-col .text-new{color:#09d6d1}
.persona-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.persona-role {
    display: block;
    color: #a4ccff; /* Cyan accent */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.persona-desc {
    color: #ffffff;
    font-size: 20px;
  
    margin: 0;
    line-height: 1.3;
}

/* Ensure content fits on mobile */
@media (max-width: 991px) {
    .miwa-left-col {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding: 40px;
    }
    .miwa-right-col {
        padding: 40px;
    }
}

/* --- TRUST & GOVERNANCE --- */
.trust-item {
    padding: 20px;
}

.trust-icon {
    font-size: 70px;
    color: #142d55;
    margin-bottom: 20px;
}

.trust-item h5 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #142d55;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.trust-item p {
    font-size: 16px;
    color: #6B7C93;
    line-height: 1.5;
    margin-bottom: 0;
}

/* --- BUSINESS IMPACT SECTION --- */
.biz{background-color:#f9fafc}
.impact-card {
    background-color: #143055;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #143055;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.impact-card h4{font-size:18px; color:#ffffff}
.impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(20, 45, 85, 0.08);
    border-color: #d0e3ec;
}

.stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 42px;
    background: #ffffff; /* Uses your existing blue gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-desc {
    color: #09d6d1;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

/* Responsive adjustment for stats */
@media (max-width: 768px) {
    .stat-number {
        font-size: 36px;
    }
}

/* --- UTILITY CLASSES (Replaced Inline Styles) --- */
section h2.h2-normal, 
.h2-normal {
	    line-height: 1.3;
    font-size: 2.0rem;
    text-transform: none;
}

h4.h4-capital {
    font-size: 2.0rem;
    text-transform: capitalize;
    color: var(--navy-solid);
}

.text-body-color {
    color: var(--text-body);
}

.cta-form-container {
    max-width: 900px;
    margin: 0 auto;
}

/* --- UTILITY CLASSES FOR LEGAL & MESSAGE PAGES --- */
.hero-section-minimal {
    padding: 80px 0 80px 0;
}

.icon-msg-lg {
    font-size: 4rem; 
    color: #4179A9;
}

.h2-msg-large {
    text-transform: none; 
    font-size: 2.5rem;
}

.img-radius-lg {
    max-width: 90%; 
    border-radius: 15px;
}

.divider-light {
    opacity: 0.1; 
    border-color: var(--navy-solid);
}

.h3-suggested {
    text-transform: none; 
    font-size: 1.8rem;
}

.card-pointer {
    cursor: pointer;
}

.h4-card-title {
    font-size: 1.1rem; 
    color: var(--navy-solid); 
    text-transform: none;
}

.h3-policy-title {
    font-size: 1.8rem; 
    text-transform: none;
}

/* --- UTILITY CLASSES FOR CEO & CFO PAGES --- */
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.text-transform-none { text-transform: none !important; }
.text-white-muted-lg { color: rgba(255, 255, 255, 0.9); font-size: 18px; }
.video-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
/* --- MAP SECTION --- */
.map-iframe {
    border: 0;
    height: 330px;
    width: 100%;
}


/* --- UTILITY CLASSES FOR CFO GOVERNANCE & CHANGES SECTION --- */

/* 2x2 Grid with custom #377ec3 bullet */
.gov-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.gov-list-grid li:hover::before {
    transform: scale(1.6);
}
.gov-list-grid li {
   
	
	
	    list-style-type: none !important;
    position: relative;
    padding-left: 25px;
   
    color: #5b6d82;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    cursor: default;
}

.gov-list-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #203354;
    border-radius: 50%;
	
    transition: transform 0.3s ease;
}

/* Custom Text Color */
.text-custom-blue, form .text-danger {
    color: #143055 !important;
}
.value-prop-card:hover .vp-content h3 {
    color: #142d55 !important;
}
/* Numbered Box List */
.numbered-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Adds the requested gap between items */
}

.numbered-box-list li {
    background-color: #102a4d;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.numbered-box-list .num-circle {
    background-color: #00bbba;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}


/* --- UTILITY: BREADCRUMBS (HERO SECTION) --- */
.bicxo-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.bicxo-breadcrumb li {
    display: flex;
    align-items: center;
}

.bicxo-breadcrumb li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.bicxo-breadcrumb li a:hover {
    color: #ffffff; /* Turns solid white on hover */
}

.bicxo-breadcrumb li::after {
    content: "/"; /* The separator */
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.4);
}

.bicxo-breadcrumb li:last-child::after {
    content: ""; /* Removes the slash after the last item */
    margin: 0;
}

.bicxo-breadcrumb li:last-child {
    color: #ffffff; /* Active page is solid white */
    font-weight: 600;
}


/* --- UTILITY: INTERACTIVE HOVER BULLETS --- */
.solid-hover-bullet {
    list-style: none;
    padding-left: 0;
}

.solid-hover-bullet li {
    position: relative;
    padding-left: 24px;
    transition: all 0.3s ease;
}

.solid-hover-bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px; /* Centers the bullet with the text */
    width: 10px;
    height: 10px;
    background-color: #377ec3; /* Brand blue color */
    border-radius: 50%;
    transition: transform 0.3s ease; /* Smooth growing animation */
}

/* The hover effect that makes the bullet go big */
.solid-hover-bullet li:hover::before {
    transform: scale(1.8); 
}

/* --- UTILITY: MENU DROPDOWN SIZES --- */
.dropdown-menu.mega-3 { 
    min-width: 900px; 
    left: -100px; /* Slight offset so it sits perfectly under Product */
    right: auto; 
    transform: none; 
}
.dropdown-menu.mega-2 { 
    min-width: 600px; 
    left: auto; 
    right: 0; /* Aligns to the right edge of 'Solutions' so it doesn't go off-screen */
    transform: none; 
}
.dropdown-menu.standard { 
    min-width: 220px; 
    left: 0; 
    right: auto; 
}

.dropdown-header { 
    font-size: 14px; 
    color: var(--navy-solid); 
    margin-bottom: 5px; 
    border-bottom: 1px solid #e1e8ed; 
    padding-bottom: 10px; 
    padding-left: 15px;  text-transform: capitalize;
}

/* CRITICAL FIX FOR OVERLAPPING TEXT */
.dropdown-menu.mega-3 .dropdown-item,
.dropdown-menu.mega-2 .dropdown-item {
    white-space: normal; /* Forces long text to wrap inside its column! */
    line-height: 1.4;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Mobile fixes for new menus */
@media (max-width: 991px) {
    .dropdown-menu.mega-3, .dropdown-menu.mega-2, .dropdown-menu.standard { 
        min-width: 100%; 
        left: 0; 
        right: 0;
        transform: none; 
    }
}

/* --- UTILITY: LARGE STEP CIRCLES --- */
.step-circle-lg {
    width: 45px;
    height: 45px;
    font-size: 20px;
    background-color: #00bbba; /* Brand blue */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}


/* --- UTILITY: RESULT PROP CARD (Matches Homepage Value Prop Style) --- */
.result-prop-card {
    background-color: #143055;
    border: 1px solid #f9fafc;
    border-radius: 12px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    color: #ffffff; 
    font-size: 16px;
}

.result-prop-card:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    border-color: #00bbba;
    color: #6B7C93; /* Changes text to body color on hover */
}

.result-prop-card .result-label {
    color: #00bbba; /* Cyan text by default */
    font-weight: 700;
    transition: color 0.3s ease;
}

.result-prop-card:hover .result-label {
    color: #142d55; /* Turns dark navy on hover */
}

/* --- UTILITY: CYAN BADGE (Matches homepage .btnsdf) --- */
.badge-cyan {
    background-color: #03e5d4;
    max-width: fit-content;
    padding: 10px 20px;
    color: #143055;
    border-radius: 15px;
    display: inline-block;
    font-weight: 600;
	font-size:20px;
}

/* --- UTILITY: CYAN TEXT HIGHLIGHT --- */
.text-highlight-cyan {
    color: #00bbba;
    font-weight: 700;
    transition: color 0.3s ease;
}

/* Make it flip to dark navy when the parent card is hovered */
.value-prop-card:hover .text-highlight-cyan {
    color: #142d55;
}

.value-prop-card:hover i,  .value-prop-card:hover h5 {    color: #142d55 !important;}

.value-prop-card:hover hr  {    border-color: #142d55 !important;}


/* --- PURE CSS INFINITE MARQUEES (Replaces Owl Carousel) --- */
.css-marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.css-marquee-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
}

/* Margins define the gap between items */
.track-margin-50 .item { margin-right: 50px; flex-shrink: 0; }
.track-margin-10 .item { margin-right: 10px; flex-shrink: 0; }

/* The hardware-accelerated animations */
.anim-ltr { animation: marqueeLTR 40s linear infinite; }
.anim-rtl { animation: marqueeRTL 40s linear infinite; }
.anim-ltr-slow { animation: marqueeLTR 50s linear infinite; }

/* Pause on hover */
.css-marquee-container:hover .css-marquee-track {
    animation-play-state: paused;
}

@keyframes marqueeLTR {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Shifts exactly half the track to loop perfectly */
}

@keyframes marqueeRTL {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* --- NATIVE CSS CAROUSEL (For Clients) --- */
.native-carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    -ms-overflow-style: none; /* Hides scrollbar in IE/Edge */
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.native-carousel-container::-webkit-scrollbar {
    display: none; /* Hides scrollbar in Chrome/Safari */
}

.native-carousel-container .item {
    flex: 0 0 calc(100% / 6); /* Shows EXACTLY 6 on Desktop */
    scroll-snap-align: start;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Show 3 on tablets, 2 on mobile */
@media (max-width: 991px) {
    .native-carousel-container .item { flex: 0 0 calc(100% / 3); }
}
@media (max-width: 767px) {
    .native-carousel-container .item { flex: 0 0 calc(100% / 2); }
}

/* Force Original Colors (Overrides any grayscale filters) */
.client-logo-colored {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    transition: transform 0.3s ease;
}
.client-logo-colored:hover {
    transform: scale(1.05); /* Slight pop effect on hover */
}


/* --- RESPONSIVE FIXES & OVERFLOW PREVENTION --- */
html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

/* Tablet Adjustments */
@media (max-width: 991px) {
    .hero-title { font-size: 42px !important; }
    section h2, .h2-normal { font-size: 2.5rem !important; }
    .hero-section { padding: 70px 0 !important; }
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .hero-title { 
        font-size: 34px !important; 
        line-height: 1.2 !important; 
    }
	.value-prop-card{justify-content: start !important;}
	.oversight-icon-box {
    width: 50px;
    height: 50px;}
    section h2, .h2-normal { 
        font-size: 1.5rem !important; 
    }
    .section-padding { 
        padding: 60px 0 !important; 
    }
    
    /* Centers the hero section on small screens for better readability */
    .hero-section { text-align: center; }
    .hero-section .btn { width: 100%; margin-top: 20px; }
    .bicxo-breadcrumb { justify-content: center; }
}


/* --- MOBILE MENU POLISH (Left Align & Compact Spacing) --- */
@media (max-width: 991px) {
    /* 1. Force Left Alignment */
    .navbar-collapse {
        text-align: left !important;
    }
    .navbar-nav {
        align-items: flex-start !important;
        width: 100%;
        padding-top: 15px;
    }
    .nav-item {
        width: 100%;
        text-align: left;
    }
    .nav-link {
        padding: 10px 0 !important; 
        margin: 0 !important; 
        display: block;
        font-size: 18px;
        font-weight: 500;
    }

    /* 2. Fix Submenu Gaps & Styling */
    .dropdown-menu {
        margin-top: 0 !important; /* Removes the large gap */
        padding: 0 0 15px 15px !important; /* Indents the submenu slightly for a nested look */
        background-color: transparent !important; /* Removes the white box look */
        box-shadow: none !important;
    }
    
    /* 3. Disable Desktop Hover Bridge on Mobile (This removes the weird invisible gap) */
    .dropdown-menu::before {
        display: none !important;
    }

    /* 4. Tighten Submenu Links */
    .dropdown-item {
        padding: 8px 0 !important;
        font-size: 16px;
        color: #5b6d82;
    }
    .dropdown-item:hover {
        background-color: transparent; /* Prevents awkward gray highlight blocks on mobile */
        transform: translateX(5px);
    }
    
    /* 5. Submenu Headers */
    .dropdown-header {
        padding-left: 0 !important;
        margin-top: 15px;
        font-size: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
}

 .result-prop-card .cap-list li { color: inherit !important; } /* Inherits the white/gray text swap from the card */
                    .result-prop-card .cap-list li::before { background-color: #00bbba; } /* Cyan bullet on dark bg */
                    .result-prop-card:hover .cap-list li::before { background-color: #203354; } /* Navy bullet on white bg */
					
 .trsd .cap-list li { color: rgba(255, 255, 255, 0.85) !important; font-weight: 400; }
            .trsd .cap-list li::before { background-color: #00bbba; }
			
.trsd .cap-list li:hover::before {
    background-color: #ffffff;
}


/* --- BiCXO Custom Dark & Hover Styles --- */

/* Dark split-screen background color */
.bg-miwa-dark-split { 
    background-color: #0a2342; 
}

/* Custom Navy Text Override */
.text-miwa-navy { 
    color: #203354 !important; 
}

/* Fixes Cap-List visibility inside the Dark MiWa Container */
.miwa-dark-container .cap-list li { 
    color: rgba(255, 255, 255, 0.85) !important; 
    font-weight: 400; 
}
.miwa-dark-container .cap-list li::before { 
    background-color: #00bbba; 
}

/* Adapts Cap-List colors for the hover-effect on Result Prop Cards */
.result-prop-card .cap-list li { 
    color: inherit !important; 
} 
.result-prop-card .cap-list li::before { 
    background-color: #00bbba; 
} 
.result-prop-card:hover .cap-list li::before { 
    background-color: #203354; 
}