.eca_banner_section {
  background-color: #0b3a8d; /* ECA Blue background */
  color: #fff;
   padding: 80px 0;
    margin-top: 62px;
}

.eca_content_box h1.font_48 {
 font-size: 72px;
 font-weight: 600 !important;
 font-style: normal;
  line-height: 1.25;
  letter-spacing: -1.44px;
  text-align: left;
  color: #fff;

}
.font_40{
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -1.44px;
  color: #0d0d0d;
}
.eca_content_box .font_16 {
font-size: 1rem;
color: #fff !important;
}

.text_location {
  font-weight: 600;
  color: #fff;
}

.eca_images_box .eca_image_wrapper img {
  width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}
nav#tabMenu {
    
    background-color: #efefef;
    padding: 8px 0;
}
@media (max-width: 767px) {
  .eca_images_box {
    justify-content: center;
  }
  .eca_images_box .eca_image_wrapper img {
    width: 150px;
  }
  .eca_content_box {
    text-align: center;
  }
}
#tabs .nav-tabs .nav-link {    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    min-height: inherit;
    text-align: center;
    color: #87909a;
    border-radius: 0;
    padding: 6px 10px !important;
    border: none;    
    flex: 0 1 auto;
    min-width: 135px;
}
.nav.nav-tabs, .select-dropdown option {
    border: none;
}
.eca_partner_section {
  background-color: #fff;
}

.eca_partner_box {
  border-radius: 5px;
  border: solid 2px #6488ff !important;
  border-radius: 5px !important;
}

.eca_partner_box:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}
#tabs .nav-tabs .nav-link{
font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.font_48 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.44px;
  font-weight: 500;
}
span.ztextred{
    font-weight: bold;
    font-size: 16px;
}
.font_16 {
  font-size: 16px;
  line-height: 1.6;
  color: #808080 !important;
}

.eca_partner_logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .font_48 {
    font-size: 32px;
  }
  .eca_partner_box {
    padding: 1.5rem;
  }
  .eca_partner_logo img {
    max-width: 100px;
  }
}
.partnership_card,.indu_ptnr_mtter{
  border-radius: 5px;
  border: solid 2px #6488ff;
  background-color: #fff;
}
.font_24{
  font-size: 24px;
  font-weight: 500;  
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0d0d0d;
}
.partnership_card ul{
line-height: 1.7;
}
.icon_box i {
    background-color: #0a2472;
    color: #fff;
    font-size: 24px;
    padding: 12px;
    border-radius: 10px;
}

.youth_empowerment_section {
  background-color: #fff;
}

.text_primary {
  color: #223cb7;
}

 .zcard-sm.card{
    border-radius: 5px;
    border: solid 1px #8f5fff !important;
    background-color: #fff !important;
    padding: 16px;
    max-height: 470px;
    margin-bottom: 24px;
    cursor: pointer;
}



.career_impact_section {
  background-color: #fff;
}

.career_image_grid {
  position: relative;
}

.career_text_card {
  position: absolute;
  bottom:-5%;
  left: 75%;
  transform: translateX(-50%);
  max-width: 350px;
}

.career_stat_number {
  font-size: 2rem;
  color: #0d0d0d;
  border-right: 1px solid #dcdcdc;
  display: inline-block;
  letter-spacing: -0.72px;
  padding-right: 15px;
}

.career_stats_row .col-md-3:last-child .career_stat_number,
.career_stats_row .col-md-2:last-child .career_stat_number {
  border-right: none;
}

@media (max-width: 768px) {
  .career_text_card {
    position: static;
    transform: none;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
    box-shadow: none !important;
  }

  .career_stat_number {
    border: none;
    padding-right: 0;
  }
}

.contact_card {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.icon_circle {
  width: 56px;
  height: 56px;
  border: 1.8px solid #4b56e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b56e8;
  font-size: 1.4rem;
}

.map_container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 16px;
}
#careerForm label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    color: #0d0d0d !important;
}
.csr_btn {
    background-color: #0d3b8c;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.csr_btn:hover{
background-color: #0d3b8c;
color: #fff;
}
#careerForm .form-control:focus, #careerForm .form-select:focus, #careerForm .form-control:hover, #careerForm .form-select:hover {
    border-color: #ddd !important;
    box-shadow: none !important;
    outline: none !important;
}
#careerForm .form-control, #careerForm .form-select {
    border-radius: 8px;
    height: 48px;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    font-size: 14px;
}

.card-body .zcard-text{
    font-size: 12px;
}
.card-body .zcrdtxt.zcard-para-sm {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    min-height: 82px !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px !important;
    padding-bottom: 8px;
    color: #0d0d0d;
    font-weight: 500;
}
.btn.btn-enroll-benifit,.btn.btn-enroll-benifit:hover{
    padding: 16px 22px !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: #1e3a8a !important;
    color: #fff;
    min-width: 107px;
    min-height: 35px;
    font-size: 16px !important;    
}

