* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    font-family: 'Poppins', sans-serif;
    color: #1E293B;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.custom-navbar {

    padding: 18px 0;
    transition: .4s;
    background: transparent;

}

.logo {

    height: 55px;

}

.nav-link {

    color: #fff;
    font-weight: 500;
    margin-left: 25px;

}

.nav-link:hover {

    color: #61A5FF;

}

/* .theme-btn {

    background: #0E5BD8;
    color: white;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;

}

.theme-btn:hover {

    background: #0846B2;
    color: white;

} */

.theme-btn2 {

    background: #0E5BD8;
    color: white;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.theme-btn2:hover {

    background: #0846B2;
    color: white;

}

/* .outline-btn {

    padding: 14px 30px;
    border: 2px solid white;
    border-radius: 50px;
    margin-left: 15px;
    color: white;
    font-weight: 600;

} */

.hero {

    padding: 180px 0 120px;

    /* background: linear-gradient(135deg, #071D49, #0E5BD8); */

    min-height: 100vh;
    background:
        linear-gradient(rgba(0, 30, 80, .70),
            rgba(0, 70, 180, .60)),
        url('../images/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;


    /* min-height:100vh;
    background:
        linear-gradient(
            rgba(0,30,80,.70),
            rgba(0,70,180,.60)
        ),
        url('../images/hero-bg.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    align-items:center; */


    color: white;

    position: relative;

    overflow: hidden;

}

.tag {

    display: inline-block;

    background: rgba(255, 255, 255, .15);

    padding: 10px 18px;

    border-radius: 30px;

    font-size: 14px;

    margin-bottom: 25px;

}

.hero h1 {

    font-size: 60px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 25px;

}

.hero p {

    font-size: 18px;

    line-height: 1.8;

    opacity: .9;

    margin-bottom: 35px;

}

.hero-buttons {

    margin-bottom: 50px;

}

.hero-stats {

    display: flex;

    gap: 40px;

}

.hero-stats h3 {

    font-size: 36px;

    font-weight: 700;

}

.hero-stats span {

    opacity: .8;

}

.hero-image {

    animation: float 4s infinite ease-in-out;

}

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0);
    }

}

@media(max-width:991px) {

    .hero {

        text-align: center;
        padding-top: 140px;

    }

    .hero h1 {

        font-size: 40px;

    }

    .hero-stats {

        justify-content: center;
        margin-top: 40px;

    }

    .hero-image {

        margin-top: 60px;

    }

    /* .outline-btn {

        display: block;
        margin: 20px auto 0;

    } */

}

@media(max-width:576px) {

    .hero h1 {

        font-size: 32px;

    }

    .hero p {

        font-size: 16px;

    }

    .hero-stats {

        flex-direction: column;
        gap: 20px;

    }

}

.trusted-section {

    padding: 90px 0;
    background: #fff;

}

.section-tag {

    color: #0E5BD8;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;

}

.section-title {

    font-size: 42px;
    font-weight: 700;
    color: #0A2A66;
    margin-bottom: 20px;

}

.section-text {

    font-size: 17px;
    line-height: 1.8;
    color: #666;

}

.brand-box {

    padding: 30px;
    border: 1px solid #eee;
    border-radius: 15px;
    transition: .4s;
    background: white;

}

.brand-box:hover {

    transform: translateY(-8px);

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

}

/* .why-us {

    padding: 100px 0;
    background: #F8FBFF;

}

.feature-list {

    margin-top: 40px;

}

.feature-item {

    display: flex;
    gap: 20px;
    margin-bottom: 30px;

}

.feature-item i {

    font-size: 28px;
    color: #0E5BD8;

} */

/* 
.features {

    padding: 100px 0;

} */
/*=========================================
WHY CHOOSE US
=========================================*/

.why-choose {
    padding: 120px 0;
    background: #F8FBFF;
    overflow: hidden;
    position: relative;
}

.why-wrapper {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 80px;
    align-items: flex-start;
}

/* LEFT */

.why-left {
    position: relative;
}

.section-tag {
    display: inline-block;
    padding: 10px 20px;
    background: #EAF2FF;
    color: #0E5BD8;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.why-left h2 {
    font-size: 54px;
    line-height: 1.15;
    font-weight: 700;
    color: #071D49;
    margin-bottom: 25px;
}

.why-left h2 span {
    color: #0E5BD8;
}

.why-left p {
    font-size: 18px;
    line-height: 1.9;
    color: #667085;
    margin-bottom: 40px;
}

.why-list {
    margin-bottom: 45px;
}

.why-list .item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 17px;
    color: #071D49;
    font-weight: 600;
}

.why-list i {
    color: #0E5BD8;
    font-size: 18px;
}

/* RIGHT */

.why-right {
    position: relative;
}

/* IMPORTANT */

.cards {
    position: relative;
    height: 3200px;
}

