:root{
  /* Theme: Brown + Cream + Mehndi */
  --brown:#5a3a24;
  --brown-2:#3e2818;
  --cream:#f7efd7;
  --cream-2:#fff8e6;
  --mehndi:#556b2f;      /* mehndi green */
  --mehndi-2:#3f541f;
  --dark:#17120d;
  --muted:#6b5b4f;

  --radius:18px;
  --shadow: 0 12px 30px rgba(0,0,0,.12);
  --shadow2: 0 18px 45px rgba(0,0,0,.16);
}

*{box-sizing:border-box}
html, body{
  overflow-x: hidden;
}

html{scroll-behavior:smooth}
body{
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--dark);
  background: linear-gradient(180deg, var(--cream-2), #fff);
}

/* Topbar */
.topbar{
  background: linear-gradient(90deg, var(--brown-2), var(--brown));
  color: #fff;
}
.topbar .topbar-link{
  color:#fff;
  text-decoration:none;
  opacity:.92;
}
.topbar .topbar-link:hover{opacity:1; text-decoration:underline}
.topbar i{color: var(--cream)}

/* Header / Navbar */
.site-header{ backdrop-filter: blur(12px); }
.nav-glass{
  background: rgba(90, 58, 36, .92);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.navbar .nav-link{
  color: rgba(255,255,255,.86);
  font-weight: 500;
  position: relative;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{ color:#fff; }

.navbar .nav-link::after{
  content:"";
  position:absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cream), var(--mehndi));
  border-radius: 99px;
  transition: width .25s ease;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after{ width: 100%; }

.brand-badge{
  width:44px; height:44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mehndi), var(--cream));
  display:grid; place-items:center;
  color: var(--brown-2);
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}
.brand-title{
  font-family:"Playfair Display",serif;
  font-size: 1.2rem;
  letter-spacing: .5px;
}
.brand-subtitle{ color: rgba(255,255,255,.75); }

.btn-brand{
  background: linear-gradient(135deg, var(--mehndi), var(--brown));
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(85,107,47,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-brand:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(85,107,47,.35);
}
.btn-outline-brand{
  background: transparent;
  border: 2px solid rgba(247,239,215,.55);
  color: #fff !important;
  border-radius: 999px;
}
.btn-outline-brand:hover{
  background: rgba(247,239,215,.12);
  border-color: rgba(247,239,215,.8);
}

/* Navbar Logo */
.navbar-logo{
  height: 48px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

/* Brand Text */
.brand-title{
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.brand-subtitle{
  font-size: .75rem;
  color: rgba(255,255,255,.75);
  letter-spacing: .4px;
}

/* Mobile Responsive */
@media (max-width: 768px){
  .navbar-logo{
    height: 40px;
  }

  .brand-title{
    font-size: 1.05rem;
  }

  .brand-subtitle{
    display: none; /* hides subtitle on mobile for clean look */
  }
}


/* Hero */
.hero{ position: relative; }
.hero-slide{
  min-height: 75vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slide .overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(circle at 20% 30%, rgba(85,107,47,.25), transparent 55%),
    linear-gradient(90deg, rgba(23,18,13,.85), rgba(23,18,13,.40));
}
.min-vh-75{ min-height: 75vh; }

.hero-card{
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(10px);
}
.hero-title{
  font-family:"Playfair Display",serif;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  color: #fff;
  margin-bottom: 10px;
}
.hero-text{
  color: rgba(255,255,255,.88);
  font-size: 1.05rem;
  max-width: 54ch;
}
.text-accent{
  color: var(--cream);
  text-shadow: 0 10px 25px rgba(0,0,0,.35);
}
.hero-badges{
  display:flex; flex-wrap:wrap; gap:10px;
}
.hero-badges span{
  display:inline-flex; align-items:center; gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(247,239,215,.14);
  border: 1px solid rgba(247,239,215,.20);
  color: rgba(255,255,255,.92);
  font-size: .9rem;
}
.hero-badges i{ color: var(--cream); }

/* Sections */
.section-pad{ padding: 80px 0; }
.section-alt{
  background: linear-gradient(180deg, rgba(247,239,215,.65), rgba(255,255,255,1));
}
.section-head .kicker{
  display:inline-block;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mehndi);
  background: rgba(85,107,47,.10);
  padding: 6px 12px;
  border-radius: 999px;
}
.section-title{
  font-family:"Playfair Display",serif;
  color: var(--brown-2);
  margin: 12px 0 8px;
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
}
.section-subtitle{ color: var(--muted); max-width: 70ch; }

/* About */
.about-card{
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.06);
}
.about-visual{
  height: 280px;
  background:
    radial-gradient(circle at 20% 20%, rgba(85,107,47,.18), transparent 45%),
    radial-gradient(circle at 80% 40%, rgba(90,58,36,.18), transparent 45%),
    linear-gradient(135deg, var(--cream), #fff);
  position: relative;
}
.about-overlay{
  position:absolute;
  left: 18px; right: 18px; bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(90,58,36,.88);
  color: #fff;
  box-shadow: var(--shadow);
}
.about-mini-stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 16px;
}
.mini-stat{
  background: linear-gradient(135deg, rgba(85,107,47,.10), rgba(247,239,215,.55));
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  text-align:center;
  padding: 12px;
}
.mini-stat h4{ margin:0; color: var(--brown-2); font-weight:700; }
.mini-stat p{ margin:0; color: var(--muted); font-size:.9rem; }

.about-points .point{
  display:flex; gap:12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  margin-bottom: 10px;
}
.about-points i{
  width:42px; height:42px;
  border-radius: 14px;
  display:grid; place-items:center;
  color:#fff;
  background: linear-gradient(135deg, var(--mehndi), var(--brown));
}

/* Services */
.service-card{
  height: 100%;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow);
  padding: 22px;
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(circle at 20% 20%, rgba(85,107,47,.18), transparent 45%),
              radial-gradient(circle at 80% 30%, rgba(90,58,36,.14), transparent 45%);
  opacity: .9;
  pointer-events:none;
}
.service-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow2);
}
.service-card .icon{
  width:54px; height:54px;
  border-radius: 18px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--brown), var(--mehndi));
  color:#fff;
  font-size: 1.3rem;
  box-shadow: 0 16px 35px rgba(90,58,36,.22);
  margin-bottom: 14px;
}
.service-card h5{ color: var(--brown-2); font-weight: 700; }
.service-card p{ color: var(--muted); margin-bottom: 0; }

