/* ===== PUJAPARBAN — PRIMARY STYLES ===== */

/* ===== VARIABLE FONT — ANEK BANGLA ===== */
@font-face {
  font-family: 'Anek Bangla';
  src: url('assets/fonts/AnekBangla-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 800;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

/* ===== BENGALI FONT — AKHAND BENGALI ===== */
@font-face {
  font-family: 'Akhand Bengali';
  src: url('assets/fonts/AkhandBengali-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akhand Bengali';
  src: url('assets/fonts/AkhandBengali-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akhand Bengali';
  src: url('assets/fonts/AkhandBengali-Semilight.otf') format('opentype');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akhand Bengali';
  src: url('assets/fonts/AkhandBengali.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akhand Bengali';
  src: url('assets/fonts/AkhandBengali-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akhand Bengali';
  src: url('assets/fonts/AkhandBengali-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akhand Bengali';
  src: url('assets/fonts/AkhandBengali-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akhand Bengali';
  src: url('assets/fonts/AkhandBengali-BLack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ===== HEADING FONT — ADOHA ===== */
@font-face {
  font-family: 'Adoha';
  src: url('assets/fonts/Adoha.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/fonts/HelveticaNeueRoman_0.otf') format('opentype');
  font-weight: 100 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('assets/fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 501 900;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-family: 'Adoha', 'Akhand Bengali', 'Segoe UI', system-ui, sans-serif;
}

h3 {
  font-family: 'Adoha', system-ui, sans-serif;
}

h4 {
  font-family: 'Adoha', system-ui, sans-serif;
}

h2 {
  font-family: 'Adoha', system-ui, sans-serif;
}

:root {
  --primary: #E8650A;
  --primary-dark: #C4540A;
  --primary-light: #FFF0DC;
  --dark: #1A1A2E;
  --dark2: #252545;
  --cream: #FDF8F0;
  --cream-alt: #FFF5E6;
  --text: #1A1A2E;
  --text-muted: #6B7280;
  --white: #FFFFFF;
  --border: #E8E0D5;
  --gold: #F5A623;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(232, 101, 10, .14);
  --shadow-dark: 0 8px 48px rgba(0, 0, 0, .25);
  --transition: .25s ease;
}

/* RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Akhand Bengali', 'Segoe UI', system-ui, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

/* ===== UTILITY ===== */
.container-big {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}


.section {
  padding: 72px 0;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.section-title::after {
  content: '';
  width: 40px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
}

.section-sub {
  font-size: 20px;
  color: var(--text);
  margin-bottom: 36px;
  font-family: 'HelveticaNeue', sans-serif;
}

.view-all {
  color: var(--primary);
  font-size: .9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.view-all:hover {
  color: var(--primary-dark);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: .95rem;
  font-weight: 600;
  transition: var(--transition);
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  font-family: 'Adoha', sans-serif, system-ui;
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, .6);
  font-family: 'Adoha';
}

.btn-outline-white:hover {
  background: var(--white);
  color: var(--dark);
  border-color: var(--white);
}

.btn-gold {
  background: var(--gold);
  color: var(--white);
}

.btn-gold:hover {
  background: #e0911a;
}

/* ===== HEADER / NAV ===== */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(232, 101, 10, .07);
  min-height: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: s;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.nav-brand {
  display: flex;
  align-items: center;
}

.nav-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 62px;
  margin-inline: auto;
}

.nav-links a {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  transition: color var(--transition);
  position: relative;
  font-family: 'Adoha', system-ui, sans-serif;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--primary);
}

.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 1px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: auto;
  font-family: 'Adoha', system-ui, sans-serif;

}

.btn-login {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 23px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  transition: var(--transition);
}

.btn-login:hover {
  background: var(--primary);
  color: var(--white);
}

.btn-book {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary);
  color: var(--white);
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  transition: var(--transition);
}

.btn-book:hover {
  background: var(--primary-dark);
}

.btn-icon-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: var(--transition);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  z-index: 999;
  padding: 32px 20px;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.mobile-menu .btn {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

/* ===== HERO ===== */
.hero {
  background: var(--dark);
  position: relative;
  overflow: hidden;
  min-height: 630px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 45%, rgba(0, 0, 0, 0.95) 100%), url('assets/purohit_BG_1.jpg') center 35% / cover no-repeat;
  z-index: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  margin-top: 100px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.hero-priest-img {
  position: absolute;
  right: 150px;
  z-index: 2;
  pointer-events: none;
  top: -40px;
}

.hero-label {
  font-size: 1.15rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.22;
  color: var(--white);
  margin-bottom: 9px;
}

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

.hero-subtitle {
  font-family: "Anek Bangla", sans-serif;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 28px;
  font-weight: 800;
  line-height: 1.35;
  max-width: 500px;
}

.hero-subtitle .highlight {
  color: var(--primary);
  font-weight: 600;
}

.hero-trust {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
}

.hero-trust-item {
  font-family: "HelveticaNeue", 'sans-serif';
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, .85);
  text-align: center;
  line-height: 18px;
  width: 90px;
}

.trust-icon-svg {
  width: 34px;
  height: 34px;
  color: var(--primary);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin-top: 60px;
}

.hero-actions button {
  font-size: 20px;
  padding: 20px;
}

.hero-stats {
  display: flex;
  gap: 36px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.hero-stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
  line-height: 1;
}

.hero-stat-label {
  font-size: .73rem;
  color: rgba(255, 255, 255, .5);
  margin-top: 4px;
  display: block;
}

/* Booking card */
.booking-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: var(--shadow-dark);
  position: relative;
  z-index: 4;
}

.booking-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}

.booking-card-badge {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-light);
  background: var(--primary);
  border-radius: 0.25rem;
  padding: 3px 14px;
  margin: 0 auto 12px;
  width: auto;
}

.form-group {
  margin-bottom: 6px;
}

.form-group label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 6px;
  font-family: 'HelveticaNeue', sans-serif;
}

.form-group-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--text-muted);
}

.form-group select,
.form-group input {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: .9rem;
  font-family: inherit;
  appearance: none;
  background: var(--white);
  transition: border-color var(--transition);
  color: var(--text);
  font-family: 'HelveticaNeue', sans-serif;
}

.form-group select:focus,
.form-group input:focus {
  outline: none;
  border-color: var(--primary);
}

.btn-find {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  margin-top: 4px;
  border-radius: 8px;
  background: var(--primary);
  color: var(--white);
  font-weight: 400;
  font-family: 'Adoha', system-ui, sans-serif;
}

.btn-find:hover {
  background: var(--primary-dark);
}

.booking-social-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.avatars {
  display: flex;
}

.avatars span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary-light);
  border: 2px solid var(--white);
  margin-left: -8px;
  display: grid;
  place-items: center;
  font-size: .7rem;
  font-weight: 700;
  color: var(--primary);
}