/* CARD */

.stack-card {

    position: absolute;

    left: 0;

    top: 0;

    width: 50vw;

    /* min-height: 400px; */

    padding: 25px;

    border-radius: 24px;

    overflow: hidden;

    background: linear-gradient(145deg, #FFFFFF, #F8FBFF);

    border: 1px solid rgba(14, 91, 216, .12);

    box-shadow:
        0 25px 60px rgba(7, 29, 73, .08),
        0 50px 100px rgba(14, 91, 216, .08);

}

/* Glow */

.stack-card::after {

    content: '';

    position: absolute;

    right: -120px;

    top: -120px;

    width: 260px;

    height: 260px;

    border-radius: 50%;

    background: radial-gradient(rgba(14, 91, 216, .12),

            transparent 70%);

}

/* Top Line */

.stack-card::before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 6px;

    background: linear-gradient(90deg, #071D49, #0E5BD8, #38B6FF);

}

.card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), #0E5BD8);
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 20px 40px rgba(14, 91, 216, .25);
    margin-bottom: 22px;
}

.stack-card h3 {

    font-size: 30px;

    line-height: 1.3;

    color: #071D49;

    margin-bottom: 15px;

    font-weight: 700;

}

.stack-card p {

    font-size: 16px;

    line-height: 1.75;

    color: #667085;

}

/* Hover */

.stack-card:hover {

    transform: translateY(-8px);

    transition: .4s;

}

/* Different Background */

.stack-card:nth-child(2) {

    background: #FFFFFF;

}

.stack-card:nth-child(3) {

    background: #F8FBFF;

}

.stack-card:nth-child(4) {

    background: #FFFFFF;

}

.stack-card:nth-child(5) {

    background: #F8FBFF;

}

.stack-card:nth-child(6) {

    background: #FFFFFF;

}

/* Mobile */

@media(max-width:991px) {

    .why-wrapper {

        grid-template-columns: 1fr;

    }

    .why-left {

        position: relative;

        top: 0;

        margin-bottom: 50px;

    }

    .cards {

        height: auto;

    }

    .stack-card {

        position: relative;

        margin-bottom: 30px;

        min-height: auto;

        padding: 40px;

    }

}

@media(max-width:768px) {

    .why-left h2 {

        font-size: 38px;

    }

    .stack-card h3 {

        font-size: 28px;

    }

}

.why-right {
    position: sticky;
    top: 100px;
}

.cards {
    position: relative;
    height: 600px;
}

.stack-card {
    will-change: transform;
}


.feature-card {

    padding: 40px 30px;

    border-radius: 20px;

    background: white;

    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);

    transition: .4s;

    height: 100%;

}

.feature-card:hover {

    transform: translateY(-15px);

    background: #0E5BD8;

    color: white;

}

.feature-card:hover h4,
.feature-card:hover p {

    color: white;

}

.icon {

    width: 70px;
    height: 70px;
    background: #EAF4FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;

}

.icon i {

    font-size: 30px;
    color: #0E5BD8;

}

.feature-card:hover .icon {

    background: white;

}

.services {

    padding: 100px 0;

    background: #F8FBFF;

}

.service-card {

    background: white;

    padding: 40px;

    border-radius: 20px;

    height: 100%;

    transition: .4s;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);

}

.service-card:hover {

    transform: translateY(-15px);

}

.service-icon {

    width: 80px;

    height: 80px;

    background: #0E5BD8;

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 32px;

    margin-bottom: 25px;

}

.service-card h4 {

    font-weight: 700;

    margin-bottom: 15px;

}

.service-card p {

    color: #666;

    margin-bottom: 20px;

}

.service-card ul {

    padding-left: 18px;

}

.service-card ul li {

    margin-bottom: 10px;

}

.process {

    padding: 100px 0;

}

.process-box {

    padding: 40px 25px;

    border-radius: 20px;

    background: white;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

    transition: .3s;

    height: 100%;

}

.process-box:hover {

    transform: translateY(-10px);

}

.number {

    width: 70px;

    height: 70px;

    background: #0E5BD8;

    color: white;

    margin: auto;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 26px;

    font-weight: 700;

    margin-bottom: 25px;

}


.case-study {

    padding: 100px 0;

    background: #F8FBFF;

}

.result-card {

    background: #fff;

    padding: 30px;

    border-radius: 15px;

    text-align: center;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

}

.result-card h4 {

    font-size: 40px;

    color: #0E5BD8;

    font-weight: 700;

}

.testimonials {

    padding: 100px 0;

}

.testimonial-card {

    background: #fff;

    padding: 40px;

    text-align: center;

    border-radius: 20px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    transition: .4s;

    margin: 10px;

}

.stars {
    font-size: 28px;
    color: gold;
}

.half-star {
    position: relative;
    display: inline-block;
    color: lightgray;
}

