/*Font related code */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-100.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-100italic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-200.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-200italic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-300italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-500italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-600italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-700italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-800italic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-900italic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-v23-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Poppins', sans-serif;
}

/* headers styles*/
/* Top banner styling */
.top-banner {
    background-color: #ffbc00;
    color: #000;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

.sticky-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
}

/* Logo styling */
.logo-img {
    max-height: 50px;
}


.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
}

/* Display nested dropdown on hover */
.dropdown-item.dropdown:hover>.dropdown-menu {
    display: block;
}

/* Adjust dropdown items */
.dropdown-menu {
    min-width: 10rem;
    /* Adjust width as needed */
}

.dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 5px;
    padding: 0;
    display: block;
    line-height: 65px;
}


.dropdown-toggle {
    white-space: unset !important;
}

.dropdown-item {
    color: #2c2c2c;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
}

.dropdown-item:hover {
    color: #ffbc00;
}

.dropdown-toggle {
    color: #2c2c2c;
}

.dropdown-toggle:hover {
    color: #ffbc00;
}

.dropdown-menu {
    position: absolute;
    background-color: #fff;
    border-top: 4px solid #ffc107;
    width: 300px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2)
}

.dropdown-item {
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: capitalize;
}

.btn-india {
    border: 2px #33c9f3 solid;
    border-radius: 20px;
}

.btn-india:hover {
    border: 2px #33c9f3 solid;
    border-radius: 20px;
    color: #2c2c2c;
}

.dropdown-menu.india {
    padding: 0px;
    width: 100px;
    border-right: 2px #000 solid;
}

.country_dropdown_menu_item {
    padding: 10px;
}

.country_dropdown_menu_item:hover {
    background-color: #33c9f3;
    color: #fff;
}

