

@font-face {
    font-family: 'MyCustomFont';
    src: url('Akshay-Tithi/fonts/RAJ 11_2.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
  scroll-behavior: smooth;
}

.container {
    max-width: 1440px;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    line-height: normal;
}

.midContentSection img
{
    border: 2px solid #ff8e1c;
    border-radius: 15px;
}

/* .headerSection {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.headerSection {
  width: 100%;
  padding: 15px 40px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  border-bottom: 2px solid #F2581D;
}
form input[type="text"], form input[type="number"], form textarea, form select {
    width: 100%;
    padding: 10px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: rgba(255, 255, 255, 0.8);
    height: 45px;
}
.form-group
{
    margin-bottom: 0 !important;
}

.btn-org {
    background: #F2581D;
    padding: 7px;
    border-radius: 30px;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: all 0.40s ease-in-out;
}

.btn-org span {
    padding: 0 12px;
}

.btn-org:hover {
    background: #2C266C;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.40s ease-in-out;
    flex-direction: row-reverse;
}

.btn-blue {
    background: #303030;
    border: 1px solid #303030;
    padding: 7px;
    border-radius: 30px;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: all 0.40s ease-in-out;
    margin: 0 auto;
}

.btn-blue span {
    padding: 0 12px;
}

.btn-blue:hover {
    background: #ffffff;
    color: #303030;
    text-decoration: none;
    transition: all 0.40s ease-in-out;
    flex-direction: row-reverse;
}

.heroContainer{
    max-width: 90%;
    margin: 20px auto 0;
}

.heroContainer .heroBg{
    border-radius: 20px;
    background: #FFE4B1;
    overflow: hidden;
    position: relative;
}

.heroContainer .heroBg::after{
    content: "";
    background: url(../img/hero-bg.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.headingStrip
{
    font-family: 'MyCustomFont', sans-serif;
}

.heroContainer .heroBg .headingStrip{
    background: #FFBA4B;
    text-align: center;
    padding: 15px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    FONT-SIZE: 50PX;
    font-style: italic;
    font-weight: bold;
    color: #eb3833;
    text-shadow: 1px 0 #fff, -2px 0 #fff, 0 0px #fff, 0 -2px #fff, 0px 0px #fff, 0px 0px #fff, 0px 0px #fff, 0px 1px #fff;
    font-family: "Hind", sans-serif;
    letter-spacing: 1px;
}

.heroContainer .heroBg .heroMidSection{
    padding: 0 60px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heroGirlImg, .logoHeading, .donationButton{
    flex-basis: 32%;
    max-width: 32%;
    width: 32%;
}

.heroContainer .heroBg .heroMidSection .heroGirlImg img{
    max-width: 100%;
}

.heroContainer .heroBg .heroMidSection .logoHeading{
    text-align: center;
}

.heroContainer .heroBg .heroMidSection .logoHeading img.heading-w80{
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    top: -30px;
}

.heroContainer .heroBg .heroMidSection .donationButton{
    display: flex;
    justify-content: center;
}

.heroContainer .heroBg .heroMidSection .donationButton .btn-org{
    position: absolute;
    bottom: 20%;
}

/*donationFormSection*/

.donationFormSection{
    background: rgba(255, 228, 117, 0.3);
    padding: 125px 15px 30px 15px;
    margin: -96px 0 0 0;
}

.donationFormSection .heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 55%;
    margin: 0 auto;
    text-align: center;
}

.donationFormSection .heading h2{
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
    color: #eb3833;
    line-height: 75px;
    font-family: "Hind", sans-serif;
    letter-spacing: 1px;
}