.half-star::before {
    content: "★";
    position: absolute;
    width: 50%;
    overflow: hidden;
    color: gold;
}


.testi-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--blue-g);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.testimonial-card:hover {
    transform: translateY(-10px);
    background-color: #0E5BD8;
    color: #fff;
}

.testimonial-card img {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    margin-bottom: 20px;

}

section {

    position: relative;

    overflow: hidden;

}

section::before {

    content: '';

    position: absolute;

    width: 300px;

    height: 300px;

    background: #0E5BD810;

    border-radius: 50%;

    top: -120px;

    right: -120px;

}

section::after {

    content: '';

    position: absolute;

    width: 250px;

    height: 250px;

    background: #0E5BD810;

    border-radius: 50%;

    bottom: -100px;

    left: -100px;

}

.cta-section {

    padding: 100px 0;

    background: #F8FBFF;

}

.cta-box {

    background: linear-gradient(135deg, #071D49, #0E5BD8);

    padding: 70px;

    border-radius: 30px;

    color: white;

}

.cta-box h2 {

    font-size: 48px;

    font-weight: 700;

    margin-bottom: 20px;

}

.cta-box p {

    font-size: 18px;

    opacity: .9;
    margin-bottom: 30px;

}

footer {

    background: #071D49;

    color: white;

    padding: 80px 0 30px;

}

footer ul {

    padding: 0;

    list-style: none;

}

footer ul li {

    margin-bottom: 10px;

}

footer a {

    color: #fff;

    text-decoration: none;

}

footer a:hover {

    color: #ddd;

}

.whatsapp {

    position: fixed;

    right: 30px;

    bottom: 30px;

    width: 65px;

    height: 65px;

    background: #25D366;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: white;

    font-size: 32px;

    z-index: 999;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .3);

    animation: pulse 2s infinite;

}

@keyframes pulse {

    0% {

        transform: scale(1);

    }

    50% {

        transform: scale(1.1);

    }

    100% {

        transform: scale(1);

    }

}

#topBtn {

    position: fixed;

    bottom: 110px;

    right: 35px;

    width: 55px;

    height: 55px;

    background: #0E5BD8;

    color: white;

    border: none;

    border-radius: 50%;

    display: none;

    cursor: pointer;

    z-index: 999;

}




.why-section {

    padding: 120px 0;

    background: #F8FBFF;

    overflow: hidden;

}

.left-content {

    position: sticky;

    top: 120px;

}

.left-content h2 {

    font-size: 52px;

    font-weight: 700;

    color: #071D49;

    margin: 20px 0;

}

.left-content p {

    color: #666;

    line-height: 1.8;

    margin-bottom: 30px;

}

.left-content ul {

    padding: 0;

    list-style: none;

}

.left-content li {

    margin-bottom: 18px;

    font-size: 18px;

    font-weight: 500;

    color: #222;

}

.cards {

    position: relative;

    height: 700px;

}

.why-card {

    position: absolute;

    width: 100%;

    height: 450px;

    padding: 50px;

    background: white;

    border-radius: 25px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);

    top: 0;

    left: 0;

}

.why-card:nth-child(1) {

    background: linear-gradient(135deg, #071D49, #0E5BD8);

    color: white;

}

.why-card:nth-child(even) {

    background: #ffffff;

}

.number {

    width: 60px;

    height: 60px;

    background: #0E5BD8;

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    font-weight: 700;

    margin-bottom: 30px;

}

.why-card h3 {

    font-size: 34px;

    font-weight: 700;

    margin-bottom: 20px;

}

.why-card p {

    font-size: 18px;

    line-height: 1.8;

}

/* =========================================
GLOBAL RESPONSIVE FIXES
========================================= */

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
}

/* =========================================
LARGE TABLETS
========================================= */

@media (max-width:1200px) {

    .hero h1 {
        font-size: 48px;
    }

    .section-title,
    .why-left h2,
    .left-content h2 {
        font-size: 42px;
    }

    .why-wrapper {
        gap: 40px;
    }

    .why-card h3 {
        font-size: 28px;
    }

    .theme-btn2 {
        padding: 14px;
        margin-left: -20px;
    }

}

/* =========================================
TABLETS
========================================= */

