/* Global */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0px 50px !important;
  width: 100%;
  max-width: 100%;
}

.row,
.col {
  padding: 0px;
  margin: 0px;
}

.SAHAJ-topbar,
.wpo-site-header-s3,
.wpo-site-header .navigation.sticky-header {
  padding: 0px;
}

.logo {
  max-width: 200px !important;
}

.oh {
  overflow: hidden;
}

.high-light {
  color: var(--s-secondary) !important;
  background: linear-gradient(
    180deg,
    var(--s-main) 0%,
    var(--s-secondary) 99.48%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-weight: 700 !important;
}

.back-to-top {
  background: rgb(79 154 178 / 70%);
  border-color: var(--s-secondary);
}

.section-padding {
  padding: 100px 0px;
}

/* Preloader */

.preloader {
  background: #fff;
}

/* Topbar */

.SAHAJ-topbar {
  background: var(--s-main);
}

.SAHAJ-topbar a {
  color: #fff;
}

.SAHAJ-topbar ul li {
  padding: 10px;
}

.SAHAJ-topbar ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.SAHAJ-topbar a:hover,
.SAHAJ-topbar .contact-info ul li a:hover {
  color: var(--s-secondary);
}

.theme-btn:after,
.view-cart-btn:after {
  background: linear-gradient(
    180deg,
    var(--s-main) 0%,
    var(--s-secondary) 99.48%
  );
}

.theme-btn:hover::after,
.view-cart-btn:hover::after {
  background: #000;
  color: #fff;
}

/* Header */

.wpo-site-header #navbar > ul > li > a {
  padding: 40px 15px;
}

.wpo-site-header #navbar > ul > li:last-child a {
  padding-right: 0px;
}

.wpo-site-header #navbar {
  justify-content: flex-end;
}

.wpo-site-header #navbar > ul > li > a:hover {
  color: var(--s-main);
}

.wpo-site-header #navbar > ul > li > a.active {
  color: var(--s-main);
  font-weight: 700;
}

/* Footer */

.SAHAJ-footer {
  background: #000;
  color: #fff;
  padding: 50px 0px;
}

.SAHAJ-footer a,
.SAHAJ-footer i {
  color: #fff;
}

.SAHAJ-footer p {
  color: #ffffff96;
}

.SAHAJ-footer a:hover {
  color: var(--s-secondary);
}

.SAHAJ-footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.SAHAJ-footer .social li {
  padding: 0px;
}

.SAHAJ-footer .social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SAHAJ-footer .social li a:hover {
  background: var(--s-secondary);
}

.SAHAJ-footer .copyrights {
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 20px;
}

.SAHAJ-footer .copyrights-txt {
  text-align: center;
}

.SAHAJ-footer .copyrights-txt p {
  margin: 0px;
}

/* Slider */

.static-hero-s3 {
  height: calc(100vh - 143px) !important;
}

.SAHAJ-slider .hero-content {
  padding: 0px;
  max-width: 45%;
}

.SAHAJ-slider .slide-title-sub {
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

.SAHAJ-slider .slide-title-sub h6.stx {
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  /* color: var(--s-orange); */
}

.SAHAJ-slider .slide-title {
  padding: 0px !important;
}

.SAHAJ-slider .slide-title h2.htx {
  font-size: 50px !important;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.SAHAJ-slider .slide-text {
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

.SAHAJ-slider .slide-text p.dsx {
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.SAHAJ-slider .hero-btn {
  line-height: normal;
  letter-spacing: normal;
}

.SAHAJ-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--s-secondary);
}

.SAHAJ-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--s-secondary);
}

.SAHAJ-slider .swiper-pagination {
  left: 50px;
  bottom: 5%;
}

.SAHAJ-slider .slider-inner {
  background: linear-gradient(45deg, black, transparent);
}

/* Welcome */

.welcome .wpo-section-title {
  margin-bottom: 0px !important;
}

.welcome .wpo-section-title .stx {
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  background: var(--txt-b) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.welcome .wpo-section-title span.high-light {
  color: var(--s-secondary) !important;
  background: linear-gradient(
    180deg,
    var(--s-main) 0%,
    var(--s-secondary) 99.48%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.welcome .wpo-section-title .htx {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.welcome .wpo-about-left::before,
.welcome .wpo-about-left::after,
.welcome .wpo-about-right::before,
.welcome .wpo-about-right::after {
  display: none;
}

.welcome .wpo-about-left {
  max-width: 350px !important;
  width: 260px;
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px !important;
  left: -40px !important;
}

.wpo-section-title {
  margin-bottom: 40px;
}

.welcome .wpo-about-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  overflow: hidden;
}

.welcome .wpo-about-right {
  max-width: 100% !important;
}

.welcome .wpo-about-right img {
  width: 85%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  overflow: hidden;
}

/* About */

.abt {
  background: #f3fbfd;
}

.abt .wpo-section-title {
  max-width: 100%;
}

.abt .service-wrap .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.abt .service-wrap .row .col {
  width: 100% !important;
}

.abt .service-item {
  text-align: left;
  margin: 0px;
  min-height: 386px;
  height: auto;
}

.abt .service-item .icon {
  background: #ddf7ff !important;
  border: none !important;
  margin: 0px !important;
  margin-bottom: 25px !important;
  width: 70px;
  height: 70px;
  padding: 10px;
}

.abt .service-item .text h3 {
  font-weight: 700;
}

/* Journey */

.SAHAJ-journey-section {
  /* --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  background: var(--bgColor);
  color: var(--color); */
  padding: 80px 0;
  /* font-family: "Poppins", sans-serif; */
}

/* =========================================
   HEADER
========================================= */

.SAHAJ-journey-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.SAHAJ-journey-subtitle.stx {
  font-size: 1.25rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: block;
}

.SAHAJ-journey-title.htx {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.SAHAJ-journey-description.dsx {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-top: 10px;
}

/* =========================================
   TIMELINE CORE
========================================= */

.SAHAJ-journey-timeline {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  /* width: min(60rem, 90%); */
  width: 90%;
  margin-inline: auto;
  padding: 0;
  position: relative;
}

/* Vertical line */

.SAHAJ-journey-timeline::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* Spacing between items */

.SAHAJ-journey-timeline li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* =========================================
   CARD ELEMENTS
========================================= */

.SAHAJ-journey-timeline li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* DATE LABEL */

.SAHAJ-journey-timeline .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  text-transform: uppercase;
}

/* DATE FLAP */

.SAHAJ-journey-timeline .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* CIRCLE CONNECTOR */

.SAHAJ-journey-timeline .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* TITLE & DESCRIPTION */

.SAHAJ-journey-timeline .title,
.SAHAJ-journey-timeline .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}

.SAHAJ-journey-timeline .title {
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 600;
  color: #222;
}

.SAHAJ-journey-timeline .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
  color: #555;
  line-height: 1.8;
}

.SAHAJ-journey-timeline .descr p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

/* SHADOW EFFECTS */

.SAHAJ-journey-timeline .title::before,
.SAHAJ-journey-timeline .descr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.75);
  left: 50%;
  border-radius: 50%;
  filter: blur(20px);
  transform: translate(-50%, 50%);
}

.SAHAJ-journey-timeline .title::before {
  bottom: calc(100% + 0.125rem);
}

.SAHAJ-journey-timeline .descr::before {
  z-index: -1;
  bottom: 5%;
}

.SAHAJ-journey-timeline li:last-child .descr::before {
  bottom: 12%;
}

/* =========================================
   RESPONSIVE LAYOUT (Dual-side)
========================================= */

@media (min-width: 640px) {
  .SAHAJ-journey-timeline {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .SAHAJ-journey-timeline::before {
    grid-column: 2;
  }

  .SAHAJ-journey-timeline li:nth-child(odd) {
    grid-column: 1;
  }

  .SAHAJ-journey-timeline li:nth-child(even) {
    grid-column: 3;
  }

  /* second card alignment */
  .SAHAJ-journey-timeline li:nth-child(2) {
    grid-row: 2/4;
  }

  /* Adjust flap for odd side */
  .SAHAJ-journey-timeline li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .SAHAJ-journey-timeline li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .SAHAJ-journey-timeline li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

/* =========================================
   SMALL SCREENS
========================================= */

@media (max-width: 768px) {
  .SAHAJ-journey-title.htx {
    font-size: 2rem;
  }

  .SAHAJ-journey-subtitle.stx {
    font-size: 1.1rem;
  }

  .SAHAJ-journey-timeline {
    width: 95%;
  }
}

.SAHAJ-journey-timeline .date {
  background: var(--s-secondary);
}

.SAHAJ-journey-timeline .date::before {
  background: var(--s-main);
}

.SAHAJ-journey-timeline .date::after {
  border-color: var(--s-secondary);
  background: #fff;
}

/* Blogs */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  align-items: flex-start;
}

.blog-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 25px;
}

