/* Global Reset Improvements */
body {
    background: #0b0e1c;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

/* HEADER */
.main-header {
    padding-top: 18px;
}
.navbar {
    background: transparent;
}
.nav-link {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px;
}
.nav-link:hover {
    color: #ffffff !important;
}

.contact-btn {
    background: #8b6eff;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
}
.contact-btn:hover {
    background: #7154ff;
}

/* HERO */
.hero-wrapper {
    padding: 120px 0 80px;
    background: radial-gradient(circle at 30% 20%, #2b2f67 0%, #0b0e1c 60%)
        no-repeat;
    position: relative;
}

.hero-wrapper::before {
    content: "";
    position: absolute;
    right: -180px;
    top: -80px;
    width: 800px;
    height: 800px;
    background: radial-gradient(
        circle,
        rgba(100, 100, 255, 0.15),
        transparent 70%
    );
    filter: blur(60px);
    pointer-events: none;
}
.hero-section {
    padding-left: 40px;
    padding-right: 40px;
}
.hero-title {
    font-size: 3.6rem;
    line-height: 1.15;
    font-weight: 800;
}
.hero-title .accent {
    color: #8b6eff;
}

.hero-desc {
    max-width: 550px;
    font-size: 1.1rem;
    opacity: 0.85;
}

.hero-subtitle {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.9;
}

.r1 {
    margin-top: 100px;
}

/* Trusted LOGOS section */
.trusted-logos {
    padding: 45px 0 85px;
}
.logo-marquee {
    width: 100%;
    overflow: hidden;
}
.logos-track {
    display: flex;
    gap: 4rem;
    align-items: center;
    animation: slideLeft 10s linear infinite;
}
.logo-item img {
    height: 80px;
    filter: brightness(0) invert(1) opacity(0.92);
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Stop scrolling on hover */
.logo-marquee:hover .logos-track {
    animation-play-state: paused;
}

.stats-section {
    /* Create a smooth vertical fade transition from previous section */
    background: linear-gradient(
        180deg,
        #0b0e1c 0%,
        /* matches body or previous section background */ #0b0e1c 20%,
        /* keeps it a bit solid at the start */ #050c25 60%,
        /* start blending to stats gradient */ #10194e 100%
            /* final color of stats section */
    );

    position: relative;
    padding: 100px 0;
    transition: background 1s ease-in-out;
}

.stat-number {
    color: #6373ff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    color: #a9b1d6;
    font-size: 1.1rem;
    font-weight: 400;
}

/* ========== SERVICES SECTION ========== */
.services-section {
    background: linear-gradient(180deg, #10194e 0%, #0b0e1c 50%, #0b0e1c 100%);
    padding: 80px 0 100px;
    position: relative;
        padding-bottom: 600px !important;
}

/* Services Tabs */
.services-tabs-wrapper {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 10px 0;
    position: sticky;
    top: 80px;
    z-index: 100;
}

.services-tabs {
    display: flex;
    gap: 12px;

    padding: 8px;
    border-radius: 16px;
}

.service-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.877);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.877);
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    backdrop-filter: blur(10px);
}

.service-tab .tab-icon {
    display: flex;
    align-items: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.service-tab:hover {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
}

.service-tab:hover .tab-icon {
    opacity: 1;
}

.service-tab.active {
    border: 1px solid white;
    color: white;
    box-shadow: 0 4px 16px rgba(99, 115, 255, 0.3);
}

.service-tab.active .tab-icon {
    opacity: 1;
}
/* Services Content Wrapper */
.services-content-wrapper {
    position: relative;
}

/* Left Column: Scrollable Services */
.services-scroll-container {
    padding-right: 60px;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.service-item {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0;
}

.service-item:first-child {
    padding-top: 40px;
}

.service-item:last-child {
    padding-bottom: 40px;
    min-height: 80vh;
}

.service-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.service-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 24px;
}
.learn-more-btn {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Container that determines underline width (wraps text + arrow) */
.learn-underline {
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 6px; /* spacing for underline */
}

/* The visible underline matches the width of .learn-underline */
.learn-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #6373ff; /* accent color for underline */
    border-radius: 2px;
    transition: background 0.2s ease, transform 0.25s ease;
    transform-origin: left center;
    transform: scaleX(1); /* visible by default */
}

/* Text stays white */
.learn-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
}

/* Arrow / accent is colored and moves on hover */
.learn-accent {
    color: #6373ff; /* arrow color */
    display: inline-flex;
    align-items: center;
    transition: transform 0.28s ease, color 0.2s ease;
}

/* Hover states: slightly shift arrow and tint underline/arrow */
.learn-more-btn:hover .learn-accent {
    transform: translateX(4px);
    color: #7f8dff;
}

.learn-more-btn:hover .learn-underline::after {
    background: #7f8dff;
}

/* Keep learn-text white on hover (explicitly) */
.learn-more-btn:hover .learn-text {
    color: #ffffff;
}

/* Small accessibility focus styles */
.learn-more-btn:focus .learn-underline::after {
    box-shadow: 0 0 0 4px rgba(99, 115, 255, 0.12);
}

/* tiny responsive tweak so underline spacing remains nice on small screens */
@media (max-width: 576px) {
    .learn-underline {
        gap: 6px;
        padding-bottom: 5px;
    }
    .learn-text {
        font-size: 0.95rem;
    }
}

/* Right Column: Sticky Image */
.service-image-column {
    position: relative;

}

.service-image-column {
    height: auto;
    min-height: 100%;
}


.service-image-sticky {
    position: sticky;
    top: 200px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.service-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   height: 455px;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-image-wrapper.active {
    opacity: 1;
}

.service-image-wrapper > div {
    position: relative;
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
}

.service-image {
    width: 100%;
    height: 430px;
    display: block;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
/* ------- Service detail page styles (centered header + full width image) ------- */
.service-detail-hero {
    padding: 140px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 0;
}

.service-icon-badge svg {
    color: #6373ff;
    width: 48px;
    height: 48px;
}

.service-detail-title {
    font-size: 2.6rem;
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.08;
}

.service-detail-subtitle {
    color: rgba(255, 255, 255, 0.78);
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.05rem;
}

/* Full description block */
.service-detail-content .service-full-description {
    max-width: 900px;
    margin: 40px auto;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.03rem;
    line-height: 1.8;
}

/* ---------- Breadcrumbs: arrows + active underline ---------- */
.service-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    list-style: none;
}

/* Remove default bootstrap separators if present */
.service-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›"; /* arrow separator */
    color: rgba(255, 255, 255, 0.35);
    margin: 0 8px;
    font-weight: 700;
    font-size: 0.95rem;
    transform: translateY(-1px);
}

/* Non-active crumb link */
.service-breadcrumb .breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.15s ease;
}
.service-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
}

