﻿

body{
    background-color: #FFF7F9;
    margin: 0px;
}
#photologo {
    height: 60px;
    width: auto;
    object-fit: contain;
    opacity: 0.7;
}
#logo{
    font-size: 24px;
    font-weight: bold;
    color:#E11D48;
    font-family: Montserrat,sans-serif;
    opacity: 0.8;
    font-weight: 700;
}
.navbar{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 10px;
}
.link{
    text-decoration: none;
    color: #1F2937;
    font-size: 20px;
    padding: 10px;
    opacity: 0.5;
  font-family: Poppins, sans-serif;
}
.right-text-content p{
    opacity: 0.8;
    font-family: roboto,sans-serif;
    font-size: 1.05rem;
line-height: 1.5;
color: #1F2937;
font-weight: 400;

}
.section p{
    font-family: Roboto,sans-serif;

}
.main-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffcdde;
    color: #000000;
    text-align: left;
    font-size: 1.3rem;
    opacity: 0.8;
    padding: 30px;
    
}
.main-content h1:nth-child(1){
    font-family: Allura, cursive;
    font-size: 4.5rem;
    color: #E11D48;
    opacity: 0.8;
    line-height: 1.1;
letter-spacing: 1px;
}
#second{
    font-family: Allura, cursive;
    font-size: 4.5rem;
    color: #000000;
    opacity: 0.8;
    line-height: 1.1;
letter-spacing: 1px;

}
.link:hover{
    color: #E11D48;
    opacity: 2.0;
}
.highlight{
    color: #E11D48;
}
#flower-img{
   width: 420px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
   background: linear-gradient(135deg, #fce8ee, #f9d0e0);
  border-radius: 16px;
  font-size: 5rem;
}
.right-text-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    
  
}
.btn-pink{
    padding: 10px 25px;
    background-color: #E11D48;
    border: none;
    border-radius: 4px;
    color: white;
     font-family: Poppins, sans-serif;
   
}
#btn-outline{
    padding: 10px 25px;
    background-color: transparent;
    border: 2px solid #E11D48;
    border-radius: 4px;
    color: #E11D48;
    font-family: Poppins, sans-serif;

}
.btn-pink:hover {
  background:  #034506;
  color:#ffffff;
  opacity: 0.8;
}
#nbtn-pink:hover {
  background:  #E11D48;
  color:#1F2937;
  opacity: 0.8;
}
#nbtn-outline:hover {
  background: #E11D48;
  color: white;
  opacity: 0.8;
}
#btn-outline:hover {
  background:  #034506;
  color:#ffffff;
   border:none;
  opacity: 0.8;
}
#roses1{
  width: 150px;
  height: 200px;
  object-fit: cover;

}
/* bottom part toh pre */
.section h1{
    color: #E11D48;
    opacity: 0.8;
    text-align: center;
    padding: 10px;
    font-family: Montserrat,
    sans-serif;
    
}

/* DEMO REEL VIDEO SECTION */
.demo-reel-section {
    padding: 40px 20px;
    background-color: #FFF7F9;
}

.demo-reel-section h1 {
    color: #E11D48;
    opacity: 0.8;
    text-align: center;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.15);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}
 .section .sub{
    line-height: 0.4;
      color: #1F2937;
      opacity: 0.8;
    text-align:center;
    padding: 7px;
    font-size: 1.3rem;  
}

.container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 40px;
    align-items: stretch;
}
.card-img{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    background: linear-gradient(135deg, #fce8ee, #f9d0e0);
    height: 200px;
    overflow: hidden;
    padding: 0;
}
.card{
    border: 1px solid #f9d0e0;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFF7F9;
    min-height: 350px;
}
.card-body h3{
    font-family: Poppins, sans-serif;
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 0.9rem;
    margin: 8px 0 4px;
    display: block !important;
    visibility: visible !important;
    line-height: 1.4;
}
.card-body{
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #1F2937;
    opacity: 1;
    font-size: 0.9rem;
    background-color: #FFF7F9;
    padding: 15px;
}
.card-body p{
    font-family: Roboto, sans-serif;
    margin: 0 0 auto;
    font-size: 0.85rem;
    display: block !important;
    visibility: visible !important;
    color: #1F2937 !important;
    line-height: 1.5;
}
.card-footer{
    color: #1F2937;
    background-color: #FFFFFF;
    opacity: 1;
    display: flex;
    font-size: 0.9rem;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    margin-top: auto;
    visibility: visible;
    opacity: 0.8;
}
.price {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
   color:#1F2937;
   opacity: 0.8;
    font-size: 0.9rem;
    display: inline-block !important;
    visibility: visible !important;
}
.card-footer button{
    padding: 10px 20px;
    background-color: #f9d0e0;
    color: #E11D48;
    border: none;
    border-radius: 4px;
}
.card-footer button:hover{
    background-color: #034506;
    color: white;
    opacity: 0.8;
}
/* ===== SITE FOOTER (Florel brand) ===== */
.site-footer {
    margin-top: 5%;
    background-color: #000000;
    color: #ffffff;
    padding: 48px 40px 24px;
    font-family: Poppins, sans-serif;
    border-top: 3px solid #E11D48;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1.25fr;
    gap: 36px 40px;
    align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-logo-link {
    display: inline-block;
    line-height: 0;
}

.footer-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.footer-tagline {
    font-family: Roboto, sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #f9d0e0;
    opacity: 0.9;
    margin: 0;
    max-width: 280px;
}

.footer-heading {
    font-family: Poppins, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f9d0e0;
    opacity: 0.85;
    margin: 0 0 16px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a,
.footer-contact a {
    color: #ffffff;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 0.92rem;
    opacity: 0.9;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #E11D48;
    opacity: 1;
}

.footer-contact p {
    font-family: Roboto, sans-serif;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #ffffff;
    opacity: 0.9;
    margin: 0 0 8px;
}

.footer-address,
.footer-hours {
    color: #ffcdde;
    opacity: 0.95;
}

.footer-all-contacts {
    display: inline-block;
    margin-top: 12px;
    color: #E11D48;
    font-family: Poppins, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #E11D48;
}

.footer-all-contacts:hover {
    color: #ffcdde;
    border-bottom-color: #ffcdde;
}

.footer-bottom {
    max-width: 1200px;
    margin: 28px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(249, 208, 224, 0.25);
    text-align: center;
}

.footer-copy {
    font-family: Roboto, sans-serif;
    font-size: 0.82rem;
    color: #f9d0e0;
    opacity: 0.75;
    margin: 0;
    line-height: 1.5;
}

/* ===== SOCIAL ICONS (contact page) ===== */
.social-icon {
    font-size: 1.4rem;
}

.social-icon--yahoo { color: #6001D2; }
.social-icon--fb    { color: #1877F2; }
.social-icon--yt    { color: #FF0000; }

.social-link {
    color: #000000;
    text-decoration: none;
    font-size: .8rem;
    word-break: break-all;
    line-height: 1.5;
    opacity: 0.8;
    font-family: Roboto,sans-serif;
}

.social-link:hover {
    text-decoration: underline;
}

.social-coming-soon {
    font-size: .82rem;
    color: #aaa;
    margin: 0;
}

/* ===== PRODUCT CARD IMAGES ===== */
.card-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modal-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

/* ===== BOOKING PAGE ===== */
.booking-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    background-color: #FFF7F9;
}

.booking-panel {
    flex: 1;
    min-width: 320px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #f9d0e0;
}

.booking-panel-title {
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    margin: 0 0 16px;
}

.booking-qty-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.booking-qty-input {
    width: 70px;
    text-align: center;
}

.booking-total-box {
    margin-top: 15px;
    padding: 12px;
    background-color: #ffcdde;
    border-radius: 8px;
}

.booking-list-section {
    padding: 40px;
    background-color: #FFF7F9;
}

.booking-list-heading {
    text-align: center;
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    margin: 0 0 24px;
}

.booking-result-card {
    background-color: #ffffff;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #f9d0e0;
    font-family: Poppins, sans-serif;
}

.booking-result-card strong.highlight {
    color: #E11D48;
}

.florel-select {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1.5px solid #f9d0e0;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    outline: none;
    background-color: #ffffff;
}

.florel-select:focus {
    border-color: #E11D48;
}

.input-readonly-locked {
    background-color: #f5f5f5;
    color: #999999;
}

/* ===== SHOP PAGE ===== */
.shop-empty-state {
    display: none;
    text-align: center;
    padding: 60px 20px;
    color: #bbbbbb;
}

.shop-empty-state.is-visible {
    display: block;
}

.shop-empty-icon {
    font-size: 3.5rem;
    margin-bottom: 16px;
}

.shop-empty-state p {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    margin: 0;
}

.shop-card.is-hidden {
    display: none;
}

.occ-category-card.is-active {
    border-color: #E11D48;
    background-color: #ffcdde;
}

body.modal-open {
    overflow: hidden;
}

.modal-overlay.is-open {
    display: flex;
}

/* ===== INLINE STYLE REPLACEMENTS ===== */

/* booking.html - JS-generated card occasion label */
.booking-result-occasion {
    color: #E11D48;
}

/* login.html - file banner */
#fileBanner {
    display: none;
    background: #fff3cd;
    border-bottom: 2px solid #ffc107;
    padding: 14px 24px;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    color: #856404;
    text-align: center;
}
#fileBanner a {
    color: #E11D48;
    font-weight: 600;
}

/* login.html - form message boxes */
.form-msg-box {
    display: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
}

/* login.html - sign-up prompt text */
.auth-switch-text {
    text-align: center;
    font-family: Roboto, sans-serif;
    color: #666;
    margin-top: 16px;
    font-size: 0.9rem;
}
.auth-switch-text a {
    color: #E11D48;
    font-weight: 600;
    text-decoration: none;
}
.auth-switch-text a:hover {
    text-decoration: underline;
}

/* shop.html - empty state */
#emptyState {
    display: none;
    text-align: center;
    padding: 60px 20px;
    color: #bbb;
}
.empty-state-icon {
    font-size: 3.5rem;
    margin-bottom: 16px;
}
.empty-state-text {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
}

/* shop.html - payment select in modal */
#paymentMethod {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1.5px solid #f9d0e0;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    outline: none;
    background-color: #ffffff;
}

/* shop.html - order message */
#orderMsg {
    display: none;
    padding: 10px 14px;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.88rem;
    margin-top: 8px;
}