.blog-txt h2 {
  color: #000;
  font-weight: 700;
}

/* Contact */

.contact {
  padding: 50px 0px;
}

.contact-box {
  padding: 75px 0px;
  border-radius: 25px;
  background: #e9f9fd;
}

.contact .wpo-section-title {
  margin: 0;
}

.contact a {
  background: #4f9ab2;
  color: #fff;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
}

.contact a:hover {
  background: #000;
  cursor: pointer;
}

/* Sectors */

.sectors {
  background: linear-gradient(to bottom right, #f8fafc, #dbeafe);
  padding: 80px 20px;
  min-height: 100vh;
}

.sectors-container {
  max-width: 1400px;
  margin: 0 auto;
}

.sectors-header {
  text-align: center;
  margin-bottom: 4rem;
}

.sectors-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sectors-header p {
  font-size: 1rem;
  color: #4b5563;
}

.sectors-carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sectors-carousel-container {
  position: relative;
  height: 500px;
  overflow: visible;
}

.sectors-center-point {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  z-index: 10;
}

.sectors-connection-line {
  position: absolute;
  background: #22d3ee;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.sectors-total-content p {
  color: #fff !important;
}

.sectors-center-point {
  z-index: 1;
}

.sectors-cards-layout {
  z-index: 9;
}

/* Card positions - manually adjustable */

.sectors-cards-layout {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Position 1 - Far Left */

.sectors-card-pos-1 {
  position: absolute;
  left: -10%;
  top: 75%;
  transform: translate(-50%, -50%);
}

/* Position 2 - Left */

.sectors-card-pos-2 {
  position: absolute;
  left: 10%;
  top: 60%;
  transform: translate(-50%, -50%);
}

/* Position 3 - Center Left */

.sectors-card-pos-3 {
  position: absolute;
  left: 30%;
  top: 45%;
  transform: translate(-50%, -50%);
}

/* Position 4 - Center (Active) */

.sectors-card-pos-4 {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: 30;
}

/* Position 5 - Center Right */

.sectors-card-pos-5 {
  position: absolute;
  left: 70%;
  top: 45%;
  transform: translate(-50%, -50%);
}

/* Position 6 - Right */

.sectors-card-pos-6 {
  position: absolute;
  left: 90%;
  top: 60%;
  transform: translate(-50%, -50%);
}

/* Position 7 - Far Right */

.sectors-card-pos-7 {
  position: absolute;
  left: 110%;
  top: 75%;
  transform: translate(-50%, -50%);
}

.sectors-card-wrapper {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

.sectors-card {
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border: 4px solid #22d3ee;
  padding: 1.5rem;
  width: 240px;
  cursor: pointer;
  transition: all 0.3s;
}

.sectors-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

.sectors-card.sectors-center {
  border-color: #0891b2;
  border-width: 5px;
}

.sectors-icon-circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
}

.sectors-icon-circle svg {
  width: 2.5rem;
  height: 2.5rem;
}

.sectors-card-title {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
}

.sectors-card-number {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  transition: opacity 0.3s;
}

.sectors-card-number.sectors-counting {
  opacity: 0.7;
}

.sectors-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  padding: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  z-index: 40;
}

.sectors-nav-button:hover {
  background: #06b6d4;
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.sectors-nav-button.sectors-prev {
  left: 1rem;
}

.sectors-nav-button.sectors-next {
  right: 1rem;
}

.sectors-nav-button svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.sectors-total-beneficiaries {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  z-index: 15;
  position: relative;
}

.sectors-total-circle {
  position: relative;
  width: 500px;
  height: 175px;
  background: linear-gradient(to bottom right, #0891b2, #0f766e);
  border-radius: 175px 175px 0 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  clip-path: ellipse(175px 175px at 50% 100%);
}

.sectors-total-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
  color: white;
}

.sectors-total-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.sectors-total-number {
  font-size: 3rem;
  font-weight: bold;
  line-height: normal;
}

.sectors-dots-indicator {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}

.sectors-dot {
  height: 0.75rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  background: #d1d5db;
  width: 0.75rem;
}

.sectors-dot:hover {
  background: #9ca3af;
}

.sectors-dot.sectors-active {
  background: #0891b2;
  width: 2rem;
}

.sectors-slide-counter {
  text-align: center;
  margin-top: 1rem;
  color: #4b5563;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .sectors-card-pos-1 {
    left: 3%;
    top: 68%;
  }

  .sectors-card-pos-2 {
    left: 18%;
    top: 62%;
  }

  .sectors-card-pos-3 {
    left: 33%;
    top: 58%;
  }

  .sectors-card-pos-5 {
    left: 67%;
    top: 58%;
  }

  .sectors-card-pos-6 {
    left: 82%;
    top: 62%;
  }

  .sectors-card-pos-7 {
    left: 97%;
    top: 68%;
  }
}

@media (max-width: 768px) {
  .sectors-header h1 {
    font-size: 1.75rem;
  }

  .sectors-carousel-container {
    height: 450px;
  }

  .sectors-card {
    width: 200px;
    padding: 1.25rem;
  }

  .sectors-card-pos-1,
  .sectors-card-pos-7 {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.75);
  }

  .sectors-card-pos-2,
  .sectors-card-pos-6 {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.85);
  }

  .sectors-card-pos-2 {
    left: 15%;
    top: 65%;
  }

  .sectors-card-pos-3 {
    left: 30%;
    top: 60%;
  }

  .sectors-card-pos-5 {
    left: 70%;
    top: 60%;
  }

  .sectors-card-pos-6 {
    left: 85%;
    top: 65%;
  }

  .sectors-total-circle {
    width: 400px;
    height: 140px;
    clip-path: ellipse(140px 140px at 50% 100%);
  }

  .sectors-total-number {
    font-size: 2rem;
  }
}

/* Page Header Breadcumb BG */

.wpo-page-title:before {
  background: linear-gradient(45deg, black, black);
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: var(--s-secondary);
}

/* New Heading */

.new-heading .nh-sub-title {
  /* font-family: "Poppins"; */
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  color: #000;
}

.new-heading .nh-title {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.new-heading.nh2 .nh-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0px;
}

.new-heading .nh-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  color: #525252;
  margin-bottom: 15px;
}

.new-heading .nh-description:last-child {
  margin: 0px;
}

.new-heading .nh-btn {
  margin-top: 15px;
}

.new-heading .nh-btn,
.static-hero-s3 .theme-btn,
.static-hero-s3 .view-cart-btn {
  min-width: 215px;
  text-align: center;
  border-radius: 30px;
}

/* Legal Documents */

.legal-information {
  padding: 50px 0px;
}

.legeal-documents-pdf-list .tabs {
  background: #ebebeb;
  justify-content: space-evenly;
  align-items: center;
  gap: 0px;
}

.legeal-documents-pdf-list .tab-btn {
  /* min-width: 25%; */
  flex: 1 1 200px;
  text-align: center;
}

.legeal-documents-pdf-list .new-heading .nh-title {
  font-size: 50px;
}

.legeal-documents-pdf-list .new-heading {
  max-width: 50%;
}

/* .legeal-documents-pdf-list header {
    align-items: flex-end !important;
} */

/* Resources */

/* Who We Are */

.wwa-abt {
  padding: 50px 0px;
}

.wwa-abt-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 50px;
}

.wwa-abt-left,
.wwa-abt-right {
  width: 50%;
}

.wwa-abt-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  padding: 35px;
  box-shadow: 0px 0px 15px #00000025;
}

.wwa-abt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* Team Members */

body.who-we-are .swiper {
  position: relative;
  overflow: hidden;
}

body.who-we-are .swiper::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: 0px;
  background: #fff;
  z-index: 3;
}

body.who-we-are .swiper::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  right: 0px;
  background: #fff;
  z-index: 3;
}

