:root{
    /* base palette – overridden by theme */
    --saffron:#F2A23D;
    --saffron-deep:#D9842B;
    --india-green:#0E8A4A;
    --navy:#0B2A57;
    --navy-2:#143977;
    --gold:#B68A2E;
    --ink:#1B1D22;
    --ink-2:#3a3f49;
    --muted:#6b7280;
    --rule:#E6E1D6;
    --rule-2:#EFEAE0;
    --surface:#FFFFFF;
    --paper:#FAF7F0;
    --paper-2:#F3EDE0;
    --tint:#FFF6E6;
    --chakra:#0B2A57;
    --accent: var(--saffron-deep);
    --accent-soft: var(--tint);
    --accent-ink: #fff;
    --header-bg: linear-gradient(180deg,#FFF9EF 0%, #FFF1DA 100%);
    --header-ink: var(--navy);
    }

body {
    margin: 0;
    padding: 0;
}
/* li.theme-changer .inner a:nth-child(1){width: 24px;height: 24px; display: inline-block;} */
.high-contrast{content: #000;}
li.theme-changer .inner a {
    background: url(../img/light-y.svg) no-repeat !important;
    width: 24px; height: 24px; display: block; font-size: 0;
}

.hero {
    min-height: 100vh;
    position: relative;
}

.hero-slider {
    width: 100%;
    height: 100%;
}
/* Animation */
.hero-slider img{
    animation: heroZoom 8s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  0% {
    transform: scale(1);
  }
 
  100% {
    transform: scale(1.3);
  }
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0 !important;
    z-index: 2;
}

.container_carousel {
    position: absolute;
    bottom: 100px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 10px);
}

.slick-prev,
.slick-next {
    z-index: 3;
}

.hero-slider-stats .slick-prev {
    left: -40px;
    background: none;
    filter: brightness(0) invert(0.7);
}


.hero-slider-stats .slick-next {
    right: -40px;
    background: none;
    filter: brightness(0) invert(0.7);
}

.hero-slider-stats .slick-next:hover , .hero-slider-stats .slick-prev:hover{
    background: none !important;
}

/* ================= HEADER ================= */
.header {
    backdrop-filter: blur(3px);
    background: #000;
    padding: 10px 15px;

    position: relative;
    z-index: 1;

    overflow: visible !important;
    isolation: isolate;
}

#liveDateTime{
    font-size: 12px;
    flex-wrap: wrap;
}

.path-frontpage .header {
    background: transparent !important;
}

.hero-content-inner-page {
    background: #000;
}

.header .container {
    max-width: 1200px;
    overflow: visible !important;
}

/* Logo */
.logo img {
    height: 50px;
}

/* Center text */
.logo-text h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.logo-text p {
    margin: 0;
    font-size: 16px;
    color: #ddd;
}

/* Right section */
.buttons-mpwcal {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: visible !important;
}

/* ================= SEARCH ================= */
.search-mpwcal {
    position: relative;
}

.search-mpwcal .global-search-col {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 30px;
    transition: all 0.4s ease;
    padding: 0;
    z-index: 10;
}

.search-mpwcal:focus-within .global-search-col {
    width: 240px;
    opacity: 1;
    padding: 5px 10px;
    right: -8px;
}

.search-mpwcal form {
    display: flex;
    align-items: center;
}

.search-mpwcal input.searchh {
    border: none;
    outline: none;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
}

.search-mpwcal label {
    display: none;
}

.search-mpwcal #edit-actions,
.search-mpwcal #edit-axtions--2 {
    position: relative;
    display: inline-block;
}

.search-mpwcal .form-submit {
    background: #2cbf79;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    margin-top:0 !important;
}

.search-mpwcal #edit-actions::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 12px;
    left: 12px;
    pointer-events: none;
}

.search-mpwcal #edit-actions::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    top: 25px;
    left: 22px;
    pointer-events: none;
}

.search-mpwcal #edit-actions--2::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 16px;
    right: 26px;
    pointer-events: none;
    z-index: 1;
}

.search-mpwcal #edit-actions--2::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    top: 29px;
    right: 21px;
    pointer-events: none;
    z-index: 1;
}

.search-mpwcal .btn {
    border-radius: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000029;
    border: 1px solid #fff;
}
.search-mpwcal .btn:focus{outline: none; box-shadow: none;}

/*  LOGIN  */
.login-button {
    position: relative;
}

.login-button .menu>li>span {
    background: #2CB479;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
}

.login-button .menu>li>span:hover {
    background: #25a96a;
}

.login-button .menu>li>span::after {
    content: "▼";
    font-size: 10px;
    margin-left: 6px;
}

.login-button .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 120%;
    right: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.login-button .menu>li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.login-button .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}



.header {
    overflow: visible !important;
}

.header .container,
.buttons-mpwcal,
.login-button {
    overflow: visible !important;
}

.login-button {
    position: relative;
    z-index: 1000;
}

.login-button .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 110%;
    right: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.login-button .menu>li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header::before,
.header::after {
    z-index: 0 !important;
}

.login-button,
.search-mpwcal {
    position: relative;
    z-index: 1001;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
}

/* Hover effect */
.slick-prev:hover,
.slick-next:hover {
    background: #fff;
}

.slick-prev {
    left: 50px;
}

.slick-next {
    right: 50px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.slick-prev::before {
    content: url("../icons/banner_arrow_l.svg") !important;
}

.slick-next::before {
    content: url("../icons/banner_arrow_r.svg") !important;
}

/* navbar css */

.navbar {
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    padding: 8px 0;
}

.navbar-nav {
    gap: 30px;
}

.navbar .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 8px 10px;
    transition: 0.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #00c389;

}

.navbar-nav .nav-item {
    position: relative;
}


.navbar-nav>.nav-item.sf-depth-1:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.dropdown-menu {
    background: #fff;
    border-radius: 8px;
    border: none;
    padding: 8px 0;
}

.dropdown-item {
    font-size: 13px;
    padding: 8px 15px;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

/* MAIN NAVIGATION BASE */
#block-unee-mainnavigation .nav-link,
#block-unee-mainnavigation .sf-menu a {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    position: relative;
}


#block-unee-mainnavigation a:link,
#block-unee-mainnavigation a:visited {
    color: #fff !important;
}


#block-unee-mainnavigation .nav-link:hover,
#block-unee-mainnavigation .nav-link:focus,
#block-unee-mainnavigation .sf-menu a:hover {
    color: #2cbf79 !important;
    background: transparent !important;
}


#block-unee-mainnavigation .is-active,
#block-unee-mainnavigation .nav-link.active {
    color: #2cbf79 !important;
    font-weight: 600;
}

#block-unee-mainnavigation .is-active::after,
#block-unee-mainnavigation .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #2cbf79;
}

ul.sf-menu.sf-style-default span.nolink:hover {
    background: transparent !important;
}


#block-unee-mainnavigation .menuparent>.nav-link,
#block-unee-mainnavigation .menuparent>span {
    cursor: pointer;
}


#block-unee-mainnavigation .sf-depth-2 a {
    color: #000 !important;
    background-color: #fff;
    padding: 8px 12px;
    display: block;
}


#block-unee-mainnavigation .sf-depth-2 a:hover, .login-button .dropdown-menu li a:hover {
    color: #fff !important;
    background-color: #ababab !important;
}

#block-unee-mainnavigation a:focus {
    outline: none;
    box-shadow: none;
}


/* Base icon style */
.sf-menu li>a::before,
.sf-menu li>span::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}



/*  Home */
.menu-home>a::before, .menu-मुख्य-पृष्ठ>a::before {
    background-image: url("../icons/home.svg");
}

/*  About Us */
.menu-about-us>span::before, .menu-हमारे-बारे-में>span::before {
    background-image: url("../icons/about.svg");
}

/*  Services */
.menu-services>a::before, .menu-सेवाएं>a::before {
    background-image: url("../icons/services.svg");
}

/*  Network */
.menu-network>a::before, .menu-नेटवर्क>a::before {
    background-image: url("../icons/network.svg");
}

.menu-business>a::before {
    background-image: url("../icons/business.svg");
}

.menu-quality->a::before {
    background-image: url("../icons/quality.svg");
}

/* Gallery */
.menu-gallery>span::before, .menu-गैलरी>span::before {
    background-image: url("../icons/gallery.svg");
}

/*  Contact */
.menu-contact-us>a::before, .menu-हमसे-संपर्क-करें>a::before {
    background-image: url("../icons/contact.svg");
}



.sf-menu li:hover>a::before,
.sf-menu li:hover>span::before {
    transform: scale(1.2);
}


.sf-menu li:hover>a,
.sf-menu li:hover>span,
.sf-menu li>a.is-active {
    color: #fff;
}


.sf-menu li:hover>a::before,
.sf-menu li:hover>span::before,
.sf-menu li>a.is-active::before {
    filter: brightness(0) invert(1);
}


.sf-menu li>a,
.sf-menu li>span {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Prevent icon shrinking */
.sf-menu li>a::before,
.sf-menu li>span::before {
    flex-shrink: 0;
    margin-right: 2px;
}

/* Fix arrow spacing */
.sf-sub-indicator {
    margin-left: 6px;
}

.sf-menu li>span.sf-with-ul {
    display: flex;
    align-items: center;
}


.sf-menu li>span.sf-with-ul .sf-sub-indicator {
    margin-left: auto;
}

/* hero stats */

.slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hero-statsanas {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    padding: 15px 0;
}

/* Each item layout */
.stat-item {
    display: flex !important;

    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 0 40px;

    border-right: 1px solid rgba(255, 255, 255, 0.3);

}


.stat-item:last-child,
.stat-item.slick-last {
    border-right: none;
}


.stat-item .icon img {
    width: 45px !important;
    height: auto !important;
    filter: brightness(0) invert(1);

}


.stat-item .text {
    text-align: left;
}

.stat-item h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.stat-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
    white-space: nowrap;

}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.3);
}