.avatars span:first-child {
  margin-left: 0;
}

.booking-social-proof p {
  font-size: .8rem;
  color: var(--text-muted);
}

.booking-social-proof strong {
  color: var(--primary);
}

/* ===== TRUST BAR ===== */
.trust-bar {
  position: relative;
  z-index: 5;
  margin-top: -46px;
  padding: 0;
}

.trust-grid {
  position: relative;
  margin: 0 auto;
  max-width: 1188px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffffa8;
  border-radius: 14px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .35), 0 6px 16px rgba(0, 0, 0, .12);
  padding: 26px 10px;
  min-height: 130px;
  backdrop-filter: blur(25px);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  position: relative;
}

.trust-item+.trust-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(0, 0, 0, .14);
}

.trust-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  color: var(--primary);
}

.trust-item h4 {
  font-size: .92rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 2px;
}

.trust-item p {
  font-size: .76rem;
  color: var(--text-muted);
}

/* ===== PRIESTS ===== */
.section-priests {
  background: var(--white);
  overflow: hidden;
}

.priests-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
}

.priests-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.priests-title {
  font-family: 'Adoha', 'Akhand Bengali', system-ui, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 14px;
}

.priests-title span {
  color: var(--primary);
}

.priests-sub-en {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  font-family: 'HelveticaNeue', sans-serif;
}

.priests-viewall {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 26px;
  border: 2px solid var(--primary);
  border-radius: 10px;
  color: var(--primary);
  font-weight: 700;
  font-size: .95rem;
  transition: var(--transition);
}

.priests-viewall:hover {
  background: var(--primary);
  color: var(--white);
}