body.who-we-are .swiper .swiper-button-prev {
  top: 45%;
  left: 3px;
}

body.who-we-are .swiper .swiper-button-next {
  top: 45%;
  right: 3px;
}

/* SAHAJ Impact */

.SAHAJ-impact {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 50px;
}

.impact-header {
  text-align: center;
  margin-bottom: 50px;
}

.impact-header h1 {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 700;
}

.impact-header p {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.counter-card {
  /* background: linear-gradient(135deg, #a8dadc 0%, #b8e0e2 100%); */
  background: #d1eaf1;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* .counter-card:nth-child(2) {
    background: linear-gradient(135deg, #9cd5db 0%, #acdee3 100%);
}

.counter-card:nth-child(3) {
    background: linear-gradient(135deg, #a0d5dd 0%, #b0dfe4 100%);
}

.counter-card:nth-child(4) {
    background: linear-gradient(135deg, #93d0d9 0%, #a3dade 100%);
} */

.counter-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.counter-number {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1;
}

.counter-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 8px;
}

.counter-description {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.info-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.info-box {
  background: white;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.info-box h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: 600;
}

.info-box ul {
  list-style: none;
}

.info-box li {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
  color: #444;
  line-height: 1.6;
  font-size: 0.98rem;
}

.info-box li:last-child {
  margin: 0px;
}

.info-box li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4a9da8;
  /* color: #D1EAF1; */
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .SAHAJ-impact {
    padding: 40px 15px;
  }

  .impact-header h1 {
    font-size: 2rem;
  }

  .impact-header p {
    font-size: 1rem;
  }

  .counter-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }

  .counter-card {
    padding: 30px 20px;
  }

  .counter-number {
    font-size: 2.2rem;
  }

  .counter-label {
    font-size: 1rem;
  }

  .counter-description {
    font-size: 0.88rem;
  }

  .info-boxes {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-box {
    padding: 25px;
  }

  .info-box h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .counter-grid {
    grid-template-columns: 1fr;
  }

  .counter-number {
    font-size: 2.5rem;
  }
}

/* SAHAJ Tree */

/* Legal Status */

.legal-status {
  padding: 50px 0px;
  padding-top: 0px;
}

.legal-status-box {
  display: flex;
  align-items: stretch;
  /* background: linear-gradient(135deg, #2c5f6f 0%, #3d7a8a 100%); */
  /* background: var(--s-main); */
  background: #215566;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
}

.legal-status-left {
  flex: 0 0 40%;
  padding: 50px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  /* border: 5px solid rgba(255, 255, 255, 0.3); */
  border: 5px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.legal-status-right {
  flex: 0 0 60%;
  padding: 50px;
  color: white;
}

.legal-status-right h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 1px;
  /* text-transform: capitalize; */
  color: #fff;
}

.legal-info-list {
  list-style: none;
}

.legal-info-list li {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 1rem;
  padding-left: 25px;
  position: relative;
}

.legal-info-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  /* color: #ffd700; */
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.legal-info-list strong {
  font-weight: 600;
  /* color: #ffd700; */
  color: #fff;
}

.section-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 25px 0;
}

.exemption-section {
  margin-top: 30px;
}

.exemption-section h2 {
  font-size: 1.3rem;
  margin-bottom: 25px;
  /* color: #ffd700; */
  color: #fff;
  font-weight: 600;
}

/* Responsive Design */

@media screen and (max-width: 1200px) {
  .legal-status-right {
    padding: 40px 40px;
  }

  .legal-status-right h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 968px) {
  .legal-status {
    flex-direction: column;
  }

  .legal-status-left {
    flex: 0 0 100%;
    padding: 30px 30px 20px;
  }

  .legal-status-right {
    flex: 0 0 100%;
    padding: 30px;
  }

  .legal-status-right h1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .legal-status-box {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  body {
    padding: 10px;
  }

  .legal-status {
    border-radius: 15px;
  }

  .legal-status-left {
    padding: 20px 20px 10px;
  }

  .legal-status-right {
    padding: 20px;
  }

  .legal-status-right h1 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }

  .legal-info-list li {
    font-size: 0.9rem;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .exemption-section h2 {
    font-size: 1.1rem;
  }

  .legal-status-box {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .legal-status-right h1 {
    font-size: 1.3rem;
  }

  .legal-info-list li {
    font-size: 0.85rem;
  }

  .legal-status-right {
    padding: 15px;
  }

  .legal-status-box {
    flex-direction: column;
  }
}

.SAHAJ-legal {
  padding: 50px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}

.legal-committee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.committee-box {
  background: white;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.committee-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.committee-title {
  font-size: 1.5rem;
  /* color: #1a1a1a; */
  color: var(--s-main);
  margin-bottom: 5px;
  font-weight: 600;
}

.committee-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  margin-bottom: 25px;
}

.committee-list {
  list-style-type: disc;
  padding-left: 0px;
  color: #000;
  line-height: 1.7;
}

.committee-box ul {
  list-style: none;
}

.committee-box li {
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative;
  color: #000;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}

.committee-box li:last-child {
  margin: 0px;
}

.committee-box li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4a9da8;
  /* color: #D1EAF1; */
  font-size: 1.5rem;
  line-height: 1.2;
}

/* What We Do */

.wwd-abt {
  padding: 50px 0px;
}

.wwd-abt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.wwd-abt-left,
.wwd-abt-right {
  width: 50%;
}

.wwd-abt-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 15px #00000025;
}

.wwd-abt-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 5px;
  border: 5px solid var(--s-secondary);
}

.wwd-abt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* SAHAJ Projects */

/* Geography Coverage Section */

.gc {
  padding: 50px 0px;
  /* background: #f9f9f9; */
}

.gc-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 50px;
}

.gc-left,
.gc-right {
  width: 50%;
}

.gc-img {
  position: relative;
  width: 100%;
  height: 100%;
  /* border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #00000025; */
}

/* .gc-img::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 5px;
    border: 5px solid var(--s-secondary);
} */

.gc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* Heading Styles */

.new-heading {
  margin-bottom: 30px;
}

.nh-sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--s-text-light);
}

.high-light {
  color: var(--s-primary);
}

.nh-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--s-text);
  line-height: 1.3;
}

.nh-description {
  font-size: 16px;
  color: var(--s-text-light);
  margin-bottom: 20px;
}

/* Content List Styles */

.gc {
  background: #f3fbfd;
}

.gc-content {
  margin-top: 0px;
}

.gc-section {
  margin-bottom: 25px;
}

.gc-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  line-height: normal;
}

.gc-subsection {
  margin-bottom: 15px;
  /* margin-left: 15px; */
}

.gc-subsection-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--s-main);
  margin-bottom: 8px;
}

.gc-list {
  list-style: none;
  padding-left: 0;
}

.gc-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--s-text-light);
}

.gc-list li:last-child {
  margin: 0px;
}

.gc-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--s-secondary);
  font-weight: bold;
  font-size: 18px;
}

/* Responsive */

@media (max-width: 992px) {
  .gc-box {
    flex-direction: column;
    gap: 30px;
  }

  .gc-left,
  .gc-right {
    width: 100%;
  }

  .nh-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .gc {
    padding: 30px 0px;
  }

  .nh-title {
    font-size: 24px;
  }

  .gc-section-title {
    font-size: 16px;
  }

  .gc-subsection-title {
    font-size: 15px;
  }
}

/* Demographic Survey */

.ds {
  padding: 50px 0px;
}

.ds-container {
  max-width: 100%;
  margin: 0 auto;
}

/* Survey Section */

.ds-section {
  padding: 0;
}

.ds-header {
  margin-bottom: 50px;
  text-align: center;
}

.ds-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.ds-subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Cards Grid */

.ds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.ds-card {
  /* background: linear-gradient(135deg, #2c5f6f 0%, #1a3d47 100%); */
  background: #215566;
  border-radius: 16px;
  padding: 40px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.ds-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.ds-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ds-card:hover::before {
  opacity: 1;
}

.ds-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
}

.ds-card-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.3;
  color: #fff;
}

.ds-number {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  line-height: normal;
}

.ds-card-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0px;
}

/* Responsive Design */

