/* .gsi_row.gsi_about_slogan_row {
    margin-bottom: 32px;
}

.gsi_row.gsi_about_slogan_row:last-child {
    margin-bottom: 0px;
    margin-top: 32px;
} */

.gsi_row.gsi_about_slogan_row .et_pb_text.gsi_slogan_headings h2{
    color: var(--deep-navy);
    font-size: 40px;
    font-weight: 600;
    line-height:  130%;
}

/* .gsi_row.gsi_about_what_we_do_row {
    margin-bottom: 80px!important;
    
} */

.gsi_row.gsi_what_we_do_blurb_row {
    display: flex;
}

.gsi_row.gsi_what_we_do_blurb_row .et_pb_column {
    width: 100%!important;
}

.gsi_row.gsi_about_slogan_row .et_pb_text.gsi_slogan_text p{
    line-height: 26px!important;
}

.gsi_row.gsi_what_we_do_blurb_row {
    margin-bottom: 24px!important;
}
.gsi_row.gsi_what_we_do_blurb_row:last-child {
    margin-bottom: 0px!important;
}

.gsi_about_what_we_do_blurb .et_pb_blurb_container .et_pb_module_header{
    margin-bottom: 24px;
    font-weight: 500;
}

.gsi_about_what_we_do_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 24px;
}

.gsi_what_we_do_blurb_row .gsi_what_we_do_blurb_col {
    margin-right: 24px!important;
}

.gsi_about_what_we_do_blurb .et_pb_blurb_container .et_pb_blurb_description p {
    font-weight: 400;
    line-height: 26px;
}

/* slider */

.gsi_about_our_journey_sec {
    overflow: hidden;
}

.our_jouney_mobile {
    display: none;
}

.our-journey-slider {
    overflow: hidden;
    height: 650px;
    position: relative;
}

.our-journey-slider  .inner-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 195px;
}



.our-journey-slider  .year {
    color: #5C6E70;
    font-family: var(--heading-font);
    font-size: 80px;
    font-weight: 600;
    line-height: 125%;
}

.our-journey-slider h3 {
    color: var(--white);
    font-size: 56px;
    font-weight: 600;
    line-height:  128.571%;
}

.our-journey-slider p {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%; 
}

.our-journey-slider .swiper-wrapper {
    display: flex;
    flex-direction: column; /* Ensures slides stack vertically */
  }
  
 .our-journey-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .our_jouney_desktop .inner-content .inner-right {
    display: flex;
    align-items: center;
  }

  /* The vertical line */
  .gsi_about_our_journey_sec .timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
  }
  
  /* The dots */
  .gsi_about_our_journey_sec .timeline-dot {
    transform: translateX(-0%);
    /* width: 14px;
    height: 14px; */
    text-align: center;
    cursor: pointer;
    margin-bottom: 24px;
  }

  .long-bar:after {
    content: url('/wp-content/uploads/sites/3/2025/03/time-line-bar.svg');
  }
  
  .time-bullet {
    border-radius: 50%;
    background-color: #5C6E70;
    width: 20px;
    height: 20px;
    margin-top: 24px;
    position: relative;
    left: 0px;
  }


  /* Active state */
  .gsi_about_our_journey_sec .timeline-dot.active .time-bullet {
    background: #7CD060;
  }

  .gsi_about_our_journey_sec .timeline {
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* height: 14px; */
    text-align: center;
    position: absolute;
  }

  .gsi_about_our_journey_sec .timeline {
    overflow-y: auto;
    max-height: 100%;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.gsi_about_our_journey_sec .timeline::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}

.gsi_what_we_do_blurb_row .et_pb_column {
    display: flex;
}

@media (max-width: 980px) {

    .gsi_about_slogan_row .gsi_about_slogan_col {
        margin-bottom: 24px!important;
    }

    .our_jouney_desktop {
        display: none;
    }

    .our_jouney_mobile {
        display: block;
    }

    .our_jouney_mobile .our-journey-mobile-slider .swiper-slide{
        padding: 0 5%;
    }

    .our_jouney_mobile  .year {
        font-family: var(--heading-font);
        color: #5C6E70;
        font-size: 48px;
        line-height: 129%;
    }
    
    .our_jouney_mobile h3 {
        color: var(--white);
        font-size: 32px;
        font-weight: 600;
        line-height:  131.25%;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    
    .our_jouney_mobile p {
        color: var(--white);
        font-size: 16px;
        font-weight: 500;
        line-height: 180%; 
    }

    .our_jouney_mobile .swiper-button-next:after {
        content: url('/wp-content/uploads/sites/3/2025/03/slider-right-small.svg');
        top: -7px;
        right: -2px;
        position: relative;
    }
    
    .our_jouney_mobile .swiper-button-prev:after {
        content: url('/wp-content/uploads/sites/3/2025/03/slider-left-small.svg');
        top: -7px;
        left: 0px;
        position: relative;
        
    }
    
    .our_jouney_mobile .swiper-button-next,
    .our_jouney_mobile .swiper-button-prev {
        background-color: var(--mint);
        border-radius: 8px;
        z-index: 100;
        top: calc(103% + 48px);
        width: 40px;
        height: 40px;
        z-index: 1000;
    }

    .our_jouney_mobile .swiper-button-prev {
        left: 5%;
    }

    .our_jouney_mobile .swiper-button-next {
        left: calc(5% + 48px);
    }

    .our_jouney_mobile .swiper-button-next.swiper-button-disabled, .our_jouney_mobile .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }
    
    .gsi_about_what_we_do_row .gsi_about_what_we_do_col {
        margin-bottom: 24px!important;
    }

    .gsi_what_we_do_blurb_row {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    .gsi_what_we_do_blurb_row .et_pb_column {
        margin-bottom: 0!important;
    }

    .gsi_about_what_we_do_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 12px;
    }

}

@media (max-width: 767px) {
    .gsi_row.gsi_what_we_do_blurb_row {
        flex-direction: column;
    }

    .gsi_what_we_do_blurb_row .gsi_what_we_do_blurb_col {
        margin-bottom: 24px!important;
    }
}