/* =========================================================
   Gayaji Pind Daan - Goswami Bhawan
   Main Stylesheet
   ========================================================= */

:root{
  --maroon-dark:#4a0707;
  --maroon:#7a0c0c;
  --maroon-light:#9c1414;
  --gold:#c9a227;
  --gold-light:#e8c766;
  --cream:#fdf6e6;
  --cream-2:#f7ecd3;
  --text-dark:#2c1810;
  --text-muted:#6b5b4d;
  --shadow-soft:0 10px 30px rgba(74,7,7,.12);
}

*{box-sizing:border-box;}

html{scroll-behavior:smooth;}

body{
  font-family:'Noto Sans Devanagari','Hind',sans-serif;
  color:var(--text-dark);
  background:var(--cream);
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,.font-display{
  font-family:'Yatra One','Tiro Devanagari Hindi',serif;
  color:var(--maroon-dark);
}

a{text-decoration:none;}

/* ---------- Decorative divider ---------- */
.divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:14px auto 34px;
}
.divider::before,.divider::after{
  content:"";
  height:2px;
  width:60px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.divider i{color:var(--gold);font-size:1.2rem;}

.section-label{
  color:var(--maroon);
  letter-spacing:2px;
  font-weight:600;
  font-size:.85rem;
  text-transform:uppercase;
}

.section-title{
  font-size:2.4rem;
  margin-bottom:4px;
}

.section-padding{padding:80px 0;}

/* ---------- Top info bar ---------- */
.top-bar{
  background:var(--maroon-dark);
  color:var(--cream-2);
  font-size:.85rem;
  padding:7px 0;
}
.top-bar a{color:var(--cream-2);}
.top-bar a:hover{color:var(--gold-light);}
.top-bar .divider-dot{margin:0 10px;opacity:.5;}

/* ---------- Language switch pill (always visible, navbar) ---------- */
.lang-pill{
  display:inline-flex;
  align-items:center;
  background:rgba(0,0,0,.18);
  border:1.5px solid var(--gold);
  border-radius:30px;
  padding:3px;
  gap:2px;
  flex-shrink:0;
}
.lang-pill a{
  display:inline-block;
  color:#f2e6d0;
  font-weight:700;
  font-size:.78rem;
  text-decoration:none;
  padding:6px 12px;
  border-radius:24px;
  line-height:1;
  transition:.2s;
  white-space:nowrap;
}
.lang-pill a:hover{color:#fff;}
.lang-pill a.active{
  background:var(--gold);
  color:var(--maroon-dark);
}
@media (max-width:400px){
  .lang-pill a{padding:6px 9px;font-size:.72rem;}
}

/* ---------- Navbar dropdown ---------- */
.navbar-gaya .dropdown-menu{
  border:none;
  border-radius:12px;
  box-shadow:var(--shadow-soft);
  padding:8px;
  margin-top:8px;
}
.navbar-gaya .dropdown-item{
  color:var(--maroon-dark);
  font-weight:600;
  border-radius:8px;
  padding:8px 14px;
}
.navbar-gaya .dropdown-item:hover,
.navbar-gaya .dropdown-item:focus{
  background:var(--cream-2);
  color:var(--maroon);
}

/* ---------- Navbar ---------- */
.navbar-gaya{
  background:linear-gradient(180deg,var(--maroon) 0%,var(--maroon-dark) 100%);
  padding:10px 0;
  box-shadow:var(--shadow-soft);
  transition:padding .3s ease;
}
.navbar-gaya.scrolled{padding:4px 0;}
.navbar-brand-gaya{
  display:flex;
  align-items:center;
  gap:10px;
}
.navbar-brand-gaya .brand-icon{
  width:46px;height:46px;
  border-radius:50%;
  background:var(--gold);
  display:flex;align-items:center;justify-content:center;
  color:var(--maroon-dark);
  font-size:1.4rem;
  border:2px solid var(--gold-light);
}
.navbar-brand-gaya .brand-text .title{
  font-family:'Yatra One',serif;
  color:#fff;
  font-size:1.3rem;
  line-height:1.1;
  display:block;
}
.navbar-brand-gaya .brand-text .subtitle{
  color:var(--gold-light);
  font-size:.72rem;
  letter-spacing:1px;
  display:block;
}
@media (max-width:480px){
  .navbar-brand-gaya{gap:8px;}
  .navbar-brand-gaya .brand-icon{width:38px;height:38px;font-size:1.15rem;}
  .navbar-brand-gaya .brand-text .title{font-size:1.05rem;}
  .navbar-brand-gaya .brand-text .subtitle{font-size:.6rem;}
}
@media (max-width:360px){
  .navbar-brand-gaya .brand-text .subtitle{display:none;}
}
.navbar-gaya .navbar-toggler{
  border-color:var(--gold);
}
.navbar-gaya .navbar-toggler:focus{
  box-shadow:0 0 0 .2rem rgba(201,162,39,.4);
}
.navbar-gaya .navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23c9a227' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-gaya .nav-link{
  color:#f2e6d0 !important;
  font-weight:600;
  padding:8px 16px !important;
  border-radius:20px;
  transition:.25s;
}
.navbar-gaya .nav-link:hover,
.navbar-gaya .nav-link.active{
  color:#fff !important;
  background:rgba(201,162,39,.25);
}
.btn-gold{
  background:linear-gradient(180deg,var(--gold-light),var(--gold));
  color:var(--maroon-dark) !important;
  font-weight:700;
  border:none;
  padding:9px 22px;
  border-radius:30px;
  box-shadow:0 6px 16px rgba(201,162,39,.35);
  transition:.25s;
}
.btn-gold:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(201,162,39,.45);
  color:var(--maroon-dark) !important;
}
.btn-outline-gold{
  border:2px solid var(--gold);
  color:var(--gold-light) !important;
  font-weight:600;
  border-radius:30px;
  padding:8px 20px;
  background:transparent;
  transition:.25s;
}
.btn-outline-gold:hover{
  background:var(--gold);
  color:var(--maroon-dark) !important;
}
.btn-maroon{
  background:var(--maroon);
  color:#fff !important;
  font-weight:700;
  border:none;
  padding:10px 26px;
  border-radius:30px;
  transition:.25s;
}
.btn-maroon:hover{
  background:var(--maroon-dark);
  color:#fff !important;
}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  background:
    radial-gradient(circle at 20% 20%,rgba(201,162,39,.25),transparent 40%),
    radial-gradient(circle at 85% 75%,rgba(201,162,39,.18),transparent 45%),
    linear-gradient(135deg,var(--maroon-dark) 0%,var(--maroon) 55%,var(--maroon-light) 100%);
  color:#fff;
  padding:120px 0 90px;
  overflow:hidden;
  border-bottom:6px solid var(--gold);
}
.hero::before{
  content:"";
  position:absolute;inset:0;
  background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:22px 22px;
  opacity:.5;
}
.hero .hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(201,162,39,.18);
  border:1px solid var(--gold);
  color:var(--gold-light);
  padding:6px 16px;
  border-radius:30px;
  font-size:.85rem;
  font-weight:600;
  margin-bottom:18px;
}
.hero h1{
  color:#fff;
  font-size:3.2rem;
  line-height:1.2;
  margin-bottom:16px;
  text-shadow:0 4px 18px rgba(0,0,0,.25);
}
.hero h1 span{color:var(--gold-light);}
.hero p.lead{
  color:#f0e2c8;
  font-size:1.15rem;
  max-width:560px;
}
.hero-stats{
  display:flex;
  gap:34px;
  margin-top:36px;
  flex-wrap:wrap;
}
.hero-stats .stat-num,
.stat-num{
  font-family:'Yatra One',serif;
  font-size:2rem;
  color:var(--gold-light);
  display:block;
}
.hero-stats .stat-label,
.stat-label{
  font-size:.82rem;
  color:#eadfc7;
}
.hero-img-wrap{
  position:relative;
  z-index:2;
}
.hero-img-frame{
  background:#fff;
  padding:14px;
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  border:3px solid var(--gold);
}
.hero-img-frame img{
  border-radius:10px;
  width:100%;
  display:block;
}
.hero-services-row{
  position:relative;
  z-index:2;
  margin-top:-46px;
}
.hero-services-row .service-pill{
  background:#fff;
  border-radius:16px;
  padding:22px 18px;
  text-align:center;
  box-shadow:var(--shadow-soft);
  height:100%;
  border-bottom:4px solid var(--gold);
  transition:.3s;
}
.hero-services-row .service-pill:hover{
  transform:translateY(-6px);
}
.hero-services-row .service-pill .icon-circle{
  width:56px;height:56px;
  border-radius:50%;
  background:var(--cream-2);
  color:var(--maroon);
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;
  margin:0 auto 12px;
}
.hero-services-row .service-pill h6{
  color:var(--maroon-dark);
  font-weight:700;
  margin:0;
  font-family:'Noto Sans Devanagari',sans-serif;
}