.priests-viewall .chev {
  font-size: 1.1rem;
  line-height: 1;
}

.priests-carousel {
  position: relative;
  min-width: 0;
}

.priests-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--primary);
  color: var(--primary);
  display: grid;
  place-items: center;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
  transition: var(--transition);
}

.priests-nav:hover {
  background: var(--primary);
  color: var(--white);
}

.priests-nav svg {
  width: 18px;
  height: 18px;
}

.priests-nav-prev {
  left: -18px;
}

.priests-nav-next {
  right: -18px;
}

.priests-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 10px;
  scrollbar-width: none;
}

.priests-scroll::-webkit-scrollbar {
  display: none;
}

.priest-card {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  background: linear-gradient(180deg, var(--primary-light) 0%, #fffaf4 65%);
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(232, 101, 10, .1);
  transition: var(--transition);
}

.priest-card:hover {
  box-shadow: 0 16px 40px rgba(232, 101, 10, .2);
  transform: translateY(-3px);
}

.priest-img-wrap {
  width: 100%;
  height: 190px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
}

.priest-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.priest-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
  font-family: 'HelveticaNeue', sans-serif;
  color: var(--primary);
}

.priest-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .8rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.priest-rating .stars {
  color: var(--primary);
  letter-spacing: 1px;
  font-size: 18px;
}

.priest-rating .rating-num {
  font-weight: 700;
  color: var(--primary);
  font-family: 'HelveticaNeue', sans-serif;
}

.priest-rating .rating-count {
  font-weight: 700;
 
  font-family: 'HelveticaNeue', sans-serif;
}

.priest-exp {
  font-size: .84rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}

.priest-speciality {
  font-size: .8rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
}

.priest-speciality strong {
  color: var(--primary);
}

.btn-book-puja,
.btn-consult {
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .88rem;
  transition: var(--transition);
  font-family: 'Adoha', system-ui, sans-serif;
}

.btn-book-puja {
  background: var(--primary);
  color: var(--white);
  margin-bottom: 10px;
}

.btn-book-puja:hover {
  background: var(--primary-dark);
}

.btn-consult {
  background: var(--white);
  color: var(--primary);
  border: 1.5px solid var(--border);
}

.btn-consult:hover {
  border-color: var(--primary);
  background: var(--primary-light);
}

/* ===== HOW IT WORKS ===== */
.how-it-works {
  background: var(--white);
  position: relative;
  overflow: hidden;
}

.how-it-works-bgsvg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 50;
  pointer-events: none;
  user-select: none;
}

.how-it-works .container {
  position: relative;
  z-index: 1;
}

.how-it-works-head {
  text-align: center;
  margin-bottom: 48px;
}

.how-it-works-head .section-title {
  justify-content: center;
}

.how-it-works-head .section-title::after {
  display: none;
}

.how-it-works-head .section-sub {
  margin-bottom: 0;
}

.how-it-works-layout {
  display: grid;
  grid-template-columns:  1fr minmax(0, 460px);
  align-items: center;
}

.hiw-visual {
  display: flex;
  justify-content: center;
}

.hiw-visual-img {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.hiw-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.hiw-steps::before {
  content: '';
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 50%;
  border-left: 2px dashed var(--primary);
  opacity: .5;
  z-index: 0;
}

.hiw-step {
  position: relative;
  z-index: 1;
}

.hiw-step-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 20px 200px 14px 14px;
  box-shadow: 0 4px 16px rgba(26, 26, 46, .05);
  transition: var(--transition);
}

.hiw-step-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.hiw-step-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--primary);
}

.hiw-step-icon svg {
  width: 34px;
  height: 34px;
  color: var(--primary);
}

.hiw-step-text {
  flex: 1;
  min-width: 0;
}

.hiw-step-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
  font-family: 'Adoha', 'Akhand Bengali', system-ui, sans-serif;

}

.hiw-step-text p {
  font-size: 12px;
  color: var(--text);
  line-height: 1.4;
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 500
}

.hiw-step-num {
  position: absolute;
  right: 14px;
  bottom: 8px;
  font-family: 'Adoha', 'Akhand Bengali', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  opacity: .45;
}

/* ===== SERVICES ===== */
.services-section {
  background: #FEE1CD;
}

.services-head {
  text-align: center;
  margin-bottom: 36px;
}