@media (max-width:991px) {

    /* navbar */
    .custom-navbar {
        background: #071D49;
        padding: 15px 0;
    }

    .nav-link {
        margin-left: 0;
        padding: 12px 0;
    }

    /* hero */
    .hero {
        padding: 130px 0 80px;
        text-align: center;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    /* .outline-btn{
        margin-left:0;
    } */

    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    /* sections */
    .section-title,
    .why-left h2,
    .left-content h2 {
        font-size: 36px;
    }

    /* why choose */
    .why-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .left-content {
        position: static;
    }

    .cards {
        min-height: 700px;
        height: auto;
    }

    .why-card {
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

    /* CTA */
    .cta-box {
        padding: 40px;
        text-align: center;
    }

    .cta-box h2 {
        font-size: 36px;
    }

}

/* =========================================
MOBILE
========================================= */

@media (max-width:767px) {

    .hero {
        padding: 120px 0 60px;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero p {
        font-size: 16px;
    }

    .tag,
    .section-tag {
        font-size: 12px;
        padding: 8px 16px;
    }

    .section-title,
    .why-left h2,
    .left-content h2 {
        font-size: 28px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }

    .hero-stats h3 {
        font-size: 28px;
    }

    .why-card {
        padding: 30px;
    }

    .why-card h3 {
        font-size: 24px;
    }

    .why-card p {
        font-size: 15px;
    }

    .brand-box {
        padding: 20px;
    }

    .cta-box {
        padding: 30px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .cta-box h2 {
        font-size: 26px;
    }

    .cta-box p {

        font-size: 14px;
    }

    .whatsapp {
        width: 55px;
        height: 55px;
        font-size: 28px;
        right: 20px;
        bottom: 20px;
    }

    #topBtn {
        width: 45px;
        height: 45px;
        right: 25px;
        bottom: 90px;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* =========================================
SMALL MOBILE
========================================= */

@media (max-width:480px) {

    .hero h1 {
        font-size: 28px;
    }

    .section-title,
    .why-left h2,
    .left-content h2 {
        font-size: 24px;
    }

    /* .theme-btn,
    .outline-btn{
        display:block;
        width:100%;
        text-align:center;
        padding:14px 20px;
    } */

    .why-card {
        padding: 25px;
    }

    .logo {
        height: 45px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

footer {
    background: #071D49;
    color: #fff;
    padding: 80px 0 30px;
}

footer h4,
footer h5 {
    margin-bottom: 20px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer hr {
    margin: 30px 0;
    opacity: .2;
}

/* Tablet */
@media (max-width:991px) {

    footer .row {
        row-gap: 30px;
    }

    footer .col-md-6 {
        margin-bottom: 20px;
    }
}

/* Mobile */
@media (max-width:767px) {

    footer {
        text-align: center;
    }

    footer .col-6 {
        width: 100%;
        margin-bottom: 30px;
    }
}

.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width:399px) {

    .cta-box {
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .theme-btn2 {
        padding: 12px;
    }
}

@media (max-width:350px) {
    .theme-btn2 {
        padding: 10px;
        margin-left: 0px;
        font-weight: 400;
    }
}

/* ================= CRM DASHBOARD ================= */

:root {
    --ink: #10151c;
    --ink-soft: #1a2230;
    --blueprint: #2c4a6e;
    --blueprint-line: rgba(120, 160, 200, 0.22);
    --brass: #b8925a;
    --brass-bright: #d4ab74;
    --ivory: #f6f3ec;
    --ivory-dim: #ece7da;
    --paper-line: rgba(16, 21, 28, 0.08);
    --sage: #4c7a5e;
    --ink-text: #10151c;
    --off-white: #f2efe7;
    --muted: #6b7280;
    --font-display: 'Fraunces', serif;
    --font-body: 'Inter', sans-serif;
    --font-mono: 'IBM Plex Mono', monospace;
    --radius: 4px;
    --max: 1280px;
}

.crm-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
}

@media (max-width:980px) {
    .crm-layout {
        grid-template-columns: 1fr;
    }
}

.crm-feature-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.crm-feature {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.crm-feature .cf-icon {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    background: #0E5BD8;
    border: 1px solid #0846B2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.crm-feature .cf-icon svg {
    width: 16px;
    height: 16px;
}

.crm-feature h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.crm-feature p {
    font-size: 13px;
}

.dashboard-mock {
    background: linear-gradient(135deg, #0E5BD8, #1D6EFF);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(14, 91, 216, .25);
}

.dm-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.dm-topbar .dm-title {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #8b93a1;
}

.dm-pill {
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--sage);
    border: 1px solid rgba(76, 122, 94, 0.4);
    padding: 4px 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dm-pill .d {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--sage);
}

.dm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.dm-kpi {
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    padding: 18px;
    transition: .3s;
}

.dm-kpi:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .18);
}

.dm-kpi .dk-lab {
    font-size: 9.5px;
    color: #8b93a1;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.dm-kpi .dk-val {
    font-family: var(--font-mono);
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-top: 6px;
}

.dm-kpi .dk-trend {
    font-size: 10.5px;
    color: var(--sage);
    margin-top: 4px;
}

.dm-chart {
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    padding: 20px;
}

.dm-rows {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 6px;
}

.dm-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dm-row .dr-lab {
    font-family: var(--font-mono);
    font-size: 10px;
    color: #a9b2c0;
    width: 78px;
    flex-shrink: 0;
}

.dm-row .dr-bar-track {
    flex: 1;
    height: 7px;
    background: rgba(255, 255, 255, .15);
    border-radius: 100px;
    overflow: hidden;
}

.dm-row .dr-bar {
    height: 100%;
    background: linear-gradient(90deg,
            #ffffff,
            #dbeafe,
            #93c5fd);
    border-radius: 100px;
    box-shadow: 0 0 12px rgba(255, 255, 255, .25);
    border-radius: 100px;
    width: 0%;
    transition: width 1.4s cubic-bezier(.2, .8, .2, 1);
}

.dm-row .dr-val {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: #fff;
    width: 32px;
    text-align: right;
}

.dm-topbar .dm-title,
.dm-chart .dm-title {
    color: rgba(255, 255, 255, .85);
}

.dm-kpi .dk-lab {
    color: rgba(255, 255, 255, .7);
}

.dm-kpi .dk-val {
    color: #fff;
}

.dm-kpi .dk-trend {
    color: #B7FFD1;
}

.dm-row .dr-lab {
    color: rgba(255, 255, 255, .75);
}

.dm-row .dr-val {
    color: #fff;
}

.dm-pill {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .1);
}

.dm-pill .d {
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
}



/* ==========================================
   GLOBE FAN — wide arc, rotates like a spinning globe
=========================================== */

.globe-fan-section {
    padding: 100px 0 80px;
    background: #ffffff;
    overflow: hidden;
    height: 100%;
}

.globe-fan-title {
    font-size: 46px;
    font-weight: 800;
    color: #0A0A0A;
    line-height: 1.2;
    margin: 20px 0 60px;
}

.globe-fan-title span {
    color: #0E5BD8;
}

.globe-fan-stage {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1800px;
    cursor: grab;
    user-select: none;
}

.globe-fan-stage:active {
    cursor: grabbing;
}

.globe-fan-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    will-change: transform;
}

.globe-fan-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;

    margin: -200px 0 0 -115px;
    box-sizing: border-box;
    padding: 40px 0px;
    /* padding: 0 12px; */
    /* creates the gap */
    backface-visibility: hidden;
    transition: opacity .3s ease, filter .3s ease;
    /* remove border-radius, overflow, box-shadow from here */
}

.globe-fan-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    border-radius: 20px;
    /* moved here */
    box-shadow: 0 25px 55px rgba(0, 0, 0, .25);
    /* moved here */
}

@media(max-width: 768px) {
    .globe-fan-card {
        height: 300px;
        width: 200px;
    }

    .globe-fan-title {
        font-size: 35px;

    }

}


/* ==========================================
   WHY CHOOSE — STACK SLIDER (fully responsive)
=========================================== */

.why-choose {
    padding: 100px 0;
    background: #ffffff;
}

.why-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.why-left h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #0A0A0A;
    line-height: 1.25;
    margin: 15px 0 20px;
}

.why-left h2 span {
    color: #0E5BD8;
}

.why-left p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.why-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    margin-bottom: 30px;
}

.why-list .item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.why-list .item i {
    color: #0E5BD8;
    font-size: 16px;
}

/* ---------- STACK SLIDER ---------- */

.why-right {
    display: flex;
    justify-content: center;
}

.stack-slider {
    position: relative;
    width: 100%;
    max-width: 460px;
    height: clamp(260px, 32vw, 340px);
    perspective: 1200px;
}

.stack-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.stack-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: clamp(24px, 3vw, 40px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border: 1px solid #eef0f4;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.55s cubic-bezier(.4, 0, .2, 1),
        opacity 0.55s ease,
        box-shadow 0.55s ease;
    will-change: transform, opacity;
    padding-bottom: 50px;
}

.card-number {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 800;
    color: #E7ECF7;
    line-height: 1;
    margin-bottom: 14px;
}

.stack-card h3 {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 10px;
}

.stack-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Stacked resting positions — applied via JS inline transform,
   these are just base/reset styles */
.stack-card.is-active {
    z-index: 30;
}

/* Progress dots */
.stack-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 40;
    /* above the active card (z-index max was `total`) */
    pointer-events: auto;
}

