:root {
    --color-primary: #2D2F9F;
    --color-primary-text: #253547;
    --color-text-yellow: #FFAD01;
    --color-secondary: #FFD200;
    --color-purple: #702B9F;
    --color-gray: #445666;
    --color-light-gray: #768EA9;
    --color-gray-10: #E8F0F6;
    --color-gray-20: #4A6673;
    --color-dark-yellow: #FF9000;
    --color-dark-blue: #1D215D;
    --color-blue100: #2A2A8C;
    --color-blue10: #D2E3EF;
    --color-yellow-bg: #FFF7E6;
    --color-table-header-bg: #4C4C4C;
    --color-table-text-bold: #334E66;
    --color-table-text: #19344C;
    --color-table-text-light: #334E66;
    --color-white: #fff;
    --color-black: #000;
    --color-sky-blue: #57DBFF;
    --color-green: #3CCC5B;
    --color-green-50: #43EBB6;
    --color-pik: #FF69AA;
    --table-green-bg: #E8F5E9;
    --table-green-text: #4CAF50;
}

@font-face {
    font-family: "Georgia";
    src: url('../font/georgia.woff2') format('woff2'),
        url('../font/georgia.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

header {
    background: var(--color-white);
    position: relative;
    transition: all 0.3s ease;
    border-top: 1px solid var(--color-gray-10);
    border-bottom: 1px solid var(--color-gray-10);
}

header .navbar-brand img {
    height: 60px;
}

header ul {
    margin: 0 auto;
}

header ul a span {
    display: block;
    color: var(--color-light-gray);
    font-family: "Georgia", sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.2s;
}

header ul .nav-link {
    text-decoration: none;
    color: var(--color-black);
    font-size: 16px;
    transition: all 0.2s;
    margin-left: 24px;
}

@media (max-width: 991px) {
    header ul .nav-link {
        border-bottom: 1px solid var(--color-gray-10);
    }
}

header ul .nav-link:hover {
    color: var(--color-dark-yellow);
}

header ul .nav-link:hover span {
    color: var(--color-dark-yellow);
}

header .navbar-toggler {
    box-shadow: none;
    outline: none;
    padding: 0px;
    border: 0px;
}

header .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    border: 0px;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--color-white);
}

.font-georgia {
    font-family: "Georgia", sans-serif;
    font-style: italic;
}

.font-size-50 {
    font-size: 46px;
    font-weight: 800;
}

@media (max-width: 1400px) {
    .font-size-50 {
        font-size: 20px;
    }
}

.font-size-22 {
    font-size: 22px;
}

@media (max-width: 991px) {
    .font-size-22 {
        font-size: 18px;
    }
}

.font-size-18 {
    font-size: 18px;
}

@media (max-width: 991px) {
    .font-size-18 {
        font-size: 16px;
    }
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

.text-gray {
    color: var(--color-gray);
}

.text-purple {
    color: var(--color-purple);
}

.text-blue {
    color: var(--color-primary);
}

.text-yellow {
    color: var(--color-text-yellow);
}

.text-dark-yellow {
    color: var(--color-dark-yellow);
}

.text-sky-blue {
    color: var(--color-sky-blue);
}

.text-green {
    color: var(--color-green);
}

.text-green-50 {
    color: var(--color-green-50);
}

.text-pik {
    color: var(--color-pik);
}

.line-height-40 {
    line-height: 40px;
}

@media (max-width: 991px) {
    .line-height-40 {
        line-height: 32px;
    }
}

.line-height-32 {
    line-height: 32px;
}

@media (max-width: 991px) {
    .line-height-32 {
        line-height: 26px;
    }
}

.line-height-26 {
    line-height: 26px;
}

.ps-100 {
    padding-left: 100px;
}

@media (max-width: 991px) {
    .ps-100 {
        padding: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .ps-100 {
        padding-left: 40px;
    }
}

.z-3 {
    position: relative;
    z-index: 3;
}

.border-line-4 {
    width: 32px;
    height: 4px;
    margin: 0 auto;
    display: inline-block;
    background: var(--color-purple);
}

h1 {
    font-size: 70px;
    font-weight: 800;
    line-height: 80px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }
}

h2 {
    font-size: 42px;
    font-weight: 700;
}

@media (max-width: 991px) {
    h2 {
        font-size: 20px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 60px !important;
    }
}

.heading {
    font-size: 40px !important;
    color: var(--color-black);
    font-weight: 700;
}

@media (max-width: 991px) {
    .heading {
        font-size: 28px !important;
    }
}

.border-t-b {
    border-top: 1px solid var(--color-gray-10);
    border-bottom: 1px solid var(--color-gray-10);
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-40 {
    margin-top: 40px;
}

.hr-line {
    border-top: 1px solid var(--color-gray-10);
}

.cursor-pointer {
    cursor: pointer;
}

.home-page-logo {
    height: 70px;
}

@media (max-width: 767px) {
    .home-page-logo {
        height: auto;
    }
}

.whitespace-nowrap {
    white-space: nowrap;
}

/* input[type="radio"] {
    accent-color: #ffd200 !important;
} */

.btn_fill {
    padding: 16px 30px;
    border-radius: 34px;
    color: var(--color-black);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    border: 0px;
    position: relative;
    overflow: hidden;
}

.btn_fill:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
}

.btn_fill:hover::after {
    left: 130%;
    transition: left 0.75s;
}

.btn_fill-dark-yellow {
    background: var(--color-dark-yellow);
}

.btn_fill-sky-blue {
    background: var(--color-sky-blue);
}

.btn_fill-green {
    background: var(--color-green);
}

.btn_fill-green-50 {
    background: var(--color-green-50);
}

.btn_fill-pik {
    background: var(--color-pik);
}

.btn_fill-yellow {
    background: var(--color-secondary);
}

.hero-banner-carousel .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 10px;
    border-radius: 10px;
    border: 0px;
    opacity: 1;
    background: var(--color-white);
}