.country_dropdown_menu_item a {
    color: #000;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

/* Donate button styling */
.donate-btn {
    background-color: #ffbc00;
    border-color: #ffbc00;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

.header-right {
    display: flex;
    align-items: center;
}

.country-select {
    position: relative;
    margin-left: 15px;
}

.country-btn {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.country-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 120px;
    display: none;
    z-index: 100;
}

.country-select:hover .country-dropdown {
    display: block;
}

.country-option {
    color: black !important;
    padding: 8px 15px;
    cursor: pointer;
}

.country-option:hover {
    background-color: #f5f5f5;
}

/* Mobile responsiveness - EXACTLY as original */
@media (max-width: 576px) {
    .border-bottom-color {
        border-bottom: 3px solid #ffbc00;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 3px solid #ffbc00;
    }

    .dropdown-menu {
        width: 120px;
    }

    .country-select {
        margin-left: 8px;
    }

    .header-right {
        gap: 10px;
    }

    .top-banner {
        font-size: 12px;
        padding: 8px 15px;
    }

    .donate-btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .logo-img {
        max-height: 40px;
    }
    
    .justify-content-space {
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        justify-content: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        margin: 0 15px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        font-weight: 600;
        color: #2c2c2c;
        margin: 0 5px;
        padding: 0;
        display: block;
        line-height: 65px;
    }

    .nav-link:hover {
        color: #ffbc00 !important;
    }
    
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    .dropdown-item.dropdown .dropdown-menu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 1000; 
    }

    .dropdown-item.dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    .dropdown-menu {
        position: absolute;
        background-color: #fff;
        border-top: 4px solid #ffc107;
        width: 300px;
        box-shadow: 0 4px 8px rgb(0 0 0 / .2);
        min-width: 10rem;
    }
    
    .dropdown-item {
        line-height: 20px;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 10px;
        text-transform: capitalize;
        color: #2c2c2c;
        white-space: normal;  
        word-wrap: break-word;   
        overflow-wrap: break-word;   
        line-height: 1.4;
    }
    
    .dropdown-item:hover {
        color: #ffbc00;
    }
    
    .dropdown-toggle {
        color: #2c2c2c;
    }
    
    .dropdown-toggle:hover {
        color: #ffbc00;
    }
    
    .dropdown-toggle::after {
        display: none;
    }

    .donate-btn {
        padding: 10px 20px;
        transition: all 0.3s ease;
    }

    .donate-btn:hover {
        background-color: #e6a600;
        transform: translateY(-1px);
    }
}
/* Mobile-specific accordion styles */
@media (max-width: 991px) {
    .mobile-nav {
       background-color: #fff;
        border-top: 1px solid #ddd;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

    }
    
    .mobile-nav-item {
        border-bottom: 1px solid #eee;
    }
    
    .mobile-nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        color: #2c2c2c;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
    }
    
    .mobile-nav-link:hover {
        color: #ffbc00;
        background-color: #f8f9fa;
    }
    
    .mobile-nav-link.active {
        color: #ffbc00;
        background-color: #fff8e1;
    }
    
    .mobile-nav-submenu {
        background-color: #f8f9fa;
        border-left: 3px solid #ffbc00;
    }
    
    .mobile-nav-submenu-item {
        padding: 12px 20px 12px 40px;
        color: #555;
        text-decoration: none;
        display: block;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }
    
    .mobile-nav-submenu-item:hover {
        color: #ffbc00;
        background-color: #fff;
    }
    
    .mobile-nav-submenu-item:last-child {
        border-bottom: none;
    }
    
    .mobile-nav-subsubmenu {
        background-color: #fff;
        border-left: 3px solid #ffbc00;
        margin-left: 20px;
    }
    
    .mobile-nav-subsubmenu-item {
        padding: 10px 20px 10px 20px;
        color: #666;
        text-decoration: none;
        display: block;
        font-size: 13px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .mobile-nav-subsubmenu-item:hover {
        color: #ffbc00;
        background-color: #f8f9fa;
    }
    
    .mobile-nav-subsubmenu-item:last-child {
        border-bottom: none;
    }
    
    .chevron {
        transition: transform 0.3s ease;
    }
    
    .chevron.rotated {
        transform: rotate(180deg);
    }
    
    .collapse {
        transition: all 0.3s ease;
        max-height: 0;
        overflow: hidden;
    }
    
    .collapse.show {
        max-height: 1000px;
    }
    
    .border-bottom-color {
        border-bottom: 3px solid #ffbc00;
    }
}
.img-fluid {
    width: 100%;
}

.donor-main-container {
    background-color: #F9F9F9;
    border-radius: 8px;
}

.donor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.donor-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 180px;
    transition: background-color 0.3s, transform 0.3s;
}

.donor-card h3 {
    margin: 0;
    font-size: 1.2em;
    color: #333;
}

.donor-card:hover {
    background-color: #F1F1F1;
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .donor-card {
        width: 45%;
    }

    .page-title h1 {
        font-size: 28px;
    }
}

.donor-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 250px;
    transition: background-color 0.3s, transform 0.3s;
}

.donor-card h3 {
    margin: 0;
    font-size: 1.0em;
    color: #333;
    padding-bottom: 0px;
}

.school-program-page-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}

.bg-dark-blue {
    background: #003c7a;
}

p,
li {
    color: #000;
}

.navbar {
    /* border-bottom: 2px #000 solid; */
    padding: 0px;
}

.navbar>.container-fluid {
    display: inline;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}

.btn-blue {
    font-weight: bold;
    background: #33c9f3;
    border: #33c9f3;
    color: #fff;
    padding: 8px 20px;
    line-height: 1 !important;
    border: 2px solid;
    border-radius: 20px;
}

.btn-blue:hover {
    background: #fff;
    border: 2px #33c9f3 solid;
    color: #33c9f3;
}

.btn.btn-dark-blue {
    font-weight: 600;
    background: #003c7a;
    border: #003c7a;
    color: #fff;
    padding: 8px 20px;
    line-height: 1 !important;
    border: 2px solid;
    border-radius: 20px;
}

.btn.btn-dark-blue:hover {
    background: #fff;
    border: 2px #003c7a solid;
    color: #003c7a;
}

.btn-primary {
    background: #33c9f3;
    border: #33c9f3;
    color: #fff;
    padding: 8px 20px;
    line-height: 1 !important;
    border: 2px solid;
    border-radius: 20px;
}