.stack-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D7DEEA;
    cursor: pointer;
    transition: background 0.3s ease, width 0.3s ease;
}

.stack-dots span.active {
    background: #0E5BD8;
    width: 22px;
    border-radius: 4px;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
    .why-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .why-list {
        text-align: left;
    }

    .why-right {
        order: 2;
    }

    .stack-slider {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .why-choose {
        padding: 60px 0;
    }

    .why-list {
        grid-template-columns: 1fr;
    }

    .stack-slider {
        max-width: 100%;
        height: 240px;
    }

    .stack-card {
        border-radius: 16px;
        padding: 22px;
    }

    .stack-card p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .stack-card {
        padding-bottom: 40px;
    }

    .stack-dots {
        bottom: 14px;
    }
}



/* ==========================================
   CASE STUDY SECTION — scroll reveal + tilt hover
=========================================== */

.case-study-section {
    padding: 100px 0;
    background: #F7F9FC;
    overflow: hidden;
}

.case-study-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #0A0A0A;
    line-height: 1.25;
    margin: 15px 0 18px;
}

.case-study-title span {
    color: #0E5BD8;
}

.case-study-subtitle {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto 55px;
}

.case-study-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.case-study-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #EDEFF3;
    border-radius: 20px;
    padding: clamp(28px, 3vw, 40px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform, opacity;

    /* Scroll-reveal starting state */
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s cubic-bezier(.25, .8, .25, 1),
        transform 0.7s cubic-bezier(.25, .8, .25, 1),
        box-shadow 0.35s ease;
}

