/* Global Reset */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul, ol{
    margin: 0px;
    padding: 0px;
}
li{
    list-style-type: none;
}
.elementor-control-nested_repeater .elementor-repeater-item-controls {
    padding-left: 20px; /* Indent the child controls */
    border-left: 2px solid #ddd; /* Add a visual border */
}
/* Layout Styling */
.mt_mainbox .addon-tab-nav, .remote-thumbnail-slider {
    display: flex;
    flex-wrap: wrap;
}
.remote-thumbnail-slider {
    gap: 5%;
    justify-content: space-between;
}
.remote-thumbnail-slider .addon-thumbnail-slider__wrapper {
    width: 34.415%;
}
.remote-thumbnail-slider .remote-thumbnail-slider__right {
    width: 60%;
}
/* Owl Carousel Styling */
.mt_mainbox .owl-dots span {
    display: block;
}
.mt_mainbox .ustk-slider-button {
    display: inline-block;
}
.tabber_slider_wr .addon-content-slider-wr {
    position: relative;
}
.multiple-slider.tabber_slider_wr .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}
.multiple-slider.tabber_slider_wr .owl-nav button.owl-prev {
    left: 0px;
}
.multiple-slider.tabber_slider_wr .owl-nav button.owl-next {
    right: 0px;
}
/* Animation */
@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.addon-animation-slide .owl-item.active {
    animation: zoomIn 0.5s ease-in-out;
    transform-origin: center;
}
.addon-animation-slide .owl-item img, 
.addon-animation-slide .slider__img-wrapper img, .banner-usm-slider .usm-primary-btn {
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.addon-animation-slide .slider__img-wrapper:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}
/* Thumbnail Slider */
.thumbnail_image-slider .remote-thumbnail-slider__image-item,
.remote-thumbnail-slider__image-item {
    position: relative;
}
.thumbnail_image-slider .thumbnail_image_content,
.remote-thumbnail-slider__image-item .slider-inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
}
/* Tabber Slider */
.tabber_slider_wr, 
.tabber_slider_wr .remote-thumbnail-slider__right {
    width: 100%;
}
.custom-tab-content_block {
    position: relative;
}
.tab_inner_content {
    position: absolute;
    max-width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.tabber_slider {
    justify-content: center;
}
/* Content Image Slider */
.content_image_slider_item .slider-background {
    position: absolute;
    left: 0;
    bottom: 0;
}
.content_image_slider_main {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.ustk-content-image-slider-wr {
    width: 69%;
}
.remote-content-image-slider-wr {
    width: 38%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.multiple-slider.content_image_slider_main span.slider-counter {
    position: absolute;
    left: 100px;
    width: 100%;
    top: -50px;
    z-index: 4;
}
/* Thumbnail Gallary */
.thumbnail-slider__gallary-item .slider__img-wrapper:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    left: 0;
    transition: 0.4s ease;
}
.thumbnail-slider__gallary-item .slider__img-wrapper {
    position: relative;
}
.thumbnail_gallary .owl-item.current .thumbnail-slider__gallary-item .slider__img-wrapper:before {
    opacity: 0;
    width: 0;
}
.remote-content-image-slider-wr .remoteImgSlide .owl-dots {
    text-align: right;
}
.thumbnail-slider.gallary-item .owl-carousel .owl-item img {
    overflow: hidden;
}
.multiple-slider .owl-nav button {
    position: relative;
    transition: 0.4s ease;
}
.multiple-slider .owl-nav button svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
.remote-thumbnail-slider__image-carousel {
    position: relative;
}
.slider-inner-content.thumbnail_image_content{
    position: absolute;
    bottom: 0px;
    width: 70%;
}
.ustk-content-image-slider-wr .owl-nav button,
.ustk-content-image-slider-wr .owl-nav,
.thumbnail_image_slider_Main .addon-content-slider-wr .owl-nav button {
    margin: 0 !important;
}
.ustk-content-image-slider-wr .owl-nav {
    position: absolute;
    right: -25px;
    top: 0;
    margin: 0;
}
.ustk-content-image-slider-wr .owl-nav button.owl-next {
    right: 0;
    top: 50px;
}

.ustk-content-image-slider-wr .owl-nav button.owl-prev {
    right: -50px;
}

/* Testimonial Grid */

.testimonial-rating {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 20px;
    font-family: Times;
    line-height: 1;
    margin: 15px 0;
}
/* .testimonial-rating {
    --rating: ;
    --gradient: ;
    --actualrating:;
} */

.testimonial-rating::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--actualrating) var(--percent), var(--gradient) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonial-info-box {
    display: flex;
    align-items: flex-start;
}
.testimonial-review-box .slider__img-wrapper img {
    height: 100%;
}
/* Testimonial Grid Style */
.team-profile-img figure img{
    height: 100%;
}
.team-profile-img figure,.testimonial-review-box .slider__img-wrapper,.custom-team-member-card figure {
    overflow: hidden;
}
.testimonial-grid-main .testimonial-review-carousel {
    display: grid;
}
/* team sldier */
.custom-tab-slider-section .tab-content-slider, .custom-tab-slider-section .team-profile-img {
    display: flex;
    align-items: center;
} 
.custom-tab-slider-section .tab-content-slider{
    flex-wrap: wrap;
}
.custom-tab-slider-section .team-profile-img {
    width: 100%;
}
.custom-tab-slider-section .custom-tab-nav-container {
    width: 33%;
}
.custom-tab-slider-section .custom-tab-content-container{
    width: 66%;
}
.custom-tab-slider-section .custom-tab-content {
    display: none;
}
.custom-tab-slider-section .showcontentbox {
    display: block !important;
}
.custom-tab-slider-section .custom-slide-item{
    text-align: center;
}
/* popup with slider */
.custom-team-member-card .profile-img-block {
    position: relative;
}
.custom-team-member-card .custom-profile-links{
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    opacity: 0;
    transition: 0.4s all ease;
    right: 30px;   
}
.custom-team-member-card,.custom-profile-title a,.custom-profile-links .custom-team-social-icons li a, .custom-team-modal-info-box .custom-team-social-icons li a{
    transition: 0.4s all ease;
}
.custom-team-member-card .profile-img-block:hover .custom-profile-links{
    transform: translateY(-50%);
    opacity: 2;
}
.custom-popup-main-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9999;
    overflow: auto;
}
.custom-popup-main-block .custom-popup-content-wrapper {
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 1.5rem;
    width: 100%;
}
.custom-popup-close-btn .custom-close-button {
    margin: 0px;
    cursor: pointer;
    transition: 0.4s all ease;
    }
