/* =========================================================
   Samarpan Oldage Home — Custom Stylesheet
   ========================================================= */

:root {
  --bg-deep: #0F1613;
  --bg: #16211D;
  --bg-light: #1E2B25;
  --bg-lighter: #263A32;
  --teal: #3FA796;
  --teal-dark: #2C7A6C;
  --orange: #F5941E;
  --orange-deep: #D9740A;
  --gold: #FFC15E;
  --cream: #EFE9DD;
  --cream-dim: #B9C2BC;

  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;

  --shadow-soft: 0 20px 50px rgba(0,0,0,0.35);
  --shadow-card: 0 12px 30px rgba(0,0,0,0.28);
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background-color: var(--bg);
  color: var(--cream-dim);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, .font-display {
  font-family: var(--font-display);
  color: var(--cream);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.2px;
}

a { text-decoration: none; color: inherit; transition: color .25s ease, background-color .25s ease, transform .25s ease; }

img { max-width: 100%; display: block; }

::selection { background: var(--orange); color: var(--bg-deep); }

/* Focus visibility for accessibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

.section { padding: 100px 0; }
@media (max-width: 767.98px) { .section { padding: 64px 0;overflow-x: hidden; } }

.section-kicker {
  color: var(--orange);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-left: 34px;
}
.section-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: var(--orange);
}
.section-kicker-light { color: var(--gold); }

.section-title {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  margin-bottom: 18px;
}

.section-lead {
  font-size: 1.08rem;
  color: var(--cream-dim);
  max-width: 640px;
  margin-bottom: 0;
}

.section-head { max-width: 720px; margin: 0 auto 56px; }

/* ---------- Buttons ---------- */
.btn { border-radius: 50px; font-weight: 700; padding: 12px 26px; border: none; }

.btn-cta {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: var(--bg-deep);
  box-shadow: 0 10px 24px rgba(245, 148, 30, 0.28);
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(245, 148, 30, 0.4); color: var(--bg-deep); }
.btn-cta i { margin-right: 6px; }

.btn-outline-cta {
  background: transparent;
  border: 1.5px solid rgba(239,233,221,0.4);
  color: var(--cream);
}
.btn-outline-cta:hover { border-color: var(--teal); background: rgba(63,167,150,0.12); color: var(--cream); transform: translateY(-2px); }

.btn-service {
  border: 1.5px solid var(--teal);
  color: var(--teal);
  background: transparent;
  padding: 9px 22px;
  font-size: 0.92rem;
}
.btn-service:hover { background: var(--teal); color: var(--bg-deep); }
.btn-service i { margin-right: 6px; }

/* ---------- Top Bar ---------- */
.top-bar {
  background: var(--bg-deep);
  color: var(--cream-dim);
  font-size: 0.86rem;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar-info { display: flex; gap: 22px; flex-wrap: wrap; }
.top-bar-info a { color: var(--cream-dim); }
.top-bar-info a:hover { color: var(--orange); }
.top-bar-info i { color: var(--orange); margin-right: 5px; }
.top-bar-right { display: flex; align-items: center; gap: 18px; }
.care-badge { color: var(--gold); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.care-badge i { font-size: 0.8rem; }
.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 28px; height: 28px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.06); color: var(--cream);
  font-size: 0.85rem;
}
.social-links a:hover { background: var(--orange); color: var(--bg-deep); }

/* ---------- Header ---------- */
.site-header {
  background: rgba(15, 22, 19, 0.92);
  backdrop-filter: blur(10px);
  z-index: 1030;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.navbar { padding: 0px 0; }
.nav-link {
  color: var(--cream-dim) !important;
  font-weight: 600;
  padding: 8px 16px !important;
  position: relative;
}
.nav-link.active, .nav-link:hover { color: var(--orange) !important; }
.navbar-toggler { border: none; box-shadow: none; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23EFE9DD' stroke-width='2.4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ---------- Hero ---------- */
.hero-section { position: relative; }
.carousel-item img { height: 92vh; min-height: 560px; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgb(15 22 19 / 67%) 10%, rgba(15, 22, 19, 0.55) 55%, rgba(15, 22, 19, 0.25) 100%);
}
.carousel-caption-custom {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; text-align: left; padding-bottom: 40px;
  text-align:center;
}
.hero-eyebrow {
  color: var(--gold); font-weight: 700; letter-spacing: 0.3px; margin-bottom: 14px; font-size: 1rem;
}
.hero-title {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  color: var(--cream);
  /* max-width: 720px; */
  margin-bottom: 20px;
}
.hero-text {
  color: #e9fff0;
  max-width: 540px; 
  font-size: 1.1rem;
  margin-bottom: 34px;
      margin: 0 auto;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap;justify-content: center;margin-top:15px; }

.carousel-indicators { bottom: 24px; }
.carousel-indicators [data-bs-target] {
  width: 34px; height: 4px; border-radius: 4px; background-color: rgba(239,233,221,0.35); border: none; opacity: 1;
}
.carousel-indicators .active { background-color: var(--orange); }

.carousel-control-prev, .carousel-control-next { width: 6%; opacity: 1; }
.carousel-nav-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(239,233,221,0.1); border: 1px solid rgba(239,233,221,0.3);
  display: inline-flex; align-items: center; justify-content: center; color: var(--cream);
  transition: background .25s ease;
}
.carousel-control-prev:hover .carousel-nav-icon, .carousel-control-next:hover .carousel-nav-icon { background: var(--orange); color: var(--bg-deep); border-color: var(--orange); }

@media (max-width: 767.98px) {
  .carousel-item img { height: 100vh; min-height: 620px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(15, 22, 19, 0.55) 0%, rgb(15 22 19 / 58%) 68%); }
  .carousel-caption-custom { align-items: flex-end; padding-bottom: 90px; }
}