.case-study-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered delay per card, set via JS transition-delay too,
   but base fallback here in case JS is slow to attach */
.case-study-card[data-index="0"] {
    transition-delay: 0s;
}

.case-study-card[data-index="1"] {
    transition-delay: 0.12s;
}

.case-study-card[data-index="2"] {
    transition-delay: 0.24s;
}

.case-study-card[data-index="3"] {
    transition-delay: 0.36s;
}

/* Glow accent that sweeps across on hover */
.case-study-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(14, 91, 216, 0.06), transparent);
    transform: skewX(-15deg);
    transition: left 0.7s ease;
    pointer-events: none;
}

.case-study-card:hover::before {
    left: 130%;
}

.case-study-card:hover {
    box-shadow: 0 30px 60px rgba(14, 91, 216, 0.15);
}

/* Number badge that grows subtly, gives a premium editorial feel */
.case-study-card::after {
    content: attr(data-index);
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 46px;
    font-weight: 800;
    color: #F0F3F9;
    z-index: 0;
    transition: color 0.35s ease, transform 0.35s ease;
}

.case-study-card:hover::after {
    color: #E4ECFB;
    transform: scale(1.1);
}

.case-tag,
.case-study-card h3,
.case-study-card p,
.case-link {
    position: relative;
    z-index: 1;
}

.case-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #0E5BD8;
    background: #EAF1FD;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.case-study-card h3 {
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 800;
    color: #0A0A0A;
    margin: 0 0 12px;
}

.case-study-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 22px;
}

.case-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #0E5BD8;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.case-link i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.case-link:hover {
    gap: 12px;
}

.case-link:hover i {
    transform: translateX(3px);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
    .case-study-section {
        padding: 80px 0;
    }

    .case-study-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .case-study-subtitle {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .case-study-section {
        padding: 60px 0;
    }

    .case-study-card {
        border-radius: 16px;
        padding: 26px;
    }

    .case-study-card::after {
        font-size: 34px;
        top: 12px;
        right: 18px;
    }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {

    .case-study-card,
    .case-study-card::before,
    .case-study-card::after {
        transition: none !important;
        transform: none !important;
    }

    .case-study-card {
        opacity: 1;
    }
}


.counter-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #071D49, #0E5BD8);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.counter-heading {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

.counter-box {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    padding: 45px 25px;
    height: 100%;
    backdrop-filter: blur(6px);
    transition: .35s ease;
}

.counter-box:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .3);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .25);
}

.counter-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