/* Service Image */
.service-img{
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
}

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

/* Zoom image on hover */
.service-card:hover .service-img img{
  transform: scale(1.08);
}

/* Icon rotation effect */
.service-card .icon{
  transition: transform .6s ease;
}

/* 360-degree rotation on hover */
.service-card:hover .icon{
  transform: rotate(360deg);
}

/* Optional glow enhancement on hover */
.service-card:hover .icon{
  box-shadow: 0 18px 40px rgba(85,107,47,.45);
}

/* Responsive tweak */
@media (max-width: 575px){
  .service-img{
    height: 150px;
  }
}


/* Why */
.why-card{
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow);
  padding: 22px;
}
.why-list .why-item{
  display:flex; align-items:center; gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(85,107,47,.08);
  margin-bottom: 10px;
  color: var(--brown-2);
  font-weight: 500;
}
.why-list i{ color: var(--mehndi); }

.feature{
  display:flex; gap:12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.06);
  background: linear-gradient(135deg, rgba(247,239,215,.65), #fff);
}
.feature i{
  width:80px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  color:#fff;
  background: linear-gradient(135deg, var(--mehndi), var(--brown));
}

.cta-strip{
  display:flex; flex-wrap:wrap;
  justify-content:space-between;
  gap: 12px;
  align-items:center;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brown), var(--mehndi));
  color:#fff;
}

/* Stats */
.stat-card{
  text-align:center;
  background:#fff;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow);
  padding: 22px 14px;
  height: 100%;
}
.stat-card i{
  font-size: 1.8rem;
  color: var(--mehndi);
}
.stat-card h3{
  margin: 10px 0 6px;
  color: var(--brown-2);
  font-weight: 800;
}
.stat-card p{
  margin:0;
  color: var(--muted);
}

/* Gallery */
.gallery-item{
  position: relative;
  border-radius: 18px;
  overflow:hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
}
.gallery-item img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img{ transform: scale(1.06); }
.gallery-item .cap{
  position:absolute;
  left: 12px; right: 12px; bottom: 12px;
  background: rgba(23,18,13,.60);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  display:flex; justify-content:space-between; align-items:center;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px);
  transition: all .25s ease;
}
.gallery-item:hover .cap{ opacity: 1; transform: translateY(0); }
.gallery-item .cap i{ color: var(--cream); }

/* Contact */
.contact-card{
  height: 100%;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow);
  padding: 22px;
}
.contact-info .info-item{
  display:flex; gap:12px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(85,107,47,.08), rgba(247,239,215,.55));
  border: 1px solid rgba(0,0,0,.06);
  margin-bottom: 10px;
}
.contact-info i{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--brown), var(--mehndi));
  color:#fff;
}
.contact-card a{ color: var(--brown); font-weight: 600; text-decoration:none; }
.contact-card a:hover{ text-decoration: underline; }

.form-control, .form-select{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
}
.form-control:focus, .form-select:focus{
  border-color: rgba(85,107,47,.55);
  box-shadow: 0 0 0 .25rem rgba(85,107,47,.15);
}

/* Map */
.map-wrap iframe{
  width:100%;
  height: 420px;
  border: 0;
  display:block;
}

