/* =========================
   Crystal Modular Factory
   Premium Light (Cream) Theme
   Colors: Maroon + Yellow + Cream + Warm Charcoal
   ========================= */

:root{
  /* Brand */
  --maroon:#7b112c;
  --maroon-2:#5a0d1f;
  --yellow:#f7c600;
  --yellow-2:#ffe07a;

  /* Premium light palette */
  --cream:#fff4ea;
  --cream-2:#fffaf4;
  --paper:#ffffff;

  /* Text */
  --ink:#1e1b18;     /* warm charcoal for contrast (prevents faded look) */
  --muted:#6e625c;   /* warm muted text */

  /* Lines */
  --border:#eadfd8;

  /* Effects */
  --radius:22px;
  --shadow: 0 18px 45px rgba(30,27,24,0.12);
  --shadow2: 0 10px 24px rgba(30,27,24,0.10);
  --glow: 0 0 0 6px rgba(247,198,0,0.22);
}

/* Base */
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family:"Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(247,198,0,0.26), transparent 60%),
    radial-gradient(850px 520px at 92% 10%, rgba(123,17,44,0.14), transparent 62%),
    linear-gradient(180deg, var(--cream-2), var(--cream));
  overflow-x:hidden;
}
a{ text-decoration:none; }
img{ max-width:100%; display:block; }
.accent{ color: var(--maroon); }
.text-muted-soft{ color: var(--muted) !important; }

/* Layout helpers */
.section-pad{ padding: 80px 0; }
.section-alt{
  background:
    radial-gradient(900px 400px at 10% 20%, rgba(247,198,0,0.18), transparent 60%),
    linear-gradient(180deg, rgba(123,17,44,0.04), rgba(255,255,255,0.0));
  border-top: 1px solid rgba(123,17,44,0.08);
  border-bottom: 1px solid rgba(123,17,44,0.08);
}

/* Section titles */
.section-badge{
  display:inline-flex;
  align-items:center;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(123,17,44,0.10), rgba(247,198,0,0.22));
  border: 1px solid rgba(123,17,44,0.12);
  color: var(--maroon);
  font-weight: 900;
  margin-bottom: 14px;
}
.section-badge.center{ margin-left:auto; margin-right:auto; }

.section-title{
  font-family:"Playfair Display", serif;
  font-weight: 700;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}
.section-text{
  color: var(--muted);
  line-height: 1.8;
  margin-top: 10px;
}

/* Topbar */
.topbar{
  background: linear-gradient(90deg, rgba(123,17,44,0.12), rgba(247,198,0,0.18));
  border-bottom: 1px solid rgba(123,17,44,0.10);
}

.topbar i{ color: var(--maroon); }

.topbar-link{
  color: var(--ink);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topbar-link:hover{ color: var(--maroon); }
.topbar-sep{ color: rgba(30,27,24,0.25); }

/* Layout */
.topbar-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* Address line */
.topbar-address{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--ink);
  min-width: 0; /* allow truncation */
}

.topbar-address span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* clamp in mobile */
  overflow: hidden;
}

/* Contact line */
.topbar-contact{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  font-size: 13px;
}

.topbar-email{
  word-break: normal;
  overflow-wrap: normal;
}

