.csr_banner_section {
    background-color: #1BA64C; /* green background */
    color: #fff;
    padding: 80px 0;
    margin-top: 62px;
  }

  .csr_banner_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .csr_banner_text {
    max-width: 710px;
  }

  .csr_banner_text h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 1.2;
  }

  .csr_banner_text p {
    font-size: 18px;
    margin: 20px 0 40px;
    color: #808080;
  }

.csr_banner_btn {
    background-color: #fff;
    color: #0d0d0d;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.csr_banner_btn:hover {
    background-color: #0d0d0d;
    color: #fff;
}

.csr_banner_btn i {
    margin-left: 8px;
    font-size: 18px;
}

.csr_banner_images {
    display: flex;
    gap: 25px;
}

.csr_banner_images img {
    width: 260px;
    height: 340px;
    object-fit: cover;
    border-radius: 16px;
}

.csr_hero_section {
  background-color: #efefef;
}
.font_48{
    font-size: 48px;
    color:#0d0d0d;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.96px;
}
.section_tagline {
  font-size: 14px;
  color: #808080;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.csr_title {
  font-size: 36px;
  font-weight: 500;
  color: #0d0d0d;  
  line-height: 1.22;
  letter-spacing: -0.72px;
  text-align: left;
}

.csr_text {
  font-size: 16px;
  line-height: 1.7;
  color: #808080;
  max-width: 90%;
}

.csr_image_wrapper img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* .font_48 {
  font-size: 48px;
  line-height: 1.2;
} */

.font_16 {
  font-size: 16px;
  line-height: 1.7;
}
.font_24{
font-size: 24px;
  line-height: 1.7;
  color: #0d0d0d;
}
.programs_section {
  background-color: #fff;
}

.program_card {
  background-color: #f9f9f9;
  border-radius: 16px;
  border: 1px solid #e3e3e3;
  transition: all 0.3s ease-in-out;
}

.program_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.program_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.csr_stats_section {
  background-color: #efefef;
}

.stats_box {
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
}

.stats_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.why_choose_edubridge {
  background-color: #fff;
}

.why_card {
  background-color:#f9f9fb;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.why_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.icon_box {
  width: 56px;
  height: 56px;
  background-color:#0d3b8c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 0 auto;
}
/* .font_48 {
  font-size: 48px;
  line-height: 1.2;
} */

.font_16 {
  font-size: 16px;
  line-height: 1.6;
  color: #808080;
}

.partners_say {
  background-color: #fff;
}

.partner_card {
  background-color: #f9f9fc;
  border-radius: 16px;
  margin: 0 10px;
}

.quote_icon {
  width: 48px;
  height: 48px;
  background-color: #0d47a1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_slider, .gallery-slider{
  margin-bottom: 90px;
}
.partner_slider .slick-prev, .gallery-slider .slick-prev,
.partner_slider .slick-next, .gallery-slider .slick-next{
  width: 54px;
  height: 54px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  position:absolute;  
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-prev:before, .slick-next:before{
  color: #f1f0f0;
  opacity: 1;
}
.partner_slider .slick-prev{
position:absolute;
  top: 120%;
  bottom:0;
  left:85%;
} 
.gallery-slider .slick-prev{
position:absolute;
  top: 120%;
  bottom:0;
  left:90%;
} 
.partner_slider .slick-next, .gallery-slider .slick-next{
  position:absolute;
  top: 120%;
  bottom: 0;
  right: 0;
}
.partner_slider .slick-next, .gallery-slider .slick-next{
  background: #ffb400;
  border: none;
}


/* Section Title */
    .gallery-section {
      padding: 40px 0;
      text-align: center;
      background-color: #efefef;
    }
    .gallery-section h2 {
      font-size: 48px;
      font-weight: 500;
      margin-bottom: 50px;
      color: #111;
    }

    /* Layout */
    .gallery-wrapper {
      display: flex;
      gap: 20px;
      align-items: stretch;
    }
    .gallery-large img {
      width: 100%;
      height: 100%;
      border-radius: 16px;
      object-fit: cover;
      transition: all 0.4s ease;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    }
    .gallery-small {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      flex: 1;
    }
    .gallery-small img {
      width: 100%;
      height: 200px;
      border-radius: 16px;
      object-fit: cover;
      transition: all 0.4s ease;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    }

    /* Hover Effects */
    .gallery-large img:hover,
    .gallery-small img:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }


    /* Responsive */
    @media (max-width: 992px) {
      .gallery-wrapper {
        flex-direction: column;
      }
      .gallery-small {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 576px) {
      .gallery-small {
        grid-template-columns: 1fr;
      }
      .gallery-small img {
        height: 180px;
      }
      .program_card{
        flex-direction: column-reverse;
      }
      .csr_banner_text h1,.gallery-section h2,.font_48{
        font-size: 24px;
      }
      .csr_title{
        font-size: 20px;
      }
      .partner_slider .slick-next, .gallery-slider .slick-next{
        top: 108%;
      }
      .gallery-slider .slick-prev,.partner_slider .slick-prev {         
          top: 108%;
          bottom: 0;
          left: 69%;
      }
      .csr_banner_section{
        padding: 32px 0px;
      }
      .csr_text{
        max-width: 100%;
      }
      .program_card div{
        width: 100%;
      }
      .csr_title {
        text-align: center;
        margin-bottom: 15px;
      }

    }

   .csr_section .csr_title {
      text-align: center;
      margin-bottom: 32px;
   }
    .csr_desc {
      text-align: center;
      margin-bottom: 50px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    .csr_form .form-control:focus,
    .csr_form .form-select:focus,
    .csr_form .form-control:hover,
    .csr_form .form-select:hover {
      border-color: #ddd !important;
      box-shadow: none !important;
      outline: none !important;
    }
    /* Form */
    .csr_form .form-control,
    .csr_form .form-select {
      border-radius: 8px;
      height: 48px;
      border: 1px solid #d6d6d6;
      box-shadow: none;
      font-size: 14px;
    }

    .csr_form .form-control:focus,
    .csr_form .form-select:focus {
      border-color: #1e3a8a;
      box-shadow: 0 0 0 0.1rem rgba(0, 86, 210, 0.25);
    }

    .csr_form label {
      font-weight: 500;
      margin-bottom: 5px;
      font-size: 16px;
      color: #0d0d0d;
    }

    .csr_btn {
      background-color:#1e3a8a;
      color: #fff;
      border: none;
      padding: 10px 22px;
      border-radius: 8px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .csr_btn:hover {
      background-color: #1e3a8a;
      color: #fff;
    }

    /* Right Side Image Section */
    .csr_image_box {
      background: url('images/swami_bg.jpg') no-repeat center center/cover;
      border-radius: 12px;     
      display: flex;
      align-items: center;
      justify-content: start;
      color: #fff;
      padding: 0px 40px;     
    }

    .csr_image_box p {
      font-size: 22px;
      font-weight: 600;
      max-width: 320px;
      margin: 0 auto;
      line-height: 1.5;
    }

    .csr_image_box span {
      display: block;
      margin-top: 10px;
      font-size: 16px;
      font-weight: 400;
    }
.readmore-btn {
    color: #1e3a8a;
    cursor: pointer;
    font-weight: 600;
}
    /* Responsive */
    @media (max-width: 992px) {
      .csr_image_box {
        margin-top: 40px;
      }
      .font_48 {
        font-size: 24px;
      }
    }

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