.services-head .priests-title {
  margin-bottom: 0;
}

.services-carousel {
  position: relative;
  margin-bottom: 40px;
}

.services-nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--primary);
  color: var(--primary);
  display: grid;
  place-items: center;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
  transition: var(--transition);
}

.services-nav:hover {
  background: var(--primary);
  color: var(--white);
}

.services-nav svg {
  width: 18px;
  height: 18px;
}

.services-nav-prev {
  left: -18px;
}

.services-nav-next {
  right: -18px;
}

.services-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 10px;
  scrollbar-width: none;
}

.services-scroll::-webkit-scrollbar {
  display: none;
}

.service-card {
  flex: 0 0 calc((100% - 44px) / 3);
  scroll-snap-align: start;
  background: #ffffff;
  padding: 14px 14px 24px;
  /* box-shadow: 0 10px 30px rgba(26, 26, 46, .08); */
  transition: var(--transition);
  border: 1px solid #F26F16;
  border-radius: 15px;
}

.service-card:hover {
  box-shadow: 0 16px 40px rgba(26, 26, 46, .14);
  transform: translateY(-3px);
}

.service-card-img {
  width: 100%;
  height: 346px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-body {
  padding: 0 6px;
}

.service-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  font-family: 'HelveticaNeue', sans-serif;
}

.service-card-meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.service-card-meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.4;
  font-weight: bold;
}

.service-card-meta strong {
  font-weight: 700;
}

.meta-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--primary);
  margin-top: 1px;
}

.meta-icon svg {
  width: 100%;
  height: 100%;
}

.service-card-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin-bottom: 14px;
}

.service-card-desc {
  font-size: .82rem;
  color: #0B0C10;
  line-height: 1.55;
  margin-bottom: 18px;
      min-height: 63px;
      

}

.btn-book-service {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .95rem;
  background: var(--primary);
  color: var(--white);
  transition: var(--transition);
  font-family: 'Adoha', sans-serif;
}

.btn-book-service:hover {
  background: var(--primary-dark);
}

.services-icons-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
}

.services-icons-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.service-icon-card {
  text-align: center;
  padding: 18px 8px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  transition: var(--transition);
  cursor: pointer;
}

.service-icon-card:hover {
  border-color: var(--primary);
  background: var(--primary-light);
  transform: translateY(-3px);
}

.service-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
  display: block;
}

.service-icon-card span:last-child {
  font-size: .76rem;
  font-weight: 600;
  color: var(--text);
}

/* ===== DIVINE CTA ===== */
.divine-cta {
  background: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.divine-mahamantra {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.divine-mahamantra-left {
  top: 0;
  left: 0;
  width: 110px;
  height: auto;
}

.divine-mahamantra-right {
  bottom: 0;
  right: 0;
  width: 68px;
  height: auto;
}

.divine-cta-grid {
  display: grid;
  grid-template-columns: 1fr 374px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.divine-eyebrow {
  font-size: .8rem;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.divine-eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
}

.divine-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.22;
  margin-bottom: 10px;
}

.divine-title span {
  color: var(--primary);
}

.divine-desc {
  font-size: .95rem;
  color: #454545;
  line-height: 1.8;
  max-width:533px;
  margin-bottom: 32px;
  font-family: 'HelveticaNeue', sans-serif;
}

.divine-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.divine-actions .btn {
  padding: 16px 100px;
}

.divine-cta-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.divine-krishna-img {
  width: 100%;
  max-width: 340px;
  height: auto;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  background: var(--white);
  padding: 80px 0;
}

.testimonials-head {
  text-align: center;
  margin-bottom: 32px;
}

.testimonials-head .priests-title {
  justify-content: center;
  margin-bottom: 10px;
}

.testimonials-sub {
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 22px;
  font-family: 'HelveticaNeue', sans-serif;
}

.testimonials-trust-avatars {
  height: 30px;
  width: auto;
  margin: 0 auto 12px;
  display: block;
}

.testimonials-trust-line1 {
  font-size: .85rem;
  font-weight: 200;
  color: var(--text);
  font-family: 'HelveticaNeue', sans-serif;
}

.testimonials-trust-line2 {
  font-size: .85rem;
  font-weight: 400;
  color: var(--primary);
  font-family: 'HelveticaNeue', sans-serif;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 300px;
  padding: 40px 100px 40px 56px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 18px;
}

.testimonial-photo {
  width: 170px;
  height: 170px;
  min-width: 170px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, .9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-body {
  min-width: 0;
}

.testimonial-quote-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.testimonial-quote-mark {
  display: block;
  width: 40px;
  height: 30px;
  flex-shrink: 0;
  color: var(--white);
}

.testimonial-quote-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.testimonial-heading {
  font-family: 'Adoha', 'Akhand Bengali', system-ui, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
}

.testimonial-heading span {
  color: var(--gold);
}

.testimonial-text {
  font-size: .92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .92);
  max-width: 600px;
  margin-bottom: 16px;
}

.testimonial-author {
  font-weight: 700;
  color: var(--white);
  font-size: .95rem;
}

.testimonial-nav {
  position: absolute;
  bottom: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .1);
  color: var(--white);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: var(--transition);
}

.testimonial-nav svg {
  width: 16px;
  height: 16px;
}

.testimonial-nav:hover {
  background: var(--white);
  color: var(--primary);
}

.testimonial-nav-prev {
  right: 66px;
}

.testimonial-nav-next {
  right: 22px;
}

/* ===== BLOG ===== */
.blog-section {
  background: #FEE1CD;
}

.blog-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.blog-header .section-title {
  margin-bottom: 0;
}

.blog-header .section-title::after {
  display: none;
}

.blog-title-highlight {
  color: var(--primary);
}

.blog-carousel {
  position: relative;
  margin-top: 28px;
}

.blog-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--primary);
  color: var(--primary);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: var(--transition);
}

