html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.main-wrapper {
    flex: 1;
    /* content area will stretch */
}

.site-footer {
    margin-top: auto;
}


.bg-blue {
  background-color: #192041;
}
.bg-green {
  background-color: #006747;
}

.bg-dark {
  background-color: #192041 !important;
}
/* Mega menu container */
.dropdown-menu {
  background-color: #192041;
  color: #fff;
  min-width: 200px;
  padding: 5px;
  border-radius: 0;
}
.dropdown-menu .menu-item {
  width: 200px;
  float: left;
}
a:visited {
  color: #fff !important;
}

a {
  text-decoration: none !important;
  color: #fff;
}
a:hover {
  text-decoration: none !important;
  color: #fff;
}

.special-links a {
  color: #192041 !important; /* blue color */
}
.special-links a:hover {
  color: #000 !important; 
}
/*====================================
// Home page Section 1 start css
====================================*/
.custom-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #edeffb;
}

/* Left Column */
.left-col {
  background-color: #edeffb;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.highlight-title {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  margin-bottom: 1rem;
  color: #192041;
  margin-left: 50px;
}

.highlight-title .highlight-span {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* Mission List */
.mission-list li span {
  font-size: 1.1rem;
}

/* Right Column Image */
.right-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Center Circle */
.center-circle {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  background-color: #192041;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Bottom Transparent Text */
.bottom-text {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  white-space: nowrap;
  font-size: calc(5vw + 20px);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*====================================
// Home page Section 1 end css  
====================================*/
/*====================================
// Home page Section 2 start css  
====================================*/

/* overlay image center */
.overlay-img-big {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  opacity: 0.9;
}
.second-right-sec {
  font-size: 25px;
  font-weight: 400;
}
/*====================================
// Home page Section 2 end css  
====================================*/
/*============================================================
// Home page Section 3 Become Our Business Patron  start css  
=============================================================*/

/* Wrapper has white background */
.business-patron-wrapper {
  background-color: #fff;
  padding: 80px 0;
}

/* Inner section (centered box) */
.business-patron-section {
  background-color: #192041;
  border-radius: 50px;
  padding: 60px;
  max-width: 1720px;
  margin: 0 auto;
}

.patron-title {
  font-family: Tahoma, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
  color: #fff;
  margin-bottom: 20px;
}

.patron-title span {
  color: #dae1ff;
  font-weight: 700;
}

.patron-desc {
  font-family: Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
  margin-bottom: 30px;
}

.benefits-title {
  font-family: Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #dae1ff;
}

.business-patron li span {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.patron-img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
}

/*============================================================
// Home page Section 3 Become Our Business Patron  end css  
=============================================================*/
/*============================================================
// Home page Section 4 Current News Secttion  start css  
=============================================================*/
/* Section */
.current-news-section {
  background-color: #edeffb;
}

/* Title */
/* Current Text */
.current-text {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  vertical-align: middle;
  color: #192041;
}

/* News Text */
.news-text {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  vertical-align: middle;
  color: #181818;
}

/* Card */
.news-card {
  border-radius: 24px;
}

/* Image */
.news-card .news-image {
  border-radius: 26px;
  padding: 15px;
  height: 270px;
  object-fit: cover;
}

/* News Title */
.news-card .news-title {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #192041;
}

/* News Paragraph */
.news-card .news-text {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555;
}

/* View All Button */
.view-all-btn {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  padding: 16px 50px;
  border-radius: 16px;
  border: 1px solid #192041;
  color: #192041;
  background: transparent;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: #192041;
  color: #fff;
}
/*============================================================
// Home page Section 4 Current News Secttion  end css  
=============================================================*/
/*============================================================
// Support Service Secttion start css  
=============================================================*/
.support-section {
  background-color: #ffffff;
}

.support-title {
  font-family: Tahoma;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: 0;
  color: #000000;
}

.support-title span {
  font-weight: 700;
  font-family: Tahoma;
}

.support-images img {
  height: 120px;
  object-fit: contain;
}

/*============================================================
// Support Service Secttion  end css  
=============================================================*/
/*============================================================
// Community Page  section 2 tabs start css
=============================================================*/
/* Tabs Row Responsive */
.tabs-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.tab-btn {
  font-size: 14px;
}

/* Sections */
.community-custom-section {
  padding: 60px 15px;
}
.community-custom-section .container {
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}
.section-text {
  flex: 1;
}
.section-image {
  flex: 1;
  text-align: center;
}
.section-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.service-community-section {
  background-color: #fff;
  padding: 100px 50px;
  position: relative;
}

/* Container flex layout: side by side */
.service-community-section .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  max-width: 1820px;
  margin: 0 auto;
}

/* Left Image Box */
.image-box {
  width: 796px;
  height: 610px;
  background-color: #192041;
  border-radius: 24px;
  /* padding: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  /* z-index: 1; */
}

.image-box img {
 width: 659px;
  height: 761px;
  position: absolute;
  top: -51px;
}

/* Right Form Box */
.form-wrapper {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  width: 796px;
  height: 610px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.form-wrapper h2 {
  margin: 0 0 20px 0;
  color: #192041;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 8px;
  color: #192041;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

button {
  /* width: 624px;              */
  /* height: 62px;              */
  padding: 16px 12px 16px 24px;
  border-radius: 8px;
  background-color: #192041;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: 0.3s;
}

button:hover {
  background-color: #0f1b3a;
}

.square-label {
  width: 250px;
  height: auto;
  min-height: 112px;
  padding: 10px 20px;
  background: #fff;
  color: #006747;
  border-radius: 8px;
  text-align: center;
}

/*============================================================
// Community Page  section 2 tabs end css
=============================================================*/
/*============================================================
// Community Page  section 3 tabs start css
=============================================================*/
  /* Section */
  .book-service-section {
    background: #fff;
    padding: 100px 0;
    position: relative;
    width: 100%;
  }

  /* Main container */
  .book-service-container {
    max-width: 1820px;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 0 80px;
    margin: 0 auto;
    align-items: center;
  }

  /* Left Box */
  .book-service-image-box {
    width: 796px;
    height: 610px;
    position: relative;
    /* border-radius: 24px;   */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
  }

  /* Inner Blue Background */
  .book-service-image-box::after {
    content: "";
    position: absolute;
    border-radius: 24px;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #192041;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  /* Image */
  .book-service-image-box img {
    /* width: 659px; */
    /* height: 645px; */
    position: absolute;
    /* top: -35px; */
    object-fit: cover;
    z-index: 3;
  }


  /* Right Form */
  .book-service-form-wrapper {
    width: 884px;
    height: 620px;
    background: #fff;
    /* border-radius: 24px; */
    padding-top: 80px;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .book-service-form-wrapper h2 {
    font-family: Tahoma, sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 52px;
    color: #192041;
  }

  /* Form Layout */
  .book-service-form-row {
    display: flex;
    gap: 24px;
    width: 100%;
  }

  .book-service-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .book-service-form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #192041;
  }

  .book-service-form-group input,
  .book-service-form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
  }

  .book-service-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    resize: none;
  }

  /* Button */
  .book-service-form-wrapper button {
    width: 100%;
    background: #192041;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
  }

  .book-service-form-wrapper button:hover {
    background: #0f1b3a;
  }


  /* -------------------- Responsive -------------------- */
  @media (max-width: 1400px) {
    .book-service-container {
      max-width: 1200px;
      gap: 40px;
      padding: 0 40px;
    }

    .book-service-image-box,
    .book-service-form-wrapper {
      width: 100%;
      height: auto;
    }

    .book-service-image-box img {
      position: relative;
      top: 0;
      left: 0;
    }
  }

  @media (max-width: 992px) {
    .book-service-container {
      flex-direction: column;
      gap: 40px;
      padding: 20px;
    }

    .book-service-image-box,
    .book-service-form-wrapper {
      width: 100%;
    }

    .book-service-form-wrapper {
      height: auto;
    }
  }

  @media (max-width: 576px) {
    .book-service-form-row {
      flex-direction: column;
      gap: 16px;
    }

    .book-service-form-wrapper h2 {
      font-size: 26px;
      line-height: 36px;
    }

    .book-service-form-group input,
    .book-service-form-group select,
    .book-service-form-group textarea {
      height: auto;
      padding: 10px 14px;
    }

    .book-service-form-wrapper button {
      font-size: 16px;
      height: 52px;
    }
  }
/*============================================================
// Community Page  section 3 tabs end css
=============================================================*/
/*============================================================
// Donation Page  start css
=============================================================*/

/* Donation Section */
.donation-section {
  background-color: #192041;
  color: #fff;
  text-align: center;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
}

.donation-container {
  width: 100%;
}

/* Donation Text */
.donation-text {
  margin-bottom: 50px;
}

.donation-header {
  font-family: Tahoma, sans-serif;
}

.donation-content {
  font-family: Tahoma, sans-serif;
  opacity: 0.8;
}

.donation-swiper {
  width: 100%;
  padding: 20px 0;
}

.donation-swiper .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* section 2 css  */
/* Left Column Styles */
.left-main-title {
  font-family: Tahoma;
  font-weight: 700;
  margin-bottom: 20px;
}

.left-main-content {
  font-family: Tahoma;
  font-weight: 400;
  margin-bottom: 30px;
}

/* Repeater Styles */
.repeater-item {
  align-items: flex-start;
}

.repeater-icon {
  width: 50px;
  flex-shrink: 0;
}

.repeater-title {
  font-family: Tahoma;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.repeater-content {
  font-family: Tahoma;
  font-weight: 400;
  margin: 0;
}

/* Right Column Images */
.custom-small-img {
  width: 385px;
  object-fit: cover;
  border-radius: 30px;
}

.custom-large-img {
  width: 385px;
  object-fit: cover;
  border-radius: 30px;
}

/* section 2 css end  */

/* section 3 start css  */

.common-top-left-wrapper {
  background: #fff;
  padding-right: 50px;
  padding-left: 50px;
  /* padding: 70px 50px; */
  border-radius: 50px;
}

/* Section Background */
.support-mission-section {
  background-color: #009639;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  padding: 60px 40px;
}

/* Title */
.our-support-title {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}

/* Subtitle */
.support-subtitle {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
}

/* Content */
.support-content {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  color: #fff;
  max-width: 700px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

/* Button */
.donate-btn {
  display: inline-block;
  background: #fff;
  color: #009639 !important;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  border-radius: 8px;
  padding: 16px 28px;
  text-decoration: none;
  transition: 0.3s ease;
}
.donate-btn:hover {
  background: #f1f1f1;
}

/* Right side main image */
.main-mission-img {
  width: 100%;
  max-width: 400px;
  object-fit: contain;
  z-index: 2;
  position: relative;
}

/* Bottom Left Decoration */
.bottom-left-img {
  position: absolute;
  bottom: -10px;
  left: 2px;
  width: 180px;
  height: auto;
  mix-blend-mode: lighten;
  z-index: 1;
}

/* Top Center Decoration */
.top-center-img {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  mix-blend-mode: lighten;
  z-index: 1;
}
/* section 3 end css  */

/* Help Card  Section 4   Donation page Help Section */
.help-card {
  width: 336px;
  height: 289px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
} /* Colors */
.blue-card {
  background-color: #005eb8;
}
.dark-card {
  background-color: #133a2e;
}
.green-card {
  background-color: #009639;
} 
/* Numbers & Text */
.help-card .card-number {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 10px;
}
.help-card .card-text {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
 /* Images */
.help-card img {
  border-radius: 30px;
  object-fit: cover; 
} 
/* Right Side Text */
.help-title {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  color: #181818;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}
.help-content {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  color: #181818;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
}
/* Section 4 help card  end */
/*============================================================
// Donation Page  end css
=============================================================*/
/*============================================================
// Supportive Patrons Page Start css
=============================================================*/
.supportive-patrons-section {
   width: 100%;
  overflow: hidden;
   box-sizing: border-box;
}

.supportive-patrons-section .left-section {
  background-color: #ECF6FF;
  display: flex;
  align-items: center;  
  box-sizing: border-box;
}

.supportive-patrons-section .content-box {
  max-width: 600px;
}

.supportive-patrons-section .title {
  font-family: Tahoma, sans-serif;
  color: #181818;
  margin-bottom: 20px;
}

.supportive-patrons-section .title span {
  font-family: Tahoma, sans-serif;
  color: #181818;
  font-weight: 700;

}

.supportive-patrons-section .subtitle {
  font-family: Tahoma, sans-serif;
  font-size: 20px;
  color: #192041;
  margin-bottom: 20px;
}

.supportive-patrons-section .description {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  color: #181818;
  line-height: 1.6;
}

.supportive-patrons-section .right-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    display: block;
}


 /* Our Patrons Section 2 Start  */
 .our-patrons-section {
  padding: 70px 44px;
  background: #fff;
}
.section-title h2 {
  font-family: Tahoma, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #181818;
}
.patron-card {
  border: 1.01px solid #6A6A6A;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 24.25px;
}
.patron-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.patron-logo img {
  width: 154px;
  height: 121px;
  object-fit: contain;
  margin-bottom: 20px;
}
.patron-title {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #181818;
  margin-bottom: 15px;
}
.patron-text {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
 /* Our Patrons Section 2 end*/

 /* patrons third section start  */
 .supportive-patron-third-section{
  background-color: #005EB8; 
  color: #FFF
 }
 .patron-third-right-section{
  padding-left: 80px;
 }
 /* patrons third section end */
 /* Become patrons fourth section start */
 .become-patron-section {
  background: #fff;
  padding: 70px 40px;
}

.become-patron-section .patron-img {
  width: 100%;
  max-width: 240px; 
  border-radius: 30px;
  object-fit: cover;
}


.become-patron-section .patron-title {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 80px;
  color: #181818;
  line-height: 100%;
}

.become-patron-section .patron-title span {
  font-weight: 700;
  color: #181818;
}

.become-patron-section .patron-subtitle {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #192041;
  margin-top: 20px;
}

.become-patron-section .patron-btn {
  display: inline-block;
  border-radius: 8px;
  padding: 14px 22px;
  background-color: #192041;
  color: #FFFFFF;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.3s ease;
}

.become-patron-section .patron-btn:hover {
  background-color: #0f152a;
  text-decoration: none;
  color: #fff;
}

 /* Become patrons fourth section end */

/*============================================================
// Supportive Patrons Page End css
=============================================================*/

/*============================================================
// ---------------- Responsive ----------------  
=============================================================*/

/* ---------- Large Tablets & Small Laptops (≤1200px) ---------- */
@media (max-width: 1200px) {
  /* Business Patron Section */
  .business-patron-section {
    padding: 40px;
    border-radius: 30px;
  }
  .patron-title {
    font-size: 42px;
    line-height: 52px;
  }
  .patron-desc {
    font-size: 18px;
    line-height: 30px;
  }
  .benefits-title {
    font-size: 20px;
  }
  .business-patron li span {
    font-size: 16px;
    line-height: 26px;
  }

  /* Support Section */
  .support-title {
    font-size: 48px;
    line-height: 56px;
  }

  /* Service Community Section */
  .service-community-section .container {
    flex-direction: column;
    gap: 40px;
    padding: 50px 20px;
    align-items: center;
  }
  .image-box,
  .form-wrapper {
    width: 100%;
    height: auto;
    /* padding: 20px; */
  }

  /* supportive partrons page section 1 css start  */
   .supportive-patrons-section .title {
    font-size: 36px;
  }
  .supportive-patrons-section .subtitle {
    font-size: 18px;
  }
  .supportive-patrons-section .description {
    font-size: 16px;
  }
  /* supportive partrons page section 1 css end  */
}

/* ---------- Tablets (≤1024px) ---------- */
@media (max-width: 1024px) {
  .business-patron-section {
    padding: 40px;
    border-radius: 30px;
  }
  .patron-title {
    font-size: 42px;
    line-height: 52px;
  }
  .patron-desc {
    font-size: 18px;
    line-height: 30px;
  }
  .benefits-title {
    font-size: 20px;
  }
  .business-patron li span {
    font-size: 16px;
    line-height: 26px;
  }
}

/* ---------- Medium Devices (≤992px) ---------- */
@media (max-width: 992px) {
  /* Support Our Mission Section */
  .our-support-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .support-subtitle {
    font-size: 18px;
  }
  .support-content {
    font-size: 16px;
  }
  .bottom-left-img {
    width: 120px;
    bottom: -5px;
    left: -10px;
  }
  .top-center-img {
    width: 300px;
    top: -20px;
  }

  /* Community Section */
  .community-custom-section .container {
    flex-direction: column !important;
    text-align: center;
  }
  .section-text {
    margin-bottom: 20px;
  }
  .stats {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  /*  Our Patrons Section 2 Start */
  .our-patrons-section {
    padding: 60px 40px;
  }
  /*  Our Patrons Section 2 end */
  /*  Become Patrons Section 4 supportive parton page start */
    .become-patron-section {
    padding: 50px 20px;
  }
  .become-patron-section .patron-title {
    font-size: 32px;
    line-height: 38px;
  }
  .become-patron-section .patron-subtitle {
    font-size: 16px;
  }
  .become-patron-section .patron-img {
    max-width: 200px;
  }
  /*  Become Patrons Section 4 supportive parton page end */
}

/* ---------- Mobile (≤768px) ---------- */
@media (max-width: 768px) {
  /* Business Patron Section */
  .business-patron-section {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .patron-title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .patron-desc {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .benefits-title {
    font-size: 18px;
    text-align: center;
  }
  .business-patron {
    padding-left: 0;
  }
  .business-patron li {
    flex-direction: row;
    align-items: flex-start;
  }
  .patron-img {
    margin-top: 20px;
    border-radius: 15px;
  }

  /* Support Section */
  .support-title {
    font-size: 36px;
    line-height: 44px;
  }
  .support-images img {
    height: 100px;
  }

  /* Donation page Help Section Start*/

  .help-title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .help-content {
    text-align: center;
  }
  .d-flex.gap-3 {
    justify-content: center;
  }
  /* Donation page Help Section End*/

  /* supportive partrons page section 1 css start  */

    .supportive-patrons-section {
    min-height: auto;
  }
  .supportive-patrons-section .left-section {
    padding: 40px 20px;
    text-align: center;
    align-items: flex-start;
  }
  .supportive-patrons-section .content-box {
    max-width: 100%;
  }
  .supportive-patrons-section .right-section {
    margin-top: 30px;
  }
  /* supportive partrons page section 1 css end  */
  /* supportive partrons page Our Patrons  section 2 css start  */
  .patron-logo img {
    width: 120px;
    height: auto;
  }
  .patron-title {
    font-size: 22px;
    line-height: 30px;
  }
  .patron-text {
    font-size: 14px;
    line-height: 22px;
  }
  /* supportive partrons page Our Patrons  section 2 css end  */

}

/* ---------- Small Mobile (≤576px) ---------- */
@media (max-width: 576px) {
  .our-support-title {
    font-size: 28px;
  }
  .support-subtitle {
    font-size: 16px;
  }
  .support-content {
    font-size: 14px;
  }
  .main-mission-img {
    max-width: 280px;
  }
  .bottom-left-img {
    width: 90px;
  }
  .top-center-img {
    width: 220px;
  }
  
  /* supportive partrons Our Patrons Section 2 start */
   .our-patrons-section {
    padding: 40px 20px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  /* supportive partrons Our Patrons Section 2 end */

  /* supportive partrons Become Patrons Section 4 start */
   .become-patron-section .patron-title {
    font-size: 26px;
    line-height: 32px;
  }
  .become-patron-section .patron-subtitle {
    font-size: 14px;
  }
  .become-patron-section .patron-btn {
    font-size: 16px;
    padding: 12px 18px;
  }

  /* supportive partrons Become Patrons Section 4 end */

}

/* ---------- Extra Small Mobile (≤480px) ---------- */
@media (max-width: 480px) {
  .support-title {
    font-size: 28px;
    line-height: 36px;
  }
  .support-images img {
    height: 80px;
  }
  /* Donation page Help Section start */
  .help-card {
    width: 100%;
    height: auto;
  } 
  .help-card .card-number {
    font-size: 42px;
  }
  .help-card .card-text,
  .help-content {
    font-size: 16px;
  }
  .help-title {
    font-size: 20px;
    line-height: 28px;
  }
  /* Donation page Help Section end */

  /* supportive partrons page section 1 css start  */
   .supportive-patrons-section .title {
    font-size: 28px;
  }
  .supportive-patrons-section .subtitle {
    font-size: 16px;
  }
  .supportive-patrons-section .description {
    font-size: 14px;
  }
  /* supportive partrons page section 1 css end  */

}


/*====================================
// About us Section 1 start css  
====================================*/
/*====================================
  About Us – Section 1 CSS
====================================*/

/*------------------------------------
  Hero Section
------------------------------------*/
.hero {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    align-items: center;
}

.hero-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    padding: 28px;
    border-radius: var(--radius);
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 30px rgba(2,6,23,0.6);
}

.eyebrow {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--glass);
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 12px;
}

h1 {
    margin: 6px 0 10px;
    font-size: 34px;
    line-height: 1.06;
}

p.lead {
    color: var(--muted);
    margin: 0 0 18px;
}

.cta-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* .btn {
    background: var(--accent);
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    cursor: pointer;
} */

.btn.ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.06);
    color: var(--muted);
}

/*------------------------------------
  Hero Image
------------------------------------*/
.hero-visual {
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.03) brightness(0.95);
}

/*------------------------------------
  Mission + Stats
------------------------------------*/
.mission {
    display: flex;
    gap: 18px;
    margin-top: 22px;
}

.mission .card {
    flex: 1;
    background: var(--card);
    padding: 18px;
    border-radius: 12px;
}

.stats {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.stat {
    flex: 1;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    padding: 14px;
    border-radius: 10px;
    text-align: center;
}

.stat b {
    display: block;
    font-size: 20px;
}

.muted {
    color: var(--muted);
    font-size: 14px;
}

/*------------------------------------
  Team Section
------------------------------------*/
.team {
    margin-top: 28px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.member {
    padding: 14px;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.member p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 13px;
}

/*------------------------------------
  CTA Box
------------------------------------*/
.cta {
    margin-top: 28px;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*====================================
  Our Story Section
====================================*/
.our-story-section {
    padding: 60px 0;
    background: #fff6e8;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

/* Story Card */
.story-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 7px 20px rgba(0,0,0,0.07);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.story-image img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Story Content */
.story-content h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.story-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.btn-read-more {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 22px;
    background: #212529;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

/*====================================
  Responsive Media Queries
====================================*/

/* Tablet */
@media (max-width: 980px) {
    .hero {
        grid-template-columns: 1fr;
    }
    .hero-visual {
        height: 220px;
    }
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .story-card {
        padding: 25px;
    }
    .story-content h3 {
        font-size: 24px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .story-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .story-content h3 {
        font-size: 22px;
    }
    .section-title {
        font-size: 28px;
    }
}

/* Extra Small */
@media (max-width: 560px) {
    .container {
        padding: 16px;
    }
    h1 {
        font-size: 24px;
    }
    .team-grid {
        grid-template-columns: 1fr;
    }
    .avatar {
        width: 56px;
        height: 56px;
    }
    .hero-visual {
        height: 160px;
    }
}

/* Tiny Phones */
@media (max-width: 480px) {
    .story-card {
        padding: 16px;
    }
    .story-content h3 {
        font-size: 20px;
    }
    .story-content p {
        font-size: 14px;
    }
}

/*====================================
  Contac us page
====================================*/
     /* Banner */
    .contact-banner {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }

    .contact-banner .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Title Section */
    .contact-heading-section {
        padding: 70px 0;
        background: #edeffb;
    }

    .contact-heading-title {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .contact-heading-content {
        font-size: 16px;
        color: #444;
    }

    /* Main Contact Section */
    .contact-section {
        padding: 80px 0;
    }

    .contact-box {
        background: #edeffb;
        padding: 35px;
        border-radius: 12px;
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
    }

   

    /* Info Blocks */
    .contact-info .info-block {
        margin-bottom: 25px;
    }

    .contact-info h5 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .email-link {
        color: #000;
        text-decoration: none;
        font-weight: 500;
    }

    /* Social Icons */
    .social-icons {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        gap: 15px;
    }

    .social-icons li img {
        width: 26px;
        height: 26px;
    }

    /* .community-section{
      height: 500px;
    } */

    /* Responsive */
    @media (max-width: 991px) {
        .contact-box {
            padding: 25px;
        }

        .contact-heading-title {
            font-size: 32px;
        }

        .contact-banner {
            height: 250px;
        }
    }

    @media (max-width: 575px) {
        .contact-heading-title {
            font-size: 28px;
        }

        .contact-heading-content {
            font-size: 15px;
        }

        .contact-box {
            padding: 20px;
        }
    }

     .map-wrapper iframe {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }


  #wpforms-form-344 .wpforms-submit,#wpforms-form-391 .wpforms-submit, #wpforms-form-442 .wpforms-submit{
    background-color: #192041 !important;
    color: #fff !important;
}




   /* Title Section */
    .get-involved-heading-section {
        padding: 70px 0; background-color: #005EB8; color: #fff
    }
    .get-involved-heading-content{
        font-size: 16px;
        color: #fff;
    }
.get-image{
object-fit: cover;
border-radius: 12px;  

}