@media (max-width: 1200px) {
  .ds-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .ds-main-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .ds-container {
    padding: 40px 15px;
  }

  .ds-main-title {
    font-size: 28px;
  }

  .ds-subtitle {
    font-size: 15px;
  }

  .new-heading {
    margin-bottom: 40px;
  }

  .ds-header {
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .ds-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ds-card {
    padding: 35px 25px;
  }

  .ds-main-title {
    font-size: 24px;
  }

  .ds-number {
    font-size: 32px;
  }

  .ds-card-title {
    font-size: 20px;
  }
}

/* Animation */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ds-card {
  animation: fadeInUp 0.6s ease forwards;
}

.ds-card:nth-child(1) {
  animation-delay: 0.1s;
}

.ds-card:nth-child(2) {
  animation-delay: 0.2s;
}

.ds-card:nth-child(3) {
  animation-delay: 0.3s;
}

.ds-card:nth-child(4) {
  animation-delay: 0.4s;
}

/* Partnerships */

.partnership-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
}

/* Partnership Section */

.partnership-section {
  background: linear-gradient(135deg, #e8f4f8 0%, #d4e9f0 100%);
  border-radius: 30px;
  padding: 75px 50px;
}

/* Header Styles */

.partnership-header {
  text-align: center;
  margin-bottom: 50px;
}

.partnership-icon {
  font-size: 50px;
  color: #1a3d47;
  margin-bottom: 15px;
}

.partnership-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.partnership-description {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Cards Grid */

.partnership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.partnership-card {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 50px 35px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.partnership-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(44, 95, 111, 0.05) 0%,
    rgba(26, 61, 71, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.partnership-card:hover {
  transform: translateY(-10px);
  border-color: #2c5f6f;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.partnership-card:hover::before {
  opacity: 1;
}

.partnership-card-icon {
  font-size: 50px;
  color: #2c5f6f;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.partnership-card:hover .partnership-card-icon {
  transform: scale(1.1);
}

.partnership-card-title {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.partnership-card-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  margin: 0px;
}

/* Responsive Design */

@media (max-width: 1024px) {
  .partnership-section {
    padding: 60px 40px;
  }

  .partnership-title {
    font-size: 36px;
  }

  .partnership-grid {
    gap: 25px;
  }

  .partnership-card {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .partnership-container {
    padding: 40px 15px;
  }

  .partnership-section {
    padding: 50px 30px;
    border-radius: 20px;
  }

  .partnership-header {
    margin-bottom: 45px;
  }

  .partnership-icon {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .partnership-title {
    font-size: 30px;
  }

  .partnership-description {
    font-size: 15px;
  }

  .partnership-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .partnership-card {
    padding: 35px 25px;
  }

  .partnership-card-icon {
    font-size: 50px;
  }

  .partnership-card-title {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .partnership-section {
    padding: 40px 20px;
  }

  .partnership-title {
    font-size: 26px;
  }

  .partnership-icon {
    font-size: 35px;
  }

  .partnership-card-icon {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .partnership-card-title {
    font-size: 20px;
  }

  .partnership-card-text {
    font-size: 14px;
  }
}

/* Animation */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.partnership-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.partnership-card:nth-child(1) {
  animation-delay: 0.1s;
}

.partnership-card:nth-child(2) {
  animation-delay: 0.2s;
}

.partnership-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Gallery */

.SAHAJ-gallery {
  padding: 50px 0px;
}

.gallery-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.gallery-container .new-heading {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* Gallery Grid */

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-item {
  flex: 0 0 calc(20% - 13px);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  aspect-ratio: 1;
  background: #e0e0e0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #fff;
  gap: 15px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-brand {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  order: 1;
}

.gallery-zoom-icon {
  font-size: 30px;
  color: #fff;
  transition: transform 0.3s ease;
  order: 2;
}

.gallery-item:hover .gallery-zoom-icon {
  transform: scale(1.2);
}

.gallery-name {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  /* text-transform: uppercase; */
  width: 100%;
  order: 3;
}

/* Animation */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-item {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.gallery-item:nth-child(1) {
  animation-delay: 0.1s;
}

.gallery-item:nth-child(2) {
  animation-delay: 0.15s;
}

.gallery-item:nth-child(3) {
  animation-delay: 0.2s;
}

.gallery-item:nth-child(4) {
  animation-delay: 0.25s;
}

.gallery-item:nth-child(5) {
  animation-delay: 0.3s;
}

.gallery-item:nth-child(6) {
  animation-delay: 0.35s;
}

.gallery-item:nth-child(7) {
  animation-delay: 0.4s;
}

.gallery-item:nth-child(8) {
  animation-delay: 0.45s;
}

.gallery-item:nth-child(9) {
  animation-delay: 0.5s;
}

.gallery-item:nth-child(10) {
  animation-delay: 0.55s;
}

.gallery-item:nth-child(11) {
  animation-delay: 0.6s;
}

.gallery-item:nth-child(12) {
  animation-delay: 0.65s;
}

/* Responsive Design */

@media (max-width: 1200px) {
  .gallery-item {
    flex: 0 0 calc(33.333% - 17px);
  }
}

@media (max-width: 768px) {
  .gallery-container {
    padding: 40px 15px;
  }

  .gallery-item {
    flex: 0 0 calc(50% - 13px);
  }

  .gallery-grid {
    gap: 15px;
  }

  .gallery-zoom-icon {
    font-size: 40px;
  }

  .gallery-brand {
    font-size: 14px;
  }

  .gallery-name {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .gallery-item {
    flex: 0 0 100%;
  }

  .gallery-grid {
    gap: 15px;
  }
}

/* Fancybox customization */

.fancybox-button {
  background: rgba(0, 0, 0, 0.5);
}

.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.lazy-img[data-loaded="true"] {
  opacity: 1;
}

/* Video Gallery */

/* Video Gallery Grid */

.video-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.video-gallery-item {
  flex: 0 0 calc(33.333% - 17px);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  aspect-ratio: 16/9;
  background: #000;
  box-shadow: 0px 0px 5px #00000025;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #fff;
  gap: 15px;
}

.video-gallery-item:hover .video-overlay {
  opacity: 1;
}

.video-gallery-item:hover .video-thumbnail {
  transform: scale(1.1);
}

.video-brand {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  order: 1;
}

.video-play-icon {
  font-size: 50px;
  color: #fff;
  transition: transform 0.3s ease;
  order: 2;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.video-gallery-item:hover .video-play-icon {
  transform: scale(1.2);
}

.video-name {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  order: 3;
}

.video-duration {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}

.video-source-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  display: none;
}

.video-source-badge.youtube {
  background: #ff0000;
  color: #fff;
}

.video-source-badge.vimeo {
  background: #1ab7ea;
  color: #fff;
}

.video-source-badge.facebook {
  background: #1877f2;
  color: #fff;
}

.video-source-badge.local {
  background: #4caf50;
  color: #fff;
}

/* Animation */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-gallery-item {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.video-gallery-item:nth-child(1) {
  animation-delay: 0.1s;
}

.video-gallery-item:nth-child(2) {
  animation-delay: 0.15s;
}

.video-gallery-item:nth-child(3) {
  animation-delay: 0.2s;
}

.video-gallery-item:nth-child(4) {
  animation-delay: 0.25s;
}

.video-gallery-item:nth-child(5) {
  animation-delay: 0.3s;
}

.video-gallery-item:nth-child(6) {
  animation-delay: 0.35s;
}

.video-gallery-item:nth-child(7) {
  animation-delay: 0.4s;
}

.video-gallery-item:nth-child(8) {
  animation-delay: 0.45s;
}

.video-gallery-item:nth-child(9) {
  animation-delay: 0.5s;
}

.video-gallery-item:nth-child(10) {
  animation-delay: 0.55s;
}

.video-gallery-item:nth-child(11) {
  animation-delay: 0.6s;
}

.video-gallery-item:nth-child(12) {
  animation-delay: 0.65s;
}

/* Responsive Design */

@media (max-width: 1200px) {
  .video-gallery-item {
    flex: 0 0 calc(50% - 13px);
  }
}

@media (max-width: 768px) {
  .gallery-container {
    padding: 40px 15px;
  }

  .video-gallery-grid {
    gap: 15px;
  }

  .video-play-icon {
    font-size: 50px;
  }

  .video-brand {
    font-size: 14px;
  }

  .video-name {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .video-gallery-item {
    flex: 0 0 100%;
  }

  .video-gallery-grid {
    gap: 15px;
  }

  .video-play-icon {
    font-size: 45px;
  }
}

/* Dropdown Menu */

.wpo-site-header #navbar > ul > li:last-child > .sub-menu {
  left: unset;
  right: 0;
  padding: 16px 0px;
}

.wpo-site-header #navbar > ul > li:hover > .sub-menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 15px;
}

.wpo-site-header #navbar > ul > li .sub-menu a:after {
  display: none;
}

/* Contact Us */

.SAHAJ-contact-details {
  padding: 50px 0px;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 45px;
}

.contact-box2 {
  flex: 1;
  min-width: 250px;
  background: #d1eaf1;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 30px;
}

.contact-box2:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.contact-icon {
  font-size: 50px;
  color: var(--s-main);
  margin-bottom: 20px;
  /* position: relative; */
  width: 100px;
  height: 100px;
  padding: 25px;
  border-radius: 50%;
  background: var(--s-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

.contact-box2:hover .contact-icon {
  background: #2f3089;
  color: #fff;
}

/* .contact-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.contact-title {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-content {
  color: #555;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.contact-content a {
  color: var(--s-main);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-content a:hover {
  color: var(--s-secondary);
  cursor: pointer;
}

/* Responsive Design */

@media (max-width: 992px) {
  .contact-box2 {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .contact-box2 {
    flex: 1 1 100%;
  }

  .contact-icon {
    font-size: 2.5rem;
  }

  .contact-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .contact-box2 {
    padding: 30px 20px;
  }

  .contact-icon {
    font-size: 2rem;
  }
}

/* Contact Form */

.SAHAJ-contact-form {
  background: #f9f9f9;
  padding: 60px 0;
}

.SAHAJ-contact-form .contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.SAHAJ-contact-form .form-control {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border 0.3s ease;
}

.SAHAJ-contact-form .form-control:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
}

.SAHAJ-contact-form .theme-btn {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.SAHAJ-contact-form .theme-btn:hover {
  background: #084298;
}

.SAHAJ-contact-form .submit-area {
  text-align: center;
  position: relative;
}

.SAHAJ-contact-form #loader i {
  color: #0d6efd;
  margin-left: 10px;
  font-size: 1.2rem;
}

.fullwidth {
  width: 100%;
}

/* General Form Styling */

.wpo-contact-pg-section {
  background: #f9f9f9;
  padding: 60px 0;
}

.wpo-contact-form-area {
  max-width: 700px;
  margin: 0 auto;
}

.wpo-contact-form-area .form-control {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.wpo-contact-form-area .form-control:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
}

/* Dropdown Wrapper */

/* 
.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
}

.dropdown-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #777;
    font-size: 1rem;
} */

/* Submit Button */

.wpo-contact-form-area .theme-btn {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.wpo-contact-form-area .theme-btn:hover {
  background: #084298;
}

#loader i {
  color: #0d6efd;
  margin-left: 10px;
  font-size: 1.2rem;
}

.fullwidth {
  width: 100%;
}

.wpo-contact-pg-section
  .wpo-contact-form-area
  .contact-validation-active
  #c-success,
.wpo-contact-pg-section
  .wpo-contact-form-area
  .contact-validation-active
  #success {
  border: none !important;
  background: transparent !important;
  margin: 0px !important;
}

.wpo-contact-pg-section .wpo-contact-form-area {
  margin-bottom: unset;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.wpo-contact-pg-section form .submit-area .theme-btn:after,
.wpo-contact-form-area .theme-btn {
  border-radius: 8px !important;
  overflow: hidden;
}

body.contact-us .new-heading.nh2 {
  width: 50%;
  margin: 0 auto;
}

.contact-map {
  margin-bottom: -10px;
}

.contact-map iframe {
  border-radius: unset !important;
}

/* Donate Us */

/* Donation Form Styling */

.wpo-contact-pg-section {
  background: #f9f9f9;
  padding: 50px 0;
}

.wpo-contact-form-area {
  max-width: 100%;
  margin: 0 auto;
}

#donation-form {
  margin: 0;
}

#donation-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 0;
}

#donation-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}

#donation-form label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
}

#donation-form textarea {
  height: auto;
}

#donation-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  resize: none;
}

#donation-form .form-control:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
}

#donation-form .address-area {
  width: 100%;
  min-height: 100px;
}

#donation-form .fullwidth {
  width: 100%;
}

#donation-form .submit-area {
  text-align: center;
  margin-top: 20px;
}

#donation-form .theme-btn {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s ease;
}

#donation-form .theme-btn:hover {
  background: #084298;
}

@media (max-width: 768px) {
  #donation-form .form-row {
    flex-direction: column;
  }
}

/* Volunteer With Us */

.vwu-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
}

