/* Optimized Home Page Styles - Non-critical CSS */

/* Team Section Styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

.team-six {
    position: relative;
    padding: 160px 0px;
    overflow: hidden;
}

.team-six .bg-layer {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.team-six .bg-layer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
}

.team-six .upper-title {
    position: relative;
    margin-bottom: 100px;
}

.team-six .upper-title h2 {
    position: relative;
    line-height: 1.40em;
    font-size: 40px;
    padding-left: 50px;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    .team-six .upper-title h2 {
        padding-left: 0px;
    }
}

.team-six .upper-title h2 span {
    color: #00FF00;
}

.team-six .carousel-box {
    position: relative;
}

.team-block-six {
    position: relative;
    margin-bottom: 30px;
}

.team-block-six.margin-top {
    margin-top: 70px;
}

.owl-theme .team-block-six {
    margin-bottom: 0;
}

.team-block-six .inner-box {
    position: relative;
    display: block;
    padding-left: 22px;
    padding-bottom: 22px;
}

@media (max-width: 767.98px) {
    .team-block-six .inner-box {
        padding-right: 22px;
    }

    .team-six .owl-theme .owl-nav {
        padding-top: 10px;
    }
    .team-six {
        position: relative;
        padding: 100px 0;
        overflow: hidden;
    }
}

.team-block-six .image-box {
    position: relative;
    display: block;
}

.team-block-six .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.team-block-six .lower-box {
    position: relative;
    padding-top: 25px;
}

.team-block-six h6 {
    font-size: 48px;
    margin-bottom: 23px;
    color: #6e3683;
    text-align: center;
}

.team-block-six .designation {
    color: #00FF00;
    font-size: 16px;
    line-height: 24px;
}

.team-six .owl-theme .owl-dots {
    display: none;
}

.team-six .owl-theme .owl-nav {
    position: relative;
    display: block;
    padding-top: 65px;
    text-align: center;
}

.team-six .owl-theme .owl-nav .owl-prev,
.team-six .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background: #373737;
    color: #8F8F8F;
    border-radius: 50%;
}

.team-six .owl-theme .owl-nav .owl-prev:hover,
.team-six .owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    opacity: 1;
}

/* Product Styles */
.product-thumb {
    position: relative;
    display: inline-block;
}

.flag-discount {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #00a53e;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.42em 1em 0.32em 1em;
    border-radius: 18px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.13);
    letter-spacing: 0.06em;
    z-index: 2;
    pointer-events: none;
    user-select: none;
    border: 2px solid #fff;
}

.page-header-bg {
    border-radius: 12px;
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #6e3683 50%, transparent 50%);
}

.page-header-bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767.98px) {
    .page-header-bg {
        background: #6e3683;
        display: flex;
        flex-direction: column;
    }

    .page-header-bg::after {
        position: static;
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }

    .page-header-content {
        padding: 20px;
    }

}
.team-six .upper-title h2 {
    font-size: 48px;
    margin-bottom: 23px;
    color: #6e3683;
    text-align: center;
}
.team-image,
.product-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.team-image.loaded,
.product-image.loaded {
    opacity: 1;
}
.skeleton-loader {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.hero-two-slide-item {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hero-two-slide-item.loaded {
    opacity: 1;
}
@media (max-width: 768px) {
    .team-six {
        padding: 80px 0;
    }

    .team-block-six h6 {
        font-size: 36px;
    }

    .video-logo-slider-container {
        padding: 10px 0;
    }

    .swiper-slide {
        width: 150px;
    }

    .swiper-slide.highlight {
        width: 200px;
        padding: 7px;
    }
}
@media print {
    .swiper-button-prev,
    .swiper-button-next,
    .mute-button {
        display: none !important;
    }

    .hero-two-slide-item {
        opacity: 1 !important;
    }
}
