:root {
    --header-height: 115px;
    /* Adjust based on your actual header height */
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height));
}
.e-active .e-con-inner {
    transition: all 0.3s ease-in-out !important;
}
/* Tabs container */
.ccf_tabs-container {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    gap:10px;
    margin-bottom:50px;
    min-height: 760px;
}

/* Tab navigation */
.ccf_tabs-navigation {
    width: 40%;
    padding: 0px 10px 0px 0px;
    /* display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 0; */
}

.ccf_tab {
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid #15151526;
    margin: 10px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Tab content */
.ccf_tab-content {
    flex-direction: column;
    display: none;
    margin-top: 10px;
}

.ccf_tab-main.active .ccf_tab-content {
    display: flex;
}


/* Image container */
.ccf_tabs-images {
    /* min-height: 90vh; */
    width: 60%;
    /* display: flex;
    align-items: flex-start;
    justify-content: center; */
    position: relative;
    padding: 0px 0px 0px 10px;
}
.ccf_tabs-images img {
    width: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
}

.ccf_tabs-images img.default {
    opacity: 1;
}

div.ccf_tab * {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.89px;
    color: #000;
}

div.ccf_tab:hover.ccf_tab-main>a {
    color: #008ECD;
}

div.ccf_tab.active:after {
    transform: rotate(180deg);
}

div.ccf_tab:hover {
    background: #fff;
    border-color: #008ECD;
}

.ccf_tabs-container a {
    text-decoration: none;
}

.ccf_tabs-container a:hover {
    color: #008ECD;
}

div.ccf_tab-content a {
    color: #656565;
}

.ccf_tab-content {
    gap: 10px;
    padding-top: 15px;
}

.ccf_tab[data-tabtype="multiple"]:after {
    content: url("https://dev.myglobalthreads.com/wp-content/uploads/2024/12/arrow.svg");
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

.ccf_tab[data-tabtype="multiple"] {
    position: relative;
}

.ccf_tab a {
    width: 100%;
    height: 100%;
    /* 	display:block; */
}

.ccf_tab-main[data-tabtype="single"]>a {
    display: block;
}

div.ccf_tab.active {
    background: #fff !important;
    border-color: #008ECD !important;
}

div.ccf_tab.active>a {
    color: #008ECD !important;
}

div.ccf_tab-content .active {
    color: #008ECD !important;
}

.e-n-menu-content {
    top: 97.94% !important;
}

@media screen and (min-width: 1025px) and (max-width: 1439.98px) {
    .ccf_tabs-container {
        max-height: 400px;
        overflow-y: auto !important;
        scrollbar-width: thin;
        scrollbar-color: var(--e-global-color-secondary) #f0f0f0;
        min-height: 400px;
    }
    .ccf_tab {
        padding: 15px 10px 15px 0;
        margin: 5px 0;
    }
    .ccf_tabs-images img {
        width: 97%;
        
    }
    /* .ccf_tab {
        padding: 8px;
    } */

    .tan-logo::before {
        display: none;
    }

    .e-n-menu-title {
        padding: 5px 9px !important;
    }

    /* .ccf_tabs-navigation {
        max-height: 400px;
        /* Adjust as needed */
        /* overflow-y: auto !important; */
        /* 'auto' shows scrollbar only when needed */
        /* scrollbar-width: thin; */
        /* Firefox */
        /* scrollbar-color: var(--e-global-color-secondary) #f0f0f0; */
        /* (Thumb, Track) */
    /* } */

    /* For WebKit Browsers (Chrome, Edge, Safari) */
    .ccf_tabs-navigation::-webkit-scrollbar {
        width: 6px;
        /* Thin scrollbar */
    }

    .ccf_tabs-navigation::-webkit-scrollbar-thumb {
        background-color: #888;
        /* Scrollbar thumb color */
        border-radius: 3px;
    }
}

@media (max-width:1024px) {
    .ccf_tabs-images {
        display: none;
    }

    .ccf_tabs-navigation {
        width: 100%;
    }
}

@media (max-width:767px) {
    .ccf_tabs-navigation {
        padding: 0 !important;
    }

    .ccf_tab,
    .ccf_tab * {
        padding: 10px 0;
        font-size: 16px !important;
        border: 0;
        color: #354253 !important;
        font-family: 'Montserrat', 'Outfit', sans-serif !important;
        font-weight: 400 !important;
    }

    .ccf_tab[data-tabtype="multiple"]:after {
        top: 0 !important;
        right: 0 !important;
    }

    li.e-n-menu-item>div {
        justify-content: space-between !important;
    }
}

.activatingtab a {
    transition: 0.3s ease all;
}

.activatingtab a:hover {
    color: rgba(0, 174, 239, 1) !important;
}
/* .elementor-swiper-button.elementor-swiper-button-next, .elementor-swiper-button.elementor-swiper-button-prev {
	z-index:1 !important;
} */