/* =====================================================
   MOBILE
   575px AND BELOW
   ===================================================== */

@media (max-width: 575px) {

    .site-header .container.py-3 {
        min-height: 70px;
    }

    .site-header .custom-logo-link {
        width: 90px;
        height: 60px;
        flex: 0 0 90px;
    }

    .site-header .custom-logo {
        height: 60px !important;
        max-width: 90px !important;
        max-height: 60px !important;
    }

.profile-photo {
    width: 100%;
    height: auto !important;
    max-height: none !important;

    object-fit: contain;
    object-position: center;

    display: block;
}

    .carousel-image {
        height: 230px;
    }

}


/* =====================================================
   ANIMATED NAVBAR TOGGLE
   Hamburger → X
===================================================== */


/* -----------------------------------------------------
   DESKTOP
   Hidden on 992px and above
----------------------------------------------------- */

.site-header .animated-toggler {
    display: none;
}


/* -----------------------------------------------------
   TABLET + MOBILE
   Visible below 992px
----------------------------------------------------- */

@media (max-width: 991.98px) {

    .site-header .animated-toggler {
        width: 48px;
        height: 42px;

        padding: 0;

        /* Invisible before clicking */
        border: 2px solid transparent;
        border-radius: 8px;

        background: transparent;

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

        box-shadow: none;

        transition:
            border-color 0.25s ease,
            background-color 0.25s ease;
    }


    /* -------------------------------------------------
       Hamburger container
    ------------------------------------------------- */

    .site-header .animated-toggler-icon {
        width: 26px;
        height: 22px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        position: relative;
    }


    /* -------------------------------------------------
       Hamburger lines
    ------------------------------------------------- */

    .site-header .animated-toggler-icon span {
        display: block;

        width: 26px;
        height: 3px;

        background: #ffffff;

        border-radius: 3px;

        transform-origin: center;

        transition:
            transform 0.3s ease,
            opacity 0.2s ease;
    }


    /* -------------------------------------------------
       Hover
    ------------------------------------------------- */

    .site-header .animated-toggler:hover {
        background: rgba(255, 255, 255, 0.08);
    }


    /* -------------------------------------------------
       Focus
    ------------------------------------------------- */

    .site-header .animated-toggler:focus {
        outline: none;
        box-shadow: none;
    }


    /* -------------------------------------------------
       OPEN STATE
       Outer ring appears
    ------------------------------------------------- */

    .site-header .animated-toggler[aria-expanded="true"] {
        border-color: rgba(255, 255, 255, 0.75);
        background: transparent;
    }


    /* -------------------------------------------------
       Hamburger → X
    ------------------------------------------------- */

    .site-header .animated-toggler[aria-expanded="true"]
    .animated-toggler-icon span:nth-child(1) {
        transform: translateY(9.5px) rotate(45deg);
    }

    .site-header .animated-toggler[aria-expanded="true"]
    .animated-toggler-icon span:nth-child(2) {
        opacity: 0;
    }

    .site-header .animated-toggler[aria-expanded="true"]
    .animated-toggler-icon span:nth-child(3) {
        transform: translateY(-9.5px) rotate(-45deg);
    }

}


/* =====================================================
   MOBILE SIZE
   575px AND BELOW
===================================================== */

@media (max-width: 575px) {

    .site-header .animated-toggler {
        width: 44px;
        height: 38px;
        border-radius: 7px;
    }

    .site-header .animated-toggler-icon {
        width: 23px;
        height: 20px;
    }

    .site-header .animated-toggler-icon span {
        width: 23px;
        height: 2.5px;
    }


    /* Mobile X */

    .site-header .animated-toggler[aria-expanded="true"]
    .animated-toggler-icon span:nth-child(1) {
        transform: translateY(8.75px) rotate(45deg);
    }

    .site-header .animated-toggler[aria-expanded="true"]
    .animated-toggler-icon span:nth-child(3) {
        transform: translateY(-8.75px) rotate(-45deg);
    }

}
/* =========================================================
   CGM MESSAGE PAGE — MODERN PAGE TITLE
   ========================================================= */

.content-card h1.section-title {
    font-size: 1.35rem !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
    letter-spacing: -0.01em;
    color: #064f91;

    margin-bottom: 20px !important;
}

/* Hindi / wrapped portion stays visually balanced */
.content-card h1.section-title br {
    line-height: 1.35;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 576px) {

    .content-card h1.section-title {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        margin-bottom: 16px !important;
    }
}

/* =========================================================
   ARCHIVE PAGE HEADINGS
   ========================================================= */

.office-archive h1.section-title {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;

    margin: 0 0 8px !important;
    padding: 0 !important;

    color: #064f91;
}

/* Subtitle */
.office-archive .text-center > p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 576px) {

    .office-archive h1.section-title {
        font-size: 1.15rem !important;
        line-height: 1.3 !important;
    }

    .office-archive .text-center > p {
        font-size: 0.84rem;
    }
}

/* =========================================================
   LATEST MESSAGE — RED NOTIFICATION ACCENT
   ========================================================= */

.office-latest-message {
    position: relative;

    border: 1px solid #c9dff5 !important;
    border-left: 4px solid #dc2626 !important;

    background: #f4f9ff !important;

    box-shadow: 0 4px 14px rgba(7, 86, 166, .08);
}


/* LATEST MESSAGE LABEL */

.office-latest-message-label {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;

    color: #c62828 !important;

    font-size: .62rem !important;
    font-weight: 800 !important;

    text-transform: uppercase;
    letter-spacing: .05em;
}


/* RED NOTIFICATION DOT */

.office-latest-message-label::before {
    content: "" !important;

    width: 7px;
    height: 7px;
    min-width: 7px;

    background: #dc2626 !important;
    border-radius: 50%;

    box-shadow: 0 0 0 0 rgba(220, 38, 38, .45);

    animation: latestMessageNotification 2s infinite;
}


/* SUBTLE PULSE */

@keyframes latestMessageNotification {

    0% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, .45);
    }

    70% {
        box-shadow: 0 0 0 5px rgba(220, 38, 38, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
    }

}


/* MESSAGE TITLE REMAINS BLUE */

.office-latest-message-title {
    color: #183b63 !important;
}


/* ICON — KEEP BLUE */

.office-latest-message-icon {
    background: #0756a6 !important;
    color: #ffffff !important;
}

/* =========================================================
   NE-I INTRANET
   TOP IDENTITY HEADER
   ========================================================= */

.office-top-header {
    background: #ffffff;
    border-bottom: 1px solid #e8edf3;
}

.office-top-header .container {
    max-width: 1200px;
}


/* =========================================================
   THREE COLUMN HEADER
   ========================================================= */

.office-top-header-grid {
    min-height: 105px;

    display: grid;

    grid-template-columns:
        1fr
        1fr
        1fr;

    align-items: center;

    column-gap: 30px;
}


/* =========================================================
   LEFT SECTION
   ========================================================= */

.office-header-left {
    display: flex;

    align-items: center;

    gap: 12px;

    min-width: 0;
}


