/*==================================================
  HERO SLIDER CSS START
==================================================*/

.heroSliderSec_9843lmk {
  height: 500px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--bg-third) 0%, #eef4ff 100%);
}

.mainHeroSwiper_2398dfg {
  width: 100%;
  height: 100%;
}

.sliderDots_1152mnb .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--text-secondary);
  opacity: 0.3;
  transition: var(--transition);
}

.sliderDots_1152mnb .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 20px;
  background-color: var(--bg-primary) !important;
  opacity: 1;
}

.mainHeroSwiper_2398dfg .swiper-button-next,
.mainHeroSwiper_2398dfg .swiper-button-prev {
  color: var(--bg-primary);
  background: var(--white);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.mainHeroSwiper_2398dfg .swiper-button-next:after,
.mainHeroSwiper_2398dfg .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.mainHeroSwiper_2398dfg .swiper-button-next:hover,
.mainHeroSwiper_2398dfg .swiper-button-prev:hover {
  background: var(--bg-primary);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

/*==================================================
  RESPONSIVE 
==================================================*/
@media (max-width: 991px) {
  .presentationSlide_5421pqr {
    padding: 40px 0;
  }

  .mainDisplayImg_6612tuy {
    max-width: 90%;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .heading-x7k29 {
    font-size: 2.2rem !important;
    font-family: var(--font-primary);
  }

  .text-x7k29 {
    font-size: 15px;
  }
}

/* ===================================================
        COUNTER SECTION CSS START
================================================== */
.impactStatsWrapp_4534vnk {
  background: linear-gradient(90deg, #0b4db8, #012a6b);
}

.impactItemBox_4534vnk {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  color: #fff;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.impactIcon_4534vnk {
  font-size: 20px;
  flex-shrink: 0;
}

.impactItemBox_4534vnk h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.impactItemBox_4534vnk p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
  .impactItemBox_4534vnk {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px;
  }

  .impactIcon_4534vnk {
    font-size: 26px;
  }

  .impactItemBox_4534vnk h4 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .impactItemBox_4534vnk {
    gap: 10px;
    padding: 14px;
  }

  .impactIcon_4534vnk {
    font-size: 22px;
  }

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

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

/* =====================================
        SECTION 2 CSS START 
====================================== */

.helpSectionWrapp_82vnk41 {
  background: #fff;
}

.cardsWrappCont_4534vnk {
  height: 100%;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  transition: 0.3s;
}

.cardsWrappCont_4534vnk:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.iconBox_4534vnk {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f5f8ff;
  color: #0b4db8;
  font-size: 24px;
  margin-bottom: 15px;
}

.cardsWrappCont_4534vnk h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cardsWrappCont_4534vnk p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}

.cardsWrappCont_4534vnk a {
  color: #0b4db8;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  .cardsWrappCont_4534vnk {
    padding: 16px;
  }
}

/*==================================================
        SECTION 3 CSS START 
==================================================*/

.sectionWrapp_3232r43 {
  position: relative;
  background-color: var(--white);
}

.iconBox_6612d99 i {
  color: var(--bg-primary);
}

.listText_8823b22 {
  color: #1a1a1a !important;
  font-weight: 500;
}

.imgGrid_7734f11 {
  min-height: 400px;
}

.imgWrapper_8832a11 {
  position: relative;
  box-shadow: var(--shadow-sm);
}

.galleryImg_5512c99 {
  object-fit: cover;
  border-radius: var(--radius);
  height: 100%;
  min-height: 380px;
}

@media (max-width: 991px) {
  .imgGrid_7734f11 {
    min-height: auto;
  }

  .galleryImg_5512c99 {
    min-height: 280px;
  }
}

@media (max-width: 575px) {
  .galleryImg_5512c99 {
    min-height: 200px;
  }
}

/* ===========================================
            SECTION 4 CSS START 
=========================================== */

.sectionContainer_8943wql {
  font-family: var(--font-primary);
  padding: 60px 0;
  background-color: var(--white);
  position: relative;
}

.mainTitle_3829dks {
  color: var(--bg-primary);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  margin-bottom: 8px;
  font-family: var(--font-primary);
}

.titleUnderline_4721mzn {
  width: 40px;
  height: 3px;
  background-color: var(--bg-primary);
  margin: 0 auto 40px auto;
  border-radius: 2px;
}

.cardsWrappCont_4534vnk {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: var(--card-padding);
  box-shadow: var(--shadow-sm);
  height: 100%;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.cardsWrappCont_4534vnk:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.userImg_7382plc {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.userName_2910fjw {
  color: var(--bg-secondary);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2px;
}

.userLoc_5621pzh {
  color: var(--bg-primary);
  font-size: 13px;
  font-weight: 500;
}

.starRating_1029xur {
  color: #ffb400;
  font-size: 14px;
  margin-top: 4px;
}

.feedbackText_6732vbn {
  font-family: var(--font-secondary);
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
  font-weight: 400;
}

.quoteIcon_3821pqz {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(11, 77, 184, 0.1);
  font-size: 24px;
}

.sliderBtn_9823xp {
  color: var(--bg-secondary);
  font-size: 20px;
  transition: var(--transition);
  cursor: pointer;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sliderBtn_9823xp:hover {
  color: var(--bg-primary);
  scale: 1.1;
}

.prevBtn_1102skw {
  left: -15px;
}

.nextBtn_5562djd {
  right: -15px;
}

.swiperPagination_3342pks .swiper-pagination-bullet {
  background: #d1d5db;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
}

.swiperPagination_3342pks .swiper-pagination-bullet-active {
  background: var(--bg-secondary);
  width: 8px;
}

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

  .sectionContainer_8943wql {
    padding: 40px 0;
  }
}

/* ======================================================
            SECTION 5 CSS START 
===================================================== */

.teamTitle_4534vnk {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--bg-primary) !important;
}

.titleLine_4534vnk {
  width: 40px;
  height: 3px;
  background-color: var(--bg-secondary);
  border-radius: 2px;
}

.imgWrapper_4534vnk {
  width: 110px;
  height: 110px;
  padding: 4px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: inline-block;
}

.profileImg_4534vnk {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.memberName_4534vnk {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  color: var(--bg-primary) !important;
}

.memberRole_4534vnk {
  font-family: var(--font-secondary);
  font-size: 14px;
  color: var(--text-primary) !important;
  font-weight: 500;
}

.social-circle-x7k29 {
  width: 32px !important;
  height: 32px !important;
  font-size: 13px;
}

.social-x7k29 {
  gap: 10px !important;
}

@media (min-width: 1200px) {
  .col-xl-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/* ===================================================
                SPONSER CSS START 
==================================================== */

.sectionWrappCont_4534vnk {
  position: relative;
  width: 100%;
  /* आपकी मुख्य CSS से वैरिएबल का उपयोग */
  background-color: var(--bg-third);
}

.titlePartners_4534vnk {
  font-family: var(--font-primary);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #0b4db8;
  /* इमेज के अनुसार ब्लू कलर */
}

/* कार्ड डिज़ाइन जो इमेज से मिलता जुलता है */
.cardPartner_4534vnk.card-x7k29 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  /* फिक्स हाइट ताकि सब एक समान दिखें */
  padding: 15px 25px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  overflow: hidden;
}

/* लोगो इमेज की डिफ़ॉल्ट ब्लैक एंड व्हाइट सेटिंग */
.imgPartner_4534vnk {
  max-height: 55px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  /* इमेज को ब्लैक एंड व्हाइट बनाने के लिए */
  opacity: 0.7;
  transition: var(--transition);
}

/* होवर करने पर कलर और लिफ्ट इफ़ेक्ट */
.cardPartner_4534vnk.card-x7k29:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(11, 77, 184, 0.2);
}

.cardPartner_4534vnk.card-x7k29:hover .imgPartner_4534vnk {
  filter: grayscale(0%);
  /* होवर करने पर ओरिजिनल कलर दिखेगा */
  opacity: 1;
}

/* रेस्पॉन्सिव स्मॉल स्क्रीन के लिए एडजस्टमेंट */
@media (max-width: 575px) {
  .cardPartner_4534vnk.card-x7k29 {
    height: 90px;
    padding: 10px 15px;
  }

  .imgPartner_4534vnk {
    max-height: 40px;
  }
}

/*==================================================
                FOOTER CSS START 
==================================================*/

/* ====================================================
            SECTION CSS UI START
=================================================== */
.bannerSection_9821z31 {
  background: linear-gradient(
    135deg,
    var(--bg-primary, #0b4db8) 0%,
    var(--bg-secondary, #012a6b) 100%
  );
  padding: 20px 30px;
  min-height: 140px;
  display: flex;
  align-items: center;
}

.bannerRow_9821z31 {
  width: 100%;
  gap: 15px;
}

.imgBlock_9821z31 {
  flex-shrink: 0;
  max-width: 220px;
}

.bannerMainImg_9821z31 {
  object-fit: cover;
  /* mix-blend-mode: multiply; */
}

.mainHeading_9821z31 {
  font-family: var(--font-secondary), "Hind", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 600;
  line-height: 1.4;
}

.subDesc_9821z31 {
  font-family: var(--font-secondary), "Hind", sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  font-weight: 400;
  opacity: 0.9;
}

.actionBlock_9821z31 {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .bannerSection_9821z31 {
    padding: 30px 15px;
  }

  .imgBlock_9821z31 {
    max-width: 150px;
    margin-bottom: 10px;
  }

  .donateBtn_9821z31 {
    width: 100%;
    margin-top: 10px;
  }

  .mainHeading_9821z31 {
    font-size: 1.25rem;
  }

  .subDesc_9821z31 {
    font-size: 1rem;
  }
}

/* =============================================================
    ----------ABOUT US PAGE CSS START ( ~हमारे बारे में~)-----------
============================================================= */

.contentBlock_98v2d4m {
  max-width: 100%;
}

.iconCheck_98v2d4m {
  color: var(--bg-primary);
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 2px;
}

.actionBtn_98v2d4m {
  padding: 12px 30px;
}

.imgGridContainer_98v2d4m {
  padding: 40px 0;
  min-height: 450px;
}

.blueCurveBg_98v2d4m {
  position: absolute;
  top: 10%;
  right: -10%;
  width: 90%;
  height: 85%;
  border-radius: 50% 0 50% 50%;
  border: 15px solid var(--bg-primary);
  border-right: none;
  border-top: none;
  transform: rotate(-15deg);
  z-index: 1;
  pointer-events: none;
}

.mainImgFrame_98v2d4m {
  width: 75%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid var(--white);
  box-shadow: var(--shadow-md);
}

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

.heartImgFrame_98v2d4m {
  top: 5%;
  left: 5%;
  width: 32%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid var(--white);
}

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

.volunteerImgFrame_98v2d4m {
  bottom: 5%;
  right: -5%;
  width: 32%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid var(--white);
}

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

.pillarCard_98v2d4m {
  background: var(--white);
  border-color: var(--border-color);
}

.pillarIcon_98v2d4m {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--white);
}

.cardHover_434e {
  border-right: 1px solid rgb(211, 211, 211);
  margin-bottom: 10px;
}

/*==================================================
  RESPONSIVE BREAKPOINTS EXTENSION
==================================================*/
@media (max-width: 991px) {
  .imgGridContainer_98v2d4m {
    max-width: 450px;
    margin: 0 auto;
    min-height: auto;
  }

  .blueCurveBg_98v2d4m {
    right: -5%;
    width: 100%;
  }

  .infoBarGrid_98v2d4m {
    margin-top: 40px !important;
  }
}

@media (max-width: 575px) {
  .mainImgFrame_98v2d4m {
    width: 85%;
  }

  .heartImgFrame_98v2d4m {
    width: 38%;
    left: -2%;
  }

  .volunteerImgFrame_98v2d4m {
    width: 38%;
    right: -8%;
  }
}

/*==================================================
                COUNTER UI CSS START 
==================================================*/
.stats-wrapper_a4m9p1 {
  border-radius: var(--radius);
  background-color: #5b99fd59;
}

.icon-box_a4m9p1 {
  width: 50px;
  height: 50px;
}

.icon-box_a4m9p1 i {
  font-size: 40px;
  color: var(--bg-primary);
}

.stat-number_a4m9p1 {
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  color: var(--bg-primary);
  line-height: 1.2;
}

.stat-text_a4m9p1 {
  font-size: 14px !important;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .stats-item_a4m9p1:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #d1d5db;
  }
}

@media (max-width: 575px) {
  .stat-number_a4m9p1 {
    font-size: 24px;
  }

  .stat-text_a4m9p1 {
    font-size: 13px !important;
  }

  .icon-box_a4m9p1 i {
    font-size: 32px;
  }
}

/* =====================================================
    --------CONTACT US PAGE CSS START---------
===================================================== */

.icon-box_cn429x7 {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.form-wrapper_cn429x7 {
  padding: 40px !important;
}

.info-card_cn429x7 {
  flex-direction: row !important;
}

@media (max-width: 767px) {
  .form-wrapper_cn429x7 {
    padding: var(--card-padding) !important;
  }

  .btn-submit_cn429x7 {
    width: 100% !important;
  }
}

/* ====================================================
    -----------GALLERY PAGE UI CSS START-------------
==================================================== */

.gallerySection_4402mqp {
  position: relative;
}

.filterWrapper_1109wsk {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.filterWrapper_1109wsk::-webkit-scrollbar {
  display: none;
}

.imgContainer_3391bvc {
  aspect-ratio: 4 / 3;
}

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

.galleryCard_7732wpx:hover .imgContainer_3391bvc img {
  transform: scale(1.1);
}

.overlayIcon_8841dfg {
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 2;
}

.galleryCard_7732wpx:hover .overlayIcon_8841dfg {
  opacity: 1;
  visibility: visible;
}

.imgContainer_3391bvc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 42, 107, 0.4);
  opacity: 0;
  transition: var(--transition);
  z-index: 1;
}

.galleryCard_7732wpx:hover .imgContainer_3391bvc::before {
  opacity: 1;
}

.filterBtn_5521plk {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .filterWrapper_1109wsk {
    justify-content: flex-start !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .galleryCard_7732wpx {
    margin-bottom: 10px;
  }
}

/* ========================================================
    -----------EVENTS PAGE UI CSS START-----------
======================================================== */

.secEvent_evt99x7 {
  position: relative;
  z-index: 1;
}

.cardBox_evt99x7 {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
}

.imgWrapper_evt99x7 {
  overflow: hidden;
  height: 240px;
}

.imgWrapper_evt99x7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.cardBox_evt99x7:hover .imgWrapper_evt99x7 img {
  transform: scale(1.08);
}

.dateTag_evt99x7 {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--white);
  padding: 10px 16px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-sm);
  z-index: 2;
}

.dateTag_evt99x7 .day_evt99x7 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--bg-primary);
  line-height: 1.2;
}

