body {
  /* font-family: "Inter", sans-serif;
  font-size: 16px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

p,
span {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* /////////////////////////////////////////Hero Banner Start//////////////////////////////////// */
.page-wrapper {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

.tp-hero-area,
.swiper,
.swiper-wrapper,
.swiper-slide {
  height: 90vh;
  width: 100%;
  position: relative;
}

.tp-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: scale(1);
  transition: transform 8s ease;
}

.swiper-slide-active .tp-hero-bg {
  transform: scale(1.1);
  /* Zoom-in */
}

.hero-container {
  position: relative;
  z-index: 2;
  padding: 60px 30px;
  max-width: 1200px;
  margin-left: 5rem;
  margin-top: 5rem;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}

.tp-hero-content-wrapper {
  max-width: 750px;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.1s;
}

.swiper-slide-active .tp-hero-content-wrapper {
  opacity: 1;
  transform: translateX(0);
}

.tp-hero-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

.tp-hero-title span {
  font-style: italic;
  color: #ff6700;
}

.tp-hero-content-wrapper p {
  font-size: 15px;
  margin-bottom: 40px;
  color: #fbfdfb;
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.3s;
}

.swiper-slide-active .tp-hero-content-wrapper p {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .tp-hero-title {
    font-size: 40px;
  }

  .tp-hero-content-wrapper p {
    font-size: 20px;
  }

  .hero-container {
    margin-left: 2rem;
    margin-top: 2rem;
    padding: 40px 10px;
  }
}

@media (max-width: 768px) {
  .tp-hero-area,
  .swiper,
  .swiper-wrapper,
  .swiper-slide {
    height: 60vh;
    min-height: 350px;
  }

  .tp-hero-title {
    font-size: 28px;
  }

  .tp-hero-content-wrapper {
    max-width: 90vw;
    padding: 0 10px;
  }

  .tp-hero-content-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .hero-container {
    margin-left: 0;
    margin-top: 1rem;
    padding: 20px 5px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .tp-hero-area,
  .swiper,
  .swiper-wrapper,
  .swiper-slide {
    height: 40vh;
    min-height: 200px;
  }

  .tp-hero-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tp-hero-content-wrapper p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .hero-container {
    padding: 10px 2px;
  }
}

/* Ensure background image always covers and is centered */
.tp-hero-bg {
  background-size: cover !important;
  background-position: center center !important;
}

/* /////////////////////////////////////////Hero Banner End//////////////////////////////////// */

/* /////////////////////////////////////////Swiper Projects Slider Start//////////////////////////////////// */
.slider-img {
  max-height: 150px;
  /* Increased image height */
  object-fit: contain;
}

/* /////////////////////////////////////Swiper Projects Slider End//////////////////////////////////// */

/* //////////////////////TRANSFORMING LIVES Start////////////////////////////////// */
.counter {
  font-variant-numeric: tabular-nums;
}

/* //////////////////////TRANSFORMING LIVES End////////////////////////////////// */

/* //////////////////////////////////News Section Start///////////////////////////////// */
.news-container {
  max-width: 1420px;
}

/* //////////////////////////////////News Section End///////////////////////////////// */

.achievements-container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 2rem;
  /* border: 2px solid red; For debugging, remove in production */
}

.parallax-section {
  min-height: 50vh;
}

.achievement-card {
  border: 1px solid orange;
  border-radius: 10px;
}

.board-member-container {
  max-height: 95vh;
  height: auto;
}

.board-member-Swiper {
  min-height: 200px;
  height: 45vh;
  max-height: 500px;
}

@media (max-width: 640px) {
  .board-member-Swiper {
    min-height: 120px;
    height: 30vh;
    max-height: 220px;
  }
}

.board-member-Swiper .swiper-pagination-bullet {
  background-color: #ff7e26 !important;
  /* Tailwind orange-500 */
  opacity: 1;
}

.board-member-Swiper .swiper-pagination-bullet-active {
  background-color: #ff580f !important;
  /* Tailwind orange-600 */
}

.swiper-projects {
  height: 65vh;
}

@media (max-width: 768px) {
  .swiper-projects {
    height: 40vh;
  }
}

@media (max-width: 480px) {
  .swiper-projects {
    height: 40vh;
  }
}

/* Responsive adjustments for hero/banner */

.swiper-projects .swiper-pagination-bullet {
  background-color: #ff7e26 !important;
  /* Tailwind orange-500 */
  opacity: 1;
}

.swiper-projects .swiper-pagination-bullet-active {
  background-color: #ff580f !important;
  /* Tailwind orange-600 */
}

.award-container {
  height: 80vh;
}
.award-card-slider {
  height: 70vh;
}
.award-card-details {
  height: 75vh;
}

.swiper-awards .swiper-pagination-bullet {
  background-color: #ff7e26 !important;
  /* Tailwind orange-500 */
  opacity: 1;
}

.swiper-awards .swiper-pagination-bullet-active {
  background-color: #ff580f !important;
  /* Tailwind orange-600 */
}
