/* Translate */
body {
    top: 0px !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.goog-te-gadget>span,
.goog-te-gadget>span * {
    display: none !important;
}

#google_translate_element .skiptranslate {
    font-size: 0 !important;
}

.goog-te-combo {
    padding: 4px 8px;
    border-radius: 5px;
    width: 160px !important;
    min-width: 160px !important;
    height: 35px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    min-width: 100px;
}

.goog-te-combo:hover {
    border-color: #888;
    cursor: pointer;
}
.main-menu ul {
    gap: 6px;
}

.main-menu ul li {
    list-style: none;
}
.sticky-logo {
    display: block;
}

/* Hide on desktop (lg and above) */
@media (min-width: 992px) {
    .sticky-logo {
        display: none;
    }
}

.sticky-wrapper.sticky .sticky-logo {
    display: block;
}

.sticky-wrapper.sticky + .header-middle,
.sticky-wrapper.sticky ~ .header-middle {
    display: none;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.magazine-carousel .carousel-control-prev,
.magazine-carousel .carousel-control-next {
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
}

.magazine-carousel .carousel-control-prev {
    left: 5px;
}

.magazine-carousel .carousel-control-next {
    right: 5px;
}

.magazine-carousel .carousel-control-prev-icon,
.magazine-carousel .carousel-control-next-icon {
    width: 15px;
    height: 15px;
}
.carousel-indicators button{
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#bbb;
    border:none;
    margin:0 5px;
}

.carousel-indicators .active{
    background-color:#000;
}

.bg-custom-color{
    background-color: var(--theme-color);

}
.text-custom-color{
    color: var(--theme-color);
}
.text-custom-color:hover{
    color: var(--theme-color);
    opacity: 0.8;
}
.hover-color:hover{
    color: var(--theme-color);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0;
}
.category{
    background-color: var(--theme-color);
}
.tab-switcher{
    display:flex;
    justify-content:start;
}

.segmented-switcher{
    display:flex;
    background:#f5f5f5;
    border-radius:50px;
    padding:5px;
    gap:5px;
}

.segmented-switch{
    padding:10px 25px;
    border-radius:40px;
    cursor:pointer;
    transition:all .3s ease;
    font-weight:500;
    color:#333;
}

.segmented-switch:hover{
    background:#e9e9e9;
}

.segmented-switch.active{
    background:var(--theme-color);
    color:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,0.15);
}

.switch-item{
    font-size:14px;
}

.sitemap-link {
    background: #f8f9fa;
    transition: all 0.25s ease;
    border: 1px solid #e9ecef;
}

.sitemap-link:hover {
    background: #ffffff;
    color: var(--primaryColor) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.sitemap-link .arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #6c757d;
    border-top: 2px solid #6c757d;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.sitemap-link:hover .arrow {
    transform: rotate(45deg) translate(3px, -3px);
}

.small{
    font-size: 13px !important;
}

