/* =================================================
    🖼️ Logo      Home  Products  Gallery  Contact      
====================================================*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{

    scroll-behavior:smooth;

}

body{
    background-color:#F8EEDC;
    font-family:Georgia, serif;
}

nav{
    width:100%;
    background:#E6D3B1;
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 40px;      /* Increased height */

    border-bottom:2px solid #D4B483;
    box-shadow:0 3px 12px rgba(139,46,46,.12);
}


.logo{
    display:flex;
    align-items:center;
    gap:10px;
}

.logo img{
    width:50px;
    height:50px;
    object-fit:contain;
}

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


nav h2{
    color:#8B2E2E;
    margin-left:10px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}


nav ul li a{
    color:#8B2E2E;
    text-decoration:none;
    font-size:22px;      /* Increased from 18px */
    font-weight:600;
    padding:10px 8px;   /* More clickable area */
    transition:all 0.3s ease;
}

nav ul li a:hover{
    color:#B03A2E;
}

.navbar{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.nav-links{

    display:flex;

    gap:35px;

    list-style:none;

}

/* ===========================
   Navbar Icons
=========================== */

.nav-icons{

    display:flex;

    align-items:center;

    gap:22px;

}

.nav-icon{

    color:#8B2E2E;

    text-decoration:none;

    font-size:24px;

    transition:.3s;

}

.nav-icon:hover{

    color:#A63D3D;

    transform:scale(1.15);

}

/* ===========================
     Search Box
=========================== */


/* Search Section */

.search-container{

    width:100%;

    display:flex;

    justify-content:center;

    margin:40px 0;

}

.search-box{

    width:600px;

    display:flex;

    border-radius:50px;

    overflow:hidden;

    background:white;

    box-shadow:0 8px 20px rgba(0,0,0,.10);

}

.search-box input{

    flex:1;

    padding:16px 22px;

    border:none;

    outline:none;

    font-size:16px;

    background:white;

}

.search-box button{

    width:70px;

    border:none;

    background:#8B2E2E;

    color:white;

    font-size:18px;

    cursor:pointer;

    transition:.3s;

}

.search-box button:hover{

    background:#A63D3D;

}

/* ===========================
   Cart Badge
=========================== */

.cart-icon{
    position:relative;
    display:inline-flex;
    align-items:center;
    text-decoration:none;
}

#cartCount{
    position:absolute;
    top:-8px;
    right:-10px;
    width:18px;
    height:18px;
    background:#8B2E2E;
    color:white;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:11px;
    font-weight:bold;
}



/* =================================================
                  HERO SECTION            
          Tagline        
          প্রেম with ফ্রেম   
          Description             Product Image
          [ Shop Now ] 
====================================================*/

.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;

    padding:60px 80px;

    background:#F8EEDC;
}

.hero-text h1{
    font-size:72px;
    line-height:1.1;
    color:#8B2E2E;
    margin:20px 0;
}

.tagline{
    color:#8B2E2E;
    font-size:18px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
}

.hero-text h1{
    font-size:70px;
    color:#8B2E2E;
    margin:20px 0;
}

.description{
    font-size:20px;
    line-height:1.7;
    color:#555;
    margin-bottom:35px;
}


.btn{
    display:inline-block;
    margin-top:30px;
    padding:18px 45px;
    background:#8B2E2E;
    color:white;
    text-decoration:none;
    border-radius:40px;
}

.hero-image{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-image img{
    width:600px;          /* Try 400px or 380px if you want it smaller */
    height:auto;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
    object-fit:cover;
}


/* =================================================
                  WHY CHOOSE US?
    Handmade │ Customized │ Premium │ Fast Delivery
=========================== ========================*/

/* Why Choose Us */

.why-us{

    padding:100px 8%;

    text-align:center;

    background:#FFF8EF;

    margin-top:80px;
    margin-bottom:100px;

}

.why-us h2{

    font-size:48px;
    color:#8B2E2E;
    margin-bottom:50px;

}

.why-container{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));

    gap:70px;

    justify-items:center;

    margin-top:50px;

}

.why-card{

    width:250px;

    min-height:220px;

    background:#8B2E2E;

    color:white;

    padding:30px 22px;

    border-radius:18px;

    box-shadow:0 12px 25px rgba(0,0,0,.15);

    transition:.3s ease;

}

.why-card:hover{

    transform:translateY(-8px);

}

.why-card i{

    font-size:48px;

    color:white;

    margin-bottom:18px;

}

.why-card h3{

    font-size:18px;

    margin-bottom:15px;

    color:white;

}