.vwu-heading {
  text-align: center;
  margin-bottom: 50px;
}

.vwu-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.vwu-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.vwu-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.vwu-card {
  background: white;
  border-radius: 12px;
  padding: 35px 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.vwu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.vwu-icon {
  font-size: 32px;
  margin-bottom: 20px;
  display: block;
  color: var(--s-secondary);
}

.vwu-card-title {
  font-size: 22px;
  font-weight: 700;
  /* color: #2c3e50; */
  color: #000;
  margin-bottom: 20px;
}

.vwu-content {
  list-style: none;
}

.vwu-content li {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.vwu-content li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--s-secondary);
  font-weight: bold;
  font-size: 18px;
}

.vwu-content li:last-child {
  margin-bottom: 0px;
}

/* Tablet styles */

@media (max-width: 992px) {
  .vwu-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .vwu-title {
    font-size: 28px;
  }

  .vwu-card {
    padding: 30px 20px;
  }
}

/* Mobile styles */

@media (max-width: 768px) {
  .vwu-section {
    padding: 30px 15px;
  }

  .vwu-heading {
    margin-bottom: 35px;
  }

  .vwu-title {
    font-size: 24px;
  }

  .vwu-description {
    font-size: 15px;
  }

  .vwu-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vwu-card {
    padding: 25px 20px;
  }

  .vwu-card-title {
    font-size: 20px;
  }

  .vwu-content li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .vwu-section {
    padding: 20px 10px;
  }

  .vwu-title {
    font-size: 22px;
  }

  .vwu-description {
    font-size: 14px;
  }

  .vwu-icon {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .vwu-card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .vwu-card {
    padding: 20px 15px;
  }
}

/* Animation */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vwu-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.vwu-card:nth-child(1) {
  animation-delay: 0.1s;
}

.vwu-card:nth-child(2) {
  animation-delay: 0.2s;
}

.vwu-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Volunteer Opportunities */

.vo-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
  background: #f3fbfd;
}

.vo-main-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.vo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.vo-card {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #e5e5e5;
}

.vo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.vo-icon {
  font-size: 28px;
  color: var(--s-secondary);
  margin-bottom: 15px;
  display: block;
}

.vo-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.vo-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 18px;
}

.vo-skills-label {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: block;
}

.vo-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.vo-skill-tag {
  background: #f5f5f5;
  color: #333;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.vo-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 13px;
  color: #666;
}

.vo-location {
  display: flex;
  align-items: center;
  gap: 5px;
}

.vo-duration {
  display: flex;
  align-items: center;
  gap: 5px;
}

.vo-btn {
  width: 100%;
  background: #0d5f6e;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.vo-btn:hover {
  background: #094952;
}

/* Tablet styles */

@media (max-width: 992px) {
  .vo-main-title {
    font-size: 28px;
  }

  .vo-card {
    padding: 25px;
  }
}

/* Mobile styles */