.stat-item:hover {
    transform: none !important;
}


.slick-slide {
    outline: none;
}

/* minister css */


.minister-section {
    margin-top: -80px;
    position: relative;
    z-index: 5;
    padding-bottom: 20px;
}
.minister-cards-main .row{margin-inline: 0.1rem;}

.minister-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}
.minister-cards-main .row>div:first-child .minister-card{border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.minister-cards-main .row>div:last-child .minister-card{border-top-right-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden;}

.minister-card {
    background: #9fd3b3;
    text-align: start;
    padding: 24px 26px 30px;
    position: relative;     border-right: 1px solid #8bb39a;
    transition:
        0.3s ease,
        box-shadow 0.3s ease;
    min-height: 252px;      text-align: center; 
}

.minister-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Alternate shades (like your design) */
.minister-section .row .col-lg-3:nth-child(even) .minister-card {
    background: #8ccaaa;
}

/* Image */
.minister-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover; border: 3px solid #f2f2f2;  padding: 5px;
}

/* Text */
.minister-card h6 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.minister-card p {
    font-size: 12px;
    margin: 0;
    opacity: 0.8;
    line-height: 14px;
}


.minister-card::after {

    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    opacity: 0.6;
}

.arrow-right-custom {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #2cbf79;
    width: 60px;
    height: 60px;
    border-top-left-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-arrow-up-right::before {
    transform: translate(10px, 6px) !important;
}

/* about section css */

.about-section {
    padding: 20px 0;
    background: url(../img/about-bg.png) no-repeat center center;
    background-size: cover;
}

.section-tag {
    display: inline-block;
    font-size: 14px;
    color: #888;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-content h3, .about-section .section-tag {
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 15px;
    color: #222;
}
.about-section .section-tag{margin-bottom: 6px; font-size: 26px;}

.about-content p {
    font-size: 14px;
    color: rgba(33, 37, 41, 0.75);
    line-height: 2;
    margin-bottom: 20px;
}


.about-content .btn {
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    display: inline-block;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    background-color: #2CB479;
    border-color: 1px solid #2CB479;
}
.about-content .btn:hover {
    background-color: #239764;
    border-color: #239764;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(44, 180, 121, 0.3);
    color: #fff;
    cursor: pointer;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.5s ease;
}

.about-image img:hover {
    background: linear-gradient(0deg,
            transparent,
            transparent 30%,
            rgba(0, 255, 255, 0.3));
    transition: all 0.5s ease;
}

/* circular css */

.circular-section {
    padding: 20px 0;
    background: #e6e6e6; position: relative;
}
.circular-notices-tab-sec{display:contents !important;} 
.circular-notices-tab-sec::before{content: ''; min-width: 500px; height: 109%; display: inline-block; position: absolute; background-image: url(https://ramp.ubputl.com/megqc/assets/photo_gallery_bg-DJtxUnhN.png); left: -180px; top: -20px; z-index: 1;}
.circular-notices-tab-sec::after{content: ''; min-width: 500px; height: 109%; display: inline-block; position: absolute; background-image: url(https://ramp.ubputl.com/megqc/assets/photo_gallery_bg-DJtxUnhN.png); right: -110px; top: -20px; z-index: 1;}

.circular-header .sub-title {
    font-size: 14px; display: none;
    color: #000;
    margin: 0;
}

.circular-header h2 {
    font-size: 28px;
    font-weight: 700 !important;
    color: #1d3557;
    margin-bottom: 4px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}



.circular-header h2:before { content: 'Circulars & Notices'; position: absolute; font-size: 4rem; left: 50%; transform: translateX(-50%); color: #1d35576b; z-index: -1; width: 100%; top: -7px; opacity: 0.1; }

.circular-header .desc {
    font-size: 16px;
    color: rgba(33, 37, 41, 0.75);
    margin-bottom: 24px;
}

.pamela .quicktabs-wrapper {
    width: 100%;
}

.quicktabs-tabs li {
    padding: 0 !important;
}

.pamela ul.quicktabs-tabs {top: 0; margin-bottom: 2rem !important;}
.quicktabs-wrapper.pamela .quicktabs-tabs li{margin: 0;}
.quicktabs-wrapper.pamela .quicktabs-tabs li a{text-shadow: none; color: #484848; font-weight: 500; font-size: 14px; border-radius: 8px; padding: 10px 5px; border: none; text-decoration: none;}
.quicktabs-wrapper.pamela .quicktabs-tabs li a:hover{border: none; outline: none; text-decoration: none;}
.quicktabs-wrapper.pamela .quicktabs-tabs li.active a{background-color: #2CB479; color: #fff;}
.quicktabs-wrapper.pamela .quicktabs-tabpage{border: none;padding: 0;}

/* Target only Circulars & Notices slider arrows */
#block-unee-quicktabscircularsnotices .quicktabs-tabs {
    position: relative;
    overflow: visible !important;
}

/* Previous button outside left */
#block-unee-quicktabscircularsnotices .slick-prev {
    left: -35px !important;
    background: transparent;
}

/* Next button outside right */
#block-unee-quicktabscircularsnotices .slick-next {
    right: -35px !important;
    background: transparent;
}

#block-unee-quicktabscircularsnotices .slick-next:hover ,#block-unee-quicktabscircularsnotices .slick-prev:hover {background:#fff;border-radius: 20px;}

.circular-section .quicktabs-tabs>li.active>a,
.circular-section .quicktabs-tabs>li.active>a:focus,
.circular-section .quicktabs-tabs>li.active>a:hover,
.circular-section .quicktabs-tabs>li.active>a:visited {
    background-color: #198754 !important;
    color: #ffffff !important; border: none; outline: none;
    font-weight: 600;
    text-shadow: none !important; border-radius: 30px !important;
}
.circular-section .quicktabs-tabs>li a:hover{border: none; color: #484848; border-radius: 30px !important; outline: none;}

.home-whatsnew-ticker {
    height: 250px;
    overflow: hidden;
    padding-right: 5px;
}
.circular-section .home-whatsnew-ticker{border: 1px solid #D3D3D3; background-color: #fff; z-index: 2; border-radius: 10px; min-height: 250px !important;}
.circular-section .pamela .quicktabs-tabpage{padding: 0; width: 100%; border: none;}


.update-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    transition: all 0.3s ease;
    color: #000;
}

.circular-section .pamela ul.quicktabs-tabs{margin: 0; box-sizing: border-box; margin-bottom: 1rem !important;}
.circular-notices-tab-sec .home-whatsnew-ticker ul {
    padding: 0; width: 100%; padding: 1rem;     height: 194px; margin-top: 1rem !important;
    overflow: hidden;
}

.circular-notices-tab-sec .home-whatsnew-ticker ul>li,
.info-card .card-body .home-whatsnew-ticker ul>li {
    position: relative; margin-bottom: 8px !important;
}
.circular-notices-tab-sec .quicktabs-wrapper.pamela .quicktabs-tabs li a{border-radius: 30px;}
.circular-notices-tab-sec .quicktabs-wrapper.pamela .custom-no-results{text-align: center; background: url("../img/empty_data.svg") no-repeat;background-position: center 90px; height: 250px;
    background-color: #fff; border-radius: 12px; padding-top: 25px;     position: relative;
    z-index: 2;}
.circular-notices-tab-sec .home-whatsnew-ticker ul>li .update-item::before,
.info-card .card-body .home-whatsnew-ticker ul>li .item::before {
    content: '';
    background: url("../icons/banner_arrow_l.svg") no-repeat;
    width: 13px;
    height: 23px;
    display: inline-block;
    transform: scaleX(-1);
    background-position: center center;
}

.title-tab {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.card-body {
    padding: 0 !important;
}

.info-card .card-body .home-whatsnew-ticker ul>li .item::before,
.info-card .home-whatsnew-ticker ul>li .item::before,
.info-card .home-whatsnew-ticker ul>li .update-item::before {
    content: '';
    background: url("../icons/banner_arrow_l.svg") no-repeat;
    min-width: 13px;
    height: 23px;
    display: inline-block;
    transform: scaleX(-1);
    background-position: center center;
    filter: brightness(10);
}

.info-card .card-body .home-whatsnew-ticker .item,
.info-card .home-whatsnew-ticker .item,
.info-card .home-whatsnew-ticker .update-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.info-card .card-body .home-whatsnew-ticker ul{
    display: flex; flex-direction: column; gap: 10px;
}


.title-tab a {
    color: #0d6efd;
    font-weight: 500;
    margin-left: 6px;
    text-decoration: none;
}

.title-tab a:hover {
    text-decoration: underline;
}

.badge-new {
    background: #ff3b30;
    color: #fff;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 20px;
    margin-left: 8px;
    font-weight: 600;
}

.updates-slider>.home-whatsnew-ticker-footer {
    display: flex;
    padding: 10px 0;
    gap: 10px; z-index: 3;
    align-items: baseline; position: relative;
}

.more-link a {
    text-decoration: none !important;
}

.circular-notices-tab-sec .more-link a {
    color: #198754 !important;
    font-weight: 600 !important;
    text-decoration: none;
}

.more-link a:hover {
    text-decoration: underline;
}

.btnToggle-wtsnew {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
}

.circular-tabs {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    justify-content: center;
}

.circular-tabs .nav-link {
    border: none;
    border-right: 1px solid #ccc;
    background: #e9e9e9;
    color: #333;
    font-size: 14px;
    padding: 10px 20px;
}

.circular-tabs .nav-link.active {
    background: #198754;
    color: #fff;
}

/* Content Box */
.circular-content {
    background: #eee;
    padding: 25px;
}

/* Title */
.updates-title {
    color: #198754;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Items */
.update-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}


.bullet {
    font-size: 12px;
}


.badge-new {
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 3px;
}


.explore-link {
    display: inline-block;
    margin-top: 10px;
    color: #198754;
    font-weight: 500;
    text-decoration: underline;
}


.updates-section {
    padding: 48px 0;
    background: #f5f5f5;
}


.updates-header h2 {
    font-size: 16   px;
    font-weight: 500 !important;
    margin-bottom: 4px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    color: rgba(33, 37, 41, 0.75);
}
.updates-header h2::before{content: 'Updates & Information Hub'; position: absolute; font-size: 4rem; left: 50%; transform: translateX(-50%); color: #1d35576b; z-index: -1; width: 100%; top: -7px; opacity: 0.1; }

.updates-header .sub-title {
    font-size: 28px;
    font-weight: 700 !important;
    color: #1d3557;
    margin: 0;
}

.updates-header .desc {
    font-size: 16px;
    color: rgba(33, 37, 41, 0.75);
    margin-bottom: 24px;
}

/* Info Card */
.info-card {
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 365px;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent !important;
}

.info-card .card-header span:last-child {
    font-size: 14px;
    opacity: 0.8;
}


.info-card,
.info-card .views-element-container {
    padding: 12px 18px;
    flex-grow: 1;
}

.info-card ul {
    padding-left: 0;
    list-style: none; display: flex; flex-direction: column; gap: 10px;
}


/* .info-card .item,
.update-item {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 6px;
} */


.info-card a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease;
    font-size: 14px;
}

.info-card a:hover {
    text-decoration: underline;
    opacity: 0.9;
}


.bullet {
    margin-right: 5px;
    font-size: 12px;
}


.badge-new {
    background: #ff3b3b;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    font-weight: 600;
}

.home-whatsnew-ticker-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    align-items: baseline; position: relative; z-index: 3;
}


.home-whatsnew-ticker-footer .btnToggle-wtsnew,
.hero-toggle-btn,
.btnToggle-footer {
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.btnToggle-stats {
    position: absolute;
    top: 62px;
    right: 0;
    font-size: 0;
}


.home-whatsnew-ticker-footer .btnToggle-wtsnew::before,
.btnToggle-footer::before {
    content: "▶️";
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.home-whatsnew-ticker-footer .btnToggle-wtsnew.et-run::before,
.btnToggle-footer::before {
    content: "⏸️";
}

/* Hover */
.home-whatsnew-ticker-footer .btnToggle-wtsnew:hover {
    background: transparent;
}


.hero-toggle-btn.is-paused::before,
.btnToggle-footer.is-paused::before,
.btnToggle-stats.is-paused::before {
    content: "▶️";
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hero-toggle-btn.is-playing::before,
.btnToggle-footer.is-playing::before,
.btnToggle-stats.is-playing::before {
    content: "⏸️";
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-whatsnew-ticker-footer .more-link a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}


.home-whatsnew-ticker {
    height: 220px !important;
    overflow: hidden;
}


#block-unee-views-block-current-news-block-1 .title-tab {
    margin: 0;
    color: #fff;
}


.info-card.green {
    background: linear-gradient(180deg, #1f9d63, #36b37e);
}

.info-card.blue {
    background: linear-gradient(180deg, #1e88a8, #3aa0c2);
}

.info-card.teal {
    background: linear-gradient(180deg, #0f8a8a, #17a2a2);
}

/* map section css */

/* Section */
.network-section {
    padding: 48px 0;
    background: #cfe5db;

}

/* Map */
/* .map-box img {
  max-width: 100%;
  height: auto;
}

#block-unee-mpmap p {
  font-size: 20px;
  color: #1d3557;
  font-weight: 700;
} */

.map-wrapper {
    position: relative;
    width: 100%;
    overflow: auto;
    border-radius: 12px;
    background: #fbfdff;
    border: 1px solid #e5e7eb;
}

.map-svg svg {
    width: 100%;
    height: auto;
    display: block;
}

.tooltip {
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(12px, 12px);
    background: rgba(17, 24, 39, 0.95);
    color: #ffffff;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.4;
    max-width: 240px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.18s ease,
        visibility 0.18s ease;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.tooltip.show {
    opacity: 1;
    visibility: visible;
}

.highlight-district {
    cursor: pointer;
    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        opacity 0.2s ease;
    transform-origin: center;
}

.highlight-district:hover {
    filter: brightness(0.95) drop-shadow(0 0 6px hsla(162, 89%, 26%, 0.863));
    background-color: #1cb975;
}

.highlight-district.active {
    filter: brightness(0.9) drop-shadow(0 0 10px rgb(60 153 110 / 50%));
    background-color: #1cb975;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    z-index: 10000;
}

/* .modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 560px);
    max-height: 80vh;
    overflow: auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 24px 20px;
    z-index: 10001;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.25);
} 

.modal h2 {
    margin: 0 32px 10px 0;
    font-size: 24px;
}

.modal p {
    color: #4b5563;
    line-height: 1.7;
}

.modal-close {
    position: absolute;
    right: 14px;
    top: 10px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #374151;
}

.modal-details-box {
    margin-top: 14px;
    padding: 14px 16px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    white-space: pre-line;
}*/

/* Content */
.network-content {
    padding-left: 20px;
}

/* Tag */
.section-tag {
    font-size: 16px;
    color: #555;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
}


.network-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 15px;
    line-height: 30px;
}


.network-content p {
    font-size: 14px;
    color: #2f3e46;
    line-height: 1.7;
    margin-bottom: 12px;
}


.read-more {
    font-size: 14px;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

/* gallery css */

.gallery-section {
    padding: 40px;
    background: #fff;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.gallery-header+.gallery-section {
    padding: 0 !important;
}

.gallery-header h4 {
    color: #2CB479;
    font-weight: 700;
    font-size: 28px;
}

.gallery-header a {
    background: linear-gradient(to right, #2cb479, #049456);
    padding: 8px 28px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
}

.photo-gallery {
    display: flex;
    gap: 15px;
}

/* Main Image */
.main-slider {
    width: 75%;
}

.main-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

/* Thumbnails */
.thumb-slider {
    width: 25%;
}

.thumb-slider .slick-slide {
    margin-bottom: 10px;
    cursor: pointer;
}

.thumb-slider img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    opacity: 0.6;
    transition: 0.3s;
}

.thumb-slider .slick-current img {
    opacity: 1;
    border: 2px solid #00c37a;
}




.flexslider {
    position: relative !important;
    padding-right: 26% !important;
    /* space for thumbnails */
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

/* Photo Gallery */
.flexslider .slides img {
    min-height: 308px;
    border-radius: 12px !important;
}


.card {
    border: none !important;
    margin: 0 !important;
}


.flexslider .flex-control-thumbs {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 24% !important;
    height: 100% !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;

    margin: 0 !important;
    padding-left: 10px !important;
    overflow: hidden !important;
}


.flex-control-thumbs li {
    float: none !important;
    width: 100% !important;
}


.flex-control-thumbs img {
    height: 95px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    opacity: 0.6 !important;
    transition: 0.3s !important;
}


.flex-control-thumbs .flex-active {
    opacity: 1 !important;
    border: 2px solid #00c389 !important;
}


.flexslider .slides {
    width: 100% !important;
}


.flexslider .flex-direction-nav a {
    display: block;
}


.flex-direction-nav a {
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 30px !important;
    height: 30px !important;
    background: #f2f2f2;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
}

/* HOVER */
.flex-direction-nav a:hover {
    background: #ffffff;
}

/* LEFT ARROW */
.flex-direction-nav .flex-prev, .video-gallery .video-slider .slick-prev {
    left: 15px !important;
}

/* RIGHT ARROW */
.flex-direction-nav .flex-next, .video-gallery .video-slider .slick-prev {
    right: 29% !important;
}

/* ICON COMMON */
.flex-direction-nav a::before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* LEFT ICON */
.flex-direction-nav .flex-prev::before {
    background-image: url("../icons/banner_arrow_l.svg");
}

/* RIGHT ICON */
.flex-direction-nav .flex-next::before {
    background-image: url("../icons/banner_arrow_r.svg");
}


.flexslider:hover .flex-direction-nav .flex-prev {
    left: 15px !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 29% !important;
}


.flex-pauseplay {
    display: none !important;
}


.video-sec .gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.video-sec .gallery-header h2 {
    color: #00c389;
    font-weight: 700;
    font-size: 28px;
}

.video-sec .view-all {
    background: #00c37a;
    border: none;
    padding: 8px 16px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}


.video-sec .video-slider {
    position: relative;
}

.video-sec .video-slide {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.video-sec .video-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
}


.video-sec .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}


.video-sec .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    font-size: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: 0.3s;
}

.video-sec .play-btn:hover {
    background: #00c37a;
    color: #fff;
}


.video-sec .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;

    background: rgba(255, 255, 255, 0.7);
    color: #000;
    font-size: 22px;

    cursor: pointer;
    transition: 0.3s;
}

.video-sec .nav:hover {
    background: #00c37a;
    color: #fff;
}

.video-sec .prev {
    left: 15px;
}

.video-sec .next {
    right: 15px;
}

.footer-slider-area {
    background: url(../img/footer-slider-bg.png) no-repeat center center;
    background-size: cover;
    padding: 10px 0;
}
.footer-slider-area .btnToggle-footer{height: 20px;}
.footer-slider .slick-slide a{background-color: #fff; display: block; border-radius: 16px; border: 2px solid #cfcfcf;}

.footer-slider .slick-track {
    gap: 5px;
}

.footer-menu {
    background-color: #034c2c;
}

.footer-menu {
    background-color: #034c2c;
    padding: 15px 0;
}

/* UL styling */
.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}


.footer-nav li {
    position: relative;
}


.footer-nav li:not(:last-child)::after {
    content: "|";
    color: #ffffff80;
    margin-left: 20px;
    position: absolute;
    right: -12px;
}

/* Links */
.footer-nav a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-nav a:hover {
    color: #2cbf79;
}

.footer-content-copy {
    font-size: 13px;
}

.lastupdated,
.visitor-counter {
    font-size: 13px;
}

.footer-slider-area .slick-prev {
    left: -50px;

}

.footer-slider-area .slick-next {
    right: -50px;
}

#back-to-button {
    position: fixed;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #ff0000;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-align: center;
    line-height: 2.25;

}

.hero-toggle-btn {
    bottom: 100px;
}

/* ===== BREADCRUMB CONTAINER ===== */
#block-unee-breadcrumbs {
    /* background: #f8f9fa; */
    padding: 10px 0px;
    margin-bottom: 0 !important;
}

/* ===== LIST RESET ===== */
.cmf-site-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}


.cmf-site-breadcrumb li a {
    color: #0f6b4f;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.cmf-site-breadcrumb li a:hover {
    text-decoration: underline;
}


.cmf-site-breadcrumb li:not(:last-child)::after {
    content: ">";
    color: #999;
}


.cmf-site-breadcrumb li:last-child {
    color: #555;
    font-weight: 600;
}


/* Inner content wrapper */
.middle-sec.innerpage-section .container {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 50px;
}

/* Headings */
.middle-sec.innerpage-section h1,
.middle-sec.innerpage-section h2,
.middle-sec.innerpage-section h3,
.middle-sec.innerpage-section h4,
.heading-block h1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.middle-sec.innerpage-section h1,
.heading-block h1 {
    font-size: 26px;
}

.middle-sec.innerpage-section h2 {
    font-size: 20px;
}

.middle-sec.innerpage-section h3 {
    font-size: 22px;
}

.middle-sec.innerpage-section h4 {
    font-size: 20px;
}

.title-block {
    margin-top: 10px;
}

/* Paragraph */
.middle-sec.innerpage-section p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

/* Links */
.middle-sec.innerpage-section a {
    color: #0d6efd;
    text-decoration: none;
}

.middle-sec.innerpage-section a:hover {
    text-decoration: underline;
}

/* Lists */
.page-node-84 #block-unee-content ul {
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 30px;
}

.field-content ul{list-style: disc !important;}

.middle-sec.innerpage-section ul li {
    margin-bottom: 8px; 
}

/* Images */
.middle-sec.innerpage-section img {
    max-width: 100%;
    border-radius: 8px;
    /* margin: 10px 0; */
}


.middle-sec.innerpage-section .row {
    margin-bottom: 30px;
}


.middle-sec.innerpage-section .btn {
    border-radius: 5px;
    padding: 8px 16px;
}


.middle-sec.innerpage-section .content-box {
    background: #f9fafb;
    padding: 20px;
    border-radius: 8px;
}


#block-unee-exposedformglobal-searchpage-1-2 {
    display: flex;
    justify-content: center;
}


#block-unee-exposedformglobal-searchpage-1-2 form {
    width: 100%;
    max-width: 520px;
    position: relative;
}


#block-unee-exposedformglobal-searchpage-1-2 label {
    display: none;
}


#block-unee-exposedformglobal-searchpage-1-2 input.form-text {
    width: 100%;
    padding: 14px 60px 14px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    background: #f9fafb;
    font-size: 15px;
    outline: none;
}


#edit-submit-global-search--3 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: transparent;
    cursor: pointer;
    z-index: 5;

}


#edit-actions--3::before,
#edit-actions--3::after {
    content: "";
    position: absolute;
    display: block;

}