.custom-popup-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom-img-block {
    width: 30%;
}
.custom-team-modal-info-box {
    width: 65%;
}
.custom-popup-close-btn {
    display: flex;
    justify-content: end;
    position: absolute;
    top: 30px;
    right: 30px;
}
.profile-img-block figure{
    position: relative;
}
.profile-img-block figure:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    /* background-color: #000; */
    opacity: 0;
    bottom: 0px;
    transition: 0.4s all ease;
}
.profile-img-block:hover figure:before{
    top: 0px;
}
.custom-profile-footer ul.custom-team-social-icons {
    display: flex;
}
.custom-profile-title a{
    cursor: pointer;
}
.custom-profile-links .custom-team-social-icons li a, .custom-team-modal-info-box .custom-team-social-icons li a,
.addon-content-slider-wr.verticle-gallary-image-wr .slide_control {
    position: relative;
    display: inline-block;
}
.custom-profile-links .custom-team-social-icons li a svg, .custom-profile-links .custom-team-social-icons li a i,
.custom-team-modal-info-box .custom-team-social-icons li a svg ,.custom-team-modal-info-box .custom-team-social-icons li a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    transition: all .3s;
}
.custom-profile-links .custom-team-social-icons li a:hover svg, .custom-profile-links .custom-team-social-icons li a:hover i,
.custom-team-modal-info-box .custom-team-social-icons li a:hover svg ,.custom-team-modal-info-box .custom-team-social-icons li a:hover i {
    top: 50%;
}
/* -------------thumbnail verticle slider css-------- */
.thumbnail-verticle-image-slider-wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thumbnail-verticle-image {
    width: 75%;
}
.verticle-gallary-image-wr  {
    width: 24%;
}
.thumbnail-verticle-gallary-image {
    height: 570px; 
    overflow-y: scroll; 
    overflow-x: hidden; 
    transition: height 0.3s ease; 
}
.thumbnail-gallary-item,.thumbnail-slider__gallary-item ,.team-tab-nav li {
        cursor: pointer;
}
.thumbnail-gallary-item img,.custom-verticle-thumbnail-slide img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.thumbnail-verticle-gallary-image .thumbnail-gallary-item{
    position: relative;
}
.thumbnail-verticle-gallary-image .thumbnail-gallary-item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.4s all ease;
}
.thumbnail-verticle-image-slider-wr  .slider-counter {
    display: none;
}
.verticle-gallary-image-wr,.custom-verticle-thumbnail-slide {
    position: relative;
}
.addon-content-slider-wr.verticle-gallary-image-wr .nav-icon-prev {
    top:-5%;
}
.addon-content-slider-wr.verticle-gallary-image-wr .nav-icon-next{
    bottom: -5%;
}
.addon-content-slider-wr.verticle-gallary-image-wr .nav-icon-wr {
    position: absolute;
    left: 0px;
    right: 0px;
    cursor: pointer;
}
.addon-content-slider-wr.verticle-gallary-image-wr .slide_control{
  z-index: 1;
}
.addon-content-slider-wr.verticle-gallary-image-wr .slide_control i, .addon-content-slider-wr.verticle-gallary-image-wr .slide_control svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
}
.thumbnail_image_slider_Main .remote-thumbnail-slider__image-carousel {
    position: relative;
    z-index: 2;
}
.remote-thumbnail-slider__image-carousel .owl-nav button{
    position: absolute;
    bottom: -23%;
    z-index: 999;
}
.remote-thumbnail-slider__image-carousel .owl-nav, .remote-thumbnail-slider__image-carousel .owl-nav button,
.addon-thumbnail-slider__wrapper .owl-nav button, .multiple-slider.content_image_slider_main .owl-nav button{
   margin: 0px !important;
}
.remote-thumbnail-slider__image-carousel .owl-nav button.owl-prev, .multiple-slider.content_image_slider_main .owl-nav button.owl-prev{
    left:0px;
}
.remote-thumbnail-slider__image-carousel .owl-nav button.owl-next, .multiple-slider.content_image_slider_main .owl-nav button.owl-next{
    right:0px;
}
.remote-thumbnail-slider__image-carousel .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.addon-thumbnail-slider__wrapper {
    position: relative;
}
.addon-animation-slide .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.addon-animation-slide  .owl-nav button.owl-prev {
    left: 0px;
}
.addon-animation-slide .owl-nav button.owl-next {
    right: 0px;
}

