/* =====================================================
   THEME 24 — BAKERY — WARM ARTISAN AESTHETIC
   ===================================================== */
:root { --t24-primary:       #C1440E; --t24-primary-light: #E05C22; --t24-primary-dark:  #9E3309; --t24-warm:          #F5E6D3; --t24-warm-mid:      #EDD5BC; --t24-cream:         #FDF7F0; --t24-brown:         #5C3D1E; --t24-brown-mid:     #7A5130; --t24-brown-light:   #A0724A; --t24-white:         #FFFFFF; --t24-text-dark:     #2C1A0E; --t24-text-mid:      #6B4226; --t24-text-light:    #B08060; --t24-border:        rgba(193,68,14,0.15); --t24-shadow-sm:     0 4px 16px rgba(92,61,30,0.12); --t24-shadow-md:     0 8px 32px rgba(92,61,30,0.18); --t24-shadow-lg:     0 20px 60px rgba(44,26,14,0.22); --t24-radius-sm:     10px; --t24-radius-md:     18px; --t24-radius-lg:     28px; --t24-radius-pill:   999px; --t24-font-display:  "Fraunces", serif; --t24-font-body:     "Nunito", sans-serif; }
/* =====================================================
   HERO SECTION
   ===================================================== */
.theme24-hero { position: relative; width: 100%; height: 100vh; min-height: 540px; overflow: hidden; }
.theme24-hero .bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.theme24-hero .video-overlay { position: absolute; inset: 0; background: linear-gradient(
    180deg,
    rgba(44,26,14,0.50) 0%,
    rgba(44,26,14,0.65) 55%,
    rgba(44,26,14,0.88) 100%
  ); display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; }
.hero-content { color: var(--t24-white); max-width: 820px; animation: heroReveal24 1.1s cubic-bezier(0.22,1,0.36,1) both; }
@keyframes heroReveal24 {
 from { opacity: 0; transform: translateY(28px); }
to { opacity: 1; transform: translateY(0); }
 }
.hero-eyebrow { font-family: var(--t24-font-body); font-size: 0.88rem; font-weight: 600; letter-spacing: 2px; color: var(--t24-warm); margin: 0 0 16px; opacity: 0.85; }
.hero-content h1 { font-family: var(--t24-font-display); font-size: clamp(3rem, 9vw, 6.5rem); font-weight: 900; line-height: 0.95; margin: 0 0 20px; color: var(--t24-white); }
.hero-content h1 em { font-style: italic; color: var(--t24-warm-mid); font-weight: 700; }
.hero-tagline { font-family: var(--t24-font-body); font-size: clamp(0.88rem, 2vw, 1.05rem); font-weight: 400; color: rgba(253,247,240,0.72); margin: 0 0 36px; letter-spacing: 1.5px; }
.hero-cta-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-outline-theme24 { display: inline-flex; align-items: center; gap: 8px; padding: 0.85rem 2rem; border-radius: var(--t24-radius-pill); border: 2px solid rgba(253,247,240,0.45); font-family: var(--t24-font-body); font-weight: 700; font-size: 0.95rem; color: var(--t24-white); text-decoration: none; transition: all 0.28s ease; }
.btn-outline-theme24:hover { border-color: var(--t24-warm-mid); color: var(--t24-warm-mid); background: rgba(237,213,188,0.08); }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(253,247,240,0.40); font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; font-family: var(--t24-font-body); animation: scrollBounce24 2.2s ease-in-out infinite; }
.hero-scroll svg { width: 18px; height: 18px; stroke: rgba(253,247,240,0.55); }
@keyframes scrollBounce24 {
 0%, 100% { transform: translateX(-50%) translateY(0); }
50% { transform: translateX(-50%) translateY(8px); }
 }
/* =====================================================
   SHARED SECTION STYLES
   ===================================================== */
.section-title { font-family: var(--t24-font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: var(--t24-text-dark); margin: 0 0 10px; letter-spacing: 0px; }
.section-subtitle { font-family: var(--t24-font-body); font-size: 1rem; color: var(--t24-text-light); margin: 0 0 48px; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header .t24-label { display: inline-block; background: rgba(193,68,14,0.10); color: var(--t24-primary); font-family: var(--t24-font-body); font-size: 0.70rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 5px 16px; border-radius: var(--t24-radius-pill); margin-bottom: 12px; }
/* =====================================================
   CONTACT CARDS
   ===================================================== */
.contact-cards-theme24 { background: var(--t24-cream); padding: 54px 32px; gap: 20px; border-top: 4px solid var(--t24-warm-mid); }
.contact-cards-theme24 .contact-card { background: var(--t24-white); border: 1px solid rgba(193,68,14,0.12); border-radius: var(--t24-radius-md); padding: 38px 20px 30px; text-align: center; box-shadow: var(--t24-shadow-sm); transition: transform 0.28s ease, box-shadow 0.28s ease; text-decoration: none; position: relative; overflow: hidden; }
.contact-cards-theme24 .contact-card::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--t24-primary), var(--t24-primary-light)); transform: scaleX(0); transform-origin: center; transition: transform 0.35s ease; }
.contact-cards-theme24 .contact-card:hover { transform: translateY(-8px); box-shadow: var(--t24-shadow-md); }
.contact-cards-theme24 .contact-card:hover::after { transform: scaleX(1); }
.contact-cards-theme24 .card-icon-wrap { width: 64px; height: 64px; background: var(--t24-warm); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; border: 2px solid rgba(193,68,14,0.12); transition: background 0.3s; }
.contact-cards-theme24 .contact-card:hover .card-icon-wrap { background: var(--t24-warm-mid); }
.contact-cards-theme24 .contact-card img { width: 28px; height: 28px; object-fit: contain; }
.contact-cards-theme24 .contact-card p { font-family: var(--t24-font-body); font-size: 0.9rem; font-weight: 700; color: var(--t24-text-dark); margin: 0; }
/* =====================================================
   POSTER SECTION
   ===================================================== */