.hero-banner-carousel .carousel-indicators .active {
    background: var(--color-primary);
    width: 30px;
}

.hero-banner-carousel .slider-btn {
    position: absolute;
    bottom: 80px;
    right: 20px;
    width: 130px;
}

@media (max-width: 991px) {
    .hero-banner-carousel .slider-btn {
        width: 90px;
        bottom: 74px;
    }
}

.hero-banner-carousel .slider-btn .carousel-control-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    background: var(--color-white);
    border-radius: 50%;
    bottom: 0px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

@media (max-width: 991px) {
    .hero-banner-carousel .slider-btn .carousel-control-prev {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

.hero-banner-carousel .slider-btn .carousel-control-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    background: var(--color-white);
    border-radius: 50%;
    bottom: 0px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

@media (max-width: 991px) {
    .hero-banner-carousel .slider-btn .carousel-control-next {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

.hero-banner-carousel .carousel-indicators {
    bottom: 20px;
}

@media (max-width: 991px) {
    .hero-banner-carousel .carousel-indicators {
        bottom: 0px;
    }
}

.btn-sm {
    background: var(--color-secondary);
    padding: 16px 30px;
    border-radius: 6px;
    outline: none;
    border: 0px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
}

.btn-sm i {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.btn-sm:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
}

.btn-sm .involved-icon {
    font-size: 28px;
    top: 8px;
    line-height: 0px;
}

.btn-sm:hover::after {
    left: 130%;
    transition: left 0.75s;
}

.btn-outline-yellow {
    background: transparent;
    padding: 12px 20px;
    border-radius: 6px;
    outline: none;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    border: 1px solid var(--color-dark-yellow);
    color: var(--color-dark-yellow);
    font-size: 14px;
}

.btn-outline-yellow i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.btn-outline-yellow:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
}

.btn-outline-yellow:hover {
    background: var(--color-dark-yellow);
    color: var(--color-black);
}

.btn-outline-yellow:hover::after {
    left: 130%;
    transition: left 0.75s;
}

.btn-outline-white {
    background: transparent;
    padding: 16px 30px;
    border-radius: 34px;
    outline: none;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    font-weight: 600;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    font-size: 18px;
}

.btn-outline-white i {
    font-size: 24px;
    position: relative;
    top: 7px;
}

.btn-outline-white:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
}

.btn-outline-white:hover {
    background: var(--color-secondary);
    color: var(--color-black);
    border-color: var(--color-secondary);
}

.btn-outline-white:hover::after {
    left: 130%;
    transition: left 0.75s;
}

.custom-card {
    margin-bottom: 24px;
    cursor: pointer;
    border: 1px solid var(--color-gray-10);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
}

.custom-card .custom-card-banner {
    width: 100%;
    overflow: hidden;
    height: 250px;
}

.custom-card .custom-card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.custom-card .custom-card-body {
    padding: 30px;
}

.custom-card .custom-card-body h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-card .custom-card-body span {
    display: block;
    font-size: 15px;
    color: var(--color-light-gray);
}

.custom-card .custom-card-body p {
    line-height: 26px;
    font-weight: 300;
    color: var(--color-primary-text);
    margin: 20px 0px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-card .custom-card-footer {
    border-top: 1px solid var(--color-gray-10);
    padding: 18px 15px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.custom-card .custom-card-footer i {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.custom-card:hover .custom-card-banner img {
    transform: scale(1.2);
}

.custom-card:hover .custom-card-footer {
    font-weight: 600;
}

.custom-card:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.custom-card .custom-card-footer::before,
.custom-card .custom-card-footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--color-secondary);
    color: var(--color-black);
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: background 0.3s, transform 0.3s, opacity 0.3s ease-in;
}

.custom-card .custom-card-footer::before {
    left: -30%;
}

.custom-card .custom-card-footer::after {
    right: -30%;
}

.custom-card:hover .custom-card-footer::after {
    transform: scale(1);
}

.vision-mission-card {
    backdrop-filter: blur(6px);
    border: 1px solid var(--color-white);
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    height: 100%;
    border-radius: 16px;
}

.vision-mission-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0px;
    text-transform: uppercase;
}

.vision-mission-card p {
    font-size: 16px;
    line-height: 28px;
}

.vision-mission-card-space {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.board-members-cards {
    height: 100%;
    padding: 10px;
    background: var(--color-white);
    padding-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.board-members-cards .board-members-cards-banner {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 300px;
}

.board-members-cards .board-members-cards-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    .board-members-cards .board-members-cards-banner {
        height: 450px;
    }
}

.board-members-cards .board-members-cards-body {
    text-align: center;
}

.board-members-cards .board-members-cards-body h4 {
    font-size: 18px;
    margin: 12px 0px;
    font-weight: 700;
}

.board-members-cards .board-members-cards-body p {
    color: var(--color-gray-20);
    font-size: 15px;
    line-height: 26px;
}

.tab-card-bg {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    padding: 20px;
    height: 100%;
    transition: all 0.3s;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #fff;
}

.tab-card-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 50%);
    transition: background 0.3s ease;
    z-index: 0;
}

.tab-card-bg h4,
.tab-card-bg p,
.tab-card-bg button {
    position: relative;
    z-index: 3;
    color: var(--color-white);
    text-align: center;
}

.tab-card-bg h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .tab-card-bg h4 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .tab-card-bg h4 {
        font-size: 26px;
        margin-bottom: 8px;
    }
}