.why-card p{

    font-size:15px;

    line-height:1.7;

    color:#F5F5F5;

}

.products{

    margin-top:80px;

}

/* ========================================================
                        Products
                    OUR BEST SELLERS 
       📸 Frame   📸 Polaroid   📸 Keychain   📸 Poster 
       ₹149       ₹5            ₹50           ₹99 
       [View]     [View]        [View]        [View]   
=========================================================== */

.products{

    width:100%;

    text-align:center;

    padding:40px 5% 80px;

    margin-top:0;

}

.products h2{

    font-size:48px;

    color:#8B2E2E;

    margin-bottom:50px;

    margin-top:0;

}

.product-container{

    display:flex;

    justify-content:center;

    align-items:flex-start;

    flex-wrap:wrap;

    gap:35px;

    max-width:1200px;

    margin:50px auto 0;

}

.product-card{
    width:280px;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.1);
    transition:.3s;
}

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

.product-card img{
    width:100%;
    height:250px;
    transition:.4s;
    object-fit:cover;
}

.product-card:hover img{

    transform:scale(1.08);

}

.product-card h3{
    color:#8B2E2E;
    margin:15px 0 10px;
}

.price{
    color:#555;
    font-weight:bold;
}

.product-card button{
    margin:20px;
    padding:12px 25px;
    border:none;
    border-radius:30px;
    background:#8B2E2E;
    color:#F8EEDC;
    cursor:pointer;
    font-size:15px;
}

.product-card button:hover{
    background:#A63D3D;
}


/* ===========================
         Statistics
=========================== */

.stats{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:35px;

    padding:80px 5%;

    background:#FFF8EF;

}

.stat-card{

    width:230px;

    padding:35px;

    background:white;

    border-radius:18px;

    text-align:center;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;

}

.stat-card:hover{

    transform:translateY(-8px);

}

.stat-card h2{

    font-size:42px;

    color:#8B2E2E;

    margin-bottom:12px;

}

.stat-card p{

    font-size:18px;

    color:#555;

}


/* ===========================
         Offer
=========================== */

.offer-banner{

    margin:80px auto;

    width:80%;

    padding:60px;

    background:#8B2E2E;

    border-radius:25px;

    text-align:center;

    color:white;

}

.offer-banner h2{

    font-size:40px;

    margin-bottom:20px;

}

.offer-banner p{

    font-size:22px;

    margin-bottom:30px;

}

.offer-btn{

    display:inline-block;

    background:white;

    color:#8B2E2E;

    padding:14px 20px;

    border-radius:20px;

    text-decoration:none;

    font-weight:bold;

    transition:.3s;

}

.offer-btn:hover{

    background:#F7E7CE;

}

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

.about{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;

    padding:80px;

    background:#FFF8F0;
}

.about-image{
    flex:1;
}

.about-image img{
    width:100%;
    max-width:500px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.about-text{
    flex:1;
}

.about-text h2{
    color:#8B2E2E;
    font-size:42px;
    margin-bottom:20px;
}

.about-text p{
    font-size:20px;
    color:#555;
    line-height:1.8;
}


/* ===========================
   Customer Reviews
=========================== */

.reviews{
    padding:80px;
    background:#F8EEDC;
    text-align:center;
}

.reviews h2{
    font-size:42px;
    color:#8B2E2E;
    margin-bottom:50px;
}

.review-gallery{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.review-image{
    width:300px;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,0.12);
    transition:0.3s;
}

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

.review-image img{
    width:100%;
    display:block;
}

.review-slider-container{
    position:relative;
    width:100%;
}

.review-slide{
    display:none;
}

.review-slide.active{
    display:block;
}

.review-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.review-gallery img{
    width:100%;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.review-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#8B2E2E;

    color:white;

    font-size:28px;

    cursor:pointer;

}

.review-arrow.left{

    left:-70px;

}

.review-arrow.right{

    right:-70px;

}

.review-arrow:hover{

    background:#A63D3D;

}



/* ===========================
     Follow Us Instagram 
=========================== */

.instagram{
    padding:80px;
    background:#FFF8F0;
    text-align:center;
}

.instagram h2{
    color:#8B2E2E;
    font-size:42px;
    margin-bottom:15px;
}

.instagram p{
    color:#666;
    font-size:20px;
    margin-bottom:40px;
}

.insta-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    max-width:1000px;
    margin:auto;
}

.insta-gallery img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:15px;
    transition:0.3s;
    box-shadow:0 8px 20px rgba(0,0,0,0.1);
}

.insta-gallery img:hover{
    transform:scale(1.05);
}