.mission_card {
      background-color: #f8f8f8;
      border-radius: 15px;
      padding: 40px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 380px;
    }

    .mission_title {
      font-weight: 600;
      font-size: 2.25rem;
      color: #0d0d0d;
      margin-bottom: 20px;
    }

    .mission_text {
      color: #808080;
      font-size: 1.1rem;
    }

    .core_values_title {
      font-weight: 700;
      font-size: 2.2rem;
      margin-bottom: 15px;
      color: #000;
    }   

    .core_value_card {
      border: 1px solid #6488ff;
      border-radius: 10px;
      padding: 40px 25px;
      transition: all 0.3s ease;
      background-color: #fff;
      height: 100%;
      text-align: center;
    }

    .core_value_card:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
      transform: translateY(-5px);
    }

    .core_value_icon {
      font-size: 48px;
      color: #00c4b3;
      margin-bottom: 25px;
    }

    .core_value_title {
      font-size: 20px;
        font-weight: 600;        
        line-height: 1.55;
        letter-spacing: 0.3px;
        text-align: center;
        color: #1e3a8a;
        margin: 16px 0;
    }


    .team_section {
  padding: 70px 0;
  background-color: #fff;
}

.team_title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #111827;
}

.team_card {
  background: #ffffff;
  border: 1px solid #6488ff;
  border-radius: 10px;
  /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05); */
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  text-align: justify;
}

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

.team_img {
  max-width: 388px;
  max-height: auto;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.team_name {
  font-size: 1.05rem;
  font-weight: 600;
  color:#0d0d0d;
  margin-bottom: 2px;
}

.team_role {
  font-size: 0.95rem;
  color: #808080;
  font-weight: 600;
  margin-bottom: 10px;
}

.team_desc {
  font-size: 0.9rem;
  color: #808080;
  line-height: 1.5;
}

.team_card_wrapper {
  position: relative;
}

.linkedin_icon {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #1e3a8a;
  text-decoration: none;
  font-size: 1.2rem;
}

.linkedin_icon:hover {
  color: #0d3b8c;
}

.our_journey_section {
  background-color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  position: relative;
  
}
.journey_timeline {
  background: url('../images/eca/ttml.webp') center top no-repeat;
  background-size: contain;
  padding: 30px 0;
}
.our_journey_title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d0d0d;
}

.our_journey_subtitle {
  color:#808080;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.journey_item {
    position: relative;
    padding-top: 30px;
    min-height: 134px;
    max-width: 195px;
    text-align: left;
    margin: 0 auto;
}



.journey_item h6 {
  font-weight: 600;
  color: #000;
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.journey_item p {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
@media(max-width:1392px){
    .journey_timeline{
        background: none;
    }
    .journey_col{
        margin-bottom: 0px !important;
    }
    .journey_timeline .row{
        margin-bottom: 24px !important;
        }
    .journey_item {
        position: relative;
        padding-top: 30px;
        min-height: 170px;
        max-width: 250px;
        text-align: left;
        margin: 0 auto;
        background: #f9f9f9;
        padding: 30px;
    }
}
@media (max-width: 992px) {
  .journey_item::before {
    top: -5px;
  }
}

@media (max-width: 767.98px) {
  .team_card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
.font_40{
  font-size: 24px;
}
  .team_img {
    margin-bottom: 10px;
  }

  .linkedin_icon {
    top: 10px;
    right: 10px;
    
  }
  .eca_content_box h1.font_48{
    font-size: 24px;
    text-align: center;
    
  }
  .font_48 {
    font-size: 24px;
    }
    .font_24{
        font-size: 18px;
    }
    .icon_box i{
        padding: 4px;
        border-radius: 4px;
    }
    .career_stat_number{
        font-size: 1.25rem;
    }
    .eca_home .nav-tabs .nav-link,.eca_home#tabs .nav-tabs .nav-link{
        font-size: 14px !important;
        padding: 6px 0px!important;
        min-width: auto !important;
    }
    .mission_card{
        min-height: 100px;
        padding: 16px;
        margin: 12px 0px;
    }
    .journey_timeline{
      background: none;
      padding: 0 0;
    }
    .journey_item{
      max-width: 100%;
      min-height: 60px;
      background: #f1f0f0;
      padding: 15px;
    }
    .team_section{
      padding: 24px 0;
    }
   
}



@media (max-width: 576px) {
  .journey_item {
    padding-top: 20px;
  }
}


.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;
}

/* testimonial for learners */

.slider_test .slick-slide {
    height: auto;
    min-height: 1px;
    margin: 10px;
    border-radius: 8px;
    padding: 10px;
    
}
.slider_test .slick-slide img {
    width: 100%;
    margin: 0 auto;
}


.csr_banner {
  background: url('../images/eca/eca_start_cta_bg.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: #fff;
  color: #0d3b8c;
  padding: 12px 28px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s ease;
  text-decoration: none;
  min-width: 232px;
}

.btn_primary_custom:hover {
  background-color: #002bb5;
  color: #fff;
}
.test_card_content {
    min-height: 410px;
}
@media(max-width:768px){
   .partner_slider .slick-prev{
      left: 65%;
    }
    .csr_heading{
      font-size: 1.25rem;
    }
    @media (max-width: 768px) {
   .tab-menu .nav-tabs {
       overflow-x: auto;
       flex-wrap: nowrap !important;
       white-space: nowrap;
       padding-left: 48px;
       padding-bottom: 10px;
   }

   .tab-menu .nav-item {
       display: inline-block;
       white-space: nowrap;
   }
}
} 