.multiple-slider.content_image_slider_main .owl-nav {
    position: absolute;
    top: -168px;
    height: 100%;
    left: 60px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}
/* banner usm slider css */
.banner-usm-slide .image-bg-box {
    background-repeat: no-repeat;
}
.banner-usm-slider .owl-item .content-inner-box{
    position: absolute;
    left: 0px;
    bottom: 0%;
    right: 0px;
    margin: 0px auto;
    max-width: 700px;
    transition: 0.4s all ease;

}
.banner-usm-slider .owl-item.active .content-inner-box  {
    bottom: 20%;

}
/* .banner-usm-slide .banner-usm-inner-slider .owl-item.active .slide-content .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}  */

/* .banner-usm-slide .banner-usm-inner-slider .owl-item.active .slide-content.animated.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
} */
.banner-usm-slide .image-bg-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 339.88px;
    z-index: 0;
}
.banner-usm-slide .usm-banner-btn {
    display: flex;
    text-align: center;
    align-items: center;

}
/* tab with slider verticle */
.custom-tab-slider-section .verticle-content-slider {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.custom-tab-slider-section .verticle-content-slider {
    flex-wrap: wrap;
    flex-direction: column;
}

.verticle-content-slider ul.team-tab-nav {
    justify-content: center;
    display: flex;
    padding: 0;
}

.verticle-content-slider .custom-tab-content-container {
    width: 100%;
}
.verticle-content-slider .custom-tab-nav-container {
    width: 100%;
}
.verticle-content-slider .custom-tab-nav-container {
    border: 0px solid !important;
}
/* Timeline Css */
 /* Horizontal timeline styles for desktop */
 .timeline-scroll-wrapper {
    max-width: 900px;
    margin: 0 auto;
    overflow-x: auto;
    padding-bottom: 20px;
}
 .timeline-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    padding: 0 20px;
    position: relative;
}