/* ---------- Hero Image Carousel ---------- */
.hero-carousel-wrap{
  position:relative;
  border-bottom:6px solid var(--gold);
  background:var(--maroon-dark);
}
.hero-carousel .carousel-item img{
  display:block;
  width:100%;
  height:auto;
}
.hero-carousel .carousel-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(20,4,4,.85) 0%,rgba(20,4,4,.15) 38%,rgba(20,4,4,0) 65%);
}
.hero-carousel .carousel-caption-custom{
  position:absolute;
  left:0;right:0;bottom:0;
  z-index:3;
  padding:34px 0 46px;
}
.hero-carousel .carousel-indicators{
  bottom:14px;
}
.hero-carousel .carousel-indicators [data-bs-target]{
  width:12px;height:12px;
  border-radius:50%;
  border:2px solid var(--gold-light);
  background-color:transparent;
  opacity:.8;
}
.hero-carousel .carousel-indicators .active{
  background-color:var(--gold);
}
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next{
  width:60px;
  opacity:0;
  transition:.3s;
}
.hero-carousel-wrap:hover .carousel-control-prev,
.hero-carousel-wrap:hover .carousel-control-next{
  opacity:.85;
}
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon{
  background-color:rgba(122,12,12,.55);
  border:2px solid var(--gold);
  border-radius:50%;
  padding:18px;
  background-size:50%;
}
@media (max-width:767px){
  .hero-carousel .carousel-caption-custom{padding:18px 0 30px;}
}