@media (max-width: 768px) {
  .vo-section {
    padding: 30px 15px;
  }

  .vo-main-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .vo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vo-card {
    padding: 20px;
  }

  .vo-card-title {
    font-size: 18px;
  }

  .vo-description {
    font-size: 13px;
  }

  .vo-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .vo-section {
    padding: 20px 10px;
  }

  .vo-main-title {
    font-size: 22px;
  }

  .vo-icon {
    font-size: 24px;
  }

  .vo-card {
    padding: 18px;
  }

  .vo-skills {
    gap: 6px;
  }

  .vo-skill-tag {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* Animation */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vo-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.vo-card:nth-child(1) {
  animation-delay: 0.1s;
}

.vo-card:nth-child(2) {
  animation-delay: 0.2s;
}

.vo-card:nth-child(3) {
  animation-delay: 0.3s;
}

.vo-card:nth-child(4) {
  animation-delay: 0.4s;
}

/* Ready To Get Started? */

.rtgs-section {
  background: #f3fbfd;
  padding: 50px 0;
  width: 100%;
}

.rtgs-box {
  background: #fff;
  border-radius: 15px;
  padding: 75px 50px;
}

.rtgs-box .nh2 {
  width: 50%;
  margin: 0 auto;
}

.rtgs-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0px;
  margin-top: 50px;
}

.rtgs-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.rtgs-btn {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  width: 400px;
  text-align: center;
}

.rtgs-btn-primary {
  background: #1e5a6b;
  color: white;
  box-shadow: 0 4px 15px rgba(30, 90, 107, 0.3);
}

.rtgs-btn-primary:hover {
  background: #094952;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 90, 107, 0.4);
  color: #fff;
}

.rtgs-btn-secondary {
  background: white;
  color: #1e5a6b;
  border: 2px solid #1e5a6b;
  box-shadow: 0 4px 15px rgba(30, 90, 107, 0.1);
}

.rtgs-btn-secondary:hover {
  background: #164550;
  color: white;
  border-color: #164550;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 90, 107, 0.3);
}

.rtgs-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .rtgs-section {
    padding: 50px 0;
  }

  .container {
    padding: 0 15px;
  }

  .rtgs-content {
    padding: 0px;
  }

  .rtgs-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .rtgs-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rtgs-section {
    padding: 50px 0;
  }

  .rtgs-content {
    padding: 0px;
    border-radius: 15px;
  }

  .rtgs-btn {
    padding: 14px 30px;
    font-size: 15px;
    min-width: auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }

  .rtgs-content {
    padding: 0px;
  }
}

@media (min-width: 1025px) {
  .rtgs-content {
    padding: 0px;
  }
}

/* Volunteer With Us */

.volunteer-detail-section {
  background: white;
  padding: 50px 0;
  width: 100%;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e5a6b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  transition: color 0.3s ease;
}

.back-link:hover {
  color: #164550;
}

.back-arrow {
  font-size: 18px;
}

.detail-header {
  /* margin-bottom: 25px; */
}

.detail-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.detail-description {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.tag {
  background: #e8f4f8;
  color: #1e5a6b;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  font-size: 15px;
}

.meta-icon {
  color: #1e5a6b;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

/* Form Section Styles */

.volunteer-form-section {
  background: white;
  padding: 50px 0;
  width: 100%;
  padding-top: 0;
}

.wpo-contact-form-area {
  max-width: 100%;
  margin: 0 auto;
  background: white;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* margin-bottom: 20px; */
}

.form-row.single-column {
  grid-template-columns: 1fr;
}

.form-row.three-columns {
  grid-template-columns: repeat(3, 1fr);
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.fullwidth {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.form-control {
  padding: 12px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: inherit;
  color: #333;
}

.form-control:focus {
  outline: none;
  border-color: #1e5a6b;
  box-shadow: 0 0 0 3px rgba(30, 90, 107, 0.1);
}

.form-control::placeholder {
  color: #999;
}

textarea.form-control {
  resize: vertical;
  min-height: 80px;
}

select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0;
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #1e5a6b;
}

.checkbox-group label {
  font-size: 14px;
  color: #555;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  padding-left: 25px !important;
}

.checkbox-group input[type="checkbox"] + label:before {
  margin-top: 2px;
  background: var(--s-secondary);
  border-color: var(--s-secondary);
}

.submit-area {
  margin-top: 30px;
  text-align: center;
}

.theme-btn {
  background: #1e5a6b;
  color: white;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(30, 90, 107, 0.3);
}

.theme-btn:hover {
  background: #164550;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 90, 107, 0.4);
}

.theme-btn:active {
  transform: translateY(0);
}

.theme-btn:disabled {
  background: #999;
  cursor: not-allowed;
  transform: none;
}

.error-handling-messages {
  margin-top: 20px;
}

.volunteer-form-section .theme-btn::after {
  /* display: none; */
  border-radius: 8px;
}

#form-message {
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#form-message i {
  font-size: 18px;
}

@media (max-width: 768px) {
  .volunteer-detail-section {
    padding: 30px 0;
  }

  .back-link {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .detail-title {
    font-size: 28px;
  }

  .detail-description {
    font-size: 16px;
  }

  .detail-meta {
    gap: 20px;
  }

  .meta-item {
    font-size: 14px;
  }

  .wpo-contact-form-area {
    padding: 25px 20px;
  }

  .form-row,
  .form-row.three-columns {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .nh-title {
    font-size: 28px;
  }

  .submit-area {
    text-align: center;
  }

  .theme-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .detail-title {
    font-size: 24px;
  }

  .detail-description {
    font-size: 15px;
  }

  .detail-tags {
    gap: 8px;
  }

  .tag {
    padding: 6px 12px;
    font-size: 13px;
  }

  .detail-meta {
    flex-direction: column;
    gap: 15px;
  }

  .wpo-contact-form-area {
    padding: 20px 15px;
  }

  .nh-title {
    font-size: 24px;
  }

  .form-control {
    padding: 10px 14px;
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .detail-title {
    font-size: 32px;
  }

  .form-row.three-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .detail-title {
    font-size: 40px;
  }

  .detail-description {
    font-size: 18px;
  }
}

/* Blogs */

.blogs {
  padding: 50px 0;
}

.blogs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.bl-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.bl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.bl-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

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

.bl-content {
  padding: 20px;
}

.bl-meta {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.bl-meta strong {
  color: #000;
}

.bl-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.4;
  min-height: 46px;
}

.bl-description {
  font-size: 0.938rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  height: 76px;
  overflow: hidden;
}

.bl-btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: var(--s-secondary);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background-color 0.2s;
}

.bl-btn:hover {
  background-color: #094952;
  color: #fff;
}

@media (max-width: 768px) {
  .blogs {
    padding: 50px 0;
  }

  .blogs-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bl-image {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .bl-btn {
    width: 100%;
    text-align: center;
  }
}

/* Blog Detail Styles */

.blog-detail {
  padding: 60px 0;
}

.bd-featured-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 30px;
}

.bd-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bd-meta {
  font-size: 0.813rem;
  color: #666;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  font-weight: 500;
}

.bd-meta strong {
  color: #000;
}

.bd-title {
  font-size: 25px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
  line-height: 1.3;
}

.bd-content {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 40px;
}

.bd-content p {
  margin-bottom: 15px;
}

.bd-content p:last-child {
  margin: 0;
}

.bd-content h3 {
  font-size: 20px;
  font-weight: 600;
  /* color: #111; */
  color: var(--s-main);
  margin-top: 30px;
  margin-bottom: 15px;
}

.bd-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.bd-content li {
  margin-bottom: 10px;
}

.bd-content blockquote {
  background: var(--s-main);
  /* border-left: 4px solid #0066cc; */
  padding: 20px;
  margin: 30px 0;
  font-style: normal;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.bd-content blockquote strong {
  font-size: 20px;
}

.bd-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 50px;
}

.bd-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: #f9fafb;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
  flex: 1;
}

.bd-nav-link:hover {
  background: #e5e7eb;
}

.bd-nav-link.prev {
  flex-direction: row;
}

.bd-nav-link.next {
  flex-direction: row-reverse;
  text-align: right;
}

.bd-nav-arrow {
  font-size: 1.5rem;
  color: #0066cc;
}

.bd-nav-text {
  flex: 1;
}

.bd-nav-label {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
}

.bd-nav-title {
  font-size: 0.938rem;
  color: #111;
  font-weight: 600;
}

.bd-comments {
  margin-top: 50px;
}

.bd-comments-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}

.bd-comment-form {
  background: #f9fafb;
  padding: 0px;
  border-radius: 12px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.938rem;
  font-family: inherit;
  transition: border-color 0.2s;
}

.form-control:focus {
  outline: none;
  border-color: #0066cc;
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.submit-btn {
  display: inline-block;
  padding: 12px 32px;
  background-color: #0066cc;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.938rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.submit-btn:hover {
  background-color: #0052a3;
}

.submit-btn:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

.form-message {
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  display: none;
}

.form-message.success {
  /* background: #d1fae5; */
  color: #065f46;
  /* border: 1px solid #10b981; */
}

.form-message.error {
  /* background: #fee2e2; */
  color: #991b1b;
  /* border: 1px solid #ef4444; */
}

@media (max-width: 768px) {
  .bd-title {
    font-size: 1.5rem;
  }

  .bd-content {
    font-size: 0.938rem;
  }

  .bd-navigation {
    flex-direction: column;
  }

  .bd-nav-link.next {
    flex-direction: row;
    text-align: left;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .bd-comment-form {
    padding: 30px 20px;
  }
}

@media (max-width: 640px) {
  .blog-detail {
    padding: 40px 0;
  }

  .bd-title {
    font-size: 1.25rem;
  }

  .bd-comments-title {
    font-size: 1.5rem;
  }
}

.blog-bg {
  display: none !important;
}

/* ===================================
   BLOG SWIPER SLIDER STYLES
   =================================== */

/* Section Spacing */

.blogs.oh.pt50.pb25 {
  padding: 50px 0;
  padding-bottom: 0px !important;
  overflow: hidden;
}

/* Blog Swiper Container */

.blog-swiper-container {
  position: relative;
  padding: 0px;
  width: 100%;
}

.blog-swiper {
  /* overflow: hidden; */
  /* padding-bottom: 50px;
    padding-top: 25px !important; */
  padding: 25px 50px 50px 50px;
}

/* Blog Item Link Wrapper */

.blog-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  cursor: pointer;
}

.blog-swiper {
  position: relative;
  overflow: hidden;
}

.blog-swiper::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: 0px;
  background: #fff;
  z-index: 3;
}

.blog-swiper::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  right: 0px;
  background: #fff;
  z-index: 3;
}

/* Blog Item Card */

.blog-item {
  background: #fff;
  border-radius: 12px;
  /* overflow: hidden; */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  /* min-height: 555px; */
  display: flex;
  flex-direction: column;
}

.blog-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Blog Image */

.blog-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
  /* transition: transform 0.4s ease; */
}