/* ---------- About ---------- */
.about-section { background: var(--bg); }
.about-image-wrap { position: relative; }
.about-image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255,255,255,0.06);
}
.about-stat-card {
  position: absolute; bottom: -24px; right: -18px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: var(--bg-deep);
  border-radius: var(--radius-md);
  padding: 20px 26px;
  box-shadow: var(--shadow-card);
  text-align: center;
  min-width: 150px;
}
@media (max-width: 991.98px) { .about-stat-card { right: 8px; } }
.about-stat-card .stat-number { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 700; }
.about-stat-card .stat-label { font-size: 0.85rem; font-weight: 600; }

.about-text { margin-bottom: 22px; }
.about-points { margin-bottom: 6px; }
.about-point {
  display: flex; align-items: center; gap: 10px;
  color: var(--cream); font-weight: 600; font-size: 0.96rem;
}
.about-point i { color: var(--teal); font-size: 1.15rem; }

/* ---------- Services ---------- */
.services-section { background: var(--bg-deep); position: relative; }
.service-card {
  background: var(--bg-light);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  height: 100%;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card);
  border-color: rgba(63,167,150,0.4);
}
.service-image {
  width: 88px;
  /* max-width: 220px; */
  margin: 0 auto 22px;
  border-radius: var(--radius-md);
}
.service-name { font-size: 1.32rem; margin-bottom: 12px; }
.service-content { font-size: 0.96rem; margin-bottom: 22px; min-height: 96px; }