.office-header-logo {
    width: 70px;
    height: 70px;

    flex: 0 0 70px;

    display: flex;

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


.office-header-logo .custom-logo-link {
    width: 100%;
    height: 100%;

    display: flex;

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


.office-header-logo img.custom-logo {
    width: 70px;
    height: 70px;

    object-fit: contain;
}


/* =========================================================
   FALLBACK LOGO
   ========================================================= */

.office-logo-placeholder {
    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f1f6fb;

    color: #0756a6;

    font-size: 1.7rem;
}


/* =========================================================
   CONNECTING INDIA FASTER
   ========================================================= */

.office-logo-tagline {
    font-size: 0.68rem;

    line-height: 1.3;

    color: #222222;

    white-space: nowrap;
}


/* =========================================================
   CENTER SECTION
   ========================================================= */

.office-header-center {
    text-align: center;
}


.office-header-hindi {
    font-size: 0.98rem;

    line-height: 1.35;

    color: #111827;

    font-weight: 500;
}


.office-header-english {
    margin-top: 3px;

    font-size: 0.72rem;

    line-height: 1.3;

    color: #222222;

    letter-spacing: 0.01em;
}


/* =========================================================
   RIGHT SECTION
   ========================================================= */

.office-header-right {
    text-align: left;

    padding-left: 25px;
}


.office-header-right .office-header-hindi {
    font-size: 0.95rem;
}


.office-header-right .office-header-english {
    font-size: 0.72rem;
}


/* =========================================================
   BLUE NAVBAR
   KEEPING EXISTING NAVBAR FUNCTIONALITY
   ========================================================= */

.site-header .navbar {
    border: 0;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   MOBILE TOGGLER
   ========================================================= */

.animated-toggler {
    width: 40px;
    height: 40px;

    padding: 0;

    margin-left: auto;

    border: 1px solid rgba(255, 255, 255, 0.25) !important;

    border-radius: 8px;

    background: rgba(255, 255, 255, 0.08);

    display: flex;

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


.animated-toggler:focus {
    box-shadow: none !important;
}


.animated-toggler-icon {
    width: 19px;
    height: 15px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}


.animated-toggler-icon span {
    width: 100%;
    height: 2px;

    display: block;

    border-radius: 2px;

    background: #ffffff;

    transition:
        transform 0.22s ease,
        opacity 0.18s ease;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .office-top-header-grid {
        min-height: 90px;

        column-gap: 15px;
    }


    .office-header-logo,
    .office-header-logo img.custom-logo {
        width: 58px;
        height: 58px;
    }


    .office-header-logo {
        flex-basis: 58px;
    }


    .office-logo-tagline {
        font-size: 0.58rem;
    }


    .office-header-hindi {
        font-size: 0.82rem;
    }


    .office-header-english {
        font-size: 0.64rem;
    }


    .office-header-right {
        padding-left: 10px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .office-top-header-grid {

        min-height: auto;

        grid-template-columns:
            1fr
            1fr;

        row-gap: 10px;

        padding-top: 12px;
        padding-bottom: 12px;
    }


    /* Logo occupies full width */

    .office-header-left {

        grid-column: 1 / -1;

        justify-content: center;
    }


    /* Center / right become two columns */

    .office-header-center {
        text-align: left;
    }


    .office-header-right {
        text-align: right;

        padding-left: 0;
    }


    .office-header-hindi {
        font-size: 0.78rem;
    }


    .office-header-english {
        font-size: 0.60rem;
    }
	
	

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .office-header-left {
        gap: 9px;
    }


    .office-header-logo,
    .office-header-logo img.custom-logo {

        width: 50px;
        height: 50px;

    }


    .office-header-logo {
        flex-basis: 50px;
    }


    .office-logo-tagline {
        font-size: 0.54rem;
    }


    .office-header-hindi {
        font-size: 0.70rem;
    }


    .office-header-english {
        font-size: 0.56rem;
    }

}
/* =========================================================
   LEFT : LOGO + CONNECTING INDIA FASTER
   ========================================================= */

.office-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}


/* LOGO + TAGLINE */

.office-header-logo-wrap {
    width: 82px;
    flex: 0 0 82px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* LOGO */

.office-header-logo {
    width: 70px;
    height: 70px;

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

.office-header-logo .custom-logo-link {
    width: 100%;
    height: 100%;

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

.office-header-logo img.custom-logo {
    width: 70px;
    height: 70px;

    object-fit: contain;
}


/* FALLBACK */

.office-logo-placeholder {
    width: 60px;
    height: 60px;

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

    border-radius: 10px;

    background: #f1f6fb;
    color: #0756a6;

    font-size: 1.7rem;
}


/* =========================================================
   CONNECTING INDIA FASTER
   ========================================================= */

.office-logo-tagline {
    margin-top: 2px;

    color: #f28c28;

    font-size: 0.52rem;
    line-height: 1.15;

    font-weight: 700;

    white-space: nowrap;

    letter-spacing: 0.01em;
}


/* =========================================================
   BSNL TEXT
   ========================================================= */

.office-header-left-content {
    min-width: 0;
}

.office-header-left .office-header-hindi {
    font-size: 0.95rem;
    line-height: 1.3;

    color: #111827;

    font-weight: 600;
}

.office-header-left .office-header-english {
    margin-top: 2px;

    font-size: 0.95rem;
    line-height: 1.25;

    color: #555;
}

/* =========================================================
   CONNECTING भारत FASTER
   ========================================================= */

.office-logo-tagline {
    margin-top: 2px;

    color: #f28c28;

    font-family: "Caveat", "Brush Script MT", "Segoe Print", cursive;

    font-size: 0.82rem;
    line-height: 1;

    font-weight: 600;

    white-space: nowrap;

    letter-spacing: 0.01em;

    text-align: center;
}

.office-logo-tagline span {
    font-family: "Caveat", "Noto Sans Devanagari", cursive;

    font-size: 1.05em;

    font-weight: 700;
}

/* Larger BSNL Name */

.office-header-left .office-header-hindi {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
	color: #0078d4 !important;
}

.office-header-left .office-header-english {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    margin-top: 4px !important;
	color: #0078d4 !important;
}

/* =========================================================
   NORTH EAST-I CIRCLE
   ========================================================= */

.office-header-right .office-header-hindi {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #0078d4 !important;
}

.office-header-right .office-header-english {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin-top: 4px !important;
    color: #0078d4 !important;
}

/* =========================================================
   INTRANET - CENTER
   ========================================================= */

.office-intranet-hindi {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #0078d4 !important;
}

.office-intranet-english {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-top: 4px !important;
    color: #0078d4 !important;
    letter-spacing: 0.04em;
}

/* =========================================================
   DESKTOP HEADER POSITIONING
   ========================================================= */

@media (min-width: 992px) {

    .office-top-header-grid {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 0;
    }

    /* LEFT - move further left */
    .office-header-left {
        justify-self: start;
        margin-left: -55px;
    }

    /* CENTER - remain centered */
    .office-header-center {
        justify-self: center;
        text-align: center;
    }

    /* RIGHT - move further right + align right */
    .office-header-right {
        justify-self: end;
        text-align: right;
        padding-left: 0;
        margin-right: -55px;
    }

}

/* =========================================================
   FLUID + MODERN RESPONSIVE TOP HEADER
   ========================================================= */

/* ---------- Desktop ---------- */

@media (min-width: 992px) {

    .office-top-header-grid {
        min-height: 110px;

        display: grid;
        grid-template-columns: minmax(0, 1.35fr)
                               minmax(120px, 0.8fr)
                               minmax(0, 1.35fr);

        align-items: center;
        column-gap: 20px;

        width: 100%;
    }

    /* LEFT */

    .office-header-left {
        justify-self: start;

        margin-left: clamp(-55px, -3vw, -25px);

        gap: clamp(10px, 1vw, 16px);
    }

    .office-header-logo-wrap {
        width: clamp(72px, 6vw, 84px);
        flex: 0 0 clamp(72px, 6vw, 84px);
    }

    .office-header-logo,
    .office-header-logo img.custom-logo {
        width: clamp(62px, 5.2vw, 76px);
        height: clamp(62px, 5.2vw, 76px);
    }

    .office-logo-tagline {
        font-size: clamp(.68rem, .75vw, .84rem);
    }

    .office-header-left .office-header-hindi {
        font-size: clamp(1.05rem, 1.35vw, 1.38rem) !important;
        line-height: 1.25 !important;
    }

    .office-header-left .office-header-english {
        font-size: clamp(1.10rem, 1.20vw, 1.25rem) !important; /* font-size: clamp(.72rem, .9vw, .94rem) !important; */
        margin-top: 4px !important;
    }


    /* CENTER */

    .office-header-center {
        justify-self: center;
        text-align: center;
        white-space: nowrap;
    }

    .office-intranet-hindi {
        font-size: clamp(1.05rem, 1.35vw, 1.35rem) !important;
        line-height: 1.25 !important;
    }

    .office-intranet-english {
        font-size: clamp(.95rem, 1.05vw, 1.15rem) !important;
        margin-top: 4px !important;
    }


    /* RIGHT */

    .office-header-right {
        justify-self: end;

        text-align: right;

        padding-left: 0;

        margin-right: clamp(-55px, -3vw, -25px);
    }

    .office-header-right .office-header-hindi {
        font-size: clamp(1.05rem, 1.35vw, 1.35rem) !important;
        line-height: 1.25 !important;
    }

    .office-header-right .office-header-english {
        font-size: clamp(1.00rem, 1.15vw, 1.25rem) !important;
        margin-top: 4px !important;
    }
}


/* =========================================================
   MEDIUM / TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {

    .office-top-header-grid {
        min-height: 95px;

        grid-template-columns:
            minmax(0, 1.35fr)
            minmax(100px, .8fr)
            minmax(0, 1.35fr);

        column-gap: 12px;
    }

    .office-header-left {
        margin-left: 0;
        gap: 9px;
    }

    .office-header-logo-wrap {
        width: 62px;
        flex: 0 0 62px;
    }

    .office-header-logo,
    .office-header-logo img.custom-logo {
        width: 54px;
        height: 54px;
    }

    .office-logo-tagline {
        font-size: .48rem;
    }

    .office-header-left .office-header-hindi,
    .office-header-right .office-header-hindi {
        font-size: .85rem !important;
    }

    .office-header-left .office-header-english,
    .office-header-right .office-header-english {
        font-size: .63rem !important;
    }

    .office-intranet-hindi {
        font-size: .88rem !important;
    }

    .office-intranet-english {
        font-size: .65rem !important;
    }

    .office-header-right {
        margin-right: 0;
        padding-left: 0;
        text-align: right;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .office-top-header-grid {
        min-height: auto;

        display: grid;

        grid-template-columns: 1fr 1fr;

        align-items: center;

        column-gap: 15px;
        row-gap: 14px;

        padding-top: 12px;
        padding-bottom: 12px;
    }


    /* -----------------------------------------
       LOGO / BSNL BLOCK
       ----------------------------------------- */

    .office-header-left {
        grid-column: 1 / -1;

        justify-self: center;

        margin-left: 0;

        gap: 10px;
    }

    .office-header-logo-wrap {
        width: 60px;
        flex: 0 0 60px;
    }

    .office-header-logo,
    .office-header-logo img.custom-logo {
        width: 52px;
        height: 52px;
    }

    .office-logo-tagline {
        font-size: .48rem;
    }

    .office-header-left .office-header-hindi {
        font-size: clamp(.82rem, 3.8vw, 1.05rem) !important;
        line-height: 1.25 !important;
    }

    .office-header-left .office-header-english {
        font-size: clamp(.62rem, 2.8vw, .76rem) !important;
        margin-top: 3px !important;
    }


    /* -----------------------------------------
       CENTER
       ----------------------------------------- */

    .office-header-center {
        grid-column: 1;

        justify-self: start;

        text-align: left;

        white-space: nowrap;
    }

    .office-intranet-hindi {
        font-size: clamp(.82rem, 3.8vw, 1rem) !important;
    }

    .office-intranet-english {
        font-size: clamp(.62rem, 2.8vw, .76rem) !important;
        margin-top: 3px !important;
    }


    /* -----------------------------------------
       RIGHT
       ----------------------------------------- */

    .office-header-right {
        grid-column: 2;

        justify-self: end;

        text-align: right;

        padding-left: 0;

        margin-right: 0;
    }

    .office-header-right .office-header-hindi {
        font-size: clamp(.78rem, 3.6vw, 1rem) !important;
        line-height: 1.25 !important;
    }

    .office-header-right .office-header-english {
        font-size: clamp(.62rem, 2.8vw, .76rem) !important;
        margin-top: 3px !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 400px) {

    .office-top-header-grid {
        column-gap: 8px;
        row-gap: 10px;

        padding-top: 9px;
        padding-bottom: 9px;
    }

    .office-header-left {
        gap: 7px;
    }

    .office-header-logo-wrap {
        width: 52px;
        flex-basis: 52px;
    }

    .office-header-logo,
    .office-header-logo img.custom-logo {
        width: 46px;
        height: 46px;
    }

    .office-logo-tagline {
        font-size: .40rem;
    }

    .office-header-left .office-header-hindi {
        font-size: .78rem !important;
    }

    .office-header-left .office-header-english {
        font-size: .58rem !important;
    }

    .office-intranet-hindi {
        font-size: .76rem !important;
    }

    .office-intranet-english {
        font-size: .58rem !important;
    }

    .office-header-right .office-header-hindi {
        font-size: .72rem !important;
    }

    .office-header-right .office-header-english {
        font-size: .56rem !important;
    }
}

.office-header-left .office-header-english,
.office-header-right .office-header-english {
    
    font-weight: 700 !important;
}

/* =========================================================
   MOBILE - SMALLER INTRANET & NORTH EAST-I
   ========================================================= */

@media (max-width: 767.98px) {

    .office-intranet-hindi {
        font-size: 0.72rem !important;
        line-height: 1.2 !important;
    }

    .office-intranet-english {
        font-size: 0.56rem !important;
        line-height: 1.2 !important;
        margin-top: 2px !important;
    }

    .office-header-right .office-header-hindi {
        font-size: 0.72rem !important;
        line-height: 1.2 !important;
    }

    .office-header-right .office-header-english {
        font-size: 0.56rem !important;
        line-height: 1.2 !important;
        margin-top: 2px !important;
    }

}

/* =========================================================
   NAVBAR - UNIFORM SPACING
   ========================================================= */

@media (min-width: 992px) {

    .site-header .navbar > .container {
        max-width: 1320px !important;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-header .navbar .navbar-collapse {
        display: flex !important;
        align-items: center;
        flex-wrap: nowrap !important;
        width: 100%;
        min-width: 0;
    }

    /* Main menu */
    .site-header .navbar .navbar-nav {
        display: flex;
        align-items: center;
        flex-wrap: nowrap !important;

        flex: 1 1 auto;
        min-width: 0;

        gap: 0;
    }

    /* All normal menu items */
    .site-header .navbar .navbar-nav .nav-item {
        flex: 1 1 auto;
        min-width: 0;
        text-align: center;
    }

    .site-header .navbar .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;

        padding: 7px 5px !important;

        font-size: 0.84rem !important;

        white-space: nowrap;
    }


    /* =====================================================
       BA LINKS
       ===================================================== */

    .site-header .navbar .office-ba-nav {
        display: flex !important;
        align-items: center;

        flex: 0 0 auto;

        margin: 0 3px !important;
        gap: 0 !important;
    }

    .site-header .navbar .office-ba-nav .nav-item {
        flex: 0 0 auto !important;
        text-align: center;
    }

    .site-header .navbar .office-ba-nav .nav-link {
        width: auto;

        padding: 7px 8px !important;

        font-size: 0.84rem !important;

        white-space: nowrap;
    }


    /* =====================================================
       LANGUAGE BUTTONS
       ===================================================== */

    .site-header .navbar .language-switcher,
    .site-header .navbar .office-language-switcher {

        display: flex !important;
        align-items: center;
        flex-wrap: nowrap !important;

        flex: 0 0 auto;

        gap: 5px;

        margin-left: 8px !important;
    }
}

 .compact-profile-card + .compact-profile-card {
        margin-top: 16px !important;
    }


/* =========================================================
   BOOTSTRAP STICKY NAVBAR
   ========================================================= */

.site-header .navbar.sticky-top {
    z-index: 1030;
}


/* =====================================================
   COMPACT MODERN INTRANET PORTAL
   WITH SUBTLE ANIMATION
   ===================================================== */

.office-header-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #ed7d0b;
    color: #ffffff;

    padding: 9px 24px;
    min-width: 220px;

    border-radius: 16px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

    text-align: center;

    /* Entrance animation */
    animation: portalFadeIn 0.8s ease-out both;

    /* Smooth hover */
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* =====================================================
   HINDI
   ===================================================== */

.office-intranet-hindi {
    margin: 0 0 2px 0;

    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.2;

    color: #ffffff !important;

    animation: portalTextIn 0.8s ease-out 0.15s both;
}


/* =====================================================
   ENGLISH
   ===================================================== */

.office-intranet-english {
    margin: 0;

    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.2;

    color: #ffffff !important;

    animation: portalTextIn 0.8s ease-out 0.3s both;
}


/* =====================================================
   HOVER EFFECT
   ===================================================== */

.office-header-center:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.18),
        0 0 12px rgba(237, 125, 11, 0.25);
}


/* =====================================================
   ENTRANCE ANIMATION
   ===================================================== */

@keyframes portalFadeIn {

    from {
        opacity: 0;
        transform: translateY(12px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


/* =====================================================
   TEXT ANIMATION
   ===================================================== */

@keyframes portalTextIn {

    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 992px) {

    .office-header-center {
        min-width: 200px;
        padding: 8px 20px;
        border-radius: 14px;
    }

    .office-intranet-hindi,
    .office-intranet-english {
        font-size: 1.2rem;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .office-header-center {
        min-width: 185px;
        padding: 7px 18px;
        border-radius: 13px;
    }

    .office-intranet-hindi,
    .office-intranet-english {
        font-size: 1.1rem;
    }

}


/* =====================================================
   ACCESSIBILITY
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .office-header-center,
    .office-intranet-hindi,
    .office-intranet-english {
        animation: none;
        transition: none;
    }

}

/* =====================================================
   HEADER - TOP DROP ANIMATION
   ===================================================== */

.office-top-header-grid > * {
    animation: headerDropIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}


/* LEFT - BSNL */
.office-header-left {
    animation-delay: 0.1s;
}


/* CENTER - INTRANET */
.office-header-center {
    animation-delay: 0.25s;
}


/* RIGHT - NORTH EAST 1 */
.office-header-right {
    animation-delay: 0.4s;
}


/* =====================================================
   DROP FROM TOP
   ===================================================== */

@keyframes headerDropIn {

    0% {
        opacity: 0;
        transform: translateY(-45px);
    }

    70% {
        opacity: 1;
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =====================================================
   KEEP INTRANET ORANGE BOX COMPACT
   ===================================================== */

.office-header-center {
    background: #ed7d0b;
    color: #ffffff;

    padding: 9px 24px;
    min-width: 220px;

    border-radius: 16px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

    text-align: center;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Hindi */
.office-intranet-hindi {
    margin: 0 0 2px 0;

    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.2;

    color: #ffffff !important;
}


/* English */
.office-intranet-english {
    margin: 0;

    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.2;

    color: #ffffff !important;
}


/* =====================================================
   CENTER BOX HOVER
   ===================================================== */

.office-header-center:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.18),
        0 0 12px rgba(237, 125, 11, 0.25);
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .office-top-header-grid > * {
        animation-duration: 0.7s;
    }

    .office-header-center {
        min-width: 185px;
        padding: 7px 18px;
        border-radius: 13px;
    }

    .office-intranet-hindi,
    .office-intranet-english {
        font-size: 1.1rem;
    }
}


/* =====================================================
   REDUCE ANIMATION IF USER PREFERS
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .office-top-header-grid > * {
        animation: none;
    }

}

/* =====================================================
   REMOVE ORANGE BOX ON TABLET & MOBILE
   ===================================================== */

@media (max-width: 992px) {

    .office-header-center {
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;

        padding: 8px 15px;
        min-width: auto;
    }

    .office-intranet-hindi,
    .office-intranet-english {
        color: #0875d1 !important;
    }

    .office-header-center:hover {
        transform: none;
        box-shadow: none !important;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .office-header-center {
        background: transparent !important;
        box-shadow: none !important;
        padding: 6px 10px;
    }

    .office-intranet-hindi,
    .office-intranet-english {
        color: #0875d1 !important;
    }

}

/* =====================================================
   DESKTOP ONLY - CGM NAME
   ===================================================== */

@media (min-width: 993px) {

    .profile-card.compact-profile-card
    .profile-body.compact-profile-body
    h4.section-title.compact-profile-title {

        font-size: 1.1rem !important;
        line-height: 1.2 !important;
        margin: 0 0 6px 0 !important;
    }

}

.photo-gallery-title {
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
}
/* =====================================================
   FOOTER BSNL LOGO
   ===================================================== */

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

.footer-bsnl-logo {
    width: 85px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
/* =====================================================
   FOOTER BSNL LOGO + TAGLINE
   ===================================================== */

.footer-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-bsnl-logo {
    width: 78px;
    height: auto;
    display: block;
}

/* Connecting भारत */
.footer-tagline {
    margin-top: -8px;
    color: #F58220;
    font-family: "Caveat", cursive;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.footer-tagline span {
    font-family: "Noto Sans Devanagari", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #F58220;
}

/* =====================================================
   MODERN FOOTER TYPOGRAPHY
   ===================================================== */

.site-footer {
    background: #174A7E;
    color: #ffffff;
    padding: 24px 0;
}

/* LEFT */
.footer-left h5 {
    margin: 0 0 6px;
    font-size: 1rem;              /* 16px */
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

.footer-left p {
    margin: 0;
    font-size: 0.85rem;           /* 13.6px */
    font-weight: 400;
    line-height: 1.4;
}


/* CENTER */
.footer-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-bsnl-logo {
    width: 72px;
    height: auto;
    display: block;
}

.footer-tagline {
    margin-top: -6px;
    font-size: 15px;
    line-height: 1;
}


/* RIGHT */
.footer-right {
    text-align: right;
}

.footer-right small {
    font-size: 0.82rem;            /* 13.1px */
    font-weight: 400;
    line-height: 1.65;
}

/* =====================================================
   MOBILE FOOTER — MODERN COMPACT
   ===================================================== */

@media (max-width: 767.98px) {

    .site-footer {
        padding: 22px 12px;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100%;
        text-align: center;
    }

    /* Portal title */
    .footer-left h5 {
        font-size: 0.92rem;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    /* Portal subtitle */
    .footer-left p {
        font-size: 0.78rem;
        line-height: 1.4;
    }

    /* Logo section */
    .footer-center {
        margin: 14px 0 12px;
    }

    .footer-bsnl-logo {
        width: 68px;
        height: auto;
        margin: 0 auto;
    }

    /* Connecting भारत */
    .footer-tagline {
        margin-top: -6px;
        font-size: 15px;
        line-height: 1;
    }

    .footer-tagline span {
        font-size: 14px;
    }

    /* Copyright and credits */
    .footer-right {
        font-size: 0.75rem;
        line-height: 1.55;
    }

    .footer-right small {
        font-size: 0.75rem;
        line-height: 1.55;
    }

}

/* =========================================================
   BSNL INFORMATION FOOTER
   ========================================================= */

.bsnl-info-footer {
    background: #0d1528;
    color: #ffffff;
    padding: 52px 0 48px;
}


/* =========================================================
   LOGO / BRAND
   ========================================================= */

.bsnl-info-brand {
    padding-right: 25px;
}

.bsnl-info-logo {
    width: 155px;
    height: auto;
    display: block;
    margin-bottom: 18px;
}

.bsnl-info-description {
    color: #91a4c3;
    font-size: 0.88rem;
    line-height: 1.65;
    margin: 0;
    max-width: 370px;
}


/* =========================================================
   SOCIAL ICONS
   ========================================================= */

.bsnl-social-links {
    display: flex;
    gap: 14px;
    margin-top: 26px;
}

.bsnl-social-links a {
    width: 45px;
    height: 45px;

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

    background: #1b293e;
    color: #b7c5d9;

    border-radius: 10px;

    text-decoration: none;

    font-size: 1.05rem;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.bsnl-social-links a:hover {
    background: #176B87;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================================
   FOOTER COLUMN
   ========================================================= */

.bsnl-footer-column {
    height: 100%;
}

.bsnl-footer-column h4 {
    color: #ffffff;

    font-size: 1rem;
    font-weight: 600;

    margin: 0 0 25px;

    letter-spacing: 0.2px;
}


/* =========================================================
   HELP ITEMS
   ========================================================= */

.bsnl-help-item {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    margin-bottom: 22px;

    text-decoration: none;
    color: inherit;
}

.bsnl-help-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

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

    background: #1b293e;
    color: #c4d1e2;

    border-radius: 9px;

    font-size: 1.05rem;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.bsnl-help-item:hover .bsnl-help-icon {
    background: #176B87;
    color: #ffffff;
}

.bsnl-help-content {
    display: flex;
    flex-direction: column;

    padding-top: 1px;
}

.bsnl-help-content strong {
    color: #ffffff;

    font-size: 0.92rem;
    font-weight: 600;

    line-height: 1.4;
}

.bsnl-help-content small {
    color: #7086a8;

    font-size: 0.78rem;
    line-height: 1.5;

    margin-top: 2px;
}


/* =========================================================
   OTHER INFORMATION
   ========================================================= */

.bsnl-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bsnl-footer-links a {
    color: #91a4c3;

    text-decoration: none;

    font-size: 0.88rem;

    transition: color 0.2s ease;
}

.bsnl-footer-links a:hover {
    color: #ffffff;
}


/* =========================================================
   APP SECTION
   ========================================================= */

.bsnl-app-description {
    color: #91a4c3;

    font-size: 0.88rem;
    line-height: 1.6;

    margin: -3px 0 20px;
}


/* APP BUTTON */

.bsnl-app-button {
    display: flex;
    align-items: center;

    width: 100%;

    min-height: 77px;

    padding: 13px 18px;

    margin-bottom: 14px;

    background: #1b293e;

    border: 1px solid #304057;
    border-radius: 14px;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.bsnl-app-button:hover {
    background: #222f44;
    border-color: #42536d;

    transform: translateY(-1px);
}


/* APP ICON */

.bsnl-app-icon {
    width: 38px;
    flex: 0 0 38px;

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

    color: #c5d2e4;

    font-size: 1.35rem;
}


/* APP TEXT */

.bsnl-app-text {
    display: flex;
    flex-direction: column;

    margin-left: 15px;
}

.bsnl-app-text small {
    color: #91a4c3;

    font-size: 0.72rem;
    line-height: 1.3;
}

.bsnl-app-text strong {
    color: #ffffff;

    font-size: 0.9rem;
    font-weight: 600;

    line-height: 1.4;

    margin-top: 2px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .bsnl-info-footer {
        padding: 42px 0;
    }

    .bsnl-info-brand {
        padding-right: 0;
    }

    .bsnl-info-description {
        max-width: 100%;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .bsnl-info-footer {
        padding: 38px 18px;
        text-align: center;
    }

    .bsnl-info-brand {
        padding-right: 0;
    }

    .bsnl-info-logo {
        width: 135px;
        margin: 0 auto 16px;
    }

    .bsnl-info-description {
        max-width: 420px;
        margin: 0 auto;

        font-size: 0.82rem;
        line-height: 1.6;
    }

    .bsnl-social-links {
        justify-content: center;
        margin-top: 20px;
    }

    .bsnl-footer-column h4 {
        font-size: 0.92rem;
        margin-bottom: 18px;
    }

    .bsnl-help-item {
        justify-content: center;
        text-align: left;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .bsnl-footer-links {
        align-items: center;
    }

    .bsnl-app-description {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .bsnl-app-button {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bsnl-info-footer {
        padding: 32px 15px;
    }

    .bsnl-info-logo {
        width: 120px;
    }

    .bsnl-info-description {
        font-size: 0.78rem;
    }

    .bsnl-social-links a {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

}

/* =========================================================
   FOOTER SECTIONS — FINAL SPACING FIX
   ========================================================= */

/* Remove unwanted gap between the two footer sections */
.bsnl-info-footer {
    margin-bottom: 0 !important;
}

.site-footer {
    margin-top: 0 !important;
}


/* Make the upper information footer slightly more compact */
.bsnl-info-footer {
    padding-top: 42px;
    padding-bottom: 42px;
}


/* Keep the four columns vertically aligned */
.bsnl-info-footer .row {
    align-items: flex-start;
}


/* =========================================================
   LOWER NE1 FOOTER
   ========================================================= */

.site-footer {
    padding-top: 22px;
    padding-bottom: 22px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .bsnl-info-footer {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .site-footer {
        margin-top: 0 !important;
        padding-top: 22px;
        padding-bottom: 22px;
    }

}

/* =====================================================
   FOOTER WHITE SEPARATOR LINE
   ===================================================== */

.bsnl-info-footer {
    margin-bottom: 0 !important;
}

.site-footer {
    margin-top: 0 !important;
    border-top: 3px solid #ffffff;
}


/* =====================================================
   MODERN BSNL FOOTER COLOUR PALETTE
   ===================================================== */

/* Upper information footer */
.bsnl-info-footer {
    background-color: #0B1426 !important;
    color: #FFFFFF;
}


/* Lower NE1 footer */
.site-footer {
    background-color: #174A7E !important;

    /* subtle separator */
    border-top: 2px solid #DCE8F2 !important;

    color: #FFFFFF;
}


/* Secondary text */
.bsnl-info-description,
.bsnl-app-description,
.bsnl-help-content small,
.bsnl-footer-links a {
    color: #91A9C8;
}


/* Cards / icon backgrounds */
.bsnl-help-icon,
.bsnl-social-links a,
.bsnl-app-button {
    background-color: #182840;
}


/* Card border */
.bsnl-app-button {
    border-color: #2B3D57;
}


/* Hover accent */
.bsnl-help-item:hover .bsnl-help-icon,
.bsnl-social-links a:hover {
    background-color: #176B87;
}


/* App card hover */
.bsnl-app-button:hover {
    background-color: #20334D;
    border-color: #3C5574;
}

/* =====================================================
   FEEDER ADS CAROUSEL
===================================================== */

.feeder-ads-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}


/* =====================================================
   FEEDER AD CARD
===================================================== */

.feeder-ad-card {
    display: none;
    width: 100%;
    animation: feederFade 0.5s ease;
}

.feeder-ad-card.active {
    display: block;
}


@keyframes feederFade {

    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/* =====================================================
   IMAGE
===================================================== */

.feeder-ad-image {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 14px;
}

.feeder-ad-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =====================================================
   CONTENT
===================================================== */

.feeder-ad-content {
    padding: 0 5px 38px;
}


.feeder-ad-title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}


.feeder-ad-excerpt {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.55;
    color: #666;
}


/* =====================================================
   VIEW BUTTON
===================================================== */

.feeder-ad-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 7px 13px;

    border-radius: 6px;

    background: #003c71;
    color: #fff;

    text-decoration: none;

    font-size: 12px;
    font-weight: 500;

    transition: all 0.2s ease;
}

.feeder-ad-btn:hover {
    background: #005a9c;
    color: #fff;
}


/* =====================================================
   PREVIOUS / NEXT
===================================================== */

.feeder-prev,
.feeder-next {
    position: absolute;

    top: 85px;

    width: 30px;
    height: 30px;

    border: none;
    border-radius: 50%;

    background: rgba(0, 60, 113, 0.85);

    color: #fff;

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

    cursor: pointer;

    z-index: 5;

    transition: all 0.2s ease;
}

.feeder-prev {
    left: 8px;
}

.feeder-next {
    right: 8px;
}

.feeder-prev:hover,
.feeder-next:hover {
    background: #003c71;
}


/* =====================================================
   DOTS
===================================================== */

.feeder-dots {
    position: absolute;

    bottom: 8px;
    left: 0;
    right: 0;

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

    gap: 5px;

    z-index: 5;
}


.feeder-dot {
    width: 7px;
    height: 7px;

    padding: 0;

    border: none;

    border-radius: 50%;

    background: #bbb;

    cursor: pointer;

    transition: all 0.2s ease;
}


.feeder-dot.active {
    width: 18px;
    border-radius: 5px;
    background: #003c71;
}

.ne1-services-section {
    padding: 76px 0 82px;
    background: #ffffff;
}

.ne1-services-heading {
    max-width: 850px;
    margin: 0 auto 42px;
}

.ne1-services-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 17px;
    border-radius: 999px;
    background: #eef5ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.35px;
    line-height: 1;
    text-transform: uppercase;
}

.ne1-services-title {
    margin: 14px 0 10px;
    color: #071a35;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -0.7px;
}

.ne1-services-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #5f7897;
    font-size: 16px;
    line-height: 1.65;
}

.ne1-services-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.ne1-services-grid > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.ne1-service-card {
    position: relative;
    height: 100%;
    min-height: 220px;
    padding: 22px 22px 20px;
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(15, 38, 65, 0.025);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
    display: flex;
    flex-direction: column;
}

.ne1-service-card:hover {
    transform: translateY(-4px);
    border-color: #dbe7f5;
    box-shadow: 0 13px 30px rgba(15, 38, 65, 0.09);
}

.ne1-service-featured {
    box-shadow: 0 5px 16px rgba(15, 38, 65, 0.07);
}

.ne1-service-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    margin-bottom: 16px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ne1-icon-blue {
    color: #246bfd;
    background: #eef5ff;
}

.ne1-icon-sky {
    color: #0799db;
    background: #eef9ff;
}

.ne1-icon-green {
    color: #00a978;
    background: #ecfbf5;
}

.ne1-icon-purple {
    color: #7656e8;
    background: #f4f0ff;
}

.ne1-icon-orange {
    color: #f36b16;
    background: #fff5e9;
}

.ne1-icon-indigo {
    color: #5756e8;
    background: #eef0ff;
}

.ne1-icon-teal {
    color: #009f98;
    background: #ecfaf9;
}

.ne1-icon-bharatnet {
    color: #2375c9;
    background: #f2f8ff;
}

.ne1-icon-yellow {
    color: #ed8a00;
    background: #fff9e9;
}

.ne1-icon-lime {
    color: #62a916;
    background: #f3fae9;
}

.ne1-icon-cyan {
    color: #009db9;
    background: #eafbfd;
}

.ne1-icon-grey {
    color: #66635f;
    background: #f5f5f3;
}

.ne1-service-title {
    margin: 0 0 9px;
    color: #10233d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.ne1-service-text {
    margin: 0;
    color: #66809e;
    font-size: 13.5px;
    line-height: 1.55;
}

.ne1-service-link {
    margin-top: auto;
    padding-top: 17px;
    color: #1558df;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ne1-service-link i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.ne1-service-link:hover {
    color: #0b46bd;
}

.ne1-service-link:hover i {
    transform: translateX(4px);
}

@media (max-width: 1199.98px) {
    .ne1-services-section {
        padding: 65px 0 70px;
    }

    .ne1-service-card {
        min-height: 225px;
    }
}

@media (max-width: 767.98px) {
    .ne1-services-section {
        padding: 52px 0 58px;
    }

    .ne1-services-heading {
        margin-bottom: 30px;
    }

    .ne1-services-title {
        font-size: 29px;
    }

    .ne1-services-subtitle {
        font-size: 14px;
    }

    .ne1-service-card {
        min-height: 0;
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .ne1-services-title {
        font-size: 26px;
    }

    .ne1-services-grid > [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .ne1-services-grid {
        margin-left: -7px;
        margin-right: -7px;
    }
}

/* =====================================================
   BROADBAND PLAN SECTION
   ===================================================== */

.ne1-broadband-section {
    padding: 72px 0 82px;
    background: #ffffff;
    overflow: hidden;
}

.ne1-broadband-heading {
    margin-bottom: 38px;
}

.ne1-broadband-heading h2 {
    margin: 0 0 10px;
    color: #071a35;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -0.7px;
}

.ne1-broadband-heading p {
    margin: 0;
    color: #607a99;
    font-size: 17px;
    line-height: 1.5;
}


/* =====================================================
   CONTROLS
   ===================================================== */

.ne1-broadband-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 42px;
}

.ne1-broadband-tabs {
    display: flex;
    align-items: center;
    padding: 5px;
    background: #f0f4f8;
    border-radius: 17px;
}

.ne1-plan-tab {
    border: 0;
    background: transparent;
    color: #29415d;

    padding: 13px 25px;

    border-radius: 13px;

    font-size: 15px;
    font-weight: 700;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        box-shadow .25s ease;
}

.ne1-plan-tab:hover {
    color: #1558df;
}

.ne1-plan-tab.active {
    background: #ffffff;
    color: #1558df;

    box-shadow:
        0 3px 10px rgba(20, 55, 90, .08);
}

.ne1-book-connection-btn {
    min-width: 230px;

    padding: 15px 27px;

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

    gap: 9px;

    border-radius: 14px;

    background: #2864e8;
    color: #ffffff;

    font-size: 16px;
    font-weight: 750;

    text-decoration: none;

    box-shadow:
        0 5px 12px rgba(40, 100, 232, .18);

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.ne1-book-connection-btn:hover {
    color: #ffffff;
    background: #1558d7;
    transform: translateY(-2px);
    box-shadow:
        0 8px 18px rgba(40, 100, 232, .24);
}


/* =====================================================
   PLAN HORIZONTAL AREA
   ===================================================== */

.ne1-plans-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    padding: 4px 0 16px;

    scrollbar-width: thin;
    scrollbar-color: #c8d5e3 transparent;
}

.ne1-plans-wrapper::-webkit-scrollbar {
    height: 9px;
}

.ne1-plans-wrapper::-webkit-scrollbar-track {
    background: #f3f6f9;
    border-radius: 20px;
}

.ne1-plans-wrapper::-webkit-scrollbar-thumb {
    background: #c5d3e1;
    border-radius: 20px;
}

.ne1-plans-track {
    width: max-content;

    min-width: 100%;

    display: flex;
    gap: 27px;

    padding:
        0 44px;
}


/* =====================================================
   PLAN CARD
   ===================================================== */

.ne1-plan-card {
    width: 360px;
    flex: 0 0 360px;

    background: #ffffff;

    border: 1px solid #dfe8f1;
    border-radius: 17px;

    overflow: hidden;

    box-shadow:
        0 2px 7px rgba(20, 45, 75, .025);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.ne1-plan-card:hover {
    transform: translateY(-4px);

    border-color: #cbdced;

    box-shadow:
        0 14px 32px rgba(20, 45, 75, .10);
}

.ne1-plan-card-inner {
    height: 100%;
    min-height: 530px;

    padding: 29px 28px;

    display: flex;
    flex-direction: column;
}

.ne1-plan-card h3 {
    margin: 0 0 18px;

    color: #10233d;

    font-size: 19px;
    font-weight: 750;

    line-height: 1.45;
}


/* =====================================================
   PRICE
   ===================================================== */

.ne1-plan-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;

    color: #0b1d35;
}

.ne1-plan-price .currency {
    font-size: 23px;
    font-weight: 750;
}

.ne1-plan-price strong {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.ne1-plan-price del {
    color: #8798ac;
    font-size: 14px;
}

.ne1-plan-price .period {
    color: #8798ac;
    font-size: 13px;
    font-weight: 600;
}


/* =====================================================
   SPEED
   ===================================================== */

.ne1-plan-speed {
    margin-top: 17px;

    color: #2165e9;

    font-size: 16px;
    font-weight: 750;
}

.ne1-plan-speed i {
    margin-right: 7px;
    font-size: 18px;
}


/* =====================================================
   DIVIDER
   ===================================================== */

.ne1-plan-divider {
    height: 1px;

    margin: 21px 0 18px;

    background: #edf1f5;
}


/* =====================================================
   BENEFITS
   ===================================================== */

.ne1-plan-benefits {
    margin: 0;
    padding: 0;

    list-style: none;
}

.ne1-plan-benefits li {
    position: relative;

    display: flex;

    gap: 10px;

    margin-bottom: 16px;

    color: #506d8c;

    font-size: 14px;
    line-height: 1.55;
}

.ne1-plan-benefits li i {
    flex: 0 0 auto;

    color: #00b77d;

    font-size: 16px;
    margin-top: 1px;
}


/* =====================================================
   OFFER BOX
   ===================================================== */

.ne1-plan-offer {
    margin-top: 10px;
    padding: 15px 16px;

    border: 1px solid #d9edf9;
    border-radius: 14px;

    background: #eff9ff;

    color: #07578d;

    font-size: 13px;
    font-weight: 650;

    line-height: 1.45;
}


/* =====================================================
   HIDDEN FILTERED CARDS
   ===================================================== */

.ne1-plan-card.ne1-plan-hidden {
    display: none;
}


/* =====================================================
   EXCLUSIVE DEALS
   ===================================================== */

.ne1-exclusive-section {
    padding: 78px 0 86px;

    background: #f8fafc;
}

.ne1-exclusive-heading {
    max-width: 800px;

    margin: 0 auto 58px;
}

.ne1-exclusive-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 9px 17px;

    border-radius: 999px;

    background: #fff5e9;

    color: #ff6b18;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.4px;
}

.ne1-exclusive-heading h2 {
    margin: 16px 0 11px;

    color: #071a35;

    font-size: clamp(31px, 3vw, 43px);

    font-weight: 750;

    line-height: 1.15;

    letter-spacing: -.8px;
}

.ne1-exclusive-heading p {
    max-width: 700px;

    margin: 0 auto;

    color: #637c99;

    font-size: 17px;

    line-height: 1.6;
}


/* =====================================================
   PROMOTIONAL CARDS
   ===================================================== */

.ne1-exclusive-card {
    height: 100%;

    overflow: hidden;

    background: #ffffff;

    border-radius: 18px;

    box-shadow:
        0 8px 24px rgba(15, 38, 65, .08);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.ne1-exclusive-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(15, 38, 65, .13);
}

.ne1-exclusive-image-link {
    display: block;

    overflow: hidden;

    aspect-ratio: 16 / 9;

    background: #eaf0f6;
}

.ne1-exclusive-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .4s ease;
}

.ne1-exclusive-card:hover .ne1-exclusive-image {
    transform: scale(1.035);
}

.ne1-exclusive-content {
    padding: 21px 23px 23px;
}

.ne1-exclusive-content h3 {
    margin: 0 0 9px;

    color: #10233d;

    font-size: 18px;
    font-weight: 750;

    line-height: 1.35;
}

.ne1-exclusive-content p {
    margin: 0;

    color: #66809e;

    font-size: 13.5px;

    line-height: 1.55;
}

.ne1-exclusive-link {
    margin-top: 16px;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #1558df;

    font-size: 13px;
    font-weight: 750;

    text-decoration: none;
}

.ne1-exclusive-link i {
    transition: transform .2s ease;
}

.ne1-exclusive-link:hover {
    color: #0b46bd;
}

.ne1-exclusive-link:hover i {
    transform: translateX(4px);
}

.ne1-exclusive-empty {
    padding: 45px 20px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e6edf4;

    border-radius: 17px;

    color: #71869e;
}

.ne1-exclusive-empty i {
    font-size: 32px;
}


/* =====================================================
   GOOGLE TRANSLATE - HIDE GOOGLE'S DEFAULT UI
   ===================================================== */

/* Hide Google Translate top banner */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/* Google sometimes pushes the whole page down */
body {
    top: 0 !important;
}

/* Hide the original Google Translate widget */
#google_translate_element {
    position: fixed !important;
    left: -10000px !important;
    top: -10000px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Hide Google's generated gadget */
#google_translate_element .goog-te-gadget {
    visibility: hidden !important;
}

/* Hide Google branding */
#google_translate_element .goog-te-gadget-simple {
    visibility: hidden !important;
}

/* =====================================================
   OUR CUSTOM LANGUAGE SWITCHER
   ===================================================== */

.office-google-language {
    display: flex;
    align-items: center;

    margin-left: 8px;

    gap: 4px;

    flex-shrink: 0;
    white-space: nowrap;
}

.office-google-language i {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.office-google-language button {
    border: 1px solid transparent;

    background: transparent;

    color: #ffffff;

    padding: 5px 7px;

    margin: 0;

    font-family: inherit;
    font-size: 14px;
    font-weight: 500;

    line-height: 1.2;

    cursor: pointer;

    border-radius: 4px;
}

.office-google-language button:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.30);
}

.office-google-language span {
    color: rgba(255,255,255,0.55);
    font-size: 13px;
}

/* =====================================================
   GOOGLE TRANSLATE - HIDE GOOGLE'S OWN UI
   ===================================================== */

/* Hide Google's top translation banner */
iframe.goog-te-banner-frame,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
}

/* Google adds a top offset to body when translated */
html,
body {
    top: 0 !important;
}

/* Hide Google Translate default widget */
#google_translate_element {
    position: fixed !important;
    left: -10000px !important;
    top: -10000px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Hide Google branding/widget */
#google_translate_element .goog-te-gadget,
#google_translate_element .goog-te-gadget-simple {
    visibility: hidden !important;
}

/* Hide Google tooltip */
#goog-gt-tt {
    display: none !important;
}

/* =====================================================
   PREVENT GOOGLE FROM PUSHING THE PAGE DOWN
   ===================================================== */

body.translated-ltr,
body.translated-rtl {
    top: 0 !important;
}

/* =====================================================
   GOOGLE TRANSLATE ORIGINAL BAR
   ===================================================== */

iframe.goog-te-banner-frame,
iframe.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    border: 0 !important;
}

body {
    top: 0 !important;
}

body.translated-ltr,
body.translated-rtl {
    top: 0 !important;
}


/* =====================================================
   HIDE ORIGINAL GOOGLE WIDGET
   ===================================================== */

#google_translate_element {
    position: fixed !important;

    left: -10000px !important;
    top: -10000px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
    opacity: 0 !important;

    pointer-events: none !important;
}

#google_translate_element .goog-te-gadget,
#google_translate_element .goog-te-gadget-simple {
    visibility: hidden !important;
}


/* =====================================================
   MODERN TRANSLATE BAR
   ===================================================== */

.modern-translate-bar {
    display: none;

    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    height: 42px;

    background: #f3f6f9;

    border-bottom: 1px solid #d9e0e7;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);

    z-index: 999999;

    font-family: inherit;
}


/* Inner content */

.translate-bar-inner {

    max-width: 1400px;

    height: 100%;

    margin: 0 auto;

    padding: 0 18px;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 18px;
}


/* Translation status */

.translate-status {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-right: auto;

    color: #4b5563;

    font-size: 13px;
}


/* Google G */

.translate-google-icon {

    width: 24px;
    height: 24px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #dfe5eb;

    border-radius: 50%;

    font-size: 14px;
    font-weight: 700;

    color: #4285f4;

    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}


/* Language */

.translate-text strong {

    color: #003C71;

    font-weight: 600;

    margin-left: 3px;
}


/* Show original */

.translate-original-btn {

    border: 1px solid #cbd5df;

    background: #ffffff;

    color: #003C71;

    border-radius: 6px;

    padding: 6px 13px;

    font-family: inherit;

    font-size: 12px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.2s ease;
}


.translate-original-btn:hover {

    background: #003C71;

    color: #ffffff;

    border-color: #003C71;
}


/* Close */

.translate-close {

    width: 28px;
    height: 28px;

    border: 0;

    background: transparent;

    color: #6b7280;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    cursor: pointer;

    transition: all 0.2s ease;
}


.translate-close:hover {

    background: #e2e8f0;

    color: #003C71;
}

/* =====================================================
   LOGIN - HRMS / CAPTCHA / INFORMATION
===================================================== */

.login-captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.login-captcha-question {
    min-width: 115px;
    padding: 10px 14px;
    background: #eef3f8;
    border: 1px solid #ced4da;
    border-radius: 6px;
    color: #003c71;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.login-captcha-row .form-control {
    flex: 1;
}


/* =====================================================
   LOGIN LINKS
===================================================== */

.login-links-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 16px;
}

.login-links-row a {
    color: #0066ff;
    text-decoration: none;
}

.login-links-row a:hover {
    text-decoration: underline;
}

.login-new-user em {
    font-style: italic;
}

.login-forgot {
    font-style: italic;
}


/* =====================================================
   LOGIN INFORMATION
===================================================== */

.login-info-divider {
    margin: 24px 0 14px;
    border: 0;
    border-top: 1px solid #d9d9d9;
}

.login-information {
    text-align: left;
    color: #111;
    font-size: 16px;
    line-height: 1.45;
}

.login-information ul {
    margin: 0;
    padding-left: 30px;
}

.login-information li {
    margin-bottom: 4px;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 576px) {

    .login-links-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .login-captcha-row {
        flex-direction: column;
        align-items: stretch;
    }

    .login-captcha-question {
        width: fit-content;
    }

}
