        :root {
    --brand-primary: #f3612c;
    --brand-dark: #1F2937;
    --brand-light: #f9fafb;
    --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    --hover-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --jakarta: 'Plus Jakarta Sans', sans-serif;
    --inter: 'Inter', sans-serif;
}

        .btn-primary-custom {
            background: var(--primary-color);
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .btn-primary-custom:hover {
            background: #e55a2b;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
        }

        .btn-outline-custom {
            border: 2px solid white;
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .btn-outline-custom:hover {
            background: white;
            color: var(--secondary-color);
        }

        .category-card {
            background: white;
            border-radius: 15px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: none;
            height: 100%;
        }

        .category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .category-icon {
            width: 100px;
            height: 100px;
            background: var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 24px;
        }

        .product-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .product-image {
            height: 200px;
            background: linear-gradient(45deg, #f8f9fa, #e9ecef);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .price-tag {
            color: var(--primary-color);
            font-size: 24px;
            font-weight: 700;
        }

        .experience-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }

        .experience-card:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-5px);
        }

        .footer {
            background: var(--dark-blue);
            color: white;
            padding: 50px 0 20px;
        }

        .cta-section {
            background: linear-gradient(135deg, var(--primary-color), #e55a2b);
            background: linear-gradient(109.06deg, #FF6B35 0%, #1E3A8A 100%);

            color: white;
            padding: 60px 0;
            margin: 80px 0;
            border-radius: 20px;
        }

        .section-title {
            color: var(--dark-blue);
            font-weight: 700;
            margin-bottom: 20px;
        }

        .hot-deal-badge {
            background: var(--primary-color);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            position: absolute;
            top: 15px;
            right: 15px;
        }


        .hero-section {
            width: 1920px;
            height: 891px;
            position: relative;
            top: 1px;
            transform: rotate(0deg);
            opacity: 1;
            /* background: linear-gradient(180deg, rgba(30, 58, 138, 0.75) 0%, rgba(8, 15, 36, 0.75) 100%); */
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            color: white;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
            z-index: 1;
        }

        .content-wrapper {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            padding: 0 40px;
        }

        .main-heading {
            font-size: 4.5rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 2rem;
            background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }

        .subtitle {
            font-size: 1.5rem;
            font-weight: 400;
            line-height: 1.6;
            margin-bottom: 3rem;
            color: #e2e8f0;
            opacity: 0.9;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn {
            /* padding: 16px 32px; */
            font-size: 1.1rem;
            font-weight: 600;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            position: relative;
            overflow: hidden;
        }

        .btn-primary {
            background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
            color: white;
            box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3);
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(249, 115, 22, 0.4);
        }

        .btn-secondary {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(10px);
        }

        .btn-secondary:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.5);
            transform: translateY(-2px);
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .floating-element {
            position: absolute;
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .floating-element:nth-child(1) {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-element:nth-child(2) {
            top: 60%;
            right: 15%;
            animation-delay: 2s;
            animation-duration: 8s;
        }

        .floating-element:nth-child(3) {
            top: 40%;
            left: 85%;
            animation-delay: 4s;
            animation-duration: 7s;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
                opacity: 0.7;
            }

            50% {
                transform: translateY(-20px) rotate(180deg);
                opacity: 1;
            }
        }

        .stats-bar {
            position: absolute;
            bottom: 60px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 4rem;
            z-index: 2;
        }

        .stat-item {
            text-align: center;
            color: rgba(255, 255, 255, 0.8);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #f97316;
            display: block;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Responsive adjustments */
        @media (max-width: 1920px) {
            .hero-section {
                width: auto;
                margin-left: calc(-50vw + 50%);
            }
        }

        @media (max-width: 768px) {
            .hero-section {
                top: 0;
                height: 100vh;
                padding: 2rem;
            }

            .main-heading {
                font-size: 3rem;
            }

            .subtitle {
                font-size: 1.2rem;
                margin-bottom: 2rem;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .stats-bar {
                flex-direction: column;
                gap: 1rem;
                bottom: 40px;
            }
        }

        .icons {
            width: 185.3300018310547px;
            height: 259.9800109863281px;
            opacity: 1;
            top: 1409px;
            left: 240px;
            border-radius: 20px;
            border-width: 2px;
        }


        /* Best Selling Products Section */
        .best-selling-products {
            padding: 80px 0;
            background-color: #ffffff;
        }

        .section-subtitle {
            color: #ff6b35;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 10px;
            text-align: center;
        }

        .section-title {
            color: #2c3e50;
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.2;
            text-align: center;
        }

        .section-desc {
            color: #6c757d;
            font-size: 16px;
            margin-bottom: 60px;
            line-height: 1.4;
            text-align: center;
        }

        .product-grid {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 24px;
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .product-card {
            border-radius: 24px;
            padding: 40px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            border: none;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        }

        .product-card.large {
            background-color: #e3f2fd;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 500px;
        }

        .product-card.large img {
            width: 100%;
            height: 100%;
            max-width: 350px;
            object-fit: contain;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 20px;
            padding: 20px;
        }

        .product-card.large .product-info {
            text-align: left;
            z-index: 2;
        }

        .product-card.large h3 {
            color: #2c3e50;
            font-size: 38px;
            font-weight: 800;
            margin-bottom: 30px;
            line-height: 1.2;
            max-width: 250px;
        }

        .right-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto auto;
            gap: 24px;
        }

        .product-card-mid {
            padding: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 24px;
            grid-column: 1 / -1;
            transition: all 0.3s ease;
        }

        .product-card-mid.beige {
            background-color: #fff3e0;
        }

        .product-card-mid img {
            width: 140px;
            height: 140px;
            object-fit: contain;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 16px;
            padding: 15px;
        }

        .product-card-mid .product-info {
            text-align: right;
        }

        .product-card-mid h4 {
            color: #2c3e50;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .product-card.small {
            padding: 30px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 24px;
        }

        .product-card.small.gray {
            background-color: #f1f5f9;
        }

        .product-card.small.dark {
            background-color: #334155;
            flex-direction: row;
            text-align: left;
            justify-content: space-between;
        }

        .product-card.small.dark h4 {
            color: white;
            text-align: left;
        }

        .product-card.small.dark .product-info {
            text-align: right;
        }

        .product-card.small img {
            width: 120px;
            height: 120px;
            object-fit: contain;
            margin-bottom: 20px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 16px;
            padding: 15px;
        }

        .product-card.small.dark img {
            margin-bottom: 0;
            width: 110px;
            height: 110px;
        }

        .product-card.small h4 {
            color: #2c3e50;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .explore-btn {
            background-color: #ffffff;
            color: #1a73e8;
            padding: 10px 24px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 14px;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }

        .explore-btn:hover {
            background-color: #f8fafc;
            transform: scale(1.05);
            box-shadow: 0 6px 15px rgba(0,0,0,0.1);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .product-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .right-grid {
                grid-template-columns: 1fr;
                height: auto;
            }

            .section-title {
                font-size: 36px;
            }

            .product-card.large {
                flex-direction: column;
                text-align: center;
                padding: 30px;
            }

            .product-card.large .product-info {
                margin-right: 0;
                margin-bottom: 20px;
                text-align: center;
            }

            .product-card.large img {
                width: 300px;
            }

            .product-card.small img {
                width: 120px;
            }
        }

        /* slilder */
        .main-container {
            display: flex;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            background: white;
        }

        /* Left Static Section */
        .static-section {
            flex: 1;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            padding: 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .static-section::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }

        .static-section::after {
            content: '';
            position: absolute;
            bottom: -100px;
            left: -50px;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .static-content {
            position: relative;
            z-index: 2;
            color: white;
        }

        .static-content h1 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 10px;
            background: linear-gradient(45deg, #fff, #e0e0e0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .static-content h2 {
            font-size: 1.3rem;
            margin-bottom: 30px;
            opacity: 0.9;
            font-weight: 300;
        }

        .static-content p {
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 30px;
            opacity: 0.8;
            max-width: 400px;
        }

        /* Scoped for Static Section & Product Cards to match the White/Blue theme */
        .static-section .explore-btn,
        .slider-section .explore-btn,
        .product-card .explore-btn,
        .product-card-mid .explore-btn {
            background: white;
            color: #2a5298;
            padding: 12px 25px;
            border: none;
            border-radius: 50px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
            width: fit-content;
            white-space: nowrap;
        }

        .explore-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
        }

        .workplace-image {
            position: absolute;
            top: 50%;
            right: -20px;
            transform: translateY(-50%);
            width: 300px;
            height: 200px;
            opacity: 0.3;
            z-index: 1;
        }

        /* Right Slider Section */
        .slider-section {
            flex: 1;
            background: linear-gradient(135deg, #f8f9ff 0%, #e6f0ff 100%);
            position: relative;
            overflow: hidden;
        }

        .slider-container {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .slider-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            height: 100%;
        }

        .slide {
            min-width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 40px;
            position: relative;
        }

        .slide::before {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            width: 150px;
            height: 150px;
            background: rgba(42, 82, 152, 0.1);
            border-radius: 50%;
        }

        .slide::after {
            content: '';
            position: absolute;
            bottom: -50px;
            left: -50px;
            width: 200px;
            height: 200px;
            background: rgba(42, 82, 152, 0.05);
            border-radius: 50%;
        }

        .product-image {
            width: 250px;
            height: 200px;
            margin-bottom: 30px;
            position: relative;
            z-index: 2;
            transition: transform 0.3s ease;
        }

        .product-image:hover {
            transform: scale(1.05);
        }

        .product-info {
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .product-info h3 {
            font-size: 1.8rem;
            font-weight: bold;
            color: #2a5298;
            margin-bottom: 5px;
        }

        .product-info h4 {
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .price-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .current-price {
            font-size: 2rem;
            font-weight: bold;
            color: #2a5298;
        }

        .old-price {
            font-size: 1.2rem;
            color: #999;
            text-decoration: line-through;
        }

        .action-buttons {
            display: flex;
            gap: 10px;
        }

        .action-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            border: none;
            background: #ff6b6b;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
        }

        .action-btn:hover {
            transform: scale(1.1);
            background: #ff5252;
        }

        /* Navigation */
        .slider-nav {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .nav-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(42, 82, 152, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .nav-dot.active {
            background: #2a5298;
            transform: scale(1.2);
        }

        .slider-arrows {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 15px;
            z-index: 10;
            pointer-events: none;
        }

        .arrow {
            width: 40px;
            height: 40px;
            background: rgba(42, 82, 152, 0.8);
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: all;
        }

        .arrow:hover {
            background: #2a5298;
            transform: scale(1.1);
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .main-container {
                flex-direction: column;
            }

            .static-section {
                padding: 40px;
                text-align: center;
            }

            .static-content h1 {
                font-size: 2rem;
            }

            .workplace-image {
                display: none;
            }

            .slide {
                padding: 30px 20px;
            }

            .product-image {
                width: 200px;
                height: 160px;
            }
        }

        @media (max-width: 768px) {
            .static-section {
                padding: 30px 20px;
            }

            .static-content h1 {
                font-size: 1.8rem;
            }

            .static-content h2 {
                font-size: 1.1rem;
            }

            .slide {
                padding: 20px;
            }

            .product-info h3 {
                font-size: 1.5rem;
            }

            .current-price {
                font-size: 1.5rem;
            }
        }


        /* hot-dell */


        .main-title-hot {
            font-size: 3.5rem;
            font-weight: 800;
            color: #2c3e50;
            margin-bottom: 15px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-align: center;
        }



        .products-grid-hot {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .product-card-hot {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 25px;
            padding: 30px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }

        .product-card-hot::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb, #f5576c);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .product-card-hot:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .product-card-hot:hover::before {
            transform: scaleX(1);
        }

        .product-header-hot {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 25px;
            position: relative;
        }

        .heart-icon {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
        }

        .heart-icon:hover {
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(238, 90, 36, 0.4);
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(238, 90, 36, 0.7);
            }

            70% {
                box-shadow: 0 0 0 10px rgba(238, 90, 36, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(238, 90, 36, 0);
            }
        }

        .product-image-hot {
            width: 100%;
            height: 200px;
            background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            position: relative;
            overflow: hidden;
        }

        .product-image-hot img {
            background: transparent !important;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }


        .product-image-hot::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transform: rotate(45deg);
            transition: all 0.6s ease;
            opacity: 0;
        }

        .product-card-hot:hover .product-image-hot::after {
            animation: shimmer 1.5s ease-in-out;
        }

        @keyframes shimmer {
            0% {
                transform: translateX(-100%) translateY(-100%) rotate(45deg);
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                transform: translateX(100%) translateY(100%) rotate(45deg);
                opacity: 0;
            }
        }

        .product-icon {
            font-size: 48px;
            color: #667eea;
        }

        .product-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .product-description {
            font-size: 1rem;
            color: #7f8c8d;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .product-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .price-section {
            display: flex;
            flex-direction: column;
        }

        .current-price {
            font-size: 1.8rem;
            font-weight: 800;
            color: #667eea;
            margin-bottom: 5px;
        }

        .original-price {
            font-size: 1rem;
            color: #bdc3c7;
            text-decoration: line-through;
        }

        .add-btn {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 4px 15px rgba(238, 90, 36, 0.3);
        }

        .add-btn:hover {
            transform: scale(1.1) rotate(90deg);
            box-shadow: 0 6px 20px rgba(238, 90, 36, 0.4);
        }

        .add-btn:active {
            transform: scale(0.95) rotate(90deg);
        }

        @media (max-width: 768px) {
            .main-title-hot {
                font-size: 2.5rem;
            }

            .products-grid-hot {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .product-card {
                padding: 25px;
            }
        }





        /* hotdeel 2 */

        .container-hot-deel {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin: 0 auto;
        }

        .product-card-hot-deel {
            flex: 1 1 calc(25% - 30px);
            /* 4 items per row (100% / 4 = 25%) */
            box-sizing: border-box;
            background: white;
            border-radius: 20px;
            width: 370px;
            height: 450px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .product-card-hot-deel:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }

        .heart-icon-hot-deel {
            position: absolute;
            top: 15px;
            left: 15px;
            width: 35px;
            height: 35px;
            background: #ff6b4a;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .heart-icon-hot-deel:hover {
            background: #e55a42;
            transform: scale(1.1);
        }

        .heart-icon-hot-deel::before {
            content: '♥';
            color: white;
            font-size: 16px;
        }

        .image-section-hot-deel {
            height: 250px;
            background: #f1f5f9;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            position: relative;
        }

        .product-image-hot-deel {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .product-card-hot-deel:hover .product-image-hot-deel {
            transform: scale(1.05);
        }

        .info-section-hot-deel {
            height: 40%;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-title-hot-deel {
            font-size: 20px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
            line-height: 1.2;
        }

        .product-category-hot-deel {
            font-size: 14px;
            color: #7f8c8d;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .pricing-section-hot-deel {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .price-container-hot-deel {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .current-price-hot-deel {
            font-size: 22px;
            font-weight: 800;
            color: #2980b9;
            display: flex;
            align-items: center;
        }

        .currency-hot-deel {
            font-size: 16px;
            margin-right: 2px;
        }

        .original-price-hot-deel {
            font-size: 14px;
            color: #bdc3c7;
            text-decoration: line-through;
            font-weight: 500;
        }

        .add-button-hot-deel {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #ff6b4a 0%, #ff8a65 100%);
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(255, 107, 74, 0.3);
        }

        .add-button-hot-deel:hover {
            transform: scale(1.1) rotate(90deg);
            box-shadow: 0 6px 20px rgba(255, 107, 74, 0.4);
        }

        .add-button-hot-deel:active {
            transform: scale(0.95) rotate(90deg);
        }

        /* Card specific colors */
        .card-1 .image-section-hot-deel {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }



        /* Floating animation */
        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-8px);
            }
        }

        .product-card-hot-deel {
            animation: float 6s ease-in-out infinite;
        }

        .product-card-hot-deel:nth-child(2) {
            animation-delay: -2s;
        }

        .product-card-hot-deel:nth-child(3) {
            animation-delay: -4s;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .container-hot-deel {
                flex-direction: row;
                /* keep row layout */
                justify-content: center;
                flex-wrap: wrap;
                /* allow wrapping */
                gap: 20px;
            }

            .product-card-hot-deel {
                flex: 1 1 calc(50% - 20px);
                /* 2 per row */
                max-width: 280px;
                /* prevent oversized cards */
                height: 380px;
            }

            .product-title-hot-deel {
                font-size: 18px;
            }

            .current-price-hot-deel {
                font-size: 20px;
            }
        }




        /* product  Section */
        @keyframes fadeInUp {

            0%,
            100% {
                opacity: 0;
                transform: translateY(30px);
            }

            15%,
            85% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInDown {

            0%,
            100% {
                opacity: 0;
                transform: translateY(-30px);
            }

            15%,
            85% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float1 {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg);
            }

            33% {
                transform: translate(100px, -50px) rotate(120deg);
            }

            66% {
                transform: translate(-50px, 100px) rotate(240deg);
            }
        }

        @keyframes float2 {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg);
            }

            50% {
                transform: translate(-150px, 80px) rotate(180deg);
            }
        }

        @keyframes float3 {

            0%,
            100% {
                transform: translate(0, 0) scale(1);
            }

            33% {
                transform: translate(120px, 100px) scale(1.5);
            }

            66% {
                transform: translate(-80px, -60px) scale(0.8);
            }
        }

        @keyframes float4 {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg);
            }

            25% {
                transform: translate(-100px, -100px) rotate(90deg);
            }

            50% {
                transform: translate(50px, -50px) rotate(180deg);
            }

            75% {
                transform: translate(-80px, 80px) rotate(270deg);
            }
        }

        @keyframes float5 {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg) scale(1);
            }

            50% {
                transform: translate(180px, -120px) rotate(360deg) scale(1.3);
            }
        }



        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

        .moving-shape {
            position: absolute;
            opacity: 0.15;
            border-radius: 50%;
        }

        .shape-1 {
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            top: 10%;
            left: 10%;
            animation: float1 15s ease-in-out infinite;
        }

        .shape-2 {
            width: 150px;
            height: 150px;
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            top: 60%;
            right: 15%;
            animation: float2 20s ease-in-out infinite;
        }

        .shape-3 {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            top: 30%;
            right: 25%;
            animation: float3 18s ease-in-out infinite;
        }

        .shape-4 {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
            bottom: 20%;
            left: 20%;
            animation: float4 22s ease-in-out infinite;
        }

        .shape-5 {
            width: 90px;
            height: 90px;
            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
            top: 50%;
            left: 50%;
            animation: float5 17s ease-in-out infinite;
        }

        .hero-section-pd {
            background: linear-gradient(95.25deg, #667EEA 0%, #764BA2 100%);
            color: white;
            padding: 70px 0;
            margin-top: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
            z-index: -1;
        }


        .hero-section-pd h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .hero-section-pd p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .sidebar-pd {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 16px rgba(107, 92, 231, 0.1);
            height: fit-content;
            position: sticky;
            top: 20px;
        }

        .sidebar-pd h5 {
            color: #2d3748;
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

        .filter-section {
            margin-bottom: 30px;
        }

        .filter-section:last-child {
            margin-bottom: 0;
        }

        .form-check {
            margin-bottom: 12px;
        }


        .count-badge {
            color: #a0aec0;
            font-size: 0.85rem;
            margin-left: auto;
        }

        .product-card-pd {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 25px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
        }

        .product-card-pd:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(107, 92, 231, 0.15);
        }

        .product-image-pd {
            width: 100%;
            height: 180px;
            background: #f7fafc;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #a0aec0;
            font-size: 3rem;
        }

        .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            color: white;
            z-index: 5;
        }

        .badge-bestseller {
            background-color: #ff6b6b;
        }

        .badge-new {
            background-color: #4dabf7;
        }

        .badge-popular {
            background-color: #ff8c42;
        }

        .badge-bestvalue {
            background-color: #51cf66;
        }

        .badge-hotdeal {
            background-color: #ff6b6b;
        }

        .product-category-pd {
            color: var(--primary-purple);
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .product-title-pd {
            color: #2d3748;
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .product-features {
            list-style: none;
            padding: 0;
            margin: 15px 0;
        }

        .product-features li {
            color: #4a5568;
            font-size: 0.9rem;
            margin-bottom: 6px;
            display: flex;
            align-items: center;
        }

        .product-features li:before {
            content: "✓";
            color: #48bb78;
            font-weight: bold;
            margin-right: 8px;
        }

        .price-section-pd {
            margin: 20px 0;
        }

        .current-price {
            color: #2d3748;
            font-size: 1.5rem;
            font-weight: 700;
        }

        .original-price {
            color: #a0aec0;
            text-decoration: line-through;
            font-size: 1rem;
            margin-left: 10px;
        }

        .discount-badge {
            background: linear-gradient(135deg, #4dabf7, #339af0);
            color: white;
            padding: 4px 8px;
            border-radius: 8px;
            font-size: 0.75rem;
            font-weight: 600;
            margin-left: 10px;
        }

        .btn-add-cart {
            background: linear-gradient(135deg, #ff6b6b, #ee5a52);
            border: none;
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s ease;
        }

        .btn-add-cart:hover {
            background: linear-gradient(135deg, #ee5a52, #e64545);
            transform: translateY(-1px);
            color: white;
        }

        .btn-wishlist-pd {
            border: 2px solid #e2e8f0;
            background: white;
            color: #a0aec0;
            width: 45px;
            height: 45px;
            border-radius: 8px;
            margin-left: 10px;
            transition: all 0.3s ease;
        }

        .btn-wishlist-pd:hover {
            border-color: var(--primary-purple);
            color: var(--primary-purple);
        }

        .apply-filters-btn {
            background: linear-gradient(135deg, #ff6b6b, #ee5a52);
            border: none;
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s ease;
        }

        .apply-filters-btn:hover {
            background: linear-gradient(135deg, #ee5a52, #e64545);
            transform: translateY(-1px);
        }

        .results-header {
            background: white;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 25px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }

        .sort-dropdown {
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            padding: 8px 16px;
        }

        .pagination {
            justify-content: center;
            margin-top: 40px;
        }

        .page-link {
            border: none;
            color: #4a5568;
            padding: 12px 16px;
            margin: 0 4px;
            border-radius: 8px;
            font-weight: 500;
        }

        .page-item.active .page-link {
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            color: white;
        }

        .price-range-inputs {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .price-input {
            border: 2px solid #e2e8f0;
            border-radius: 6px;
            padding: 8px 12px;
            font-size: 0.9rem;
        }

        @media (max-width: 768px) {
            .hero-section-pd h1 {
                font-size: 2rem;
            }

            .sidebar-pd {
                margin-bottom: 25px;
            }
        }



        /* Contact Cards Section */
        .contact-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 50px;
            margin-top: -40px;
        }

        .contact-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 24px;
            color: white;
        }

        .contact-icon.phone {
            background: #4a5568;
        }

        .contact-icon.email {
            background: #e2e8f0;
            color: #4a5568;
        }

        .contact-icon.location {
            background: #e53e3e;
        }

        .contact-icon.chat {
            background: #e2e8f0;
            color: #4a5568;
        }

        .contact-card h3 {
            color: #2d3748;
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .contact-info {
            color: #4299e1;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .contact-details {
            color: #718096;
            font-size: 14px;
            margin-bottom: 15px;
        }



        /* Marketplace Section */
        .marketplace-section {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .marketplace-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .marketplace-header h2 {
            color: #2d3748;
            font-size: 32px;
            margin-bottom: 10px;
        }

        .marketplace-header p {
            color: #718096;
            font-size: 16px;
        }

        .marketplace-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .marketplace-card {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            background: #f7fafc;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .marketplace-card:hover {
            border-color: #e2e8f0;
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        .marketplace-logo {
            height: 60px;
            margin-bottom: 20px;
        }

        .marketplace-card h3 {
            color: #2d3748;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .rating {
            display: flex;
            justify-content: center;
            gap: 3px;
            margin-bottom: 15px;
        }

        .star {
            color: #fbbf24;
            font-size: 18px;
        }

        .marketplace-stats {
            color: #718096;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .btn-marketplace {
            margin-top: 20px;
        }

        .btn-flipkart {
            background: #2563eb;
            color: white;
        }

        .btn-amazon {
            background: #ff9500;
            color: white;
        }

        .btn-indiamart {
            background: #68d391;
            color: white;
        }

        /* Contact Form Section */
        .contact-form-section {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
        }

        .form-card-cu {
            background: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .sidebar-column {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }



        .form-card-cu h2 {
            color: #2d3748;
            font-size: 28px;
            margin-bottom: 10px;
        }

        .form-card-cu p {
            color: #718096;
            margin-bottom: 30px;
        }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group.full-width {
            grid-column: 1 / -1;
        }

        .form-group label {
            display: block;
            color: #2d3748;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .required {
            color: #e53e3e;
        }

        .form-control {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }

        .form-control:focus {
            outline: none;
            border-color: #4299e1;
        }

        .form-control textarea {
            min-height: 120px;
            resize: vertical;
        }

        .checkbox-container {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 20px 0;
        }

        .btn-send {
            background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
            color: white;
            width: 100%;
            padding: 15px;
            font-size: 16px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-send:hover {
            background: linear-gradient(135deg, #ff5252, #ff7979);
            transform: translateY(-2px);
        }

        /* Sidebar */
        .sidebar-card h3 {
            color: #2d3748;
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .business-hours {
            margin-bottom: 25px;
        }

        .hours-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 6px;
            padding: 4px 0;
            font-size: 14px;
        }

        .hours-row:not(:last-child) {
            border-bottom: 1px solid #f1f5f9;
        }

        .support-links {
            margin-bottom: 25px;
        }

        .support-link {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px 0;
            color: #4a5568;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 14px;
        }

        .support-link:hover {
            color: #2d3748;
        }

        .social-section p {
            color: #718096;
            font-size: 13px;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .social-links {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .social-link {
            width: 35px;
            height: 35px;
            background: #f8fafc;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #64748b;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .social-link:hover {
            background: #e2e8f0;
            transform: translateY(-1px);
        }

        .holiday-notice {
            background: #fef2f2;
            color: #b91c1c;
            padding: 8px 10px;
            border-radius: 6px;
            font-size: 12px;
            margin-top: 10px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        @media (max-width: 768px) {
            .contact-section {
                grid-template-columns: 1fr;
            }

            .marketplace-grid {
                grid-template-columns: 1fr;
            }

            .contact-form-section {
                grid-template-columns: 1fr;
            }

            .form-grid {
                grid-template-columns: 1fr;
            }

            .office-content {
                flex-direction: column;
            }

            .faq-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Section Titles */
        .section-title {
            text-align: center;
            color: #2d3748;
            font-size: 32px;
            margin-bottom: 40px;
            font-weight: 600;
        }

        /* Office Section */
        .office-section {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .office-content {
            display: flex;
            gap: 30px;
            align-items: flex-start;
        }

        .map-container {
            flex: 2;
            background: #f8fafc;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            min-height: 400px;
        }

        .map-placeholder {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #a8e6cf, #88d8a3);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .map-marker {
            font-size: 40px;
            color: #e53e3e;
            animation: bounce 2s infinite;
        }

        .map-controls {
            position: absolute;
            top: 15px;
            right: 15px;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .map-control {
            width: 35px;
            height: 35px;
            background: white;
            border: 2px solid #e2e8f0;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            transition: all 0.3s ease;
        }

        .map-control:hover {
            background: #f7fafc;
            border-color: #cbd5e0;
        }

        .map-overlay {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: white;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .map-info {
            font-size: 14px;
            color: #2d3748;
            line-height: 1.4;
        }

        .directions-card {
            flex: 1;
            background: #f8fafc;
            border-radius: 15px;
            padding: 30px;
        }

        .directions-card h3 {
            color: #2d3748;
            font-size: 24px;
            margin-bottom: 25px;
            font-weight: 600;
        }

        .direction-item {
            display: flex;
            gap: 15px;
            margin-bottom: 25px;
        }

        .direction-item:last-child {
            margin-bottom: 0;
        }

        .direction-icon {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
        }

        .direction-icon.car {
            background: #fee2e2;
            color: #dc2626;
        }

        .direction-icon.bus {
            background: #fef3c7;
            color: #d97706;
        }

        .direction-icon.plane {
            background: #dbeafe;
            color: #2563eb;
        }

        .direction-content h4 {
            color: #2d3748;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .direction-content p {
            color: #718096;
            font-size: 14px;
            line-height: 1.5;
        }

        /* FAQ Section */
        .faq-section {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .faq-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
        }

        .faq-card {
            background: #f8fafc;
            border: 2px solid #e2e8f0;
            border-left: 4px solid #4299e1;
            border-radius: 12px;
            padding: 25px;
            transition: all 0.3s ease;
        }

        .faq-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border-left-color: #3182ce;
        }

        .faq-card h4 {
            color: #2d3748;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .faq-card p {
            color: #4a5568;
            font-size: 14px;
            line-height: 1.5;
        }

        @keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                transform: translateY(0);
            }

            40% {
                transform: translateY(-10px);
            }

            60% {
                transform: translateY(-5px);
            }
        }

        /* buttom to top css */
        #backToTopBtn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9999;

            display: none;
            align-items: center;
            justify-content: center;

            width: 45px;
            height: 45px;
            border-radius: 50%;

            background: #ff6b4a;
            color: #fff;
            font-size: 20px;
            font-weight: bold;

            border: none;
            cursor: pointer;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);

            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        #backToTopBtn:hover {
            background: #e65a3a;
            transform: translateY(-4px);
        }