/* ===========================
   MAHIVERSE GLOBLE
   Premium Website CSS
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#faf8f4;
    color:#333;
    line-height:1.6;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

/* Header */

header{
    position:sticky;
    top:0;
    z-index:1000;
    background:#ffffff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 8%;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.logo h2{
    color:#8B4513;
    font-size:28px;
    font-weight:700;
}

nav{
    display:flex;
    gap:30px;
}

nav a{
    color:#333;
    font-weight:600;
    transition:.3s;
}

nav a:hover{
    color:#c0392b;
}

/* Hero */

.hero{
    min-height:85vh;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:80px 8%;
    gap:60px;
}

.hero-text{
    flex:1;
}

.hero-text h1{
    font-size:55px;
    margin-bottom:20px;
    color:#5b2c06;
}

.hero-text p{
    font-size:18px;
    color:#666;
    margin-bottom:35px;
}

.hero-image{
    flex:1;
    text-align:center;
}

.hero-image img{
    max-width:430px;
    transition:.4s;
}

.hero-image img:hover{
    transform:scale(1.05);
}

/* Button */

.btn{
    background:#c0392b;
    color:#fff;
    padding:14px 35px;
    border-radius:40px;
    display:inline-block;
    transition:.3s;
    font-weight:600;
}

.btn:hover{
    background:#8B4513;
    transform:translateY(-3px);
}
/* ===========================
   Sections
=========================== */

section{
    padding:80px 8%;
}

section h2{
    text-align:center;
    font-size:38px;
    color:#5b2c06;
    margin-bottom:50px;
}

/* ===========================
   Products
=========================== */

.products{
    background:#fff;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:35px;
}

.card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    text-align:center;
    padding:25px;
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.card img{
    width:100%;
    max-width:250px;
    margin:auto;
    display:block;
    transition:.35s;
}

.card:hover img{
    transform:scale(1.05);
}

.card h3{
    color:#14532d;
    margin-top:20px;
    font-size:24px;
}

.card p{
    color:#666;
    margin:12px 0;
    line-height:1.6;
}
/* ===========================
   Why Choose Us
=========================== */

.why{
    background:#f7f3ec;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.why-grid div{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.why-grid div:hover{
    transform:translateY(-8px);
}

.why-grid h3{
    color:#8B4513;
    margin-bottom:12px;
}

/* ===========================
   About
=========================== */

.about{
    text-align:center;
    background:#fff;
}

.about p{
    max-width:850px;
    margin:auto;
    color:#666;
    font-size:18px;
}

/* ===========================
   Contact
=========================== */

.contact{
    background:#f7f3ec;
    text-align:center;
}

.contact p{
    margin:10px 0;
    font-size:18px;
}

.whatsapp{
    display:inline-block;
    margin-top:25px;
    background:#25D366;
    color:#fff;
    padding:15px 35px;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.whatsapp:hover{
    background:#1ebc57;
}

/* ===========================
   Footer
=========================== */

footer{
    background:#5b2c06;
    color:#fff;
    text-align:center;
    padding:25px;
}

/* ===========================
   Responsive
=========================== */

@media(max-width:900px){

.hero{
    flex-direction:column;
    text-align:center;
}

.hero-text h1{
    font-size:40px;
}

header{
    flex-direction:column;
    gap:15px;
}

nav{
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

}/* ===========================================
   MAHIVERSE GLOBLE WEBSITE 2.0 HEADER
=========================================== */

.header{
    position:sticky;
    top:0;
    width:100%;
    background:#ffffff;
    z-index:9999;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.nav-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:80px;
}

.logo{
    font-size:28px;
    font-weight:700;
    color:#1B4332;
    text-decoration:none;
    letter-spacing:1px;
}

.logo span{
    color:#D4AF37;
}

.navbar{
    display:flex;
    align-items:center;
    gap:30px;
}

.navbar a{
    text-decoration:none;
    color:#333;
    font-weight:500;
    transition:.3s;
}

.navbar a:hover{
    color:#D4AF37;
}

.order-btn{
    background:#1B4332;
    color:#fff !important;
    padding:12px 24px;
    border-radius:30px;
    transition:.3s;
}

.order-btn:hover{
    background:#D4AF37;
    color:#1B4332 !important;
    transform:translateY(-2px);
}
/* ===============================
   TRUST BADGES
================================== */

.trust-section{
    padding:70px 8%;
    background:#ffffff;
}

.trust-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.trust-box{
    background:#fff;
    border-radius:15px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:0.3s;
    font-size:45px;
}

.trust-box:hover{
    transform:translateY(-8px);
}

.trust-box h3{
    margin-top:15px;
    color:#14532d;
    font-size:22px;
}

.trust-box p{
    color:#666;
    margin-top:10px;
    line-height:1.6;
    font-size:15px;
}
/* ===============================
   STATISTICS SECTION
================================ */

.stats-section{
    padding:80px 8%;
    background:#14532d;
}

.stats-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.stat-box{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:15px;
    padding:35px 20px;
    text-align:center;
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,.15);
}

.stat-box h2{
    color:#FFD700;
    font-size:42px;
    margin-bottom:10px;
    font-weight:700;
}

.stat-box p{
    color:#ffffff;
    font-size:18px;
}
/* ===============================
   SECTION TITLE
================================ */

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    color:#14532d;
    margin-bottom:15px;
    font-weight:700;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}