.slider-container{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.slider{
    width:100%;
}

.slide{
    display:none;
}

.slide.active{
    display:block;
}

.insta-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.insta-gallery img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.1);
}

.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#8B2E2E;
    color:white;
    font-size:28px;
    cursor:pointer;
    z-index:10;
}

.left{
    left:-30px;
}

.right{
    right:-30px;
}

.arrow:hover{
    background:#A63D3D;
}

/* ===========================
     Our Stall Journey
=========================== */

.journey{
    padding:80px;
    background:#F8EEDC;
    text-align:center;
}

.journey h2{
    color:#8B2E2E;
    font-size:42px;
    margin-bottom:15px;
}

.journey p{
    font-size:20px;
    color:#555;
    max-width:800px;
    margin:0 auto 40px;
    line-height:1.8;
}

.journey-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.journey-gallery img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    transition:.3s;
}

.journey-gallery img:hover{
    transform:scale(1.05);
}



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

.contact{
    padding:80px;
    background:#FFF8F0;
}

.contact h2{
    text-align:center;
    color:#8B2E2E;
    font-size:42px;
    margin-bottom:15px;
}

.contact > p{
    text-align:center;
    color:#555;
    font-size:20px;
    margin-bottom:50px;
}

.contact-container{
    display:flex;
    justify-content:space-between;
    gap:50px;
    flex-wrap:wrap;
}

.contact-info{
    flex:1;
}

.contact-info h3{
    color:#8B2E2E;
    margin-top:20px;
}

.contact-info p{
    color:#555;
    font-size:18px;
}

.contact-form{
    flex:1;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    margin-bottom:20px;
    border:2px solid #D4B483;
    border-radius:10px;
    font-size:16px;
    outline:none;
}

.contact-form button{
    background:#8B2E2E;
    color:#F8EEDC;
    border:none;
    padding:15px 30px;
    border-radius:30px;
    cursor:pointer;
    font-size:18px;
}

.contact-form button:hover{
    background:#A63D3D;
}



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

footer{
    background:#8B2E2E;
    color:#F8EEDC;
    padding:60px 80px 20px;
}

.footer-container{
    display:flex;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

.footer-about,
.footer-links,
.footer-contact{
    flex:1;
}

.footer-about img{
    width:70px;
    margin-bottom:15px;
}

.footer-about h3,
.footer-links h3,
.footer-contact h3{
    margin-bottom:20px;
}

.footer-about p,
.footer-contact p{
    line-height:1.8;
}

.footer-links ul{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#F8EEDC;
    text-decoration:none;
}

.footer-links a:hover{
    color:#E6D3B1;
}

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

.copyright{
    text-align:center;
    font-size:15px;
}


/* ===========================
          FAQ
=========================== */

.faq{

    padding:80px 8%;

    background:#FFF8EF;

}

.faq h2{

    text-align:center;

    color:#8B2E2E;

    font-size:42px;

    margin-bottom:40px;

}

.faq-item{

    background:white;

    margin-bottom:18px;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.faq-question{

    width:100%;

    padding:20px;

    border:none;

    background:#8B2E2E;

    color:white;

    font-size:18px;

    text-align:left;

    cursor:pointer;

}

.faq-answer{

    display:none;

    padding:20px;

    line-height:1.8;

}


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

.product-page{
    text-align:center;
    padding:80px;
    background:#F8EEDC;
}

.product-page h1{
    font-size:55px;
    color:#8B2E2E;
    margin-bottom:20px;
}

.product-page p{
    font-size:22px;
    color:#555;
}

/* ===========================
        WhatsApp 
===========================*/

.whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    background:#25D366;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    text-decoration:none;

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

    z-index:999;

    transition:.3s;

}

.whatsapp:hover{

    transform:scale(1.12);

}


/* ===========================
    Back to Top Button
===========================*/

#topBtn{

    display:none;

    position:fixed;

    right:25px;

    bottom:100px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#8B2E2E;

    color:white;

    font-size:22px;

    cursor:pointer;

    z-index:9999;

    box-shadow:0 8px 20px rgba(0,0,0,.2);

}

#topBtn:hover{

    background:#A63D3D;

}

/* ===========================
    Loading Animation
===========================*/

section{

    animation:fadeUp .8s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/* ===========================
    Toast Notification
===========================*/
#toast{

    position:fixed;
    top:30px;
    right:30px;

    background:#8B2E2E;
    color:white;

    padding:15px 25px;

    border-radius:10px;

    opacity:0;

    visibility:hidden;

    transition:.3s;

    z-index:9999;

}

#toast.show{

    opacity:1;

    visibility:visible;

}