/* Active breadcrumb: white + underline in accent color */
.service-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    position: relative;
}

/* On small screens make the underline full width of text (no centering offset) */
@media (max-width: 576px) {
    .service-breadcrumb .breadcrumb .breadcrumb-item.active::after {
        width: 100%;
        margin-left: 0;
        bottom: -6px;
    }
}

/* ---------- Image card that mimics the screenshot panel ---------- */
.service-detail-image-wrapper {
    display: flex;
    justify-content: center;
    padding: 36px 16px 64px; /* top spacing so hero and image breathe */
    background: transparent;
}

/* Outer card (dark subtle frame/shadow) */
.image-card {
    width: 100%;
    max-width: 1200px; /* adjust if you want it wider/narrower */
    border-radius: 20px;
    overflow: visible;
    display: block;
    /* soft outer shadow to separate from page */
    box-shadow: 0 40px 90px rgba(2, 8, 23, 0.7);
    padding: 24px;
}

/* The actual screenshot image style */
.service-detail-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    /* slight border that matches screenshot look */
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 18px 50px rgba(2, 8, 23, 0.12);
}

/* ========== TESTIMONIAL SECTION ========== */
.testimonials-section {
    background: #0b0e1c;
    padding: 120px 0;
    position: relative;
}

.testimonial-card {
    background: #1b203a;
    height: 310px;
    color: #fff;
    border-radius: 16px;
    padding: 116px 40px;
    /* max-width: 850px; */
    margin: 0 auto;
    align-items: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    text-align: center;
    /* display: contents; */
}

.testimonial-quote {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-style: italic;
}

.testimonial-name {
    color: #6373ff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin-top: 20px;
    text-transform: uppercase;
}

