  /* ===== COMMON VARIABLES ===== */
  :root {
    --red: #b11226;
    --dark-red: #8e0e1e;
    --gold: #f5c16c;
    --green: #1b5e20;
    --white: #ffffff;
  }

  /* .container { max-width: 1200px; margin: auto; padding: 0 20px; } */
  /* .btn { padding: 14px 34px; border-radius: 40px; text-decoration: none; font-weight: 700; display: inline-block; } */

  /* ===================================================== */
  /* 🎄 DESIGN 3 – SNOWY WHITE & GOLD LUXURY (ENHANCED) */
  /* ===================================================== */
  .xmas-luxury {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #f7f7f7);
    padding: 120px 20px;
    text-align: center;
    overflow: hidden;
  }

  .xmas-luxury::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1482517967863-00e15c9b44be?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    opacity: 0.12;
  }

  .luxury-inner {
    position: relative;
    max-width: 760px;
    margin: auto;
  }

  .luxury-badge {
    display: inline-block;
    background: rgba(177,18,38,0.1);
    color: var(--dark-red);
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 22px;
  }

  .xmas-luxury h2 {
    font-size: 46px;
    color: var(--dark-red);
    margin-bottom: 18px;
  }

  .xmas-luxury p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  .luxury-btn {
    display: inline-block;
    background: linear-gradient(135deg, #f5c16c, #ffd98a);
    color: #000;
    padding: 16px 44px;
    border-radius: 45px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .luxury-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(0,0,0,0.25);
  }

  @media(max-width:768px){
    .xmas-luxury h2 { font-size: 34px; }
    .xmas-luxury p { font-size: 16px; }
  }

  /* ===================================================== */
  .xmas-hero-1 {
    position: relative;
    background: linear-gradient(rgba(177,18,38,.8), rgba(177,18,38,.8)), url('https://images.unsplash.com/photo-1512389098783-66b81f86e199?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    color: var(--white);
    padding: 120px 20px;
    text-align: center;
    overflow: hidden;
  }
  .xmas-hero-1 h1 { font-size: 52px; }
  .xmas-hero-1 .btn { background: var(--gold); color: #000; }

  /* ===================================================== */
  /* ===================================================== */
  /* 🎄 DESIGN 2 – CHRISTMAS SPECIALS (ATTRACTIVE & EYECATCHING) */
  /* ===================================================== */
  .xmas-cards {
    position: relative;
    background: linear-gradient(180deg, #fff1f1, #ffffff);
    padding: 100px 20px;
    text-align: center;
    overflow: hidden;
  }

  .xmas-cards::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    opacity: 0.08;
  }

  .xmas-cards h2 {
    position: relative;
    color: var(--red);
    font-size: 42px;
    margin-bottom: 50px;
  }

  .card-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }

  .xmas-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 40px 30px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .xmas-card::before {
    content: '🎁';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 50%;
  }

  .xmas-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.22);
  }

  .xmas-card h3 {
    margin-top: 25px;
    color: var(--dark-red);
    font-size: 22px;
    margin-bottom: 12px;
  }

  .xmas-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
  }

  .specials-cta {
    margin-top: 45px;
  }

  .specials-cta .btn {
    background: linear-gradient(135deg, #f5c16c, #ffd98a);
    color: #000;
    box-shadow: 0 10px 28px rgba(0,0,0,0.2);
  }

  @media(max-width:768px){
    .xmas-cards h2 { font-size: 32px; }
  }

  /* ===================================================== */
  .xmas-cards {
    background: #fff8f8;
    padding: 80px 20px;
    text-align: center;
  }
  .xmas-cards h2 { color: var(--red); margin-bottom: 40px; }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
  }
  .xmas-card {
    background: white;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 12px 25px rgba(0,0,0,.12);
  }
  .xmas-card h3 { color: var(--green); }

  /* ===================================================== */
  /* 🎄 DESIGN 3 – ELEGANT CHRISTMAS EXPERIENCE (REFINED & ATTRACTIVE) */
  /* ===================================================== */
  .xmas-luxury {
    position: relative;
    background: linear-gradient(135deg, #fffaf3, #f3e6d8);
    padding: 130px 20px;
    text-align: center;
    overflow: hidden;
  }

  .xmas-luxury::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(245,193,108,0.35), transparent 60%),
                url('https://images.unsplash.com/photo-1608889175123-8ee362201f81?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    opacity: 0.25;
  }

  .luxury-inner {
    position: relative;
    max-width: 820px;
    margin: auto;
  }

  .luxury-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f5c16c, #ffd98a);
    color: #5c3b00;
    padding: 10px 26px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 26px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  }

  .xmas-luxury h2 {
    font-size: 50px;
    color: var(--dark-red);
    margin-bottom: 20px;
    text-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }

  .xmas-luxury p {
    font-size: 19px;
    color: #4a3f35;
    line-height: 1.8;
    margin-bottom: 45px;
  }

  .luxury-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }

  .luxury-features div {
    background: rgba(255,255,255,0.7);
    padding: 14px 24px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  }

  .luxury-btn {
    display: inline-block;
    background: linear-gradient(135deg, #b11226, #8e0e1e);
    color: #fff;
    padding: 18px 52px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 14px 40px rgba(177,18,38,0.45);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .luxury-btn:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 20px 55px rgba(177,18,38,0.6);
  }

  @media(max-width:768px){
    .xmas-luxury h2 { font-size: 34px; }
    .xmas-luxury p { font-size: 16px; }
  }

  /* ===================================================== */
  .xmas-luxury {
    background: linear-gradient(180deg, #ffffff, #f4f4f4);
    padding: 100px 20px;
    text-align: center;
  }
  .xmas-luxury h2 { color: var(--dark-red); }
  .xmas-luxury .btn { background: var(--dark-red); color: white; }

  /* ===================================================== */
  /* 🎄 DESIGN 4 – NIGHT CELEBRATION (PARTY FEEL) */
  /* ===================================================== */
  .xmas-night {
    background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)), url('https://images.unsplash.com/photo-1543589077-47d81606c1bf?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    color: white;
    padding: 120px 20px;
    text-align: center;
  }
  .xmas-night span { color: var(--gold); font-size: 18px; }

  /* ===================================================== */
  /* 🎄 DESIGN 5 – FAMILY & KIDS JOY SECTION */
  /* ===================================================== */
  /* ===== ENHANCED FAMILY CHRISTMAS DESIGN ===== */
.xmas-family {
  position: relative;
  background: linear-gradient(135deg, #e53935, #b71c1c);
  padding: 110px 20px;
  color: white;
  text-align: center;
  overflow: hidden;
}

.xmas-family::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1544273677-c433136021d4?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  opacity: 0.15;
}

.family-inner {
  position: relative;
  max-width: 720px;
  margin: auto;
}

.family-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.xmas-family h2 {
  font-size: 44px;
  margin-bottom: 15px;
  text-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.xmas-family p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.95;
}

.family-btn {
  display: inline-block;
  background: #f5c16c;
  color: #000;
  padding: 15px 40px;
  border-radius: 40px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.family-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.45);
}