/* .blog-item:hover .blog-img img {
    transform: scale(1.1);
} */

/* Blog Text Content */

.blog-txt {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-txt .stx {
  display: inline-block;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--s-main);
  text-transform: uppercase;
  letter-spacing: 0.5px !important;
  margin-bottom: 12px !important;
}

.blog-txt .htx {
  font-size: 20px !important;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
}

.blog-txt .blog-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 76px;
  height: 76px !important;
  max-height: 76px;
}

.blog-txt .blog-meta {
  font-size: 13px;
  color: #999;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

/* Swiper Navigation Buttons */

.blog-swiper .swiper-button-next,
.blog-swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.blog-swiper .swiper-button-next:after,
.blog-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
  color: var(--s-main);
}

.blog-swiper .swiper-button-next:hover,
.blog-swiper .swiper-button-prev:hover {
  background: var(--s-main);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.blog-swiper .swiper-button-next:hover:after,
.blog-swiper .swiper-button-prev:hover:after {
  color: #fff;
}

.blog-swiper .swiper-button-prev {
  left: 0;
}

.blog-swiper .swiper-button-next {
  right: 0;
}

/* Swiper Pagination Dots */

.blog-swiper .swiper-pagination {
  bottom: 10px !important;
}

.blog-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ddd;
  opacity: 1;
  transition: all 0.3s ease;
}

.blog-swiper .swiper-pagination-bullet-active {
  background: var(--s-main);
  width: 30px;
  border-radius: 5px;
}

/* ===================================
   RESPONSIVE STYLES
   =================================== */

/* Tablet (991px and below) */

@media (max-width: 991px) {
  .blog-swiper-container {
    padding: 0 40px;
  }
}

/* Mobile (767px and below) */

@media (max-width: 767px) {
  .blogs.oh.pt50.pb25 {
    padding: 30px 0 20px;
  }

  .blog-swiper-container {
    padding: 0 35px;
  }

  .blog-swiper .swiper-button-next,
  .blog-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: 97% !important;
  }

  .blog-swiper .swiper-button-next {
    right: 2px !important;
  }

  .blog-swiper .swiper-button-prev {
    left: 2px !important;
  }

  .blog-swiper .swiper-button-next:after,
  .blog-swiper .swiper-button-prev:after {
    font-size: 14px;
  }

  .blog-img {
    height: 200px;
  }

  .blog-txt {
    padding: 20px;
  }

  .blog-txt .htx {
    font-size: 18px;
  }

  .blog-txt .blog-desc {
    font-size: 13px;
  }

  .blog-swiper::after,
  .blog-swiper::before {
    width: 0px !important;
  }

  .blog-swiper {
    padding: 25px 5px 50px 5px !important;
  }

  .blogs .blog-swiper .swiper-pagination {
    left: 0% !important;
    transform: unset !important;
    width: 100% !important;
    bottom: 15px !important;
  }
}

/* Small Mobile (575px and below) */

@media (max-width: 575px) {
  .blog-swiper-container {
    padding: 0 30px;
  }
}

.wpo-site-footer .link-widget ul li:before {
  display: none !important;
}

.wpo-site-footer .link-widget ul li {
  padding: 8px 0px !important;
}

/* Main navigation styling */

.nav.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav.navbar-nav > li {
  position: relative;
}

.nav.navbar-nav .dsx {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: all 0.3s ease;
}

/* Dropdown parent item */

.menu-item-has-children {
  position: relative;
}

/* Add dropdown arrow indicator */

.menu-item-has-children > .dsx::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* Rotate arrow on hover */

.menu-item-has-children:hover > .dsx::after {
  transform: rotate(180deg);
}

/* Submenu styling */

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  border-radius: 4px;
}

/* Show submenu on hover */

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu items */

.sub-menu li {
  padding: 0;
}

.sub-menu .dsx {
  padding: 10px 20px;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    padding-left 0.2s ease;
}

.sub-menu .dsx:hover {
  background: #f5f5f5;
  padding-left: 25px;
}

/* Responsive - Mobile */

@media (max-width: 991px) {
  .nav.navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu-item-has-children:hover .sub-menu,
  .menu-item-has-children.active .sub-menu {
    max-height: 300px;
  }

  .menu-item-has-children > .dsx::after {
    float: right;
  }
}

.wpo-site-header #navbar > ul > li:hover > .sub-menu a.active {
  color: var(--s-main);
  font-weight: 700;
}

.SAHAJ-journey-timeline li .title,
.SAHAJ-journey-timeline li .descr {
  background: #fff !important;
}

.SAHAJ-journey-timeline li:first-child {
  margin-top: 50px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 0px !important;
  }
}

/* Finalize Fonts & Size */

.fc-txt .stx {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  margin: 0px !important;
  padding: 0px !important;
  /* text-transform: capitalize !important; */
  /* font-family: "Roboto", sans-serif !important; */
}

.fc-txt .htx {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  margin: 0px !important;
  padding: 0px !important;
  /* text-transform: capitalize !important; */
  margin-bottom: 15px !important;
  /* font-family: "Poppins", sans-serif !important; */
}

.fc-txt .dsx {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: normal !important;
  margin: 0px !important;
  padding: 0px !important;
  /* text-transform: capitalize !important; */
  /* font-family: "Roboto", sans-serif !important; */
}

.fc-txt .dsx:not(:last-child) {
  margin-bottom: 15px !important;
}

.fc-txt a.stx {
  padding: 15px 25px !important;
}

.fc-txt .m-auto {
  margin: 0 auto !important;
}

.fc-txt .mb0 {
  margin-bottom: 0px !important;
}

.fc-txt .mb5 {
  margin-bottom: 5px !important;
}

.fc-txt .mb10 {
  margin-bottom: 10px !important;
}

.fc-txt .mb15 {
  margin-bottom: 15px !important;
}

.fc-txt .mb20 {
  margin-bottom: 20px !important;
}

.fc-txt .mb25 {
  margin-bottom: 25px !important;
}

.fc-txt .mb30 {
  margin-bottom: 30px !important;
}

.fc-txt .mb35 {
  margin-bottom: 35px !important;
}

.fc-txt .mb40 {
  margin-bottom: 40px !important;
}

.fc-txt .mb45 {
  margin-bottom: 45px !important;
}

.fc-txt .mb50 {
  margin-bottom: 50px !important;
}

.fc-txt .fs1 {
  font-size: 1px !important;
}