/* Slider animation */
.testimonial-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.testimonial-slider > div {
    display: none;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s ease;
}

.testimonial-slider > div.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

/* Pagination dots */
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testimonial-dots span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s;
}

.testimonial-dots span.active {
    background: #6373ff;
}

.section-title {
    font-weight: 700;
    font-size: 2.2rem;
    color: #e2e6f3;
}

.section-subtitle {
    color: #7c89a3;
    max-width: 640px;
    margin: 0 auto;
}
/* ========== BLOG SECTION FIXES ========== */
.blog-section {
    background: linear-gradient(180deg, #0b0e1c 0%, #0b0e1c 40%, #10194e 100%);
    padding: 80px 0;
    position: relative;
}

/* ===== Blog Split Card Redesign ===== */
.blog-card {
    background: transparent;
    border: none;
    transition: all 0.35s ease;
}

/* Remove overall hover transform from the whole card */
.blog-card:hover {
    transform: none;
    box-shadow: none;
}

/* Image part */
.blog-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: block;
}

/* Text block */
.blog-text-card {
    background: transparent;
    border: none;
    padding: 22px 10px 0;
    text-align: left;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.3;
}

/* Hover effect: subtle lift on image only */
.blog-card:hover .blog-image-wrapper {
    transform: scale(1.02);
    box-shadow: 0 12px 45px rgba(99, 115, 255, 0.25);
}

/* Responsive */
@media (max-width: 992px) {
    .blog-card {
        margin-bottom: 30px;
    }

    .blog-image {
        height: 300px;
    }
}

/* ------- blog detail page styles (centered header + full width image) ------- */
.blog-detail-hero {
    padding: 140px;
    color: #ffffff;
    padding-bottom: 0;
}

.blog-icon-badge svg {
    color: #6373ff;
    width: 48px;
    height: 48px;
}

.blog-detail-title {
    font-size: 2.6rem;
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.08;
    text-align: center;
}

.blog-detail-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.05rem;
}

/* Full description block */
.blog-detail-content .blog-full-description {
    max-width: 900px;
    margin: 40px auto;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.03rem;
    line-height: 1.8;
}

/* ---------- Breadcrumbs: arrows + active underline ---------- */
.blog-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    list-style: none;
}

/* Remove default bootstrap separators if present */
.blog-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›"; /* arrow separator */
    color: rgba(255, 255, 255, 0.35);
    margin: 0 8px;
    font-weight: 700;
    font-size: 0.95rem;
    transform: translateY(-1px);
}

.blog-detail-header {
    align-items: center;
    text-align: center;
}

/* Non-active crumb link */
.blog-breadcrumb .breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.15s ease;
}
.blog-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
}

/* Active breadcrumb: white + underline in accent color */
.blog-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    position: relative;
}

/* On small screens make the underline full width of text (no centering offset) */
@media (max-width: 576px) {
    .blog-breadcrumb .breadcrumb .breadcrumb-item.active::after {
        width: 100%;
        margin-left: 0;
        bottom: -6px;
    }
}
/* =============================
   GLOBAL BREADCRUMB COMPONENT
============================= */
.site-breadcrumb .container {
    display: flex;
    margin-top: 66px;
    justify-content: flex-start;
    width: 100%;
    margin-left: 35px;
    /* margin-bottom: 89px; */
}

.site-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    list-style: none;
    gap: 8px;
}

.site-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: rgba(255, 255, 255, 0.35);
    margin: 0 8px;
    font-weight: 700;
    font-size: 0.95rem;
    transform: translateY(-1px);
}

/* Links */
.site-breadcrumb .breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.15s ease;
}

.site-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
}

/* Active item */
.site-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
}

/* Left alignment fix — lines up with header/logo */
.site-breadcrumb {
    position: absolute;
    top: 20px; /* adjust to vertically align with header */
    left: 0;
    z-index: 10;
}

.site-breadcrumb .container {
    display: flex;
    justify-content: flex-start;
}

/* Responsive */
@media (max-width: 768px) {
    .site-breadcrumb .container {
        padding-left: 0px;
    }
    main{
        overflow-x: hidden;
    }
    .partner-modal {

    top: 30% !important;
    }


}

