/* ==========================================
   GLOBAL STRUCTURE SETUP & RESET
   ========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
    background-color: #0d1117; /* Slate Black background */
    color: #f0f6fc;            /* Clear white font text color layers */
    overflow-x: hidden;
}

/* ==========================================
   HEADER NAVIGATION BAR
   ========================================== */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background-color: #161b22;
    border-bottom: 1px solid #30363d;
    position: sticky;
    top: 0;
    z-index: 100;
}
.logo { 
    font-size: 22px; 
    font-weight: bold; 
    color: #ff9f43; 
}
.nav-links {
    display: flex;
    align-items: center;
    margin-left: auto; /* Forces structural spacing shift */
    margin-right: 20px;
}
.nav-links a { 
    color: #c9d1d9; 
    text-decoration: none; 
    margin-left: 20px; 
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s; 
}
.nav-links a:hover { 
    color: #ff9f43; 
}

/* 🎯 CUSTOM ABOUT BUTTON: Shrunk size & pushed to right edge of links array */
.main-nav-about-btn {
    display: inline-block;
    background-color: #ff9f43;
    color: #0d1117 !important; /* Forces layout tracking visibility override */
    padding: 4px 5px !important; /* Shrunk length profile padding */
    letter-spacing: -0.2px; 
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.2s ease !important;
}
.main-nav-about-btn:hover {
    background-color: #ffb366 !important;
    transform: scale(1.05);
}