/* ✅ Mobile improvements */
@media (max-width: 575px){
  .topbar{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .topbar-wrap{
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-contact{
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  /* Address shows max 2 lines, looks clean */
  .topbar-address{
    font-size: 12.5px;
  }

  /* Email should not break weirdly; allow wrap only between items */
  .topbar-link{
    white-space: nowrap;
  }

  .topbar-email{
    font-size: 12.5px;
  }
}

/* Header/Navbar */
.header-wrap{
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-soft{
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(123,17,44,0.10);
  box-shadow: 0 10px 22px rgba(30,27,24,0.06);
  padding-top: 0px;
    padding-bottom: 0px;
}
.navbar .nav-link{
  color: var(--ink);
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{
  background: linear-gradient(90deg, rgba(247,198,0,0.45), rgba(123,17,44,0.12));
  color: var(--maroon);
}


/* Brand mark */
.brand-mark{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(247,198,0,0.95), rgba(123,17,44,0.70));
  box-shadow: var(--shadow2);
  border: 1px solid rgba(123,17,44,0.12);
}
.brand-mark-sm{ width:40px; height:40px; border-radius: 14px; }
.brand-m{
  font-family:"Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
}
.brand-title{ font-weight: 900; letter-spacing: 0.2px; font-size: 16px; }
.brand-subtitle{ font-size: 12px; color: var(--muted); margin-top:-2px; }


/* NAVBAR LOGO */
.navbar-logo{
  /* height: 52px;       /* desktop size */ 
  width: 240px;
  object-fit: contain;
}

@media (max-width: 768px){
  .navbar-logo{
    width:212px;     /* mobile size */
  }
}

/* Buttons */
.btn-brand{
  background: linear-gradient(90deg, var(--yellow), var(--yellow-2));
  color:#1a1a1a !important;
  border: 0;
  font-weight: 900;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(247,198,0,0.38);
}
.btn-brand:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 16px 38px rgba(247,198,0,0.44);
}
.btn-outline-brand{
  border: 1px solid rgba(123,17,44,0.35);
  color: var(--maroon);
  background: rgba(255,255,255,0.92);
  border-radius: 999px;
  font-weight: 900;
}
.btn-outline-brand:hover{
  background: rgba(123,17,44,0.06);
  box-shadow: var(--glow);
}

/* HERO / CAROUSEL */
/* ========= HERO FIX (Crisp + Premium, not clumsy) ========= */
.hero{ position: relative; }

.hero-slide{
  min-height: calc(100vh - 110px);
  background-size: cover;
  background-position: center;
  position: relative;

  /* Crisp look */
  filter: saturate(1.12) contrast(1.10);
}

/* Better overlay: corners tinted, center stays clear (NO milky wash) */
.hero-overlay-pro{
  position:absolute;
  inset:0;
  background:
    /* soft vignette (adds clarity) */
    radial-gradient(circle at 50% 55%, rgba(0,0,0,0.04), rgba(0,0,0,0.28)),
    /* brand corner tints */
    radial-gradient(520px 360px at 12% 22%, rgba(247,198,0,0.26), transparent 65%),
    radial-gradient(560px 420px at 90% 22%, rgba(123,17,44,0.22), transparent 68%);
}

/* Nicer arrows */
.hero-control{
  width: 54px;
}
.hero-control .carousel-control-prev-icon,
.hero-control .carousel-control-next-icon{
  filter: drop-shadow(0 12px 22px rgba(0,0,0,0.25));
}

/* Cleaner dots */
.hero-dots [data-bs-target]{
  width: 9px;
  height: 9px;
  border-radius: 999px;
}

/* Optional minimal badge bottom (for Option B) */
.hero-badge-wrap{
  position:absolute;
  left:0; right:0;
  bottom: 18px;
  z-index: 5;
}
.hero-badge{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;

  padding: 12px 14px;
  border-radius: 16px;

  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(123,17,44,0.14);
  box-shadow: 0 18px 40px rgba(30,27,24,0.16);
  backdrop-filter: blur(10px);

  max-width: 520px;
}
.hero-badge-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: var(--maroon);
  font-size: 18px;
  line-height: 1.1;
}

@media (max-width: 991px){
  .hero-slide{ min-height: 78vh; }
}
@media (max-width: 575px){
  .hero-badge{ max-width: 100%; }
  .hero-badge-title{ font-size: 16px; }
}


/* HERO CONTENT CENTER */
/* HERO LEFT CONTENT */
.hero-content-wrapper.left{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 7%;
  padding-top: 12%;
  z-index: 2;
}

/* GLASS BOX */
.glass-box{
  max-width: 520px;
 background: rgba(255, 255, 255, 0.72); /* MORE CLEAR */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-radius: 22px;
  padding: 28px 30px;

  box-shadow:
    0 20px 40px rgba(0,0,0,0.12),
    inset 0 0 0 1px rgba(255,255,255,0.45);
}

/* TYPO */
.hero-title{
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3.8vw, 46px);
  line-height: 1.1;
}

.hero-title span{
  color: var(--maroon);
}

.hero-text{
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* TAG */
.hero-tag{
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(247,198,0,0.4);
  color: var(--maroon);
  font-weight: 800;
  margin-bottom: 12px;
}

/* BUTTONS */
.hero-btns{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* MOBILE ADJUSTMENT */
@media (max-width: 768px){
  .hero-content-wrapper.left{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 35%;
  }

  .glass-box{
    max-width: 100%;
  }
}


/* About points */
.about-points .point{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top: 10px;
  color: var(--muted);
}
.about-points i{ color: var(--maroon); margin-top: 2px; }

/* About Image Styling */
.about-media{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(123,17,44,0.12);
  box-shadow: var(--shadow2);
}

.about-img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}

/* Soft overlay gradient for premium look */
.about-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.28));
  pointer-events:none;
}

