
        
        .section {
/*            padding: 8rem 0;*/
        }
        
        .section-title {
            font-size: 2.75rem;
            margin-bottom: 3rem;
            position: relative;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 60px;
            height: 4px;
            background-color: #0056FF;
        }
        
        /* Hero Section */
        .hero-section {
            position: relative;
            overflow: hidden;
      

        }
        
        .hero-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj48cmVjdCB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIGZpbGw9IiNmNWY1ZjUiLz48cGF0aCBkPSJNMzAgMTVIMTVWMzBIMzBWMTVaIiBmaWxsPSIjZWFlYWVhIiBvcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMTUgMTVWNDVIMzBWMTVIMTVaIiBmaWxsPSIjZWFlYWVhIiBvcGFjaXR5PSIwLjMiLz48L3N2Zz4=');
            opacity: 0.4;
        }
        
        .product-name {
            font-size: 4rem;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            color: #990101;
        }
        
        .product-tagline {
            font-size: 1.25rem;
            color: rgba(0,0,0,0.7);
            max-width: 500px;
            margin-bottom: 2.5rem;
            font-weight: 400;
        }
        
        .hero-image-container {
            position: relative;
            height: 500px;
            background-color: #FFFFFF;
            border-radius: 0px;
            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
            overflow: hidden;
            border: 1px solid rgba(0,0,0,0.05);
        }
        
        .hero-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            padding: 3rem;
        }
        
        /* Description Section */
        .description-section {
            background-color: #FFFFFF;
        }
        
        .description-text {
            font-size: 1.125rem;
            color: rgba(0,0,0,0.8);
         
        }
        
        /* Feature Section */
        .feature-section {
            background-color: #F5F5F5;
        }
        
        .feature-card {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 2.5rem;
            height: 100%;
            box-shadow: 0 2px 6px rgba(0,0,0,0.03);
            border: 1px solid rgba(0,0,0,0.05);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        
        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.08);
        }
        
        .feature-icon {
            width: 56px;
            height: 56px;
            background-color: #E6F0FF;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.75rem;
        }
        
        .feature-icon i {
            font-size: 1.5rem;
            color: #0056FF;
        }
        
        .feature-title {
            font-size: 1.375rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        /* Gallery Section */
        .gallery-section {
            background-color: #FFFFFF;
        }
        
        .gallery-image {
            width: 100%;
            height: 335px;
            object-fit: cover;
            border-radius: 16px;
            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.03);
            border: 1px solid rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .gallery-image:hover {
            transform: scale(1.02);
        }
        
        /* Specs Section */
        .specs-section {
            background-color: #0F0F0F;
            color: #FFFFFF;
        }
        
        .specs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2.5rem;
        }
        
        .specs-item {
            padding-bottom: 1.5rem;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        
        .specs-label {
            font-size: 0.875rem;
            color: rgba(255,255,255,0.6);
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            font-weight: 500;
        }
        
        .specs-value {
            font-size: 1.25rem;
            font-weight: 600;
        }
        
        /* FAQ Section */
        .faq-section {
            background-color: #F5F5F5;
        }
        
        .accordion {
            --bs-accordion-border-color: rgba(0,0,0,0.05);
            --bs-accordion-btn-focus-border-color: transparent;
            --bs-accordion-btn-focus-box-shadow: none;
            --bs-accordion-active-color: #0056FF;
            --bs-accordion-active-bg: #E6F0FF;
        }
        
        .accordion-button {
            font-weight: 600;
            padding: 1.5rem;
            border-radius: 12px !important;
            background-color: #FFFFFF;
            box-shadow: 0 2px 6px rgba(0,0,0,0.03);
        }
        
        .accordion-button:not(.collapsed) {
            background-color: #E6F0FF;
            color: #0056FF;
        }
        
        .accordion-body {
            padding: 1.5rem;
            color: rgba(0,0,0,0.8);
        }
        
        /* CTA Section */
      
        
        .cta-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj48cmVjdCB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIGZpbGw9IiMwMDU2ZmYiLz48cGF0aCBkPSJNMzAgMTVIMTVWMzBIMzBWMTVaIiBmaWxsPSIjMDA0MGMxIiBvcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMTUgMTVWNDVIMzBWMTVIMTVaIiBmaWxsPSIjMDA0MGMxIiBvcGFjaXR5PSIwLjMiLz48L3N2Zz4=');
            opacity: 0.15;
        }
        
        .cta-title {
            font-size: 2.75rem;
            margin-bottom: 1.5rem;
            position: relative;
        }
        
        .cta-text {
            font-size: 1.125rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto 2.5rem;
        }
        
        .btn-primary {
            background-color: #FFFFFF;
            color: #0056FF;
            padding: 1rem 2.5rem;
            font-weight: 700;
            border-radius: 12px;
            border: none;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .section {
                padding: 6rem 0;
            }
            
            .product-name {
                font-size: 3rem;
            }
            
            .hero-image-container {
                height: 450px;
                margin-top: 3rem;
            }
            
            .section-title {
                font-size: 2.25rem;
            }
        }
        
        @media (max-width: 768px) {
            .section {
                padding: 1rem 0;
            }
            
            .product-name {
                font-size: 2.5rem;
            }
            
            .hero-image-container {
                height: 350px;
            }
        }





.form-container {
            background-color: #ffffff;
            border-radius: 12px;
            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 #e2e8f0;
            width: 100%;
            max-width: 600px;
            padding: 2.5rem;
            position: relative;
            overflow: hidden;
        }
        
        .form-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background-color: #2563eb;
        }
        
        .form-title {
            color: #1e293b;
            font-size: 1.75rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
        }
        
        .form-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: #2563eb;
        }
        
        .form-control {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 0.75rem 1rem;
            height: auto;
            transition: all 0.2s ease;
        }
        
        .form-control:focus {
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }
        
        .form-floating>label {
            color: #64748b;
            font-size: 0.9rem;
        }
        
        .form-floating>.form-control:not(:placeholder-shown)~label {
            transform: scale(0.85) translateY(-1.2rem) translateX(0.4rem);
            color: #2563eb;
        }
        
        .btn-submit {
            background-color: #2563eb;
            color: #ffffff;
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 8px;
            font-weight: 500;
            transition: all 0.2s ease;
            width: 100%;
        }
        
        .btn-submit:hover {
            background-color: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.3);
        }
        
        .btn-submit:active {
            transform: translateY(0);
        }
        
        .success-message {
            display: none;
            background-color: #ecfdf5;
            border: 1px solid #10b981;
            color: #10b981;
            padding: 1rem;
            border-radius: 8px;
            margin-bottom: 1.5rem;
            font-size: 0.9rem;
        }
        
        .input-icon {
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            color: #94a3b8;
        }
        
        @media (max-width: 576px) {
            .form-container {
                padding: 1.5rem;
            }
            
            .form-title {
                font-size: 1.5rem;
            }
        }




.header {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                      url('https://images.unsplash.com/photo-1517430816045-df4b7de11d1d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 4rem 0;
   
            text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        }
        .content-section {
            background-color: white;
            border-radius: 10px;
            padding: 2rem;
      
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }
        .highlight {
            color: #0d6efd;
            font-weight: bold;
        }
        .header h1 {
            font-size: 3.5rem;
            font-weight: 700;
        }
        .header h2 {
            font-size: 2.5rem;
            font-weight: 600;
        }
        .header h3 {
            font-size: 1.8rem;
            font-weight: 500;
        }