.btn-primary:hover {
    background: #fff;
    border: 2px #33c9f3 solid;
    color: #33c9f3;
}

.btn-primary .text-white:hover {
    color: #33c9f3 !important;
}

.primary-color {
    color: #003c7a !important;
}

.bg-primary {
    background-color: #003c7a !important;
}

.secondary-color {
    color: #33c9f3 !important;
}

.secondary-color:hover {
    color: #fff;
}

a {
    text-decoration: none;
    color: #33c9f3;
}

a {
    list-style: none;
}

.bg-lite-blue {
    background-color: rgba(189, 229, 245, 0.5);
}

/* Display the top-level dropdown menu on hover */

p,
li {
    color: #000;
}


.terms_item-new table td {
    color: #777777;
}


/* Hide nested dropdown menus by default */
.dropdown-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
    /* Ensure dropdowns appear above other content */
}

/* Display nested dropdown on hover */
.dropdown-item.dropdown:hover>.dropdown-menu {
    display: block;
}

/* Adjust dropdown items */
.dropdown-menu {
    min-width: 10rem;
    /* Adjust width as needed */
}

.dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: semi-bold;
    color: #2c2c2c;
    margin: 0 5px;
    padding: 0;
    display: block;
    line-height: 65px;
    /* text-transform: uppercase; */
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #33c9f3;
}

.dropdown-item {
    color: #2c2c2c;
}

.dropdown-item:hover {
    color: #33c9f3;
}

.dropdown-toggle:hover {
    color: #33c9f3;
}

.dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2)
}

.dropdown-item {
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 10px;
    /* text-transform: capitalize; */
}

.btn-india {
    border: 2px #33c9f3 solid;
    border-radius: 20px;
}

.btn-india:hover {
    border: 2px #33c9f3 solid;
    border-radius: 20px;
    color: #2c2c2c;
}

.dropdown-menu.india {
    padding: 0px;
    width: 100px;
    border-right: 2px #000 solid;
}

.country_dropdown_menu_item {
    padding: 10px;
}

.country_dropdown_menu_item:hover {
    background-color: #33c9f3;
    color: #fff;
}

.country_dropdown_menu_item a {
    color: #000;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

.hw-100 {
    height: 100px;
    width: 100px;
}

.hw-80 {
    height: 80px;
    width: 80px;
}

.our-story-page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../assets/img/our-story/our-story-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}

.cause-container.one {
    background-image: URL("../../assets/img/our-story/Cause_Education.jpg");
    background-size: cover;
    background-position: center;
}

.cause-container.two {
    background-image: URL("../../assets/img/our-story/Cause_Empowerment.jpg");
    background-size: cover;
    background-position: center;
}

.cause-container.three {
    background-image: URL("../../assets/img/our-story/Cause_Environment.jpg");
    background-size: cover;
    background-position: center;
}

.cause-container.four {
    background-image: URL("../../assets/img/our-story/Cause_Rural_Dev.JPG");
    background-size: cover;
    background-position: center;
}

.cause-container.five {
    background-image: URL("../../assets/img/our-story/Cause_Health.JPG");
    background-size: cover;
    background-position: center;
}

.cause-container.six {
    background-image: URL("../../assets/img/our-story/Cause_Inclusion.JPG");
    background-size: cover;
    background-position: center;
}

.cause-container.seven {
    background-image: URL("../../assets/img/our-story/Cause_Disaster.JPG");
    background-size: cover;
    background-position: center;
}

