/* Digital Seva Exact Header & Landing Page Stylesheet - 100% Mobile Responsive */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    overflow-x: clip;
}

body {
    width: 100%;
    overflow-x: clip;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1f2937;
    background-color: #f4f6f9;
    -webkit-text-size-adjust: 100%;
}

.ds-header-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 70px;
}

.ds-header-container-fluid {
    width: 100%;
    padding: 0 70px;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
    gap: 1rem;
}

/* =========================================================
   1. SEPARATE EXACT LANDING HEADER STYLES
   ========================================================= */
.ds-exact-header {
    width: 100%;
    position: relative !important;
    top: auto !important;
    z-index: 100 !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08) !important;
}

.ds-top-coral-bar,
.ds-top-gov-bar {
    background: linear-gradient(90deg, #07172c 0%, #0d284f 40%, #12396d 75%, #0b2244 100%) !important;
    border-top: 3px solid #ff7b25 !important;
    padding: 0.42rem 0 !important;
    color: #ffffff !important;
    position: relative;
}

.ds-top-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ds-top-left-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #e2e8f0;
    letter-spacing: 0.02em;
}

.ds-gov-flag {
    font-size: 1.05rem;
    line-height: 1;
}

.ds-gov-title {
    color: #f1f5f9;
    font-weight: 600;
    font-size: 0.82rem;
    white-space: nowrap;
}

.ds-gov-subtext {
    display: inline;
}

@media (max-width: 991px) {
    .ds-gov-subtext {
        display: none !important;
    }
}

.ds-top-right-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.25rem;
}

.ds-font-controls {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.ds-font-btn {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    padding: 0.18rem 0.55rem;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.ds-font-btn:hover {
    background: #ffffff;
    color: #0b254a;
    border-color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.ds-follow-dropdown {
    position: relative;
}

.ds-follow-btn {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.65rem;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.ds-follow-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.45);
}

.ds-follow-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    min-width: 145px;
    padding: 0.4rem 0;
    z-index: 1000;
    border: 1px solid #e2e8f0;
}

.ds-follow-dropdown:hover .ds-follow-menu,
.ds-follow-menu.show-follow-menu {
    display: block;
}

.ds-social-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.85rem;
    color: #1e293b;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.ds-social-link:hover {
    background: #f1f5f9;
    color: #003366;
}

.ds-main-nav-bar {
    background-color: #ffffff;
    padding: 0.85rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border-bottom: 2px solid #edf2f7;
}

.ds-brand-logo-group {
    display: flex;
    align-items: center;
}

.ds-csc-img-logo {
    height: 46px;
    width: auto;
    display: block;
    transition: transform 0.25s ease;
}

.ds-csc-img-logo:hover {
    transform: scale(1.03);
}

.ds-brand-divider {
    height: 38px;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, #cbd5e1 50%, transparent 100%);
    margin: 0 1.25rem;
}

.ds-digital-india-img {
    height: 46px;
    width: auto;
    display: block;
    transition: transform 0.25s ease;
}

.ds-digital-india-img:hover {
    transform: scale(1.03);
}

.ds-logo-text-fallback {
    display: flex;
    flex-direction: column;
}

.ds-blue-text {
    font-size: 1.8rem;
    font-weight: 900;
    color: #003366;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ds-tagline {
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 700;
}

.ds-digital-india-text {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.1;
}