/* Shopping Basket Badge elements setup */
.cart-icon-container {
    cursor: pointer;
    position: relative;
    background: #21262d;
    padding: 8px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.cart-emoji { font-size: 16px; }
.cart-badge {
    background: #ff9f43;
    color: #0d1117;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 6px;
    border-radius: 10px;
    margin-left: 6px;
}

/* ==========================================
   CELEBRATION HERO HEADER AREA
   ========================================== */
.celebration-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 90px 20px;
    background: linear-gradient(rgba(13,17,23,0.85), rgba(13,17,23,0.95)), 
                url('https://unsplash.com') no-repeat center center/cover;
    border-bottom: 1px solid #30363d;
}
.hero-text-container { max-width: 750px; }
.hero-text-container h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ff9f43;
    margin-bottom: 20px;
    line-height: 1.2;
}
.hero-text-container p {
    font-size: 1.2rem;
    color: #8b949e;
    line-height: 1.6;
    margin-bottom: 35px;
}
.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.hero-cta-btn {
    display: inline-block;
    background-color: #ff9f43;
    color: #0d1117;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.2s ease;
}
.hero-cta-btn:hover { background-color: #ffb366; }

.btn-secondary-about {
    display: inline-block;
    border: 2px solid #ff9f43;
    color: #ff9f43;
    background: transparent;
    padding: 11px 26px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s ease;
}
.btn-secondary-about:hover {
    background: rgba(255, 159, 67, 0.1);
    color: #ffb366;
    border-color: #ffb366;
}

/* ==========================================
   PRODUCT SHOPS SECTIONS GRID
   ========================================== */
.products-section { padding: 70px 5%; text-align: center; }
.products-section h2 { font-size: 30px; margin-bottom: 6px; color: #f0f6fc; }
.subtitle { color: #8b949e; margin-bottom: 45px; font-size: 15px; }
.product-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 30px; 
}
.product-card { 
    background: #161b22; 
    border: 1px solid #30363d; 
    padding: 25px; 
    border-radius: 8px; 
    text-align: left; 
    position: relative; 
}
.product-img-placeholder { 
    height: 140px; 
    background: #21262d; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 45px; 
    border-radius: 6px; 
    margin-bottom: 15px; 
}
.product-card h3 { margin-bottom: 10px; color: #f0f6fc; font-size: 18px; }
.product-card p { font-size: 13.5px; color: #8b949e; margin-bottom: 20px; line-height: 1.5; }

/* Visual Badges */
.tag { position: absolute; top: 15px; right: 15px; background: #30363d; font-size: 11px; padding: 3px 8px; border-radius: 4px; font-weight: bold; }
.green-tag { background: #238636; color: white; }
.premium-tag { background: #8957e5; color: white; }

/* Add Cart Action Trigger Button elements */
.btn-add { 
    width: 100%; 
    padding: 10px; 
    background: none; 
    border: 1px solid #ff9f43; 
    color: #ff9f43; 
    border-radius: 5px; 
    cursor: pointer; 
    font-weight: bold; 
    transition: 0.2s; 
}
.btn-add:hover { background: #ff9f43; color: #0d1117; }

/* ==========================================
   SLIDE OUT CART DRAWER STYLING MODULE
   ========================================== */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -360px; /* Concealed state default setting position configuration */
    width: 350px;
    height: 100%;
    background: #161b22;
    border-left: 1px solid #30363d;
    box-shadow: -5px 0 15px rgba(0,0,0,0.6);
    z-index: 1000;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
    display: flex;
    flex-direction: column;
}
.cart-drawer.active {
    right: 0; /* Fully visual drawer window activation tracking handle style */
}
.cart-header { padding: 20px; border-bottom: 1px solid #30363d; display: flex; justify-content: space-between; align-items: center; }
.btn-close { background: none; border: none; color: #8b949e; font-size: 20px; cursor: pointer; }
.cart-items { padding: 20px; flex-grow: 1; overflow-y: auto; }
.cart-item { padding: 12px; background: #21262d; border: 1px solid #30363d; border-radius: 4px; margin-bottom: 10px; color: #c9d1d9; font-size: 14px; }
.empty-msg { color: #8b949e; text-align: center; margin-top: 40px; font-size: 14px; }
.cart-footer { padding: 20px; border-top: 1px solid #30363d; }

/* WhatsApp Checkout Button styling */
.whatsapp-btn {
    width: 100%;
    padding: 14px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}
.whatsapp-btn:hover { background-color: #20ba5a; }

body{
    font-family: sans-serif;
    margin:0;
  
}
.container_title{
    width: 900px;
    max-width: 90vw;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    transition: 0.5s;
    padding: 10px 20px;
    background-color: blue;
    color: white;
    /* transition: transform 0.5s; */
}
/* 
body.activeTabCart .container_title {
    transform: translateX(-250px);
}
body.activeTabCart .container_title_free{
    transform: translateX(-250px);
} */

.blink {
    animation: blinker 2s linear infinite;
    color: red;
    font-family: sans-serif;
    font-weight: bold;
}

/* Safety Hero Typography */
.safety-hero {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(180deg, #1b1510 0%, #0d1117 100%); /* Subtle warmth tone */
    border-bottom: 1px solid #30363d;
}
.safety-hero h1 { font-size: 36px; color: #ff9f43; margin-bottom: 10px; }
.safety-hero p { color: #8b949e; font-size: 16px; max-width: 600px; margin: 0 auto; line-height: 1.5; }

/* Main Wrapper Grid */
.safety-container { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 40px; }

/* Safety Cards Styling */
.safety-card { padding: 30px; border-radius: 8px; border: 1px solid #30363d; }
.safety-card h2 { font-size: 22px; margin-bottom: 20px; }
.safety-card ul { padding-left: 20px; }
.safety-card li { margin-bottom: 15px; color: #c9d1d9; line-height: 1.6; font-size: 15px; }

/* Dynamic Background Accents for Do's and Don'ts */
.do-card { background-color: rgba(35, 134, 54, 0.05); border-color: rgba(35, 134, 54, 0.3); }
.do-card h2 { color: #56d364; }
.dont-card { background-color: rgba(248, 81, 73, 0.05); border-color: rgba(248, 81, 73, 0.3); }
.dont-card h2 { color: #ff7b72; }

/* Disposal Section layout */
.disposal-section { background: #161b22; border: 1px solid #30363d; padding: 30px; border-radius: 8px; margin-bottom: 40px; }
.disposal-section h2 { color: #f0f6fc; margin-bottom: 15px; font-size: 24px; }
.disposal-section p { color: #8b949e; margin-bottom: 20px; font-size: 15px; }
.disposal-section ol { padding-left: 20px; }
.disposal-section li { color: #c9d1d9; margin-bottom: 12px; line-height: 1.6; font-size: 15px; }

/* Heavy Legal Border Notice */
.legal-notice-box { background: #1c1917; border: 1px solid #d29922; border-left: 5px solid #d29922; padding: 30px; border-radius: 6px; }
.legal-notice-box h3 { color: #d29922; margin-bottom: 15px; font-size: 20px; }
.legal-notice-box p { color: #c9d1d9; font-size: 15px; margin-bottom: 15px; line-height: 1.6; }
.legal-notice-box ul { padding-left: 20px; }
.legal-notice-box li { color: #8b949e; margin-bottom: 10px; font-size: 14px; line-height: 1.5; }

/* Adaptive Responsive Query for Mobile Screens */
@media (max-width: 768px) {
    .safety-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* Unique styling for your specific About Us button button */
.main-nav-about-btn {
  float: right;                  /* Forces the button to move to the far right */
    display: inline-block;
    background-color: #ff9f43;     /* Vibrant theme accent color */
    color: #0d1117;                /* Dark text color for readability */
    padding: 4px 5px;
    letter-spacing: -0.2px;             /* Ultra-compact padding space */
    font-size: 12px;               /* Small micro text font size */
    font-weight: bold;             /* Prominent text styling */
    border-radius: 4px;            /* Clean, sharp corner layout */
    text-decoration: none;         /* Removes default underline */
    margin: 5px;                   /* Tiny safety outer boundary margin */
    transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Hover dynamic interaction state */
.main-nav-about-btn:hover {
    background-color: #ffb366;     /* Lighter orange flare hue */
    box-shadow: 0px 6px 12px rgba(255, 159, 67, 0.3); /* Soft, subtle outer glow */
    transform: translateY(-1px);   /* Tiny microscopic upward lift */
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.container_title .title1{
    display: flex;
    justify-content: space-between;
}


.container_title img{
    width: 100px;
    background-color: white;
    
    
}
.container_title p .location_img{
    width: 20px;
    
    
}
.container_title_free{
    width: 900px;
    max-width: 90vw;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: center;
    background-color:white;
    color: white;
    height: 20px;
    /* transition: transform 0.5s; */
}
.container_title span{
   font-size: medium;
}
.search {
    width: max-content;
    display: flex;
    align-items: center;
    padding: 14px;
    border-radius: 28px;
    background-color: #f6f6f6;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.25s;
}
.search:focus-within{
    box-shadow: 0 0 2px rgba(0,0,0,0.75);
}
.search-input {
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    columns: #333;
    margin-left: 14px;
    outline: none;
    border:none;
    background:transparent;
    width: 300px;
}
.search-input::placeholder, .search-icon{
    color: rgba(0,0,0,0.5);
}

.container{
    width: 900px;
    max-width: 90vw;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    /* transition: transform 0.5s; */
    
}
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    padding-bottom: 20px;
}

svg{
    width: 30px;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: blue;
    color: white;
    font-family: sans-serif;
}
header .icon-cart {
    position: relative;
}
header .icon-cart span{
    display: flex;
    width: 30px;
    height: 30px;
    background-color: red;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top:50%;
    right:-20px;
}
.listProduct .item img{
   height: 60%;
    width: 90%;
    /* filter: drop-shadow(0 10px 20px #0009); */

}
.listProduct{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
}
.listProduct .item{
    background-color:orange;
    padding: 20px;
    border-radius: 20px;
}
.listProduct .item h2{
    font-weight: 500;
    font-size: large;
}
.listProduct .item .price{
    /* letter-spacing: 7px; */
    font-size: large;
    font-weight: bold;
}
.listProduct .item .price span{
  
    font-size: large;
    text-decoration: line-through;
    color: grey;
}
.listProduct .item button{
    background-color: black;
    color: #eee;
    padding: 5px 10px;
    border-radius: 20px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
}

.filter {
    padding: 8px 12px;
    color: #333;
    background-color: #eee;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px;
    display: flex;
    width: 50%;
  
    
}

.select:focus,
.select:hover{
    outline: none;
    border:1px solid #999;
}

.cartTab{
    width: 400px;
    max-width: 100%;
    background-color: grey;
    color: white;
    position: fixed;
   top:0;
   right:0;
   bottom: 0;
    display: grid;
    grid-template-rows: 70px 1fr 70px;
   
}
.cartTab{
   right: -400px;
   transition: 0.5s;
   
}
.cartTab h1{
    background-color: goldenrod;
    
 }

body.activeTabCart .cartTab{
    right:0;
}
/* body.activeTabCart .container{
    transform: translateX(-250px);
} */
.cartTab h1{
    padding: 20px;
    margin: 0;
    font-weight: 300;
}
.cartTab .foot{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    background-color:#555;
        
}
.cartTab .btn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 60px;
}
.cartTab .btn button{
    background-color: #E8BC0E;
    border: none;
    font-weight: 500;
    cursor: pointer;
}
.cartTab .btn .close{
    background-color: white;
}
.cartTab .listCart .item img{
    width: 100%;
}

.cartTab .listCart .item {
    display: grid;
    grid-template-columns: 70px 150px 50px 1fr;
    gap:10px;
    text-align: center;
    align-items: center;
}
.listCart .quantity span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: white;
    color:#555;
    border-radius: 50%;
    cursor: pointer;
}
.listCart .quantity span:nth-child(2){
    background-color: transparent;
    color: #eee;
}
.listCart .item:nth-child(even){
    background-color: #eee1;
}
.cartTab .listCart{
    overflow: auto;
}
.cartTab .listCart::-webkit-scrollbar{
    width: 0;
}
body.activeTabCart .cartTab{
    right: 0;
}

.container_popup{
    width: 900px;
    max-width: 90vw;
    margin: auto;
    text-align: center;
    padding-top: 10px;

    
}
.container_popup .btn{
    
    padding: 10px 60px;
    background: #fff;
    border: 0;
    outline: none;
    cursor:pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 30px;
          
}
.popup{
    width: 400px;
    background:white;
    border-radius: 6px;
    position:absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popup{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
}
.popup img{
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.popup h2{
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.popup button{
    width: 70%;
    margin-top: 50px;
    padding: 10px 0;
    background: blue;
    color: black;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* contact  */


.contact h2{
    font-size: 40px;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.contact form {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
form .input-box{
    display: flex;
    justify-content: space-between;
}
.input-box .input-field{
    width: 100%;
}
.field .item{
    width: 80%;
    padding: 18px;
    background: transparent;
    border: 2px solid black;
    outline:none;
    border-radius: 6px;
    color: black;
    margin: 12px 0;
}
.field .item::placeholder{
    color:grey;
}
.field .error-txt{
    font-size:14.5px;
    color:#d93025;
    text-align: left;
    margin: -5px 0 10px;
    display: none;
}

form .textarea-field {
    width: 90%;
}
form .textarea-field .item {
    resize:none;
   
}

form .textarea-field .error-txt{
    margin-top: -10px;
}

form button {
    padding: 12px 32px;
    background: #0ef;
    border: none;
    outline:none;
    border-radius: 6px;
    box-shadow: 0 0 10px #0ef;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}
form button:hover {
    box-shadow: none;
}


.container_popup2{
    width: 100%;
    height: 100vh;
    background: #3c5077;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.container_popup2 .btn{
    padding: 10px 60px;
    background: #fff;
    border: 0;
    outline: none;
    cursor:pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 30px;
}
.popup2{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position:absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popup2{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
}
.popup2 img{
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.popup2 h2{
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.popup2 button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6fd649;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

@media screen and (max-width: 992px){
    .listProduct{
        grid-template-columns: repeat(3,1fr);
    }
    form .input-box{
        display: grid;
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 767px){
    .listProduct{
        grid-template-columns: repeat(2,1fr);
    }
    .listProduct .item img{
        height: 60%;
         width: 90%;
         filter: drop-shadow(0 50px 20px #0009);
    }
    .title{
        display: grid;
        grid-template-columns: auto;
    }
    .field .item{
        display: grid;
        grid-template-columns: auto;
        width: 100%;
    }
    /* Styling for the new text container section */
.celebration-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 20px;
    background-color: #0d1117; /* Matches dark theme */
    background-image: url('Diwali_images3/fireworks.gif'); 
}

/* Restricts the width so the text does not stretch too wide */
.hero-text-container {
    max-width: 800px;
}

/* Styling the Main Heading */
.hero-text-container h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ff9f43; /* Striking fire/spark color */
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

/* Styling the Subtitle Description */
.hero-text-container p {
    font-size: 1.2rem;
    color: #8b949e; /* Soft, readable grey */
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Styling the optional Call to Action Button */
.hero-cta-btn {
    display: inline-block;
    background-color: #ff9f43;
    color: #0d1117;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.hero-cta-btn:hover {
    background-color: #ffb366;
}

/* Responsive design adjustments for mobile screens */
@media (max-width: 600px) {
    .hero-text-container h1 {
        font-size: 2rem;
    }
    .hero-text-container p {
        font-size: 1rem;
    }
}


}

/* ==========================================
   RESPONSIVE DESIGN ADAPTATION MEDIA BREAKS
   ========================================== */
@media (max-width: 768px) {
    .main-header { padding: 15px 3%; }
    .nav-links { display: none; } /* Conceals plain desktop links on small viewports */
    .hero-text-container h1 { font-size: 2rem; }
    .hero-text-container p { font-size: 1rem; }
    .hero-buttons { flex-direction: column; width: 100%; }
    .hero-cta-btn, .btn-secondary-about { width: 100%; margin-left: 0; text-align: center; }
    .cart-drawer { width: 100%; right: -100%; } /* Desktop side panels take full width on smartphone */

    
}