.blog-nav:hover {
  background: var(--primary);
  color: var(--white);
}

.blog-nav svg {
  width: 18px;
  height: 18px;
}

.blog-nav-prev {
  left: -18px;
}

.blog-nav-next {
  right: -18px;
}

.blog-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 10px;
  scrollbar-width: none;
}

.blog-grid::-webkit-scrollbar {
  display: none;
}

.blog-card {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  background: var(--white);
}

.blog-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.blog-img {
  height: 190px;
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-date {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}

.blog-content {
  padding: 20px;
}

.blog-content h4 {
  font-family: "Akhand Bengali", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.45;
  color: var(--primary);
}

.blog-content p {
  font-family: "Anek Bangla", sans-serif;
  font-size: .85rem;
  color: "black";
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.blog-read {
  color: var(--primary);
  font-size: .85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ===== BLOG DETAIL PAGE ===== */
.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  color: var(--text-muted);
  font-family: 'HelveticaNeue', sans-serif;
  margin-bottom: 24px;
}

.blog-breadcrumb a {
  color: var(--text-muted);
  transition: color var(--transition);
}

.blog-breadcrumb a:hover {
  color: var(--primary);
}

.blog-breadcrumb span:last-child {
  color: var(--text);
  font-weight: 600;
}

.blog-detail-thumb {
  width: 100%;
  height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 32px;
}

.blog-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-body {
  max-width: 820px;
  margin: 0 auto;
}

.blog-detail-body h1 {
  font-size: 2rem;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 24px;
}

.blog-detail-body h2 {
  font-size: 1.4rem;
  color: var(--text);
  margin: 36px 0 14px;
  padding-left: 14px;
  border-left: 4px solid var(--primary);
}

.blog-detail-body h3 {
  font-size: 1.1rem;
  color: var(--primary);
  margin: 24px 0 10px;
}

.blog-detail-body p {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.85;
  margin-bottom: 16px;
}

.blog-detail-body ul {
  margin: 0 0 16px;
  padding-left: 20px;
  list-style: disc;
}

.blog-detail-body ul li {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 8px;
}

.blog-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 32px;
  color: var(--primary);
  font-weight: 600;
  font-size: .95rem;
}

.blog-back:hover {
  color: var(--primary-dark);
}

@media (max-width: 640px) {
  .blog-detail-thumb {
    height: 220px;
  }

  .blog-detail-body h1 {
    font-size: 1.5rem;
  }
}

/* ===== FAQ ===== */
.faq-section {
  background: var(--white);
}

.faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.faq-head .section-title {
  justify-content: center;
  font-family: 'Adoha', system-ui, sans-serif;
  font-size: 38px;
  /* font-size: 50px; */
}

.faq-head .section-title::after {
  display: none;
}


.faq-head .section-sub .p {
  margin-bottom: 0;
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
}

.faq-list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-question {
     width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 50px;
    background: #FEE1CD;
    box-shadow: 0 3.75px 3.75px  0 rgba(0, 0, 0, .25);
    font-size: 20px;
    font-weight: 500;
    color: var(--text);
    text-align: left;
    transition: background var(--transition);
    font-family: 'HelveticaNeue', sans-serif;
    gap: 16px;
}

.faq-question:hover {
  background: var(--cream);
}

.faq-question.open {
  background: var(--primary-light);
  color: var(--primary);
}

.faq-icon {
  width: 15px;
  height: 7px;
  transition: transform var(--transition);
  flex-shrink: 0;
  line-height: 1;
}

.faq-question.open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  font-family: 'HelveticaNeue', sans-serif;
}

