/*--------Index Css------*/
 .support-area {
         display: flex;
         align-items: center;
         gap: 15px;
         background: #fff;
         border-radius: 12px;
         padding: 20px;
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
         transition: all 0.3s ease;
         opacity: 0;
         transform: translateY(30px);
         animation: fadeInUp 1s ease forwards;
      }

      /* Hover Effect */
      .support-area:hover {
         transform: translateY(-5px) scale(1.02);
         box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      }

      .support-icon img {
         width: 60px;
         height: 60px;
         animation: pulse 2s infinite;
      }

      .support-content h4 {
         font-size: 16px;
         margin: 0;
         color: #555;
      }

      .support-content h3 a {
         font-size: 20px;
         font-weight: bold;
         color: #007bff;
         text-decoration: none;
         transition: color 0.3s;
      }

      .support-content h3 a:hover {
         color: #0056b3;
      }

      /* Animations */
      @keyframes pulse {
         0% {
            transform: scale(1);
         }

         50% {
            transform: scale(1.1);
         }

         100% {
            transform: scale(1);
         }
      }

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

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

      /* Mobile */
      @media (max-width: 600px) {
         .support-area {
            flex-direction: column;
            text-align: center;
            padding: 15px;
         }

         .support-icon img {
            margin-bottom: 10px;
         }
      }

      /* Fancy Slider Custom Styles */
      #fancySlider {
         position: relative;
      }

      #fancySlider .carousel-item img {
         object-fit: cover;
         height: 100vh;
         filter: brightness(70%);
         transition: transform 8s ease-in-out;
      }



      #fancySlider .carousel-item.active img {
         transform: scale(1.05);
         /* slow zoom-in effect */
      }

      .slider-overlay {
         position: absolute;
         inset: 0;
         background: rgba(0, 0, 0, 0.4);
      }

      .carousel-caption {
         text-align: center;
         color: #fff;
         max-width: 700px;
         margin: 0 auto;
      }

      .carousel-caption h1 {
         font-size: 2.4rem;
         font-weight: 700;
         text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
         color: #fff;
      }

      .carousel-caption p {
         font-size: 1.2rem;
         margin-top: 1rem;
      }
      /* Responsive */
      @media (max-width: 768px) {
         .carousel-caption h1 {
            font-size: 2rem;
         }

         .carousel-caption p {
            font-size: 1rem;
         }
      }
      .number_
      {
        color: #12446d!important;
      }
/*-------End Css--------*/
.inner-baner-container {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-baner-container::after {
  content: "";
  position: absolute;
  inset: 0;
  /*         background: rgba(0, 0, 0, 0.45);*/
}

.inner-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.inner-banner-content .inner-title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

/* -------------------------
  
      /* -------------------------
   Responsive
-------------------------- */
@media (max-width: 991px) {
  .package-inner h2 {
    font-size: 24px;
  }

  .inner-banner-content .inner-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .inner-banner-content .inner-title {
    font-size: 26px;
  }

  .package-inner img {
    margin-bottom: 20px;
  }

  .activity-item {
    padding: 20px 15px;
  }
}

/* Animation for fade-in and slide-up on scroll */
.animated-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}

.animated-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* General Card Styles */
.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

/* Section Headings */
.card h2,
.card h3 {
  color: #12446d;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

/* Specific heading margin adjustment for ul heading */
.card ul + h3 {
  margin-bottom: 25px;
}

/* List Styles */
.card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
}

.card ul li {
  padding: 10px 0;
  margin-left: 30px;
}

/* Paragraphs */
.card p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Animated Card */
.animated-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}

.animated-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Highlighted subheading inside paragraph */
.card h3.inline {
  display: inline-block;
  margin: 10px 0 0 0;
}

/* Responsive */
@media (max-width: 768px) {
  .services-title {
    font-size: 1.7rem;
  }
  .service-card {
    padding: 20px;
  }
  .service-card h4 {
    font-size: 1.1rem;
  }
}
.retreat-card ul {
  list-style: none;
  padding-left: 0;
}

.retreat-card ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.retreat-card h3 {
  background: #f8f9fb;
  font-weight: 700;
  border-radius: 6px;
}

.retreat-card strong {
  color: #12446d;
}

@media (max-width: 768px) {
  .retreat-card h3 {
    font-size: 1.2rem;
  }
  .retreat-card ul li {
    font-size: 15px;
  }
  .callback-counter-wrap .counter-no {
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
  }
  .callback-counter-wrap .counter-text {
    color: #ffffff;
    display: block;
    font-size: 10px;
}
}