/* ---------- Cards / Services ---------- */
.icon-box{
  width:70px;height:70px;
  border-radius:50%;
  background:linear-gradient(160deg,var(--maroon),var(--maroon-dark));
  color:var(--gold-light);
  display:flex;align-items:center;justify-content:center;
  font-size:1.8rem;
  margin-bottom:18px;
  box-shadow:0 8px 18px rgba(74,7,7,.3);
}
.service-card{
  background:#fff;
  border-radius:14px;
  padding:34px 26px;
  height:100%;
  box-shadow:var(--shadow-soft);
  border-top:4px solid transparent;
  transition:.3s;
}
.service-card:hover{
  border-top-color:var(--gold);
  transform:translateY(-8px);
}
.service-card h4{font-size:1.25rem;}
.service-card p{color:var(--text-muted);margin-bottom:0;}

/* Service card with real photo */
.service-card-img{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  height:100%;
  box-shadow:var(--shadow-soft);
  transition:.3s;
}
.service-card-img:hover{
  transform:translateY(-8px);
  box-shadow:0 16px 34px rgba(74,7,7,.2);
}
.service-card-img .sci-photo{
  height:200px;
  overflow:hidden;
  position:relative;
}
.service-card-img .sci-photo img{
  width:100%;height:100%;
  object-fit:cover;
  transition:.5s;
}
.service-card-img:hover .sci-photo img{
  transform:scale(1.08);
}
.service-card-img .sci-icon{
  position:absolute;
  bottom:-24px;left:22px;
  width:52px;height:52px;
  border-radius:50%;
  background:var(--maroon);
  color:var(--gold-light);
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;
  border:3px solid var(--gold);
  box-shadow:0 6px 14px rgba(0,0,0,.25);
}
.service-card-img .sci-body{
  padding:36px 22px 24px;
}
.service-card-img h4{font-size:1.15rem;margin-bottom:8px;}
.service-card-img p{color:var(--text-muted);font-size:.92rem;margin-bottom:0;}

.feature-item{
  display:flex;
  gap:16px;
  margin-bottom:26px;
}
.feature-item .f-icon{
  min-width:52px;height:52px;
  border-radius:12px;
  background:var(--cream-2);
  color:var(--maroon);
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;
}
.feature-item h5{margin-bottom:4px;font-size:1.05rem;color:var(--maroon-dark);}
.feature-item p{color:var(--text-muted);font-size:.94rem;margin-bottom:0;}

/* ---------- About / Panda cards ---------- */
.panda-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  text-align:center;
  padding:28px 18px;
  height:100%;
  transition:.3s;
}
.panda-card:hover{transform:translateY(-6px);}
.panda-card .panda-photo{
  width:96px;height:96px;
  border-radius:50%;
  object-fit:cover;
  border:4px solid var(--gold-light);
  margin:0 auto 16px;
}
.panda-card h5{color:var(--maroon-dark);margin-bottom:2px;}
.panda-card .role{color:var(--gold);font-size:.82rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;}
.panda-card .phone{color:var(--text-muted);font-size:.92rem;}