/* ---------- Booking Section ---------- */
.booking-section { background: var(--bg); }
.booking-card {
  background: linear-gradient(135deg, var(--teal-dark), #1c4a41 70%);
  border-radius: var(--radius-lg);
  padding: 56px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.booking-card::after {
  content: "";
  position: absolute; right: -60px; top: -60px; width: 260px; height: 260px;
  border-radius: 50%; background: radial-gradient(circle, rgba(245,148,30,0.25), transparent 70%);
}
@media (max-width: 767.98px) { .booking-card { padding: 32px 22px; } }
.booking-title { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--cream); margin-bottom: 18px; }
.booking-text { color: rgba(239,233,221,0.85); font-size: 1.02rem; margin-bottom: 20px; }
.booking-list { list-style: none; padding: 0; margin: 0; }
.booking-list li { display: flex; align-items: center; gap: 10px; color: var(--cream); font-weight: 600; margin-bottom: 12px; }
.booking-list i { color: var(--gold); font-size: 1.15rem; }

.booking-actions { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 16px; }
.btn-book-call, .btn-book-text {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 24px; border-radius: var(--radius-md);
  font-weight: 700; text-align: left;
}
.btn-book-call { background: var(--cream); color: var(--bg-deep); }
.btn-book-call i { font-size: 1.6rem; color: var(--orange-deep); }
.btn-book-text { background: rgba(239,233,221,0.1); color: var(--cream); border: 1.5px solid rgba(239,233,221,0.4); }
.btn-book-text i { font-size: 1.6rem; color: var(--gold); }
.btn-book-call:hover, .btn-book-text:hover { transform: translateY(-3px); }
.btn-book-call span, .btn-book-text span { display: flex; flex-direction: column; }
.btn-book-call small, .btn-book-text small { font-size: 0.78rem; font-weight: 600; opacity: 0.75; text-transform: none; }
.btn-book-call strong, .btn-book-text strong { font-size: 1.15rem; font-family: var(--font-display); }
.booking-note { color: rgba(239,233,221,0.75); font-size: 0.85rem; margin: 6px 0 0; display: flex; align-items: center; gap: 6px; }

/* ---------- Why Choose Us ---------- */
.why-section { background: var(--bg-deep); }
.why-card {
  background: var(--bg-light);
  border-radius: var(--radius-md);
  padding: 26px 22px;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .3s ease, border-color .3s ease;
}
.why-card:hover { transform: translateY(-6px); border-color: rgba(245,148,30,0.4); }
.why-card i { font-size: 1.8rem; color: var(--orange); margin-bottom: 14px; display: block; }
.why-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.why-card p { font-size: 0.9rem; margin-bottom: 0; }

/* ---------- Counter ---------- */
.counter-section {
  background: linear-gradient(135deg, var(--orange-deep), var(--orange));
  padding: 60px 0;
}
.counter-card { color: var(--bg-deep); }
.counter-card i { font-size: 1.8rem; margin-bottom: 8px; display: block; }
.counter-number { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 700; }
.counter-suffix { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; }
.counter-card p { font-weight: 700; margin: 6px 0 0; font-size: 0.95rem; }

/* ---------- How It Works ---------- */
.how-section { background: var(--bg); }
.how-card {
  text-align: center;
  padding: 30px 20px;
  height: 100%;
  position: relative;
}
.how-icon {
  width: 78px; height: 78px; border-radius: 50%;
  background: var(--bg-light);
  border: 1.5px solid var(--teal);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  transition: background .3s ease, transform .3s ease;
}
.how-icon i { font-size: 1.7rem; color: var(--teal); }
.how-card:hover .how-icon { background: var(--teal); transform: scale(1.06); }
.how-card:hover .how-icon i { color: var(--bg-deep); }
.how-card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.how-card p { font-size: 0.92rem; margin-bottom: 0; }

/* ---------- Gallery ---------- */
.gallery-section { background: var(--bg-deep); }
.gallery-item {
  position: relative; overflow: hidden; border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.06);
  aspect-ratio: 1 / 1;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 12px;
  background: linear-gradient(0deg, rgba(15,22,19,0.92), transparent);
  color: var(--cream); font-weight: 700; font-size: 0.86rem;
  transform: translateY(6px);
  opacity: 0.92;
}

/* ---------- Testimonials ---------- */
.testimonial-section { background: var(--bg); }
.testimonial-card {
  max-width: 680px;
  background: var(--bg-light);
  border-radius: var(--radius-lg);
  padding: 46px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
@media (max-width: 575.98px) { .testimonial-card { padding: 30px 22px; } }
.quote-icon { font-size: 2.2rem; color: var(--orange); margin-bottom: 14px; }
.testimonial-text { font-family: var(--font-display); font-size: 1.24rem; color: var(--cream); line-height: 1.55; margin-bottom: 26px; }
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 14px; }
.testimonial-author img { width: 54px; height: 54px; border-radius: 50%; }
.testimonial-author h4 { font-size: 1rem; margin-bottom: 0; }
.testimonial-author span { font-size: 0.84rem; color: var(--teal); font-weight: 600; }

.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 30px; }
.carousel-nav-icon-dark { background: var(--bg-light); border-color: rgba(255,255,255,0.15); }
.testimonial-controls .carousel-control-prev, .testimonial-controls .carousel-control-next { position: static; width: auto; }
.carousel-indicators-custom { display: flex; gap: 8px; }
.carousel-indicators-custom button {
  width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(239,233,221,0.25); padding: 0;
}
.carousel-indicators-custom button.active { background: var(--orange); }

/* ---------- FAQ ---------- */
.faq-section { background: var(--bg-deep); }
.accordion-item {
  background: var(--bg-light);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-md) !important;
  margin-bottom: 14px;
  overflow: hidden;
}
.accordion-button {
  background: var(--bg-light);
  color: var(--cream);
  font-weight: 700;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 20px 24px;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) { background: var(--bg-lighter); color: var(--orange); }
