html {
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    width: 100%;
}

[data-aos] {
    overflow: hidden;
}

img,
iframe {
    max-width: 100%;
    height: auto;
}

:root {
    --body-dark: #1F2937;
    --first: #56b62b;
    --second: #4aa63c;
    --third: #3A86C8;
    --forth: #1e63ac;
    --fifth: #e6edf5;
    --sixth: #DEE7F1;
    --seventh: #EEF3F8;
    --eigth: #f3f3f3;
    --navy: #0b1c2c;
    --blue: #1e63ac;
    --green: #56b62b;
    --amber: #f59e0b;
    --light: #f8fafc;
    --white: #ffffff;
    --text: #1f2937;
    --muted: #64748b;
    --nine: #0d2b4e;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Figtree:ital,wght@0,300..900;1,300..900');
body {
    /* font-family: 'Figtree', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; */
    font-family: 'Inter', system-ui, sans-serif;
    margin: 0;
    background-color: var(--bg-body);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.roboto {
    font-family: "Roboto", sans-serif;
}

.calibri {
    font-family: Calibri, sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
.orbitron {
    font-family: "Orbitron", sans-serif;
}

.bg-body {
    background: var(--bg-body) !important;
}

.bg-first {
    background-color: var(--first) !important;
}

.bg-second {
    background-color: var(--second) !important;
}

.bg-third {
    background-color: var(--third) !important;
}

.bg-forth {
    background-color: var(--forth) !important;
}

.bg-fifth {
    background-color: var(--fifth) !important;
}

.bg-sixth {
    background-color: var(--sixth) !important;
}

.bg-seventh {
    background-color: var(--seventh) !important;
}

.bg-eigth {
    background-color: var(--eigth) !important;
}

.body-dark {
    background-color: var(--body-dark) !important;
}

.bg-gradient-first {
    background: linear-gradient(135deg, var(--first), var(--second)) !important;
}

.bg-gradient-second {
    background: linear-gradient(135deg, #F6F9FC 0%, #EEF3F8 35%, #E6EDF5 65%, #DEE7F1 100%) !important;
}

.bg-gradient-blue {
    background: linear-gradient(160deg, var(--third) 0%, var(--forth) 45%, #165A91 100%);
    position: relative;
}

.bg-gradient-light {
    background: linear-gradient(160deg, var(--fifth) 0%, var(--sixth) 45%, var(--seventh) 100%);
    position: relative;
}

.bg-gradient-blue::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08), transparent 40%);
    pointer-events: none;
}

.bg-gradient-blue h2 {
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.bg-gradient-blue>.container p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.bg-gradient-first1 {
    background: linear-gradient(135deg, rgba(30, 99, 172, .4), rgba(30, 99, 172, .3));
}

.bg-gradient-second1 {
    background: linear-gradient(135deg, rgba(74, 166, 60, .01), rgba(74, 166, 60, .075));
}

.bg-transparent-1 {
    background: rgba(31, 111, 178, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(31, 111, 178, 0.3);
    color: #ffffff;
}

.bg-gradient-alert {
    background: rgba(217, 119, 6, 0.04);
}

.bg-gradient-success {
    background: rgba(86, 182, 43, 0.04);
}

.text-first {
    color: var(--first) !important;
}

.text-second {
    color: var(--second) !important;
}

.text-third {
    color: var(--third) !important;
}

.text-forth {
    color: var(--forth) !important;
}

.text-fifth {
    color: #1e63ac !important;
}

.text-sixth {
    color: #f59e0b;
}

.text-nine {
    color: var(--nine) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-amber {
    color: var(--amber) !important;
}

.border-first {
    border-color: var(--first) !important;
}

.border-second {
    border-color: var(--second) !important;
}

.border-third {
    border-color: var(--third) !important;
}

.border-forth {
    border-color: var(--forth) !important;
}

.border-top-1 {
    border-top-width: 1px !important;
}

.border-top-2 {
    border-top-width: 2px !important;
}

.border-top-3 {
    border-top-width: 3px !important;
}

.border-top-4 {
    border-top-width: 4px !important;
}

.border-top-5 {
    border-top-width: 5px !important;
}

.border-bottom-1 {
    border-bottom-width: 1px !important;
}

.border-bottom-2 {
    border-bottom-width: 2px !important;
}

.border-bottom-3 {
    border-bottom-width: 3px !important;
}

.border-bottom-4 {
    border-bottom-width: 4px !important;
}

.border-bottom-5 {
    border-bottom-width: 5px !important;
}

.border-start-1 {
    border-left-width: 1px !important;
}

.border-start-2 {
    border-left-width: 2px !important;
}

.border-start-3 {
    border-left-width: 3px !important;
}

.border-start-4 {
    border-left-width: 4px !important;
}

.border-start-5 {
    border-left-width: 5px !important;
}

.border-end-1 {
    border-right-width: 1px !important;
}

.border-end-2 {
    border-right-width: 2px !important;
}

.border-end-3 {
    border-right-width: 3px !important;
}

.border-end-4 {
    border-right-width: 4px !important;
}

.border-end-5 {
    border-right-width: 5px !important;
}

.btn-first {
    background-color: var(--first);
    color: var(--bs-light);
    border: 2px solid var(--first);
}

.btn-first:hover {
    background-color: transparent;
    color: var(--first);
    border: 2px solid var(--first);
}

.btn-second {
    background-color: var(--second);
    color: var(--bg-dark);
    border: 2px solid var(--second);
}

.btn-second:hover {
    background-color: transparent;
    color: var(--second);
    border: 2px solid var(--second);
}

.btn-third {
    background-color: var(--third);
    color: var(--bs-light);
    border: 2px solid var(--third);
}

.btn-third:hover {
    background-color: transparent;
    color: var(--third);
    border: 2px solid var(--third);
}

.btn-forth {
    background-color: var(--forth);
    color: var(--bs-light);
    border: 2px solid var(--forth);
}

.btn-forth:hover {
    background-color: transparent;
    color: var(--forth);
    border: 2px solid var(--forth);
}

.btn-outline-first {
    background-color: transparent;
    color: var(--first);
    border: 2px solid var(--first);
    transition: all 0.3s ease;
}

.btn-outline-first:hover {
    background-color: var(--first);
    color: var(--bs-dark);
}

.btn-outline-second {
    background-color: transparent;
    color: var(--second);
    border: 2px solid var(--second);
    transition: all 0.3s ease;
}

.btn-outline-second:hover {
    background-color: var(--second);
    color: var(--forth);
}

.btn-outline-third {
    background-color: transparent;
    color: var(--third);
    border: 2px solid var(--third);
    transition: all 0.3s ease;
}

.btn-outline-third:hover {
    background-color: var(--third);
    color: var(--bs-light);
}

.btn-outline-forth {
    background-color: transparent;
    color: var(--forth);
    border: 2px solid var(--forth);
    transition: all 0.3s ease;
}

.btn-outline-forth:hover {
    background-color: var(--forth);
    color: var(--third);
}

.btn-custome {
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), #2B7DD4);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s;
    box-shadow: 0 2px 8px rgba(30, 99, 172, 0.2);
    font-family: inherit;
}

.p-50 {
    padding: 50px;
}

.p-100 {
    padding: 100px;
}

.p-150 {
    padding: 150px;
}

.p-200 {
    padding: 200px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mx-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

@media (max-width: 768px) {
    .mt-sm-10 {
        margin-top: 10px;
    }
    .mt-sm-20 {
        margin-top: 20px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
    .mt-sm-50 {
        margin-top: 50px;
    }
}

.cus-mt-n50 {
    margin-top: -50px;
}

.cus-mt-n100 {
    margin-top: -100px;
}

.cus-mt-n150 {
    margin-top: -150px;
}

.cus-mt-n200 {
    margin-top: -200px;
}

.cus-mt-n250 {
    margin-top: -250px;
}

.cus-mb-n50 {
    margin-bottom: -50px;
}

.cus-mb-n100 {
    margin-bottom: -100px;
}

.cus-mb-n150 {
    margin-bottom: -150px;
}

.cus-mb-n200 {
    margin-bottom: -200px;
}

.cus-mb-n250 {
    margin-bottom: -250px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-250 {
    max-width: 250px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-900 {
    max-width: 900px;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-w-1100 {
    max-width: 1100px;
}

.max-w-1200 {
    max-width: 1200px;
}

.max-w-1400 {
    max-width: 1400px;
}

.max-h-100 {
    max-height: 100px;
}

.max-h-150 {
    max-height: 150px;
}

.min-h-165 {
    min-height: 165px;
}

.min-h-200 {
    min-height: 200px;
}

.max-h-200 {
    max-height: 200px;
}

.max-h-250 {
    max-height: 250px;
}

.max-h-300 {
    max-height: 300px;
}

.max-h-400 {
    max-height: 400px;
}

.max-h-500 {
    max-height: 500px;
}

.max-h-600 {
    max-height: 600px;
}

.max-h-700 {
    max-height: 700px;
}

.max-h-800 {
    max-height: 800px;
}

.max-h-900 {
    max-height: 900px;
}

.max-h-1000 {
    max-height: 1000px;
}

.min-h-100 {
    min-height: 100px;
}

.min-h-150 {
    min-height: 150px;
}

.min-h-200 {
    min-height: 200px;
}

.min-h-250 {
    min-height: 250px;
}

.min-h-300 {
    min-height: 300px;
}

.min-h-400 {
    min-height: 400px;
}

.min-h-500 {
    min-height: 500px;
}

.min-h-600 {
    min-height: 600px;
}

.min-h-700 {
    min-height: 700px;
}

.min-h-800 {
    min-height: 800px;
}

.min-h-900 {
    min-height: 900px;
}

.min-h-1000 {
    min-height: 1000px;
}

.min-vh-100 {
    min-height: 100vh;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.w-350 {
    width: 350px !important;
}

.h-150 {
    height: 150px !important;
}

.h-200 {
    height: 200px !important;
}

.h-250 {
    height: 250px !important;
}

.h-300 {
    height: 300px !important;
}

.h-350 {
    height: 350px !important;
}

.fs-70 {
    font-size: 70px;
}

.fs-60 {
    font-size: 60px;
}

.fs-54 {
    font-size: 54px;
}

.fs-50 {
    font-size: 50px;
}

.fs-42 {
    font-size: 42px;
}

.fs-40 {
    font-size: 40px;
}

.fs-36 {
    font-size: 36px;
}

.fs-32 {
    font-size: 32px;
}

.fs-28 {
    font-size: 28px;
}

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-10 {
    z-index: 10 !important;
}

.z-50 {
    z-index: 50 !important;
}

.z-100 {
    z-index: 100 !important;
}

.z-200 {
    z-index: 200 !important;
}

.z-300 {
    z-index: 300 !important;
}

.z-400 {
    z-index: 400 !important;
}

.z-500 {
    z-index: 500 !important;
}

.z-1000 {
    z-index: 1000 !important;
}

.shadow-first {
    box-shadow: 0 4px 6px rgba(0, 49, 135, 0.3), 0 1px 3px rgba(0, 49, 135, 0.2);
}

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.container-medium {
    max-width: 960px;
    margin: 0 auto;
}

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
}

.img-max-100 {
    max-width: 100%;
    height: auto;
}

.img-max-75 {
    max-width: 75%;
    height: auto;
}

.img-max-50 {
    max-width: 50%;
    height: auto;
}

.img-max-25 {
    max-width: 25%;
    height: auto;
}


/* =====================================================
   PRELOADER
===================================================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background: #ffffff;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-inner img {
    width: 240px;
    animation: pulse 1.2s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}


/* =====================================================
   NAVBAR
===================================================== */

body.authenticated #mainNavbar {
    top: 34px;
}

.logo {
    width: 240px;
}

@media (max-width: 768px) {
    .logo {
        width: 120px;
    }
}

#mainNavbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#mainNavbar .nav-link {
    color: var(--bs-dark) !important;
    font-weight: 500;
    padding: 8px 1.5rem;
    border-radius: 50rem;
    background-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-badge {
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    background: rgba(217, 119, 6, 0.08);
    color: var(--amber);
    border: 1px solid rgba(217, 119, 6, 0.2);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#mainNavbar .nav-link:hover {
    background-color: var(--forth);
    color: var(--bs-light) !important;
}

@media (max-width: 992px) {
    #mainNavbar {
        padding-top: 0;
    }
}


/* =====================================================
   BACK TO TOP
===================================================== */

#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 0;
}


/* =====================================================
   CENTER Fullscreen
===================================================== */

.center-fullscreen {
    position: relative;
    min-height: 100vh;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F6F9FC 0%, #EEF3F8 35%, #E6EDF5 65%, #DEE7F1 100%);
}

.center-fullscreen::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 480px;
    background: url("../images/network.png") no-repeat;
    background-size: contain;
    opacity: 0.25;
    pointer-events: none;
}


/* =====================================================
   HOME PAGE BANNER
===================================================== */

.banner-dashboard-3d {
    width: 100%;
    max-width: 1000px;
    height: 920px;
    margin: auto;
    perspective: 1200px;
}

@media (max-width: 1024px) {
    .banner-dashboard-3d {
        max-width: 90%;
        height: 860px;
        perspective: 900px;
    }
}

@media (max-width: 768px) {
    .banner-dashboard-3d {
        max-width: 95%;
        height: 540px;
        perspective: 700px;
    }
}

@media (max-width: 480px) {
    .banner-dashboard-3d {
        max-width: 100%;
        height: 320px;
        perspective: 600px;
    }
}

.grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    transform-style: preserve-3d;
}

.row {
    align-items: flex-start;
}

.tile {
    background-image: url('/images/dashboard.png');
    background-size: 400% 300%;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
}

.tile:nth-child(1) {
    background-position: 0% 0%;
}

.tile:nth-child(2) {
    background-position: 33.33% 0%;
}

.tile:nth-child(3) {
    background-position: 66.66% 0%;
}

.tile:nth-child(4) {
    background-position: 100% 0%;
}

.tile:nth-child(5) {
    background-position: 0% 50%;
}

.tile:nth-child(6) {
    background-position: 33.33% 50%;
}

.tile:nth-child(7) {
    background-position: 66.66% 50%;
}

.tile:nth-child(8) {
    background-position: 100% 50%;
}

.tile:nth-child(9) {
    background-position: 0% 100%;
}

.tile:nth-child(10) {
    background-position: 33.33% 100%;
}

.tile:nth-child(11) {
    background-position: 66.66% 100%;
}

.tile:nth-child(12) {
    background-position: 100% 100%;
}


/* =====================================================
   UTILITIES
===================================================== */

.min-vh-85 {
    min-height: 85vh;
}

@media (max-width: 768px) {
    .min-md-h-auto {
        min-height: auto !important;
    }
    .my-md-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}


/* =====================================================
   CAROUSEL CONTROLS
===================================================== */

.carousel-control-prev,
.carousel-control-next {
    width: 48px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
}


/* =====================================================
   CARDS (GENERAL)
===================================================== */

.cus-card {
    border-radius: 14px;
    border: none;
    background: #ffffff;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.cus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    background: var(--seventh);
}

.card-icon {
    background: var(--fifth);
    padding: 10px;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cus-card i {
    color: var(--first);
    font-size: 24px;
    transition: color 0.3s ease;
    margin-bottom: 0%;
}

.cus-card:hover i {
    color: var(--bs-dark);
}

.cus-card h3 {
    transition: color 0.3s ease;
}

.cus-card:hover h3 {
    color: var(--second);
}


/* =====================================================
   CAREERS SECTION
===================================================== */

.career-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.career-subtitle {
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1.5rem;
}

.career-block-title {
    font-weight: 600;
    color: #1F6FB2;
    margin-bottom: 0.75rem;
}

.career-list {
    list-style: none;
    padding-left: 0;
}

.career-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0.75rem;
    color: #1F2937;
}

.career-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #5FBF4A;
    font-weight: 600;
}

.career-divider {
    height: 1px;
    border: none;
    background: var(--forth);
    margin: 2rem 0;
}

.career-footer {
    color: #374151;
}

.career-email {
    display: inline-block;
    color: #1F6FB2;
    font-weight: 500;
    text-decoration: none;
}

.career-email:hover {
    text-decoration: underline;
}


/* =====================================================
   SECTION HELPERS
===================================================== */

.bg-gradient-blue h2 {
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.section-divider {
    width: 80px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 auto;
}

.culture-card {
    background-color: var(--seventh);
    border: none;
    border-radius: 20px;
    padding: 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.culture-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card-header-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.card-header {
    padding: 14px 20px;
    background: linear-gradient(135deg, var(--blue), #2B7DD4);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-body {
    padding: 28px;
    border-radius: 16px;
    transition: all 0.3s;
}

.styled-list {
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
}

.styled-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
}

.styled-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #6b7280;
}

.bg-success-subtle {
    background-color: rgba(34, 197, 94, 0.12);
}

.bg-danger-subtle {
    background-color: rgba(239, 68, 68, 0.12);
}

.bg-light-navy {
    background: #0D2B4E;
}

.typing-wrapper {
    color: var(--forth);
    font-weight: 700;
    white-space: nowrap;
}

.cursor {
    display: inline-block;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%,
    50% {
        opacity: 1;
    }
    50.01%,
    100% {
        opacity: 0;
    }
}

.custom-box {
    text-align: center;
    border-radius: 0;
    border-width: 2px;
    height: 100%;
    border-right: 0;
}

.custom-box:not(:last-child) {
    border-right: 2px;
}

@media (max-width: 768px) {
    .custom-box {
        border-right: 2px;
        border-bottom: 2px;
    }
    .custom-box:last-child {
        border-bottom: 2px;
    }
}

.image-wrapper {
    height: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f4ff, #e6f7f1);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.image-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.card:hover .image-wrapper img {
    transform: scale(1.05);
}

.card:nth-child(odd) .image-wrapper {
    background: linear-gradient(135deg, #fff1eb, #ace0f9);
}

.card:nth-child(even) .image-wrapper {
    background: linear-gradient(135deg, #e0c3fc, #8ec5fc);
}

@media (max-width: 768px) {
    .image-wrapper {
        height: 160px;
    }
}

.modal-content {
    animation: popupFade 0.4s ease;
}

@keyframes popupFade {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* =====================================================
   My css
===================================================== */

.problem-strip {
    background-color: #ffffff;
    padding: 80px 0;
}

.problem-stat {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b1c2c;
    margin-bottom: 10px;
}

.cta-pill {
    /* background: linear-gradient(135deg, #0d6efd, #0b5ed7); */
    background-color: #56b62b;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.25);
    transition: all 0.3s ease;
}

.cta-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.35);
}

.problem-desc {
    font-size: 1rem;
    color: #64748b;
    max-width: 280px;
    margin: 0 auto;
}

.problem-footer {
    font-size: 1.1rem;
    font-weight: 500;
    color: #0b1c2c;
}

.gap-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gap-problem {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.gap-solution {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}

.gap-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.ba-num {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
}

.gap-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

h2.section-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.section-title {
    color: var(--nine);
    font-weight: 900 !important;
}

.tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 12px;
}

.tag-green {
    color: #00ff00;
}

.tag-line {
    font-size: 18px;
    color: #1e63ac;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}

.section-sub2 {
    font-size: 15px;
    color: var(--muted);
    max-width: 520px;
    line-height: 1.7;
    padding-left: 85px;
    margin-bottom: 32px;
}

.section-sub {
    font-size: 15px;
    color: var(--muted);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 32px;
    /* padding-left: 85px; */
}


/* =====================================================
   PERSONA CARDS (SECTION 8)
===================================================== */

.persona-role {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.persona-pain {
    font-size: 12px;
    color: var(--muted);
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 14px;
}

.persona-fix {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.text-highlight {
    color: #56b62b;
    /* or your theme primary */
    font-weight: 600;
}

.text-highlight-soft {
    background: rgba(13, 110, 253, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
}

.industry-icon {
    font-size: 28px;
    color: #56b62b;
    margin-bottom: 12px;
}


/* =====================================================
   HERO SECTION (FINAL CLEAN VERSION)
===================================================== */

.hero {
    position: relative;
    /* min-height: 100vh; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 140px 20px 100px;
    background: linear-gradient(135deg, #f6f9fc 0%, #eef3f8 100%);
    /* background: url(../images/AdobeStock.webp); */
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-align: center;
}

.hero-stat-desc {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 30px;
}

.hero-punch {
    font-size: 2.2rem;
    font-weight: 700;
    color: #00ff00;
    /* green accent */
    margin-bottom: 20px;
    letter-spacing: 1px;
    /* 3D depth */
    /* text-shadow: 0 1px 0 #3c3c3c, 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.hero-sub {
    /* font-size: 1.2rem; */
    /* opacity: 0.85;
    max-width: 700px;
    margin: 0 auto 20px;
    display: flex; */
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 25px;
    /* font-weight: 700; */
    /* background: rgba(51, 84, 204, 0.3); */
    /* color: #ffffff85 */
    /* border: 1px solid rgba(217, 119, 6, 0.2); */
    /* letter-spacing: 0.5px; */
    /* text-transform: uppercase; */
    margin-bottom: 25px;
}

.hero-sub .card {
    display: inline;
}

.hero-cta .btn-primary {
    background-color: #1e63ac;
    border: none;
}

.hero-cta .btn-primary:hover {
    background-color: #1e63ac;
}

.hero-cta .btn-outline-light:hover {
    background-color: #ffffff;
    color: #0b1c2c;
}

@media (max-width: 768px) {
    .hero-stat {
        font-size: 3rem;
    }
    .hero-punch {
        font-size: 1.5rem;
    }
    .hero-sub {
        font-size: 1rem;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    /* max-width: 800px; */
    margin: auto;
}

.hero-source {
    /* display: flex; */
    display: inline-block;
    font-size: 10px;
    color: var(--muted);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-align: right;
    margin-left: auto;
    padding-left: 2px;
}

.hero-subline {
    font-size: 17px;
    margin-bottom: 40px;
}


/* Background Elements (keep subtle) */

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(30, 99, 172, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 99, 172, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.demo-section .orb-card {
    position: absolute;
    left: 32px;
    top: 25%;
    transform: translateY(-50%);
}

.orb-card {
    position: absolute;
    right: 32px;
    top: 40%;
    transform: translateY(-50%);
}

.orb-card img {
    width: 320px;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.orb-card {
    animation: float 4s ease-in-out infinite;
}

.orb-card img:hover {
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.3);
}

@media (max-width: 1244px) {
    .orb-card {
        display: none;
    }
}


/* Typography */

.hero-stat {
    font-size: clamp(48px, 10vw, 90px);
    font-weight: 900;
    background: linear-gradient(90deg, #0D2B4E, #1e63ac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: 40px;
}

.hero-punch {
    font-size: 26px;
    font-weight: 700;
    color: var(--green);
    margin: 20px 0;
}

.hero-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}


/* ================= MOBILE ================= */

@media (max-width: 992px) {
    .hero {
        padding: 80px 0 40px;
        text-align: center;
    }
    .hero-stat {
        font-size: 48px;
    }
    .hero-punch {
        font-size: 20px;
    }
    .hero-sub {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner-dashboard {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 140px 0 30px;
    }
}


/* ================= SMALL MOBILE ================= */

@media (max-width: 576px) {
    .hero {
        padding: 120px 0 30px;
    }
    .hero-stat {
        font-size: 36px;
    }
    .hero-punch {
        font-size: 18px;
    }
}


/* section stats */

.stat-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s;
    padding: 28px;
    border-radius: 16px;
    border-top: 3px solid;
    position: relative;
    overflow: hidden;
    min-height: 165px;
}

.first .stat-card {
    border-color: var(--blue);
}

.second .stat-card {
    border-color: var(--navy);
}

.third .stat-card {
    border-color: var(--green);
}

.stat-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.08;
}

.first .stat-card::after {
    background: var(--blue);
}

.second .stat-card::after {
    background: var(--navy);
}

.third .stat-card::after {
    background: var(--green);
}

.stat-num {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 13px;
    color: var(--text);
    margin-bottom: 8px;
    line-height: 1.5;
}

.stat-subline {
    text-align: center;
    font-size: 14px;
    color: var(--muted);
    margin-top: 24px;
    font-style: italic;
}

.stat-src {
    font-size: 10px;
    color: var(--muted);
    font-weight: 500;
}

.mod-name {
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
}

.mod-badge {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.mod-pain {
    font-size: 12px;
    color: var(--muted);
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.6;
}

.mod-fix {
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}

.mod-metric {
    font-size: 12px;
    color: var(--green);
    font-weight: 700;
}

#exploreBtn {
    color: var(--blue);
    font-weight: 700;
    cursor: pointer;
}

.closer {
    background: var(--navy);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.closer-content {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 24px;
}

.closer-quote {
    font-size: 22px;
    color: var(--white);
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 16px;
}

.closer-author {
    font-size: 13px;
    color: var(--green);
    font-weight: 600;
    margin-bottom: 28px;
}

.trust-badges {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.trust-badge {
    padding: 4px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
}

.closer-statement {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 24px;
    line-height: 1.7;
}

.demo-section {
    background: url(../images/industry.jpg);
    background-size: cover;
    position: relative;
}

.demo-section .demo-overlap {
    position: absolute;
    top: 0%;
    left: 0%;
    background: linear-gradient(rgba(30, 99, 172, 0.7), rgba(13, 43, 78, .9));
    width: 100%;
    height: 100%;
}

.demo-section2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/industry2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.demo-section2 label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
}

.demo-section2 h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
}

.demo-section3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background2.webp');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-tag {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px
}

.bg-founder {
    background: url(../images/background1.png);
    background-size: cover;
}

.founder-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(13, 110, 253, 0.2);
}

.founder-box {
    text-align: center;
    padding: 14px;
    background: var(--navy);
    border-radius: 10px;
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
}

.founder-msg {
    font-size: 15px;
    line-height: 1.75;
    font-style: italic;
    color: var(--text);
    margin-bottom: 16px;
}

.founder-tag {
    font-size: 13px;
    font-weight: 700;
    color: var(--blue);
    margin: 0;
}

.platform {
    font-size: 15px;
    color: var(--text);
    line-height: 1.75;
    margin-bottom: 24px;
}


/* Muti-step form */

.step {
    display: none;
}

.step.active {
    display: block;
}


/* Container */

.modules-panel {
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    /* max-width: 700px; */
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}


/* Section spacing */

.module-section {
    margin-bottom: 18px;
}


/* Section title */

.module-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2563eb;
    margin-bottom: 10px;
}


/* Tag container */

.module-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


/* Default tag */

.moduletag {
    background: #eef2f7;
    color: #64748b;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    border: 1px solid #e2e8f0;
    transition: 0.2s ease;
}


/* Active (green) */

.moduletag.active {
    background: #e6f4ea;
    color: #16a34a;
    border-color: #bbf7d0;
}


/* Footer */

.module-footer {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}


/* Live badge */

.live {
    background: #e6f4ea;
    color: #16a34a;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
}


/* Coming badge */

.coming {
    background: #fff4e5;
    color: #d97706;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
}

@media (max-width: 768px) {
    /* Remove large paddings */
    .px-100,
    .pl-100,
    .pr-100 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    /* Fix fixed widths */
    .w-300,
    .w-350 {
        width: 100% !important;
    }
    /* Hide floating elements */
    .orb-card {
        display: none !important;
    }
    /* Section fix */
    .demo-section3 {
        background-attachment: scroll;
        height: auto;
    }
}