html{
    scroll-behavior: smooth;
}
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #F2FAFD 0%, #E6F5FB 50%, #FFFFFF 100%);

}


#main {
    transition: margin-left .5s;
    padding: 16px;
}


.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#head {
    /* background-color: #ff6d3b; */
    /* background-image: linear-gradient(to bottom, #ff6d3b, rgb(218, 23, 59)); */
    background: linear-gradient(to bottom, #2E3168 100%, transparent 30%);
    /* background: linear-gradient(90deg, #44488C 0%, #5A5FB0 100%); */
    height: 100%;
    position: relative;
    z-index: 1000;
}


.navbar {
    /* background-color: #ff6d3b; */
    background-image: none;
    padding: 0;
}



.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-right: 10px;
}

.navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}



.nav-link :hover {
    color: black !important;
}


.btni1,
.btni2,
.btni3 {
    height: 30px;
    font-size: 15px;
    line-height: 20%;
    color: rgb(11, 11, 11);
    border: none;
    border-radius: 40px;
    background-image: linear-gradient(to bottom, rgb(255, 226, 140), rgba(248, 248, 5, 0.803));
}

.btni5 {
    height: 30px;
    font-size: 15px;
    line-height: 20%;
    color: rgb(11, 11, 11);
    border: none;
    border-radius: 40px;
    background-image: linear-gradient(to bottom, rgb(255, 226, 140), rgba(248, 248, 5, 0.803));
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    background: white;
    border-radius: 50%;
    font-size: 20px !important;
    color: black !important;
}

.slider {
    border-radius: 40px;
}

.card-1 {
    /* border-radius: 10px;
    border: 2px groove orange; */
    /* background-color: #f7e1d4; */

}

.text1 {
    font-weight: 700;
    color: #2E3168 !important;
    font-size: 28px !important;
}