@media(max-width:768px){
  .xmas-family h2 { font-size: 32px; }
  .xmas-family p { font-size: 16px; }
}

  /* ===================================================== */
  /* 🎄 DESIGN 6 – MODERN ELEGANT CHRISTMAS (UPGRADED) */
  /* ===================================================== */
  .xmas-minimal {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #fff3f3);
    padding: 110px 20px;
    text-align: center;
    overflow: hidden;
  }

  .xmas-minimal::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1512389098783-66b81f86e199?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    opacity: 0.08;
  }

  .xmas-minimal h2 {
    position: relative;
    font-size: 42px;
    color: var(--dark-red);
    margin-bottom: 16px;
  }

  .xmas-minimal p {
    position: relative;
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
  }

  .xmas-minimal .btn {
    position: relative;
    background: linear-gradient(135deg, #f5c16c, #ffd98a);
    color: #000;
    padding: 14px 40px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  }

  @media(max-width:768px){
    .xmas-minimal h2 { font-size: 30px; }
    .xmas-minimal p { font-size: 16px; }
  }

  @media(max-width:768px){
    h1{font-size:34px;} h2{font-size:30px;}
  }

/* ===================================================== */
/* ❄️ CHRISTMAS DECOR ELEMENTS (SNOW, SANTA HAT, DECOR) */
/* ===================================================== */

/* ❄️ Snowfall */
.snowflake{
  position: fixed;
  top: -10px;
  color: #fff;
  font-size: 14px;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  animation: fall linear infinite;
}

.snowflakeColor{
color: red !important ;
}

@keyframes fall{
  to{ transform: translateY(110vh); }
}

/* 🎅 Santa Hat for Headings */
.santa-hat{
  position: absolute;
  top: -25px;
  left: -35px;
  width: 45px;
}

.heading-wrap{
  position: relative;
  display: inline-block;
}

.xmas-countdown{
  margin-top: 20px;
  margin-bottom: 20px;
}
