﻿        
        .bangla-font {
            font-family: 'Hind Siliguri', sans-serif;
        }

        :root {
            --brand-primary: #ffcc00;
            --brand-dark: #1a1a1a;
        }

        .them-six-banner-bg {
            background: #eee;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .them-six-main-slider {
            height: 500px;
            cursor: grab;
        }

        .them-six-main-slider:active {
            cursor: grabbing;
        }

        .carousel-item {
            height: 500px;
            position: relative;
            overflow: hidden;
        }

        @keyframes zoomLoop {
            0% { transform: scale(1); }
            50% { transform: scale(1.15); }
            100% { transform: scale(1); }
        }

        .them-six-slider-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            animation: zoomLoop 15s infinite ease-in-out;
        }

        .them-six-hero-text-container {
            position: absolute;
            text-align: left;
            left: 10%;
            top: 40%;
            transform: translateY(-50%);
            color: white;
            z-index: 10;
        }

        .them-six-hero-btn-container {
            position: absolute;
            left: 10%;
            bottom: 15%;
            z-index: 20;
        }

        .them-six-hero-title-small {
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: 3px;
            color: #ffcc00;
            text-transform: uppercase;
            margin-bottom: 5px;
            text-shadow: 2px 2px 8px rgba(0, 128, 0, 0.9);
        }

        .them-six-hero-title-large {
            font-size: 4.5rem;
            font-weight: 900;
            line-height: 1;
            color: #fff;
            text-transform: uppercase;
            margin: 5px 0;
            text-shadow: 3px 3px 10px rgba(0, 100, 0, 1);
        }

        .them-six-hero-subtitle {
            font-size: 1.8rem;
            font-weight: 800;
            color: #fff;
            margin-top: 10px;
            display: inline-block;
            text-shadow: 2px 2px 8px rgba(0, 128, 0, 0.9);
        }

        .them-six-features-list {
            margin-top: 15px;
            font-size: 0.9rem;
            font-weight: 500;
            letter-spacing: 2px;
            color: rgba(255, 255, 255, 0.9);
            text-transform: uppercase;
            text-shadow: 1px 1px 5px rgba(0, 128, 0, 0.9);
        }

        .them-six-side-banner {
            height: 240px;
            margin-bottom: 20px;
            padding: 0;
            position: relative;
            background: #fff;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            overflow: hidden;
        }

        .them-six-side-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            animation: zoomLoop 15s infinite ease-in-out;
        }

        .them-six-side-banner::before {
            position: absolute;
            top: 0;
            left: -100%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
            transform: skewX(-25deg);
        }

        .them-six-side-banner:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .them-six-side-banner:hover::before {
            animation: shine 0.75s;
        }

        @keyframes shine {
            100% {
                left: 125%;
            }
        }

        .them-six-side-banner:last-child {
            margin-bottom: 0;
        }

        .them-six-btn-custom {
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            z-index: 1;
            letter-spacing: 1px;
            padding: 12px 35px !important;
            background-color: #007bff !important;
            color: white !important;
            border: 2px solid transparent !important;
        }

        .them-six-btn-custom::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: 0.5s;
            z-index: -1;
        }

        .them-six-btn-custom:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
            background-color: #ffcc00 !important;
            color: #000 !important;
            border: 2px solid #198754 !important;
        }

        .them-six-btn-custom:hover::after {
            left: 100%;
        }

        .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .carousel-indicators .active {
            width: 30px;
            border-radius: 10px;
            background-color: #ffcc00;
        }

        .them-six-main-slider:hover .them-six-slider-img,
        .them-six-side-banner:hover img {
            animation-play-state: paused;
        }

        .dealer-section {
            background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
            border-radius: 20px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
            padding: 80px 40px;
            opacity: 0;
            transform: translateY(50px);
            transition: all 1s ease;
        }
        .dealer-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 100%;
            background: rgba(255, 204, 0, 0.1);
            transform: skewX(-20deg);
        }

        .dealer-form-section {
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
            padding: 40px;
            border-top: 5px solid #ffcc00;
            opacity: 0;
            transform: translateY(50px);
            transition: all 1s ease;
        }

        .dealer-form-title {
            background-color: #f0f0f0;
            display: inline-block;
            padding: 8px 20px;
            font-weight: 700;
            font-size: 1.5rem;
            color: #1a1a1a;
            margin-bottom: 30px;
            border-left: 5px solid #ffcc00;
            border-radius: 0 5px 5px 0;
        }

        .form-label-custom {
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }

        .form-control-custom, .form-select-custom {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 12px;
            transition: all 0.3s;
        }
        
        .form-control-custom:focus, .form-select-custom:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
            border-color: #ffcc00;
        }

        .btn-submit-custom {
            background: linear-gradient(45deg, #ff8800, #ffcc00);
            color: #000;
            font-weight: 800;
            padding: 12px;
            width: 100%;
            border: none;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 20px;
            transition: transform 0.3s;
        }

        .btn-submit-custom:hover {
            transform: translateY(-3px);
            color: #000;
            box-shadow: 0 10px 20px rgba(255, 136, 0, 0.3);
        }

        .reveal-active {
            opacity: 1;
            transform: translateY(0);
        } 

        @media (max-width: 991px) {
            .them-six-main-slider { height: auto; }
            .carousel-item { height: auto; }
            .them-six-slider-img {
                position: relative;
                height: auto;
                width: 100%;
                object-fit: contain;
            }
            .them-six-side-banner { height: auto !important; margin-bottom: 15px; }
            
            .them-six-side-banner-row-mobile {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .them-six-side-banner-row-mobile > div {
                flex: 0 0 48%;
                max-width: 48%;
                margin-bottom: 15px;
            }
            
            .them-six-hero-title-large { font-size: 3rem; }
            .them-six-hero-btn-container { bottom: 15%; left: 5%; }
            .them-six-hero-btn-container .btn { padding: 6px 18px !important; font-size: 0.8rem !important; }
            
            .dealer-section { padding: 40px 20px; }
            .dealer-form-section { padding: 20px; }

            .them-six-card-img-wrapper {
                height: 200px;
            }
        }

        @media (max-width: 768px) {
            .them-six-hero-title-large { font-size: 2.5rem; }
        }


.btn-back-home {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    transition: 0.3s;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05)
}

.btn-back-home:hover {
    color: #ff8800;
    transform: translateX(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1)
}

.them-six-combined-section {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03)
}