/* Badge on image */
.about-media-badge{
  position:absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;

  display:inline-flex;
  align-items:center;
  gap:8px;

  padding: 10px 12px;
  border-radius: 999px;

  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(123,17,44,0.14);
  color: var(--maroon);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(30,27,24,0.14);
}

/* Mobile adjustments */
@media (max-width: 575px){
  .about-img{ height: 240px; }
}


/* WHAT YOU GET */
.wyg-section{
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}

.wyg-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  filter: saturate(1.05);
}

.wyg-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.90), rgba(255,255,255,0.62), rgba(255,255,255,0.35)),
    radial-gradient(700px 320px at 20% 20%, rgba(247,198,0,0.22), transparent 60%),
    radial-gradient(700px 320px at 80% 30%, rgba(123,17,44,0.14), transparent 60%);
  backdrop-filter: blur(1px);
}

.wyg-head{ margin-bottom: 26px; }

.wyg-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(34px, 4.2vw, 64px);
  letter-spacing: 1px;
  line-height: 1.05;
  color: rgba(123,17,44,0.95);
  text-transform: uppercase;
  position: relative;
}

/* subtle outline style like your reference image */
.wyg-title::after{
  content:"";
  display:block;
  width: 120px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(247,198,0,0.95), rgba(123,17,44,0.35));
}

/* Cards */
.wyg-card{
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  padding: 22px 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  text-align: center;
  height: 100%;
  position: relative;
}

.wyg-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.14);
  border-color: rgba(247,198,0,0.55);
}

/* Icon */
.wyg-icon{
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(247,198,0,0.55), rgba(123,17,44,0.12));
  border: 1px solid rgba(123,17,44,0.12);
  color: var(--maroon);
  font-size: 26px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.10);
  transition: transform .7s ease;
}

/* rotate icon only */
.wyg-card:hover .wyg-icon{
  transform: rotate(360deg);
}

.wyg-card-title{
  font-weight: 900;
  margin-bottom: 10px;
}

.wyg-card-text{
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
}

/* CTA spacing */
.wyg-cta .btn{
  margin-top: 8px;
}

@media (max-width: 768px){
  .wyg-section{ padding: 70px 0; }
  .wyg-card{ background: rgba(255,255,255,0.82); }
}


/* Mini stats */
.mini-stat{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(123,17,44,0.04);
  border: 1px solid rgba(123,17,44,0.10);
}
.mini-ico{
  width:42px; height:42px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(247,198,0,0.30);
  border: 1px solid rgba(247,198,0,0.40);
  color: var(--maroon);
}
.mini-title{ font-weight: 900; }
.mini-sub{ color: var(--muted); font-size: 13px; margin-top:-2px; }

/* Note box */
.note-box{
  padding: 14px;
  border-radius: 18px;
  background: rgba(247,198,0,0.20);
  border: 1px solid rgba(247,198,0,0.35);
  color: #1a1a1a;
  font-weight: 700;
}

/* Services */
/* SERVICE CARD (NO ROTATION HERE) */
.service-card{
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: var(--shadow2);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(247,198,0,0.55);
}

/* IMAGE AREA */
.service-media{
  position: relative;
  /* height: 200px; */
  overflow: hidden;
}

.service-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.service-card:hover .service-media img{
  transform: scale(1.05);
}

/* ICON — TOP LEFT */
.service-ico{
  position: absolute;
  top: 14px;
  left: 14px;

  width:52px;
  height:52px;
  display:grid;
  place-items:center;

  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(247,198,0,0.55),
    rgba(123,17,44,0.15)
  );
  border: 1px solid rgba(123,17,44,0.12);
  color: var(--maroon);

  font-size: 22px;
  z-index: 2;
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);

  /* ROTATION SETUP */
  transition: transform .7s ease;
}