.lineage-box{
  background:var(--cream-2);
  border-left:4px solid var(--gold);
  border-radius:10px;
  padding:26px;
}

.about-img-frame{
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  border:4px solid #fff;
  outline:2px solid var(--gold);
}
.about-img-frame img{width:100%;display:block;}

.area-badge{
  display:inline-block;
  background:var(--cream-2);
  color:var(--maroon-dark);
  padding:7px 16px;
  border-radius:20px;
  font-size:.88rem;
  margin:4px 6px 4px 0;
  border:1px solid #e5d3a0;
}

/* ---------- Process steps ---------- */
.process-step{
  position:relative;
  text-align:center;
  padding:20px 14px;
}
.process-step .step-num{
  width:64px;height:64px;
  margin:0 auto 16px;
  border-radius:50%;
  background:var(--maroon);
  color:var(--gold-light);
  display:flex;align-items:center;justify-content:center;
  font-family:'Yatra One',serif;
  font-size:1.6rem;
  border:3px solid var(--gold);
}
.process-step h6{color:var(--maroon-dark);font-weight:700;}
.process-step p{color:var(--text-muted);font-size:.9rem;}

/* ---------- Gallery ---------- */
.gallery-item{
  border-radius:14px;
  overflow:hidden;
  position:relative;
  box-shadow:var(--shadow-soft);
  height:260px;
}
.gallery-item img{
  width:100%;height:100%;
  object-fit:cover;
  transition:.4s;
}
.gallery-item:hover img{transform:scale(1.08);}
.gallery-item .g-overlay{
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(74,7,7,.85),transparent 55%);
  display:flex;
  align-items:flex-end;
  padding:16px;
  color:#fff;
  opacity:0;
  transition:.3s;
}
.gallery-item:hover .g-overlay{opacity:1;}
.gallery-filter .btn{
  border-radius:24px;
  margin:0 5px 10px;
  font-weight:600;
  border:1px solid var(--maroon);
  color:var(--maroon);
  background:transparent;
}
.gallery-filter .btn.active,
.gallery-filter .btn:hover{
  background:var(--maroon);
  color:#fff;
}

/* ---------- Testimonials ---------- */
.testimonial-card{
  background:#fff;
  border-radius:16px;
  padding:34px;
  box-shadow:var(--shadow-soft);
  height:100%;
  position:relative;
}
.testimonial-card i.quote-icon{
  font-size:1.8rem;
  color:var(--gold);
  opacity:.6;
}
.testimonial-card p.review-text{
  color:var(--text-muted);
  font-style:italic;
  margin:16px 0 20px;
}
.testimonial-card .reviewer{
  display:flex;
  align-items:center;
  gap:12px;
}
.testimonial-card .avatar{
  width:48px;height:48px;
  border-radius:50%;
  background:var(--maroon);
  color:var(--gold-light);
  display:flex;align-items:center;justify-content:center;
  font-weight:700;
  font-family:'Yatra One',serif;
}
.testimonial-card .reviewer h6{margin:0;color:var(--maroon-dark);}
.testimonial-card .stars{color:var(--gold);font-size:.85rem;}