.them-six-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block
}

.them-six-section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #ffcc00;
    margin: 10px auto 0;
    border-radius: 2px
}

.them-six-filter-container {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px 30px;
    border: 1px solid #eee;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between
}

.them-six-filter-group {
    display: flex;
    align-items: center;
    gap: 10px
}

.them-six-filter-label {
    font-weight: 600;
    color: #555;
    font-size: 0.95rem;
    white-space: nowrap
}

.them-six-filter-select {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 35px 8px 15px;
    border-radius: 5px;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    min-width: 160px
}

.them-six-filter-select:focus {
    border-color: #ffcc00;
    box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.15)
}

.them-six-product-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column
}

.them-six-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #ffcc00
}

.them-six-card-img-wrapper {
    text-align: center;
    margin-bottom: 20px;
    height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
    background-color: #fff;
    width: 100%
}

.them-six-card-img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.them-six-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 5px 2px #e0e0e0;
    border-radius: 10px;
    background: #fff;
    padding: 5px
}

.them-six-product-card:hover .them-six-card-img {
    transform: scale(1.03);
    box-shadow: 0 0 8px 2px #ccc
}

.them-six-card-body {
    padding: 15px;
    text-align: center;
    flex-grow: 1
}

.them-six-product-category {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px
}

.them-six-product-category a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s
}

.them-six-product-category a:hover {
    color: #ffcc00
}

.them-six-product-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em
}

.them-six-product-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s
}

.them-six-product-title a:hover {
    color: #ffcc00
}

@media(max-width:991px) {
    .them-six-card-img-wrapper {
        height: 200px
    }

    .them-six-filter-container {
        flex-direction: column;
        align-items: flex-start
    }

    .them-six-combined-section {
        padding: 20px
    }
}
        