/* Footer */
.footer{
  background: linear-gradient(135deg, var(--brown-2), var(--brown));
  color: rgba(255,255,255,.88);
  padding: 55px 0 26px;
}
.footer-title{
  color: var(--cream);
  font-weight: 700;
  margin-bottom: 12px;
}
.footer-links{
  list-style:none;
  padding:0; margin:0;
  display:grid; gap: 8px;
}
.footer-links a{
  color: rgba(255,255,255,.85);
  text-decoration:none;
}
.footer-links a:hover{ color: #fff; text-decoration: underline; }

.footer-contact{
  list-style:none;
  padding:0; margin:0;
  display:grid; gap: 10px;
}
.footer-contact li{
  display:flex; gap:10px;
  align-items:flex-start;
}
.footer-contact i{ color: var(--cream); margin-top: 2px; }
.footer-contact a{ color: rgba(255,255,255,.92); text-decoration:none; }
.footer-contact a:hover{ text-decoration: underline; }

.footer-hr{
  border-color: rgba(255,255,255,.12);
}

.footer-social{
  display:flex; gap: 10px;
}
.social-btn{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(247,239,215,.12);
  border: 1px solid rgba(247,239,215,.18);
  color: var(--cream);
  text-decoration:none;
  transition: transform .2s ease;
}
.social-btn:hover{ transform: translateY(-2px); color:#fff; }

/* Footer Logo */
.footer-logo{
  height: 44px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

/* Footer Brand Text */
.footer-title-text{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: var(--cream);
}

.footer-subtitle{
  color: rgba(255,255,255,.75);
  font-size: .75rem;
  letter-spacing: .4px;
}

/* Mobile adjustment */
@media (max-width: 768px){
  .footer-logo{
    height: 38px;
  }

  .footer-title-text{
    font-size: 1.05rem;
  }

  .footer-subtitle{
    font-size: .7rem;
  }
}


/* Floating actions */
/* Floating actions (desktop default) */
.floating-actions{
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;

  /* keeps it inside screen on notched phones */
  right: max(12px, env(safe-area-inset-right));
  bottom: calc(max(12px, env(safe-area-inset-bottom)));
}

.fab{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 14px 35px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);

  /* IMPORTANT: prevent overflow issues */
  max-width: calc(100vw - 24px);
  white-space: nowrap;
}

.fab i{ font-size: 1.2rem; }

/* Mobile fix: make them small circular buttons (no extra width) */
@media (max-width: 768px){
  .floating-actions{
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(max(10px, env(safe-area-inset-bottom)));
    gap: 10px;
  }

  .fab{
    width: 52px;
    height: 52px;
    padding: 0;                 /* removes extra width */
    border-radius: 50%;
    justify-content: center;
    gap: 0;                      /* no spacing needed */
  }

  .fab .fab-label{
    display: none !important;    /* ensure label never affects width */
  }

  .fab i{
    font-size: 1.25rem;
  }
}

/* Background + glow stays same */
.fab-whatsapp{
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 40%),
              linear-gradient(135deg, #1fa855, #0d6b36);
  animation: glow 1.8s infinite ease-in-out;
}
.fab-call{
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 40%),
              linear-gradient(135deg, var(--mehndi), var(--brown));
  animation: glow 2.2s infinite ease-in-out;
}

@keyframes glow{
  0%,100%{ box-shadow: 0 14px 35px rgba(0,0,0,.22), 0 0 0 rgba(247,239,215,0); }
  50%{ box-shadow: 0 18px 55px rgba(0,0,0,.28), 0 0 22px rgba(247,239,215,.22); }
}


/* Responsive tweaks */
@media (max-width: 991px){
  .hero-card{ padding: 20px; }
  .about-mini-stats{ grid-template-columns: 1fr; }
  .gallery-item img{ height: 210px; }
  .about-points i{
  width:50px; height:35px;
  border-radius: 14px;
  display:grid; place-items:center;
  color:#fff;
  background: linear-gradient(135deg, var(--mehndi), var(--brown));
}

.feature i{
  width:60px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  color:#fff;
  background: linear-gradient(135deg, var(--mehndi), var(--brown));
}
}
@media(max-width:767px)
{
	.jf-cn-cntr{
		justify-content:center!important;
		}
	.cu-md-ds-nn{
		display:none
	}
	
	
	}
@media (max-width: 575px){
  .section-pad{ padding: 64px 0; }
  .hero-slide{ min-height: 72vh; }
  .gallery-item img{ height: 190px; }
  .fab{ padding: 12px; }
  .fab-label{ display:none !important; }
  .about-points i{
  width:50px; height:35px;
  border-radius: 14px;
  display:grid; place-items:center;
  color:#fff;
  background: linear-gradient(135deg, var(--mehndi), var(--brown));
}

.feature i{
  width:60px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  color:#fff;
  background: linear-gradient(135deg, var(--mehndi), var(--brown));
}
}