#edit-actions--3::before {
    width: 14px;
    height: 14px;
    border: 2px solid #333;
    border-radius: 50%;
    top: 20px;
    right: 29px;
}


#edit-actions--3::after {
    width: 8px;
    height: 2px;
    background: #333;
    top: 34px;
    right: 25px;
    transform: rotate(45deg);
}


.pager {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}


.pager__items {
    display: flex;
    gap: 10px;
    padding: 0;
    list-style: none;
}


.pager__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.pager__item a:hover {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
}

.pager__item.is-active a {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.3);
}


.pager__item--next a,
.pager__item--last a {
    padding: 0 18px;
    font-weight: 500;
}


.pager__item--next a span,
.pager__item--last a span {
    font-size: 13px;
}

.pager__items li {
    list-style: none !important;
}


table.cols-4,
table.cols-3 {
    width: 100%;
    border-collapse: collapse;
    font-family: "Segoe UI", sans-serif;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


table.cols-4 thead,
table.cols-3 thead {
    background: linear-gradient(135deg, #2cbf79, #1e9e63);
    color: #fff;
}

table.cols-4 th,
table.cols-3 th {
    padding: 14px 12px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


table.cols-4 td,
table.cols-3 td {
    padding: 12px;
    font-size: 14px;
    color: #333;
    vertical-align: top;
    border-bottom: 1px solid #eee;
}


.views-field-title {
    font-weight: 500;
    line-height: 1.4;
}


.views-field-nothing a {
    display: inline-block;
    margin: 4px 6px 4px 0;
    padding: 0 8px;
    font-size:12px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}


.views-field-nothing a[href*=".pdf"] {
    background: #f8f9fa;
    color: #000;
}

.views-field-nothing a[href*=".pdf"]:hover {
    background: #f9fafb;
}


.views-field-nothing a:last-child:not([href*=".pdf"]) {
    background: #0dcaf0;
    color: #fff;
}

.views-field-nothing a:last-child:not([href*=".pdf"]):hover {
    background: #31d2f2;
}


/* .views-field-nothing img {
    width: 16px;
    margin-left: 5px;
    vertical-align: middle;
} */

.path-photo-gallery .card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.path-photo-gallery .card-body h3 {
    font-size: 18px !important;
}

.path-photo-gallery .card-body a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.pamela .quicktabs-tabpage {
    background-color: transparent !important;
}

/* Common Card Styling */
.card {
    border: none !important;
    margin: 0 !important;
    overflow: hidden;
}

.photo-list-block >div{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition-duration: 0.3s; margin-bottom: 1.5rem;}
.photo-list-block >div:last-child{margin-bottom: 0;}
.photo-list-block .card {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 20px;
}

.photo-list-block .card a {
    flex: 0 0 300px;
    width: 300px;
    height: 100%;
    display: block;
}

.photo-list-block .card a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.photo-list-block .card-body {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 16px;
}


.photo-grid-block .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}


.photo-grid-block .card img {
    width: 300px !important;
    height: 200px !important;
    object-fit: cover;
    margin: 0 auto;
}


.photo-grid-block .card-body {
    margin-top: 10px;
    width: 100%;
}

.breadcrumb-area {
    padding-top: 1rem;
}

.innerpage-section table th {
    background: #d5ffeb;
    border-bottom: none;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    color: #000;
}

.circular-section .quicktabs-tabs {
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
}

.circular-section .quicktabs-tabs li>a {
    width: 100% !important;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000; position: relative;
    border-radius: 0; padding-block: 0.6rem; background-color: #fff;  border-radius: 30px; overflow: hidden; border: none;
}
.circular-section .quicktabs-tabs li>a::before{content: ''; position: absolute; width: 0; height: 2px; background-color: #198754; bottom: 0; left: 50%; transform: translateX(-50%); transition-duration: 0.4s;}
.circular-section .quicktabs-tabs li>a:hover::before{width: 100%; transition-duration: 0.4s;}
.circular-section .quicktabs-tabs li.active a,
.circular-section .quicktabs-tabs li a:hover {
    border-radius: 0;
}

.social-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.socialmedia-box-list,
.list-unstyled a {
    color: #ffffff;
}

.map-caption {
    font-size: 13px;
    color: #2d3e50;
    margin-top: 10px;
}

.updates-slider img {
    height: 15px !important;
    width: 15px !important;
}

.page-header {
    margin-bottom: 20px;
}

.page-header h1 {
    margin: 0 0 8px;
    font-size: 28px;
}

.page-header p {
    margin: 0;
    color: #4b5563;
}

.map-panel,
.info-panel {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.map-panel {
    padding: 16px;
}

.info-panel {
    padding: 20px;
    position: sticky;
    top: 20px;
}

.info-panel h2 {
    margin-top: 0;
    font-size: 20px;
}

.info-panel p {
    line-height: 1.6;
    color: #4b5563;
}

/***Feedback Form***/
.path-webform .webform-submission-form input.form-text,
.path-webform .webform-submission-form select.form-select {
    height: 40px;
    padding-inline: 8px;
    border-radius: 5px;
    border: 1px solid #a9a2a2;
    margin: 0;
    width: 65%;
}

.path-webform .webform-submission-form .form-textarea {
    border: 1px solid #a9a2a2;
    height: 100px;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 100%;
}

.path-webform .webform-submission-form label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    width:fit-content;
    margin-top: 5px;
}

.form-required::after {
    content: "*";
    color: red;
}

.feedback-image{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#f8fcfa,#eef8f3);
    border-radius: 24px;
    padding: 30px;
    min-height: 400px;
    border: 1px solid #e7ecef;
}

.feedback-image img{
    max-width: 100%;
    width: 85%;
    transform: scaleX(-1);
    transition: transform .4s ease;
    filter: drop-shadow(0 12px 30px rgba(0,0,0,.12));
}

.feedback-image img:hover{
    transform: scaleX(-1) translateY(-6px);
}

label.error {
    font-size: 12px !important;
    color: #ff3333;
}

.form-submit {
    background: #2cbf79;
    border: none;
    color: #fff;
    padding-inline: 20px;
    padding-block: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
}

/* CAPTCHA Fieldset */
.captcha {
    /* border: 1px solid #dcdcdc; */
    border-radius: 8px;
    margin-top: 10px;
}

.captcha__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Image + Refresh */
.captcha__image-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.captcha__image-wrapper img {
    margin-bottom:0 !important;
}

/* Input Section */
.form-item-captcha-response {
    width: 100%;
}

.form-item-captcha-response label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-item-captcha-response input {
    width: 52% !important;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color .3s ease;
}

.form-item-captcha-response input:focus {
    outline: none;
    border-color: #0066cc;
}

.form-item-captcha-response .description {
    margin-top: 6px;
    font-size: 13px;
}

.captcha__description {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
}


/***FAQ***/
.ui-accordion .ui-accordion-header {
    background-color: #d5ffeb;
    border: none;
    color: #000;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.ui-widget {}

/* Contact_Us */

.page-node-73 .nsic-map iframe{
    height: 250px;
    width: stretch;
}

/***Minister Profile***/
.profile_section .col-lg-12{padding: 0;}


/***Login Page Design***/
body.path-user .main-content{ margin: 0 auto;} 
body.path-user { min-height: 100vh; display: flex; align-items: center; justify-content: end; background-color: #faf7f2; background-image: url(../img/login-bg.png); background-repeat: no-repeat; background-size: contain; margin-right: 8%; }
body.path-user .dialog-off-canvas-main-canvas{max-width: 400px; padding: 1.5rem 2rem 3rem; border-radius: 15px; box-shadow: rgb(44, 62, 80) 0px 15px 15px -15px; background-color: #ffffff;}
body.path-user .main-content section{width: 100%;}
body.path-user .main-content section .logo-widget{display: none;}
body.path-user .main-content section .csir-logo{text-align: center;}
body.path-user .main-content section .user-login-form .js-form-item{margin: 15px 0;}
body.path-user .main-content section .user-login-form .js-form-item label{display: block; font-weight: 600; text-transform: capitalize;}
body.path-user .main-content section .user-login-form .js-form-item input.form-text{width: 100%; height: 40px; border: none; margin: 0;  border-bottom: 1px solid #8f8585; font-size: 15px;}
body.path-user .main-content section .user-login-form .js-form-item input.form-text:focus{outline: none;}
body.path-user .main-content section .user-login-form  .form-actions .form-submit{border: none; background-color: #006bb6; color: #fff; padding: 10px 3rem; box-sizing: border-box; border-radius: 5px;}
body.path-user .main-content section .user-login-form  .form-actions .form-submit:hover{background-color: #005997;}
body.path-user .main-content section .user-login-form .description{font-size: 12px;}
body.path-user .main-content section .user-login-form .form-item-captcha-response span{background-color: #ddd; padding: 3px 10px; box-sizing: border-box; margin: 0 10px; border-radius: 20px; font-weight: bold;}
body.path-user .main-content section .user-login-form .form-item-captcha-response label,
body.path-user .main-content section .user-login-form .form-item-captcha-response span{float: left;}
body.path-user .main-content section .user-login-form .form-item-captcha-response input{max-width: 100px !important; height: auto !important; margin: 0; margin-left: 10px;}
body.path-user .main-content section .user-login-form input[name="captcha_response"] + div{margin-top: 10px;}
body.path-user .innerpage-wrapper .container{padding: 0;}
body.path-user .district-name{text-transform: capitalize;}
.inner-page-content .content-area.no-sidebar {flex: 100%; max-width: 100%; padding-left: 0rem;}


/***Minister Profile Page***/

    .tricolor{height:6px;display:flex}
    .tricolor>span{flex:1}
    .tricolor>span:nth-child(1){background:#FF9933}
    .tricolor>span:nth-child(2){background:#fff;border-top:1px solid #E6E1D6;border-bottom:1px solid #E6E1D6}
    .tricolor>span:nth-child(3){background:#138808}
    /* ─── Gov masthead ───────────────────────────────── */
    .masthead{
    background:#fff;border-bottom:1px solid var(--rule);
    }
    .masthead-inner{
    max-width:1240px;margin:0 auto;padding:14px 28px;
    display:flex;align-items:center;gap:18px;
    }
    .emblem{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center}
    .emblem svg{width:100%;height:100%}
    .mast-title{display:flex;flex-direction:column;line-height:1.15;flex:1;min-width:0}
    .mast-title .en{font-family:"Lora",serif;font-weight:600;font-size:18px;color:var(--navy);letter-spacing:-.01em}
    .mast-title .sub{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-top:2px}
    .mast-tools{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-2)}
    .mast-tools .pill{padding:6px 10px;border:1px solid var(--rule);border-radius:999px;background:#fff;color:var(--ink-2);display:inline-flex;align-items:center;gap:6px}
    .mast-tools .pill:hover{border-color:#cdc7b8}
    .mast-tools .lang{font-variant-numeric:tabular-nums}
    /* ─── Breadcrumb / minister_profile_page meta ─────────────────────── */
    .crumb{
    max-width:1240px;margin:0 auto;padding:12px 28px 0;
    display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;
    }
    .crumb a{color:var(--muted);text-decoration:none}
    .crumb a:hover{color:var(--navy)}
    .crumb .sep{opacity:.5}
    .crumb b{color:var(--ink);font-weight:600}
    /* ─── minister_profile_page wrapper ───────────────────────────────── */
    .minister_profile_page{max-width:1366px;margin:0 auto;}
    /* ─── Hero card ──────────────────────────────────── */
    .profile_hero{
    position:relative;overflow:hidden;border-radius:18px;
    background:var(--header-bg);
    border:1px solid var(--rule);
    display:grid;grid-template-columns:280px 1fr;gap:28px;
    padding:28px 32px;margin-top:14px;
    box-shadow:0 1px 0 rgba(255,255,255,.8) inset, 0 10px 30px -20px rgba(11,42,87,.18);
    }
    .hero .chakra{
    position:absolute;right:-120px;top:-120px;width:420px;height:420px;opacity:.06;pointer-events:none;
    color:var(--chakra);
    }
    .portrait{
    position:relative;width:260px;height:320px;border-radius:14px;overflow:hidden;
    background:linear-gradient(160deg,#fff 0%,#F3E8CF 100%);
    border:1px solid rgba(11,42,87,.12);
    box-shadow:0 18px 40px -22px rgba(11,42,87,.5);
    }
    .portrait::after{
    content:"";position:absolute;inset:0;border-radius:14px;
    box-shadow:inset 0 0 0 6px #fff, inset 0 0 0 7px rgba(11,42,87,.08);
    }
    .portrait .stamp{
    position:absolute;left:12px;bottom:12px;background:rgba(255,255,255,.92);
    backdrop-filter:blur(6px);
    border:1px solid rgba(11,42,87,.12);border-radius:999px;
    padding:5px 10px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--navy);
    font-weight:600;
    }
    .portrait img, .portrait .ph{
    width:100%;height:100%;object-fit:cover;display:block;
    }
    .portrait .ph{
    display:grid;place-items:center;
    background:
    radial-gradient(120% 80% at 50% 0%, #fff 0%, transparent 60%),
    linear-gradient(160deg,#F6E7C7 0%,#E2C68C 100%);
    color:#7a5a1f;font-family:"Lora",serif;font-size:96px;font-weight:600;letter-spacing:-.02em
    }
    .hero-body{display:flex;flex-direction:column;gap:14px;min-width:0;justify-content:center}
    .eyebrow{
    font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);
    font-weight:700;display:flex;align-items:center;gap:10px;
    }
    .eyebrow .dash{width:22px;height:2px;background:var(--accent);border-radius:2px}
    .hero h1{
    margin:0;font-family:"Lora",serif;font-weight:600;color:var(--navy);
    font-size:44px;line-height:1.05;letter-spacing:-.018em;
    }
    .hero .deva-name{font-family:"Tiro Devanagari Hindi",serif;color:var(--ink-2);font-size:20px;margin-top:2px}
    .hero .role{
    font-size:16px;color:var(--ink-2);margin-top:6px;
    }
    .hero .role b{color:var(--navy);font-weight:600}
    .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
    .chip{
    display:inline-flex;align-items:center;gap:6px;
    background:#fff;border:1px solid var(--rule);border-radius:999px;
    padding:6px 12px;font-size:12.5px;color:var(--ink-2);
    }
    .chip .dot{width:6px;height:6px;border-radius:999px;background:var(--accent)}
    .hero-actions{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}
    .btn{
    display:inline-flex;align-items:center;gap:8px;
    padding:10px 16px;border-radius:10px;font-size:13.5px;font-weight:600;
    border:1px solid transparent;cursor:default;text-decoration:none;
    }
    .btn-primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}
    .btn-primary:hover{filter:brightness(.96)}
    .btn-ghost{background:#fff;color:var(--navy);border-color:var(--rule)}
    .btn-ghost:hover{border-color:#cdc7b8}
    /* ─── Quick facts strip ──────────────────────────── */
    .facts{
    margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;
    background:#fff;border:1px solid var(--rule);border-radius:14px;overflow:hidden;
    }
    .fact{padding:18px 20px;border-right:1px solid var(--rule);position:relative}
    .fact:last-child{border-right:none}
    .fact .k{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600}
    .fact .v{font-size: 17px;color:var(--navy);margin-top:6px;line-height:1.2;font-weight: 500;}
    .fact .v small{color:var(--muted);font-size:12px;font-weight:500;display:block;margin-top:2px;letter-spacing:0;text-transform:none}
    /* ─── Section nav (sticky) ───────────────────────── */
    .secnav{
    position:sticky;top:0;z-index:20;margin-top:18px;
    background:rgba(250,247,240,.85);backdrop-filter:blur(10px);
    border-bottom:1px solid var(--rule);
    }
    .secnav-inner{display:flex;align-items:center;gap:4px;padding:10px 0;overflow-x:auto}
    .secnav a{
    padding:7px 14px;border-radius:999px;font-size:13px;font-weight:500;
    color:var(--ink-2);text-decoration:none;white-space:nowrap;
    }
    .secnav a.active{background:var(--navy);color:#fff}
    .secnav a:hover:not(.active){background:rgba(11,42,87,.06);color:var(--navy)}
    .secnav .spacer{flex:1}
    .secnav .meta{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px;padding-right:4px}
    .secnav .meta .dot{width:7px;height:7px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.18)}
    /* ─── Layout grid ────────────────────────────────── */
    .grid{
    display:grid;grid-template-columns:1fr 340px;gap:36px;margin-top:24px;align-items:start;
    }
    .grid.sidebar-left{grid-template-columns:340px 1fr}
    .grid.sidebar-left .main{order:2}
    .grid.sidebar-left .side{order:1}
    /* ─── Section heading ────────────────────────────── */
    .sec{margin-top:25px;scroll-margin-top:80px}
    .sec:first-child{margin-top:8px}
    .sec-h{display:flex;align-items:baseline;gap:14px;margin-bottom:0;}
    .sec-h .num{font-size:16px;color:var(--accent);font-weight:500;letter-spacing:.04em; background-color: #fff1db; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px;}
    .sec-h h2{margin:0;font-size:28px;color:var(--navy);font-weight:600;letter-spacing:-.012em}
    .sec-h .line{flex:1;height:1px;background:var(--rule);align-self:center}
    /* ─── Bio facts grid ─────────────────────────────── */
    .bio-grid{
    display:grid;grid-template-columns:repeat(2,1fr);gap:1px;
    background:var(--rule);border:1px solid var(--rule);border-radius:14px;overflow:hidden;
    }
    .bio-cell{background:#fff;padding:18px 20px}
    .bio-cell .k{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:600;display:flex;align-items:center;gap:8px}
    .bio-cell .k svg{width:13px;height:13px;color:var(--accent)}
    .bio-cell .v{margin-top:8px;font-size:15px;color:var(--ink);line-height:1.5}
    .bio-cell .v b{color:var(--navy)}
    /* ─── Prose ──────────────────────────────────────── */
    .prose{font-size:15.5px;line-height:1.7;color:var(--ink-2)}
    .prose p{margin:0 0 14px}
    .prose strong{color:var(--ink);font-weight:600}
    .lead{
    font-family:"Lora",serif;font-size:19px;line-height:1.55;color:var(--ink);
    border-left:3px solid var(--accent);padding:2px 0 2px 18px;margin:0 0 22px;
    font-style:italic;
    }
    /* ─── Timeline ───────────────────────────────────── */
    .timeline{position:relative;padding-left:28px}
    .timeline::before{
    content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;
    background:linear-gradient(180deg, var(--accent) 0%, var(--rule) 100%);
    border-radius:2px;
    }
    .tl-item{position:relative;padding:6px 0 22px}
    .tl-item:last-child{padding-bottom:0}
    .tl-item::before{
    content:"";position:absolute;left:-28px;top:10px;width:16px;height:16px;border-radius:999px;
    background:#fff;border:2px solid var(--accent);
    box-shadow:0 0 0 4px var(--accent-soft);
    }
    .tl-item.active::before{background:var(--accent)}
    .tl-year{font-family:"JetBrains Mono",monospace;font-size:12px;color:var(--accent);font-weight:600;letter-spacing:.04em}
    .tl-title{font-family:"Lora",serif;font-size:18px;color:var(--navy);margin:4px 0 4px;font-weight:600}
    .tl-body{font-size:14px;color:var(--ink-2);line-height:1.55}
    /* ─── Contribution cards ─────────────────────────── */
    .contrib{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .c-card{
    background:#fff;border:1px solid var(--rule);border-radius:14px;padding:20px;
    display:flex;flex-direction:column;gap:8px;
    transition:transform .15s ease, border-color .15s ease;
    }
    .c-card:hover{transform:translateY(-1px);border-color:#cdc7b8}
    .c-card .ic{
    width:36px;height:36px;border-radius:10px;display:grid;place-items:center;
    background:var(--accent-soft);color:var(--accent);margin-bottom:4px;
    }
    .c-card .ic svg{width:18px;height:18px}
    .c-card h4{margin:0;font-family:"Lora",serif;font-size:17px;color:var(--navy);font-weight:600}
    .c-card p{margin:0;font-size:14px;color:var(--ink-2);line-height:1.55}
    /* ─── Pubs ───────────────────────────────────────── */
    .pubs{display:flex;flex-direction:column;gap:0;
    background:#fff;border:1px solid var(--rule);border-radius:14px;overflow:hidden}
    .pub{display:grid;grid-template-columns:64px 1fr auto;gap:16px;padding:16px 20px;align-items:center;border-bottom:1px solid var(--rule)}
    .pub:last-child{border-bottom:0}
    .pub .spine{
    width:48px;height:64px;border-radius:3px;
    background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);
    position:relative;color:#fff;display:grid;place-items:center;
    font-family:"Lora",serif;font-size:10px;text-align:center;padding:4px;line-height:1.1;
    box-shadow:0 6px 14px -8px rgba(11,42,87,.6);
    }
    .pub .spine::after{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent);border-radius:2px 0 0 2px}
    .pub .t{font-family:"Lora",serif;font-size:16px;color:var(--navy);font-weight:600}
    .pub .m{font-size:12.5px;color:var(--muted);margin-top:2px}
    .pub .tag{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:600}
    /* ─── Travel ─────────────────────────────────────── */
    .travel{display:flex;flex-wrap:wrap;gap:8px}
    .country{
    display:inline-flex;align-items:center;gap:8px;padding:8px 14px;
    background:#fff;border:1px solid var(--rule);border-radius:999px;
    font-size:13px;color:var(--ink);
    }
    .country .flag{width:18px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.08);overflow:hidden;display:inline-block}
    /* ─── Sidebar ────────────────────────────────────── */
    .side{display:flex;flex-direction:column;gap:18px;position:sticky;top:64px}
    .panel{
    background:#fff;border:1px solid var(--rule);border-radius:14px;overflow:hidden;
    }
    .panel-h{
    padding:14px 18px;border-bottom:1px solid var(--rule);
    display:flex;align-items:center;gap:10px;background:linear-gradient(180deg,#fff,#FBF8F0);
    }
    .panel-h h3{margin:0;font-family:"Lora",serif;font-size:15px;color:var(--navy);font-weight:600}
    .panel-h .ic{width:26px;height:26px;border-radius:8px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}
    .panel-h .ic svg{width:14px;height:14px}
    .panel-b{padding:6px 6px}
    .dept-list{display:flex;flex-direction:column}
    .dept{
    display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;
    font-size:13.5px;color:var(--ink);
    }
    .dept:hover{background:var(--accent-soft)}
    .dept .n{
    width:22px;height:22px;border-radius:6px;background:var(--paper-2);color:var(--navy);
    display:grid;place-items:center;font-family:"JetBrains Mono",monospace;font-size:10.5px;font-weight:600;flex:0 0 22px;
    }
    .dept .name{flex:1;min-width:0}
    .contact-row{display:flex;align-items:flex-start;gap:12px;padding:11px 12px;border-radius:10px}
    .contact-row:hover{background:var(--accent-soft)}
    .contact-row .ic{
    width:30px;height:30px;border-radius:8px;background:var(--paper-2);color:var(--navy);
    display:grid;place-items:center;flex:0 0 30px;
    }
    .contact-row .ic svg{width:14px;height:14px}
    .contact-row .k{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600}
    .contact-row .v{font-size:13.5px;color:var(--ink);font-variant-numeric:tabular-nums;margin-top:2px;line-height:1.45}
    .links a{
    display:flex;align-items:center;justify-content:space-between;
    padding:11px 12px;border-radius:10px;font-size:13.5px;color:var(--ink);text-decoration:none;
    }
    .links a:hover{background:var(--accent-soft);color:var(--navy)}
    .links a svg{width:14px;height:14px;color:var(--muted)}
    /* ─── profile_footer ─────────────────────────────────────── */
    .profile_footer{margin-top:60px;background:var(--navy);color:#cdd6e6}
    .foot{max-width:1240px;margin:0 auto;padding:36px 28px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
    .foot h5{margin:0 0 12px;font-family:"Lora",serif;font-size:14px;color:#fff;font-weight:600;letter-spacing:.01em}
    .foot p,.foot a{font-size:13px;color:#9fb1d1;text-decoration:none;line-height:1.7}
    .foot a:hover{color:#fff}
    .foot ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}
    .foot-bottom{border-top:1px solid rgba(255,255,255,.08);padding:14px 28px;display:flex;justify-content:space-between;font-size:12px;color:#7e90b1;max-width:1240px;margin:0 auto}
    /* ─── Responsive ─────────────────────────────────── */
    @media (max-width: 1024px){
    .hero{grid-template-columns:1fr;padding:24px}
    .portrait{width:200px;height:240px}
    .hero h1{font-size:36px}
    .grid, .grid.sidebar-left{grid-template-columns:1fr}
    .side{position:static}
    .facts{grid-template-columns:repeat(2,1fr)}
    .fact:nth-child(2){border-right:none}
    .fact:nth-child(-n+2){border-bottom:1px solid var(--rule)}
    }
    @media (max-width: 640px){
    .minister_profile_page{padding:10px 16px 60px}
    .masthead-inner{padding:12px 16px;flex-wrap:wrap}
    .crumb{padding:12px 16px 0}
    .hero h1{font-size:30px}
    .bio-grid,.contrib{grid-template-columns:1fr}
    .facts{grid-template-columns:1fr}
    .fact{border-right:none;border-bottom:1px solid var(--rule)}
    .fact:last-child{border-bottom:none}
    .foot{grid-template-columns:1fr}
    }
    /* density */
    body.density-compact .hero{padding:22px 24px}
    body.density-compact .portrait{width:220px;height:270px}
    body.density-compact .hero h1{font-size:38px}
    body.density-compact .sec{margin-top:30px}
    body.density-compact .fact{padding:14px 18px}
    body.density-compact .bio-cell{padding:14px 16px}
    /* background variants */
    body.bg-white{background:#fff}
    body.bg-white .secnav{background:rgba(255,255,255,.88)}
    .travel_chips{display: flex; padding: 0; margin: 0; list-style-type: none; flex-wrap: wrap; gap: 8px;}
    .travel_chips li{border: 1px solid #d9842b; border-radius: 30px; padding-inline: 15px;padding-block: 5px; font-size: 13px; font-weight: 600; line-height: 15px;}
    .travel_chips li:hover{background-color: #fff6e6;}
    .departments_chils{margin: 0 10px; gap: 5px; margin-block: 15px; margin-bottom: 25px;}



/***Photo Gallery Section***/
.main-photo-gallery .views-view-responsive-grid__item, .views-view-grid .card{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition-duration: 0.3s;}
.main-photo-gallery .views-view-responsive-grid__item:hover, .views-view-grid .card:hover{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; transform: translateY(-8px); transition-duration: 0.3s;}
.main-photo-gallery .views-view-responsive-grid__item .card-title{margin: 0; padding: 0.5rem; min-height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.main-photo-gallery .views-view-responsive-grid__item img{border-radius: 0;}
.views-view-grid .card{padding: 0;}
.views-view-grid .card .card-body h3, .photo-list-block .card .card-body h3{font-size: 14px;}
.photo-list-block .card .card-body h3{margin-top: 10px;}

/***Video Gallery Section***/
.path-video-gallery .views-view-responsive-grid .views-view-responsive-grid__item{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition-duration: 0.3s;}
.path-video-gallery .views-view-responsive-grid .views-view-responsive-grid__item iframe{height: 257px;}
.path-video-gallery .views-view-responsive-grid .views-view-responsive-grid__item h3{font-size: 14px; text-align: center;}
.path-video-gallery .views-view-responsive-grid .views-view-responsive-grid__item:hover{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; transform: translateY(-8px); transition-duration: 0.3s;}
.video-embed-field-responsive-video{height: 308px;}
.video-embed-field-responsive-video iframe{border-radius: 12px !important;}
 

/***Print Design***/
@media print {
    .container{max-width: 100%;}
    .stat-item .text {color: #fff !important; -webkit-print-color-adjust: exact; print-color-adjust: exact;} 
    .minister-card{border:1px solid #000;}
    .minister-card h6{font-size:20px !important;}
    .minister-card p, .about-content p{font-size:16px !important;}
    .about-content h3{font-size:26px;}
    .p-0{padding:15px !important;}
    .photo-home .flexslider .slides img{height: 470px !important;}
    .photo-home .flex-control-thumbs img{min-height:150px !important;}
}


.language-switch.language-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 12px; /* preserved */
  border-right: none;
}

.language-switch.language-switcher .language-switcher-language-url {
  display: flex;
  align-items: center;
}

.language-switch.language-switcher ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.language-switch.language-switcher ul.links li {
  margin: 0;
  padding: 0;
  border-right: none;
  display: flex;
  align-items: center;
}

.language-switch.language-switcher a.language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px !important;
  padding: 0 12px; /* added so text doesn't touch edges */
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.language-switch.language-switcher a.language-link:hover {
  background: #ffffff;
  color: #11225a;
}



/*  CONTACT US PAGE  */

.path-node.page-node-73 #block-unee-content h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}


/* Contact Card */
.path-node.page-node-73 .contact-info {
    background: #167C4B;
    padding: 20px;
    border-radius: 16px;
    height: 100%;
}

.path-node.page-node-73 .contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    line-height: 1.7;
    color: #ffffff;
}

.path-node.page-node-73 .contact-info p:last-child {
    border-bottom: none;
}

.path-node.page-node-73 .contact-info i {
    font-size: 18px;
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #2CBF79;
    border: 2px solid #2CBF79;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.path-node.page-node-73 .contact-info a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}


/* Map Section */
.path-node.page-node-73 .nsic-map {
    border-radius: 16px;
    overflow: hidden;
}

.path-node.page-node-73 .nsic-map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
}



.hero-slider-main .slick-slide {
    position: relative;
}

.hero-slider-main .slick-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.hero-slider-main .slick-prev,
.hero-slider-main .slick-next {
    z-index: 2;
}


.hero-statsanas {
    position: relative;
    z-index: 5;
}


.about-img-basic img{height:350px;}

/***Meeting***/
.js-drupal-fullcalendar {
    background: #fff;
    padding: 25px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
}
.js-drupal-fullcalendar table{border:none}
.fc-row:first-child table{margin:0;}
.fc-day-grid-container,
.fc-scroller {
    height: auto !important;
    overflow: visible !important;
}
 
.fc-row.fc-week {
    height: auto !important;
    min-height: 110px;
}
 
.fc-content-skeleton tbody tr {
    height: auto !important;
}
 .fc table {
    border-collapse: separate;
    border-spacing: 6px;
}
 
.fc-day-header {
    background: linear-gradient(135deg,#6366f1,#8b5cf6) !important;
    color: #fff !important;
    padding: 14px 10px !important;
    border-radius: 12px;
    border: none !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.fc-day-header >a{color: #fff;}
 
 
.fc-day {
    background: #ffffff;
    border: none !important;
    border-radius: 16px;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
    transition: all .3s ease;
}
 
.fc-day:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(99,102,241,.15);
}
 
 
.fc-day-top {
    padding: 10px !important;
}
 
.fc-day-number {
    float: none !important;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #06b6d4, #3b82f6) !important;
}
 
 
.fc-today {
    background: linear-gradient(
        135deg,
        rgba(99,102,241,.08),
        rgba(236,72,153,.08)
    ) !important;
}
 
.fc-today .fc-day-number {
    background: linear-gradient(135deg,#6366f1,#ec4899);
    color: #fff !important;
}
 
 
.fc-other-month {
    opacity: .45;
    background: #f8fafc;
}
 
 
.fc-event {
    border: none !important;
    border-radius: 12px !important;
    padding: 8px 10px !important;
    margin: 4px !important;
    background: linear-gradient(
        135deg,
        #06b6d4,
        #3b82f6
    ) !important;
    box-shadow: 0 6px 15px rgba(59,130,246,.2);
    transition: all .3s ease;
}
 
.fc-event:hover {
    transform: scale(1.03);
}
 
.fc-title {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
}
 
 
.fc-toolbar {
    margin-bottom: 25px !important;
}
 
.fc-toolbar h2 {
    font-size: clamp(1.5rem,2vw,2rem);
    font-weight: 700;
    color: #1e293b;
}
 
 
.fc-button {
    border: none !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    border-radius: 12px !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
    transition: .3s;
}
 
.fc-button:hover {
    background: linear-gradient(135deg,#6366f1,#8b5cf6) !important;
    color: #fff !important;
}
 
.fc-button-active {
    background: linear-gradient(135deg,#6366f1,#8b5cf6) !important;
    color: #fff !important;
}
 
 
.fc-event:nth-child(3n+1) {
    background: linear-gradient(135deg,#3b82f6,#06b6d4) !important;
}
 
.fc-event:nth-child(3n+2) {
    background: linear-gradient(135deg,#10b981,#14b8a6) !important;
}
 
.fc-event:nth-child(3n+3) {
    background: linear-gradient(135deg,#f97316,#ef4444) !important;
}
 
 
@media (max-width:768px){
 
    .js-drupal-fullcalendar{
        padding:15px;
    }
 
    .fc table{
        border-spacing:3px;
    }
 
    .fc-row.fc-week{
        min-height:80px;
    }
 
    .fc-event{
        font-size:11px;
        padding:5px 8px !important;
    }
}
 
.fc-sun {
    background: rgba(239, 68, 68, 0.08) !important;
}
 
 
.fc-sat {
    background: rgba(239, 68, 68, 0.08) !important;
}
 
 
.fc-day-header.fc-sun,
.fc-day-header.fc-sat {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #fff !important;
}
 
 
.fc-sun .fc-day-number,
.fc-sat .fc-day-number {
    font-weight: 700;
}
 
 
.fc-sun:hover,
.fc-sat:hover {
    background: rgba(239, 68, 68, 0.15) !important;
}
.fc-today.fc-sun,
.fc-today.fc-sat {
    background: linear-gradient(
        135deg,
        rgba(239,68,68,.15),
        rgba(220,38,38,.08)
    ) !important;
}

.fc-header-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 25px;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    box-shadow:
        0 10px 40px rgba(0,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.8);
    margin-bottom: 10px !important;
}

.fc-center h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2.2rem);
    font-weight: 800;
    background: linear-gradient(
        135deg,
        #4f46e5,
        #7c3aed,
        #ec4899
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fc-button-group {
    display: flex;
    gap: 8px;
    padding: 6px;
    border-radius: 16px;
}

.fc-button {
    position: relative;
    border: none !important;
    background: transparent !important;
    color: #64748b !important;
    border-radius: 14px !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    transition: all .35s cubic-bezier(.4,0,.2,1);
    overflow: hidden;
    box-shadow: none !important;
}

.fc-button:hover {
    transform: translateY(-3px);
}
.fc-left{display: flex; align-items: center;}

.fc-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: rgba(99,102,241,.12);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .5s ease;
}

.fc-button:hover::before {
    width: 180px;
    height: 180px;
}

.fc-button-active {
    background: linear-gradient(
        135deg,
        #4f46e5,
        #8b5cf6
    ) !important;

    color: #fff !important;

    box-shadow:
        0 8px 25px rgba(99,102,241,.35);

    animation: activeFloat 2.5s ease-in-out infinite;
}

@keyframes activeFloat {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

.fc-prev-button,
.fc-next-button {
    width: 46px;
    height: 46px;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.08) !important;
}

.fc-prev-button:hover {
    transform: translateX(-4px);
}

.fc-next-button:hover {
    transform: translateX(4px);
}


.fc-today-button {
    margin-left: 10px !important;
    background: linear-gradient(
        135deg,
        #06b6d4,
        #3b82f6
    ) !important;

    color: #fff !important;
    border-radius: 14px !important;
    padding: 12px 22px !important;

    box-shadow:
        0 8px 20px rgba(59,130,246,.25);
}

.fc-today-button:hover {
    transform: translateY(-3px);
}


.fc-icon {
    font-size: 16px !important;
    font-weight: bold;
}

.fc-header-toolbar {
    animation: toolbarReveal .7s ease;
}

@media (max-width:768px) {

    .fc-header-toolbar {
        padding: 15px;
        gap: 15px;
    }

    .fc-left,
    .fc-center,
    .fc-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .fc-button-group {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fc-button {
        padding: 10px 14px !important;
        font-size: 13px !important;
    }

    .fc-center h2 {
        font-size: 24px;
    }
}

/* Calendar */
#gov_cal_dir {
    position: fixed;
    z-index: 99999;
    top: 250px;
    right: -200px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
}
#gov_cal_dir:hover {
    right: 0px;
}
#gov_cal_dir .titles_cls {
    background: linear-gradient(180deg, #1f9d63, #36b37e);
    width: 40px;
    color: #fff;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 6px 0 0 6px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    height: 200px;
}
#gov_cal_dir>a {
    color: #fff;
    text-decoration: none;
}
#gov_cal_dir img {
    display: block;
    width: 200px;
    height: 200px;
}
#gov_cal_dir label.year-title {
    font-weight: bold;
    color: #6f4110;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 55px;
    left: calc(70% - 58px);
    right: 0px;
    margin: 0 auto;
}
#gov_cal_dir .my-btn-primary

 {
    color: #ffffff;
    background: #d90e0f;
    border-color: #d90e0f;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 6px;
}
#gov_cal_dir .my-btn-primary:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}


#quicktabs-circulars_notices .quicktabs-tabs {
    display: block !important;
    width: 100%;
    margin: 0 auto;
}

#quicktabs-circulars_notices .slick-track {
    display: flex;
    align-items: stretch;
}

#quicktabs-circulars_notices .slick-slide {
    width: 150px !important;
    height: auto;
}

#quicktabs-circulars_notices .slick-slide > div {
    width: 100%;
}

#quicktabs-circulars_notices .quicktabs-tabs li {
    width: 150px !important;
    margin: 0 5px;
}

#quicktabs-circulars_notices .quicktabs-tabs li a {
    display: block;
    text-align: center;
    white-space: nowrap;
}
/*************************************
 TEAM GRID
**************************************/

.views-view-responsive-grid {
    gap: 30px !important;
    margin-top: 30px;
}

/*************************************
 CARD
**************************************/
/* Card Size Chhota */
.team_box {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-top: 4px solid #f58220;
    transition: .3s;
}

.team_box:hover {
    transform: translateY(-5px);
}

/* Image */
.team_img {
    margin-bottom: 15px;
}

.team_img img {
    width: 100%;
    height: 250px; /* 280 se kam */
    object-fit: cover;
    border-radius: 15px;
}
/* Content */
.team_content {
    display: flex;
    flex-direction: column;
    align-items: center;      /* Horizontal center */
    justify-content: center;  /* Vertical center */
    text-align: center;
    width: 100%;
}

/* Name */
.team_content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0c2340;
    margin: 0 0 10px;
    min-height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* Designation */
.designation {
    color: #f58220;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* Email */
.email {
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 50px;
    word-break: break-word;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* Phone */
.phone {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    min-height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/*************************************
 RESPONSIVE GRID
**************************************/

@media (max-width: 991px) {

    .views-view-responsive-grid {
        --views-responsive-grid--column-count: 2 !important;
    }

    .team_img img {
        height: 240px;
    }

    .team_content h4 {
        font-size: 26px;
    }

}

@media (max-width: 767px) {

    .views-view-responsive-grid {
        --views-responsive-grid--column-count: 1 !important;
    }

    .team_box {
        padding: 15px;
    }

    .team_img img {
        height: 280px;
    }

    .team_content h4 {
        font-size: 24px;
        min-height: auto;
    }

    .designation,
    .email {
        min-height: auto;
    }

    .phone {
        margin-top: 10px;
    }

}

@media (max-width: 480px) {

    .team_img img {
        height: 240px;
    }

    .team_content h4 {
        font-size: 22px;
    }

    .designation {
        font-size: 16px;
    }

    .email,
    .phone {
        font-size: 15px;
    }

}
.icon_box {
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: auto; /* Content ke hisab se height */
}

.icon_box:hover {
    transform: translateY(-5px);
}

/* Different Background Colors */

.col-lg-4:nth-child(1) .icon_box {
    background: #FFE5E5;
}

.col-lg-4:nth-child(2) .icon_box {
    background: #E5F4FF;
}

.col-lg-4:nth-child(3) .icon_box {
    background: #E8FFE5;
}

.col-lg-4:nth-child(4) .icon_box {
    background: #FFF4D6;
}

.col-lg-4:nth-child(5) .icon_box {
    background: #F3E8FF;
}

.col-lg-4:nth-child(6) .icon_box {
    background: #E5FFF8;
}

/* Icon */

.box_icon i {
    font-size: 36px;
    color: #f58220;
}

/* Heading */

.intro_desc h5 {
    color: #0c2340;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Text */

.intro_desc p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.timeline-section {
  padding: 50px 20px;
}

.timeline-heading {
  text-align: center;
  margin-bottom: 40px;
}

.timeline-nav-wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
}

.timeline-line {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}

.timeline-progress {
  position: absolute;
  top: 14px;
  left: 0;
  width: 0;
  height: 2px;
  background: #a00000;
  transition: .4s;
}

.timeline-years {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.timeline-year {
  text-align: center;
  cursor: pointer;
  background: #fff;
  z-index: 2;
}

.star {
  display: block;
  font-size: 28px;
  color: #bbb;
}

.timeline-year.active .star {
  color: #a00000;
}

.timelineSwiper {
  max-width: 1200px;
  margin: auto;
  height: 320px; /* Fixed height */
}

.timelineSwiper .swiper-wrapper,
.timelineSwiper .swiper-slide {
  height: 320px !important;
}

.timeline-content {
  display: flex;
  gap: 30px;
  align-items: center;
  height: 100%;
}

.timeline-image {
  width: 45%;
  height: 100%;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

.timeline-text {
  width: 55%;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.timeline-text h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.timeline-text p {
  line-height: 1.6;
}

.big-year {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 80px;
  font-weight: 700;
  color: rgba(0, 0, 0, .08);
}

.timeline-navigation {
  max-width: 1200px;
  margin: 25px auto 0;
  display: flex;
  justify-content: space-between;
}

.timeline-prev,
.timeline-next {
  border: none;
  background: #ffd600;
  padding: 12px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.timeline-prev:disabled,
.timeline-next:disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (max-width: 768px) {

  .timeline-section {
    padding: 30px 15px;
  }

  .timeline-years {
    overflow-x: auto;
    gap: 30px;
    padding-bottom: 10px;
  }

  .timelineSwiper,
  .timelineSwiper .swiper-wrapper,
  .timelineSwiper .swiper-slide {
    height: auto !important;
  }

  .timeline-content {
    flex-direction: column;
    gap: 20px;
  }

  .timeline-image,
  .timeline-text {
    width: 100%;
    height: auto;
  }

  .big-year {
    position: static;
    display: block;
    text-align: right;
    font-size: 50px;
    margin-top: 15px;
  }

  .timeline-navigation {
    flex-direction: column;
    gap: 15px;
  }

  .timeline-prev,
  .timeline-next {
    width: 100%;
  }
}