.icon-blue {
    background: linear-gradient(135deg, #38B6FF, #0E5BD8);
}

.icon-pink {
    background: linear-gradient(135deg, #ff8fd8, #e0218a);
}

.icon-green {
    background: linear-gradient(135deg, #6EE7B7, #10B981);
}

.icon-orange {
    background: linear-gradient(135deg, #FFD27D, #F59E0B);
}

.counter-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: .5px;
}

.counter-box p {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Responsive */

@media(max-width:1024px) {
    .counter-box h2 {
        font-size: 36px;
    }

    .counter-heading {
        font-size: 30px;
    }
}

@media(max-width:991px) {
    .counter-box {
        padding: 35px 20px;
    }

    .counter-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 18px;
    }

    .counter-box h2 {
        font-size: 32px;
    }
}

@media(max-width:576px) {
    .counter-section {
        padding: 70px 0;
    }

    .counter-heading {
        font-size: 24px;
    }

    .counter-box h2 {
        font-size: 28px;
    }

    .counter-box p {
        font-size: 13px;
    }
}


/* ==========================================
   SERVICES AUTO-SCROLLING MARQUEE
=========================================== */

.services-marquee {

    overflow: hidden;
    width: 100%;
    /* -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); */

}

.services-track {

    display: flex;
    gap: 24px;
    width: max-content;
    animation: servicesScroll 35s linear infinite;
    /* height: 100vh; */

}

.services-track:hover {

    animation-play-state: paused;

}

.services-track .service-card {

    flex: 0 0 300px;
    width: 300px;

}

@keyframes servicesScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}

@media(max-width:576px) {

    .services-track .service-card {
        flex: 0 0 260px;
        width: 260px;
    }

    .services-track {
        animation-duration: 22s;
    }

}

.service-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    /* height: 100%; */
    height: 45vh;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}


.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

.trust-badge {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .03em;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 12px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.trust-badge svg {
    width: 12px;
    height: 12px;
    stroke: #B7FFD1;
}


.hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.theme-btn {
    background: #0E5BD8;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
    display: inline-block;
}

.theme-btn:hover {
    background: #0846B2;
    color: #fff;
}

.outline-btn {
    padding: 14px 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
}

.outline-btn:hover {
    background: #fff;
    color: #0E5BD8;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .theme-btn,
    .outline-btn {
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .theme-btn,
    .outline-btn {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 14px 20px;
    }
}


body {

    font-family: 'Poppins', sans-serif;
    color: #1E293B;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.custom-navbar {

    padding: 18px 0;
    transition: .4s;
    background: transparent;

}

.logo {

    height: 55px;

}

.nav-link {

    color: #fff;
    font-weight: 500;
    margin-left: 25px;

}

.nav-link:hover {

    color: #61A5FF;

}

.navbar-nav-desktop {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-toggle {

    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: #0E5BD8;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(7, 29, 73, .35);
    z-index: 1300;

}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: .3s;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-sidebar {

    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    max-width: 82vw;
    height: 100vh;
    background: linear-gradient(180deg, #071D49, #0E5BD8);
    z-index: 1400;
    padding: 25px 25px 40px;
    overflow-y: auto;
    box-shadow: 10px 0 40px rgba(0, 0, 0, .25);
    transition: left .4s ease;

}

.mobile-sidebar.active {

    left: 0;

}

.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.sidebar-close {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-links li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav-links li a {
    display: block;
    padding: 16px 4px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.mobile-nav-links li a:hover {
    color: #61A5FF;
}

.mobile-cta {
    border-bottom: none !important;
    margin-top: 20px;
}

.mobile-cta .theme-btn {
    display: block;
    text-align: center;
}

.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(4, 14, 36, .55);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 1350;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.sidebar-open {
    overflow: hidden;
}

@media(min-width:992px) {
    .menu-toggle {
        display: none !important;
    }

    .mobile-sidebar, .sidebar-overlay {
        display: none !important;
    }
}

@media(max-width:991px) {
    .navbar-nav-desktop {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }
}

.nav-btn-small {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2;
    min-height: auto;
}

/* Header */
.custom-navbar {
    background: #0E5BD8;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, .08); */
    z-index: 999;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .5);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

@media (max-width:991.98px) {
    .custom-navbar {
        padding: 12px 0;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding: 15px;
        border-radius: 12px;
    }

    .nav-link {
        margin: 10px 0;
    }

    .theme-btn {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .hero {
        padding-top: 120px;
    }

    h1 {
        font-size: 2.2rem;
    }
}


/* ===========================
   NAVBAR
=========================== */

.custom-navbar {
    background: #ffffff !important;
    padding: 15px 0;
    /* box-shadow: 0 4px 20px rgba(7, 29, 73, .15); */
    z-index: 1200;
}

.custom-navbar .nav-link {
    /* color: #071D49 !important; */
    font-weight: 600;
    margin: 0 12px;
}

/* .custom-navbar .nav-link:hover, */
.custom-navbar .nav-link.active {
    color: #0E5BD8 !important;
}

.custom-navbar .navbar-brand {
    color: #071D49 !important;
}

.custom-navbar .navbar-toggler {
    border: 1px solid #ddd;
}

.custom-navbar .navbar-toggler-icon {
    filter: brightness(0);
}

.custom-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-navbar.scrolled {
    padding: 12px 0;
    background: #071D49;
}

.custom-navbar {
    background: transparent !important;
    /* transition:.4s; */
}

.custom-navbar.scrolled {
    background: #fff !important;
    /* box-shadow:0 10px 30px rgba(0,0,0,.1); */
}

.custom-navbar.scrolled .nav-link {
    color: #222 !important;
}

.custom-navbar .nav-link {
    color: #fff;
}

/*==================================================
        POPUP OVERLAY
==================================================*/

.re-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    z-index: 99999;
}

.re-popup.active {
    opacity: 1;
    visibility: visible;
}

/*==================================================
        POPUP CARD
==================================================*/

.popup-card {

    width: 100%;
    max-width: 560px;

    background: #fff;

    border-radius: 22px;

    padding: 35px;

    position: relative;

    animation: popup .4s ease;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .18);

}

@keyframes popup {

    from {

        transform: translateY(30px) scale(.95);

        opacity: 0;

    }

    to {

        transform: translateY(0) scale(1);

        opacity: 1;

    }

}

/*==================================================
        CLOSE BUTTON
==================================================*/

.popup-close {

    position: absolute;

    right: 18px;

    top: 18px;

    width: 42px;

    height: 42px;

    border: none;

    background: #F5F7FA;

    border-radius: 50%;

    cursor: pointer;

    transition: .3s;

    color: #071D49;

}

.popup-close:hover {

    background: #0E5BD8;

    color: #fff;

    transform: rotate(90deg);

}

/*==================================================
        HEADER
==================================================*/

.popup-header {

    text-align: center;

    /* margin-bottom: 30px; */

}

.popup-tag {

    display: inline-block;

    background: #EAF3FF;

    color: #0E5BD8;

    padding: 8px 18px;

    border-radius: 30px;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: .8px;

    margin-bottom: 15px;

}

.popup-header h2 {

    font-size: 30px;

    font-weight: 700;

    color: #071D49;

    margin-bottom: 10px;

}

.popup-header p {

    color: #6B7280;

    font-size: 15px;

    line-height: 1.6;

}

/*==================================================
        INPUTS
==================================================*/

.input-box {

    position: relative;

}

.input-box i {

    position: absolute;

    left: 18px;

    top: 50%;

    transform: translateY(-50%);

    color: #0E5BD8;

}

.input-box input,
.input-box select {

    width: 100%;

    height: 54px;

    border: 1px solid #E5E7EB;

    border-radius: 14px;

    padding-left: 50px;

    padding-right: 15px;

    outline: none;

    font-size: 15px;

    transition: .3s;

    background: #fff;

}

.input-box input:focus,
.input-box select:focus {

    border-color: #0E5BD8;

    box-shadow: 0 0 0 4px rgba(14, 91, 216, .12);

}

.input-box select {

    appearance: none;

    cursor: pointer;

}

/*==================================================
        BUTTON
==================================================*/

.popup-btn {

    width: 100%;

    height: 56px;

    border: none;

    border-radius: 14px;

    background: linear-gradient(135deg, #071D49, #0E5BD8);

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    cursor: pointer;

    transition: .3s;

}

.popup-btn:hover {

    transform: translateY(-3px);

    box-shadow: 0 18px 35px rgba(14, 91, 216, .30);

}

/*==================================================
        FOOTER
==================================================*/

.popup-footer {

    margin-top: 18px;

    text-align: center;

    color: #6B7280;

    font-size: 14px;

}

.popup-footer i {

    color: #16A34A;

    margin-right: 5px;

}

/*==================================================
        FLOATING BUTTON
==================================================*/

.floating-btn {

    position: fixed;

    right: 25px;

    bottom: 25px;

    background: #0E5BD8;

    color: #fff;

    border: none;

    border-radius: 50px;

    padding: 16px 24px;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    box-shadow: 0 15px 35px rgba(14, 91, 216, .30);

    transition: .3s;

    z-index: 999;

}

.floating-btn:hover {

    transform: translateY(-5px);

}

.floating-btn i {

    margin-right: 8px;

}

/*==================================================
        RESPONSIVE
==================================================*/

@media(max-width:768px) {

    .popup-card {

        padding: 25px;

        border-radius: 18px;

    }

    .popup-header h2 {

        font-size: 24px;

    }

    .popup-header p {

        font-size: 14px;

    }

    .input-box input,
    .input-box select {

        height: 50px;

        font-size: 14px;

    }

    .popup-btn {

        height: 52px;

    }

    .floating-btn {

        right: 18px;

        bottom: 18px;

        padding: 14px 18px;

        font-size: 14px;

    }

}

@media(max-width:576px) {

    .popup-card {

        padding: 20px;

    }

    .popup-header h2 {

        font-size: 22px;

    }

    .popup-tag {

        font-size: 11px;

    }

    .popup-footer {

        font-size: 13px;

    }

    .floating-btn {

        width: 58px;

        height: 58px;

        padding: 0;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .floating-btn i {

        margin: 0;

        font-size: 22px;

    }

    .floating-btn {

        font-size: 0;

    }

}

.logo {
    height: 50px;
    transition: opacity 0.3s ease;
}

/* Initially (transparent header) */
.logo-dark {
    display: none;
}

.logo-light {
    display: block;
}

/* After scrolling */
.header.scrolled .logo-light {
    display: none;
}

.header.scrolled .logo-dark {
    display: block;
}

/* Default (transparent navbar) */
.logo-light {
    display: block;
}

.logo-dark {
    display: none;
}

/* After scrolling */
.custom-navbar.scrolled {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.custom-navbar.scrolled .logo-light {
    display: none;
}

.custom-navbar.scrolled .logo-dark {
    display: block;
}

/* Navbar text color */
.custom-navbar.scrolled .nav-link {
    color: #071D49;
}

.custom-navbar.scrolled .nav-link:hover {
    color: #0E5BD8;
}