.faq-answer.open {
  max-height: 200px;
}

.faq-answer p {
  padding: 4px 22px 20px;
  font-size: .9rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.75;
  font-family: 'HelveticaNeue', sans-serif;
}

/* ===== UPCOMING FESTIVALS ===== */
.upcoming-section {
  background: var(--cream-alt);
}

.upcoming-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.upcoming-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1.5px solid var(--border);
  transition: var(--transition);
}

.upcoming-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.upcoming-date {
  min-width: 56px;
  height: 56px;
  background: var(--primary);
  color: var(--white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.upcoming-date .month {
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .85;
}

.upcoming-date .day {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}

.upcoming-info {
  flex: 1;
  min-width: 0;
}

.upcoming-info h4 {
  font-size: .88rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.upcoming-info p {
  font-size: .76rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upcoming-card .btn-xs {
  display: inline-flex;
  padding: 6px 14px;
  font-size: .76rem;
  font-weight: 600;
  background: var(--primary);
  color: var(--white);
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: var(--transition);
}

.upcoming-card .btn-xs:hover {
  background: var(--primary-dark);
}

/* ===== APP DOWNLOAD ===== */
.app-section {
  background: var(--primary-light);
}

.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.app-content h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 12px;
}

.app-content p {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: .95rem;
}

.store-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--text);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 10px;
  transition: var(--transition);
  font-size: .85rem;
}

.store-btn:hover {
  background: var(--dark);
  transform: translateY(-2px);
}

.store-btn .store-icon {
  font-size: 1.6rem;
}

.store-btn small {
  display: block;
  font-size: .65rem;
  opacity: .7;
}

.store-btn strong {
  font-size: .95rem;
}

.app-phones {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.phone-mockup {
  width: 140px;
  height: 280px;
  background: var(--white);
  border-radius: 24px;
  border: 2px solid var(--border);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
}

.phone-mockup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, var(--primary-light) 0%, transparent 100%);
}

.phone-mockup:first-child {
  transform: rotate(-6deg) translateX(10px);
}

.phone-mockup:last-child {
  transform: rotate(6deg) translateX(-10px);
}

/* ===== FOOTER ===== */
.footer {
  background: #0b0c10;
  color: rgba(255, 255, 255, .8);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/icon-tile.png');
  background-repeat: repeat;
  background-size: 92px 92px;
  opacity: .14;
  z-index: 0;
  pointer-events: none;
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-main {
  padding: 60px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.2fr 1.3fr;
  gap: 40px;
}

.footer-nav {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.footer-logo-rule {
  width: 150px;
  height: 1px;
  background: var(--white);
  margin: 10px 0 16px;
}

.footer-tagline {
  font-size: .82rem;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: 22px;
}

.footer-desc {
  font-size: 1rem;
  line-height: 1.6;
  opacity: .65;
  margin-bottom: 20px;
  margin-top: 2rem;
  
  color: #ffff;
  transition: all var(--transition);
  font-family: 'Anek Bangla';
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: var(--transition);
  color: var(--white);
}

.social-btn svg {
  width: 16px;
  height: 16px;
}

.social-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.social-fb {
  background: #1877F2;
}

.social-ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-yt {
  background: #FF0000;
}

.social-wa {
  background: #25D366;
}

.footer-col h5 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-family: 'HelveticaNeue', sans-serif;
}

.footer-col ul li {
  margin-bottom: 12px;
  font-family: 'HelveticaNeue', sans-serif;
}

.footer-col ul li a {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'HelveticaNeue', sans-serif;
  opacity: 1;
  color: var(--white);
  transition: all var(--transition);
}

.footer-col ul li a:hover {
  opacity: 1;
  color: var(--primary);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1rem;
  opacity: .9;
  font-family: 'HelveticaNeue', sans-serif;
  color: var(--white);
  transition: all var(--transition);
}

.footer-contact-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--white);
}