/* ---------- CTA band ---------- */
.cta-band{
  background:linear-gradient(120deg,var(--maroon-dark),var(--maroon));
  color:#fff;
  padding:56px 0;
  border-top:4px solid var(--gold);
  border-bottom:4px solid var(--gold);
}
.cta-band h3{color:#fff;margin-bottom:6px;}
.cta-band p{color:#eadfc7;margin-bottom:0;}

/* ---------- Contact ---------- */
.contact-info-card{
  background:#fff;
  border-radius:14px;
  padding:26px;
  box-shadow:var(--shadow-soft);
  display:flex;
  gap:16px;
  align-items:flex-start;
  height:100%;
}
.contact-info-card .c-icon{
  min-width:50px;height:50px;
  border-radius:50%;
  background:var(--maroon);
  color:var(--gold-light);
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;
}
.contact-info-card h6{color:var(--maroon-dark);margin-bottom:4px;}
.contact-info-card p,.contact-info-card a{color:var(--text-muted);margin-bottom:0;font-size:.92rem;}

.contact-form-wrap{
  background:#fff;
  border-radius:16px;
  padding:40px;
  box-shadow:var(--shadow-soft);
}
.contact-form-wrap .form-control,
.contact-form-wrap .form-select{
  border:1px solid #e5d3a0;
  border-radius:10px;
  padding:12px 14px;
  background:var(--cream);
}
.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 .2rem rgba(201,162,39,.2);
  background:#fff;
}
.contact-form-wrap label{
  font-weight:600;
  color:var(--maroon-dark);
  font-size:.9rem;
  margin-bottom:6px;
}

.map-frame{
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  border:4px solid #fff;
  outline:2px solid var(--gold);
}

/* ---------- Footer ---------- */
.footer-gaya{
  background:var(--maroon-dark);
  color:#e6d6b8;
  padding:64px 0 0;
}
.footer-gaya h5{color:#fff;margin-bottom:18px;}
.footer-gaya a{color:#d9c69a;}
.footer-gaya a:hover{color:var(--gold-light);}
.footer-gaya .f-brand{
  display:flex;align-items:center;gap:10px;margin-bottom:16px;
}
.footer-gaya .f-brand .brand-icon{
  width:44px;height:44px;border-radius:50%;
  background:var(--gold);color:var(--maroon-dark);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;
}
.footer-gaya .f-brand .title{font-family:'Yatra One',serif;color:#fff;font-size:1.2rem;}
.footer-gaya ul{list-style:none;padding:0;margin:0;}
.footer-gaya ul li{margin-bottom:10px;}
.footer-gaya .social-icons a{
  width:38px;height:38px;
  border-radius:50%;
  border:1px solid #83564f;
  display:inline-flex;align-items:center;justify-content:center;
  margin-right:8px;
  transition:.25s;
}
.footer-gaya .social-icons a:hover{
  background:var(--gold);
  color:var(--maroon-dark);
  border-color:var(--gold);
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:40px;
  padding:18px 0;
  font-size:.85rem;
  text-align:center;
  color:#c8b58e;
}
.footer-bottom a{color:var(--gold-light);}

/* ---------- Back to top ---------- */
.back-to-top{
  position:fixed;
  bottom:26px;right:26px;
  width:46px;height:46px;
  border-radius:50%;
  background:var(--maroon);
  color:var(--gold-light);
  display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-soft);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.3s;
  z-index:999;
  border:2px solid var(--gold);
}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0);}

/* ---------- Floating WhatsApp/Call ---------- */
.float-action{
  position:fixed;
  bottom:26px;left:26px;
  z-index:999;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.float-action a{
  width:52px;height:52px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  font-size:1.4rem;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
  animation:pulse-btn 2.4s infinite;
}
.float-action a.whatsapp{background:#25d366;}
.float-action a.call{background:var(--maroon);animation-delay:.4s;}
@keyframes pulse-btn{
  0%{box-shadow:0 0 0 0 rgba(0,0,0,.18);}
  70%{box-shadow:0 0 0 14px rgba(0,0,0,0);}
  100%{box-shadow:0 0 0 0 rgba(0,0,0,0);}
}

/* ---------- Page header (inner pages) ---------- */
.page-header{
  background:linear-gradient(135deg,var(--maroon-dark),var(--maroon));
  color:#fff;
  padding:70px 0 46px;
  text-align:center;
  border-bottom:5px solid var(--gold);
  position:relative;
}
.page-header h1{color:#fff;font-size:2.6rem;margin-bottom:8px;}
.page-header .breadcrumb{
  justify-content:center;
  background:transparent;
  margin:0;
  color:#eadfc7;
}
.page-header .breadcrumb a{color:var(--gold-light);}
.page-header .breadcrumb .active{color:#f0e2c8;}

/* ---------- Alerts / form status ---------- */
.form-status{
  border-radius:10px;
  padding:14px 18px;
  margin-bottom:20px;
  font-weight:600;
}

/* ---------- Scroll reveal ---------- */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .6s ease, transform .6s ease;
}
.reveal.revealed{
  opacity:1;
  transform:translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width:991px){
  .hero{padding:140px 0 90px;}
  .hero h1{font-size:2.3rem;}
  .hero-services-row{margin-top:26px;}
  .section-title{font-size:1.9rem;}
}
@media (max-width:575px){
  .hero h1{font-size:1.9rem;}
  .contact-form-wrap{padding:24px;}
}