.donationFormSection .heading p{
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.donationDesc{
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.donationDesc .boyImg{
    width: 30%;
    max-width: 30%;
    height: 30%;
}

.donationDesc .formDonation{
    width: 27%;
    max-width: 27%;
    height: 27%;
}


.donationDesc .boyImg img{
    width: 100%;
    height: auto;
}

.donationListing{ width: 33%;}
.donationListing ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0px 15px;
    flex-wrap: wrap;
}
.donationListing ul li:last-child
{
    width: 100%;
}
.Checkbox_heading
{
        text-align: center;
    color: #2C266C;
    font-weight: bold;
    margin-bottom: 24px;
}

.donationListing ul li{
    background: #FFE4B1;
    padding: 10px 15px;
    border-radius: 12px;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    width: 48%;
}


.donationListing ul li .custom-checkbox{
    margin: 0;
    padding: 5px;
    width: 100%;
}
.donationListing ul li .custom-checkbox span {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding:5px 5px 5px 30px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
  display: block;
  width: 100%;
}
.play-button {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: #ff8c1a;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.midContentSection a
{
    color: #ffffff;
    text-decoration: none;
}

/* Hide default checkbox */
.donationListing ul li .custom-checkbox input {
  display: none;
}

/* Custom box */
.donationListing ul li  .custom-checkbox span::before {
    content: "";
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 2px solid #ff6600;
  border-radius: 6px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.donationListing ul li .custom-checkbox span::after {
    content: "";
  width: 22px;
  height: 22px;
  background:url(../img/check-icon.png);
  border: 2px solid #ff6600;
  border-radius: 6px;
  position: absolute;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  top: 0;
}
.textsec
{
        width: 100%;
    text-align: center;
}
/* Checked state */
.donationListing ul li  .custom-checkbox input:checked + span::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  top: 5px;
}

/* Tick mark */
/* .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.custom-checkbox input:checked + .checkmark::after {
  opacity: 1;
} */

/*donationFormSection*/

/**/

.formDonation {
    background: #FF8C1A;
    padding: 20px;
    border-radius: 20px;
}

.donationDesc .formDonation .heading{
    width: 100%;
    max-width: 100%;
}

.donationDesc  .formDonation .form-group .form-control {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    border: 1px solid #ffffff;
    padding: 12px;
    height: 46px;
}

.donationDesc  .formDonation .heading h2 {
    font-size: 48px;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.donationDesc  .formDonation .heading p {
    font-size: 18px;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: clamp(30px, 5vw, 40px);
    opacity: 0.8;
}

/**/

.midContentSection{
    padding: 60px 0;
}

.midContentSection .desc p{
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin: 20px 0 30px;
}

.midContentSection .desc p strong{
    display: block;
    font-weight: bold;
    color: #2C266C;
}

/**/
.ourAchievements {
    padding:80px 0;
    position: relative;
    background: rgba(255, 228, 177, 0.30);
}

.ourAchievements .heading {
    margin-bottom: 30px;
}

.ourAchievements .heading h2 {
    font-size: 32px;
     font-size: clamp(24px, 4vw, 32px);
     line-height: normal;
    font-weight: bold;
    color: #2C266C;
    /* text-shadow: 0 3px 1px rgba(0, 0, 0, 0.3); */
    text-align: center;
    margin: 0 0 15px;
}

.ourAchievements .heading p {
    font-size: 18px;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: clamp(26px, 4vw, 28px);
    margin: 0 auto;
    max-width: 65%;
}

.ourAchievements .desc {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 20px;
    border: 1px solid rgba(0,0,0,0.3);
}

.ourAchievements .desc img {
    margin: 0 0 10px;
    width: 140px;
    object-fit: 100%;
}

.ourAchievements .desc p {
    font-size: 18px;
    font-size: clamp(16px, 4vw, 18px);
    color: #454545;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.ourAchievements .desc p span {
    display: block;
    font-size: 36px;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 600;
    color: #383838;
}

/**/

.ourDonateNow {
    background: #FFFBEB;
    padding:0 0 60px 0;
}

.ourDonateNow .heading {
    margin-bottom: 30px;
}

.ourDonateNow .heading h2 {
    font-size: 42px;
    font-size: clamp(36px, 4vw, 42px);
    font-weight: bold;
    color: #383838;
    text-align: center;
    line-height: normal;
}

.ourDonateNow .heading h3 {
    font-size: 24px;
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 400;
    color: #454545;
    text-align: center;
     line-height: clamp(30px, 4vw, 40px);
}

.ourDonateNow label {
    cursor: pointer;
    display: block;
    position: relative;
    margin: 0 0 30px;


}

.ourDonateNow label span {
    padding: 18px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #FF9066;
    border-radius: 20px;
    font-size: 20px;
    color: #2C266C;
    font-weight: 400;
    display: block;
    position: relative;
     transition: all 0.3s ease;
}

.ourDonateNow label span::after {
    content: '';
    background: url(../img/checked-icon.svg) no-repeat center;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.ourDonateNow label span strong {
    font-size: 38px;
    color: #F2581D;
    display: block;
    font-weight: bold;
}

.ourDonateNow input[type="radio"] {
    display: none;
}

.ourDonateNow input[type="radio"]:checked+span {
    background: #ffffff;
    border: 1px solid #F2581D;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.ourDonateNow input[type="radio"]:checked+span::after {
    opacity: 1; 
    transform: scale(1);    
    transition: all 0.3s ease;
}

/**/

.midContainer{
    padding: 60px 0 30px;
}

.giftSection{
    position: relative;
    width: 100%;
    height: 100%;
}

.giftSection::before{
    content: '';
    background: linear-gradient(0deg, #FAB115 0%, #FFE07D 100%);
    position: absolute;
    left: -30px;
    right: 0;
    bottom: 50px;
    height: 70%;
    border-radius: 20px;
}

.giftImage{
    position: relative;
    display: flex;
    align-items: center;
}

.giftImage img.imgBanner{
    opacity: 0.5;
}

.giftImage img.imglimg{
    position: absolute;
    z-index: 1;
    /* left: 140px; */
     left: 380px;
}

.giftSection img.imgboy{
      position: absolute;
    z-index: 1;
    right: 20px;
    bottom: -10px;
}

.midDesc{
    position: relative;
    margin-right: -20px;
     will-change: opacity;
}

.midDesc .heading h2 {
    font-size: 38px;
     font-size: clamp(28px, 4vw, 38px);
    font-weight: bold;
    color: #2C266C;
    margin-bottom: clamp(15px, 4vw, 30px);
}

.midDesc p {
    font-size: 18px;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 400;
    color: #454545;
    line-height: 30px;
}

.midDesc p strong{
    font-weight: 700;
}

.midDesc .donationApeal{
    background: #FFFBEB;
    border-radius: 16px;
    padding: 30px;
    border-left: 3px solid #F2581D;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-bottom: 30px;
    font-size: clamp(16px, 4vw, 18px);
}

.midDesc .donationApeal strong{
    display: block;
    color: #F2581D;
    font-size: 28px;
    font-weight: 600;
    font-size: clamp(20px, 4vw, 28px);
}

.midDesc .donationApeal strong span{
    font-size: 32px;
}

/**/

.faqsNewYear{
    padding: 60px 0 ;
}

.faqsNewYear .heading {
    margin-bottom: 30px;
}

.faqsNewYear .heading h2 {
    font-size: 42px;
    font-size: clamp(36px, 4vw, 42px);
    font-weight: bold;
    color: #383838;
    text-align: center;
    line-height: normal;
}

.faqsNewYear .heading h3 {
    font-size: 24px;
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 400;
    color: #454545;
    text-align: center;
     line-height: clamp(30px, 4vw, 40px);
}

.faqsNewYear .faqsList{
    list-style: none;
    padding: 0;
    margin: 0;
}

.faqsNewYear .faqsList li{
    border: 1px solid rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 8px;
    margin: 0 0 20px;
}

.faqsNewYear .faqsList li h4{
    font-size: 24px;
    font-size: clamp(18px, 4vw, 24px);
    color: #000000;
    font-weight: 600;
    margin:0;
    padding: 0 20px 0 0;
    position: relative;
    cursor: pointer;
}

.faqsNewYear .faqsList li h4:after{
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    font-weight: 300;
}

.faqsNewYear .faqsList li h4.collapsed:after{
    content: "-";
    position: absolute;
    right: 0;
}



.faqsNewYear .faqsList li p{
    font-size: 18px;
    font-size: clamp(16px, 4vw, 18px);
    color: #000000;
    font-weight: 300;
    margin: 10px 0 0;
    padding: 0;
}

/**/


.footerSection {
    background: #383838;
    padding: 30px 0;
}

.footerSection .footlogo {
    margin-bottom: clamp(15px, 2vw, 20px);
}

.footerSection p {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 300;
    color: #ffffff;
    line-height: normal;
    margin: 0;
}

.formResolition {
    background: #FFFBEB url(../img/bottom-bg.png) no-repeat top right;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.formResolition::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #FFFBEB 50%, #fffbebab 100%);
}

.formResolition .heading, .formResolition .form{
    position: relative;
    z-index: 1;
}

.formResolition .form-control{
    border-radius: 8px;
    padding: 10px;
    height: auto;
}

.formResolition .heading h2 {
    font-size: 42px;
    font-size: clamp(36px, 4vw, 42px);
    font-weight: bold;
    color: #F2581D;
    text-align: center;
    line-height: normal;
}

.formResolition .heading h3 {
    font-size: 24px;
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 400;
    color: #454545;
    text-align: center;
     line-height: clamp(30px, 4vw, 40px);
}
.custom-checkbox p
{
       margin-bottom: 0;
    color: #2C266C;
    font-size: 20px;
    text-align: center;
    margin-top: 3px;
    font-weight: bold;
}
@media all and (max-width:767px) {
    .header .donate-btn{
        display: none;
     }
    .headerSection {
        padding: 15px 10px;
    }

    .headerSection .logo{
        width: 210px;
    }

    .btn-org, .btn-blue  {
    padding: 5px;
    font-size: 16px;
}

.btn-org img, .btn-blue img{
    width: 25px;
}


.heroContainer .imgBanner{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heroContainer .content .heading br{
    display: none;
}

.formContainer, .ourAchievements, .ourDonateNow, .faqsNewYear{
    padding: 40px 0;
}



.giftImage img.imgBanner {
    width: 80%;
}

.giftImage img.imglimg {
    left: 65px;
    width: 145px;
}

.giftSection img.imgboy {
    position: absolute;
    z-index: 1;
    right: -15px;
    bottom: -35px;
    width: 34%;
}

.midDesc {
    margin-right: 0;
    padding: 50px 0 0;
}

.midDesc .donationApeal{
    padding: 20px;
}

.ourAchievements .desc{
    margin-bottom: 20px;
}

    .footerSection {
        background: #383838;
        padding: 20px 0;
    }

    .footerSection .footlogo img {
      height: auto;
        width: 275px;
    }

    /* .achieveContent  .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    } */

    .achieveContent {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 650px;
    max-width: 100%;
}

.ourAchievements .desc img {
    margin: 0 0 10px;
    width: 110px;
    object-fit: cover;
}

.faqsNewYear .faqsList li h4:after {
    top: -12px;
}

.heroContainer .video-wrapper {
    height: 50vh;
}
.formResolition {
    padding: 30px 0;
    background: #FFFBEB url(../img/bottom-bg.png) no-repeat bottom left;
    background-size: contain;
}
.formResolition::before{
    background: linear-gradient(180deg, #FFFBEB 60%, #fffbebab 100%);
}

}


/* ===== Image Gallery Section ===== */
.image-gallery-section {
  padding: 80px 0;
  background: #ffffff;
}

.image-gallery-section .owl-nav {
    display: none !important;
}


/* Title */
.gallery-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* Card */
.gallery-card {
  border-radius: 18px;
  overflow: hidden;
  height: 220px;
  background: #f2f2f2;
}

/* Image */
.gallery-card img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: 18px;
}

/* Swiper spacing */
.gallerySwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Pagination */
.gallery-pagination {
  margin-top: 30px;
}

.gallery-pagination .swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
}

.gallery-pagination .swiper-pagination-bullet-active {
  background: #ff8c1a;
}


  .bankcard-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 32px;
}

.detailbank-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 32px;
    border: 1px solid #f0f0f0;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -60px;
    z-index: 99;
}

.bankcard-header {
        display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    border-bottom: 0 !important;
    background: #ffffff !important;
}

.bankcard-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

/* NEW STRUCTURE */
.bankdetailhome {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.bank-left {
    flex: 1;
    display: grid;
       gap: 30px 60px;
    grid-template-columns: repeat(2, max-content);
}

.detail-item {
    border-left: 4px solid #FF8C1A;
    padding-left: 16px;
    display: flex;
    gap: 12px;
}

.detail-item i {
    color: #6b7280;
    margin-top: 4px;
}

.detail-label {
    font-size: 0.875rem;
    color: #6b7280;
}

.detail-value {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    word-break: break-all;
}

.bank-qr img {
        width: 180px;
    border: 1px solid #e5e7eb;
    padding: 8px;
    border-radius: 8px;
    margin-top: -50px;
}

/* Responsive */
@media (max-width: 767px) {
    .header .donate-btn
    {
        display: none;
    }
    .hero-overlay
    {
        position: static;
    }
    .hero {
    position: relative;
    width: 100%;
    height: 100% !important;
    background: #f7e3a0;
}
.child 
{
    margin-top: 0 !important;
    width: 80% !important;
}
    .header
    {
        top: 35px !important;
        justify-content: center !important;
    }
    .hero-wrapper {
        top: 50% !important;
    }
    .bank-qr img
    {
        margin-top: 0;
    }
    .bankdetailhome {
        flex-direction: column;
    }

    .bank-left {
        grid-template-columns: 1fr;
    }

    .bank-qr {
        text-align: center;
        margin-top: 16px;
    }
    .detailbank-card
    {
        width: 90%;
    }
}
.gpry-section2
{
    padding-bottom: 160px !important;
}
.bank-qr
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.bank-qr .btn
{
    font-weight: 500;
    font-size: 14px;
}
.bank-qr .btn:focus
{
  box-shadow: none;
}
.btn-downloadqr
{
    color: #fff !important;
    background-color: #f60 !important;
    border-color: #f60 !important;
display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin-top: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media all and (max-width:1360px) {
.donationListing ul li .custom-checkbox span
{
font-size: 14px;
}

.custom-checkbox p
{
    font-size: 24px;
}
}
@media all and (max-width:1100px) {
.donationListing ul li
{
    width: 47%;
    padding: 5px 5px;
}
    .custom-checkbox p {
        font-size: 20px;
    }
}
@media all and (max-width:1023px)
{
.donationFormSection .heading h2{
    font-size: 26px;
    line-height: 40px;
}
.donationFormSection .heading
{
    max-width: 100%;
}
.donationDesc .boyImg {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.donationDesc .formDonation .heading {
    width: 100%;
    max-width: 100%;
}
.donationDesc
{
    flex-direction: column;
}
.donationDesc .formDonation {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px 15px;
}
.achieveContent
{
    position: relative;
}
.donationListing ul li .custom-checkbox span::after
{
    top: 0;
}
.donationDesc .boyImg
{
    order: 3;
}
.donationListing ul li {
    width: 24%;
}
.donationListing ul li:last-child {
    width: 24%;
}
.donationListing ul {
     display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.donationListing
{
    width: 100%;
}
.donationDesc
{
    max-width: 100%;
}
.ourAchievements .heading p
{
    max-width: 90%;
}

/* .donationListing ul li:nth-child(6), .donationListing ul li:nth-child(5)
{
    margin-bottom: 15px;
} */
.donationListing ul li
{
    margin-bottom: 0;
}
}

@media all and (max-width:767px) {
    .Checkbox_heading {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 30px;
}
    .donationListing ul li:last-child {
        width: 100%;
    }
    .donationListing
    {
        width: 100%;
    }

    .heroContainer .heroBg .heroMidSection .logoHeading img.heading-w80 {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: -65px;
    left: -40px;
}

 .logoHeading, .donationButton {
    flex-basis: auto;
    max-width: auto;
    width: auto;
}
.heroContainer .heroBg .heroMidSection {
     padding: 0 0; 
    height: 220px;
    align-items: end;
}
.heroContainer .heroBg .heroMidSection .donationButton .btn-org {
    position: absolute;
    bottom: 3%;
    left: 60%;
}
.heroGirlImg {
    flex-basis: 40%;
    max-width: 42%;
    width: 40%;
}
.heroContainer .heroBg .headingStrip
{
    font-size: 30px;
    position: relative;
}
.donationFormSection .heading h2{
    font-size: 26px;
    line-height: 40px;
}
.donationFormSection .heading
{
    max-width: 100%;
}
.donationDesc .boyImg {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.donationDesc .formDonation .heading {
    width: 100%;
    max-width: 100%;
}
.donationDesc
{
    flex-direction: column;
}
.donationDesc .formDonation {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 15px 0;
}
.achieveContent
{
    position: relative;
}
.donationListing ul li .custom-checkbox span::after
{
    width: 20px;
    height: 20px;
           transform: scale(0.8) !important;
        top: 4px !important;
        left: -1px !important;
}
.donationListing ul li .custom-checkbox span::before
{
    width: 18px;
    height: 18px;
}
.donationDesc .boyImg
{
    order: 3;
}
.donationListing ul li {
    width: 49%;
}
.donationListing ul li .custom-checkbox span
{
    padding: 5px 0px 5px 15px;
    font-size: 14px;
}
.donationListing ul li:last-child .custom-checkbox span
{
    padding: 5px 0px 5px 24px;
}
.donationDesc .formDonation .heading p
{
    padding: 0px 15px;
}

.donationListing ul {
     display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.donationDesc
{
    max-width: 100%;
}
.ourAchievements .heading p
{
    max-width: 90%;
}

 .donationListing ul li:last-child
 {
    margin-bottom: 15px;
}

.donationListing ul li
{
    margin-bottom: 0;
    padding: 0;
}
.custom-checkbox p
{
    font-size: 18px;
    margin-top: 0;
}
}
@media all and (max-width:1600px) {
.donationDesc
{
    max-width: 100%;
}
}

/* HERO SECTION */
.hero{
  position:relative;
  width:100%;
  height:100vh;
  background:#f7e3a0;
}

/* BACKGROUND FULL FIT */
.bg-img{

  inset:0;
  width:100%;
  height:100%;
  z-index:0;
}

/* TORAN TOP */
.toran{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:2;
}

/* OVERLAY CONTENT */
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:2;
}

.hero-overlay::before{
    content: "";
    background: url(https://nss-main.s3.ap-south-1.amazonaws.com/wp-content/uploads/2026/04/01103427/pjge-scaled.webp) no-repeat right bottom;
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0px;
    background-size: 100%;
    bottom: 0%;
    opacity: 0.8;
}

/* HEADER */
.header{
  position:absolute;
  top:70px;
  left:0;
  right:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap: 10px;
}

.logo{ height:50px; }


/* HERO CONTENT CENTER */
.hero-wrapper{
  position:absolute;
  top:60%;
  left:0;
  right:0;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
}

/* LEFT TEXT */
.left{
  width:40%;
  text-align:center;
  left: 5%;
}

.left h1{
  font-size:55px;
  color:#7a4b00;
  line-height:1.4;
}

.akshay-title{
  width:auto;
}

/* RIGHT CHILD IMAGE */
.right{ width:50%; }

.child{     width: 100%; height: auto; }

/* ⭐ KALASH FIXED BOTTOM */
/* .kalash{
  position:absolute;
  bottom:0;
  left:40px;
  width:360px;
  z-index:1;
} */


/* SECTION */
.donation-section{
    padding:60px 0;
}

.donation-container{
    width:100%;
    max-width:86%;
    margin:auto;
    display:flex;
    align-items:center;
    gap:15px;
}


.donation-top{
    display:flex;
    align-items:center;
    gap:10px;
}

.icon{
    font-size:22px;
    color:#ff7a00;
}

.donation-top h3{
    color:#2d2d6b;
    font-weight:700;
}

.donation-desc{
   font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.donation-title{
    color:#2d2d6b;
    font-size:24px;
    margin-bottom:25px;
    font-weight: 500;
}

/* AMOUNT GRID */
.amount-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.amt{
    background:#f3f3f3;
    padding:10px 10px;
    border-radius:12px;
    text-align:center;
    border:1px solid #ddd;
    font-weight:500;
    width: auto;
}

/* .amt span{
    display:block;
    margin-top:5px;
    font-weight:700;
    color:#2d2d6b;
} */

.amt.active{
    background:#ff7a00;
    color:#fff;
}

.amt.active span{
    color:#fff;
}

.amt{
    border:2px solid #eee;
    padding:10px;
    border-radius:12px;
    cursor:pointer;
    transition:0.3s;
    display:block;
}

/* hide radio */
.amt input{
    display:none;
}

/* hover */
.amt:hover{
    border-color:#ff6b00;
}

/* ⭐ active selected */
.amt.active{
    border-color:#ff6b00;
    background:#fff3e8;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

/* har field vertical stack banega */
.form-group {
    display: flex;
    flex-direction: column;
}

/* error message style */
.form-group label.error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

/* inputs style */
.form-grid input{
    width:100%;
    padding:14px;
    border-radius:10px;
    border:1px solid #e5e5e5;
    font-size:15px;
}

/* amount hidden by default */
.amount-input{
    display:none;
}

/* 📱 MOBILE RESPONSIVE */
@media(max-width:767px){
    .hero-overlay::before
    {
        width: 100%;
    }
   .hero-wrapper{
   flex-direction:column; }
    .form-grid{
        grid-template-columns:1fr;   /* ⭐ 1 column */
    }
    .child{ width:100%; margin-top:40px; }
    .detailbank-card
    {
        margin-top: -30px !important;
    }
    .left h1 {
        font-size: 28px;
    }
}

@media (max-width: 399px) {
   
    .akshay-title {
        width: 200px !important;
    }
        .left h1 {
        font-size: 24px !important;
    }
    .kalash
    {
        width: 200px !important;
    }
.child {
        width: 75% !important;
    }
   
}

/* BUTTON */
.donate-btn{
    background:#ff7a00;
    color:#fff;
    border:none;
    padding:13px 40px;
    border-radius:40px;
    font-size:18px;
    font-weight:600;
    float:right;
    z-index: 99;
}
.donate-btn:hover{
      color:#fff !important;
      text-decoration: none !important;
}
/* RESPONSIVE */
@media(max-width:1024px){
    .bank-qr img
    {
            width: 120px !important;
    }

    .donation-container{
        flex-direction:column;
        text-align:center;
    }

    .donation-left img{
        width:100%;
        max-width:400px;
    }

    .donation-right{
        width:100%;
    }

    .amount-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .donate-btn{
        float:none;
    }
    .mobile-btn
    {
        float: none;
        display: block;
        position: relative;
        width: 200px;
        margin: -75px auto 0;
        text-align: center;
    }
     
}
@media(max-width:1600px){
    .child{     width: 100%; }
.left h1 {
    font-size: 32px;
}
}
@media(min-width:767px){
    .mobile-btn
    {
        display: none;
    }
/* .child
    {
        margin-left: -100px;
    } */
}
@media(max-width:1366px){
    .donation-container{
    max-width:95%;
}
    .child{     width: 100%;}
    .logo{height: 40px;}
    .akshay-title {
    width: 380px;
    margin-top: 0px;
}
.left h1 {
    font-size: 32px;
}
.kalash {
 width: 300px;
}
}
/* MOBILE */
@media(max-width:1024px){
    
.detailbank-card
{
    max-width: 100% !important;
}
.hero-wrapper {
        text-align: center;
        top: 60%;
    }
    .hero {
    position: relative;
    width: 100%;
    height: 60%;
    background: #f7e3a0;
}

.left,.right{ width:100%; }

.left h1{ font-size:32px; }

.akshay-title{ width:320px; }

.child{ width:100%; }

.kalash{
  width:200px;
  left:10px;
}

}

/* hide radio */
.amt input{
    display:none;
    cursor:pointer;
}

/* click effect */
.amt{
    cursor:pointer;
    transition:.3s;
}

/* ACTIVE WHEN SELECTED */
.amt:has(input:checked){
    background:#ff7a00;
    color:#fff;
    border-color:#ff7a00;
}

.amt:has(input:checked) span{
    color:#fff;
}
.amt:has(input:checked) p{
    color:#fff;
}
.icon{
        margin-top: -15px;
}
 .amt:last-child
{
    display: flex;
    justify-content: center;
    align-items: center;
}