.dateTag_evt99x7 .month_evt99x7 {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
}

.evtTitle_evt99x7 {
  font-size: 1.25rem !important;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
}

.fs-14_evt99x7 {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .imgWrapper_evt99x7 {
    height: 200px;
  }

  .evtTitle_evt99x7 {
    height: auto;
    -webkit-line-clamp: initial;
  }
}

/* ==================================================
    --------GALLERY UI CSS START-------
================================================== */

.helpSection_9921qzm {
  position: relative;
  z-index: 1;
}

.max-w-700_7712pxa {
  max-width: 700px;
}

.iconWrapper_8812lkj {
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.helpCard_4412wpx {
  border-top: 4px solid var(--bg-primary) !important;
}

.helpCard_4412wpx:nth-child(even) {
  border-top-color: var(--bg-secondary) !important;
}

.socialCustom_1102bhn {
  width: 40px !important;
  height: 40px !important;
  font-size: 14px;
}

.infoAlert_5521mzx {
  background: rgba(11, 77, 184, 0.03) !important;
  border-left: 4px solid var(--bg-primary) !important;
}

@media (max-width: 767px) {
  .helpHeaderBlock_3312wkd {
    text-align: left !important;
  }

  .helpHeaderBlock_3312wkd .mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .social-x7k29 {
    justify-content: center !important;
  }
}