/* user-dashboard.html - nav greeting */
#nav-greeting {
    font-family: Poppins, sans-serif;
    font-size: 0.95rem;
    color: #E11D48;
    padding: 10px;
    font-weight: 600;
}

/* user-dashboard.html - recent section headers */
.dash-section-header--recent {
    margin-top: 10px;
}
.dash-section-header--recent-orders {
    margin-top: 32px;
}
.dash-subheading {
    font-size: 1.3rem;
}

/* user-dashboard.html - profile message */
#profileMsg {
    display: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

/* user-dashboard.html - empty state full width */
.empty-state-full {
    grid-column: 1 / -1;
}

/* user-dashboard.html - order badge shop color */
.bc-badge--shop {
    background: #dbeafe;
    color: #1d4ed8;
}

/* Legacy simple footer (fallback) */
footer:not(.site-footer) {
    margin-top: 5%;
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins, sans-serif;
    color: #E11D48;
    opacity: 0.85;
    background-color: #000000;
    font-size: 1rem;
}
/* second section */
.secondsection h1{
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    font-weight: 700;
    line-height: 1.2;
    opacity: 0.8;
    text-align: center;
}
.secondcontainer{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 40px;
    align-items: stretch;
}
.secondcard-body{
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #1F2937;
    opacity: 1;
    font-size: 0.9rem;
    background-color: #ffffff;
    text-align: center;
    padding: 15px;
}
.secondcard-body h3 {
    font-family: Poppins, sans-serif;
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 1.1rem;
    margin: 8px 0 4px;
    display: block !important;
    visibility: visible !important;
    line-height: 1.4;
}
.secondcard-body p{
    text-align: center;
    margin: 0 0 auto;
    display: block !important;
    visibility: visible !important;
    color: #1F2937 !important;
    line-height: 1.5;
    font-size: 0.85rem;
}
.occ-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.occ-card{
    font-family: Poppins, sans-serif;
    opacity: 0.8;
}
.occ-card {
  border-radius: 12px;
  padding: 28px 24px;
  cursor: pointer;
  transition: transform .2s;
}
.occ-card:hover { transform: translateY(-3px); }
.occ-card:nth-child(1) { background: #fce8ee; }
.occ-card:nth-child(2) { background: #e8f5e9; }
.occ-card:nth-child(3) { background: #fff8e1; }
.occ-card:nth-child(4) { background: #e3f2fd; }
.occ-card:nth-child(5) { background: #fce4ec; }
.occ-card:nth-child(6) { background: #ede7f6; }

.occ-card span { font-size: 2rem; display: block; margin-bottom: 8px; }
.occ-card strong { font-family: 'Lora', serif; font-size: .97rem; color: #333; display: block; }
.occ-card small { font-size: .76rem; color: #999; }

.secondsection h2{
     color: #000000;
    opacity: 0.8;
    text-align: center;
    padding: 10px;
    font-family: Montserrat,sans-serif;
    
}
.secondsection p{
     line-height: 0.4;
      color: #1F2937;
      opacity: 0.8;
    text-align:center;
    padding: 7px;
    font-size: 1.3rem;  
}
.secondcard {
    border: 1px solid #f9d0e0;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 350px;
}
/* Contact */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px 40px;
}

.contact-section h2 { font-family: 'Lora', serif; font-size: 1.5rem; color: #222; margin-bottom: 20px; }

.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: .8rem; color: #666; margin-bottom: 5px; }
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid #eee;
  border-radius: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: .88rem;
  color: #333;
  outline: none;
  box-sizing: border-box;
}
.form-group input:focus,
.form-group textarea:focus { font-size: .88rem; font-family: Roboto, sans-serif;border-color: #d63678; }
.form-group textarea { height: 100px; resize: vertical; }
.form-group label{ font-size: .88rem; font-family: Roboto, sans-serif; }
.info-list { display: flex; flex-direction: column; gap: 14px; }
.info-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  background: #fff9fb;
  border: 1px solid #f0dde6;
  border-radius: 10px;
}
.info-item span { font-size: 1.2rem; flex-shrink: 0; }
.info-item strong { font-size: .88rem; color: #333; display: block; margin-bottom: 2px; }
.info-item p { font-size: .82rem; color: #888; line-height: 1.6; margin: 0; }
.about-top {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 60px 40px;
  background: #fff9fb;
}

.about-img {
  width: 340px;
  height: 240px;
  background: linear-gradient(135deg, #fce8ee, #f9d0e0);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  flex-shrink: 0;
}

.about-text h2 { font-family: 'Lora', serif; font-size: 1.6rem; color: #222; margin-bottom: 12px; }
.about-text p { font-size: 1.05rem; color: #888; line-height: 1.8; }

.stats {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid #f0dde6;
  border-radius: 10px;
  flex: 1 1 auto;
  min-width: 90px;
}
.stat strong { display: block; font-size: 1.4rem; color: #d63678; }
.stat span { font-size: .75rem; color: #aaa; }
 
strong{
 font-family: Poppins, sans-serif;
    color: #E11D48;
    opacity: 0.8;
}
.page p{
    font-family: Roboto, sans-serif;
    color: #1F2937;
    opacity: 0.8;
    font-size: 1.05rem;
    font-weight: 400;
}
.page h1{
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    font-weight: 700;
    line-height: 1.2;
    opacity: 0.8;
}
.page h2{
    font-family: Poppins, sans-serif;
    color: #1F2937;
    opacity: 0.8;
}
.nextp{
    font-family: Roboto, sans-serif;
    color: #000000;
    font-size: 1.05rem;
    line-height: 1.5;
}

.occasions-hero {
    text-align: center;
    padding: 50px 40px;
    background-color: #ffcdde;
    color: #1F2937;
}

.occasions-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #E11D48;
    font-weight: 700;
    opacity: 0.8;
    margin: 0;
    line-height: 1.2;
}

.occasions-hero .sub {
    font-family: 'Roboto', sans-serif;
    color: #1F2937;
    opacity: 0.8;
    font-size: 1.1rem;
    margin: 10px 0 0 0;
}

/* OCCASION CATEGORY GRID */
.modal-content {
    max-height: 90vh;
    overflow-y: auto;
}
.occ-category-section {
    padding: 40px;
    background-color: #FFF7F9;
}

.occ-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.occ-category-card {
    background-color: #ffffff;
    border: 2px solid #f9d0e0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.occ-category-card:hover {
    background-color: #ffcdde;
    border-color: #E11D48;
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(225, 29, 72, 0.15);
}

.occ-category-card .occ-emoji {
    font-size: 2.5rem;
    display: block;
}

.occ-category-card h3 {
    font-family: 'Poppins', sans-serif;
    color: #E11D48;
    font-size: 1.15rem;
    font-weight: 600;
    opacity: 0.8;
    margin: 0;
    line-height: 1.2;
}

.occ-category-card small {
    font-family: 'Roboto', sans-serif;
    color: #1F2937;
    font-size: 0.85rem;
    opacity: 0.6;
    margin: 0;
}

/* OCCASION PRODUCT SECTIONS */
.occasion-section {
    padding: 50px 40px;
    background-color: #FFF7F9;
}

.occasion-section h2 {
    font-family: 'Montserrat', sans-serif;
    color: #E11D48;
    font-weight: 700;
    font-size: 2rem;
    opacity: 0.8;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.occasion-section .sub {
    text-align: center;
    color: #1F2937;
    opacity: 0.8;
    font-size: 1.1rem;
    margin: 0 0 40px 0;
    font-family: 'Roboto', sans-serif;
}

.occasion-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: stretch;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.occasion-card {
    border: 1px solid #f9d0e0;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    background-color: #FFF7F9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.occasion-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(225, 29, 72, 0.12);
}

.occasion-card .card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5rem;
    background: linear-gradient(135deg, #fce8ee, #f9d0e0);
    padding: 40px;
    height: 160px;
    flex-shrink: 0;
}

.occasion-card .card-body {
    display: flex;
    flex-direction: column;
    color: #1F2937;
    opacity: 0.8;
    font-size: 0.9rem;
    background-color: #FFF7F9;
    padding: 15px;
    flex-grow: 1;
}

.occasion-card .card-body h3 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    opacity: 0.8;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.occasion-card .card-body p {
    font-family: 'Roboto', sans-serif;
    color: #1F2937;
    opacity: 0.8;
    font-size: 0.9rem;
    margin: 0 0 auto 0;
    line-height: 1.4;
}

.occasion-card .card-footer {
    color: #1F2937;
    opacity: 0.8;
    display: flex;
    font-size: 0.9rem;
    justify-content: space-evenly;
    align-items: center;
    padding: 12px;
    gap: 10px;
    margin-top: auto;
}

.occasion-card .card-footer .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1F2937;
    opacity: 0.8;
}

.occasion-card .card-footer button {
    padding: 8px 18px;
    background-color: #f9d0e0;
    color: #E11D48;
    border: none;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.occasion-card .card-footer button:hover {
    background-color: #9f005a;
    color: white;
    opacity: 0.9;
}

.occasion-card .card-footer button:active {
    background-color: #034506;
    color: #FFFFFF;
    opacity: 0.8;
}

/* HIDE/SHOW SECTIONS */
.occasion-section {
    display: none;
}

.occasion-section.active {
    display: block;
}

/* MODAL OVERLAY */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

.modal-content {
    background-color: #FFF7F9;
    border-radius: 16px;
    padding: 0;
    max-width: 700px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(225, 29, 72, 0.25);
    position: relative;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #E11D48;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.modal-close:hover {
    opacity: 1;
}

/* MODAL BODY */
.modal-body {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    padding: 40px;
}

.modal-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-image {
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, #fce8ee, #f9d0e0);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.1);
}

/* MODAL DETAILS */
.modal-details-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-details-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #E11D48;
    font-weight: 700;
    opacity: 0.8;
    margin: 0;
    line-height: 1.3;
}

.modal-category {
    font-family: 'Poppins', sans-serif;
    color: #1F2937;
    opacity: 0.7;
    font-size: 0.95rem;
    font-weight: 500;
    margin: -10px 0 0 0;
}

.modal-description {
    font-family: 'Roboto', sans-serif;
    color: #1F2937;
    opacity: 0.75;
    font-size: 1rem;
    line-height: 1.6;
    margin: 10px 0 0 0;
}

/* PRICE SECTION */
.modal-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #ffcdde;
    border-radius: 10px;
    border: 1px solid #f9d0e0;
}

.modal-price-label {
    font-family: 'Poppins', sans-serif;
    color: #1F2937;
    font-weight: 500;
    opacity: 0.8;
    font-size: 0.95rem;
}

.modal-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: #E11D48;
    font-weight: 700;
    opacity: 0.9;
}

/* QUANTITY SECTION */
.modal-quantity-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-quantity-section label {
    font-family: 'Poppins', sans-serif;
    color: #1F2937;
    font-weight: 500;
    opacity: 0.8;
    font-size: 0.95rem;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #f9d0e0;
    border-radius: 8px;
    padding: 8px;
    background-color: #ffffff;
}

.qty-btn {
    background-color: #f9d0e0;
    border: none;
    color: #E11D48;
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.qty-btn:hover {
    background-color: #E11D48;
    color: white;
    transform: scale(1.05);
}

.qty-btn:active {
    background-color: #9f005a;
    transform: scale(0.95);
}

#quantityInput {
    width: 50px;
    padding: 8px;
    text-align: center;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #1F2937;
    font-weight: 600;
    background-color: transparent;
}

#quantityInput:focus {
    outline: none;
}

/* TOTAL SECTION */
.modal-total-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    background-color: #E11D48;
    border-radius: 10px;
    margin-top: 10px;
}

.modal-total-label {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.95;
}

.modal-total {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    opacity: 1;
}

/* SUBMIT BUTTON */
.modal-submit-btn {
    padding: 14px 28px;
    background-color: #034506;
    color: white;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.modal-submit-btn:hover {
    background-color: #0a5c0e;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(3, 69, 6, 0.3);
}

.modal-submit-btn:active {
    background-color: #034506;
    transform: translateY(0);
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .modal-body {
        grid-template-columns: 1fr;
        padding: 30px 20px;
        gap: 20px;
    }
    
    .modal-image {
        width: 220px;
        height: 220px;
        font-size: 4.5rem;
    }
    
    .modal-details-section h2 {
        font-size: 1.5rem;
    }
    
    .modal-content {
        max-width: 90vw;
    }
}

/** LOG IN */
/* AUTH SECTION */
.auth-section{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: #FFF7F9;
}

/* CONTAINER */
.auth-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1100px;
    width: 100%;
    box-shadow: 0 12px 30px rgba(225, 29, 72, 0.12);
}

/* LEFT SIDE */
.auth-welcome{
    background: linear-gradient(135deg, #ffcdde, #f9d0e0);
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-welcome h1{
    font-family: Montserrat, sans-serif;
    font-size: 3rem;
    color: #1F2937;
    margin-bottom: 20px;
}

.auth-welcome p{
    font-family: Roboto, sans-serif;
    color: #1F2937;
    opacity: 0.8;
    line-height: 1.8;
    font-size: 1.05rem;
}

.auth-image{
    margin-top: 30px;
    font-size: 6rem;
}

/* RIGHT SIDE */
.auth-box{
    padding: 50px 40px;
    background-color: #FFF7F9;
}

/* TAB BUTTONS */
.auth-tabs{
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-btn{
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background-color: #f9d0e0;
    color: #E11D48;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.tab-btn.active{
    background-color: #E11D48;
    color: white;
}

.tab-btn:hover{
    background-color: #E11D48;
    color: white;
}

/* FORM */
.auth-form{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.auth-form h2{
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    margin-bottom: 10px;
}

.auth-form label{
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    color: #1F2937;
    margin-bottom: 5px;
}

.auth-form input{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1.5px solid #f9d0e0;
    font-family: Roboto, sans-serif;
    font-size: 0.95rem;
    outline: none;
    background-color: white;
}

.auth-form input:focus{
    border-color: #E11D48;
}

/* BUTTON */
.auth-btn{
    margin-top: 10px;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background-color: #E11D48;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.auth-btn:hover{
    background-color: #034506;
    opacity: 0.8;
}

/* HIDE FORM */
.hidden{
    display: none;
}

/* Auth tabs as links */
a.tab-btn {
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Form feedback messages */
.form-msg {
    display: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.form-msg.is-visible {
    display: block;
}

.form-msg.is-error {
    background: #fce8ee;
    color: #E11D48;
    border: 1px solid #f9d0e0;
}

.form-msg.is-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.modal-details-section .form-msg,
.modal-box .form-msg {
    margin-top: 8px;
}

/* File-protocol warning banner */
.file-banner {
    display: none;
    background: #fff3cd;
    border-bottom: 2px solid #ffc107;
    padding: 14px 24px;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    color: #856404;
    text-align: center;
}

.file-banner.is-visible {
    display: block;
}

.file-banner a {
    color: #E11D48;
    font-weight: 600;
}

.auth-footer-text {
    text-align: center;
    font-family: Roboto, sans-serif;
    color: #666;
    margin-top: 16px;
    font-size: 0.9rem;
}

.auth-footer-text a {
    color: #E11D48;
    font-weight: 600;
    text-decoration: none;
}

.auth-footer-text a:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media(max-width: 768px){

    .auth-container{
        grid-template-columns: 1fr;
    }

    .auth-welcome{
        text-align: center;
        padding: 40px 25px;
    }

    .auth-box{
        padding: 40px 25px;
    }

    .auth-welcome h1{
        font-size: 2.2rem;
    }
}
/* REGISTER PAGE */
.register-page{
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #FFF7F9;
}

/* LEFT SIDE */
.register-left{
    background:
    linear-gradient(rgba(225, 29, 72, 0.72),
    rgba(225, 29, 72, 0.72)),
    url('https://images.unsplash.com/photo-1526047932273-341f2a7631f9?q=80&w=1200&auto=format&fit=crop');

    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.register-overlay{
    color: white;
    max-width: 450px;
}

.register-overlay h1{
    font-family: Montserrat, sans-serif;
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.1;
}

.register-overlay p{
    font-family: Roboto, sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    opacity: 0.95;
}

/* FEATURES */
.register-features{
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-box{
    background-color: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    padding: 14px 18px;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
    font-size: 0.95rem;
    border: 1px solid rgba(255,255,255,0.2);
}

/* RIGHT SIDE */
.register-right{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

/* FORM */
.register-form{
    width: 100%;
    max-width: 480px;
    background-color: white;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(225, 29, 72, 0.08);
}

.register-form h2{
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    font-size: 2rem;
    margin-bottom: 5px;
}

.register-sub{
    font-family: Roboto, sans-serif;
    color: #777;
    margin-bottom: 25px;
}

/* INPUTS */
.input-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.input-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.input-group label{
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 6px;
}

.input-group input{
    padding: 13px;
    border-radius: 10px;
    border: 1.5px solid #f2d5df;
    outline: none;
    font-family: Roboto, sans-serif;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.input-group input:focus{
    border-color: #E11D48;
    box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.08);
}

/* BUTTON */
.register-btn{
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #E11D48;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 5px;
}

.register-btn:hover{
    background-color: #034506;
    transform: translateY(-2px);
}

/* LOGIN LINK */
.login-link{
    margin-top: 20px;
    text-align: center;
    font-family: Roboto, sans-serif;
    color: #666;
}

.login-link a{
    color: #E11D48;
    text-decoration: none;
    font-weight: 600;
}

.login-link a:hover{
    text-decoration: underline;
}

/* RESPONSIVE */
@media(max-width: 900px){

    .register-page{
        grid-template-columns: 1fr;
    }

    .register-left{
        min-height: 350px;
    }

    .register-overlay h1{
        font-size: 2.7rem;
    }

    .register-right{
        padding: 30px 20px;
    }

    .register-form{
        padding: 30px 25px;
    }
}

@media(max-width: 600px){

    .input-row{
        grid-template-columns: 1fr;
    }

    .register-overlay h1{
        font-size: 2.2rem;
    }
}
input{Font-family: Poppins, sans-serif; width:100%; padding:10px; margin-top:5px; border-radius:8px; border:1px solid #ddd;}
label{Font-family: Poppins, sans-serif; color:#333; margin-top:15px;}

/* ===== HAMBURGER & MOBILE NAV ===== */
.navbar-links,
.navbar-auth {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 998;
}

.nav-overlay.active {
    display: block;
}

body.nav-open {
    overflow: hidden;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    background: #E11D48;
    border: none;
    border-radius: 8px;
    padding: 10px;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
    z-index: 1001;
}

.hamburger-menu span {
    width: 22px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Site pages â€“ Florel pink palette */
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: min(300px, 88vw);
    height: 100vh;
    flex-direction: column;
    z-index: 999;
    overflow-y: auto;
    box-shadow: 4px 0 24px rgba(225, 29, 72, 0.15);
}

.mobile-nav.active {
    display: flex;
}

.mobile-nav--site {
    background: #ffffff;
    border-right: 3px solid #f9d0e0;
}

.mobile-nav-header {
    padding: 20px;
    border-bottom: 2px solid #f9d0e0;
    background: linear-gradient(135deg, #fce8ee, #ffcdde);
}

.mobile-nav-header strong {
    display: block;
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    font-size: 1.15rem;
}

.mobile-nav-header span {
    font-family: Roboto, sans-serif;
    font-size: 0.82rem;
    color: #1F2937;
    opacity: 0.7;
}

.mobile-nav--site a {
    padding: 14px 20px;
    border-bottom: 1px solid #fce8ee;
    color: #1F2937;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 0.2s, color 0.2s;
}

.mobile-nav--site a .nav-emoji {
    font-size: 1.15rem;
    min-width: 24px;
}

.mobile-nav--site a:hover,
.mobile-nav--site a.active {
    background: #fce8ee;
    color: #E11D48;
}

.mobile-nav-auth {
    margin-top: auto;
    border-top: 2px solid #f9d0e0;
    padding-top: 8px;
}

.mobile-nav-auth a.logout {
    color: #E11D48;
    font-weight: 600;
}

/* Admin dashboard â€“ dark palette */
.mobile-nav--admin {
    background: #1F2937;
    border-right: 3px solid #E11D48;
}

.mobile-nav-brand {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav-brand h2 {
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    font-size: 1.15rem;
    margin: 0 0 4px;
}

.mobile-nav-brand span {
    font-family: Roboto, sans-serif;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.75rem;
}

.mobile-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 22px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    font-family: Poppins, sans-serif;
    font-size: 0.92rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}

.mobile-nav-item .nav-icon {
    font-size: 1rem;
}

.mobile-nav-item:hover {
    background: rgba(225, 29, 72, 0.1);
    color: #E11D48;
    border-left-color: #E11D48;
}

.mobile-nav-item.active {
    background: rgba(225, 29, 72, 0.18);
    color: #E11D48;
    border-left-color: #E11D48;
}

.mobile-nav-logout-wrap {
    margin-top: auto;
    padding: 16px 22px;
    border-top: 1px solid rgba(225, 29, 72, 0.35);
}

.mobile-nav-logout {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 1.5px solid rgba(225, 29, 72, 0.5);
    border-radius: 6px;
    color: #E11D48;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
}

.mobile-nav-logout:hover {
    background: #E11D48;
    color: #fff;
}

/* User dashboard â€“ light pink palette */
.mobile-nav--user {
    background: #ffffff;
    border-right: 2px solid #f9d0e0;
}

.mobile-nav-user-head {
    text-align: center;
    padding: 24px 20px;
    border-bottom: 1px solid #f9d0e0;
}

.mobile-nav-user-head .avatar-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fce8ee, #E11D48);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 0 auto 10px;
}

.mobile-nav-user-head h3 {
    font-family: Poppins, sans-serif;
    font-size: 0.95rem;
    color: #1F2937;
    margin: 0 0 4px;
}

.mobile-nav-user-head p {
    font-family: Roboto, sans-serif;
    font-size: 0.78rem;
    color: #999;
    margin: 0;
}

.mobile-nav--user .mobile-nav-item {
    color: #555;
    border-bottom: 1px solid #fce8ee;
    border-left: 3px solid transparent;
}

.mobile-nav--user .mobile-nav-item:hover,
.mobile-nav--user .mobile-nav-item.active {
    background: #fce8ee;
    color: #E11D48;
    border-left-color: #E11D48;
}

.mobile-nav--user .mobile-nav-logout-wrap {
    border-top: 1px solid #f9d0e0;
}

.mobile-nav--user .mobile-nav-logout {
    border-color: #f9d0e0;
    color: #E11D48;
    background: #fce8ee;
}

.mobile-nav--user .mobile-nav-logout:hover {
    background: #E11D48;
    color: #fff;
}

a.mobile-nav-item {
    text-decoration: none;
    box-sizing: border-box;
}

/* ===== RESPONSIVE: TABLET & PHONE ===== */
@media (max-width: 1024px) {
    .hamburger-menu {
        display: flex;
    }

    .admin-navbar .hamburger-menu {
        display: flex !important;
    }

    .navbar {
        flex-wrap: nowrap;
        padding: 10px 16px;
        gap: 12px;
    }

    #logo {
        font-size: 18px;
        flex: 1;
        min-width: 0;
    }

    .navbar-links,
    .navbar-auth,
    #nav-auth-area {
        display: none;
    }

    .navbar-admin-badge {
        display: none;
    }

    /* Admin: hide sidebar & tab pills; use burger drawer */
    .dashboard-wrap .sidebar {
        display: none;
    }

    .dashboard-wrap .tab-bar {
        display: none;
    }

    /* User: hide sidebar; use burger drawer */
    .dashboard-wrapper .dash-sidebar {
        display: none;
    }

    .dashboard-wrapper {
        flex-direction: column;
    }

    .dash-main {
        padding: 24px 20px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 8px 12px;
    }

    #logo {
        font-size: 16px;
    }

    /* Main Content */
    .main-content {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 20px;
    }

    .main-content h1:nth-child(1),
    #second {
        font-size: 2.5rem;
    }

    #flower-img {
        width: 100%;
        max-width: 300px;
        height: 200px;
        font-size: 3rem;
    }

    .right-text-content p {
        font-size: 0.95rem;
    }

    .buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .btn-pink, #btn-outline {
        width: 100%;
        padding: 12px;
    }

    .container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }

    .card {
        width: 100% !important;
    }

    .secondcontainer {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }

    .secondcard {
        width: 100% !important;
        height: auto;
    }

    /* Cards */
    .card-footer {
        flex-wrap: wrap;
    }

    .price {
        font-size: 1.1rem;
    }

    /* Contact Section */
    .contact-section {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 20px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px;
        font-size: 16px;
    }

    /* Occasions Grid */
    .occ-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 20px;
    }

    .occ-category-card {
        padding: 20px 15px;
        gap: 8px;
    }

    .occ-category-card .occ-emoji {
        font-size: 2rem;
    }

    .occ-category-card h3 {
        font-size: 0.95rem;
    }

    /* Occasion Container */
    .occasion-container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }

    .occasion-card {
        width: 100% !important;
        height: auto;
        max-width: 100%;
    }

    .occasion-card .card-img {
        height: 120px;
        font-size: 3rem;
        padding: 20px;
    }

    /* Booking page */
    .booking-layout {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }

    .booking-panel {
        min-width: unset;
        width: 100%;
        box-sizing: border-box;
    }

    #bookingForm input,
    #bookingForm select,
    #bookingForm textarea {
        width: 100%;
        box-sizing: border-box;
    }

    #dateInput {
        width: 100%;
        box-sizing: border-box;
    }

    .booking-list-section {
        padding: 20px 16px;
    }

    /* Contact page */
    .contact-section {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 16px;
    }

    .about-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 16px;
        gap: 24px;
    }

    .about-img {
        width: 100%;
        max-width: 280px;
        height: 200px;
        flex-shrink: unset;
    }

    .about-text h2 {
        font-size: 1.3rem;
    }

    .stats {
        justify-content: center;
    }

    .occasion-section {
        padding: 30px 15px;
    }

    .occasion-section h2 {
        font-size: 1.5rem;
    }

    /* Modal */
    .modal-body {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 15px;
    }

    .modal-image {
        width: 200px;
        height: 200px;
        font-size: 4rem;
        margin: 0 auto;
    }

    .modal-details-section h2 {
        font-size: 1.3rem;
    }

    /* Shop Page */
    .secondcard {
        width: 100% !important;
        height: auto;
    }

    /* Footer */
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 28px 24px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        text-align: center;
    }

    .site-footer {
        padding: 36px 24px 24px;
    }
}

/* ===== RESPONSIVE: SMALL MOBILE (320px - 480px) ===== */
@media (min-width: 320px) and (max-width: 480px) {
    .main-content .highlight  {
        font-size: 3.5rem;
    }
    .main-content #second { 
        font-size: 3.0rem;
    }
    .auth-tabs button{
        width: 90%;
        font-size: 0.9rem;
    }
    .auth-tabs a{
     font-size: 0.9rem;
    }
   #fullName,#email,#password,#adminUsername,#adminPassword,#signinEmail,#signinPassword{
  width: 90%;
    }
     body .site-footer{
        width: 100%;
        margin: 0%;
    }
  
    .body{
        margin: 0%;
        padding: 0%;
    }
     .booking-layout input{
    width: 100%;
    box-sizing: border-box;
   }
.booking-layout{
    width: 100%;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
}
  .site-footer {
    width: 100%;
    height: auto;
  margin-left: 0%;
  margin-bottom: 0%;
  box-sizing: border-box;
  }
  .booking-form{
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  #calendar {
    text-align: center;
  width: 100%;
  max-width: 600px; 
}
    .navbar {
        padding: 6px 8px;
    }
    .main-content{
        flex-direction: column-reverse;
        text-align: center;
        gap: 5px;
        
    }
    .body{
        padding: 0;
        margin: 0%;
    }
    .section .sub{
        font-size: 0.99rem;
        line-height: 2.5;
    }
    #logo {
        font-size: 16px;
    }

    .main-content h1:nth-child(1),
    #second {
        font-size: 1.5rem;
    }

    .right-text-content p {
        font-size: 0.9rem;
    }

    #flower-img {
        height: 160px;
        font-size: 2.5rem;
    }

    .btn-pink, #btn-outline {
        font-size: 0.9rem;
        padding: 10px;
    }

    .container {
        grid-template-columns: 1fr;
        padding: 0 10px;
    }

    /* Stats on contact page - wrap properly on mobile */
    .stats {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .stat {
        flex: 1 1 calc(50% - 10px);
        min-width: 100px;
        padding: 12px 10px;
    }

    /* Booking panel min-width override for small screens */
    .booking-panel {
        min-width: 100%;
        padding: 15px;
    }

    /* Booking qty row on mobile */
    .booking-qty-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .booking-qty-input {
        width: 60px;
    }

    /* Calendar on mobile */
    #calendar {
        width: 100%;
        max-width: 100%;
    }

    /* Contact form on mobile */
    .contact-section {
        padding: 20px 15px;
        gap: 20px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .info-item {
        padding: 12px;
    }

    .about-top {
        padding: 30px 15px;
        gap: 20px;
    }

    .about-img {
        width: 100%;
        max-width: 280px;
        height: 200px;
        font-size: 3rem;
    }

    .occ-category-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .occasion-section {
        padding: 20px 10px;
    }

    .occasion-section h2 {
        font-size: 1.2rem;
    }

    .occasion-section .sub {
        font-size: 0.95rem;
    }
    
    /* Forms */
    .auth-container {
        grid-template-columns: 1fr !important;
        margin: 0;
        border-radius: 0;
    }

    .auth-welcome {
        padding: 30px 15px;
    }

    .auth-box {
        padding: 30px 15px;
    }

    .auth-welcome h1 {
        font-size: 1.8rem;
    }

    .input-row {
        grid-template-columns: 1fr !important;
    }

    .modal-body {
        padding: 15px;
    }

    .modal-image {
        width: 160px;
        height: 160px;
        font-size: 3rem;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-logo {
        max-width: 180px;
    }

    .footer-bottom {
        text-align: center;
    }
}

/* ===== RESPONSIVE: TABLET (769px - 1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    body .site-footer{
        width: 100%;
        margin: 0%;
       
    }
     .booking-layout input{
    width: 100%;
    box-sizing: border-box;
   }
  #bookingForm{
    width: 100%;
    box-sizing: border-box;
  }
    #dateInput{
        width: 100%;
        box-sizing: border-box;
    }
    .about-top{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .main-content h1:nth-child(1),
    #second {
        font-size: 2.5rem;
    }
    .main-content{
        flex-direction: column-reverse;
        text-align: center;
        gap: 10px;
        
    }
    .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .secondcontainer {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px;
    }

    .secondcard {
        width: 100% !important;
        height: auto;
    }

    .booking-panel {
        min-width: unset;
        width: 100%;
        box-sizing: border-box;
        padding: 18px;
    }

    .occasion-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 20px;
    }

    .occasion-card {
        width: 100% !important;
        height: auto;
    }

    .occ-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    /* Contact page tablet */
    .contact-section {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 36px 24px;
    }

    .about-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 24px;
        gap: 24px;
    }

    .about-img {
        width: 280px;
        height: 200px;
        flex-shrink: unset;
    }

    .form-group input,
    .form-group textarea {
        box-sizing: border-box;
        width: 100%;
    }

    .stats {
        flex-wrap: wrap;
        gap: 14px;
        justify-content: center;
    }

    .stat {
        flex: 1 1 calc(33% - 14px);
        min-width: 120px;
    }

    /* Dashboard adjustments for tablet */
    .dashboard-wrap {
        flex-direction: column;
    }
    .form-group{
        width: 95%;
    }

    .sidebar {
        width: 100% !important;
        height: auto;
        position: static;
        flex-direction: row;
        overflow-x: auto;
        padding: 15px;
        gap: 20px;
    }

    .sidebar-nav {
        display: flex;
        gap: 10px;
        padding: 0;
    }

    .nav{
        flex: 1;
        overflow-x: auto;
    }

    .nav-item {
        padding: 8px 12px;
        white-space: nowrap;
        font-size: 0.8rem;
        border-left: none !important;
    }

    .sidebar-footer {
        padding: 0;
        border: none;
    }

    .logout-btn {
        min-width: 100px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }

    .page-content {
        padding: 20px;
    }

    .tab-bar {
        flex-wrap: wrap;
        gap: 6px;
    }

    .tab-pill {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

@media (max-width: 768px) {
    .dashboard-wrap {
        flex-direction: column;
        min-height: auto;
    }

    .sidebar {
        width: 100% !important;
        height: auto !important;
        position: static !important;
        flex-direction: row;
        overflow-x: auto;
        padding: 10px;
        gap: 10px;
        align-items: center;
    }

    .sidebar-brand {
        padding: 0;
        border: none;
        min-width: 120px;
    }

    .sidebar-brand h2 {
        font-size: 0.9rem;
    }

    .sidebar-nav {
        display: flex;
        gap: 5px;
        padding: 0;
        flex: 1;
        overflow-x: auto;
    }

    .nav-item {
        padding: 6px 10px;
        white-space: nowrap;
        font-size: 0.75rem;
        border-left: none !important;
    }

    .sidebar-footer {
        padding: 0;
        border: none;
        display: none;
    }

    .hamburger-menu {
        display: flex !important;
    }

    .topbar {
        padding: 12px 16px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .topbar h1 {
        font-size: 1.1rem;
        width: 100%;
    }

    .admin-tag {
        font-size: 0.7rem;
        padding: 4px 10px;
    }

    .page-content {
        padding: 15px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .stat-card {
        padding: 15px 10px;
    }

    .stat-icon {
        width: 45px;
        height: 45px;
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .stat-value {
        font-size: 1.4rem;
    }

    .table-section {
        border-radius: 8px;
    }

    .table-header {
        flex-direction: column;
        align-items: flex-start;
    }

    table {
        font-size: 0.85rem;
    }

    table td, table th {
        padding: 8px 4px;
    }

    .action-btn {
        padding: 6px 8px;
        font-size: 0.75rem;
    }

    .modal-submit-btn {
        padding: 12px 16px;
        font-size: 0.9rem;
    }

    .site-footer {
        width: 100%;
        margin: 0;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .sidebar {
        flex-direction: row;
        overflow-x: auto;
        padding: 8px;
        gap: 8px;
    }

    .sidebar-brand h2 {
        font-size: 0.8rem;
    }

    .nav-item {
        padding: 5px 8px;
        font-size: 0.7rem;
    }

    .hamburger-menu {
        display: flex !important;
    }

    .topbar {
        padding: 10px 12px;
    }

    .topbar h1 {
        font-size: 1rem;
    }

    .page-content {
        padding: 10px;
    }

    .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 8px;
    }

    .stat-card {
        padding: 12px 8px;
    }

    .stat-value {
        font-size: 1.2rem;
    }

    table {
        font-size: 0.75rem;
    }

    table td, table th {
        padding: 6px 2px;
    }

    .table-header h3 {
        font-size: 0.9rem;
    }

    .site-footer {
        width: 100%;
        margin: 0;
        padding: 30px 16px 20px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-brand {
        grid-column: 1;
    }

    .footer-logo {
        max-width: 150px;
    }

    .tab-bar {
        flex-wrap: wrap;
        gap: 8px;
    }

    .tab-pill {
        font-size: 0.8rem;
        padding: 8px 12px;
    }
}

/* ===== USER DASHBOARD ===== */
.dashboard-wrapper {
    display: flex;
    min-height: calc(100vh - 64px);
    background: #FFF7F9;
}

.dash-sidebar {
    width: 240px;
    flex-shrink: 0;
    background: #ffffff;
    border-right: 2px solid #f9d0e0;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.dash-avatar {
    text-align: center;
    padding: 0 20px 24px;
    border-bottom: 1px solid #f9d0e0;
}

.dash-avatar .avatar-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fce8ee, #E11D48);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 0 auto 12px;
}

.dash-avatar h3 {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: #1F2937;
    margin: 0 0 4px;
}

.dash-avatar p {
    font-family: Roboto, sans-serif;
    font-size: 0.8rem;
    color: #999;
    margin: 0;
}

.dash-nav {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    flex: 1;
}

.dash-nav li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    font-family: Poppins, sans-serif;
    font-size: 0.92rem;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}

.dash-nav li a:hover,
.dash-nav li a.active {
    background: #fce8ee;
    color: #E11D48;
    border-left-color: #E11D48;
}

.dash-nav li a .nav-icon {
    font-size: 1.1rem;
}

.dash-logout {
    padding: 20px 24px;
    border-top: 1px solid #f9d0e0;
}

.dash-logout button {
    width: 100%;
    padding: 10px;
    background: #fce8ee;
    color: #E11D48;
    border: 1px solid #f9d0e0;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.2s;
}

.dash-logout button:hover {
    background: #E11D48;
    color: white;
}

.dash-main {
    flex: 1;
    padding: 36px 40px;
    overflow-y: auto;
}

.dash-section {
    display: none;
}

.dash-section.active {
    display: block;
}

.dash-section-header {
    margin-bottom: 28px;
}

.dash-section-header h2 {
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.dash-section-header p {
    font-family: Roboto, sans-serif;
    color: #888;
    font-size: 0.95rem;
    margin: 0;
}

.dashboard-wrapper .stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 36px;
}

.dashboard-wrapper .stat-card {
    background: white;
    border: 1px solid #f9d0e0;
    border-radius: 14px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dashboard-wrapper .stat-card .stat-icon {
    font-size: 1.8rem;
}

.dashboard-wrapper .stat-card .stat-value {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #E11D48;
}

.dashboard-wrapper .stat-card .stat-label {
    font-family: Poppins, sans-serif;
    font-size: 0.82rem;
    color: #999;
}

.booking-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.booking-card {
    background: white;
    border: 1px solid #f9d0e0;
    border-radius: 14px;
    padding: 20px;
    font-family: Poppins, sans-serif;
    transition: box-shadow 0.2s;
}

.booking-card:hover {
    box-shadow: 0 6px 20px rgba(225, 29, 72, 0.1);
}

.booking-card .bc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.booking-card .bc-occasion {
    font-size: 1rem;
    font-weight: 600;
    color: #E11D48;
}

.booking-card .bc-badge {
    font-size: 0.72rem;
    padding: 4px 10px;
    border-radius: 20px;
    background: #e8f5e9;
    color: #2e7d32;
    font-weight: 500;
}

.booking-card .bc-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 6px;
}

.booking-card .bc-row span:first-child {
    color: #aaa;
}

.booking-card .bc-total {
    margin-top: 14px;
    padding: 10px 14px;
    background: #fce8ee;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-card .bc-total span:first-child {
    font-size: 0.82rem;
    color: #888;
}

.booking-card .bc-total strong {
    font-size: 1.1rem;
    color: #E11D48;
    font-family: Montserrat, sans-serif;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #bbb;
}

.empty-state .empty-icon {
    font-size: 4rem;
    margin-bottom: 16px;
}

.empty-state p {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    margin-bottom: 20px;
}

.empty-state a {
    display: inline-block;
    padding: 12px 28px;
    background: #E11D48;
    color: white;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.95rem;
    text-decoration: none;
    transition: 0.2s;
}

.empty-state a:hover {
    background: #034506;
}

.profile-card {
    background: white;
    border: 1px solid #f9d0e0;
    border-radius: 14px;
    padding: 32px;
    max-width: 560px;
}

.profile-card .pf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.profile-card .pf-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.profile-card .pf-group label {
    font-family: Poppins, sans-serif;
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 6px;
}

.profile-card .pf-group input {
    padding: 11px 14px;
    border: 1.5px solid #f9d0e0;
    border-radius: 8px;
    font-family: Roboto, sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: 0.2s;
    background: #FFF7F9;
}

.profile-card .pf-group input:focus {
    border-color: #E11D48;
    background: white;
}

.profile-card .pf-group input[readonly] {
    background: #f5f5f5;
    color: #aaa;
    cursor: not-allowed;
}

.profile-save-btn {
    padding: 12px 28px;
    background: #E11D48;
    color: white;
    border: none;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.profile-save-btn:hover {
    background: #034506;
}

.spinner {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 3px solid #f9d0e0;
    border-top-color: #E11D48;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin: 40px auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-wrap {
    text-align: center;
}

@media (max-width: 768px) {
    .dash-main {
        padding: 20px 16px;
    }

    .dashboard-wrapper .stat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .profile-card .pf-row {
        grid-template-columns: 1fr;
    }

    .topbar {
        flex-wrap: wrap;
        gap: 10px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== ADMIN DASHBOARD ===== */
.dashboard-wrap {
    display: flex;
    min-height: calc(100vh - 70px);
}

.sidebar {
    width: 230px;
    flex-shrink: 0;
    background-color: #1F2937;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    position: sticky;
    top: 0;
    height: calc(100vh - 70px);
    overflow-y: auto;
}

.sidebar-brand {
    padding: 0 22px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-brand h2 {
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 3px;
}

.sidebar-brand span {
    font-family: Roboto, sans-serif;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
}

.sidebar-nav {
    flex: 1;
    padding: 18px 0;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 22px;
    color: rgba(255, 255, 255, 0.5);
    font-family: Poppins, sans-serif;
    font-size: 0.88rem;
    cursor: pointer;
    transition: 0.2s;
    border-left: 3px solid transparent;
}

.nav-item:hover {
    background: rgba(225, 29, 72, 0.1);
    color: #E11D48;
    border-left-color: #E11D48;
}

.nav-item.active {
    background: rgba(225, 29, 72, 0.14);
    color: #E11D48;
    border-left-color: #E11D48;
}

.nav-icon {
    font-size: 1rem;
}

.sidebar-footer {
    padding: 18px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.logout-btn {
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: 1.5px solid rgba(225, 29, 72, 0.5);
    border-radius: 4px;
    color: #E11D48;
    font-family: Poppins, sans-serif;
    font-size: 0.85rem;
    cursor: pointer;
    transition: 0.3s;
}

.logout-btn:hover {
    background: #E11D48;
    color: white;
    border-color: #E11D48;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.topbar {
    background: #fff;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f9d0e0;
}

.topbar h1 {
    font-family: Montserrat, sans-serif;
    font-size: 1.35rem;
    color: #E11D48;
    font-weight: 700;
    opacity: 0.85;
    margin: 0;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-tag {
    background: #f9d0e0;
    color: #E11D48;
    padding: 6px 14px;
    border-radius: 20px;
    font-family: Poppins, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Admin Header Styles */
.admin-header .navbar {
    background: #1F2937;
    border-bottom: 3px solid #E11D48;
}

.admin-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}

.admin-navbar-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.admin-navbar #logo {
    color: #E11D48;
    margin: 0;
}

.admin-navbar .navbar-auth {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-logout-desktop {
    padding: 8px 16px;
    background: transparent;
    border: 2px solid #E11D48;
    border-radius: 6px;
    color: #E11D48;
    font-family: Poppins, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-logout-desktop:hover {
    background: #E11D48;
    color: #ffffff;
}

.admin-navbar .hamburger-menu {
    display: none;
}

.admin-navbar .hamburger-menu span {
    background: #E11D48;
}

.page-content {
    padding: 32px;
    flex: 1;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

.stats-grid .stat-card {
    border: 1px solid #f9d0e0;
    border-radius: 12px;
    padding: 22px 20px;
    background: #fff;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.stats-grid .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(225, 29, 72, 0.1);
}

.stats-grid .stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.stats-grid .stat-card.orders::before {
    background: #E11D48;
}

.stats-grid .stat-card.bookings::before {
    background: #ffcdde;
}

.stats-grid .stat-card.contacts::before {
    background: #f9d0e0;
}

.stats-grid .stat-card.revenue::before {
    background: #E11D48;
}

.stats-grid .stat-icon {
    font-size: 2.2rem;
    background: linear-gradient(135deg, #fce8ee, #f9d0e0);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.stats-grid .stat-label {
    font-family: Poppins, sans-serif;
    font-size: 0.78rem;
    color: #1F2937;
    opacity: 0.5;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.stats-grid .stat-value {
    font-family: Montserrat, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: #E11D48;
    opacity: 0.85;
}

.tab-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    border: 1px solid #f9d0e0;
    width: fit-content;
    flex-wrap: wrap;
}

.tab-pill {
    padding: 10px 22px;
    border: none;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: 0.88rem;
    cursor: pointer;
    transition: 0.3s;
    background: transparent;
    color: #1F2937;
    opacity: 0.5;
    font-weight: 500;
}

.tab-pill.active {
    background: #E11D48;
    color: white;
    opacity: 1;
}

.tab-pill:hover:not(.active) {
    background: #f9d0e0;
    color: #E11D48;
    opacity: 1;
}

.table-section {
    border: 1px solid #f9d0e0;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.table-section--spaced {
    margin-bottom: 28px;
}

.table-header {
    padding: 18px 22px;
    border-bottom: 1px solid #f9d0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #fce8ee, #f9d0e0);
    flex-wrap: wrap;
    gap: 10px;
}

.table-header h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    color: #E11D48;
    font-weight: 700;
    opacity: 0.85;
    margin: 0;
}

.table-count {
    background: #fff;
    color: #E11D48;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: Poppins, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid #f9d0e0;
}

.table-header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.table-scroll {
    overflow-x: auto;
}

.modal-msg {
    display: none;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-top: 8px;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th {
    background: #FFF7F9;
    padding: 12px 18px;
    text-align: left;
    font-family: Poppins, sans-serif;
    font-size: 0.76rem;
    color: #1F2937;
    opacity: 0.5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f9d0e0;
}

.data-table td {
    padding: 13px 18px;
    font-family: Roboto, sans-serif;
    font-size: 0.88rem;
    color: #1F2937;
    opacity: 0.8;
    border-bottom: 1px solid #fce8ee;
}

.data-table tr:last-child td {
    border-bottom: none;
}

.data-table tr:hover td {
    background: #FFF7F9;
    opacity: 1;
}

.badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.badge-pink {
    background: #f9d0e0;
    color: #E11D48;
}

.badge-rose {
    background: #fce8ee;
    color: #9f005a;
}

.badge-green {
    background: #d1fae5;
    color: #034506;
}

.badge-yellow {
    background: #fef3c7;
    color: #92400e;
}

.badge-blue {
    background: #dbeafe;
    color: #1d4ed8;
}

.badge-red {
    background: #fee2e2;
    color: #b91c1c;
}

.loading-row td,
.empty-row td {
    text-align: center;
    padding: 45px;
    color: #1F2937;
    opacity: 0.4;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.action-btn {
    padding: 5px 12px;
    border: none;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    margin: 2px;
}

.btn-confirm {
    background: #d1fae5;
    color: #034506;
}

.btn-confirm:hover {
    background: #034506;
    color: white;
}

.btn-reject {
    background: #fee2e2;
    color: #b91c1c;
}

.btn-reject:hover {
    background: #b91c1c;
    color: white;
}

.btn-edit {
    background: #dbeafe;
    color: #1d4ed8;
}

.btn-edit:hover {
    background: #1d4ed8;
    color: white;
}

.btn-delete {
    background: #f9d0e0;
    color: #E11D48;
}

.btn-delete:hover {
    background: #E11D48;
    color: white;
}

.btn-add {
    background: #E11D48;
    color: white;
    padding: 8px 18px;
    border: none;
    border-radius: 6px;
    font-family: Poppins, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.btn-add:hover {
    background: #9f005a;
}

.modal-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-bg.open {
    display: flex;
}

.modal-box {
    background: white;
    border-radius: 14px;
    padding: 32px;
    width: 100%;
    max-width: 480px;
    position: relative;
    font-family: Poppins, sans-serif;
}

.modal-box h3 {
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    margin: 0 0 20px;
    font-size: 1.1rem;
}

.modal-box .mf-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.modal-box .mf-group label {
    font-size: 0.82rem;
    color: #555;
    margin-bottom: 5px;
}

.modal-box .mf-group input,
.modal-box .mf-group select,
.modal-box .mf-group textarea {
    padding: 10px 12px;
    border: 1.5px solid #f9d0e0;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: 0.2s;
}

.modal-box .mf-group input:focus,
.modal-box .mf-group select:focus,
.modal-box .mf-group textarea:focus {
    border-color: #E11D48;
}

.modal-box .mf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.modal-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.modal-close-btn {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: #aaa;
}

.modal-close-btn:hover {
    color: #E11D48;
}

.product-image-input {
    padding: 8px;
    border: 1.5px solid #f9d0e0;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-size: 0.85rem;
    width: 100%;
}

.product-image-preview {
    margin-top: 10px;
    display: none;
}

.product-image-preview.is-visible {
    display: block;
}

.product-image-preview img {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #f9d0e0;
}

.btn-remove-photo {
    margin-top: 6px;
    background: #fee2e2;
    color: #b91c1c;
    border: none;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 0.78rem;
    cursor: pointer;
    font-family: Poppins, sans-serif;
}

.price-strong {
    color: #E11D48;
}

.table-cell-message {
    max-width: 320px;
    word-break: break-word;
    line-height: 1.5;
}

.table-cell-emoji {
    font-size: 1.5rem;
}

.table-cell-desc {
    max-width: 200px;
    word-break: break-word;
}
}

@media (max-width: 1100px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sidebar {
        width: 180px;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .page-content {
        padding: 20px;
    }

    .topbar {
        padding: 14px 20px;
    }
}

@media (max-width: 600px) {
    .dashboard-wrap {
        flex-direction: column;
    }

    .dashboard-wrap .sidebar {
        display: none;
    }

    .hamburger-menu {
        display: flex !important;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-wrapper .stat-grid {
        grid-template-columns: 1fr;
    }

    .booking-grid {
        grid-template-columns: 1fr;
    }

    .main {
        width: 100%;
    }

    .topbar {
        padding: 12px 16px;
    }

    .topbar h1 {
        font-size: 1.2rem;
    }

    .page-content {
        padding: 15px;
    }

    .table-scroll {
        overflow-x: auto;
    }

    .data-table {
        min-width: 800px;
    }

    .site-footer {
        width: 100%;
        margin: 0;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-brand {
        grid-column: 1;
    }
}
.about-top h1{
    font-family: Poppins, sans-serif;
    color: #E11D48;
    font-weight: 700;


}
.about-top p {
    font-family: Roboto, sans-serif;
    color: #1F2937;
    opacity: 0.8;
    font-size: 0.95rem;
    text-align: left;
}
.about-top strong{
    color: #E11D48;
    opacity: 0.7;
    font-family: poppins, sans-serif;

}
.contact-section h2{
    font-family: Poppins, sans-serif;
    color: #E11D48;
    font-weight: 700;
    margin-bottom: 12px;
}
.contact-section p{
    font-family: Roboto, sans-serif;
    color: #1F2937;
    opacity: 0.8;
    font-size: 0.75rem;
}
*::-webkit-scrollbar {
  display: none;
}


/* Admin Dashboard Mobile Responsive Fixes */
@media (max-width: 768px) {
    .admin-navbar {
        padding: 10px 12px;
    }

    .admin-navbar #logo {
        font-size: 14px;
    }

    .admin-navbar .hamburger-menu {
        display: flex !important;
    }

    .btn-logout-desktop {
        display: none;
    }
}

@media (max-width: 600px) {
    .admin-navbar {
        padding: 8px 10px;
    }

    .admin-navbar #logo {
        font-size: 13px;
    }

    .admin-tag {
        font-size: 0.65rem;
        padding: 4px 8px;
    }
}

@media (max-width: 480px) {
    .admin-navbar-left {
        gap: 10px;
    }

    .admin-navbar #logo {
        font-size: 12px;
    }
}

/* ===== FULL ABOUT SECTION ===== */
.about-full-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.about-block {
    background: #ffffff;
    border: 1px solid #f9d0e0;
    border-radius: 16px;
    padding: 36px 40px;
    position: relative;
}

.about-block--accent {
    background: linear-gradient(135deg, #fff7f9, #fce8ee);
    border-color: #E11D48;
    border-left: 5px solid #E11D48;
}

.about-block-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.about-block-title {
    font-family: Montserrat, sans-serif;
    color: #E11D48;
    font-size: 1.5rem;
    font-weight: 700;
    opacity: 0.85;
    margin: 0 0 18px;
    line-height: 1.2;
}

.about-block p {
    font-family: Roboto, sans-serif;
    color: #1F2937;
    font-size: 0.97rem;
    line-height: 1.85;
    opacity: 0.85;
    margin: 0 0 14px;
}

.about-block p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-full-section {
        padding: 24px 20px 16px;
        gap: 24px;
    }

    .about-block {
        padding: 24px 20px;
    }

    .about-block-title {
        font-size: 1.25rem;
    }

    .about-block p {
        font-size: 0.92rem;
    }
}

@media (max-width: 480px) {
    .about-full-section {
        padding: 16px 14px;
        gap: 18px;
    }

    .about-block {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .about-block-title {
        font-size: 1.1rem;
    }
}
