:root {
    --sage: #6d8c70;
    --gold: #d4af37;
    --cream: #fdfaf7;
    --charcoal: #333;
}

body { font-family: 'Poppins', sans-serif; background: var(--cream); color: var(--charcoal); }
h1, h2, h5, .navbar-brand { font-family: 'Playfair Display', serif; }

/* TOP BAR & NAVBAR */
.top-bar { background: var(--charcoal); color: #fff; padding: 6px 0; font-size: 13px; }
.social-links a { color: #fff; margin-left: 15px; }
#mainNavbar { background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.nav-link { font-weight: 600; color: #333 !important; margin: 0 10px; }

/* MEGA MENU */
.mega-menu-area { position: static; }
.mega-menu { width: 100%; border-top: 3px solid var(--gold) !important; margin-top: 0; }
.mega-title { font-weight: 700; color: var(--sage); margin-bottom: 12px; font-size: 16px; border-bottom: 1px solid #eee; }
.mega-item { display: block; color: #666; text-decoration: none; padding: 5px 0; font-size: 14px; }

/* HERO */
.hero { height: 70vh; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1519741497674-611481863552?w=1600') center/cover; }

/* OLD EVENT CARDS & CITY CARDS */
.old-event-card { background: #fff; border-radius: 10px; padding: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); transition: 0.3s; }
.old-event-card img { width: 100%; height: 150px; object-fit: cover; border-radius: 8px; }
.city-card { position: relative; border-radius: 15px; overflow: hidden; height: 200px; }
.city-card img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.city-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; color: #fff; }

/* VENDOR CARDS (SCREENSHOT STYLE) */
.vendor-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #eee; transition: 0.3s; }
.vendor-img-wrapper { height: 180px; position: relative; }
.vendor-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.premium-badge { position: absolute; top: 10px; left: 10px; background: #f39c12; color: #fff; padding: 2px 6px; border-radius: 4px; }
.info-icon { position: absolute; bottom: 10px; right: 10px; background: rgba(255,255,255,0.8); border-radius: 50%; width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; }
.rating { color: #ff3366; font-weight: bold; font-size: 14px; }
.price-value { font-weight: 800; color: #333; margin: 0; }
.tag { background: #f5f5f5; color: #777; font-size: 11px; padding: 3px 10px; border-radius: 50px; margin-right: 5px; }

/* MODAL & CART UI */
.modal-custom-close { position: absolute; top: 15px; right: 15px; z-index: 1051; background: #fff; border-radius: 50%; padding: 8px; opacity: 1; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.remove-item-btn { border: none; background: none; color: #ff3366; font-size: 18px; }
.cart-trigger { background: none; border: none; color: var(--sage); position: relative; }
.cart-badge { position: absolute; top: -5px; right: -5px; background: var(--gold); color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 50%; }
.btn-sage { background: var(--sage); color: #fff; }
.btn-gold { background: var(--gold); color: #fff; }
.section-heading { font-weight: 700; color: var(--sage); }

/* birthday  */

/* Styling for Clickable expertise cards */
.clickable-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clickable-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(109,140,112,0.2);
    border: 1px solid var(--sage);
}

.vendor-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* about us */

.memories-section {
    background: #fff8f2;
}

.memories-section h2 {
    color: #5a2a27;
}

.highlight-text {
    line-height: 1.4;
}

.timeline li {
    margin-bottom: 10px;
}
/* birtday */

.decor-section {
  background: #fff6ef;
}

.decor-card {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  height: 100%;
}

.decor-card h6 {
  font-weight: 600;
  font-size: 15px;
  color: #4b1e1b;
}

.price {
  margin: 8px 0;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}

.new-price {
  color: #c0392b;
  font-weight: 700;
}

.action-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-btn {
  border: 1px solid #c0392b;
  background: transparent;
  padding: 6px 10px;
  border-radius: 4px;
  color: #c0392b;
}

.cart-btn {
  border: 1px solid #c0392b;
  background: transparent;
  padding: 6px 12px;
  border-radius: 4px;
  color: #c0392b;
  font-weight: 500;
}

.cart-btn:hover,
.icon-btn:hover {
  background: #c0392b;
  color: #fff;
}

/* ========== GLOBAL FIX (SCROLL REMOVE) ========== */
html, body{
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

/* ========== DECOR SECTION ========== */
.decor-section{
    background: #f9f9f9;
}

/* Make columns equal height */
.decor-section .col-lg-4{
    display: flex;
}

/* ========== CARD DESIGN ========== */
.decor-card{
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
}

.decor-card:hover{
    transform: translateY(-5px);
}

/* ========== IMAGE SIZE FIX (MAIN ISSUE) ========== */
.decor-card img{
    width: 100%;
    height: 260px;      /* Same height for all images */
    object-fit: cover;  /* Prevent stretch, crop nicely */
    border-radius: 10px;
}

/* ========== TITLE ========== */
.decor-card h6{
    font-weight: 600;
    margin-top: 12px;
    min-height: 48px;
}

/* ========== PRICE STYLE ========== */
.price{
    margin: 8px 0;
}

.old-price{
    text-decoration: line-through;
    color: #888;
    margin-right: 8px;
}

.new-price{
    color: #d4af37;
    font-weight: 600;
}

/* ========== BUTTON AREA FIX ========== */
.action-btns{
    display: flex;
    align-items: center;
    margin-top: auto;
}

.icon-btn{
    border: 1px solid #ddd;
    background: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    margin-right: 6px;
    transition: 0.3s;
}

.icon-btn:hover{
    background: #f1f1f1;
}

.cart-btn{
    flex-grow: 1;
    border: none;
    background: #2e4a3f;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    transition: 0.3s;
}

.cart-btn:hover{
    background: #1f332c;
}

/* kids part */


  .kids-decor-section{
  background: #f9fafb;
}

/* CARD */
.kids-card{
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.35s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.kids-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
  border-color: #c59d5f;
}

/* IMAGE */
.kids-img{
  height: 220px;
  overflow: hidden;
}

.kids-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.kids-card:hover .kids-img img{
  transform: scale(1.08);
}

/* CONTENT */
.kids-content{
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.kids-content h6{
  font-weight: 600;
  min-height: 45px;
}

/* PRICE */
.price{
  margin: 8px 0 12px;
}

.price .old{
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}

/* BUTTON */
.kids-cart-btn{
  margin-top: auto;
  border: none;
  background: #c59d5f;
  color: #fff;
  padding: 9px;
  border-radius: 8px;
  transition: 0.3s;
}

.kids-cart-btn:hover{
  background: #a67c35;
}

/* ani */

.anniversary-section{
  background: #ffffff;
}

/* CARD */
.anni-card{
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px;
  transition: 0.35s;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.anni-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
  border-color: #c59d5f;
}

/* IMAGE */
.anni-img{
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
}

.anni-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.anni-card:hover .anni-img img{
  transform: scale(1.08);
}

/* TITLE */
.anni-title{
  font-weight: 600;
  margin: 10px 0 6px;
  min-height: 44px;
}

/* PRICE */
.anni-price{
  margin-bottom: 10px;
}

.anni-price .old{
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}

.anni-price .new{
  color: #e63946;
  font-weight: 600;
}

/* BUTTON ROW */
.anni-btn-row{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}

.icon-btn{
  border: 1px solid #ff4d4d;
  background: transparent;
  padding: 6px 10px;
}

.cart-btn{
  border: 1px solid #ff4d4d;
  /* background: transparent; */
  padding: 6px 12px;
  flex-grow: 1;
}

#mainNavbar{
   position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    
}