/* ===============================
   CUSTOMER REVIEWS
================================ */

.reviews{
    padding:80px 8%;
    background:#f8f9fa;
}

.review-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.review-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-10px);
}

.review-card h3{
    color:#14532d;
    margin:15px 0;
}

.review-card p{
    color:#666;
    line-height:1.8;
}

.review-card h4{
    margin-top:20px;
    color:#D4AF37;
}
/* ===============================
   FAQ SECTION
================================ */

.faq{
    padding:80px 8%;
    background:#ffffff;
}

.faq-container{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:#f8f9fa;
    padding:25px;
    margin-bottom:20px;
    border-left:5px solid #14532d;
    border-radius:12px;
    transition:.3s;
}

.faq-item:hover{
    transform:translateX(8px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.faq-item h3{
    color:#14532d;
    margin-bottom:12px;
    font-size:20px;
}

.faq-item p{
    color:#666;
    line-height:1.8;
}
/* ===============================
   PREMIUM FOOTER
================================ */

.footer{
    background:#14532d;
    color:#fff;
    padding:60px 8% 20px;
}

.footer-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:40px;
}

.footer-box h2,
.footer-box h3{
    color:#FFD700;
    margin-bottom:20px;
}

.footer-box p{
    color:#ddd;
    line-height:1.8;
}

.footer-box a{
    display:block;
    color:#ddd;
    text-decoration:none;
    margin-bottom:10px;
    transition:.3s;
}

.footer-box a:hover{
    color:#FFD700;
}

.footer hr{
    margin:40px 0 20px;
    border:0;
    border-top:1px solid rgba(255,255,255,.2);
}

.footer-bottom{
    text-align:center;
    color:#ddd;
}
/* =====================================
   FLOATING WHATSAPP BUTTON
===================================== */

.floating-whatsapp{
    position:fixed;
    right:25px;
    bottom:25px;
    width:65px;
    height:65px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    z-index:9999;
    transition:.3s;
    animation:whatsappPulse 2s infinite;
}

.floating-whatsapp:hover{
    transform:scale(1.12);
}

@keyframes whatsappPulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.5);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}
/* ===================================
   SCROLL ANIMATION
=================================== */

.hidden{
    opacity:0;
    transform:translateY(50px);
    transition:all .8s ease;
}

.show{
    opacity:1;
    transform:translateY(0);
}
/* ===================================
   MOBILE MENU
=================================== */

.menu-toggle{
    display:none;
    font-size:32px;
    cursor:pointer;
    color:#14532d;
    font-weight:bold;
}

@media(max-width:768px){

.nav-container{
    position:relative;
}

.menu-toggle{
    display:block;
}

.navbar{
    display:none;
    position:absolute;
    top:80px;
    left:0;
    width:100%;
    background:#ffffff;
    flex-direction:column;
    padding:20px 0;
    box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.navbar.active{
    display:flex;
}

.navbar a{
    padding:15px;
    text-align:center;
}

.order-btn{
    margin:15px auto;
}

}
/* ===================================
   LOADING SCREEN
=================================== */

#loader{
    position:fixed;
   overflow:hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ffffff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:99999;
    transition:opacity .6s ease, visibility .6s ease;
}

#loader img{
    width:120px;
    margin-bottom:20px;
    position:relative;
    z-index:2;

}

#loader h2{
    color:#14532d;
    font-size:32px;
    margin-bottom:10px;
}

#loader p{
    color:#666;
}

.loader-hide{
    opacity:0;
    visibility:hidden;
}

/* ==========================
   GLOWING RING
========================== */

#loader::before{
    content:"";
    position:absolute;
    width:170px;
    height:170px;
    border:4px solid rgba(212,175,55,.8);
    border-radius:50%;
    animation:glowRing 2s infinite ease-in-out;
}

@keyframes glowRing{

    0%{
        transform:scale(.8);
        opacity:.2;
    }

    50%{
        transform:scale(1.15);
        opacity:1;
    }

    100%{
        transform:scale(1.35);
        opacity:0;
    }

}
/* =====================================
   PRODUCT HERO
===================================== */

.product-hero{
    background:linear-gradient(135deg,#14532d,#1f7a4c);
    color:#fff;
    text-align:center;
    padding:90px 20px;
}

.product-hero-content{
    max-width:900px;
    margin:auto;
}

.product-hero h1{
    font-size:48px;
    margin-bottom:20px;
}

.product-hero p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
    color:#f5f5f5;
}

.product-hero .btn{
    background:#FFD700;
    color:#14532d;
    font-weight:700;
}
/* =====================================
   PRODUCT CARD UPGRADE
===================================== */