.gradient-text {
    /* background: linear-gradient(to left, rgb(222, 163, 52), red);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold; */
    /* color: #2E3168 !important; */

    background: linear-gradient(90deg, #2E3168 0%, #5A5FB0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.slider2 {
    border-radius: 40px;
    /* border: 2px dotted orangered; */
    border: 2px dotted #2E3168;

}

.text2 {
    text-align: justify;
}

.card1 {
    border-radius: 10px;
    border: 2px groove orange;
    box-shadow: rgba(178, 3, 222, 0.35) 0px 0px 8px 8px;
}

.card-3 {
    background-color: #f7e1d4;
    border: 2px solid #ff6d3b;
    box-shadow: rgba(178, 3, 222, 0.35) 0px 0px 8px 8px;
    border-radius: 30px;
    padding: 10px;
    margin-top: 10px;
    min-height: 500px !important;
    min-width: 300px;
}

.card-4 {
    background-color: #f7e1d4;
    /* border: 2px solid #2E3168 !important; */
    border-radius: 30px;
    /* padding: 20px; */
    margin-top: 10px;
    min-height: 30rem !important;
    /* box-shadow: rgba(222, 102, 3, 0.35) 0px 0px 8px 8px; */
    box-shadow: rgba(46, 49, 104, 0.35) 0px 0px 8px 8px !important;


}

.bg-warning {
    background-color: #2E3168 !important;
}

.card-3 img {

    height: 200px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    /* background-color: rgb(102, 33, 33) !important; */
    border-radius: 50% !important;
    height: 2rem;
    width: 2rem;


}

.slider3 {
    border-radius: 20px;
    width: 80%;
}

.footer1 {
    width: 80%;

}

.carousel-control-next-icon {
    background-image: url("../images/footer/next.png") !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/footer/previous.png") !important;
}

.img1 {
    /* border: 1px solid rgb(227, 32, 175); */
    border: 1px solid #423b7d;
    border-radius: 30px;
}

.footer-full-width {
    width: 100%;
    background: url('../images/footer/footer11111.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: left;
    box-sizing: border-box;
    /* Ensures padding is included in the element's total width and height */
}

.overlay-bg-1 {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(17, 16, 16, 0.8);
    height: 100%;

}

@media (max-width: 768px) {
    .overlay-bg-1 {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: rgb(17, 16, 16, 0.9);
        height: 100%;

    }
}

.footer-full-width h5 {
    color: white;
}

.footer-full-width a {
    color: white;
    text-decoration: none;
}

.footer-full-width a:hover {
    text-decoration: underline;
}

.btni {
    /* background: linear-gradient(to right, rgb(222, 163, 52), red); */
    background: linear-gradient(270deg, #2E3168, #5A5FB0, #2E3168);
    background-size: 200% 100%;

}

.btni:hover {
    background-position: right center;
}

.btnii {
    background: linear-gradient(to right, rgb(222, 52, 171), rgb(144, 136, 136));

}

.contact-heading,
.policy-heading {
    color: white !important;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
}

.loaderp {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
}

.form {
    border-radius: 10px;
    background-color: white;
    padding: 30px;

}

.btnu {
    background: linear-gradient(to right, rgb(235, 56, 6), #024030);
    border-radius: 15px;
}

.btno {
    background: linear-gradient(to left, rgb(141, 19, 3), #db0ea1);
    border-radius: 15px;

}

.donation-card {
    /* border: 2px solid black; */
    border-radius: 20px;
    background-color: white;
    text-align: center;
    width: 100%;


}

.donation-card img {
    height: 180px;

}

.donation-card .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.donation-card .card-text {
    font-size: .80rem;

}

.tax-b {
    background-image: linear-gradient(to left, rgb(7, 61, 7), green);
    color: white;
}

.donation-card .tax-benefit {
    position: relative;
    left: 69%;
    background-image: linear-gradient(to left, rgb(7, 61, 7), green);
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 4px;
    width: 30%;

}

.donation-card .funds-info {
    font-size: 1rem;
    font-weight: bold;
}

.donation-card .backers-info {
    font-size: 0.875rem;
    color: #777;
}

.donation-card .progress {
    height: 10px;
    margin-bottom: 1rem;
}

.donation-card .progress-bar {
    background-color: #f31d12;
}

.img-card {
    border-radius: 10px;
}

.img-slide2 {

    border-radius: 10px;
}

.card-mm {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.dona-card {
    min-height: 520px;
    background: white;
    padding: 15px;
    border-radius: 10px;
}

.dona-card h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.dona-card .badge {
    margin-right: 5px;
}

.dona-card .progress-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #ddd;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.accordion-faq .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion-faq {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* hover par thoda aur highlight */
.accordion-faq:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}


.dona-card .progress-circle::after {

    position: absolute;
    font-size: 0.75rem;
    color: #333;
}

.dona-card .donors-info {
    font-weight: bold;
    margin-right: 10px;
}

.dona-card .raised-amount {
    font-weight: bold;
    color: #000;
}

.dona-card .social-buttons .btn {
    margin-right: 5px;
}

.donate-card-pay {
    min-height: 520px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    margin: 20px auto;
    background-color: #fff;
}

.donate-card-pay button {
    border: none;
    outline: none;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.donate-card-pay .amount-btn {
    background-color: #f0f0f0;
    color: #333;

}

.donate-card-pay .add-amount {

    border: 1px solid #423b7d;
}


.donate-card-pay .amount-btn:hover {
    background-color: #ddd;
}

.donate-card-pay .donate-btn {
    background-color: #ff5a00;
    color: #fff;
    font-weight: bold;
}

.donate-card-pay .donate-btn:hover {
    background-color: #e04a00;
}

.donate-card-pay select,
.donate-card-pay input {
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.donate-card-pay .payment-options img {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.donate-card-pay .total-amount {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.contact-form {
    max-width: 600px;
    margin: auto;
}

.contact-details {
    margin-top: 20px;
}

.contact-map {
    margin-top: 20px;
}

.my-card {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    height: 500px;
}

.ab {
    background-color: white;
    padding: 10px;
    border-radius: 10px;

}

.btnp {
    margin: 10px;
    color: #423b7d;
}

.btn-grp {
    border-radius: 10px;
}

.nav-item {
    border: none;
    height: 80%;
    color: white;
}

.tabm {
    background-color: white;
    border: 1px solid #e04a00;
    border-radius: 10px;
}



.image-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 40px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(251, 95, 10, 1) 0%, rgba(244, 98, 20, 0.8) 50%, rgba(217, 78, 3, 0) 100%);
    color: rgb(16, 16, 16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;

}

.overlay h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.overlay p {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .overlay h1 {
        font-size: 12px;
    }

    .overlay p {
        font-size: 8px;
    }
}

@media (max-width: 340px) {
    .overlay h1 {
        font-size: 1.2rem;
    }

    .overlay p {
        font-size: 0.9rem;
    }
}

.center {
    margin: 0 auto;
    padding: 40px 0;
}

.center .slick-slide {
    text-align: center;
    padding: 0 10px;
}

.center img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.splide__slide img {
    height: 25rem !important;
}

.newslider {
    margin-bottom: 20px !important;
}

.card-6 {
    min-height: 700px;
    border-radius: 10px;
    /* box-shadow: rgba(231, 75, 8, 0.35) 0px 0px 8px 8px; */
     box-shadow: rgba(46, 49, 104, 0.35) 0px 0px 8px 8px !important;
}

.card-6 img {
    border-radius: 10px;
    max-height: 400px;
}

.justify {
    text-align: justify;
}

.text8 {

    border-radius: 10px;
    text-shadow: -1px 0px white;
}

.hrtag {
    color: white;
    background-color: #f0f0f0;
    min-width: 600px;
}

.text9 {
    font-size: larger;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-emphasis: center;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    max-width: 30rem;
    max-height: 60rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.card-8 {
    background-color: #f7e1d4;
    /* border: 2px solid #ff6d3b; */
    /* box-shadow: rgba(232, 126, 13, 0.35) 0px 0px 5px 5px; */
    box-shadow: rgba(46, 49, 104, 0.35) 0px 0px 8px 8px !important;
    border-radius: 10px;

    margin-top: 10px;
    min-height: 400px !important;
    min-width: 300px;
}

.card-8 img {
    border-radius: 8px;
    height: 200px !important;
}

.card-8 {

    height: 200px !important;
}

.text10 {
    /* font-size: 2rem; */
    color: #e04a00;
}



/* testimonials */

.t-title {
    text-align: center;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: clamp(28px, 6vw, 56px);
}

.t-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 240px at 50% -40px, rgba(255, 255, 255, .18), transparent 60%),
        radial-gradient(1000px 200px at 40% -60px, rgba(255, 255, 255, .14), transparent 60%);
    pointer-events: none;
}



.t-slider {
    max-width: 1200px;
    padding: 0 12px;
}

.t-card {
    position: relative;
    background: transparent;
    padding-top: 52px;

}

.t-bubble {
    position: relative;
    background-color: white;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(10, 93, 186, .18);
    padding: 26px 24px 20px;
    min-height: 270px;
}

/* avatar ring */
.t-avatar {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #cfd9ff center/cover no-repeat;
    outline: 6px solid var(--surface);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.t-ring {
    /* outer blue ring */
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 4px solid #2E3168;
    pointer-events: none;
}

/* quote badges (like the gray circles) */
.t-quote {
    position: absolute;
    width: 42px;
    height: 42px;
    background: var(--quote);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #6b7280;
    font-weight: 900;
    font-size: 20px;
}

.t-quote.left {
    left: -10px;
    top: 34%;
}

.t-quote.right {
    right: -10px;
    bottom: -12px;
}

.t-text {
    color: var(--muted);
    line-height: 1.65;
    text-align: center;
    margin-top: 50px;
}

.t-name {
    font-weight: 800;
    margin-top: 14px;
    text-align: left;
}

.t-role {
    color: var(--muted);
    font-size: .92rem;
    text-align: left;
    margin-top: 2px;
}

.t-stars {
    color: #fbbf24;
    font-size: 18px;
    font-variation-settings: "FILL" 1;
}

.t-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

/* Splide tweaks */
.t-slider .splide__slide {
    padding: 10px;
}

.splide__pagination__page {
    background: #c7dbff;
}

.splide__pagination__page.is-active {
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .4);
}

.splide__arrow {
    background: #ffffff;
    color: var(--brand);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
}

.splide__arrow:hover {
    background: #eef5ff;
}

/* footer website text like sample */
.t-footer {
    text-align: center;
    color: #dbeafe;
    padding-bottom: 30px;
    font-size: 14px;
}

.t-footer a {
    color: #dbeafe;
    text-decoration: none;
}

.t-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .text1 {
        font-size: 20px !important;
    }
    .gradient-text {
        font-size: 22px !important;
    }
}

/* achievements */

.achv-inner { border-radius: 18px; }


.achv-card{
  max-width: 1000px;
  padding: 18px 18px 24px;
  border: 1px solid #e9eef6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}


.achv-media{
  border: 2px solid #dfe8f3;
  border-radius: 14px;
  padding: 10px;
  background: #fbfdff;
  margin-bottom: 14px;
}
.achv-img{
  width: 100%;
  height: clamp(180px, 28vw, 320px);
  object-fit: contain;
  display: block;
}


.achv-title{
  margin: 6px 0 4px;
  font-weight: 700;
  color: #2E3168;
}
.achv-desc{
  margin: 0 auto 12px;
  max-width: 620px;
  color: #556070;
  font-size: .95rem;
}
.achv-btn{
  padding: 8px 14px;
  border-radius: 10px;
}


#achievementsCarousel .carousel-indicators [data-bs-target]{
  width: 8px; height: 8px; border-radius: 50%;
  background-color: #c9d5e6;
}
#achievementsCarousel .carousel-indicators .active{
  background-color: #2E3168;
}


.achv-control{
  width: 44px; height: 44px;
  top: 50%; transform: translateY(-50%);
}
.achv-control .achv-arrow{
  display: grid; place-items: center;
  width: 44px; height: 44px;
  background: #f7faff !important;
  border: 1px solid #e5ecf5;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  font-size: 22px; line-height: 1; color: #2E3168;
}
.achv-control:hover .achv-arrow{ background:#f7faff; }


#achievementsCarousel{ padding: 8px 0 14px; }

:root {
            --wwd-bg: #eef7ff;
            --wwd-card: #ffffff;
            --wwd-text: #0e2a47;
            --wwd-muted: #5b6b7c;
            --wwd-accent: #2E3168;
            --wwd-shadow: 0 10px 30px rgba(14, 42, 71, .15);
            --wwd-shadow-strong: 0 18px 50px rgba(14, 42, 71, .22);
            --wwd-radius: 22px;
        }

        #wwd-carousel {
            padding: 32px 56px 10px;
            background: transparent
        }

        .wwd-track {
            position: relative;
            height: 470px;
            /* controls card height */
        }

        .wwd-slide {
            position: absolute;
            top: 0;
            left: 50%;
            width: min(340px, 86vw);
            transform: translateX(-50%) scale(.86);
            /* opacity: .9; */
            filter: saturate(.92) brightness(.97);
            transition: transform .35s ease, opacity .35s ease, filter .35s ease, z-index .35s ease;
            z-index: 1;
            cursor: pointer;
        }

        .wwd-slide.prev {
            transform: translateX(calc(-100% - 40%)) scale(.82);
            /* opacity: .6; */
            z-index: 0;
        }

        .wwd-slide.next {
            transform: translateX(calc(0% + 40%)) scale(.82);
            /* opacity: .6; */
            z-index: 0;
        }

        .wwd-slide.active {
            transform: translateX(-50%) scale(1.08);
            opacity: 1;
            filter: none;
            z-index: 2;
        }

        .wwd-card {
            background: var(--wwd-card);
            border-radius: var(--wwd-radius);
            box-shadow: var(--wwd-shadow);
            overflow: hidden
        }

        .wwd-thumb {
            height: 230px;
            background: #f3f6ff;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden
        }

        .wwd-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .wwd-body {
            padding: 22px 20px 24px;
            color: var(--wwd-text)
        }

        .wwd-eyebrow {
            font-weight: 700;
            margin: 0 0 6px
        }

        .wwd-desc {
            color: var(--wwd-muted);
            font-size: 14px;
            margin-bottom: 14px
        }

        .wwd-btn {
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 2px solid #eef4ff;
            background: #fff;
            box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 5;
        }

        .wwd-prev {
            left: 6px
        }

        .wwd-next {
            right: 6px
        }

        .wwd-btn i {
            color: #1a2c4a;
            font-weight: 800
        }

        .wwd-dots .dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin: 0 4px;
            background: #9bb3c8;
            opacity: .6;
            cursor: pointer;
        }

        .wwd-dots .dot.active {
            background: var(--wwd-accent);
            opacity: 1
        }

        @media (max-width:576px) {
            #wwd-carousel {
                padding: 28px 42px 8px
            }

            .wwd-track {
                height: 460px
            }
        }


.wwd-card{
  height: 420px;
  display: flex;
  flex-direction: column;
}






