body {
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
            background: #f8f9fa;
            color: #333;
        }

        header {
            background: #111;
            color: white;
            padding: 25px 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        header h1 { margin: 0; font-size: 28px; margin-right: 65%; }
        .brand { margin: 0; font-size: 28px; height: 40px; width: auto;}

        nav a {
            color: white;
            margin-left: 20px;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
        }

         /* Hide burger CSS*/
     .burger {
         display: none;
         font-size: 26px;
        cursor: pointer;
        z-index: 200; /* stays above header */
         }

         .active {
            display: block;
        }
         /* Responsive Styles */

        @media (max-width: 768px) {
.burger {
         display: block;
         position: absolute;
         top: 20px;
         right: 20px;
         color: #312f2f; /* make sure it’s visible */
         display: flex;
         }
}


        .sub-nav a:hover {
            background: var(--secondary);
            color: white;
            transform: translateY(-2px);
        }

        nav a:hover { color: #f4b400; }

        .hero {
            background: url('image/oG.jpg') center/cover no-repeat;
            height: 90vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            padding: 20px;
        }

        .hero h2 {
            font-size: 48px;
            max-width: 800px;
        }

        .hero p {
            font-size: 20px;
            margin: 20px auto;
            max-width: 600px;
        }

        .cta-btn{
            background: #f4b400;
            color: #111;
            text-decoration: none;
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-size: 18px;
            cursor: pointer;
            font-weight: bold;
        }

        .section-title {
            text-align: center;
            font-size: 32px;
            margin-top: 70px;
            margin-bottom: 30px;
        }

      

        .product-card h3 { margin: 15px 0 10px; font-size: 20px; }
        .product-card p { font-size: 15px; }
           
/* FULL SCREEN CENTER */
.promo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 14, 0.299); 
    backdrop-filter: blur(2px); 
    z-index: 10000 ;  
}

/* IMAGE */
.promo-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    width: fit-content;
    max-width: 90%;
    margin: auto; 
}

.promo-box img {
   width: 500px;
   max-width: 800px;
   height: 500px;
   display: block;
   border-radius: 12px;
}

/* CLOSE (X) BUTTON */
.close-btn{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #111;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}


        #mc_embed_shell{
            text-align: center;
            align-items: center;
        }

        @media (max-width:480px) {

    .popup-container {
        padding: 12px;
        align-items: center;
    }

    /* Target Mailchimp embedded popup content */
    .popup-container * {
        box-sizing: border-box;
    }

    .popup-container form,
    .popup-container .mc-modal,
    .popup-container .popup-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Fix scaling issue */
    .popup-container {
        transform: none !important;
        zoom: 1 !important;
    }

    /* Inputs + buttons fit nicely */
    .popup-container input,
    .popup-container button {
        width: 100% !important;
        font-size: 16px; /* prevents iOS zoom */
    }

    /* Prevent overflow */
    .popup-container {
        overflow-y: auto;
    }        
}    
        .popup-container{
            position: fixed;
            top: 0;
            left: 0;    
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 14, 0.299); 
            backdrop-filter: blur(2px);    
            z-index: 10000 ;
            display: flex ;  
            justify-content: center;
            align-items: center;
        }   
/* SUBSCRIBE BUTTON STYLING */
#mc-embedded-subscribe{
    background: #f0ca07;
    color: #f0ca07;
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}
/* CLOSE (X) BUTTON */
.close-popup{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #111;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

        /* .popup-content{
            background: white;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
            width: 300px;
            position: relative; 
        } */

        /* footer {
             background: #111; 
             color: white;
             text-align:centre;
             padding:20px;
             margin-top: 40px 
            } */
        
        /* =========> cookies <==========  */
        .cookie-banner {
            position: fixed;
            bottom: 20px;
            left: 50%;
            width: 90%;
            transform: translateX(-50%);
            max-width: 600px;
            background: rgba(0, 0, 14, 0.85);
            color: #fff;
            backdrop-filter: blur(10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            border-radius: 15px;
            padding: 20px;
            z-index: 9999;
            animation: slideUp 0.6s ease;
        }

        .cookie-content {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .cookie-buttons {
            display: flex;
            gap: 10px;
            justify-content: flex-end;
        }

        .btn-accept {
            background: linear-gradient(45deg, #00c853, #64dd17);
            border: none;
            padding: 10px 18px;
            border-radius: 8px;
            color: white;
            cursor: pointer;
            font-weight: bold;
        }

        .btn-decline {
            background: transparent;
            border: 1px solid #ccc;
            padding: 10px 18px;
            border-radius: 8px;
            color: white;
            cursor: pointer;
        }

        @keyframes slideUp {
            from { transform: translate(-50%, 100%); opacity: 0; }
            to { transform: translate(-50%, 0); opacity: 1; }
        }
    

       /* Footer */
        footer {
            background-color: #2c3e50;
            color: white;
            padding: 60px 0 30px;
            text-align: center;
        }

        .footer-content {
            display: flex;
            text-align: center;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 40px;
        }
        
        .footer-section {
            flex: 1;
            min-width: 250px;
        }
        
        .footer-section h3 {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            color: var(--primary);
        }
        
        .footer-section p, .footer-section li {
            margin-bottom: 1rem;
        }
        
        .footer-section a {
            color: #ddd;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-section a:hover {
            color: var(--primary);
        }
        
        .footer-section ul {
            list-style: none;
        }


        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 1.5rem;
        }
        
        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            background: var(--primary);
            color: #ddd;
            transform: translateY(-3px);
        }
        
        .copyright {
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            text-align: center;
            font-size: 0.9rem;
            color: #aaa;
        }

       

        .footer-line{
        border: none;
        border-top: 1px solid #cfcece;
        margin: 20px 0;
        }

        .copy{
        font-size: x-small;
        }
        


       @media(max-width: 768px){ 
        .nav-main{
        display: none;
       }
    }  
        .burger{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        color: #312f2f;  /*make sure it's visible*/

       }
    .nav-main.active{
       display: flex;
      flex-direction: column;
    }

   header h1{margin-right: 31%;
    
    }