/* Extracted from aboutus.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Nunito Sans', sans-serif;
            line-height: 1.7;
            color: #333;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* About Section */
        .about {
            padding: 120px 0 80px;
            background: #f8f9fa;
            min-height: 100vh;
        }

        .section-title {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 1rem;
            color: #003D82;
        }

        .about-content {
            background: white;
            padding: 3rem;
            border-radius: 20px;
            box-shadow: 0 5px 30px rgba(0,0,0,0.08);
        }

        .about-content p {
            margin-bottom: 1.5rem;
            font-size: 1.05rem;
            color: #555;
        }

        /* Key Facts */
        .key-facts {
            margin-top: 3rem;
        }

        .key-facts h3 {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 2rem;
            color: #0066CC;
        }

        .facts-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
        }

        .fact-card {
            background: linear-gradient(135deg, #003D82, #0066CC);
            color: white;
            padding: 1.5rem;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .fact-card h4 {
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            color: #FFB366;
        }

        .fact-card p {
            font-size: 1rem;
               color: white;
        }

        @media (max-width: 768px) {
            .about-content {
                padding: 2rem 1.5rem;
            }

            .section-title {
                font-size: 2rem;
            }
        }

/* Extracted from acenidhi-sp.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
 font-family: 'Nunito Sans', sans-serif;
        }

      

        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

        select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.5rem;
            padding-right: 3rem;
        }

        .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Extracted from clavamax-LB-625.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

     
        

        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

        select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.5rem;
            padding-right: 3rem;
        }

          .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Extracted from contact.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Nunito Sans', sans-serif;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* Contact Section */
        .contact {
            padding: 120px 0 80px; /* extra top padding for fixed header */
            background: linear-gradient(135deg, #003D82, #0066CC);
            color: white;
            min-height: 100vh;
        }

        .section-title1 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #FFB366;
        }

        .contact-content {
            max-width: 600px;
            margin: 0 auto;
        }

        .contact-info {
            background: rgba(255,255,255,0.1);
            padding: 2rem;
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }

        .contact-info h3 {
            font-size: 2rem;
            margin-bottom: 2rem;
            color: #FFB366;
            text-align: center;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
            gap: 1rem;
        }

        .contact-item i {
            font-size: 1.5rem;
            color: #FFB366;
            margin-top: 0.2rem;
            min-width: 30px;
        }

        .contact-item strong {
            color: #FFB366;
            display: block;
            margin-bottom: 0.25rem;
        }

        @media (max-width: 768px) {
            .section-title1 {
                font-size: 2rem;
            }

            .contact-info {
                padding: 1.5rem;
            }
        }

/* Extracted from coralspan.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
 font-family: 'Nunito Sans', sans-serif;        }

       
 

        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

        select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.5rem;
            padding-right: 3rem;
        }

          .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Extracted from etorimax-90.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
 font-family: 'Nunito Sans', sans-serif;        }

      
 
        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

        .quantity-btn {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #d1d5db;
            background: white;
            cursor: pointer;
            font-size: 1.25rem;
        }

        .quantity-btn:hover {
            background: #f3f4f6;
        }

          .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Extracted from ferimax-xt-plus.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
 font-family: 'Nunito Sans', sans-serif;
        }

       
        

        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

        select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.5rem;
            padding-right: 3rem;
        }

          .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Extracted from folispan-mb.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
 font-family: 'Nunito Sans', sans-serif;
        }

       
        


        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

         .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Extracted from footer.html */
.footer {
    background: #003D82;
    color: #E6F3FF;
    text-align: center;
    padding: 2rem 0;
     font-family: 'Nunito Sans', sans-serif;
}

.footer .container {
    max-width: 1200px;
    margin: auto;
}

.footer p {
    margin: 0;
    font-size: 0.95rem;
}

/* Extracted from header.html */
/* Header Styles */
.header {
    background-color: white;
    color: #0066CC;
    padding: 0.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 10px;
     font-family: 'Nunito Sans', sans-serif;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img {
    height: 70px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: #0066CC;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
}

.nav-menu a:hover {
    color: #FF8C00;
    text-decoration: underline;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #0066CC;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }
    
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu li {
        margin: 0.5rem 0;
    }
    
    .nav-container {
        padding: 0 1rem;
    }
}

/* Extracted from home.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Nunito Sans', sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        /* Header */
        .header {
            background-color: white;
            color: #0066CC;
            padding: 1rem 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 2rem;
        }
        
        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .logo-img {
            height: 70px;
            width: auto;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;
        }
        
        .nav-menu a {
            color: #0066CC;
            font-weight: 700;
            text-decoration: none;
            transition: color 0.3s;
            cursor: pointer;
        }
        
        .nav-menu a:hover {
            color: #FF8C00;
            text-decoration: underline;
        }
        
        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #E6F3FF, #FFF4E6);
            padding: 0px 0 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('/placeholder.svg?height=600&width=1200') center/cover;
            opacity: 0.05;
        }
        
        .hero-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
            z-index: 2;
        }
        
        .hero h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #003D82;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            color: #0066CC;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .cta-button {
            background: #0066CC;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }
        
        .cta-button:hover {
            background: #FF8C00;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        /* Products Section */
        .products {
            padding: 80px 0;
            background: #f8f9fa;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        
        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #003D82;
        }
        
        .section-title1 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #FFB366;
        }
        
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }
        
        .product-card {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }
        
        .product-card:hover {
            transform: translateY(-5px);
        }
        
        .product-image {
            width: 250px;
            height: 250px;
            margin: 0 auto 1rem;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            cursor: pointer;
        }

        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.3s ease;
        }

        .product-image .hover-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .product-image:hover .hover-image {
            opacity: 1;
        }

        .product-image:hover .main-image {
            opacity: 0;
        }
        
        .product-card h3 {
            color: #003D82;
            margin-bottom: 1rem;
            font-size: 1.3rem;
        }
        
        .product-card p {
            color: #666;
            margin-bottom: 1rem;
            font-size: 0.95rem;
            line-height: 1.4;
        }

        .view-details-btn {
            background: #0066CC;
            color: white;
            padding: 10px 25px;
            border: none;
            border-radius: 25px;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s;
            margin-top: 1rem;
        }

        .view-details-btn:hover {
            background: #FF8C00;
            transform: translateY(-2px);
            box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        }

        .product-detail {
            display: none;
            padding: 120px 0 80px;
            background: #f8f9fa;
            min-height: 100vh;
        }

        .product-detail.active {
            display: block;
        }

        .detail-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 2rem;
            background: white;
            border-radius: 20px;
            box-shadow: 0 5px 30px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .back-btn {
            background: #666;
            color: white;
            padding: 10px 25px;
            border: none;
            border-radius: 25px;
            font-size: 1rem;
            cursor: pointer;
            margin: 2rem 0 2rem 2rem;
            transition: all 0.3s;
        }

        .back-btn:hover {
            background: #333;
            transform: translateX(-3px);
        }

        .detail-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            padding: 3rem;
        }

        .detail-image {
            width: 100%;
            max-width: 400px;
            height: 400px;
            margin: 0 auto;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .detail-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .detail-info h2 {
            color: #003D82;
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }

        .detail-info .price {
            color: #FF8C00;
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
        }

        .detail-info .description {
            color: #666;
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 2rem;
        }

        .buy-now-btn {
            background: linear-gradient(135deg, #0066CC, #003D82);
            color: white;
            padding: 15px 40px;
            border: none;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(0,102,204,0.3);
        }

        .buy-now-btn:hover {
            background: linear-gradient(135deg, #FF8C00, #FF6B00);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255,140,0,0.4);
        }

        .product-features {
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 2px solid #E6F3FF;
        }

        .product-features h3 {
            color: #003D82;
            margin-bottom: 1rem;
        }

        .product-features ul {
            list-style: none;
            padding: 0;
        }

        .product-features li {
            color: #666;
            padding: 0.5rem 0;
            padding-left: 1.5rem;
            position: relative;
        }

        .product-features li:before {
            content: '✓';
            color: #0066CC;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .products.hidden {
            display: none;
        }
        
        /* Contact Section */
        .contact {
            padding: 80px 0;
            background: linear-gradient(135deg, #003D82, #0066CC);
            color: white;
        }
        
        .contact-content {
            max-width: 600px;
            margin: 0 auto;
        }
        
        .contact-info {
            background: rgba(255,255,255,0.1);
            padding: 2rem;
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }
        
        .contact-info h3 {
            font-size: 2rem;
            margin-bottom: 2rem;
            color: #FFB366;
            text-align: center;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
            gap: 1rem;
        }
        
        .contact-item i {
            font-size: 1.5rem;
            color: #FFB366;
            margin-top: 0.2rem;
            min-width: 30px;
        }
        
        .contact-item strong {
            color: #FFB366;
            display: block;
            margin-bottom: 0.25rem;
        }
        
        /* Footer */
        .footer {
            background: #003D82;
            color: #E6F3FF;
            text-align: center;
            padding: 2rem 0;
        }
        
        /* Mobile Menu Button */
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 1.5rem;
            color: #0066CC;
            cursor: pointer;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .mobile-menu-btn {
                display: block;
            }
            
            .nav-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: white;
                flex-direction: column;
                padding: 1rem;
                box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            }
            
            .nav-menu.active {
                display: flex;
            }
            
            .nav-menu li {
                margin: 0.5rem 0;
            }
            
            .hero h1 {
                font-size: 2rem;
            }
            
            .hero p {
                font-size: 1rem;
            }
            
            .products-grid {
                grid-template-columns: 1fr;
            }
            
            .nav-container {
                padding: 0 1rem;
            }
            
            .hero-content {
                padding: 0 1rem;
            }
            
            .container {
                padding: 0 1rem;
            }

            .detail-content {
                grid-template-columns: 1fr;
                gap: 2rem;
                padding: 2rem 1rem;
            }

            .detail-image {
                max-width: 300px;
                height: 300px;
            }

            .detail-info h2 {
                font-size: 1.5rem;
            }

            .detail-info .price {
                font-size: 1.4rem;
            }
        }

/* Extracted from napmax-500.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
 font-family: 'Nunito Sans', sans-serif;
        }

        header {
            background: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 50;
        }

        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }
  .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Extracted from nurozia-Gold-1500.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
 font-family: 'Nunito Sans', sans-serif;
        }

        header {
            background: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 50;
        }

        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

        .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Extracted from product-details.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        /* Header styles */
        header {
            background: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 50;
        }

        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

        .quantity-btn {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #d1d5db;
            background: white;
            cursor: pointer;
            font-size: 1.25rem;
        }

        .quantity-btn:hover {
            background: #f3f4f6;
        }

        select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.5rem;
            padding-right: 3rem;
        }

/* Extracted from product.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background-color: #f9fafb;
        }

        /* Header styles */
        header {
            background: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 50;
        }

        .nav-link {
            transition: color 0.3s ease;
        }

        .nav-link:hover {
            color: #059669;
        }

        /* Product card styles */
        .product-card {
            background: white;
            border-radius: 0.75rem;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border: 1px solid #e5e7eb;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .product-card:hover {
            cursor: pointer;
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.15);
        }

        .product-card > .p-4 {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .product-image {
            width: 100%;
            height: 220px;
            object-fit: contain;
            background-color: #f3f4f6;
            padding: 1rem;
        }

        .discount-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: #dc2626;
            color: white;
            padding: 4px 12px;
            border-radius: 4px;
            font-weight: 600;
            font-size: 0.875rem;
        }

        .star-rating {
            color: #fbbf24;
        }

        .view-btn {
            background: #0066CC;
            color: white;
            padding: 10px 24px;
            border-radius: 6px;
            font-weight: 600;
            transition: background 0.3s ease;
            border: none;
            cursor: pointer;
            width: 100%;
            text-decoration: none;
            display: block;
            text-align: center;
            margin-top: auto;
        }

        .view-btn:hover {
            background: #FF8C00;
        }

        .product-card h3 {
            font-size: 1.1rem;
            color: #003D82;
            line-height: 1.4;
            margin-bottom: 1rem;
            font-weight: 700;
            text-align: left;
        }

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4px 0;
    border-bottom: 1px dashed #e5e7eb;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    flex: 0 0 45%;
    font-weight: 600;
    color: #4b5563; /* tailwind gray-600 */
    font-size: 0.85rem;
    text-align: left;
}

.detail-row span {
    flex: 1;
    text-align: right;
    font-size: 0.85rem;
    color: #1f2937;
    word-break: break-word;
}

        select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.5rem;
            padding-right: 3rem;
        }

/* Extracted from vitospan-D3.html */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
 font-family: 'Nunito Sans', sans-serif;
        }

        header {
            background: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 50;
        }

        .thumbnail-selected {
            border: 2px solid #059669;
        }

        .star-rating {
            color: #fbbf24;
        }

        .feature-check {
            color: #059669;
            font-size: 1.25rem;
        }

        select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.5rem;
            padding-right: 3rem;
        }
          .product-info li {
    display: flex;
    margin-bottom: 6px;
}

.product-info strong {
    width: 200px;   /* Adjust as needed */
    font-weight: 600;
}

.trade-grid > div {
    display: flex;
}

.trade-grid > div strong {
    width: 180px;   /* Adjust width if needed */
    font-weight: 600;
}

/* Global offset for fixed header */
body {
    padding-top: 110px !important;
}
.hero, .about, .contact, .product-detail {
    padding-top: 20px !important;
}
