/* Product Single Star */
       /* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        } */

        /* Single Product Page Styles */
.single-product-hero-section {
    background-color: #1ebd4017;
    padding: 30px 0 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.single-product-hero-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* .single-product-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */

.single-product-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 50px 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

.single-product-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

.single-product-images {
    flex: 1;
    min-width: 300px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.single-product-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.single-product-image-placeholder {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    font-size: 5rem;
    border-radius: 8px;
}

.single-product-image-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    color: #333;
    z-index: 10;
    transition: all 0.3s ease;
}

.single-product-image-nav:hover {
    background: #fff;
    color: #e74c3c;
}

.single-product-prev {
    left: 15px;
}

.single-product-next {
    right: 15px;
}

.single-product-info {
    flex: 1;
    min-width: 300px;
}

.single-product-info h1 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
}

.single-product-code, 
.single-product-qty {
    color: #7f8c8d;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.single-product-rating {
    margin: 15px 0;
    color: #ca7f06;
    font-size: 1.2rem;
}

.single-product-option {
    margin: 25px 0;
   
}

.single-product-select {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
    width: 100%;
    transition: border 0.3s ease;
}

.single-product-select:focus {
    border-color: #3498db;
    outline: none;
}

.single-product-input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
    transition: border 0.3s ease;
}

.single-product-input:focus {
    border-color: #3498db;
    outline: none;
}

.single-product-place-order-btn {
    background-color: #115797;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.single-product-place-order-btn:hover {
    background-color: #1ebd40;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.single-product-place-order-btn i {
    font-size: 1rem;
}

.single-product-container1 {    
    background-color: #ffffff;    
    margin-top: 40px;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    color: white;
}

.single-product-specifications {
    width: 100%;
}

.single-product-spec-title {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.single-product-spec-subtitle {
    font-size: 1.3rem;
    color: #34495e;
    margin-bottom: 25px;
    font-weight: 600;
}

.single-product-spec-table {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    background-color: #dadada79;
    border-radius: 8px;
    overflow: hidden;
}

.single-product-spec-row {
    display: flex;
    width: 100%;
}

.single-product-spec-label {
    flex: 1;
    padding: 15px;
    background-color: #fff;
    font-weight: 600;
    color: #2c3e50;
    min-width: 150px;
}

.single-product-spec-value {
    flex: 2;
    padding: 15px;
    background-color: #fff;
    color: #7f8c8d;
}

/* Related Products Section */
.related-products-section {
    padding: 60px 0;
    background-color: #fff;
}

.single-product-container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.related-products-title {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.related-product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.related-product-image-container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    overflow: hidden;
}

.related-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-product-card:hover .related-product-image {
    transform: scale(1.05);
}

.related-product-info {
    padding: 20px;
}

.related-product-name {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 600;
}

.related-product-code {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.related-product-view-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.related-product-view-btn:hover {
    background-color: #2980b9;
}

/* Floating shapes and particles for header */
.our-products-floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.our-products-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    transition: transform 0.5s ease;
}

.our-products-shape-1 {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}

.our-products-shape-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    right: 10%;
}

.our-products-shape-3 {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 20%;
}

.our-products-shape-4 {
    width: 80px;
    height: 80px;
    bottom: 10%;
    left: 30%;
}

.our-products-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.our-products-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    animation: float 10s linear infinite;
}

@keyframes float {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-20vh);
        opacity: 0;
    }
}