/* ........................................ */
.team-section {
            min-height: 60vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #f5f5f5;
            overflow: hidden;
            position: relative;
            border-radius: 20px;
        }

        .team-section .about-title {
            font-size: 7.5rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -0.02em;
            position: absolute;
            top: 25px;
            left: 50%;
            line-height: 90px;
            transform: translateX(-50%);
            pointer-events: none;
            white-space: nowrap;
            font-family: "Playfair Display", Georgia, serif;
            background: linear-gradient(to bottom,
                    rgb(8 42 123 / 35%) 30%,
                    rgb(255 255 255 / 0%) 76%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .team-section .carousel-container {
            width: 100%;
            max-width: 1200px;
            height: 450px;
            position: relative;
            perspective: 1000px;
            margin-top: 70px;
        }

        .team-section .carousel-track {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            /* transform-style: preserve-3d; */
            transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .team-section .card {
            position: absolute;
            width: 280px;
            height: 380px;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
        }

        .team-section .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .team-section .card.center {
            z-index: 10;
            transform: scale(1.1) translateZ(0);
        }

        .team-section .card.center img {
            filter: none;
        }

        .team-section .card.left-2 {
            z-index: 1;
            transform: translateX(-400px) scale(0.8) translateZ(-300px);
            opacity: 0.7;
        }

        .team-section .card.left-2 img {
            filter: grayscale(100%);
        }

        .team-section .card.left-1 {
            z-index: 5;
            transform: translateX(-200px) scale(0.9) translateZ(-100px);
            opacity: 0.9;
        }

        .team-section .card.left-1 img {
            filter: grayscale(100%);
        }

        .team-section .card.right-1 {
            z-index: 5;
            transform: translateX(200px) scale(0.9) translateZ(-100px);
            opacity: 0.9;
        }

        .team-section .card.right-1 img {
            filter: grayscale(100%);
        }

        .team-section .card.right-2 {
            z-index: 1;
            transform: translateX(400px) scale(0.8) translateZ(-300px);
            opacity: 0.7;
        }

        .team-section .card.right-2 img {
            filter: grayscale(100%);
        }

        .team-section .card.hidden {
            opacity: 0;
            pointer-events: none;
        }

        .team-section .member-info {
            text-align: center;
            transition: all 0.5s ease-out;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .team-section .member-name {
            color: rgb(8, 42, 123);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
            font-family: "Playfair Display", Georgia, serif;
            text-transform: uppercase;
            line-height: 35px;
        }

        .team-section .member-name::before,
        .team-section .member-name::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 100px;
            height: 2px;
            background: rgb(8, 42, 123);
        }

        .team-section .member-name::before {
            left: -120px;
        }

        .team-section .member-name::after {
            right: -120px;
        }

        .team-section .member-role {
            color: #848696;
            font-size: 1.0rem;
            font-weight: 500;
            opacity: 0.8;
            /* text-transform: uppercase; */
            letter-spacing: 0.1em;
            padding: 10px 0;
            margin-top: -15px;
            position: relative;
            font-family: "DM Sans", sans-serif;
            width: 80%;
        }

        .team-section .dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 60px;
        }

        .team-section .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(8, 42, 123, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            outline: none;
            padding: 0;
        }

        .team-section .dot.active {
            background: rgb(8, 42, 123);
            transform: scale(1.2);
        }

        .team-section .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(8, 42, 123, 0.6);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 20;
            transition: all 0.3s ease;
            font-size: 1.5rem;
            border: none;
            outline: none;
            padding-bottom: 4px;
        }

        .team-section .nav-arrow:hover {
            background: rgba(0, 0, 0, 0.8);
            transform: translateY(-50%) scale(1.1);
        }

        .team-section .nav-arrow.left {
            left: 20px;
            padding-right: 3px;
        }

        .team-section .nav-arrow.right {
            right: 20px;
            padding-left: 3px;
        }

        @media (max-width: 768px) {
            .team-section .about-title {
                font-size: 4.5rem;
            }

            .team-section .card {
                width: 200px;
                height: 280px;
            }

            .team-section .card.left-2 {
                transform: translateX(-250px) scale(0.8) translateZ(-300px);
            }

            .team-section .card.left-1 {
                transform: translateX(-120px) scale(0.9) translateZ(-100px);
            }

            .team-section .card.right-1 {
                transform: translateX(120px) scale(0.9) translateZ(-100px);
            }

            .team-section .card.right-2 {
                transform: translateX(250px) scale(0.8) translateZ(-300px);
            }

            .team-section .member-name {
                font-size: 2rem;
            }

            .team-section .member-role {
                font-size: 1.2rem;
            }

            .team-section .member-name::before,
            .team-section .member-name::after {
                width: 50px;
            }

            .team-section .member-name::before {
                left: -70px;
            }

            .team-section .member-name::after {
                right: -70px;
            }
        }
        .bg-light.shadow p {
    text-align: justify;
}

.bg-light.shadow h4,
.bg-light.shadow h5,
.bg-light.shadow h6 {
    text-align: justify;
}



/* ........................................ */
.menu-item-has-children {
    position: static; /* important */
}

.main-menu {
    position: relative;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-width: 1200px;
    background: #f8f9fa;
    padding: 20px 25px;
    display: none;
    z-index: 999;
    box-sizing: border-box;
}

.sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 30px;
}

.sub-menu li {
    list-style: none;
}

.sub-menu li a {
    display: block;
    padding: 5px 0;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.sub-menu li a:hover {
    color: #28a745;
}

.active > a {
    color: var(--theme-color) !important;
    font-weight: 600;
}


.blog-style1 .blog-img .category{
    margin-bottom: -14px;
    margin-left: -20px;
}

.blog-style7 .blog-img .category{
    margin-bottom: -14px;
    margin-left: -20px;
}

.blog-style3 .category{
    margin-bottom: 10px;
    margin-left: -8px;
}

.post-image{
    height: 220px !important;
    object-fit: cover;
}


@media (max-width: 768px) {
    .post-image{
        height: 380px !important;
        object-fit: cover;
    }

    .sub-menu {
        position: static;
        width: 100%;
        display: none;
        grid-template-columns: 1fr; /* single column */
        padding: 10px 15px;
    }

    .menu-item-has-children.active .sub-menu {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {
    .feature-item img {
        height: 300px;
        object-fit: cover;
    }

    .header-right{
        display: none !important;
    }
    .menu-item-has-children:hover .sub-menu {
        display: grid;
    }
    .sub-menu{
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.blog-style3 .blog-content{
    bottom: 11px !important;
}

.middle-card {
    height: 100%;
}

.middle-card .blog-img {
    height: 100%;
}

.blog-style3 {
    height: 100%;
}


.slick-slide{
    width: auto !important;
}

#blog-slide1 .slick-slide {
    width: auto !important;
}

#blog-slide1 .blog-style1 {
    width: 280px;
}

#blog-slide3 .slick-slide {
    width: auto !important;
}

#blog-slide3 .blog-style1 {
    width: 280px !important;
}

#related-news-slider .blog-style1 {
    width: 380px !important;
}

@media (max-width: 768px) {
    #blog-slide1 .blog-style1 {
        width: 380px !important;
    }
    #blog-slide3 .blog-style1 {
        width: 380px !important;
    }

    #related-news-slider .blog-style1 {
        width: 380px !important;
    }

}

@media (max-width: 576px) {
    /* #blog-slide1 .blog-style1 {
        width:  100% !important;
    } */
    #blog-slide3 .blog-style1 {
        width: 100% !important;
    }

}

.post-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.th-carousel {
    overflow: auto;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;
}

.category-post{
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 3;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    padding: 0 8px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 3px;
}