.theme24-poster { background: linear-gradient(135deg, #5C3D1E 0%, #7A5130 55%, #9E6040 100%); padding: 80px 48px; position: relative; overflow: hidden; opacity: 0; transform: translateY(40px); animation: fadeUp 1.6s cubic-bezier(0.22,1,0.36,1) forwards; animation-play-state: paused; }
.theme24-poster::before { content: ""; position: absolute; top: -100px; right: -100px; width: 450px; height: 450px; border-radius: 50%; background: radial-gradient(circle, rgba(245,230,211,0.10) 0%, transparent 70%); pointer-events: none; }
.poster-content { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 60px; position: relative; z-index: 1; }
.poster-left { flex: 1; }
.poster-tag { font-family: var(--t24-font-body); font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; color: var(--t24-warm); margin-bottom: 14px; opacity: 0.85; }
.poster-name { font-family: var(--t24-font-display); font-size: clamp(2.2rem, 5vw, 3.8rem); color: var(--t24-white); font-weight: 900; margin: 0 0 8px; line-height: 1.05; }
.poster-name em { font-style: italic; color: var(--t24-warm-mid); font-weight: 700; }
.poster-designation { font-size: 1rem; font-weight: 400; color: rgba(245,230,211,0.60); margin: 0 0 26px; letter-spacing: 0.3px; }
.poster-divider { width: 50px; height: 3px; background: rgba(245,230,211,0.40); border-radius: 2px; margin: 0 0 28px; }
.poster-contact { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; font-size: 1rem; }
.poster-contact i { color: var(--t24-warm-mid); width: 18px; }
.poster-contact a { color: rgba(253,247,240,0.85); font-weight: 500; text-decoration: none; transition: color 0.2s; }
.poster-contact a:hover { color: var(--t24-warm); }
.poster-location { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(245,230,211,0.18); }
.poster-location-heading { font-size: 0.65rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(237,213,188,0.65); margin: 0 0 10px; }
.poster-location p { font-size: 0.95rem; color: rgba(253,247,240,0.70); margin: 0 0 4px; line-height: 1.6; }
.poster-right { flex: 0 0 auto; }
.menu-preview { background: rgba(253,247,240,0.10); border: 1px solid rgba(245,230,211,0.22); border-radius: var(--t24-radius-md); padding: 28px 32px; min-width: 280px; }
.menu-heading { font-family: var(--t24-font-display); font-size: 0.9rem; font-weight: 700; font-style: italic; color: var(--t24-warm-mid); letter-spacing: 0.5px; margin-bottom: 18px; text-transform: capitalize; }
.menu-item { display: flex; align-items: center; gap: 14px; padding: 11px 0; border-bottom: 1px solid rgba(245,230,211,0.12); transition: padding-left 0.25s ease; }
.menu-item:last-child { border-bottom: none; }
.menu-item:hover { padding-left: 6px; }
.menu-emoji { font-size: 1.2rem; }
.menu-name { font-family: var(--t24-font-body); font-size: 0.92rem; font-weight: 600; color: rgba(253,247,240,0.82); }
/* =====================================================
   SERVICES SECTION
   ===================================================== */
.theme24-services { padding: 90px 32px; background: var(--t24-cream); text-align: center; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto 56px; }
.service-item { position: relative; border-radius: var(--t24-radius-md); overflow: hidden; cursor: pointer; box-shadow: var(--t24-shadow-sm); }
.service-item img { width: 100%; height: 250px; object-fit: cover; display: block; transition: transform 0.5s ease; }
.service-item:hover img { transform: scale(1.07); }
.service-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(92,61,30,0.88) 0%, transparent 60%); pointer-events: none; opacity: 0; transition: opacity 0.35s ease; }
.service-item:hover::after { opacity: 1; }
.service-label { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; font-family: var(--t24-font-display); font-size: 1.1rem; font-weight: 700; color: var(--t24-white); opacity: 0; transform: translateY(10px); transition: all 0.35s ease; z-index: 2; }
.service-item:hover .service-label { opacity: 1; transform: translateY(0); }
.services-save { text-align: center; }
/* =====================================================
   MAP SECTION
   ===================================================== */