.tab-card-bg p {
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 991px) {
    .tab-card-bg p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .tab-card-bg p {
        font-size: 15px;
        margin-bottom: 0;
    }
}

.tab-card-bg button {
    transition: all 0.3s ease;
}

.tab-card-bg button.active {
    background: var(--color-secondary);
    color: var(--color-black);
    border-color: var(--color-secondary);
}

.tab-card-bg:has(button.active)::before {
    background: linear-gradient(to top, #f70 0%, rgba(0, 0, 0, 0) 50%);
}

.bg-card-1 {
    background-image: url("../img/fullscreen-navtab-bg-1.png");
}

.bg-card-2 {
    background-image: url("../img/fullscreen-navtab-bg-2.png");
}

.bg-card-3 {
    background-image: url("../img/fullscreen-navtab-bg-3.png");
}

.bg-card-4 {
    background-image: url("../img/fullscreen-navtab-bg-4.png");
}

.full-height-component {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.nav-tab-row {
    height: -webkit-fill-available;
}

@media (max-width:1310px) {
    .nav-tab-row {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .nav-tab-row .tab-card-bg {
        min-width: 460px;
    }
}

@media (max-width: 575px) {
    .nav-tab-row {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .nav-tab-row .tab-card-bg {
        min-width: 360px;
    }
}

.program-card {
    border: 2px solid var(--color-gray-10);
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: var(--color-white);
}

.program-card:hover {
    border-color: var(--color-secondary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.program-card.selected {
    border-color: var(--color-text-yellow);
    background: var(--color-yellow-bg);
}

.program-card input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: darkgoldenrod;
}

.program-card .more-details {
    color: var(--color-black);
    text-decoration: none;
    font-weight: 500;
    float: right;
    font-size: 12px;
}

.program-card .more-details:hover {
    color: var(--color-black);
    text-decoration: underline;
}

.program-card .program-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 15px 0 5px 0;
}

.program-card .program-subtitle {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

.program-card .program-cost {
    color: var(--color-black);
    line-height: 1.6;
    font-size: 12px;
}

.program-card .cost-amount {
    font-weight: 700;
    color: var(--color-black);
}

.sarjan-hero-banner {
    background: url(../img/sarjan-hero-banner.png);
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .sarjan-hero-banner {
        background: transparent;
        height: auto;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sarjan-hero-banner {
        background-position: 0% 59%;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .sarjan-hero-banner {
        background-position: 0% 59%;
    }
}

.sarjan-hero-banner h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

.sarjan-hero-banner h4 {
    font-size: 22px;
    line-height: 36px;
}

@media (max-width: 1400px) {
    .sarjan-hero-banner h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1400px) {
    .sarjan-hero-banner .font-size-18 {
        font-size: 16px;
    }
}

.center6-hero-banner {
    background: url(../img/center6-hero-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    position: relative;
}

.center6-hero-banner h1 {
    color: var(--color-dark-yellow);
}


.center6-hero-banner button {
    background: var(--color-dark-yellow);
}

.center6-hero-banner:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (max-width: 991px) {
    .center6-hero-banner:after {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 767px) {
    .center6-hero-banner {
        /* height: auto;
        padding-bottom: 50px; */
    }
}

.hero-banner-right-grid {
    width: 500px;
    padding: 50px 30px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0px;
    z-index: 6;
    top: 50%;
    color: var(--color-black);
    transform: translateY(-50%);
    animation: fadeInRight 1s ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
}

.hero-banner-right-grid h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.hero-banner-right-grid p {
    font-size: 16px;
}

.hero-banner-right-grid:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    width: 30px;
    height: 150px;
    background: var(--color-dark-yellow);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}

@media (max-width: 991px) {
    .hero-banner-right-grid {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-banner-right-grid {
        width: 400px;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        right: -600px;
    }

    to {
        opacity: 1;
        right: 0px;
    }
}

.center1-hero-banner {
    background: url(../img/center1-hero-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    position: relative;
}

.center1-hero-banner .hero-banner-right-grid:before {
    background: var(--color-sky-blue);
}

.center1-hero-banner h1 {
    color: var(--color-sky-blue);
}


.center1-hero-banner button {
    background: var(--color-sky-blue);
}

.center1-hero-banner:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (max-width: 991px) {
    .center1-hero-banner:after {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 767px) {
    .center1-hero-banner {
        /* height: auto;
        padding-bottom: 50px; */
    }
}

.center2-hero-banner {
    background: url(../img/badri-center-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    position: relative;
}

.center2-hero-banner .hero-banner-right-grid:before {
    background: var(--color-green-50);
}

.center2-hero-banner h1 {
    color: var(--color-green-50);
}


.center2-hero-banner button {
    background: var(--color-green-50);
}

.center2-hero-banner:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (max-width: 991px) {
    .center2-hero-banner:after {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 767px) {
    .center2-hero-banner {
        /* height: auto;
        padding-bottom: 50px; */
    }
}

.center3-hero-banner {
    background: url(../img/shakti-center-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    position: relative;
}

.center3-hero-banner .hero-banner-right-grid:before {
    background: var(--color-pik);
}

.center3-hero-banner h1 {
    color: var(--color-pik);
}


.center3-hero-banner button {
    background: var(--color-pik);
}

.center3-hero-banner:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (max-width: 991px) {
    .center3-hero-banner:after {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 767px) {
    .center3-hero-banner {
        /* height: auto;
        padding-bottom: 50px; */
    }
}

.center4-hero-banner {
    background: url(../img/shakti-center-prantij.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    position: relative;
}

.center4-hero-banner .hero-banner-right-grid:before {
    background: var(--color-green);
}

.center4-hero-banner h1 {
    color: var(--color-green);
}


.center4-hero-banner button {
    background: var(--color-green);
}

.center4-hero-banner:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (max-width: 991px) {
    .center4-hero-banner:after {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 767px) {
    .center4-hero-banner {
        /* height: auto;
        padding-bottom: 50px; */
    }
}

.center5-hero-banner {
    background: url(../img/rampura-center-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    position: relative;
}

.center5-hero-banner .hero-banner-right-grid:before {
    background: var(--color-secondary);
}

.center5-hero-banner h1 {
    color: var(--color-secondary);
}


.center5-hero-banner button {
    background: var(--color-secondary);
}

.center5-hero-banner:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (max-width: 991px) {
    .center5-hero-banner:after {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 767px) {
    .center5-hero-banner {
        /* height: auto;
        padding-bottom: 50px; */
    }
}

.badges-centers {
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: var(--color-white);
    display: inline-block;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.about-read-more-link {
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    transition: all 0.5s;
    text-decoration: none;
    color: var(--color-primary);
}

.about-read-more-link i {
    color: var(--color-text-yellow);
}

.about-read-more-link:hover {
    color: var(--color-text-yellow);
}

.road-ahead-bg {
    background: var(--color-secondary);
    margin-top: 100px;
    padding: 100px 0px;
}

.road-ahead-bg .road-ahead-inner {
    position: relative;
}

.road-ahead-bg .road-ahead-inner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -30px;
    width: 120px;
    height: 120px;
    background: url(../img/left-quotes.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.road-ahead-bg .road-ahead-inner:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 30px;
    width: 120px;
    height: 120px;
    background: url(../img/right-quotes.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.close-video-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 28px;
    position: absolute;
    font-size: 20px;
    right: -7px;
    z-index: 222;
    top: -6px;
    display: inline-block;
    color: #736c6b;
    cursor: pointer;
    border: 0px;
}

.success-videos-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d73423;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .8s;
}

.success-videos-btn i {
    position: relative;
    left: 4px;
}

.success-videos-btn:hover {
    background: #820000;
    box-shadow: 2px 1px 15px #fff;
}

.donate-bg {
    background: url(../img/donate-banner.png);
    height: 500px;
    padding: 100px 0px;
    margin-top: 100px;
    color: var(--color-white);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.donate-bg:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 178, 0.9);
}

@media (max-width: 991px) {
    .donate-bg {
        padding: 90px 10px;
        height: auto;
        margin-top: 50px;
    }
}

footer {
    background: var(--color-blue100);
    padding: 15px;
    color: var(--color-white);
}

footer ul {
    float: right;
    margin: 0px;
    padding: 0px;
}

footer ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.about-inner-page-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    background: linear-gradient(179deg, #fff 0%, rgba(255, 255, 255, 0.78) 100%);
    padding: 20px 0px;
    z-index: 1000;
}

.vision-mission-bg {
    background: url(../img/vision-mission-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.board-members {
    background: var(--color-secondary);
    padding: 100px 0px;
}

.about-modal-close-icon {
    position: absolute;
    right: 30px;
    top: 0px;
    cursor: pointer;
    font-size: 30px;
    color: var(--color-light-gray);
}

.our-reports-icon {
    height: 60px;
    object-fit: cover;
}

.gallery-grid-height-260 {
    overflow: hidden;
    height: 260px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.gallery-grid-height-260 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-grid-height-460 {
    overflow: hidden;
    height: 460px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.gallery-grid-height-460 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .gallery-grid-height-460 {
        height: 260px;
    }
}

.gallery-grid-height-600 {
    overflow: hidden;
    height: 600px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.gallery-grid-height-600 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .gallery-grid-height-600 {
        height: 260px;
    }
}

.gallery-grid-height-400 {
    overflow: hidden;
    height: 400px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.gallery-grid-height-400 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .gallery-grid-height-400 {
        height: 260px;
    }
}

.back-home-link {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    padding: 10px 6px;
    display: inline-block;
    text-decoration: none;
    font-family: "Georgia", sans-serif;
    font-style: italic;
    transition: all 0.3s;
    color: var(--color-black);
    font-size: 18px;
}

.back-home-link i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.back-home-link:hover {
    color: var(--color-dark-yellow);
}

.contact-bg {
    background: url(../img/contact-bg.png);
    margin-top: 100px;
    padding: 100px 0px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .contact-bg {
        margin-top: 60px;
    }
}

.contact-bg ul {
    margin: 0px;
    padding-left: 30px;
}

.contact-bg ul li {
    position: relative;
    list-style-type: none;
    padding-left: 52px;
    margin-bottom: 6px;
}

.contact-bg ul li .contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    color: var(--color-dark-yellow);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

.inner-img-h-380 {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 30px;
}

.inner-img-h-380 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sponsor-img {
    height: 540px;
    width: 100%;
    background: url(../img/img01.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    position: relative;
    margin-top: 16px;
    padding: 16px;
    background-position: center;
}

.sponsor-img .sponsor-candidate-grid {
    border: 1px solid var(--color-gray-10);
    border-radius: 12px;
    padding: 30px;
    background: var(--color-white);
    position: absolute;
    bottom: -110px;
    width: calc(100% - 32px);
}

.donate-section .donate-headign {
    margin: 0px;
    padding: 0px;
}

.donate-section .donate-headign li {
    font-size: 24px;
    font-weight: 700;
    padding-left: 65px;
    line-height: 24px;
    position: relative;
    list-style-type: none;
}

.donate-section .donate-headign li .donate-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.donate-section .donate-headign li span {
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.donate-section-scroll-bar {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.donate-section-scroll-bar::-webkit-scrollbar {
    width: 3px;
}

.donate-section-scroll-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--color-gray-10);
    border-radius: 10px;
}

.donate-section-scroll-bar::-webkit-scrollbar-thumb {
    background: var(--color-light-gray);
    border-radius: 10px;
}

.custom-input {
    height: 46px;
    border-color: var(--color-blue10);
    box-shadow: none;
}

.custom-input:focus {
    box-shadow: none;
}

.form-label {
    font-size: 14px;
}

.ps-70 {
    padding-left: 70px;
}

@media (max-width: 991px) {
    .ps-70 {
        padding-left: 15px;
    }
}

.or {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    left: -18px;
    top: 50%;
    background: var(--color-white);
    transform: translateY(-50%);
    border: 1px solid var(--color-blue10);
    font-family: "Georgia", sans-serif;
    font-style: italic;
}

@media (max-width: 767px) {
    .or {
        display: none;
    }
}

.hr-left {
    border-left: 1px solid var(--color-blue10);
    padding-left: 50px;
    position: relative;
}

@media (max-width: 767px) {
    .hr-left {
        border: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hr-left {
        padding-left: 30px;
    }
}

.volunteer-modal-close-icon,
.donate-modal-close-icon {
    font-size: 30px;
    position: relative;
    top: -30px;
    cursor: pointer;
    transition: all 0.5s;
    color: var(--color-light-gray);
    opacity: 0.8;
}

.volunteer-modal-close-icon,
:hover,
.donate-modal-close-icon:hover {
    opacity: 1;
}

.volunteer-bg {
    background: url(../img/volunteer-banner.png);
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.volunteer-bg:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.contact-details-grid {
    background: var(--color-white);
    padding: 20px;
    border: 1px solid var(--color-gray-10);
    border-bottom-left-radius: 12px;
    position: fixed;
    right: 0px;
    z-index: 10;
    top: 120px;
    transition: all .65s;
    width: 280px;
}

.contact-details-grid .contact-details-close-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 26px;
    cursor: pointer;
    color: var(--color-light-gray);
    opacity: 0.6;
}

.contact-details-grid .contact-details-btn {
    width: 150px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: var(--color-secondary);
    position: absolute;
    left: -100px;
    top: 49px;
    transform: rotate(90deg);
}

.contact-details-grid .contact-details-btn .text {
    position: relative;
    top: 8px;
    transform: rotate(180deg);
}

.contact-details-grid .contact-details-btn .text i {
    font-size: 24px;
    position: relative;
    top: 4px;
}

.slick-slide-wrapper {
    padding-bottom: 60px;
    overflow: hidden;
    /* padding-left: 400px; */
}

@media (min-width: 360px) and (max-width: 767px) {
    .slick-slide-wrapper {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .slick-slide-wrapper {
        padding-left: 50px;
    }
}

.slick-slide-wrapper .slick-prev {
    cursor: pointer;
    background: var(--color-white);
    width: 50px;
    height: 50px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    left: auto;
    right: 36px;
    z-index: 10;
    top: auto;
    bottom: -30px;
}

.slick-slide-wrapper .slick-prev:before {
    content: "\F285";
    font-family: bootstrap-icons !important;
    color: var(--color-primary);
    font-size: 30px;
}

.slick-slide-wrapper .slick-next {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    background: var(--color-white);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    right: 100px;
    top: auto;
    bottom: -30px;
}

.slick-slide-wrapper .slick-next:before {
    content: "\F284";
    font-family: bootstrap-icons !important;
    color: var(--color-primary);
    font-size: 30px;
}

.slick-slide-wrapper .slick-track {
    padding: 60px;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .slick-slide-wrapper .slick-track {
        padding: 0px;
        padding-bottom: 30px;
    }
}

.slick-slide {
    margin-left: 24px;
}

.requirements-table thead tr {
    background-color: var(--color-table-header-bg);
    color: var(--color-white);
    border-radius: 12px;
}

.requirements-table thead tr th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
}

.requirements-table thead tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.requirements-table thead tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.requirements-table tbody tr {
    border-bottom: 1px solid var(--color-gray-10);
    vertical-align: middle;
}

.requirements-table tbody tr td {
    padding: 18px 16px;
    font-size: 14px;
    color: var(--color-table-text);
    vertical-align: middle;
}

.requirements-table tbody tr td p {
    vertical-align: middle;
}

.requirements-table tbody tr td .img-div {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    display: block;
    background-color: var(--color-gray-10);
    border-radius: 12px;
}

.requirements-table tbody tr td .badge-status-success {
    background-color: var(--table-green-bg);
    color: var(--table-green-text);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.requirements-table tbody tr td .support-btn {
    background-color: var(--color-yellow-bg);
    color: var(--color-table-header-bg);
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s;
    white-space: nowrap;
    text-decoration: underline;
}

.requirements-table tbody tr td .support-btn:hover {
    color: var(--color-dark-yellow);
}

.border-button {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid var(--color-gray-20);
    border-radius: 8px;
    color: var(--color-table-text);
}

.border-button:hover {
    background-color: var(--color-gray-10);
    border-color: var(--color-gray-20);
    color: var(--color-table-text-bold);
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-table-text);
    font-size: 14px;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: var(--color-table-text);
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.pagination a:hover {
    background-color: var(--color-gray-10);
    color: var(--color-table-text-bold);
}

.pagination a.active {
    background-color: var(--color-gray-10);
    color: var(--color-table-text-bold);
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary-text);
    scroll-behavior: smooth;
}


/*******************new css*********************************/
.contact-details-grid.hide {
    right: -280px;
}

/*Financial-Disclosure-css*/
.financial-accordion .accordion-item {
    border: 1px solid var(--color-gray-10);
}

.financial-accordion .accordion-header {
    border: 0px;
}

.financial-accordion .accordion-button {
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 15px 12px;
    font-size: 15px;
    color: var(--color-primary);
}

.financial-accordion .accordion-body {
    border-top: 0px;
}

.financial-accordion .financial-pdf-list {
    margin: 0px;
    padding: 0px;
}

.financial-accordion .financial-pdf-list li {
    list-style-type: none;
    border-bottom: 1px dashed;
    border-color: #C2C2C2;
    padding-bottom: 16px;
    margin-bottom: 15px;
    line-height: 18px;
    font-size: 14px;
}

.financial-accordion .financial-pdf-list li span {
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.financial-accordion .financial-pdf-list li a {
    text-decoration: none;
    color: var(--color-black);
}

.financial-accordion .financial-pdf-list li img {
    width: 28px;
    height: 32px;
    object-fit: cover;
    margin-right: 6px;
}

.financial-accordion .financial-pdf-list li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.financial-accordion .financial-accordion-height-160 {
    height: 160px;
}

@media (max-width: 1199px) {
    .financial-accordion .financial-accordion-height-160 {
        height: auto;
    }
}

/*Financial-Disclosure-css-END*/
/*******************new css*********************************/
/*mobile-menu-icon*/
.mobile-menu-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    right: 14px;
}

.mobile-menu-icon span {
    margin: 0 auto;
    position: relative;
}

.mobile-menu-icon span:before,
.mobile-menu-icon span:after {
    position: absolute;
    content: '';
}

.mobile-menu-icon span,
.mobile-menu-icon span:before,
.mobile-menu-icon span:after {
    width: 30px;
    height: 2px;
    background-color: var(--color-primary);
    display: block;
}

.mobile-menu-icon span:before {
    margin-top: -12px;
}

.mobile-menu-icon span:after {
    margin-top: 12px;
}

/* --- btn --- */
/* example 5 */
.example5 span {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.active span {
    /* barva prostredního */
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.example5 span:before {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.example5 span:after {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}



@media (max-width:767px) {
    .custom-card .custom-card-body h4 {
        font-size: 22px;
    }

    .contact-details-grid .contact-details-btn {

        width: 120px;
        height: 40px;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        background: var(--color-secondary);
        position: absolute;
        left: -80px;
        top: 39px;
        transform: rotate(90deg);

    }
}

/*mobile-menu-icon-END*/