/* ---------- Image card that mimics the screenshot panel ---------- */
.blog-detail-image-wrapper {
    display: flex;
    justify-content: center;
    padding: 36px 16px 64px; /* top spacing so hero and image breathe */
    background: transparent;
}

/* Outer card (dark subtle frame/shadow) */
.image-card {
    width: 100%;
    max-width: 1200px; /* adjust if you want it wider/narrower */
    border-radius: 20px;
    overflow: visible;
    display: block;
    /* soft outer shadow to separate from page */
    box-shadow: 0 40px 90px rgba(2, 8, 23, 0.7);
    padding: 24px;
}

/* The actual screenshot image style */
.blog-detail-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    /* slight border that matches screenshot look */
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 18px 50px rgba(2, 8, 23, 0.12);
}

/* Small screens: reduce paddings and radius */
@media (max-width: 768px) {
    .image-card {
        padding: 12px;
        max-width: 1000px;
    }
    .image-card-inner {
        padding: 12px;
        border-radius: 10px;
    }
    .service-detail-image-wrapper {
        padding-top: 24px;
        padding-bottom: 36px;
    }
    .service-breadcrumb
        .breadcrumb
        .breadcrumb-item
        + .breadcrumb-item::before {
        margin: 0 6px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .service-detail-title {
        font-size: 1.8rem;
    }
    .service-detail-subtitle {
        font-size: 0.98rem;
    }
    .btn-primary-cta {
        padding: 9px 12px;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .service-title {
        font-size: 2rem;
    }

    .services-scroll-container {
        padding-right: 20px;
    }

    .service-image-column {
        display: none;
    }

    .service-item {
        min-height: auto;
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .hero-wrapper {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 2.3rem;
    }

    .services-tabs-wrapper {
        justify-content: flex-start;
        top: 60px;
    }

    .services-tabs {
        flex-wrap: nowrap;
        width: max-content;
    }

    .service-tab {
        padding: 10px 18px;
        font-size: 14px;
    }

    .service-title {
        font-size: 1.75rem;
    }

    .service-description {
        font-size: 1rem;
    }

    .service-item {
        padding: 40px 0;
    }
}
/* ========== CONTACT US SECTION ========== */
.contact-us-section

 {
    background: linear-gradient(180deg, #10194e 0%, #0b0e1c 40%, #0b0e1c 0%);
    padding: 100px 0;
    position: relative;
}

.contact-card {
    background: linear-gradient(135deg, #6373ff 0%, #8b6eff 100%);
    border-radius: 20px;
    height: 310px;
    padding: 36px 60px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 60px rgba(99, 115, 255, 0.4);
    /* max-width: 900px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(60px);
}

.contact-card-content {
    position: relative;
    z-index: 1;
}

.contact-title {
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 36px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.contact-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #ffffff;
    color: #6373ff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s
ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.contact-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    color: #6373ff;
}

.contact-cta-btn svg {
    transition: transform 0.3s ease;
}

.contact-cta-btn:hover svg {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
    .contact-card {
        padding: 30px 30px;
    }

    .contact-title {
        font-size: 2rem;
    }

    .contact-description {
        font-size: 1rem;
    }
}
/* Partners Hero Section */
.partners-hero-section {

    padding: 120px 0 80px;
    position: relative;
}

.partners-hero-section::before {
    content: "";
    position: absolute;
    right: -180px;
    top: -80px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(100, 100, 255, 0.15), transparent 70%);
    filter: blur(60px);
    pointer-events: none;
}

.partners-hero-title {
    font-size: 3.6rem;
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 24px;
}

.partners-hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 16px;
    max-width: 550px;
}

.partners-hero-subdescription {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 550px;
}

.partners-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-hero-image img {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Partners Grid Section */
.partners-grid-section {
    background: linear-gradient(180deg, #0b0e1c 0%, #10194e 100%);
    padding: 100px 0;
}

/* Partners Tabs */
.partners-tabs-wrapper {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 10px 0;
}

.partners-tabs {
    display: flex;
    gap: 12px;
    padding: 8px;
    border-radius: 16px;
}

.partner-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.877);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.877);
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    backdrop-filter: blur(10px);
}

.partner-tab:hover {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
}

.partner-tab.active {
    border: 1px solid white;
    color: white;
    box-shadow: 0 4px 16px rgba(99, 115, 255, 0.3);
}

/* Partners Grid */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.partner-card {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.877);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.partner-card:hover {
    border-color: white;
    box-shadow: 0 8px 32px rgba(99, 115, 255, 0.2);
    transform: translateY(-4px);
}

.partner-card-content {
    text-align: center;
}

.partner-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.partner-category {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
}

/* Partner Modal */
.partner-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
}

.partner-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
}

.partner-modal-content

 {
    position: relative;
    background: #1b203a;
    border-radius: 20px;
    max-width: 700px;
    width: 90%;
    margin: 16% auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.partner-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.partner-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.partner-modal-close {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.partner-modal-close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.partner-modal-body {
    padding: 32px;
}

.partner-modal-category {
    color: #6373ff;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.partner-modal-description {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0;
}

/* Body scroll lock when modal is open */
body.modal-open {
    overflow: hidden;
    padding-right: 15px; /* Compensate for scrollbar width */
}

/* Responsive Design */
@media (max-width: 768px) {
    .partners-hero-title {
        font-size: 2.5rem;
    }

        .partners-tabs {
        flex-wrap: nowrap;
        width: -webkit-fill-available;
    }

    .partner-tab {
        padding: 10px 18px;
        font-size: 14px;
    }

    .partners-grid {
        grid-template-columns: 1fr;
    }

    .partner-modal-content {
        margin: 20px auto;
        width: 95%;
    }

    .partner-modal-header,
    .partner-modal-body {
        padding: 20px;
    }

    body.modal-open {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .partners-hero-image img {
        max-width: 100%;
    }

    .partner-modal-content {
        margin: 10px auto;
        width: 98%;
    }
}

.section-title2

 {
    font-weight: 700;
    font-size: 25px;
    color: #e2e6f3ba;
}
/* ========== FOOTER ========== */
.site-footer {
    background:  #0b0e1c;
    color: rgba(255, 255, 255, 0.8);
    padding: 80px 0 0;

}

.footer-brand-col {
    margin-bottom: 40px;
}



.footer-logo-img {
    height: 80px;
    width: auto;
}

.footer-social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 115, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: #6373ff;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(99, 115, 255, 0.3);
}

.footer-links-row {
    justify-content: flex-end;
}


.footer-heading {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;

    letter-spacing: 0.5px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 0px;
}

.footer-links-list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links-list a:hover {
    color: #6373ff;
    transform: translateX(4px);
}

.footer-bottom {

    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright,
.footer-powered {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

.onezone-link {
    color: #6373ff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.onezone-link:hover {
    color: #8b6eff;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .blog-detail-hero {
    padding:0;

    }
    .service-detail-hero

 {
     padding: 0;

}
    .testimonial-card{
        height: auto;
    }
    .site-footer {
        padding: 60px 0 0;
    }

    .footer-links-row {
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}
/* HIDE DESKTOP HEADER ON MOBILE */
@media (max-width: 992px) {
    .main-header {
        display: none !important;
    }
}

/* Show Mobile Header Only on Mobile */
.mobile-header {
    display: none;
}
@media (max-width: 992px) {
    .mobile-header {
        display: block;
        padding: 16px 22px;
        position: sticky;
        top: 0;
        z-index: 9999;

        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
}

/* Swap positions on mobile: burger left, logo right */
.mobile-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; /* <-- THE MAGIC */
}

/* Burger Icon */
.mobile-menu-toggle {
    font-size: 30px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.mobile-menu-panel {
    position: fixed;
    left: -260px;   /* start hidden on the LEFT */
    top: 0;
    height: 100%;
    width: 260px;
    background: #10142a;
    padding: 40px 24px;
    transition: all 0.35s ease;
    z-index: 10000;
    box-shadow: 4px 0 20px rgba(0,0,0,0.4);
}

.mobile-menu-panel.open {
    left: 0;        /* slide open from the LEFT */
}




/* Close Button */
.mobile-menu-close {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 32px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* Menu Links */
.mobile-nav-list {
    list-style: none;
    margin-top: 50px;
    padding: 0;
    text-align: center;
}
.mobile-nav-list li {
    margin-bottom: 20px;
}
.mobile-nav-list a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

/* Contact Button */
.mobile-contact-btn {
    display: block;
    margin-top: 25px;
    padding: 12px 20px;
    font-weight: 600;
    background: #8b6eff;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}
