/* carousel first style start  */
    .carousel-item {
      height: 100vh;
      min-height: 300px;
    }
    .slider-first {
      height: 100%;
      width: 100%;
    }
    .carousel-caption {
      bottom: 200px;
      /* top: auto; */
      transform: translateY(-50%);
    }

    .carousel-caption h5 {
      font-size: 3.5rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      /* margin-top: 55px; */
    }

    .carousel-caption p {
      font-size: 1.125rem;
      width: 60%;
      margin: auto;
      line-height: 1.9;
      /* color: #fff; */
    }

    .carousel-caption a {
      text-transform: uppercase;
      text-decoration: none;
      background: darkorange;
      padding: 10px 20px;
      display: inline-block;
      color: #000;
      margin-top: 15px;
    }

    /* counting style start */
    .counter-row {
      /* background: #34495e; */
      background: #F9FAFB;
    }

    .count-box {
      text-align: center;
      padding: 20px;
      background: linear-gradient(145deg, #f2f0f0, #eeecec);
      border-radius: 12px;
      /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(255, 255, 255, 0.7); */
      color: #fff;
      transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
    }

    .count-box i {
      font-size: 3rem;
      color: #2B407F;
      margin-bottom: 10px;
    }

    .count-box h2 {
      font-size: 1.8rem;
      margin: 0;
      font-weight: bold;
      color: #2c3e50;
    }

    .count-box p {
      font-size: 1.1rem;
      margin-top: 5px;
      color: #7f8c8d;
    }

    /* counting style end */

    /* about section style */
    .aboutUs-row {
      /* background: #2ecc71; */
      background: #E9EEF8;
    }

    .heading {
      font-size: 2.8rem;
      text-align: start;
      font-weight: bold;
      color: #333;
    }

    .heading::after {
      content: '';
      display: block;
      width: 200px;
      height: 5px;
      background-color: #2B3F86;
      border-radius: 10px;
      /* margin: 0px auto; */
    }

    .aboutUS-content p {
      color: #555;
      font-size: 1rem;
      margin-top: 15px;
    }

    .button-section a {
      background-color: #2B3F86;
      color: #fff;
      border: 1px solid #2B3F86;
      border-radius: 0;
      padding: 10px 35px;
      text-decoration: none;
      letter-spacing: 1px;
      font-size: 1.375rem;
      text-transform: uppercase;
    }

    .button-section a:hover {
      background-color: #fff;
      color: #2B3F86;
    }

    .social-icons a {
      text-decoration: none;
      font-size: 1.75rem;
      padding: 0px 7px;
      color: #222;
    }

    .social-icons i {
      width: 40px;
      height: 40px;
      background-color: #fff;
      border: 1px solid #222;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
    }

    .social-icons a:hover i {
      color: #2B3F86;
      border-color: #2B3F86;
    }

    .aboutUs-row img{
      width: 100%;
    }

    /* about section style end */

    /* mission card style start */
    .mission-row {
      /* background: #9b59b6; */
      background: #F4F7FC;
    }

    .heading-mission h1 {
      font-size: 2.3rem;
      font-weight: 700;
      color: #333;
      text-align: center;
      margin-bottom: 0.5rem;
    }

    .mission-title::after {
      content: '';
      display: block;
      width: 200px;
      height: 5px;
      background-color: #2B3F86;
      border-radius: 10px;
      margin: 0 auto;
    }

    .heading-mission p {
      font-size: 1rem;
      text-align: center;
      color: #555;
    }

    /* Mission Card Styling */
    .mission-card {
      background: white;
      padding: 1rem;
      border-radius: 12px;
      text-align: start;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s, box-shadow 0.3s;
      border-top: 4px solid #cdcdcd;
    }

    .mission-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .mission-icon {
      font-size: 4rem;
      color: #2B3F86;
      display: flex;
      justify-content:center;
      align-items: center;
      margin-bottom: 1rem;
    }

    .mission-card h5 {
      font-size: 1.5rem;
      font-weight: 600;
      text-align: center;
      margin-top: 1rem;
    }

    .mission-card p {
      font-size: 1rem;
      color: #555;
      text-align: justify;
    }

    /* news event style start */
    .event-row {
      background: #E8F5FE;
    }

    .events-heading h1 {
      font-size: 2.3rem;
      font-weight: bold;
    }

    .events-title::after {
      content: '';
      display: block;
      width: 200px;
      height: 5px;
      background-color: #2B3F86;
      border-radius: 10px;
      margin-right: auto;
    }

    .events-heading p {
      font-size: 1rem;
      opacity: 0.9;
    }

    /* News Cards */
    .news-card {
      background: white;
      padding: 0.8rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }

    .news-card:hover {
      transform: translateY(-5px);
    }

    .news-card img {
      border-radius: 8px;
      width: 100%;
    }

    .news-card-title {
      font-size: 1.5rem;
      font-weight: 600;
    }

    .news-card-text {
      font-size: 1rem;
      color: #555;
    }

    .event-card {
      background: white;
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .event-btn {
      background: #2B3F86 !important;
      color: white !important;
      padding: 0.5rem 1rem;
      border-radius: 2px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
    }

    .event-btn:hover {
      background: #6977ab !important;
      color: white !important;
    }

    .event-date {
      color: #2B3F86;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      width: fit-content;
    }
    .event-card .event-title{
      font-size: 1.5rem;
    }
    .event-card .event-content{
      font-size: 1rem;
    }

    /* testimonial style start */
    .testimonial-row {
      background: #FAFCFF;
    }

    .heading-testimonial .testimonial-title {
      font-size: 2.3rem;
      font-weight: 700;
      color: #333;
      text-align: center;
    }

    .testimonial-title::after {
      content: '';
      display: block;
      width: 200px;
      height: 5px;
      background-color: #2B3F86;
      border-radius: 10px;
      margin: 0 auto;
    }

    .owl-carousel .owl-card {
      background: #fff;
      /* border-radius: 15px; */
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }

    .owl-carousel .owl-card:hover {
      transform: translateY(-8px);
    }

    .owl-card img {
      width: 100%;
      height: 200px;
      /* object-fit: cover;  */
    }

    .owl-card .card-body {
      padding: 20px;
      text-align: center;
    }

    .owl-card .card-title {
      font-size: 1.25rem;
      font-weight: bold;
      color: #333;
    }
    .owl-card .rating {
      color: #f7b30c;
      display: none;
    }
    .owl-card .card-text {
      font-size: 1rem;
      color: #777;
      margin: 8px 0 15px;
    }

    /* Carousel Navigation Buttons */
.owl-nav {
  position: absolute;
  top: 50%; 
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-nav button {
  background-color: #2B3F86 !important;
  color: white !important;
  border: none;
  padding: 12px 16px !important;
  border-radius: 50% !important;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  pointer-events: all;
}

.owl-nav button:hover {
  background-color: #0056b3 !important;
  transform: scale(1.1);
}

.owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  /* background-color: red; */
  left: -5px;
 top: 50%;
 bottom: 50%;
}

.owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  /* background-color: red; */
  top: 50%;
  bottom: 50%;
  right: -5px; 
}
    
    /* testimonial style end */
    
    
    
    
    /* our partner style start */
    .partners-row{
      background: #FAFCFF;
    }
    .partners-section{
      background: #fff;
      padding: 30px 0;
      width: 100%;
      margin: 0;
    }
    
    .partners-box {
    /* padding: 60px 10px; */
    text-align: center;
    background: #fff;
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07); */
    width: 100%;
    border-radius: 0;
    margin: 0;
    }
    
    .partners-section h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 50px;
    padding: 10px 0;
    letter-spacing: 1px;
    color: #222;
    position: relative;
    display: inline-block;
    }
    .partners-section h2::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80%;              /* underline width */
      height: 5px;               /* underline thickness */
      background-color: #2B3F86; /* Bootstrap primary blue */
      border-radius: 3px;
      margin: 0  auto;
    }
    
    .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    }
    
    .slide-track {
    display: flex;
    align-items: center;
    gap: 40px;
    transform: translateX(0);
    will-change: transform;
    }
    
    .partner-card {
    flex: 0 0 calc(25% - 30px); /* 4 logos visible */
    text-align: center;
    transition: transform 0.3s ease;
    }
    
    .partner-card:hover {
    transform: translateY(-8px);
    }
    
    .partner-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .partner-card:hover .partner-logo {
    transform: scale(1.1);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    }
    
    .partner-logo img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    }
    
    .partner-title p {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.5px;
    }
    
    /* Mobile responsive */
    @media (max-width: 992px) {
    .partner-card {
      flex: 0 0 calc(33.33% - 20px); /* 3 visible */
    }
    }
    
    @media (max-width: 768px) {
    .partner-card {
      flex: 0 0 calc(50% - 20px); /* 2 visible */
    }
    .partner-logo {
      width: 90px;
      height: 90px;
    }
    .partner-logo img {
      width: 60%;
      height: 60%;
    }
    }
    
    @media (max-width: 480px) {
    .partner-card {
      flex: 0 0 100%; /* 1 visible */
    }
    }
    /* our partner style end */
    
    
    
    
    
    
    
    
    
    
    
    /* contact link style start */
    .contact-links {
      position: fixed;
      width: auto;
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
      display: flex;
      padding: 0px;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .contact-links a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      color: #ffffff;
      text-decoration: none;
      border-radius: 50%;
      font-size: 1.5rem;
    }

    .contact-links .call-link {
      background-color: #2B3F86;
    }

    .contact-links .whatsapp-link {
      background-color: #25D366;
    }
    /* contact link style end */
    /* top button style */
    .top-btn {
      position: fixed;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      font-size: 1.5rem;
      bottom: 20px;
      right: 20px;
      border: none;
      display: none;
      z-index: 1000;
    }
    .top-btn{
      background-color: #2B3F86 !important;
      color: #fff !important;
    }
    /* top button end */

    @media only screen and (max-width: 1400px) {
      .carousel-caption {
        bottom: 20%;
      }

      .carousel-caption h5 {
        font-size: 3rem;
        text-wrap: nowrap;
        display: flex;
        justify-content: center;
      }

      .carousel-caption p {
        font-size: 1.125rem;
        width: 70%;
        margin: auto;
        line-height: 1.9;
        /* color: #fff; */
      }

      .carousel-caption a {
        padding: 5px 10px;
        font-size: 1rem;
      }
    }

    @media only screen and (max-width: 1200px) {
      .carousel-caption {
        bottom: 20%;
      }

      .carousel-caption h5 {
        font-size: 3.125rem;
        text-wrap: nowrap;
        display: flex;
        justify-content: center;
      }

      .carousel-caption p {
        font-size: 1.125rem;
        width: 70%;
        margin: auto;
        line-height: 1.9;
        /* color: #fff; */
      }

      .carousel-caption a {
        padding: 5px 10px;
        font-size: 1rem;
      }

      /* counting start */
      .count-box h2 {
        font-size: 1.3rem;
        margin: 0;
        padding: 0;
        font-weight: bold;
        color: #2c3e50;
      }

      .count-box p {
        font-size: 1.1rem;
        margin-top: 5px;
        color: #7f8c8d;
      }

    }

    @media only screen and (min-width: 993px) and (max-width: 1016px) {
      .navbar-nav a {
        font-size: 1.05rem;
      }
    }

    @media only screen and (max-width: 992px) {
      .navbar-custom .navbar .navbar-nav .nav-item {
        font-size: 1rem;
      }

      .carousel-caption {
        bottom: 20%;
      }

      .carousel-caption h5 {
        font-size: 2.5rem;
        display: flex;
        justify-content: center;
        text-wrap: nowrap;
      }

      .carousel-caption p {
        font-size: 1.125rem;
        width: 70%;
        margin: auto;
        line-height: 1.9;
        /* color: #fff; */
      }

      .carousel-caption a {
        padding: 5px 10px;
        font-size: 1rem;
      }
      
      /* event card  */
      .event-card .event-date{
        font-size: 1rem;
      }
      .event-card .event-title{
        font-size: 1rem;
      }
    }

    @media only screen and (max-width: 768px) {
      .navbar-nav {
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
      }
      
      .slider-first {
        height: 100%;
        width: 100%;
      }
      .carousel-caption {
        bottom: 40%;
      }

      .carousel-caption h5 {
        font-size: 2.125rem;
        text-wrap: nowrap;
        display: flex;
        justify-content: center;
      }

      .carousel-caption a {
        padding: 5px 10px;
        font-size: 0.937rem;
      }
    }
    

    @media only screen and (max-width: 576px) {
      .navbar-nav {
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
      }
      .carousel-item {
        height: 400px;
        min-height: 300px;
      }
      .slider-first {
        height: 100%;
        width: 100%;
      }
      .carousel-caption {
        bottom: 10%;
      }
      .carousel-caption h5 {
        font-size: 1.5rem;
        text-wrap: initial;
      }
      .carousel-caption a {
        padding: 5px 10px;
        font-size: 0.937rem;
      }
    }