/* 🔥 ICON ROTATES ONLY */
.service-card:hover .service-ico{
  transform: rotate(360deg);
}

/* SERVICE BODY */
.service-body{
  padding: 18px 22px 22px;
}

.service-card h5{
  font-weight: 900;
  text-align:CENTER;
  margin-bottom: 8px;
}

.service-card p{
  margin: 0;
  text-align: center;
  color: var(--muted);
  line-height: 1.7;
}

/* MOBILE SAFE */
@media (max-width: 768px){
  .service-card:hover .service-ico{
    transform: rotate(0deg);
  }
}


/* Why choose */
.why-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 16px;
  height:100%;
}
.why-card i{ color: var(--maroon); font-size: 22px; margin-top: 2px; }
.why-card h6{ font-weight: 900; margin:0; }
.why-card p{ margin: 4px 0 0; color: var(--muted); font-size: 13px; }

/* Highlight panel */
.highlight-panel{ padding: 22px; }
.highlight-item{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(123,17,44,0.04);
  border: 1px solid rgba(123,17,44,0.10);
  margin-top: 12px;
}
.dot{
  width:12px; height:12px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 7px rgba(247,198,0,0.30);
}

/* Counters */
.counter-card{
  padding: 22px;
  text-align:center;
  height:100%;
}
.counter-ico{
  width:54px; height:54px;
  margin: 0 auto 12px;
  display:grid; place-items:center;
  border-radius: 18px;
  background: rgba(247,198,0,0.35);
  border: 1px solid rgba(247,198,0,0.45);
  color: var(--maroon);
  font-size: 22px;
}
.counter-num{
  font-family:"Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--maroon);
}
.counter-label{ color: var(--muted); font-weight: 800; }

/* Gallery */
.gallery-card{
  position: relative;
  overflow:hidden;
  border-radius: 18px;
  cursor:pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.gallery-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(247,198,0,0.55);
}
.gallery-card img{
  width:100%;
  height: 240px;
  object-fit: cover;
}
.gallery-overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 45%, rgba(30,27,24,0.68));
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding: 12px;
}
.gallery-overlay .tag{
  background: rgba(255,255,255,0.92);
  color: var(--maroon);
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid rgba(123,17,44,0.10);
}
.gallery-overlay .icon{
  width:38px; height:38px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: rgba(247,198,0,0.94);
  border: 1px solid rgba(123,17,44,0.10);
  color:#1a1a1a;
}

/* Contact */
.contact-card{ padding: 18px; }
.contact-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 18px;
  background: rgba(247,198,0,0.16);
  border: 1px solid rgba(123,17,44,0.08);
  margin-top: 12px;
}
.contact-ico{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(123,17,44,0.10);
  border: 1px solid rgba(123,17,44,0.12);
  color: var(--maroon);
}
.link-soft{ color: var(--ink); font-weight: 800; }
.link-soft:hover{ color: var(--maroon); }

/* Form */
.form-card{ padding: 22px; }
.form-label{ font-weight: 900; }
.form-control, .form-select{
  border-radius: 14px;
  border: 1px solid rgba(123,17,44,0.16);
  background: #fff;
}
.form-control:focus, .form-select:focus{
  border-color: rgba(123,17,44,0.35);
  box-shadow: 0 0 0 .25rem rgba(123,17,44,0.10);
}

/* Map */
.map-wrap{
  height: 420px;
  border-top: 1px solid rgba(123,17,44,0.10);
}
.map-wrap iframe{
  width:100%;
  height:100%;
  border:0;
}

