
    /* Required Custom CSS */
    .text-stroke-hollow { color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15); font-family: monospace; }
    .hover-expand-row { transition: all 0.4s ease; cursor: pointer; }
    .hover-expand-row:hover { background-color: #0a0a0a; padding-left: 2rem; border-left: 4px solid #a100ff; }
    
    /* Accenture Award Cards */
    .acc-award-card { position: relative; display: block; height: 280px; text-decoration: none; overflow: hidden; transition: transform 0.4s ease; }
    .acc-bg-blue { background-color: #0041f0; } .acc-bg-red { background-color:#C402BA; } .acc-bg-purple { background-color: #460073; }
    .acc-award-pattern { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='rgba(255,255,255,0.2)' stroke-width='1'%3E%3Cpath d='M100,50 C150,150 50,250 200,300 C350,350 300,100 400,200'/%3E%3Ccircle cx='150' cy='150' r='80'/%3E%3Ccircle cx='350' cy='250' r='120'/%3E%3Cpath d='M-50,200 C50,100 250,-50 350,100'/%3E%3C/g%3E%3C/svg%3E"); background-size: cover; opacity: 0.8; transition: transform 0.6s ease; z-index: 1; }
    .acc-award-content { position: absolute; bottom: 30px; left: 30px; right: 30px; z-index: 2; transition: transform 0.3s ease; }
    .acc-award-title { color: #ffffff; font-size: 1.15rem; line-height: 1.4; font-family: Georgia, serif; }
    .acc-award-hover { position: absolute; bottom: -30px; left: 30px; opacity: 0; z-index: 2; transition: all 0.3s ease; display: flex; align-items: center; }
    .acc-award-hover span { color: #ffffff; font-family: monospace; font-size: 0.85rem; letter-spacing: 2px; font-weight: bold; }
    .acc-award-card:hover { transform: translateY(-8px); }
    .acc-award-card:hover .acc-award-pattern { transform: scale(1.05); }
    .acc-award-card:hover .acc-award-content { transform: translateY(-35px); }
    .acc-award-card:hover .acc-award-hover { bottom: 30px; opacity: 1; }

    /* Neon Glassmorphism specific to this option */
    .bg-deep-space { background-color: #030305; position: relative; overflow: hidden; }
    .glass-panel { background: rgba(25, 25, 30, 0.4); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.4s ease; z-index: 2; position: relative; }
    .glass-panel:hover { background: rgba(35, 35, 45, 0.6); border: 1px solid rgba(161, 0, 255, 0.4); transform: translateY(-5px); }
    .glow-orb { position: absolute; border-radius: 50%; filter: blur(100px); z-index: 0; opacity: 0.4; }
    .orb-purple { background: rgba(161, 0, 255, 0.5); width: 400px; height: 400px; }
    .orb-blue { background: rgba(0, 229, 255, 0.4); width: 500px; height: 500px; }
    .glass-input { background: rgba(0, 0, 0, 0.4) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; color: #fff !important; }
    .glass-input:focus { border-color: #a100ff !important; box-shadow: 0 0 15px rgba(161, 0, 255, 0.2) !important; }
     .hover-bg-gradient:hover {
    background: linear-gradient(135deg, rgba(161,0,255,0.08), rgba(0,65,240,0.08), rgba(0,0,0,1));
    transform: translateY(-6px);
}

.transition-all {
    transition: all 0.4s ease;
}
.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.text-gradient-solid {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




    /* Text & Typography */
    /* .text-gradient {
        background: var(--gradient-brand);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    } */
    .kicker-text {
        font-size: 0.85rem;
        letter-spacing: 2px;
        text-transform: capitalize;
        font-weight: 600;
        color: var(--text-muted);
    }

    /* Primary Gradient Button (Matches Home Page CTA) */
    .btn-brand-gradient {
        background: var(--gradient-brand);
        color: #ffffff !important;
        border: none;
        padding: 14px 36px;
        font-weight: 600;
        border-radius: 6px;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 4px 15px rgba(123, 0, 255, 0.3);
    }
    .btn-brand-gradient:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(255, 0, 234, 0.4);
    }
    
    .btn-outline-light {
        border: 1px solid var(--border-subtle);
        color: #fff;
        padding: 14px 36px;
        font-weight: 600;
        border-radius: 6px;
    }
    .btn-outline-light:hover {
        background: rgba(255,255,255,0.05);
        color: #fff;
    }

    /* Cards & Containers (Matches "Our Expertise" & "Achievements") */
    .theme-card {
        background-color: var(--card-dark);
        border: 1px solid var(--border-subtle);
        border-radius: 12px;
        transition: all 0.3s ease;
        overflow: hidden;
    }
    .theme-card:hover {
        border-color: rgba(255, 0, 234, 0.3);
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }
    
    /* Stats Box (Matches "Our Achievements") */
    .stat-box {
        background-color: var(--card-dark);
        border: 1px solid var(--border-subtle);
        border-radius: 8px;
        padding: 2.5rem 1.5rem;
        transition: all 0.3s ease;
    }
    .stat-box:hover { border-color: rgba(255,255,255,0.2); }

    /* Inputs for Form */
    .theme-input {
        background-color: #050505 !important;
        border: 1px solid var(--border-subtle) !important;
        color: #ffffff !important;
        padding: 14px !important;
        border-radius: 6px !important;
    }
    .theme-input:focus {
        border-color: var(--brand-purple) !important;
        box-shadow: 0 0 0 0.25rem rgba(123, 0, 255, 0.25) !important;
    }

    /* FAQ Accordion */
    .theme-accordion .accordion-item {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid var(--border-subtle);
    }
    .theme-accordion .accordion-button {
        background-color: transparent;
        color: #ffffff;
        font-weight: 600;
        font-size: 1.1rem;
        padding: 1.5rem 0;
        box-shadow: none;
    }
    .theme-accordion .accordion-button:not(.collapsed) {
        color: var(--brand-magenta);
        background-color: transparent;
    }
    .theme-accordion .accordion-button::after { filter: invert(1); }
    .theme-accordion .accordion-body { padding: 0 0 1.5rem 0; color: var(--text-muted); }
    
    /* Section Padding Spacing */
    .py-section { padding-top: 3rem; padding-bottom: 3rem; }
    @media (max-width: 768px) { .py-section { padding-top: 4rem; padding-bottom: 4rem; } }

/* ---------------------------------------------------- */


/* ============================= */
/* 📱 MOBILE (max-width: 767px) */
/* ============================= */
@media (max-width: 767px) {

    /* Headings */
    h1.display-1 {
        font-size: 2.1rem !important;
        line-height: 1.3;
        font-weight: 500;
    }

    h2.display-4,
    h2.display-5,
    h2.display-6 {
        font-size: 1.8rem !important;
    }

    h1.display-3 {
        font-size: 2rem !important;
    }

    /* Section padding */
    .section-padding,
    .py-section {
        padding: 3rem 0 !important;
    }

    /* Hero section */
    section[style*="min-height: 75vh"] {
        min-height: auto !important;
        padding-top: 6rem !important;
        padding-bottom: 3rem !important;
    }

    /* Buttons stack */
    .d-flex.flex-wrap.gap-4 {
        flex-direction: column;
        align-items: flex-start !important;
    }

    /* Image scaling */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Sticky left section disable */
    .position-sticky {
        position: relative !important;
        height: auto !important;
    }

    /* Grid cards spacing */
    .p-5 {
        padding: 2rem !important;
    }

    /* Stats section */
    .text-stroke-hollow {
        font-size: 25vw !important;
    }

    /* Hover rows */
    .hover-expand-row:hover {
        padding-left: 1rem !important;
    }

    /* Timeline / content spacing */
    .row.g-0 > div {
        padding: 1.0rem !important;
    }

    /* Forms */
    .theme-input {
        padding: 12px !important;
    }

}


/* ============================= */
/* 📱 TABLET (768px - 991px) */
/* ============================= */
@media (min-width: 768px) and (max-width: 991px) {

    h1.display-1 {
        font-size: 3.2rem !important;
    }

    h2.display-4 {
        font-size: 2.5rem !important;
    }

    .section-padding,
    .py-section {
        padding: 4rem 0 !important;
    }

    .position-sticky {
        position: relative !important;
        height: auto !important;
    }

    .p-5 {
        padding: 2.5rem !important;
    }

}


/* ============================= */
/* 💻 SMALL LAPTOP (992px - 1199px) */
/* ============================= */
@media (min-width: 992px) and (max-width: 1199px) {

    h1.display-1 {
        font-size: 3.8rem !important;
    }

    h2.display-4 {
        font-size: 3rem !important;
    }

}




/* Better container spacing on small devices */
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Improve button responsiveness */
@media (max-width: 576px) {
    .btn,
    .btn-flat-standard,
    .btn-brand-gradient {
        width: 100%;
        text-align: center;
    }
}

/* Cards responsive spacing */
@media (max-width: 767px) {
    .acc-award-card {
        height: auto;
        padding: 7rem;
    }
    
}






/* ---------------------------------------------------- */

    .modern-ref-intro{
        padding-top: 170px;
    }
    .modern-ref-page {
        background: #000;
        color: #fff;
    }

    .min-vh-75 {
        min-height: 75vh;
    }

    .modern-ref-kicker {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #b8b8b8;
        margin-bottom: 20px;
    }

    .modern-ref-title {
        font-size: clamp(2.3rem, 5vw, 4.0rem);
        font-weight: 600;
        line-height: 1.02;
        letter-spacing: -2px;
        max-width: 900px;
        color: #fff;
        margin-bottom: 24px;
    }

    .modern-ref-subtitle {
        font-size: 1.2rem;
        line-height: 1.8;
        color: #c6c6c6;
        max-width: 760px;
    }

   

    .modern-ref-hero-image {
        position: absolute;
        inset: 0;
        z-index: 0;
        opacity: 0.55;
    }

    .modern-ref-hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .modern-ref-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0,0,0,0.88) 20%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.75) 100%);
        z-index: 1;
    }

    .modern-ref-hero .container-fluid {
        position: relative;
        z-index: 2;
        padding-bottom: 80px;
    }

    .modern-ref-heading,
    .modern-ref-heading-sm {
        font-size: clamp(2rem, 3vw, 3.2rem);
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -1px;
        color: #fff;
    }

    .modern-ref-heading-sm {
        font-size: clamp(1.8rem, 3vw, 2.5rem);
    }

    .modern-ref-body {
        color: #c0c0c0;
        line-height: 1.9;
        font-size: 1.04rem;
        text-align: justify;
    }

    .modern-ref-body.large {
        font-size: 1.12rem;
    }

    .modern-story-card {
        background: #050505;
        overflow: hidden;
        transition: 0.3s ease;
        height: 100%;
    }

    .modern-story-card img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        display: block;
    }

    .modern-story-card.large-card img {
        height: 420px;
    }

    .modern-story-card:hover {
        transform: translateY(-4px);
    }

    .modern-story-content {
        padding: 28px 0 0;
    }

    .story-line {
        display: inline-block;
        width: 22px;
        height: 3px;
        background: #a100ff;
        margin-bottom: 16px;
    }

    .modern-story-content h4 {
        font-size: 1.35rem;
        font-weight: 600;
        margin-bottom: 14px;
        color: #fff;
    }

    .modern-story-content p {
        color: #bcbcbc;
        line-height: 1.8;
        margin-bottom: 14px;
    }

    .modern-story-content a,
    .text-link-modern {
        color: #fff;
        text-decoration: none;
        font-size: 0.95rem;
        transition: 0.3s ease;
    }

    .modern-story-content a:hover,
    .text-link-modern:hover {
        color: #a100ff;
    }

    .modern-banner-image img {
        width: 100%;
        border-radius: 0;
        object-fit: cover;
    }

    .modern-timeline-wrap {
        /*border-top: 1px solid rgba(255,255,255,0.08);*/
    }

    .modern-timeline-row {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 30px;
        padding: 28px 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .modern-timeline-index {
        font-size: 1.8rem;
        font-weight: 600;
        color: #8a8a8a;
    }

    .modern-timeline-text h5 {
        font-size: 1.35rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 10px;
    }

    .modern-timeline-text p {
        color: #bcbcbc;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .modern-solution-list {
        list-style: none;
        padding: 0;
        margin: 30px 0 0;
    }

    .modern-solution-list li {
        font-size: 1.15rem;
        color: #d0d0d0;
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }

    .modern-solution-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        width: 8px;
        height: 8px;
        background: #a100ff;
    }

    .modern-solution-highlight {
        border-top: 1px solid rgba(255,255,255,0.08);
        padding-top: 30px;
    }

    .modern-solution-highlight h4 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 18px;
        color: #fff;
    }

    .modern-solution-highlight p {
        color: #c0c0c0;
        line-height: 1.9;
        margin-bottom: 0;
    }

    .modern-solution-highlight img {
        width: 100%;
        object-fit: cover;
    }

    .modern-ref-cta {
        background: #080808;
    }
        .modern-timeline-wrap {
        position: relative;
        padding-left: 30px;
        border-left: 1px solid rgba(255,255,255,0.08);
    }

    .modern-timeline-item {
        position: relative;
        padding: 0 0 40px 30px;
    }

    .modern-timeline-item:last-child {
        padding-bottom: 0;
    }

    .modern-timeline-number {
        position: absolute;
        left: -52px;
        top: 0;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background:#5A0896;
        color:#fff;
        font-size: 13px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modern-timeline-content {
        background: #0b0b0b;
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 18px;
        padding: 28px;
    }

    .modern-timeline-content h5 {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .modern-timeline-content p {
        color: #b8b8b8;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .modern-cta-section {
        background: #000;
    }

    .btn-outline-light-custom {
        padding: 13px 28px;
        border: 1px solid rgba(255,255,255,0.18);
        border-radius: 50px;
        color: #fff;
        text-decoration: none;
        transition: 0.3s ease;
        font-weight: 500;
    }

    .btn-outline-light-custom:hover {
        background: rgba(255,255,255,0.06);
        color: #fff;
    }
    .service-para-text{
          margin-bottom: 1rem;
    font-family: "GT sectra fine", Platino;
    font-size: 22px !important;
    color: white !important;
    letter-spacing: 1.1px;
    font-weight: 300;
    }


    html, body {
    overflow-x: hidden;
    width: 100%;
}

* {
    box-sizing: border-box;
}

    @media (max-width: 991px) {
        .modern-main-title {
            font-size: 2.6rem;
        }

        .modern-hero-image {
            min-height: 320px;
        }

        .modern-timeline-wrap {
            padding-left: 20px;
        }

        .modern-timeline-item {
            padding-left: 24px;
        }

        .modern-timeline-number {
            left: -40px;
            width: 34px;
            height: 34px;
            font-size: 11px;
        }
    }

    @media (max-width: 991px) {
       

        .modern-ref-title {
            font-size: 2.6rem;
        }

        .modern-timeline-row {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .modern-story-card img,
        .modern-story-card.large-card img {
            height: 240px;
        }
         .modern-ref-intro{
        padding-top: 70px;
    }
    .Mod-height{
        height: 200px;
    }
    .service-para-text{
   font-size: 17px !important;
   font-weight: 100;
    }
    }