.footer-newsletter-sub {
  font-size: .95rem;
  opacity: .9;
  margin-bottom: 16px;
  color: var(--white);
  transition: all var(--transition);
  font-family: 'HelveticaNeue', sans-serif;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.newsletter-form input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 8px;
  min-width: 0;
  border: none;
  background: var(--white);
  color: var(--text);
  font-size: .9rem;
  font-family: inherit;
}

.newsletter-form input::placeholder {
  color: var(--text-muted);
}

.newsletter-form input:focus {
  outline: 2px solid var(--primary);
}

.newsletter-form button {
  padding: 14px 26px;
  border-radius: 8px;
  background: var(--primary);
  color: var(--white);
  font-family: 'Adoha', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}

.newsletter-form button:hover {
  background: var(--primary-dark);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 20px 0;
  text-align: center;
  font-size: .82rem;
  opacity: .55;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p+p {
  margin-top: 6px;
}

.footer-credit-heart {
  color: var(--primary);
}

.footer-credit a {
  font-weight: 700;
  color: var(--white);
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--transition);
}

.footer-credit a:hover {
  color: var(--primary);
}


/* tushar styles */


/* ===== NEW: About Section with Divider ===== */
.about-section {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    background: var(--white);
    padding: 40px 0;
    flex-wrap: wrap; /* Mobile friendly */
}

.about-icon {
    flex-shrink: 0;
    width: 160px; /* Logo ki width adjust kar lena */
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.about-divider {
    flex-shrink: 0;
    height: 70px; /* Line ki height */
    border-left: 2px dashed #4CA9DF; /* Exact blue dotted line */
}

.about-text {
    font-family: 'HelveticaNeue', sans-serif;
    color: var(--text);
    font-size: 25px;
    line-height: 1.6;
    max-width: 1000px;
}

.about-text p {
    font-weight: 300;
    color: #454545;
}

.about-text .brand-name {
    color: var(--primary); /* #E8650A */
    font-weight: 700;
}

/* Mobile Responsive for this section */
@media (max-width: 600px) {
    .about-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .about-divider {
        height: 40px;
        border-left: 2px dashed #4CA9DF;
        margin-left: 26px; /* Align with icon center */
    }
}


.festival{
  padding: 80px 0 0 0;
}


.festival-wrapper {
  max-width: 1242px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primary-light);
  border-radius: var(--radius);
  /* 12px */
  padding: 56px 66px;
  gap: 48px;
  flex-wrap: wrap;
  /* Mobile responsive */
}

/* Left Side (Text & Button) */
.festival-left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.festival-heading {
  font-size: 44px;
  line-height: 1.1;
  color: var(--text);
  letter-spacing: -0.5px;
}

.festival-heading .highlight {
  color: var(--primary);
  /* Exact Orange */
  font-weight: 700;
  /* Adoha Bold if available */
}

.festival-btn {
  display: inline-block;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  font-family: 'Adoha', sans-serif;

  background: white;
  /* White inside */
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  transition: all var(--transition);
}

.festival-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

/* Right Side (Cards) — manual carousel */
.festival-carousel {
  position: relative;
  flex: 1;
  min-width: 0;
}

.festival-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--primary);
  color: var(--primary);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: var(--transition);
}

.festival-nav:hover {
  background: var(--primary);
  color: var(--white);
}

.festival-nav svg {
  width: 18px;
  height: 18px;
}

.festival-nav-prev {
  left: -18px;
}

.festival-nav-next {
  right: -18px;
}

.festival-cards {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.festival-cards::-webkit-scrollbar {
  display: none;
}

/* Single Card */
.festival-card {
  flex-shrink: 0;
  scroll-snap-align: start;
  background: var(--white);
  border-radius: var(--radius);
  /* 12px */
    box-shadow: 0 3.72px 3.72px 0 rgba(0, 0,  0, .25);
  padding: 12px;
  width: 185px;
  /* Fixed width as per design */
  display: flex;
  flex-direction: column;
  text-align: center;
}

.festival-card-img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  /* Top rounded, bottom flat */
  background-color: #ddd;
  /* Fallback */
}