.fc-txt .fs2 {
  font-size: 2px !important;
}

.fc-txt .fs3 {
  font-size: 3px !important;
}

.fc-txt .fs4 {
  font-size: 4px !important;
}

.fc-txt .fs5 {
  font-size: 5px !important;
}

.fc-txt .fs6 {
  font-size: 6px !important;
}

.fc-txt .fs7 {
  font-size: 7px !important;
}

.fc-txt .fs8 {
  font-size: 8px !important;
}

.fc-txt .fs9 {
  font-size: 9px !important;
}

.fc-txt .fs10 {
  font-size: 10px !important;
}

.fc-txt .fs11 {
  font-size: 11px !important;
}

.fc-txt .fs12 {
  font-size: 12px !important;
}

.fc-txt .fs13 {
  font-size: 13px !important;
}

.fc-txt .fs14 {
  font-size: 14px !important;
}

.fc-txt .fs15 {
  font-size: 15px !important;
}

.fc-txt .fs16 {
  font-size: 16px !important;
}

.fc-txt .fs17 {
  font-size: 17px !important;
}

.fc-txt .fs18 {
  font-size: 18px !important;
}

.fc-txt .fs19 {
  font-size: 19px !important;
}

.fc-txt .fs20 {
  font-size: 20px !important;
}

.fc-txt .fs25 {
  font-size: 25px !important;
}

.fc-txt .fs30 {
  font-size: 30px !important;
}

.fc-txt .fs35 {
  font-size: 35px !important;
}

.fc-txt .fs40 {
  font-size: 40px !important;
}

.fc-txt .fs45 {
  font-size: 45px !important;
}

.fc-txt .fs50 {
  font-size: 50px !important;
}

/* V2 */

.fc-txt-v2 .stx,
.fc-txt-v2 .htx {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  margin: 0px !important;
  padding: 0px !important;
  /* text-transform: capitalize !important; */
  margin-bottom: 5px !important;
}

/* V3 */

.fc-txt-v3 .stx {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  /* text-transform: capitalize !important; */
  /* font-family: "Roboto", sans-serif !important; */
}

.fc-txt-v3 .htx {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  /* text-transform: capitalize !important; */
  /* font-family: "Poppins", sans-serif !important; */
}

.fc-txt-v3 .dsx,
.fc-txt-v3 .dsx p,
.fc-txt-v3 .dsx a {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: normal !important;
  /* font-family: "Roboto", sans-serif !important; */
}

.fc-txt-v3 .descr p:last-child {
  margin-bottom: 0px !important;
}

/* V4 */

.fc-txt-v4 .stx {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  /* text-transform: capitalize !important; */
  /* font-family: "Roboto", sans-serif !important; */
  margin-bottom: 5px !important;
}

.fc-txt-v4 .htx {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  /* text-transform: capitalize !important; */
  /* font-family: "Poppins", sans-serif !important; */
}

.fc-txt-v4 .dsx,
.fc-txt-v4 .dsx p,
.tree li a {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: normal !important;
  /* font-family: "Roboto", sans-serif !important; */
}

.fc-txt-v4 p:last-child {
  margin-bottom: 0px !important;
}

/* Extra */

.contact .fc-txt .dsx:not(:last-child) {
  margin-bottom: 35px !important;
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-size: 50px;
  margin-bottom: 5px;
  /* font-family: "Poppins", sans-serif !important; */
}

@media (max-width: 992px) {
  /* 50px */
  .fc-txt .htx,
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 25px !important;
  }

  /* 25px */
  .fc-txt-v2 .stx,
  .fc-txt-v2 .htx,
  .fc-txt-v3 .htx {
    font-size: 25px !important;
  }

  /* 20px */
  .fc-txt-v4 .htx {
    font-size: 20px !important;
  }

  /* 18px */
  .fc-txt .stx,
  .fc-txt-v3 .stx,
  .fc-txt-v4 .stx {
    font-size: 18px !important;
  }

  /* 16px */
  .fc-txt .dsx,
  .fc-txt-v3 .dsx,
  .fc-txt-v3 .dsx p,
  .fc-txt-v3 .dsx a,
  .fc-txt-v4 .dsx,
  .fc-txt-v4 .dsx p,
  .tree li a {
    font-size: 16px !important;
  }
}

.wpo-site-footer .link-widget ul li a:hover {
  color: var(--s-secondary);
}

.back-to-top:hover {
  background-color: var(--s-secondary) !important;
}

/* Pages Breadcrumb BG */

.wpo-page-title.page-header.legeal-documents-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.wpo-page-title.page-header.resources-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.wpo-page-title.page-header.who-we-are-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.wpo-page-title.page-header.what-we-do-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.wpo-page-title.page-header.gallery-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.wpo-page-title.page-header.contact-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.wpo-page-title.page-header.donate-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.wpo-page-title.page-header.volunteer-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.wpo-page-title.page-header.blog-bg {
  background: url(../img/breadcumb/legal-documents-bg.png) no-repeat center
    top/cover;
}

.blog-txt .stx {
  font-size: 16px !important;
}

/* ------------------------------------
   GLOBAL FONT GROUPING
------------------------------------ */

/* Roboto Family (Default Text, Subtitles, Description) */

.fc-txt .stx,
.fc-txt-v3 .stx,
.fc-txt-v4 .stx,
.fc-txt .dsx,
.fc-txt-v3 .dsx,
.fc-txt-v3 .dsx p,
.fc-txt-v3 .dsx a,
.fc-txt-v4 .dsx,
.fc-txt-v4 .dsx p,
.tree li a {
  /* font-family: "Roboto", sans-serif !important; */
  /* font-family: "Hind Madurai", sans-serif !important; */
  font-family: "Mako", sans-serif !important;
}

/* Poppins Family (Headings) */

.fc-txt .htx,
.fc-txt-v3 .htx,
.fc-txt-v4 .htx,
.wpo-page-title .wpo-breadcumb-wrap h2 {
  /* font-family: "Poppins", sans-serif !important; */
  /* font-family: "Work Sans", sans-serif !important; */
  font-family: "Chivo", sans-serif !important;
  /* font-family: "Josefin Sans", sans-serif !important; */
  /* font-family: "Heebo", sans-serif !important; */
  /* font-family: "Pragati Narrow", sans-serif !important; */
  /* font-family: "Share", sans-serif !important; */
  /* font-family: "Raleway", sans-serif !important; */
}

/* h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
div {
    text-transform: lowercase !important;
}

h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter,
p::first-letter,
span::first-letter,
strong::first-letter,
div::first-letter {
    text-transform: uppercase !important;
} */

.fc-txt .stx,
.fc-txt .htx,
.fc-txt .dsx {
  text-transform: initial !important;
}

.fc-txt .stx::first-letter,
.fc-txt .htx::first-letter,
.fc-txt .dsx::first-letter {
  text-transform: uppercase !important;
}

/* sentence case */
.navbar-nav .dsx {
  text-transform: initial !important;
}

.navbar-nav .dsx::first-letter {
  text-transform: uppercase !important;
}

.fc-txt .htx,
.SAHAJ-footer a,
.SAHAJ-header a,
.navbar-nav .dsx,
.wpo-page-title h2,
.wpo-page-title .wpo-breadcumb-wrap ol li a {
  text-transform: initial !important;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
  width: 100%;
  margin: 50px 0px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}

.bd-featured-image {
  height: auto;
}

.blog-txt {
  min-height: 266px;
}

@media only screen and (max-width: 767px) {
  .partnership-popup .fc-txt-v3 .htx {
    font-size: 18px !important;
  }

  .partnership-popup .fc-txt-v4 .htx {
    font-size: 16px !important;
  }

  .partnership-popup .fc-txt-v4 .dsx {
    font-size: 14px !important;
  }

  .partner-detail-card {
    padding: 15px !important;
    text-align: left !important;
  }

  .partner-detail-header {
    align-items: center !important;
  }
}

.abt .service-item .fc-txt ul {
  padding-left: 20px !important;
}
.SAHAJ-journey-timeline .descr p {
  text-align: justify !important;
}
.pd-head-banner {
  display: none !important;
}

.vab-btn {
  border-radius: 30px !important;
  text-transform: initial !important;
  font-weight: 400 !important;
}

.pfi img {
  height: 450px !important;
}
.bfi img {
  aspect-ratio: 16/9 !important;
}
