/* Hero Section */
.hero_section {
  background: url("../mobile_first/site/images/home/banner/new_mome_hero.webp") center center / cover no-repeat;
  min-height: 553px;  position: relative;  color: #fff;  overflow: hidden;  margin-top: 62px;
}
.hero_content {  position: relative;  z-index: 2;}

.hero_title {font-family: 'Plus Jakarta Sans', sans-serif;font-size: 72px;font-weight: 600;line-height: 1.25;letter-spacing: -1.44px;
  
  color: #fff;
}
.hero_subtitle { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem;}

.hero_button { font-family: 'Plus Jakarta Sans', sans-serif;  }

.hero_buttons .btn { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 500;  border: none;}

.text-primary{color: var(--eb-primary-color);}

.text-primary.hero_button{color: #ffffff !important;background: transparent;}

.btn-primary{background-color: var(--eb-primary-color) !important;font-size: 18px;line-height: 1.56; }

.btn-outline-light{ font-size: 18px; line-height: 1.56;background-color: #fff;color: #374151 !important;}

.about-section {padding: 80px 0; background-color: #fff;}

.about-title { font-size: 48px; font-weight: 500; color: #0d0d0d;}

.about-text { color: #808080; line-height: 1.8; font-size: 1rem;}

.btn-know-more {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 8px;
padding: 10px 22px;
font-weight: 500;
color: #000;
display: inline-flex;
align-items: center;
gap: 8px;
transition: all 0.3s ease;
}
    .btn-know-more:hover {
      background-color: #0d3b8c;
      color: #fff;
      border-color: #0d3b8c;
    }
    @media (max-width: 992px) {
      .about-section {
        padding: 60px 20px;
      }
      .about-title {
        font-size: 2rem;
        text-align: center;
      }
      .about-text {
        text-align: center;
      }
      .btn-know-more {
        display: block;
        margin: 20px auto 0;
      }
    }
    /* Section styling */
    .progress-section {
      background: url('../mobile_first/site/images/home/p_m_bg.webp') center center/cover no-repeat;
      padding: 100px 0;
      color: #0d0d0d;
      position: relative;
    }    

    .section-title {
      font-size: 48px;
      font-weight: 500;
      color: #0d0d0d;
      /* border: 1px solid #b3b3b3; */
      display: inline-block;
      padding: 8px 20px;
    }

    .section-text {
      color:#808080;
      line-height: 1.7;
      font-size: 1rem;
      margin-top: 10px;
    }

    /* Stats box styling */
    .progress-section .stats-box {
      background-color: #efefef;
      border-radius: 12px;
      padding: 30px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 50px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    }

    .progress-section.stats-item {
      text-align: center;
      flex: 1;
    }

    .progress-section .stats-item:not(:last-child) {
      border-right: 1px solid #1e3a8a;
    }
    .progress-section .stats-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        flex: 1;
    }
    .progress-section .stats-item h3 {
      font-size: 48px;
      font-weight: 500;
      margin-bottom: 8px;
      color: #0d0d0d;
    }

    .progress-section .stats-item p {
      margin: 0;
      font-size: 1rem;
      color:#808080;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .section-title {
        font-size: 2rem;
      }
      .progress-section .stats-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
      }
      .progress-section .stats-item {
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
      }
      .progress-section .stats-item:last-child {
        border-bottom: none;
      }
    }


.impact-section {
  background-color: #fff;
}
.heading_sec{
 font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  color: #0d0d0d;
}
.map-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.stats-box {border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);}

.stats-box h3 {
  font-size:27px;
  color: #0d0d0d;
}
.font_14{
font-size: 14px;
color: #808080;
line-height: 1.5;
letter-spacing: normal;
}
.font_16{
font-size: 16px;
color: #808080;
line-height: 1.5;
letter-spacing: normal;
}
.stats-box p {
    font-size: 14px;
    line-height: 1.4;
    min-height: 58px;
    padding: 12px;
    margin-top: 14px;
}

.stats-box .col-6 {
  padding: 1.2rem 0;
}

@media (max-width: 992px) {
  .stats-box {
    margin-top: 20px;
    box-shadow: none !important;
  }
}

@media (max-width: 575px) {
  .stats-box h3 {
    font-size: 1.4rem;
  }
  .stats-box p {
    font-size: 0.8rem;
  }
  
}

.programs_section {
  background-color: #fff;
}

.programs_title {
  font-weight: 500;
  font-size: 2.25rem;
  color:#0d0d0d;
}

.programs_subtitle {
  color: #808080;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}

.program_card {
  border-radius: 10px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
  border: solid 2px #cbe3fc;
  background-color: #fff;
  transition: all 0.3s ease;
}

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

.program_img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.program_name {
  font-weight: 500;
  color:#0d0d0d;
}

.program_desc {
  color: #808080;
  font-size: 0.95rem;
  line-height: 1.6;
  min-height: 48px;
}

.btn_primary_custom {
  background-color: #1e3a8a;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 500;
}

.btn_primary_custom:hover {
  background-color: #1e3a8a;
  color: #fff;
}

.partner_section {
  background-color: #fff;
}


.partner_title {
    font-size: 3rem;
    font-weight: 500;  
    line-height: 1.25;
    letter-spacing: -0.96px;
    text-align: left;
    color: #0d0d0d;
}


.partner_subtitle {
  font-size: 1.2rem;
  color: #808080;
}

.journey_section {
  background: #fff;
  position: relative;
  color: #0d0d0d;
  background: url('../mobile_first/site/images/home/time_line.webp') no-repeat;
  background-position:bottom;
  background-size: contain;
  width: 100%;
}

.journey_subtitle { font-size: 16px;
  font-weight: bold; 
  line-height: 1.55;
  letter-spacing: 0.24px; 
  color: #1e3a8a;
 }
.journey_title { font-weight:500; line-height:1.2; font-size:3rem; }
.journey_text { line-height: 1.55;letter-spacing: 0.27px;font-size: 18px; color: #808080; }

.journey_stat_box {
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #d9d9d9;
    background-color: #fff;
    /* box-shadow:0 5px 15px rgba(0,0,0,0.05); */
}
.journey_stat_value { font-weight:500;font-size: 3rem; }
.journey_stat_label { color:#808080; font-size: 16px; }

.timeline_wrapper { padding-left:30px; }
.timeline_line { width:3px; background:#0d3b8c; left:8px; }
.timeline_dot { width:14px; height:14px; background:#0d3b8c; border-radius:50%; position:absolute; left:-29px; top:6px; }
.timeline_year {   
    font-size: 20px;
    font-weight: bold;    
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #124074;
    background-color: #d9d9d9;
    width: 75%;
    padding: 4px 12px;
} 
.timeline_heading { font-weight: bold; color: #124074;font-size: 16px; margin-top: 15px;}
.timeline_desc { color: #808080;font-size: 16px; }
.timeline_logo { max-height:28px; margin-top:6px; }

/* Scroll animation */
.hidden_item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease-in-out;
}
.show_item {
  opacity: 1;
  transform: translateY(0);
}

.why_choose_edubridge {
  background-color: #fff;
}

.why_title {
  font-size: 3rem;
  font-weight: 500;
  color: #0d0d0d;
}

.why_subtitle {
  color: #808080;
  font-size: 18px;
}

.why_card {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  height: 100%;
  /* box-shadow: 0 0 0 1px #e0e0e0; */
}

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

.why_card.active {
  border: 1px solid #0056ff;
  background-color: #fff;
}

.why_icon i {
  background-color: #0a2472;
  color: #fff;
  font-size: 24px;
  padding: 12px;
  border-radius: 10px;
}

.why_heading {
  font-size: 1.15rem;
  font-weight: 500;
  color:#0d0d0d;
  margin-bottom: 10px;
}

.why_text {
  color: #6c757d;
  font-size: 0.95rem;
}

.csr_banner {
  background: url('../mobile_first/site/images/home/banner/home_btm_bnr.webp') center center / cover no-repeat;
  min-height: 486px;
  position: relative;
}



.csr_action_btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.csr_action_btn:hover {
  background-color: #fff;
  color: #000;
}

.csr_heading {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

.csr_line {
  width: 80%;
  border: 0;
  border-top: 2px solid #d6d6d6;
}

.csr_text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.btn_primary_custom {
  background-color: #1e3a8a;
  color: #fff;
  padding: 12px 28px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s ease;
  text-decoration: none;
  min-width: 150px;
}

.btn_primary_custom:hover {
  background-color: #002bb5;
  color: #fff;
}

@media(max-width:768px){
  .hero_section{
   min-height: 280px;
  }
  .hero_title{
    font-size: 24px;
  }
  .hero_buttons .btn{
    padding: 8px 22px !important;
  }
    .progress-section .stats-item {
        border-right: none !important;
        border-bottom: 1px solid #ccc !important;
        padding: 15px 15px;
        min-width: 318px;        
    }
    .heading_sec,.partner_title,.journey_title{
      font-size: 24px;
      margin-bottom: 24px;
      text-align: center;
    }
    .partner_subtitle,.journey_text{
      text-align: center;
    }
    .row.journey_section_row{
      margin: 0px;
    }
    .progress-section .stats-item h3,.journey_stat_value,.why_title,.csr_heading{
      font-size: 24px;
    }
    .progress-section,.partner_section.py-5{
      padding-top: 32px !important;
    }
    .rpt_72{
      padding-top: 32px;
    }
    .about-text {
        text-align: justify;
    }
    .partner_logo.google{
      width: 90%;
    }
    .btn-primary{
      font-size: 14px;
    }
    .timeline_year{
        width: 100%;
      }
}