.festival-card-title {
  font-family: 'Akhand Bengali', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary);
  margin-top: 4px;
}

.festival-card-subtitle {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: var(--primary);
}

/* Mobile Breakpoint (Tablet & Phone) */
@media (max-width: 1024px) {
  .festival-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }

  .festival-carousel {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .festival-heading {
    font-size: 32px;
  }
}



/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 340px;
    gap: 32px;
  }

  .hero-priest-img {
    right: 220px;
    height: 420px;
  }

  .priests-layout {
    grid-template-columns: 220px 1fr;
    gap: 24px;
  }

  .priest-card {
    flex-basis: calc((100% - 32px) / 3);
  }

  .service-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .services-icons-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .upcoming-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .divine-cta-grid {
    gap: 40px;
  }

  .testimonial-card {
    gap: 28px;
    padding: 32px 84px 32px 36px;
  }

  .testimonial-photo {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
}

@media (max-width: 768px) {

  .nav-links,
  .nav-actions {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero {
    padding: 48px 0 40px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-priest-img {
    position: static;
    height: auto;
    width: 220px;
    margin: 0 auto 24px;
    display: block;
  }

  .booking-card {
    margin-top: 8px;
  }

  .hero-stats {
    gap: 24px;
  }

  .trust-bar {
    margin-top: -28px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    padding: 22px 16px;
  }

  .trust-item {
    padding: 0 12px;
  }

   .trust-item h4 {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 600;
  }

  .trust-item+.trust-item::before {
    display: none;
  }

  .trust-item:nth-child(even)::before {
    display: block;
  }

  .priests-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .priests-intro {
    align-items: center;
    text-align: center;
  }

  .priest-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .how-it-works-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hiw-visual-img {
    max-width: 320px;
  }

  .services-icons-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .service-card-img {
    height: 190px;
  }

  .blog-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .divine-cta-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .divine-cta-image {
    justify-content: center;
  }

  .divine-krishna-img {
    max-width: 220px;
  }

  .divine-mahamantra-left {
    width: 70px;
  }

  .divine-mahamantra-right {
    width: 44px;
  }

  .divine-title {
    font-size: 1.9rem;
  }

  .testimonial-card {
    flex-direction: column;
    text-align: center;
    gap: 18px;
    min-height: 0;
    padding: 32px 24px 64px;
  }

  .testimonial-photo {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }

  .testimonial-quote-row {
    justify-content: center;
  }

  .testimonial-text {
    max-width: 100%;
  }

  .blog-grid .blog-img {
    height: 220px;
  }

  .upcoming-grid {
    grid-template-columns: 1fr;
  }

  .app-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .store-btns {
    justify-content: center;
  }

  .app-phones {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section {
    padding: 52px 0;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.75rem;
  }

  .trust-bar {
    margin-top: -20px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .trust-item {
    justify-content: flex-start;
  }

  .trust-item::before,
  .trust-item:nth-child(even)::before {
    display: none;
  }

  .services-icons-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card {
    flex-basis: 88%;
  }

  .service-card-img {
    height: 200px;
  }

  .services-nav {
    width: 32px;
    height: 32px;
  }

  .services-nav-prev {
    left: -8px;
  }

  .services-nav-next {
    right: -8px;
  }

  .hiw-step-card {
    padding: 14px 40px 14px 14px;
  }

  .priests-title {
    font-size: 1.9rem;
  }

  .priest-card {
    flex-basis: 85%;
  }

  .blog-card {
    flex-basis: 85%;
  }

  .blog-nav {
    width: 32px;
    height: 32px;
  }

  .blog-nav-prev {
    left: -8px;
  }

  .blog-nav-next {
    right: -8px;
  }

  .priests-nav {
    width: 32px;
    height: 32px;
  }

  .priests-nav-prev {
    left: -8px;
  }

  .priests-nav-next {
    right: -8px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .divine-title {
    font-size: 1.65rem;
  }

  .hero-stats {
    gap: 20px;
  }
}