.cause-card {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cause-container {
    position: relative;
    color: white;
    padding: 20px;
    overflow: hidden;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cause-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.cause-title {
    position: relative;
    z-index: 1;
    color: #f8b400;
    /* Gold/orange color */
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.btn-light-cream {
    position: relative;
    z-index: 1;
    background-color: #faefd1;
    /* Light cream color */
    color: #333;
    font-weight: 500;
    border: none;
    padding: 6px 16px;
    border-radius: 20px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.btn-light-cream:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-2px);
}

.impact-icon {
    font-size: 40px;
    color: black;
}

/* Responsive Carousel Styling */
.carousel-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

/* Custom Arrows */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #003366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

@media (min-width: 768px) {
    .carousel-control-prev {
        left: -60px;
    }

    .carousel-control-next {
        right: -60px;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
}

.carousel-control-prev-icon {
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.carousel-control-next-icon {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
}

/* Custom Caption Position */
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 90%;
}

.carousel-caption h2 {
    font-weight: bold;
    color: #ffc107;
    font-size: 1.5rem;
}

.carousel-caption p {
    color: white;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .btn-light-cream {
        /*display: block;*/
        width: fit-content;
    }

    .cause-container {
        text-align: start;
        align-items: unset;
    }

    .cause-title {
        color: #fff;
        margin-bottom: 0px;
        font-size: 20px;
    }

    .our-story-page-banner {
        background-image: url(../../assets/img/our-story/our-story-banner-m.png);
    }

    .legal-and-financials-page-banner {
        background-image: url(../../assets/img/legal-and-financials/legal-and-financials-banner-m.png);
    }

    .carousel-caption h2 {
        font-weight: bold;
        color: #ffc107;
        font-size: 14px;
    }

    .carousel-caption p {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .school-program-page-banner {
        height: 235px;
    }
}

@media (min-width: 767px) {
    .carousel-caption h2 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1.2rem;
    }
}

/* School Transformation CSS */
.support-options {
    position: absolute;
    top: 35px;
    left: 130px;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    transform: rotate(90deg);
    transform-origin: left top;
}

.hidden {
    display: none;
}

.option-btn {
    display: block;
    width: 150px;
    margin: 5px 0;
    padding: 10px;
    background-color: #ffc107;
    border: none;
    cursor: pointer;
}

.backToTop-sticky {
    position: fixed;
    bottom: 20px;
    right: 70px;
    z-index: 999;
}

.backToTop-sticky .btn {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

/* OUR STORY CSS */
.timeline-nodes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

/* Line connecting all nodes */
.timeline-nodes:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 3px;
    background-color: #003c7a;
    z-index: 0;
}

/* Individual Timeline Node */
.timeline-node {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    flex: 1;
}

/* Timeline Circle */
.timeline-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #ffca28;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Year Text */
.year {
    font-size: 24px;
    font-weight: bold;
    color: #003c7a;
}

/* Timeline Arrows */
.timeline-arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #003c7a;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/* Last node shouldn't have an arrow */
.timeline-node:last-child .timeline-arrow {
    display: none;
}

/* Top and Bottom Connectors */
.timeline-top-connector {
    height: 30px;
    width: 3px;
    margin-bottom: 10px;
}

.timeline-bottom-connector {
    height: 30px;
    width: 3px;
    margin-top: 10px;
}

.visible {
    background-color: #003c7a;
}

.visible-black {
    background-color: #000;
}

.invisible {
    background-color: transparent;
}


/* Partner Section */
.partners-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.partners-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.partner-card {
    width: 180px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
}

.partner-card h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.dots-slider {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #003366;
}

.dot.active {
    width: 16px;
    height: 16px;
    background-color: #ffc107 !important;
}

.partners-slider .slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.partners-slider .slide.active {
    display: block;
    opacity: 1;
}

/* Partner Section */
.partners-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

/* Grid layout */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.partner-card {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
}

.partner-card h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.dots-slider {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #003366;
}

.dot.active {
    width: 16px;
    height: 16px;
    background-color: #ffc107 !important;
}

.partners-slider .slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.partners-slider .slide.active {
    display: block;
    opacity: 1;
}

/* Mobile Responsive Layout */
@media (max-width: 767px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .partner-card {
        height: 90px;
        width: 100%;
    }

    .partner-card h3 {
        font-size: 16px;
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .timeline-circle {
        width: 80px;
        height: 80px;
    }

    .year {
        font-size: 20px;
    }

    .timeline-nodes:before {
        left: 5%;
        right: 5%;
    }
}

@media (max-width: 768px) {
    .text-center-m {
        text-align: center;
    }

    .timeline-circle {
        width: 60px;
        height: 60px;
    }

    .year {
        font-size: 16px;
    }

    .timeline-arrow {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #003c7a;
    }

    .timeline-top-connector,
    .timeline-bottom-connector {
        height: 20px;
    }

    .timeline-nodes {
        max-width: 95%;
    }
}

@media (max-width: 576px) {
    .m-none {
        display: none !important;
    }

    .timeline-circle {
        width: 50px;
        height: 50px;
    }

    .year {
        font-size: 14px;
    }

    .timeline-nodes:before {
        height: 2px;
    }

    .timeline-arrow {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #003c7a;
        right: -6px;
    }
}

.bg-light-blue {
    background-color: #e4efff;
}

/* BE A FUNDRAISER */
.fundraiser-header {
    text-align: center;
    margin-bottom: 20px;
}

.fundraiser-header h2 {
    color: #2c5495;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.step-container {
    border: 1px solid #ffc107;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.step-title {
    color: #2c5495;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.step-indicators {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.step-indicator {
    width: 100px;
    height: 8px;
    margin: 0 5px;
    background-color: #e0e0e0;
    border-radius: 4px;
}

.step-indicator.active {
    background-color: #2c5495;
}

.step-indicator.completed {
    background-color: #2c5495;
}

.form-label {
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}

.form-check-label {
    font-weight: normal;
}

.btn-next {
    background-color: #ffc107;
    color: #333;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
}

.btn-next:hover {
    background-color: #e0a800;
}

.btn-prev {
    background-color: #2c5495;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
}

.btn-prev:hover {
    background-color: #1d3c6b;
}

.whatsapp-options {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.whatsapp-option {
    padding: 8px 15px;
    background-color: #ffc10736;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
}

.whatsapp-option.selected {
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.upload-btn {
    background-color: #ffeeba;
    border: 1px solid #ffc107;
    color: #333;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.review-btn {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    color: #333;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.hidden {
    display: none;
}

.submit-btn {
    background-color: #ffc107;
    color: #333;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s;
}

.submit-btn:hover {
    background-color: #e0a800;
}

.form-title-blue {
    color: #2c5495;
    font-weight: bold;
    margin-bottom: 15px;
}

/* LEGAL & FINANCIAL */
.finance-card {
    background-color: #2c5495;
    border-radius: 5px;
    color: white;
    height: 100%;
    padding: 20px;
}

.finance-card h4 {
    text-align: center;
    color: #ffc107;
    margin-bottom: 20px;
}

.finance-card ul {
    padding-left: 0;
}

.finance-card li {
    margin-bottom: 8px;
    color: #fff;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.finance-card li::before {
    content: "\27A4";
    position: absolute;
    left: 0;
    color: white;
}

.newsletters-section {
    background-color: #2c5495;
    color: white;
    padding: 20px 0;
}

.newsletters-section h2 {
    color: #ffc107;
    margin-bottom: 20px;
}

.newsletters-section .year-selector {
    background-color: #2c5495;
    color: white;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.month-btn {
    background-color: transparent;
    border: none;
    color: white;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.month-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.quarter-btn {
    background-color: transparent;
    border: none;
    color: white;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.quarter-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.report-link {
    color: #2c5495;
    text-decoration: none;
    font-weight: 500;
}

.report-link:hover {
    text-decoration: underline;
}

.view-more {
    color: #2c5495;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.hidden-reports {
    display: none;
}

.thank-you-donor-bg {
    background-image: url('../../assets/img/donor-thank-you.png');
    background-position: center;
    background-size: cover;
}

.testimonial {
    border-radius: 200px;
    height:150px;
    width:150px;
}


@media screen and (min-width:767px) {
    .text-end-des {
        text-align: end !important;
    }

    .school-program-page-banner {
        background-image: url('../../assets/img/school-transformation/school-transformation-program-banner.png');
    }
    
    .digital-classrooms-banner{
         background-image: url('../../assets/img/digital-classrooms/digital-classrooms-banner-des.png');
    }
    .legal-and-financials-page-banner {
        background-image: url(../../assets/img/legal-and-financials/legal-and-financials-banner.png);
    }

    .digital-labs-and-coding-program-banner {
        background-image: url(../../assets/img/digital-labs-and-coding/digital-labs-and-coding-program-banner-des.png);
    }

    .impact-hiring-banner {
        background-image: url(../../assets/img/impact-hiring/impact-hiring-des.png);
    }

    .youth-employement-program-banner {
        background-image: url(../../assets/img/youth-employement-program/youth-employement-banner-des.png);
    }

    .solid-waste-management-banner {
        background-image: url(../../assets/img/solid-waste-management/solid-waste-management-banner-des.png);
    }

    .technology-and-ai-for-good {
        background-image: url(../../assets/img/technology-and-ai-for-good/technology-and-ai-for-good-banner-des.png);
    }
    .disaster-relief-and-rehabilitation-banner{
        background-image: url(../../assets/img/disaster-relief-and-rehabilitation/disaster-relief-and-rehabilitation-banner-des.png);
    }
    .village-adoption-program-banner{
        background-image: url(../../assets/img/village-adoption-program/village-adoption-program-banner-des.png);
    }
    .infrastructure-support-banner {
        background-image: url(../../assets/img/infrastructure-support/infrastructure-support-banner-des.png);
    }
    .community-health-program-banner{
        background-image: url(../../assets/img/community-health-program/community-health-program-banner-des.png);
    }
    .recognition-banner{
        background-image: url(../../assets/img/recognition/recognition-banner-des.png);
    }
    .text-center-des {
        text-align: center;
    }

    .supportNow-sticky {
        position: fixed !important;
        top: 52% !important;
        left: -35px;
        transform: rotate(-90deg);
    }

    .great-place-img {
        height: 160px;
    }

    .des-none {
        display: none;
    }

}



@media screen and (max-width:768px) {
    .see-more-programs {
        height: 150px;
    }

    .school-program-page-banner {
        background-image: url('../../assets/img/school-transformation/school-transformation-program-banner-mobile.png');
    }
    .digital-classrooms-banner{
         background-image: url('../../assets/img/digital-classrooms/digital-classrooms-banner-m.png');
    }
    .digital-labs-and-coding-program-banner {
        background-image: url(../../assets/img/digital-labs-and-coding/digital-labs-and-coding-program-banner-m.png);
    }

    .impact-hiring-banner {
        background-image: url(../../assets/img/impact-hiring/impact-hiring-m.png);
    }

    .youth-employement-program-banner {
        background-image: url(../../assets/img/youth-employement-program/youth-employement-banner-m.png);
    }

    .solid-waste-management-banner {
        background-image: url(../../assets/img/solid-waste-management/solid-waste-management-banner-m.png);
    }

    .technology-and-ai-for-good {
        background-image: url(../../assets/img/technology-and-ai-for-good/technology-and-ai-for-good-banner-m.png);
    }
    .disaster-relief-and-rehabilitation-banner{
        background-image: url(../../assets/img/disaster-relief-and-rehabilitation/disaster-relief-and-rehabilitation-banner-m.png);
    }
    .village-adoption-program-banner{
        background-image: url(../../assets/img/village-adoption-program/village-adoption-program-banner-m.png);
    }
    .infrastructure-support-banner {
        background-image: url(../../assets/img/infrastructure-support/infrastructure-support-banner-m.png);
    }
    .community-health-program-banner{
        background-image: url(../../assets/img/community-health-program/community-health-program-banner-m.png);
    }
    .recognition-banner{
        background-image: url(../../assets/img/recognition/recognition-banner-m.png);
    }
    .text-end-m {
        text-align: end;
    }

    .supportNow-sticky {
        position: fixed !important;
        top: 52% !important;
        left: -35px;
        transform: rotate(-90deg);
    }

    .cause-container {
        text-align:center !important;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    .great-place-img {
        height: 240px;
    }

    .certificates-container .hw-80 {
        height: 120px;
        width: 120px;
    }

    .whatsapp-options {
        display: block;
    }

    .flex-column-reverse-m {
        flex-direction: column-reverse;
    }
}
input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type=number] {
    -moz-appearance: textfield;
  }