.theme24-map { padding: 90px 32px; background: var(--t24-warm); text-align: center; }
.theme24-map .map-wrapper { max-width: 920px; margin: 0 auto; border-radius: var(--t24-radius-lg); overflow: hidden; box-shadow: var(--t24-shadow-lg); border: 3px solid rgba(193,68,14,0.20); }
.theme24-map .map-wrapper iframe { width: 100%; height: 420px; border: 0; display: block; }
/* =====================================================
   PAYMENT SECTION
   ===================================================== */
.theme24-payment { padding: 90px 32px; background: var(--t24-cream); text-align: center; }
.theme24-payment .upi-id { display: inline-block; background: var(--t24-warm); border: 1px solid var(--t24-border); border-radius: var(--t24-radius-pill); padding: 10px 28px; font-size: 1rem; font-weight: 600; color: var(--t24-text-mid); margin-bottom: 48px; }
.theme24-payment .upi-id strong { color: var(--t24-primary); }
.theme24-payment .payment-icons { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; }
.theme24-payment .payment-icons a { display: flex; align-items: center; justify-content: center; background: var(--t24-white); border: 1px solid var(--t24-border); border-radius: var(--t24-radius-md); padding: 20px 28px; box-shadow: var(--t24-shadow-sm); transition: transform 0.28s, box-shadow 0.28s; }
.theme24-payment .payment-icons a:hover { transform: translateY(-6px); box-shadow: var(--t24-shadow-md); }
.theme24-payment .payment-icons img { width: 80px; height: auto; display: block; }
/* =====================================================
   SOCIAL SECTION
   ===================================================== */
.contact-social-section-theme24 { padding: 90px 32px; background: var(--t24-brown); text-align: center; }
.contact-social-section-theme24 .section-title { color: var(--t24-white); }
.contact-social-section-theme24 .section-subtitle { color: rgba(245,230,211,0.50); margin-bottom: 0; }
.contact-social-section-theme24 .t24-label { background: rgba(245,230,211,0.12); color: var(--t24-warm-mid); }
.contact-social-section-theme24 .social-cards { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 36px; }
.contact-social-section-theme24 .social-card { width: 90px; height: 90px; background: rgba(245,230,211,0.08); border: 1px solid rgba(245,230,211,0.20); border-radius: var(--t24-radius-md); display: flex; justify-content: center; align-items: center; transition: all 0.28s ease; text-decoration: none; }
.contact-social-section-theme24 .social-card:hover { background: rgba(245,230,211,0.15); border-color: var(--t24-warm-mid); transform: translateY(-8px); box-shadow: 0 0 28px rgba(193,68,14,0.25); }
.contact-social-section-theme24 .social-card img { width: 42px; height: 42px; object-fit: contain; }
/* =====================================================
   BUTTON — THEME 24
   ===================================================== */
.btn-Know-theme24 { background: linear-gradient(135deg, var(--t24-primary), var(--t24-primary-light)); color: var(--t24-white); box-shadow: 0 6px 24px rgba(193,68,14,0.35); font-family: var(--t24-font-body); font-weight: 800; font-size: 1rem; letter-spacing: 0.5px; display: inline-flex; align-items: center; gap: 8px; padding: 0.9rem 2.5rem; border-radius: var(--t24-radius-pill); text-decoration: none; cursor: pointer; border: none; transition: all 0.28s ease; }
.btn-Know-theme24:hover,
.btn-Know-theme24:focus { background: linear-gradient(135deg, var(--t24-primary-dark), var(--t24-primary)); color: var(--t24-white); box-shadow: 0 10px 32px rgba(193,68,14,0.45); transform: translateY(-3px); }
/* =====================================================
   SLIDER
   ===================================================== */
.banner .slide-bg::before { background: linear-gradient(to bottom, rgba(44,26,14,0.65) 0%, rgba(44,26,14,0.55) 100%); }
.slide-content h2 { font-family: var(--t24-font-display); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; font-style: italic; color: var(--t24-white); margin-bottom: 10px; }
.slide-content p { font-size: clamp(0.95rem, 2vw, 1.1rem); color: rgba(253,247,240,0.80); margin-bottom: 28px; }
/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 992px) {
 .poster-content { flex-direction: column; text-align: center; gap: 40px; }
.poster-divider { margin: 0 auto 28px; }
.poster-contact { justify-content: center; }
.poster-location { text-align: center; }
.menu-preview { min-width: auto; width: 100%; max-width: 380px; }
.services-grid { grid-template-columns: repeat(2,1fr); }
.contact-cards-theme24 { padding: 44px 20px; }
 }
@media (max-width: 576px) {
 .theme24-hero { height: 100svh; min-height: 480px; }
.hero-content h1 { font-size: 3rem; }
.hero-cta-group { flex-direction: column; align-items: center; }
.contact-cards-theme24 { padding: 36px 14px; gap: 10px; }
.theme24-poster { padding: 52px 20px; }
.services-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.service-item img { height: 155px; }
.theme24-map .map-wrapper iframe { height: 260px; }
.section-title { font-size: 1.9rem; }
 }
@media (max-width: 380px) {
 .services-grid { grid-template-columns: 1fr; }
.service-item img { height: 200px; }
 }
