/* ===========================================
   Aadrika Vibes - Luxury Jewellery Theme
=========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fffdf9;
    color:#333;
    line-height:1.6;
}

/* Container */

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* Header */

header{
    position:sticky;
    top:0;
    z-index:1000;
    background:#ffffff;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
}

.logo{
    font-size:30px;
    font-weight:700;
    color:#b8860b;
}

.logo span{
    color:#d63384;
}

nav ul{
    display:flex;
    list-style:none;
}

nav ul li{
    margin-left:30px;
}

nav ul li a{
    text-decoration:none;
    color:#333;
    font-weight:500;
    transition:.3s;
}

nav ul li a:hover{
    color:#d63384;
}

/* Hero */

.hero{
    padding:80px 0;
    background:linear-gradient(135deg,#fff7f0,#fdecef);
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.hero h1{
    font-size:52px;
    color:#b8860b;
    margin-bottom:20px;
}

.hero p{
    font-size:19px;
    color:#555;
    margin-bottom:30px;
}

.hero-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.btn{
    display:inline-block;
    padding:15px 35px;
    background:#d63384;
    color:white;
    text-decoration:none;
    border-radius:40px;
    transition:.3s;
    font-weight:600;
}

.btn:hover{
    background:#b8860b;
    transform:translateY(-3px);
}

/* Sections */

section{
    padding:80px 0;
}

section h2{
    text-align:center;
    margin-bottom:45px;
    color:#b8860b;
    font-size:36px;
}

/* About */

.about p{
    max-width:900px;
    margin:auto;
    text-align:center;
    font-size:18px;
}

/* Cards */

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.card:hover{
    transform:translateY(-10px);
}

.card i{
    font-size:45px;
    color:#d63384;
    margin-bottom:20px;
}

.card h3{
    margin-bottom:12px;
    color:#b8860b;
}

/* Gallery */

.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.gallery img{
    width:100%;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:.4s;
    cursor:pointer;
}

.gallery img:hover{
    transform:scale(1.05);
}

/* Contact */

#contact{
    background:#fff7f2;
    text-align:center;
}

#contact p{
    margin:10px 0;
    font-size:18px;
}

/* Footer */

footer{
    background:#111;
    color:#fff;
    text-align:center;
    padding:25px;
}

/* WhatsApp */

.whatsapp{
    position:fixed;
    right:25px;
    bottom:25px;
    width:60px;
    height:60px;
    background:#25D366;
    color:white;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    transition:.3s;
}

.whatsapp:hover{
    transform:scale(1.1);
}

/* Responsive */

@media(max-width:992px){

.hero-grid{
    grid-template-columns:1fr;
}

.hero{
    text-align:center;
}

.hero h1{
    font-size:40px;
}

nav{
    flex-direction:column;
}

nav ul{
    flex-wrap:wrap;
    justify-content:center;
    margin-top:20px;
}

nav ul li{
    margin:10px;
}

}

@media(max-width:576px){

.hero h1{
    font-size:32px;
}

section h2{
    font-size:28px;
}

.logo{
    font-size:24px;
}

.btn{
    padding:12px 25px;
}

}

/* Shop on Meesho Section */

.shop-now{
    padding:80px 20px;
    text-align:center;
    background:#fff8fb;
}

.shop-now h2{
    font-size:34px;
    margin-bottom:20px;
}

.shop-now p{
    max-width:700px;
    margin:auto;
    margin-bottom:30px;
    color:#666;
    line-height:1.8;
}

/* Floating Shop Button */

.shop-btn{
    position:fixed;
    right:20px;
    bottom:95px;
    width:60px;
    height:60px;
    background:#ff4d6d;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:26px;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    z-index:999;
    transition:.3s;
}

.shop-btn:hover{
    transform:scale(1.1);
    background:#e63c5f;
}

.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.gallery img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:10px;
    display:block;
}

.facebook-post {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.facebook-post iframe {
    width: 100%;
    max-width: 500px;
    border: none;
}

#facebook{
    padding:60px 20px;
    text-align:center;
}

#facebook iframe{
    width:100%;
    max-width:500px;
    height:650px;
    border:none;
    border-radius:12px;
}

.reels-gallery{
    display:flex;
    overflow-x:auto;
    gap:20px;
    flex-wrap:nowrap;
}

.reel-item{
    flex:0 0 auto;
    width:340px;
}

.reel-item .instagram-media{
    margin:0 !important;
    width:100% !important;
    min-width:100% !important;
}
.product-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-item img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.product-item .shop-overlay {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    background: #e91e63; /* Pink */
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 2;
}

/* Optional image zoom effect */
.product-item:hover img {
    transform: scale(1.05);
}
.product-item:hover img {
    transform: scale(1.05);
    filter: brightness(70%);
}