/* Responsive styles */
@media (max-width: 992px) {
    .single-product-hero-title {
        font-size: 2rem;
    }
    
    .single-product-info h1 {
        font-size: 1.7rem;
    }
    
    .related-products-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .single-product-hero-section {
        padding: 40px 0 20px;
    }
    
    .single-product-hero-title {
        font-size: 1.8rem;
    }
    
    .single-product-section {
        margin: 30px 0;
        gap: 30px;
    }
    
    .single-product-content {
        gap: 30px;
    }
    
    .single-product-spec-title {
        font-size: 1.5rem;
    }
    
    .single-product-spec-subtitle {
        font-size: 1.1rem;
    }
    
    .single-product-spec-label,
    .single-product-spec-value {
        padding: 10px;
        font-size: 0.9rem;
    }
    
    .related-products-section {
        padding: 40px 0;
    }
    
    .related-products-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .single-product-hero-title {
        font-size: 1.5rem;
    }
    
    .single-product-info h1 {
        font-size: 1.4rem;
    }
    
    .single-product-spec-row {
        flex-direction: column;
    }
    
    .single-product-spec-label,
    .single-product-spec-value {
        flex: auto;
        width: 100%;
    }
    
    .related-products-grid {
        grid-template-columns: 1fr;
    }
    
    .related-product-image-container {
        height: 180px;
    }
}
        
        /* Select Box Styles */
        .single-product-select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: white url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e") no-repeat;
            background-position: right 10px center;
            background-size: 15px;
            padding-right: 30px !important;
            transition: border-color 0.3s ease;
        }

        .single-product-select:focus {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
        }

        .single-product-input {
            transition: border-color 0.3s ease;
        }

        .single-product-input:focus {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
        }
        .single-product-specifications {
            padding: 3rem;
            background: #f8f9fa;
        }

        .single-product-spec-title {
            font-size: 1.8rem;
            color: #2c5530;
            margin-bottom: 1rem;
        }

        .single-product-spec-subtitle {
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 2rem;
        }

        .single-product-spec-table {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }

        .single-product-spec-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .single-product-spec-label {
            background: linear-gradient(135deg, #e8f5e8, #d4edda);
            padding: 1rem;
            font-weight: bold;
            color: #2c5530;
            border-right: 1px solid #ddd;
        }

        .single-product-spec-value {
            padding: 1rem;
            color: #666;
        }

        .single-product-whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #25d366;
            color: white;
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
            transition: all 0.3s;
            z-index: 1000;
        }

        .single-product-whatsapp-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
        }

        @media (max-width: 768px) {
            .single-product-nav-container {
                flex-direction: column;
                gap: 1rem;
            }

            .single-product-nav-links {
                gap: 1rem;
            }

            .single-product-hero-title {
                font-size: 1.8rem;
            }

            .single-product-content {
                grid-template-columns: 1fr;
                gap: 2rem;
                padding: 2rem;
            }

            .single-product-spec-table {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .single-product-spec-row {
                grid-template-columns: 1fr;
            }

            .single-product-spec-label {
                border-right: none;
                border-bottom: 1px solid #ddd;
            }
        }
    
        /* Product Single End */

        /* Related Products Styles */
            .related-products-section {
                padding: 60px 0;
                background: #f8f9fa;
            }

            .related-products-title {
                font-size: 2rem;
                text-align: center;
                margin-bottom: 40px;
                color: #333;
            }

            .related-products-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                gap: 30px;
                margin-top: 30px;
            }

            .related-product-card {
                background: white;
                border-radius: 10px;
                overflow: hidden;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                transition: all 0.3s ease;
            }

            .related-product-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            }

            .related-product-image-container {
                height: 200px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #f8f9fa;
                position: relative;
            }

            .related-product-image {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

            .related-product-info {
                padding: 20px;
            }

            .related-product-name {
                font-size: 1.1rem;
                color: #333;
                margin-bottom: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .related-product-code {
                font-size: 0.9rem;
                color: #666;
                margin-bottom: 15px;
            }

            .related-product-view-btn {
                display: block;
                text-align: center;
                padding: 10px;
                background: #007bff;
                color: white;
                text-decoration: none;
                border-radius: 5px;
                transition: all 0.3s ease;
            }

            .related-product-view-btn:hover {
                background: #0056b3;
                color: white;
                text-decoration: none;
            }

            /* Related Products Styles End */