.timeline-container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
    z-index: 1;
}
.timeline-point {
    position: relative;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    width: 120px;
}
.timeline-point .dot {
    display: inline-block;
}
.timeline-point h3 {
    font-size: 18px;
    margin: 5px 0 0;
}
/* Content display area on desktop */
.content-display {
    margin-top: 50px;
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* carouse tab verticle */
.custom-tab-image-slide .carousel-content-block {
    display: flex;
    justify-content: space-between;
}
.custom-tab-image-slide .description_tab{
   width: 50%;
}
.custom-tab-image-slide .tab-img-slider-wr {
    width: 45%;
}
.custom-tab-image-slide .tab-content-slider {
    justify-content: space-between;
}
@media only screen and (min-width: 769px){
  /* Optionally, you can customize the scrollbar appearance */
  .timeline-scroll-wrapper::-webkit-scrollbar {
    height: 8px; /* Sets the scrollbar height */
  }
  .timeline-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .timeline-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #c9184a;
    border-radius: 4px;
    transition: 0.4s all ease;
  }
  .timeline-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #938a8c;
  }
}
 /* Responsive */
@media only screen and (max-width: 767px) {
    .remote-thumbnail-slider .addon-thumbnail-slider__wrapper,
    .remote-thumbnail-slider .remote-thumbnail-slider__right,
    .remote-content-image-slider-wr {
        width: 100%;
    }
    .tab_inner_content {
        max-width: 90%;
    }
    .remote-content-image-slider-wr,
    .multiple-slider.content_image_slider_main span.slider-counter {
        position: unset;
    }

    .ustk-content-image-slider-wr {
        width: 90%;
    }
    .custom-popup-content .custom-img-block, .custom-popup-content .custom-team-modal-info-box {
        width: 100%;
    }
}
  /* Vertical timeline for mobile */
  @media (max-width: 768px) {
    .timeline-container {
        flex-direction: column;
        align-items: flex-start;
        max-width: 400px;
        margin: 0 auto;
        padding-left: 20px;
        position: relative;
    }
    .timeline-container:before {
        display: none; /* Hide center line on mobile */
    }
    .timeline-point {
        width: 100%;
        text-align: left;
        padding-left: 30px;
        position: relative;
        margin-bottom: 20px;
    }
    .timeline-point:before {
        content: '';
        position: absolute;
        top: 0;
        left: 6px;
        width: 2px;
        height: 100%;
        background-color: white;
        z-index: -1;
    }
    .timeline-point .dot {
        display: inline-block;
        position: absolute;
        top: 0;
        left: -18px;
        width: 12px;
        height: 12px;
        background-color: white;
        border-radius: 50%;
        z-index: 1;
    }
    .timeline-point h3,
    .timeline-point p {
        text-align: left;
    }
}

/* Additional content below each timeline-point on mobile */
.timeline-point .mobile-content {
    display: none;
}
@media (max-width: 768px) {
    .timeline-point .mobile-content {
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }
    .timeline-ustk .content-display{
        display: none;
    }
}