/* HERO SECTION */
.company_hero_section {
    background: url('../images/our_company/b2b/b2b_ourcompany_hbg.webp') center/cover no-repeat;
    padding: 150px 0 120px;
    color: #fff;
    margin-top: 62px;
}
.font_48 {
    line-height: 1.25;
    letter-spacing: -1.44px;
}
.company_title {
    font-size: 72px;
    font-weight: 600;
     line-height: 1.25;
    letter-spacing: -1.44px;
}

.company_subtitle {
    font-size: 20px;
    margin-top: 24px;
}
.nav.company_tab_list .nav-link:hover, .nav.company_tab_list .nav-link.active{
color:#fff !important;
}
/* TAB MENU */
.company_tab_menu {
    background: #0b3d91;
    padding: 10px 0;
    position: sticky;
    top: 60px;
    z-index: 50;
}

/* Tab list scrollable on mobile */
.company_tab_list {
    display: flex;
    gap: 25px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
    justify-content: center;
}

/* Hide scrollbar on mobile */
.company_tab_list::-webkit-scrollbar {
    display: none;
}

.company_tab_list .nav-link {
    color: #dbe3f2;
    font-size: 16px;
    padding: 8px 4px;
    border-bottom: 2px solid transparent;
}

.company_tab_list .nav-link.active,
.company_tab_list .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

/* SECTION SPACING */
/* .company_section {
    padding: 100px 0;
} */

.company_story_text .font_16{
text-align: justify;
}
.company_info_label{
    font-size: 20px;
    color: #0d0d0d;
}
.company_info_row {
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.company_info_label {
    font-size: 24px;
    font-weight: 500;
    color: #0d0d0d;
    margin-bottom: 10px;
}

.company_info_text {
    font-size: 16px;
    color: #808080;
    line-height: 1.7;
}

.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:#0d0d0d;
    font-size: 0.95rem;
    margin-bottom: 5px;
}
.journey_item p {
    color: #808080;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}
.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;
    }

/* Slick arrows hidden since we use custom buttons */
.leadership_slider .slick-arrow { display: none !important; }

/* Custom arrows */
button.arrow_prev.custom_arrow.slick-arrow.slick-disabled {
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px #d6d6d6;
    background-color: #fff;
}
button.arrow_next.custom_arrow.slick-arrow {
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: #f59e0b;
    border: solid 1px #d6d6d6;
}
.bi.bi-chevron-right{
color: #fff;
}
.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;
    margin: 10px;
}
.linkedin_icon {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #1e3a8a;
    text-decoration: none;
    font-size: 1.2rem;
}
.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;
}
section#our_investors{
    background-color: #f5f5f5;
}
.investor_name {
    font-size: 48px;
    font-weight: 500;
    color: #0d0d0d;
}

.investor_link {
    color: #1e3a8a;
    text-decoration: none;
}

.investor_link:hover {
    text-decoration: underline;
}

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

.investor_logo {
    max-width: 190px;
}

.investor_divider {
        width: 1280px;
        height: 2px;
        margin: 46px 0 24px;
        background-color: #cecece;
}
.img_crd{
    border-radius: 5px;
    border: solid 1px #6488ff;
    background-color: #fff;
    text-align: center;
    padding: 24px;
    max-height: 440px;
}
.crd_text{
    min-height: 150px;
}
.btn.view_more,.btn.view_more:hover {
    width: 170px;
    height: 60px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 22px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: #1e3a8a;
    color: #fff;
    margin: 0 auto;
}
.recognitions_and_awards .img_crd{
    border-radius: 5px;
    border: solid 1px #6488ff;
    background-color: #fff;
    text-align: center;
    padding: 24px;
    max-height: 404px;
}

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

.partners_title {
    font-size: 32px;
    font-weight: 700;
}

.partners_tabs .nav-link {
    font-size: 28px;
    font-weight: normal; 
    line-height: 1.6;
    letter-spacing: -0.56px; 
    color: #808080;
    border: none;
    background: none;
    padding: 10px 20px;
}
ul#partnersTab {
    border: 0;
}
.partners_tabs .nav-link.active {
    color: #1a73e8;
}

.partner_card {
    /* border: 1px solid #e2e2e2;
    border-radius: 14px;
    padding: 25px 15px;
    background: #fff; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* height: 120px;
    margin: 10px;*/
    margin-bottom: 24px;
} 

.partner_card {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-width: 273px;
    min-height: 200px;
    padding: 10px;
    max-height: 200px;
}

.slick-prev, .slick-next {
    background-color: #fff !important;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.slick-next {
    background-color: #ffa600 !important;
}

/* remove default text arrows */
.slick-prev:before, .slick-next:before {
    display: none;
}
@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:768px){
    .company_tab_list{
        justify-content: start;
    }
    .company_title,.font_48,.investor_name{
        font-size: 24px;
    }
    .company_subtitle{
        font-size: 16px;
    }
    .company_section .font_16{
        text-align: justify;
    }
    .team_card{
        flex-direction: column;
    }
    .company_hero_section{
        padding: 32px 0px;
    }
    .company_tab_menu{
        top: 62px;
    }
    .investor_divider{
        width: 100%;
    }
    .journey_timeline{
        background: none;
    }
    .journey_item {
        position: relative;
        padding: 24px;
        min-height: 62px;
        max-width: 100%;
        text-align: left;
        margin: 0 auto;
        background-color: #ccc;
    }
    .partners_tabs .nav-link {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: -0.56px;
        color: #808080;
        border: none;
        background: none;
        padding: 10px 1px;
        margin: 8px;
    }
}