.product-badge{
    display:inline-block;
    background:#FFD700;
    color:#14532d;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:700;
    margin-bottom:12px;
}

.rating{
    color:#ffb400;
    font-size:18px;
    margin:10px 0;
}

.rating span{
    color:#666;
    font-size:14px;
}

.product-features{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:15px 0;
}

.product-features span{
    background:#eef8ef;
    color:#14532d;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}
/* ===================================
   IMAGE POPUP
=================================== */

.image-modal{
    display:none;
    position:fixed;
    z-index:10000;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    justify-content:center;
    align-items:center;
}

.modal-image{
    max-width:90%;
    max-height:85%;
    border-radius:12px;
}

.close-image{
    position:absolute;
    top:20px;
    right:35px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
}
/* ===================================
   PRODUCT INFORMATION
=================================== */

.product-info{
    padding:90px 8%;
    background:#f8f9fa;
}

.info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
    margin-top:40px;
}

.info-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-10px);
}

.info-icon{
    font-size:48px;
    margin-bottom:20px;
}

.info-card h3{
    color:#14532d;
    margin-bottom:15px;
}

.info-card p{
    color:#666;
    line-height:1.7;
}

/* ===================================
   BULK ORDER SECTION
=================================== */

.bulk-order{
    background:linear-gradient(135deg,#14532d,#1b6b3a);
    color:#fff;
    text-align:center;
    padding:80px 8%;
}

.bulk-content{
    max-width:900px;
    margin:auto;
}

.bulk-order h2{
    font-size:42px;
    margin-bottom:20px;
}

.bulk-order p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
}

.bulk-points{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:35px;
}

.bulk-points span{
    background:rgba(255,255,255,.15);
    padding:12px 18px;
    border-radius:30px;
    font-weight:600;
}

.bulk-order .btn{
    background:#FFD700;
    color:#14532d;
    font-weight:700;
}

.bulk-order .btn:hover{
    background:#ffffff;
}
/* ===================================
   SINGLE PRODUCT PAGE
=================================== */

.single-product{

padding:120px 8% 80px;

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.single-image img{

width:100%;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.single-details h1{

font-size:48px;

color:#14532d;

margin:20px 0;

}

.single-details p{

line-height:1.9;

color:#555;

margin-bottom:30px;

}

.single-details ul{

margin:25px 0;

padding-left:20px;

}

.single-details li{

margin-bottom:12px;

font-size:18px;

}

@media(max-width:768px){

.single-product{

grid-template-columns:1fr;

}

.single-details h1{

font-size:34px;

}

}
/* ===================================
   PRODUCT SPECIFICATIONS
=================================== */

.product-specs{

margin-top:60px;

}

.product-specs h2{

color:#14532d;

margin-bottom:25px;

font-size:32px;

}

.spec-table{

width:100%;

border-collapse:collapse;

background:#fff;

box-shadow:0 10px 25px rgba(0,0,0,.08);

border-radius:12px;

overflow:hidden;

}

.spec-table td{

padding:18px;

border-bottom:1px solid #eee;

}

.spec-table tr:nth-child(even){

background:#f8f9fa;

}

.spec-table strong{

color:#14532d;

}
/* ===================================
   PRODUCT BENEFITS
=================================== */

.product-benefits{
    padding:80px 0;
}

.product-benefits h2{
    text-align:center;
    color:#14532d;
    margin-bottom:40px;
    font-size:34px;
}

.benefit-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.benefit-card{
    background:#ffffff;
    padding:30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-8px);
}

.benefit-icon{
    font-size:48px;
    margin-bottom:15px;
}

.benefit-card h3{
    color:#14532d;
    margin-bottom:10px;
}

.benefit-card p{
    color:#666;
    line-height:1.7;
}
/* ===================================
   PRODUCT USES
=================================== */

.product-uses{
    padding:80px 0;
}

.product-uses h2{
    text-align:center;
    color:#14532d;
    margin-bottom:40px;
}

.uses-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
}

.use-card{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:16px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.use-card:hover{
    transform:translateY(-6px);
}

.use-icon{
    font-size:42px;
    margin-bottom:15px;
}
/* ===================================
   STORAGE SECTION
=================================== */

.storage-section{
    padding:80px 8%;
    background:#f8f9fa;
}

.storage-section h2{
    text-align:center;
    color:#14532d;
    margin-bottom:40px;
}

.storage-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.storage-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.storage-card h3{
    color:#14532d;
    margin-bottom:15px;
}

.storage-card p{
    color:#666;
    line-height:1.8;
}
/* Product Gallery */

.gallery-section{
    padding:80px 8%;
}

.gallery-section h2{
    text-align:center;
    color:#14532d;
    margin-bottom:40px;
}

.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.gallery img{
    width:100%;
    border-radius:16px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:.3s;
    cursor:pointer;
}

.gallery img:hover{
    transform:scale(1.03);
}