/* Footer */
.footer{
 background: linear-gradient(90deg, rgb(123 17 44 / 34%), rgb(247 198 0 / 68%));
  border-top: 1px solid rgba(123,17,44,0.10);
}
.footer-title{ font-weight: 900; }
.footer-sub{ color: var(--muted); font-size: 12px; margin-top:-2px; }
.footer-text{ color: #000; line-height: 1.8; }
.footer-head{ font-weight: 900; margin-bottom: 12px; background: #791f31;
    color: #fff;
    padding: 4px;
    border-top-right-radius: 20px;}
.footer-links{ list-style:none; padding:0; margin:0; }
.footer-links li{ margin: 10px 0; border-bottom: 1px dashed;}
.footer-links a{ color: #000; font-weight: 500; }
.footer-links a:hover{ color: var(--maroon); }

.footer-contact{ list-style:none; padding:0; margin:0; }
.footer-contact li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin: 10px 0;
  color: #000;
}
#cal-icon img {
    width: 50px !important;
}
#cal-icon {
    position: fixed;
    right: 8px;
    bottom: 220px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99990;
}
.whatsup img {
    width: 56px;
}
.whatsup {
    position: fixed;
    right: 10px;
    width: 60px;
    bottom: 120px;
    z-index: 99;
}
.footer-contact a{ color: var(--ink); font-weight: 800; }
.footer-contact a:hover{ color: var(--maroon); }

.footer-social{ display:flex; gap:10px; }
.social-btn{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(247,198,0,0.22);
  border: 1px solid rgba(123,17,44,0.10);
  color: var(--maroon);
  transition: transform .2s ease, background .2s ease;
}
.social-btn:hover{
  transform: translateY(-2px);
  background: rgba(123,17,44,0.08);
}
.footer-bottom{
  border-top: 1px solid rgba(123,17,44,0.10);
}

/* Modal */
.modal-soft{
  border-radius: 18px;
  border: 0;
  box-shadow: var(--shadow);
}

/* Reveal animation */
.reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.show{
  opacity: 1;
  transform: translateY(0);
}

/* Floating Buttons (premium glow) */
.float-btn{
  position: fixed;
  right: 18px;
  z-index: 2000;
  display:flex;
  align-items:center;
  gap:10px;
  padding: 12px 14px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid rgba(123,17,44,0.14);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 40px rgba(30,27,24,0.16);
}
.float-btn i{ font-size: 20px; }
.float-label{ font-size: 13px; }

.float-whatsapp{ bottom: 24px; color:#0b7a3c; }
.float-call{ bottom: 88px; color: var(--maroon); }

.float-btn::after{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(247,198,0,0.40), transparent 62%),
    radial-gradient(circle at 70% 60%, rgba(123,17,44,0.18), transparent 62%);
  filter: blur(12px);
  opacity: 0.85;
  animation: glow 2.1s infinite ease-in-out;
  z-index:-1;
}
@keyframes glow{
  0%,100%{ transform: scale(1); opacity: 0.72; }
  50%{ transform: scale(1.08); opacity: 1; }
}

/* Responsive */
@media (max-width: 991px){
  .hero-slide{ min-height: 80vh; }
  .section-pad{ padding: 70px 0; }
  .gallery-card img{ height: 210px; }
}
@media(max-width:768px)
{
	.mv-ds-nn{
		Display:none!important
	}
	.cu-jf-cntr{
		justify-content:CENTER!important
	}
	.header-wrap{
		position:relative;
	}
}
.cu-glry {
	margin-bottom:30px;
}
.cu-glry img{
	width:100%;
	border-radius:10px;
}
.cu-fn-12{
	font-size:12px!important;
}
@media(max-width:767px)
{
	.cu-fnt-12{
		font-size:12px!important;
	}
	.c-ml-ds-nn{
		display:none;
	}
}
#enu-st{background: linear-gradient(90deg, var(--yellow), var(--yellow-2));
    color: #1a1a1a !important;
    border: 0;
    font-weight: 900;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(247, 198, 0, 0.38);
	display:block;
	width:100%;
	padding:7px;
	}
@media(max-width:600px)
{
	.hero-tag{
		font-size:12px;
	}
	.hr-ds-nn{
		display:none!important;
	}
}

@media (max-width: 575px){
  .float-btn{ right: 12px; }
  .float-label{ display:none; }
  .hero-minibox{ width: 100%; justify-content: space-between; }
  .hero-mini-title{ font-size: 16px; }
  .gallery-card img{ height: 190px; }
  .cu-fnt-12{
		font-size:10px!important;
	}
}

@media(max-width:374px)
{
	.cu-fnt-12{
		font-size:8px!important;
	}
}