.accordion-button::after {
  filter: invert(85%) sepia(28%) saturate(700%) hue-rotate(340deg);
}
.accordion-body { color: var(--cream-dim); padding: 4px 24px 22px; font-size: 0.95rem; }

/* ---------- Contact ---------- */
.contact-section { background: var(--bg); }
.contact-info-card {
  background: var(--bg-light);
  border-radius: var(--radius-lg);
  padding: 34px;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.06);
}
.contact-info-item { display: flex; gap: 16px; margin-bottom: 26px; }
.contact-info-item i { font-size: 1.3rem; color: var(--orange); margin-top: 3px; }
.contact-info-item h4 { font-size: 1rem; margin-bottom: 6px; }
.contact-info-item a { color: var(--cream-dim); display: block; }
.contact-info-item a:hover { color: var(--orange); }
.contact-info-item p { font-size: 0.9rem; margin-bottom: 0; }

.contact-form-map-wrap { display: flex; flex-direction: column; gap: 24px; height: 100%; }
.contact-form {
  background: var(--bg-light);
  border-radius: var(--radius-lg);
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.06);
}
.form-label { color: var(--cream); font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
.form-control {
  background: var(--bg-deep);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--cream);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}
.form-control:focus { background: var(--bg-deep); color: var(--cream); border-color: var(--teal); box-shadow: 0 0 0 3px rgba(63,167,150,0.2); }
.form-control::placeholder { color: rgba(185,194,188,0.5); }
.form-note { font-size: 0.82rem; color: var(--cream-dim); display: flex; align-items: center; gap: 6px; }

.map-wrap {
  min-height: 260px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  filter: grayscale(0.3) contrast(1.05);
}

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-deep); padding-top: 70px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-logo { margin-bottom: 10px; width:220px;}
.footer-about { font-size: 0.92rem; max-width: 340px; margin-bottom: 20px; }
.footer-heading { color: var(--cream); font-size: 1.02rem; margin-bottom: 20px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; font-size: 0.92rem; display: flex; align-items: flex-start; gap: 8px; }
.footer-links a { color: var(--cream-dim); }
.footer-links a:hover { color: var(--orange); }
.footer-links i { color: var(--teal); margin-top: 3px; }
.footer-social a { background: rgba(255,255,255,0.06); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 50px;
  padding: 22px 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--cream-dim);
}

/* ---------- Floating Buttons ---------- */
.floating-btn {
  position: fixed;
  bottom: 26px;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
  z-index: 1040;
}
.floating-whatsapp { left: 24px; background: #25D366; }
.floating-call { right: 24px; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); }
.floating-btn:hover { transform: scale(1.08); color: #fff; }
.floating-call::before, .floating-whatsapp::before {
  content: "";
  position: absolute; inset: 0; border-radius: 50%;
  animation: pulseRing 2.2s ease-out infinite;
}
.floating-call::before { background: rgba(245,148,30,0.5); }
.floating-whatsapp::before { background: rgba(37,211,102,0.5); }

@keyframes pulseRing {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 96px; right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-light);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--cream);
  display: none;
  align-items: center; justify-content: center;
  z-index: 1040;
  transition: background .25s ease, opacity .3s ease;
}
.back-to-top.show { display: flex; }
.back-to-top:hover { background: var(--teal); }
.cu-lg-wdth{
	width:250px;
}
#enu-st{
	    background: linear-gradient(135deg, var(--orange), var(--orange-deep));
    color: var(--bg-deep);
    box-shadow: 0 10px 24px rgba(245, 148, 30, 0.28);
	    border-radius: 50px;
    font-weight: 700;
    padding: 12px 26px;
    border: none;
	display:block;
	width:100%;
}
@media(max-width:600px)
{
	.cu-ds-nn{
		display:none!important
	}
}
@media (max-width: 575.98px) {
  .floating-btn { width: 50px; height: 50px; font-size: 1.3rem; bottom: 18px; }
  .floating-whatsapp { left: 16px; }
  .floating-call { right: 16px; }
  .back-to-top { right: 16px; bottom: 82px; width: 38px; height: 38px; }
}
.testimonial-author img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
@media(max-width:500px)
{.cu-lg-wdth{
	width:200px;
}}