.di-orange { color: #f97316; }
.di-green { color: #16a34a; }
.ds-digital-india-text small { display: block; font-size: 0.65rem; color: #475569; font-weight: 600; }

.ds-mobile-hamburger {
    display: none;
    background: none;
    border: none;
    color: #003366;
    cursor: pointer;
    padding: 0.3rem;
}

.ds-nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ds-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #003366;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ds-quick-link:hover {
    color: #ff6e54;
}

/* Registration Button: Vibrant Sunset Amber / Saffron Gradient */
.btn-ds-join-vle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, #ff6b35 0%, #ea580c 50%, #d9480f 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35), 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.btn-ds-join-vle svg {
    fill: #ffffff !important;
    transition: transform 0.2s ease;
}

.btn-ds-join-vle:hover {
    background: linear-gradient(135deg, #ff7a47 0%, #f96316 50%, #e04b12 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(234, 88, 12, 0.45), 0 2px 5px rgba(0, 0, 0, 0.15);
}

.btn-ds-join-vle:hover svg {
    transform: scale(1.1);
}

.btn-ds-join-vle:active {
    transform: translateY(0);
}

/* Login Button: Deep Royal Navy / Sapphire Indigo Gradient */
.btn-ds-login {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, #0b3c78 0%, #0d52a7 50%, #1565c0 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    padding: 0.55rem 1.35rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(11, 60, 120, 0.38), 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.btn-ds-login svg {
    fill: #ffffff !important;
    transition: transform 0.2s ease;
}

.btn-ds-login:hover {
    background: linear-gradient(135deg, #0d468b 0%, #0f5dbf 50%, #1976d2 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 7px 22px rgba(11, 60, 120, 0.48), 0 2px 5px rgba(0, 0, 0, 0.15);
}

.btn-ds-login:hover svg {
    transform: translateX(2px) scale(1.08);
}

.btn-ds-login:active {
    transform: translateY(0);
}

/* Shining / Shimmer Light Reflection Effect on Action Buttons */
.btn-ds-join-vle::after,
.btn-ds-login::after,
.ds-btn-shimmer::after {
    content: '';
    position: absolute;
    top: -60%;
    left: -130%;
    width: 65%;
    height: 220%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.75) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 2;
    animation: ds-btn-shine-loop 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.btn-ds-join-vle:hover::after,
.btn-ds-login:hover::after,
.ds-btn-shimmer:hover::after {
    animation: ds-btn-shine-fast 0.85s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes ds-btn-shine-loop {
    0% {
        left: -130%;
    }
    30%, 100% {
        left: 170%;
    }
}

@keyframes ds-btn-shine-fast {
    0% {
        left: -130%;
    }
    100% {
        left: 170%;
    }
}

/* =========================================================
   2. MAIN LANDING SECTIONS STYLES
   ========================================================= */
.digital-seva-portal-main {
    width: 100%;
    background-color: #f4f6f9;
}

/* Ticker Bar (Positioned Below Hero Section) */
.digital-seva-ticker-bar {
    width: 100%;
    background-color: #01356F !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    box-shadow: 0 4px 12px rgba(1, 53, 111, 0.2);
}

.ticker-content-wrapper {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    overflow: hidden;
    width: 100%;
    padding: 0 70px 0 0;
}

.ticker-badge {
    background-color: #024b9c !important;
    color: #ffffff;
    padding: 0.75rem 1.25rem;
    border-radius: 0 !important;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    margin: 0 !important;
}

.ticker-finger-icon {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    flex-shrink: 0;
    display: block;
}

.ticker-text-scroll {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.ticker-link {
    display: inline-block;
    color: #f8fafc;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    animation: tickerScroll 30s linear infinite;
}

.ticker-link:hover {
    color: #ffc107;
    text-decoration: underline;
    animation-play-state: paused;
}

@keyframes tickerScroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Hero Section - Exact Full-Width Layout */
.digital-seva-hero {
    width: 100%;
    padding: 1.5rem 0 0 0;
    background-color: #dbebf6;
    color: #1e293b;
    overflow: hidden;
    position: relative;
}

.ds-hero-fluid-container {
    width: 100%;
    padding-left: clamp(2rem, 5vw, 4.5rem);
    padding-right: 0;
    margin: 0;
}

.digital-seva-hero-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 1rem;
}

.hero-text-content {
    flex: 0 0 auto;
    width: 100%;
    max-width: 530px;
    padding-top: 1.5rem;
    padding-bottom: 2.75rem;
    position: relative;
    z-index: 2;
}

.hero-banner-illustration {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    line-height: 0;
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
}

.hero-main-title {
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 1.15rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title-coral {
    color: #ff6e54;
    font-weight: 600;
    display: block;
}

.title-blue {
    color: #164299;
    font-weight: 600;
    display: block;
}

.hero-intro-text {
    font-size: 0.96rem;
    line-height: 1.55;
    color: #334155;
    margin-bottom: 1.5rem;
    max-width: 440px;
    font-weight: 500;
}

.hero-services-bullets {
    list-style: none;
    margin-bottom: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0;
}

.bullet-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.bullet-hand-icon {
    flex-shrink: 0;
    fill: #164299;
}

.bullet-text {
    font-size: 0.98rem;
    font-weight: 700;
    color: #164299;
}

.hero-button-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-digital-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ff6e54;
    color: #ffffff !important;
    padding: 0.65rem 1.35rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(255, 110, 84, 0.35);
    transition: all 0.25s ease;
}

.btn-digital-primary:hover {
    background-color: #e55642;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 110, 84, 0.45);
}

.hero-tree-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    line-height: 0;
}

.ds-hero-tree-img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: bottom right;
    vertical-align: bottom;
    margin-bottom: 0;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

/* =========================================================
   ABOUT US SECTION STYLES
   ========================================================= */
.digital-seva-about-section {
    padding: 4.5rem 0 3.5rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

.about-section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 3rem auto;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.95rem;
    background: rgba(11, 60, 120, 0.08);
    color: #0b3c78;
    border: 1px solid rgba(11, 60, 120, 0.15);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.85rem;
}

.about-main-title {
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.85rem;
}

.about-subtitle {
    font-size: 1.02rem;
    color: #475569;
    line-height: 1.6;
    font-weight: 500;
}

.about-content-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    align-items: stretch;
}

@media (max-width: 991px) {
    .about-content-grid {
        grid-template-columns: 1fr;
    }
}

.about-story-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.25rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-card-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.85rem;
}

.about-story-p {
    font-size: 0.96rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 1.75rem;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

@media (max-width: 600px) {
    .about-features-grid {
        grid-template-columns: 1fr;
    }
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    transition: all 0.25s ease;
}

.about-feature-item:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.about-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-blue { background: rgba(14, 116, 217, 0.12); color: #0284c7; }
.icon-green { background: rgba(16, 185, 129, 0.12); color: #059669; }
.icon-orange { background: rgba(249, 115, 22, 0.12); color: #ea580c; }
.icon-purple { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }

.about-feature-text h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.about-feature-text p {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.45;
}

.about-stats-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.stat-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.5rem 1.2rem;
    text-align: center;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: all 0.25s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    border-color: #0284c7;
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.12);
}

.stat-number {
    font-size: 1.95rem;
    font-weight: 900;
    background: linear-gradient(135deg, #0b3c78 0%, #0284c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.35rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.84rem;
    color: #475569;
    font-weight: 600;
    line-height: 1.35;
}

.about-cta-box {
    background: linear-gradient(135deg, #0b3c78 0%, #092850 60%, #04142b 100%);
    border-radius: 16px;
    padding: 1.75rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    box-shadow: 0 10px 25px rgba(11, 60, 120, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 600px) {
    .about-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cta-text-side h4 {
    font-size: 1.12rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.35rem;
}

.cta-text-side p {
    font-size: 0.86rem;
    color: #cbd5e1;
    line-height: 1.45;
}

.btn-about-join {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ff6b35 0%, #ea580c 100%);
    color: #ffffff !important;
    padding: 0.65rem 1.35rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.4);
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

.btn-about-join:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.5);
}

/* =========================================================
   SERVICES SECTION (Crisp Modern White & Royal Sapphire Theme)
   ========================================================= */
.digital-seva-services-section {
    padding: 4rem 0 4.5rem 0;
    background: #f8fafc;
}

.services-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
}

.services-main-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

.title-dark {
    color: #0f172a;
}

.title-coral {
    color: #ff6b57;
}

.ds-tab-header {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    margin-bottom: -1px;
}

.ds-tab-btn {
    padding: 0.8rem 1.4rem;
    background-color: #e2e8f0;
    border: 1.5px solid #cbd5e1;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ds-tab-btn:hover {
    background-color: #cbd5e1;
    color: #0f172a;
}

.ds-tab-btn.active {
    background-color: #ffffff;
    color: #0b3c78;
    border-color: #cbd5e1;
    border-bottom: 2px solid #ffffff;
    margin-bottom: -1px;
    z-index: 2;
    box-shadow: 0 -4px 12px rgba(15, 23, 42, 0.04);
}

.ds-tab-content {
    display: none;
}

.ds-tab-content.active {
    display: block;
}

/* Outer Container Frame (Crisp modern white & subtle shadow) */
.services-outer-frame {
    background-color: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 14px 0 14px 14px;
    padding: 2.25rem;
    position: relative;
    box-shadow: 0 10px 35px -5px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(0, 0, 0, 0.04);
}

/* Sub-tabs */
.ds-subtab-bar {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.ds-subtab-btn {
    padding: 0.55rem 1.35rem;
    background-color: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ds-subtab-btn:hover {
    background-color: #e2e8f0;
    color: #0f172a;
}

.ds-subtab-btn.active {
    background: linear-gradient(135deg, #0b3c78 0%, #0284c7 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.35);
}

.g2c-subcontent {
    display: none;
}

.g2c-subcontent.active {
    display: block;
}

/* Grid for 15 Cards */
.ds-services-grid-15 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
}

@media (max-width: 1200px) {
    .ds-services-grid-15 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .ds-services-grid-15 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .ds-services-grid-15 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Exact Card Design */
.ds-service-card-exact {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 1.6rem 0.85rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.9rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    border: 1.5px solid #edf2f7;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ds-service-card-exact:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
    border-color: #38bdf8;
}

.card-logo-frame {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    padding: 6px;
    transition: transform 0.2s ease;
}

.ds-service-card-exact:hover .card-logo-frame {
    transform: scale(1.08);
    background-color: #f0f9ff;
    border-color: #bae6fd;
}

.card-title-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}

.ds-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

.ds-service-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.ds-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 51, 102, 0.1);
    border-color: #003366;
}

.ds-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.icon-blue { background-color: #e7f1ff; color: #0066cc; }
.icon-red { background-color: #ffe3e3; color: #d90429; }
.icon-green { background-color: #e6fcf5; color: #0ca678; }
.icon-orange { background-color: #fff4e6; color: #f76707; }
.icon-purple { background-color: #f3d9fa; color: #ae3ec9; }
.icon-indigo { background-color: #edf2ff; color: #4263eb; }
.icon-teal { background-color: #e6fcfe; color: #0c8599; }
.icon-amber { background-color: #fff9db; color: #f59f00; }
.icon-pink { background-color: #fff0f6; color: #d6336c; }
.icon-emerald { background-color: #d1fae5; color: #059669; }
.icon-cyan { background-color: #cff4fc; color: #0dcaf0; }

.ds-service-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

.ds-service-card p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
}

/* State Grid */
.ds-state-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.85rem;
}

.ds-state-pill {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.2s ease;
}

.ds-state-pill:hover {
    background-color: #003366;
    color: #ffffff;
    border-color: #003366;
}

/* News Section (Matching Exact UI Mockup) */
.digital-news-section {
    padding: 3.5rem 0 4.5rem 0;
    background-color: #ffffff;
}

.news-main-title {
    font-size: 2.3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 2.5rem;
}

.news-cards-grid-exact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-bottom: 2rem;
}

@media (max-width: 900px) {
    .news-cards-grid-exact {
        grid-template-columns: repeat(1, 1fr);
    }
}

.news-card-exact {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

.news-card-exact:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.news-banner-frame {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.news-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-badge-overlay {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
}

.badge-green {
    background-color: #38a169;
}

.badge-red {
    background-color: #e53e3e;
}

.news-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1rem 0.25rem 0.25rem 0.25rem;
}

.news-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

.news-card-desc {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.news-card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-date-group {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
}

.btn-view-detail {
    background-color: #f1f5f9;
    color: #334155;
    padding: 0.4rem 0.85rem;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-view-detail:hover {
    background-color: #e2e8f0;
    color: #0f172a;
}

.news-view-all-container {
    display: flex;
    justify-content: flex-end;
}

.btn-news-view-all {
    background-color: #ff6b57;
    color: #ffffff !important;
    padding: 0.65rem 1.6rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(255, 107, 87, 0.3);
    transition: all 0.2s ease;
}

.btn-news-view-all:hover {
    background-color: #e55642;
    transform: translateY(-1px);
}

/* Promotional Banners Section (Matching Exact UI Screenshot) */
.digital-promo-banners-section {
    padding: 3rem 0 4rem 0;
    background-color: #ffffff;
}

.promo-banners-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media (max-width: 991px) {
    .promo-banners-grid {
        grid-template-columns: 1fr;
    }
}

.promo-banner-card {
    background: linear-gradient(135deg, #dbebf6 0%, #c6e0f3 100%);
    border-radius: 16px;
    padding: 1.75rem 2rem;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
    align-items: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(198, 224, 243, 0.5);
    overflow: hidden;
    position: relative;
}

.promo-brand-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.logo-csc-text {
    font-size: 1.8rem;
    font-weight: 900;
    color: #0b4d8c;
    line-height: 1;
    letter-spacing: 0.04em;
}

.logo-csc-sub {
    font-size: 0.62rem;
    font-weight: 700;
    color: #64748b;
}

.promo-title {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.text-blue {
    color: #0c4a8a;
}

.text-red {
    color: #e53e3e;
}

.text-black {
    color: #0f172a;
}

.text-green {
    color: #10b981;
}

.promo-subtitle {
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    letter-spacing: 0.01em;
}

.promo-tag-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.4rem 0.85rem;
    border-radius: 6px;
    letter-spacing: 0.02em;
    text-decoration: none;
    word-break: break-all;
}

.badge-red-solid {
    background-color: #ef4444;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.badge-green-solid {
    background-color: #10b981;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
}

.promo-card-graphic {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-graphic-img {
    max-width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    border-radius: 12px;
}

/* =========================================================
   APPLY FOR DIGITAL SEVA KENDRA CTA BANNER STRIP
   ========================================================= */
.ds-apply-kendra-banner-section {
    width: 100%;
    background: linear-gradient(90deg, #d3381c 0%, #eb4e24 45%, #fa7119 100%);
    padding: 1.35rem 0;
    box-shadow: 0 4px 20px rgba(211, 56, 28, 0.25);
    position: relative;
    overflow: hidden;
}

.ds-apply-kendra-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.ds-apply-kendra-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.btn-ds-apply-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff8c3b 0%, #ff7315 50%, #f95f00 100%);
    color: #ffffff !important;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.75rem 2.5rem;
    border-radius: 36px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-ds-apply-now:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.45);
    background: linear-gradient(135deg, #ff9b52 0%, #ff7e24 50%, #fa6a0d 100%);
}

.btn-ds-apply-now:active {
    transform: translateY(0) scale(0.98);
}

@media (max-width: 768px) {
    .ds-apply-kendra-banner-section {
        padding: 1.2rem 0;
    }

    .ds-apply-kendra-flex {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .ds-apply-kendra-title {
        font-size: 1.45rem;
    }

    .btn-ds-apply-now {
        padding: 0.6rem 2rem;
        font-size: 1rem;
    }
}

/* VLE Testimonials / Stories Section (Matching Exact UI Mockup) */
.vle-stories-section {
    padding: 4rem 0 4.5rem 0;
    background-color: #fffbf7;
}

.vle-stories-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.vle-main-title {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.vle-sub-desc {
    color: #475569;
    font-size: 1.05rem;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
}

.vle-stories-grid-exact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 900px) {
    .vle-stories-grid-exact {
        grid-template-columns: repeat(1, 1fr);
    }
}

.vle-story-card-exact {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.vle-story-card-exact:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.vle-star-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
}

.star-icon {
    color: #f59e0b;
    font-size: 1.25rem;
    line-height: 1;
}

.star-half {
    opacity: 0.4;
}

.vle-story-quote {
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.65;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.vle-author-info {
    margin-top: auto;
}

.vle-author-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.15rem;
}

.vle-author-location {
    font-size: 0.88rem;
    color: #475569;
    font-weight: 600;
}

.vle-view-all-container {
    display: flex;
    justify-content: flex-end;
}

.btn-vle-view-all {
    background-color: #ff6b57;
    color: #ffffff !important;
    padding: 0.65rem 1.6rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(255, 107, 87, 0.3);
    transition: all 0.2s ease;
}

.btn-vle-view-all:hover {
    background-color: #e55642;
    transform: translateY(-1px);
}

/* =========================================================
   3. SEPARATE LANDING FOOTER STYLES (Modern Luxury Dark Gradient)
   ========================================================= */
.ds-landing-footer-exact {
    width: 100%;
    background: linear-gradient(180deg, #07152b 0%, #040d1c 45%, #020710 100%);
    color: #e2e8f0;
    font-family: inherit;
    position: relative;
    padding-top: 4.5rem;
    overflow: hidden;
    border-top: 2px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.35);
}

.ds-landing-footer-exact::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 10%;
    width: 500px;
    height: 320px;
    background: radial-gradient(circle, rgba(14, 116, 217, 0.15) 0%, rgba(14, 116, 217, 0) 70%);
    pointer-events: none;
}

.ds-landing-footer-exact::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 8%;
    width: 450px;
    height: 280px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.1) 0%, rgba(234, 88, 12, 0) 70%);
    pointer-events: none;
}

.ds-footer-columns-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    padding-bottom: 3.5rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 900px) {
    .ds-footer-columns-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 550px) {
    .ds-footer-columns-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.75rem;
    }
}

.footer-col-title {
    font-size: 1.12rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.35rem;
    letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 0.6rem;
    display: inline-block;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2.5px;
    background: linear-gradient(90deg, #ff6b35 0%, #38bdf8 100%);
    border-radius: 2px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links-list a {
    color: #94a3b8;
    font-size: 0.92rem;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: all 0.22s ease;
}

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

.footer-quick-text {
    font-size: 0.92rem;
    color: #94a3b8;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-weight: 500;
}

.footer-quick-text a {
    color: #38bdf8;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-quick-text a:hover {
    color: #7dd3fc;
    text-decoration: underline;
}

.footer-social-row {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.follow-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #e2e8f0;
}

.social-icons-group {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.social-icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    backdrop-filter: blur(4px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon-btn:hover {
    background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.4);
}

/* Sub-footer / Bottom Info Row */
.ds-sub-footer-exact {
    background-color: #020710;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 1.35rem 0;
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.sub-footer-flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    text-align: center;
}

.sub-foot-item {
    color: #94a3b8;
}

.sub-foot-item strong {
    color: #f1f5f9;
}

.sub-foot-sep {
    color: #334155;
    font-size: 0.8rem;
}

/* Floating Widgets */
.floating-footer-widgets {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.65rem;
}

a.widget-bot-btn, .widget-bot-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(29, 78, 216, 0.4);
    cursor: pointer;
    transition: transform 0.2s ease;
    text-decoration: none;
}

.widget-bot-btn:hover {
    transform: scale(1.08);
}

.widget-lang-btn {
    background-color: #001229;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    padding: 0.35rem 0.6rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* =========================================================
   4. 100% MOBILE RESPONSIVE MEDIA QUERIES
   ========================================================= */

@media (max-width: 991px) {
    .ds-header-container-fluid,
    .ds-header-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Top Bar Mobile Optimization */
    .ds-top-coral-bar,
    .ds-top-gov-bar {
        padding: 0.35rem 0 !important;
    }

    .ds-top-bar-flex {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0.5rem !important;
        width: 100% !important;
    }

    .ds-top-left-group {
        display: flex !important;
        align-items: center !important;
        gap: 0.35rem !important;
        font-size: 0.78rem !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .ds-gov-title {
        font-size: 0.78rem !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .ds-gov-subtext {
        display: none !important;
    }

    .ds-top-right-group {
        display: flex !important;
        align-items: center !important;
        gap: 0.35rem !important;
        flex-shrink: 0 !important;
    }

    .ds-font-controls {
        display: flex !important;
        gap: 0.18rem !important;
    }

    .ds-font-btn {
        padding: 0.12rem 0.38rem !important;
        font-size: 0.68rem !important;
        font-weight: 700 !important;
        border-radius: 3px !important;
    }

    .ds-follow-btn {
        padding: 0.12rem 0.45rem !important;
        font-size: 0.72rem !important;
        gap: 0.25rem !important;
        border-radius: 3px !important;
    }

    /* Main Navigation Bar Mobile Optimization */
    .ds-main-nav-bar {
        padding: 0.5rem 0.6rem !important;
        background-color: #ffffff !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
    }

    .ds-brand-logo-group {
        display: flex !important;
        align-items: center !important;
        gap: 0.35rem !important;
        min-width: 0 !important;
    }

    .ds-csc-img-logo {
        height: 32px !important;
        max-height: 32px !important;
        width: auto !important;
        display: block !important;
    }

    .ds-digital-india-img {
        height: 32px !important;
        max-height: 32px !important;
        width: auto !important;
        display: block !important;
    }

    .ds-brand-divider {
        height: 22px !important;
        margin: 0 0.4rem !important;
        border-left: 1px solid #cbd5e1 !important;
    }

    .ds-mobile-hamburger {
        display: none !important;
    }

    .ds-quick-link {
        display: none !important;
    }

    .ds-nav-actions {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 0.4rem !important;
        width: auto !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        border-top: none !important;
        flex-shrink: 0 !important;
    }

    .btn-ds-join-vle {
        justify-content: center;
        width: auto !important;
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        border-radius: 7px !important;
        background: linear-gradient(135deg, #ff6b35 0%, #ea580c 50%, #d9480f 100%) !important;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        box-shadow: 0 2px 8px rgba(234, 88, 12, 0.3) !important;
        gap: 0.3rem !important;
    }

    .btn-ds-login {
        justify-content: center;
        width: auto !important;
        padding: 0.4rem 0.85rem !important;
        font-size: 0.8rem !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        border-radius: 7px !important;
        background: linear-gradient(135deg, #0b3c78 0%, #0d52a7 50%, #1565c0 100%) !important;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        box-shadow: 0 2px 8px rgba(11, 60, 120, 0.3) !important;
        gap: 0.3rem !important;
    }

    .ds-hero-fluid-container {
        padding: 0 1.25rem !important;
    }

    .digital-seva-hero-card {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1.5rem !important;
        text-align: left !important;
    }

    .hero-text-content {
        max-width: 100% !important;
        padding-bottom: 1rem !important;
    }

    .hero-banner-illustration {
        width: 100% !important;
        justify-content: center !important;
    }

    .hero-main-title {
        font-size: 2.1rem;
        text-align: left !important;
    }

    .hero-intro-text {
        max-width: 100%;
        text-align: left !important;
    }

    .hero-button-group {
        justify-content: flex-start !important;
    }

    .news-header-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    /* Responsive Services Section Styling */
    .digital-seva-services-section {
        padding: 1.75rem 0 !important;
    }

    .services-top-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem !important;
    }

    .services-main-title {
        font-size: 1.75rem !important;
        margin-bottom: 0.25rem !important;
    }

    .ds-tab-header {
        width: 100% !important;
        display: flex !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        gap: 0.35rem !important;
        border-bottom: 1.5px solid #cbd5e1 !important;
    }

    .ds-tab-header::-webkit-scrollbar {
        display: none !important;
    }

    .ds-tab-btn {
        flex-shrink: 0 !important;
        padding: 0.6rem 0.9rem !important;
        font-size: 0.82rem !important;
        white-space: nowrap !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .services-outer-frame {
        padding: 1rem 0.75rem !important;
        border-radius: 0 0 12px 12px !important;
        border-color: #cbd5e1 !important;
    }

    .ds-subtab-bar {
        display: flex !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        gap: 0.4rem !important;
        margin-bottom: 1.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .ds-subtab-bar::-webkit-scrollbar {
        display: none !important;
    }

    .ds-subtab-btn {
        flex-shrink: 0 !important;
        padding: 0.4rem 0.85rem !important;
        font-size: 0.8rem !important;
        white-space: nowrap !important;
    }

    .ds-services-grid-15 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;
    }
}

@media (max-width: 576px) {
    .ds-header-container-fluid,
    .ds-header-container {
        padding: 0 0.5rem !important;
    }

    .ds-top-bar-flex {
        gap: 0.25rem !important;
    }

    .ds-top-left-group {
        font-size: 0.72rem !important;
        gap: 0.25rem !important;
    }

    .ds-gov-title {
        font-size: 0.72rem !important;
    }

    .ds-top-right-group {
        gap: 0.25rem !important;
    }

    .ds-font-btn {
        padding: 0.1rem 0.32rem !important;
        font-size: 0.65rem !important;
    }

    .ds-follow-btn {
        padding: 0.1rem 0.38rem !important;
        font-size: 0.68rem !important;
    }

    .ds-main-nav-bar {
        padding: 0.45rem 0.4rem !important;
    }

    .ds-csc-img-logo,
    .ds-digital-india-img {
        height: 26px !important;
        max-height: 26px !important;
    }

    .ds-brand-divider {
        height: 18px !important;
        margin: 0 0.25rem !important;
    }

    .ds-nav-actions {
        gap: 0.3rem !important;
    }

    .btn-ds-join-vle,
    .btn-ds-login {
        padding: 0.35rem 0.55rem !important;
        font-size: 0.72rem !important;
        gap: 0.25rem !important;
        border-radius: 6px !important;
    }

    .btn-ds-join-vle svg,
    .btn-ds-login svg {
        width: 14px !important;
        height: 14px !important;
    }

    .hero-main-title {
        font-size: 1.75rem;
    }

    .btn-digital-primary, .btn-digital-secondary {
        width: 100%;
        justify-content: center;
    }

    .ds-services-grid-15 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }

    .ds-service-card-exact {
        padding: 1rem 0.5rem !important;
        border-radius: 10px !important;
    }

    .card-icon-frame {
        width: 44px !important;
        height: 44px !important;
        margin-bottom: 0.5rem !important;
    }

    .card-icon-frame svg {
        width: 24px !important;
        height: 24px !important;
    }

    .card-title-text {
        font-size: 0.78rem !important;
        line-height: 1.25 !important;
    }

    .ds-footer-legal-links, .ds-footer-copy {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
