* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --bg: #100704;
  --bg-soft: #190a05;
  --panel: #241008;
  --panel-2: #2d1208;
  --gold: #e1a52e;
  --gold-light: #f6cf70;
  --orange: #ee7415;
  --cream: #f8e7c6;
  --muted: #c2aa87;
  --red: #6f0d18;
  --red-2: #480810;
  --border: rgba(220, 157, 38, .42);
  --container: 1160px;
}

html {
  scroll-behavior: smooth
}

body {
  background: radial-gradient(circle at 78% 12%, #3b1708 0, #170a05 32%, #0d0503 100%);
  color: var(--cream);
  font-family: 'Mukta', sans-serif;
  overflow-x: hidden
}

body.modal-open {
  overflow: hidden
}

button,
a {
  font: inherit
}

button {
  cursor: pointer
}

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto
}

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 999;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")
}

.header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  background: linear-gradient(180deg, rgba(8, 3, 2, .98), rgba(8, 3, 2, .62));
  border-bottom: 1px solid rgba(239, 181, 63, .10)
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 360px
}

.brand-symbol {
  width: 56px;
  height: 56px;
  border: 1px solid #a87519;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  font-family: serif;
  font-size: 32px;
  box-shadow: 0 0 22px rgba(220, 160, 40, .13)
}

.brand-text strong {
  display: block;
  color: var(--gold-light);
  font-family: 'Khand', sans-serif;
  font-size: 21px;
  line-height: 1.05
}

.brand-text small {
  display: block;
  color: #cbb28d;
  font-size: 13px;
  margin-top: 2px
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex: 1;
  height: 100%
}

.nav a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #f0e1c8;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap
}

.nav a:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 100%;
  height: 2px;
  background: var(--gold-light);
  transition: .25s
}

.nav a:hover,
.nav a.active {
  color: var(--gold-light)
}

.nav a:hover:after,
.nav a.active:after {
  right: 0
}

.header-darshan {
  border: 0;
  border-radius: 12px;
  padding: 13px 19px;
  background: linear-gradient(135deg, #ed7c17, #bd4b0b);
  color: #fff4df;
  font-weight: 800;
  box-shadow: 0 8px 25px rgba(224, 94, 9, .2);
  white-space: nowrap
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px
}

.menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  background: #efbf55;
  margin: 5px auto
}

.hero {
  min-height: 770px;
  position: relative;
  isolation: isolate;
  overflow: hidden
}

.hero-photo {
  position: absolute;
  inset: 0;
  background-image: url('temple-1.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80%;
  /* background-size: auto; */
  filter: saturate(1.05);

  z-index: -3

   

}


.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #180a04 0%, rgba(24, 10, 4, .98) 24%, rgba(24, 10, 4, .70) 48%, rgba(24, 10, 4, .12) 78%), linear-gradient(0deg, #100604 0%, transparent 30%, rgba(0, 0, 0, .20) 100%);
  z-index: -2
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 40%, transparent 0, rgba(0, 0, 0, .18) 55%, rgba(0, 0, 0, .38) 100%);
  z-index: -1
}

.hero-inner {
  min-height: 770px;
  display: flex;
  align-items: center;
  padding-top: 72px
}

.hero-copy {
  max-width: 660px
}

.eyebrow {
  color: var(--gold-light);
  font-family: 'Khand', sans-serif;
  font-size: 19px;
  font-weight: 600
}

.ornament {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 90px;
  margin: 6px 0 13px;
  color: #c1811e
}

.ornament i {
  height: 1px;
  background: #9d6817;
  flex: 1
}

.hero h1 {
  font-family: 'Khand', sans-serif;
  font-size: 68px;
  line-height: .93;
  font-weight: 600;
  letter-spacing: -1px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, .55)
}

.hero h1 span {
  display: block;
  color: #f8ead2
}

.hero h1 em {
  display: block;
  color: #ef8a18;
  font-style: normal;
  text-shadow: 0 3px 0 #5e2608, 0 7px 18px rgba(0, 0, 0, .7)
}

.hero-line {
  margin-top: 22px;
  font-size: 19px;
  color: #ead7b5;
  font-weight: 600
}

.hero-subline {
  font-size: 18px;
  color: #e4d6bf
}

.hero-buttons {
  display: flex;
  gap: 13px;
  margin-top: 27px;
  flex-wrap: wrap
}

.btn {
  border-radius: 11px;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: .25s
}

.btn-primary {
  background: linear-gradient(135deg, #f47f14, #c54e0b);
  color: #fff4dd;
  box-shadow: 0 9px 25px rgba(220, 91, 10, .2)
}

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

.btn-ghost {
  background: rgba(40, 17, 7, .45);
  border-color: #bd7e1d;
  color: #f2c86d
}

.btn-ghost:hover {
  background: rgba(105, 48, 10, .45)
}

.hero-highlights {
  display: flex;
  gap: 11px;
  margin-top: 37px
}

.hero-highlights article {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #805817;
  background: rgba(25, 10, 4, .56);
  border-radius: 10px;
  padding: 10px 14px;
  min-width: 190px
}

.hi-icon {
  font-size: 25px;
  color: #efb536
}

.hero-highlights b {
  display: block;
  font-size: 15px
}

.hero-highlights small {
  display: block;
  color: #ae9878;
  font-size: 12px
}

.hero-scroll {
  position: absolute;
  left: 20px;
  bottom: 125px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #76521b;
  background: rgba(30, 12, 5, .55);
  color: #d8a43a
}

.quick {
  position: relative;
  z-index: 10;
  margin-top: -62px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: linear-gradient(100deg, #510a12, #71101d 50%, #4c0911);
  border: 1px solid #d26b1b;
  border-radius: 19px;
  padding: 17px 9px;
  box-shadow: 0 17px 45px rgba(0, 0, 0, .4)
}

.quick-item {
  border: 0;
  border-right: 1px solid rgba(241, 177, 58, .24);
  background: transparent;
  color: var(--cream);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 3px 10px
}

.quick-item:last-child {
  border-right: 0
}

.quick-item>span {
  color: #f1b530;
  font-size: 27px;
  line-height: 1.1
}

.quick-item b {
  color: #edc16b;
  font-size: 17px;
  margin-top: 2px
}

.quick-item small {
  color: #c8ae89;
  font-size: 12px
}

.quick-item:hover>span {
  transform: scale(1.08);
  transition: .2s
}

.section {
  scroll-margin-top: 90px
}

.about {
  padding: 84px 0 34px
}

.about-grid {
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  gap: 80px;
  align-items: center
}

.section-label {
  color: #c08424;
  font-size: 14px;
  font-weight: 800
}

.about h2 {
  font-family: 'Khand', sans-serif;
  font-size: 45px;
  line-height: 1.05
}

.about h2 span {
  color: #f0b23d
}

.about h3 {
  font-family: 'Khand', sans-serif;
  font-size: 23px;
  color: #d99a2d
}

.gold-rule {
  width: 120px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c27d18;
  margin: 9px 0 16px
}

.gold-rule:before,
.gold-rule:after {
  content: "";
  height: 1px;
  background: #8d5b18;
  flex: 1
}

.about-content>p:not(.section-label) {
  color: #d7c6a7;
  font-size: 16px;
  max-width: 700px;
  margin-bottom: 10px
}

.outline-link {
  margin-top: 15px;
  border: 1px solid #b8491a;
  border-radius: 9px;
  background: linear-gradient(90deg, #651018, #400b0d);
  color: #f0bf5b;
  padding: 10px 16px;
  font-weight: 800
}

.outline-link span {
  margin-left: 8px
}

.info-stack {
  display: flex;
  flex-direction: column
}

.info-card {
  border: 1px solid #aa731e;
  background: linear-gradient(145deg, rgba(53, 23, 8, .80), rgba(20, 8, 4, .86));
  padding: 18px 22px
}

.info-card:first-child {
  border-radius: 18px 18px 0 0
}

.info-card:last-child {
  border-radius: 0 0 18px 18px;
  border-top: 0
}

.card-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e9b542
}

.card-heading span {
  font-size: 23px
}

.card-heading h3 {
  font-family: 'Khand', sans-serif;
  font-size: 22px
}

.time-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(200, 142, 39, .18);
  color: #dfccb0
}

.time-line:last-child {
  border: 0
}

.time-line strong {
  color: #f4bd40;
  border: 1px solid #9f6a18;
  border-radius: 20px;
  padding: 2px 16px
}

.location-card p {
  color: #d4c0a0;
  margin: 5px 0 11px
}

.map-button {
  border: 0;
  background: #f0a82d;
  color: #1c0c04;
  border-radius: 8px;
  padding: 7px 12px;
  font-weight: 800
}

.gallery {
  padding: 35px 0 58px
}

.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  color: #e0a83a
}

.section-heading h2 {
  font-family: 'Khand', sans-serif;
  font-size: 27px
}

.section-heading span {
  font-size: 11px
}

.gallery-shell {
  position: relative;
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 10px
}

.gallery-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%
}

.gallery-track::-webkit-scrollbar {
  display: none
}

.gallery-card {
  position: relative;
  flex: 0 0 calc((100% - 48px)/5);
  height: 145px;
  overflow: hidden;
  border: 1px solid #81581d;
  border-radius: 10px;
  background: #1a0a04;
  padding: 0
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .35s
}

.gallery-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 3, 1, .78), transparent 50%)
}

.gallery-card span {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 8px;
  color: #f4ce72;
  font-weight: 800
}

.gallery-card:hover img {
  transform: scale(1.06)
}

.gallery-control {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #a9721e;
  background: #281108;
  color: #edb43a;
  font-size: 20px
}

.gallery-more {
  display: block;
  margin: 12px auto 0;
  border: 1px solid #a86f1b;
  border-radius: 20px;
  background: transparent;
  color: #e6b341;
  padding: 6px 17px;
  font-weight: 800
}

.yatra {
  padding: 5px 0 35px
}

.yatra-box {
  border: 1px solid #c74b23;
  border-radius: 18px;
  background: linear-gradient(100deg, #671019, #430a11 70%, #5a1018);
  padding: 19px 30px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 18px
}

.yatra-icon {
  font-size: 42px;
  color: #ef4e22
}

.yatra h2 {
  font-family: 'Khand', sans-serif;
  font-size: 28px;
  color: #efa838
}

.yatra-box>div:nth-child(2)>p:last-child {
  color: #ddc9aa;
  font-size: 14px;
  max-width: 750px
}

.yatra .btn {
  padding: 9px 15px
}

.devotees {
  padding: 25px 0 70px
}

.devotee-intro h2 {
  font-family: 'Khand', sans-serif;
  font-size: 38px
}

.devotee-intro>p:last-child {
  color: #ad9777
}

.devotee-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 17px
}

.devotee-cards article {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(185, 126, 31, .36);
  border-radius: 12px;
  background: rgba(28, 11, 5, .72);
  padding: 17px
}

.devotee-cards article>span {
  font-size: 29px;
  color: #e0a52f
}

.devotee-cards b {
  display: block;
  color: #e7bd65
}

.devotee-cards small {
  display: block;
  color: #9e8a6e
}

.footer {
  border-top: 1px solid rgba(201, 145, 43, .3);
  background: rgba(7, 3, 2, .25);
  padding: 30px 0 15px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr .8fr 1fr .7fr;
  gap: 26px
}

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

.footer-brand .brand-symbol {
  width: 48px;
  height: 48px;
  font-size: 26px
}

.footer-brand strong {
  display: block;
  color: #e2a83d;
  font-family: 'Khand', sans-serif;
  font-size: 17px
}

.footer-brand small {
  color: #a99374
}

.footer h4 {
  color: #e4b34c;
  margin-bottom: 7px
}

.footer a,
.footer p {
  display: block;
  color: #a99374;
  font-size: 13px;
  margin-bottom: 3px
}

.footer a:hover,
.footer-map:hover {
  color: #efbd52
}

.footer-map {
  border: 0;
  background: transparent;
  color: #b89562;
  padding: 0;
  font-size: 13px
}

.socials {
  display: flex;
  gap: 9px
}

.socials a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #28345e;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800
}

.copyright {
  grid-column: 1/-1;
  border-top: 1px solid rgba(201, 145, 43, .25);
  padding-top: 11px;
  text-align: center;
  color: #81715c;
  font-size: 12px
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px
}

.modal.show {
  display: flex
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .83);
  backdrop-filter: blur(8px)
}

.modal-window {
  position: relative;
  z-index: 2;
  width: min(800px, 100%);
  max-height: 90vh;
  overflow: auto;
  border: 1px solid #b8781e;
  border-radius: 20px;
  background: linear-gradient(145deg, #2d1108, #110604);
  box-shadow: 0 25px 90px #000;
  padding: 35px
}

.modal-close {
  position: absolute;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid #9b6519;
  border-radius: 50%;
  background: #291008;
  color: #efbc4c;
  font-size: 29px;
  line-height: 1
}

.modal-kicker {
  color: #dba033;
  font-family: 'Khand', sans-serif;
  font-size: 18px
}

.modal-title {
  font-family: 'Khand', sans-serif;
  color: #f0bd4e;
  font-size: 40px;
  line-height: 1.05;
  padding-right: 40px
}

.modal-rule {
  color: #a96c18;
  margin: 9px 0 16px
}

.modal-text {
  color: #d7c6a8;
  font-size: 16px;
  margin-bottom: 10px
}

.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px
}

.modal-grid article {
  border: 1px solid rgba(195, 137, 34, .35);
  background: #251007;
  border-radius: 12px;
  padding: 14px
}

.modal-grid b {
  display: block;
  color: #edb640
}

.modal-grid span {
  color: #bba487;
  font-size: 14px
}

.modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px
}

.modal-image {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #80551c
}

.modal-image-title {
  color: #f1c15a;
  font-weight: 800;
  margin-bottom: 10px
}

.map-placeholder {
  height: 220px;
  border: 1px dashed #9c681b;
  border-radius: 14px;
  background: radial-gradient(circle, #421a09, #160704);
  display: grid;
  place-items: center;
  text-align: center;
  color: #e9b33d;
  font-size: 35px;
  margin-top: 18px
}

.map-placeholder small {
  display: block;
  color: #a99678;
  font-size: 13px
}

.darshan-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 22px 0
}

.darshan-time {
  padding: 18px;
  text-align: center;
  border: 1px solid rgba(195, 137, 34, .4);
  border-radius: 13px;
  background: #251007
}

.darshan-time span {
  display: block;
  color: #d2bd9c
}

.darshan-time strong {
  display: block;
  color: #f1bd43;
  font-size: 28px
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: .7s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

@media(max-width:1100px) {
  .brand {
    min-width: 300px
  }

  .nav {
    gap: 14px
  }

  .nav a {
    font-size: 13px
  }

  .header-inner {
    gap: 15px
  }

  .hero h1 {
    font-size: 61px
  }

  .hero-highlights article {
    min-width: 170px
  }
}

@media(max-width:850px) {
  .header {
    height: 76px
  }

  .brand {
    min-width: 0;
    flex: 1
  }

  .brand-symbol {
    width: 45px;
    height: 45px;
    font-size: 27px
  }

  .brand-text strong {
    font-size: 16px
  }

  .brand-text small {
    font-size: 11px
  }

  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    height: auto;
    flex-direction: column;
    background: #150804;
    padding: 10px 22px;
    border-bottom: 1px solid #734b17
  }

  .nav.open {
    display: flex
  }

  .nav a {
    width: 100%;
    height: 43px;
    justify-content: center
  }

  .nav a:after {
    display: none
  }

  .header-darshan {
    display: none
  }

  .menu-toggle {
    display: block
  }

  .hero {
    min-height: 760px
  }

  .hero-inner {
    min-height: 760px
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(19, 7, 3, .98), rgba(19, 7, 3, .80) 58%, rgba(19, 7, 3, .25)), linear-gradient(0deg, #100604, transparent 35%)
  }

  .hero h1 {
    font-size: 52px
  }

  .hero-highlights {
    flex-direction: column;
    width: 290px
  }

  .hero-highlights article {
    min-width: 0
  }

  .quick {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -48px
  }

  .quick-item {
    border-bottom: 1px solid rgba(241, 177, 58, .2);
    padding: 9px
  }

  .quick-item:nth-child(even) {
    border-right: 0
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .gallery-card {
    flex-basis: 240px
  }

  .yatra-box {
    grid-template-columns: 48px 1fr
  }

  .yatra-box .btn {
    grid-column: 2;
    width: max-content
  }

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

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

@media(max-width:560px) {
  .container {
    width: calc(100% - 28px)
  }

  .header-inner {
    width: calc(100% - 24px)
  }

  .hero {
    min-height: 760px
  }

  .hero-inner {
    min-height: 760px;
    padding-top: 100px;
    align-items: flex-start;
    padding-top: 150px
  }

  .hero-photo {
    background-position: 58% center
  }

  .hero h1 {
    font-size: 44px
  }

  .hero-line,
  .hero-subline {
    font-size: 16px
  }

  .hero-copy {
    max-width: 100%
  }

  .hero-buttons .btn {
    width: 100%
  }

  .hero-highlights {
    width: 100%;
    margin-top: 25px
  }

  .quick {
    width: calc(100% - 18px);
    padding: 8px
  }

  .quick-item b {
    font-size: 14px
  }

  .quick-item small {
    font-size: 10px
  }

  .about {
    padding-top: 52px
  }

  .about h2 {
    font-size: 38px
  }

  .about h3 {
    font-size: 20px
  }

  .gallery-shell {
    display: block
  }

  .gallery-control {
    display: none
  }

  .gallery-card {
    flex-basis: 78%;
    height: 170px
  }

  .yatra-box {
    grid-template-columns: 38px 1fr;
    padding: 17px
  }

  .yatra h2 {
    font-size: 24px
  }

  .yatra-box .btn {
    grid-column: 2
  }

  .devotee-cards {
    grid-template-columns: 1fr
  }

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

  .modal-window {
    padding: 29px 17px 20px
  }

  .modal-title {
    font-size: 31px
  }

  .modal-grid,
  .darshan-box {
    grid-template-columns: 1fr
  }

  .darshan-video {
    width: 100%;
    margin: 22px 0 18px;
    border: 1px solid rgba(195,137,34,.45);
    border-radius: 14px;
    overflow: hidden;
    background: #080302;
    box-shadow: 0 12px 35px rgba(0,0,0,.45);
}

.darshan-video video {
    display: block;
    width: 100%;
    max-height: 380px;
    object-fit: contain;
    background: #050202;
}
@media (max-width: 560px) {
    .darshan-video video {
        max-height: 260px;
    }
}
}

/* =========================================================
   RESPONSIVE PATCH — Mobile / Tablet / Desktop
   ========================================================= */

html, body { max-width: 100%; }
img, video { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

/* Medium laptops / tablets */
@media (max-width: 1100px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .header-inner { gap: 12px; }
  .brand { min-width: 270px; }
  .nav { gap: 10px; }
  .nav a { font-size: 13px; }
  .header-darshan { padding: 11px 13px; font-size: 13px; }
  .about-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.3fr .8fr .8fr 1fr; }
}

/* Tablet */
@media (max-width: 850px) {
  .container { width: min(100% - 32px, 720px); }

  .header { position: fixed; height: 70px; }
  .header-inner { width: calc(100% - 28px); }
  .brand { min-width: 0; gap: 9px; }
  .brand-symbol { flex: 0 0 44px; width: 44px; height: 44px; }
  .brand-text { min-width: 0; }
  .brand-text strong { font-size: clamp(14px, 2.4vw, 17px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand-text small { font-size: 10px; }

  .nav {
    top: 70px;
    padding: 8px 16px 14px;
    gap: 2px;
    box-shadow: 0 18px 35px rgba(0,0,0,.35);
  }
  .nav a { height: 44px; border-radius: 8px; }
  .nav a:hover, .nav a.active { background: rgba(224,165,46,.08); }
  .menu-toggle { display: block; flex: 0 0 44px; }

  .hero { min-height: 720px; }
  .hero-inner { min-height: 720px; padding-top: 105px; }
  .hero-copy { max-width: 650px; }
  .hero h1 { font-size: clamp(48px, 8vw, 62px); }
  .hero-photo { background-size: cover; background-position: center; }
  .hero-shade { background: linear-gradient(90deg, rgba(19,7,3,.98) 0%, rgba(19,7,3,.86) 48%, rgba(19,7,3,.42) 100%), linear-gradient(0deg, #100604 0%, transparent 42%); }
  .hero-highlights { flex-wrap: wrap; }
  .hero-highlights article { flex: 1 1 200px; min-width: 0; }

  .quick { margin-top: -40px; grid-template-columns: repeat(3, 1fr); }
  .quick-item { min-height: 86px; }
  .quick-item:nth-child(3) { border-right: 0; }

  .about { padding-top: 65px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .info-stack { max-width: 720px; }

  .gallery-card { flex-basis: 30%; min-width: 210px; }

  .yatra-box { grid-template-columns: 48px 1fr; }
  .yatra-box .btn { grid-column: 2; width: fit-content; }

  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

/* Phones */
@media (max-width: 560px) {
  .container { width: calc(100% - 24px); }
  .header-inner { width: calc(100% - 18px); gap: 5px; }
  .brand-symbol { flex-basis: 40px; width: 40px; height: 40px; font-size: 24px; }
  .brand-text strong { font-size: 14px; }
  .brand-text small { font-size: 9px; }
  .menu-toggle { width: 42px; height: 42px; flex-basis: 42px; }

  .hero { min-height: 735px; }
  .hero-inner { min-height: 735px; padding-top: 125px; align-items: flex-start; }
  .hero-photo { background-position: 58% center; background-size: cover; }
  .hero-shade { background: linear-gradient(180deg, rgba(14,5,2,.97) 0%, rgba(18,7,3,.88) 38%, rgba(18,7,3,.60) 68%, rgba(16,6,4,.96) 100%); }
  .hero-vignette { background: radial-gradient(circle at 55% 32%, transparent 0, rgba(0,0,0,.12) 42%, rgba(0,0,0,.48) 100%); }
  .eyebrow { font-size: 16px; }
  .ornament { margin-bottom: 10px; }
  .hero h1 { font-size: clamp(40px, 12vw, 52px); line-height: .96; letter-spacing: -.5px; }
  .hero-line { margin-top: 18px; font-size: 15px; }
  .hero-subline { font-size: 14px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 21px; }
  .hero-buttons .btn { width: 100%; min-height: 46px; }
  .hero-highlights { width: 100%; margin-top: 22px; gap: 7px; }
  .hero-highlights article { flex: 1 1 100%; padding: 8px 11px; min-height: 48px; }
  .hi-icon { font-size: 21px; }
  .hero-highlights b { font-size: 14px; }
  .hero-highlights small { font-size: 10px; }
  .hero-scroll { left: 50%; transform: translateX(-50%); bottom: 18px; }

  .quick { width: calc(100% - 12px); margin-top: -32px; border-radius: 14px; padding: 5px; grid-template-columns: repeat(2, 1fr); }
  .quick-item { min-height: 76px; padding: 8px 4px; }
  .quick-item:nth-child(3) { border-right: 1px solid rgba(241,177,58,.2); }
  .quick-item:nth-child(even) { border-right: 0; }
  .quick-item:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .quick-item > span { font-size: 23px; }
  .quick-item b { font-size: 13px; }
  .quick-item small { font-size: 9px; line-height: 1.15; }

  .about { padding: 48px 0 25px; }
  .section-label { font-size: 12px; }
  .about h2 { font-size: 34px; }
  .about h3 { font-size: 18px; line-height: 1.2; }
  .about-content > p:not(.section-label) { font-size: 15px; line-height: 1.65; }
  .outline-link { width: 100%; min-height: 45px; }
  .info-card { padding: 15px; }
  .card-heading h3 { font-size: 20px; }
  .time-line { font-size: 14px; }
  .time-line strong { padding: 2px 12px; }
  .map-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; }

  .gallery { padding: 28px 0 42px; }
  .section-heading h2 { font-size: 24px; }
  .gallery-shell { margin-top: 10px; display: block; }
  .gallery-control { display: none; }
  .gallery-track { gap: 10px; padding: 2px 1px 8px; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; }
  .gallery-card { flex: 0 0 82%; min-width: 0; height: 185px; scroll-snap-align: start; }
  .gallery-card span { left: 10px; bottom: 7px; font-size: 14px; }
  .gallery-more { min-height: 40px; padding: 5px 15px; }

  .yatra { padding: 0 0 30px; }
  .yatra-box { grid-template-columns: 34px 1fr; gap: 10px; padding: 15px; border-radius: 14px; }
  .yatra-icon { font-size: 30px; }
  .yatra h2 { font-size: 23px; }
  .yatra-box > div:nth-child(2) > p:last-child { font-size: 13px; line-height: 1.5; }
  .yatra-box .btn { grid-column: 1 / -1; width: 100%; min-height: 44px; }

  .devotees { padding: 20px 0 48px; }
  .devotee-intro h2 { font-size: 32px; }
  .devotee-intro > p:last-child { font-size: 14px; }
  .devotee-cards { grid-template-columns: 1fr; gap: 9px; }
  .devotee-cards article { padding: 13px; }

  .footer { padding: 25px 0 13px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 18px 14px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand strong { font-size: 15px; }
  .footer a, .footer p { font-size: 12px; }
  .copyright { font-size: 10px; line-height: 1.45; }

  .modal { padding: 8px; align-items: center; }
  .modal-window { width: 100%; max-height: calc(100dvh - 16px); border-radius: 16px; padding: 43px 14px 18px; }
  .modal-close { right: 9px; top: 8px; width: 38px; height: 38px; font-size: 26px; }
  .modal-kicker { font-size: 15px; }
  .modal-title { font-size: 28px; line-height: 1.08; padding-right: 35px; }
  .modal-text { font-size: 14px; line-height: 1.65; }
  .modal-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 14px; }
  .modal-grid article { padding: 11px; }
  .modal-grid span { font-size: 13px; }
  .darshan-box { grid-template-columns: 1fr; gap: 9px; margin: 16px 0; }
  .darshan-time { padding: 14px; }
  .darshan-time strong { font-size: 25px; }
  .darshan-video { margin: 15px 0; }
  .darshan-video video { width: 100%; height: auto; max-height: 260px; }
  .modal-image { max-height: 62dvh; object-fit: contain; }
  .map-placeholder { height: 180px; }
}

/* Very small phones */
@media (max-width: 380px) {
  .brand-text strong { font-size: 12px; }
  .brand-text small { font-size: 8px; }
  .hero { min-height: 700px; }
  .hero-inner { min-height: 700px; padding-top: 112px; }
  .hero h1 { font-size: 37px; }
  .hero-line { font-size: 14px; }
  .quick-item { min-height: 70px; }
  .quick-item b { font-size: 12px; }
  .quick-item small { display: none; }
}

/* Touch devices: remove hover-dependent movement and preserve performance */
@media (hover: none) {
  .gallery-card:hover img, .btn-primary:hover, .quick-item:hover > span { transform: none; }
}

@media (min-width: 851px) {
  .footer-grid { grid-template-columns: 1.5fr .8fr .8fr 1fr; }

/* ================================
   VIDEO SECTION
================================ */

.videos {
  padding: 45px 0 70px;
}

.video-grid {
  margin-top: 22px;

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 18px;
}

.video-card {
  overflow: hidden;

  border: 1px solid #a9721e;

  border-radius: 14px;

  background: #160704;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, .35);
}

.video-card video {
  display: block;

  width: 100%;

  aspect-ratio: 16 / 9;

  object-fit: cover;

  background: #000;
}


/* TABLET */

@media (max-width: 850px) {

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

}


/* MOBILE */

@media (max-width: 600px) {

  .videos {
    padding: 35px 0 50px;
  }

  .video-grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .video-card {
    border-radius: 12px;
  }

}
/* =========================================
   VIDEO MODAL
========================================= */

.video-modal-item {
  width: 100%;
  margin-top: 15px;
}

.video-modal-player {
  display: block;

  width: 100%;

  height: auto;

  max-width: 100%;

  max-height: 70vh;

  background: #000;

  border-radius: 12px;

  border: 1px solid #80551c;
}


/* Mobile */

@media (max-width: 650px) {

  .video-modal-player {
    max-height: 60vh;
  }

}

/* =========================================
   VIDEO DARSHAN
========================================= */

.video-gallery {
  padding: 35px 0 58px;
}


/* VIDEO SHELL */

.video-shell {
  width: 100%;
  position: relative;

  display: flex;
  align-items: center;

  gap: 10px;

  margin-top: 13px;
}


/* VIDEO TRACK */

.video-track {
  width: 100%;

  display: flex;

  gap: 12px;

  overflow-x: auto;

  scroll-behavior: smooth;

  scrollbar-width: none;

  min-width: 0;
}

.video-track::-webkit-scrollbar {
  display: none;
}


/* =========================================
   VIDEO CARD
========================================= */

.video-card {

  position: relative;

  flex: 0 0
    calc((100% - 48px) / 5);

  width:
    calc((100% - 48px) / 5);

  min-width: 0;

  height: 218px;

  padding: 0;

  margin: 0;

  overflow: hidden;

  display: block;

  border: 1px solid #81581d;

  border-radius: 14px;

  background: #1a0a04;

  cursor: pointer;

  box-sizing: border-box;

  isolation: isolate;

}


/* VIDEO */

.video-card video {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

  object-position: center;

  background: #000;

  pointer-events: none;

  margin: 0;

  padding: 0;

}


/* DARK OVERLAY */

.video-overlay {

  position: absolute;

  inset: 0;

  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(
      to top,
      rgba(20, 6, 2, .88) 0%,
      rgba(20, 6, 2, .15) 55%,
      rgba(20, 6, 2, .05) 100%
    );

}


/* PLAY CIRCLE */

.video-play {

  position: absolute;

  z-index: 4;

  top: 50%;
  left: 50%;

  transform:
    translate(-50%, -50%);

  width: 52px;

  height: 52px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #e1a52e;

  background:
    rgba(30, 9, 3, .78);

  color: #f5c85d;

  font-size: 20px;

  padding-left: 3px;

  pointer-events: none;

  transition: .25s ease;

}


/* TITLE */

.video-card > span {

  position: absolute;

  z-index: 5;

  left: 14px;

  bottom: 12px;

  color: #f3d07a;

  font-family: 'Khand', sans-serif;

  font-size: 21px;

  font-weight: 700;

  text-shadow:
    0 2px 5px rgba(0,0,0,.8);

  pointer-events: none;

}


/* HOVER */

.video-card:hover .video-play {

  transform:
    translate(-50%, -50%)
    scale(1.12);

  background:
    rgba(80, 28, 5, .9);

}


.video-card:hover video {

  transform: scale(1.04);

  transition: transform .35s ease;

}


/* =========================================
   VIDEO MODAL
========================================= */
.video-modal-item {
  width: 100%;
  margin-top: 25px;
}

.video-modal-player {
  display: block;
  width: 100%;
  height: auto;
  min-height: 250px;
  max-height: 70vh;

  background: #000;

  border: 1px solid #80551c;
  border-radius: 12px;

  object-fit: contain;
}

.video-modal-title {
  color: #f1c15a;
  font-family: 'Khand', sans-serif;
  font-size: 24px;
  font-weight: 700;

  margin-bottom: 12px;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

  .video-card {

    flex: 0 0
      calc((100% - 24px) / 3);

    width:
      calc((100% - 24px) / 3);

    height: 200px;

  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .video-gallery {

    padding: 30px 0 45px;

  }


  .video-shell {

    gap: 6px;

  }


  .video-card {

    flex: 0 0 82%;

    width: 82%;

    height: 190px;

    border-radius: 12px;

  }


  .video-play {

    width: 45px;

    height: 45px;

    font-size: 17px;

  }


  .video-card > span {

    font-size: 18px;

    left: 11px;

    bottom: 9px;

  }


  .video-modal-player {

    max-height: 60vh;

  }


  .video-modal-title {

    font-size: 20px;

  }

}

/* =========================================
   LOCATION PAGE
========================================= */

.location-page {

  min-height: 100vh;

  padding:
    35px 20px 80px;

  background:
    radial-gradient(
      circle at top,
      rgba(90, 28, 5, .18),
      transparent 45%
    );

}


.location-container {

  width: 100%;

  max-width: 1050px;

  margin: 0 auto;

}


/* =========================================
   BACK BUTTON
========================================= */

.location-back {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-bottom: 28px;

  padding:
    8px 18px;

  border:
    1px solid #81581d;

  border-radius: 30px;

  color: #f1c35a;

  text-decoration: none;

  font-family:
    'Khand',
    sans-serif;

  font-size: 18px;

  transition:
    .25s ease;

}


.location-back:hover {

  background:
    rgba(120, 42, 5, .35);

  transform:
    translateX(-3px);

}


/* =========================================
   HEADER
========================================= */

.location-header {

  text-align: center;

  margin-bottom: 35px;

}


.location-title {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 16px;

}


.location-title span {

  color: #d99924;

  font-size: 18px;

}


.location-title h1 {

  margin: 0;

  color: #f2c45c;

  font-family:
    'Khand',
    sans-serif;

  font-size:
    clamp(40px, 6vw, 65px);

  font-weight: 700;

  line-height: 1;

}


.location-header > p {

  margin:
    12px auto 0;

  max-width: 650px;

  color: #d5c3a1;

  font-size: 17px;

  line-height: 1.6;

}


/* =========================================
   TEMPLE LOCATION
========================================= */

.temple-location-card {

  display: flex;

  align-items: center;

  gap: 20px;

  padding: 25px 30px;

  margin-bottom: 35px;

  border:
    1px solid #81581d;

  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      rgba(70, 22, 5, .70),
      rgba(25, 6, 2, .85)
    );

}


.location-pin {

  width: 65px;

  height: 65px;

  flex:
    0 0 65px;

  display: grid;

  place-items: center;

  border:
    1px solid #b77b1c;

  border-radius: 50%;

  background:
    rgba(100, 35, 5, .30);

  font-size: 30px;

}


.location-small-title {

  color: #d99924;

  font-size: 16px;

  font-weight: 600;

}


.temple-location-card h2 {

  margin:
    2px 0 3px;

  color: #f2c45c;

  font-family:
    'Khand',
    sans-serif;

  font-size: 30px;

}


.temple-location-card p {

  margin: 0;

  color: #d8c7a5;

  font-size: 16px;

}


/* =========================================
   TRAVEL SECTION TITLE
========================================= */

.travel-section-title {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 13px;

  margin-bottom: 20px;

}


.travel-section-title span {

  color: #d99924;

}


.travel-section-title h2 {

  margin: 0;

  color: #eeb84c;

  font-family:
    'Khand',
    sans-serif;

  font-size: 30px;

}


/* =========================================
   TRAVEL ROW
========================================= */

.travel-section {

  margin-bottom: 50px;

}


.travel-row {

  display: grid;

  grid-template-columns:
    90px
    minmax(0, 1fr)
    auto;

  align-items: center;

  gap: 20px;

  padding:
    20px 22px;

  margin-bottom: 13px;

  border:
    1px solid rgba(129, 88, 29, .8);

  border-radius: 14px;

  background:
    linear-gradient(
      90deg,
      rgba(65, 20, 5, .55),
      rgba(30, 8, 3, .75)
    );

  transition:
    .25s ease;

}


.travel-row:hover {

  border-color:
    #c28a24;

  transform:
    translateX(4px);

}


/* =========================================
   ICON
========================================= */

.travel-icon-box {

  width: 72px;

  height: 72px;

  display: grid;

  place-items: center;

  border:
    1px solid #96661b;

  border-radius: 14px;

  background:
    rgba(90, 30, 5, .35);

}


.travel-icon {

  font-size: 36px;

}


/* =========================================
   CONTENT
========================================= */

.travel-content {

  min-width: 0;

}


.travel-content h3 {

  margin:
    0 0 4px;

  color: #f0c257;

  font-family:
    'Khand',
    sans-serif;

  font-size: 27px;

  font-weight: 700;

}


.travel-content p {

  margin: 0;

  color: #d4c19e;

  font-size: 16px;

  line-height: 1.55;

}


/* =========================================
   ROUTE BUTTON
========================================= */

.route-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  min-width: 120px;

  padding:
    10px 17px;

  border:
    1px solid #a9721d;

  border-radius: 25px;

  color: #f1c35a;

  text-decoration: none;

  font-family:
    'Khand',
    sans-serif;

  font-size: 18px;

  font-weight: 600;

  transition:
    .25s ease;

}


.route-button span {

  font-size: 21px;

}


.route-button:hover {

  background:
    rgba(130, 45, 5, .45);

  transform:
    translateX(3px);

}


/* =========================================
   MAP SECTION
========================================= */

.location-map-section {

  margin-top: 25px;

}


.location-map {

  width: 100%;

  overflow: hidden;

  border:
    1px solid #81581d;

  border-radius: 16px;

  background: #100402;

}


.location-map iframe {

  display: block;

  width: 100%;

  height: 450px;

  border: 0;

}


/* =========================================
   MAP BUTTON
========================================= */

.map-action {

  text-align: center;

  margin-top: 22px;

}


.main-map-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  padding:
    12px 25px;

  border:
    1px solid #c28a24;

  border-radius: 30px;

  color: #f4c65c;

  text-decoration: none;

  font-family:
    'Khand',
    sans-serif;

  font-size: 21px;

  font-weight: 700;

  transition:
    .25s ease;

}


.main-map-button:hover {

  background:
    rgba(120, 42, 5, .45);

  transform:
    translateY(-2px);

}


.main-map-button span {

  font-size: 25px;

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

  .travel-row {

    grid-template-columns:
      70px
      minmax(0, 1fr);

  }


  .route-button {

    grid-column: 2;

    justify-self: start;

  }


  .travel-icon-box {

    width: 60px;

    height: 60px;

  }


  .travel-icon {

    font-size: 30px;

  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .location-page {

    padding:
      25px 13px 50px;

  }


  .location-back {

    font-size: 16px;

    margin-bottom: 22px;

  }


  .location-title {

    gap: 8px;

  }


  .location-title h1 {

    font-size: 40px;

  }


  .location-header > p {

    font-size: 14px;

  }


  .temple-location-card {

    align-items: flex-start;

    padding:
      20px 16px;

    gap: 13px;

  }


  .location-pin {

    width: 48px;

    height: 48px;

    flex-basis: 48px;

    font-size: 23px;

  }


  .temple-location-card h2 {

    font-size: 24px;

  }


  .temple-location-card p {

    font-size: 14px;

    line-height: 1.5;

  }


  .travel-section-title h2 {

    font-size: 26px;

  }


  .travel-row {

    grid-template-columns:
      58px
      minmax(0, 1fr);

    gap: 13px;

    padding:
      16px 13px;

  }


  .travel-icon-box {

    width: 55px;

    height: 55px;

    border-radius: 12px;

  }


  .travel-icon {

    font-size: 27px;

  }


  .travel-content h3 {

    font-size: 23px;

  }


  .travel-content p {

    font-size: 14px;

    line-height: 1.5;

  }


  .route-button {

    grid-column: 1 / -1;

    width: 100%;

    box-sizing: border-box;

    font-size: 18px;

  }


  .location-map iframe {

    height: 330px;

  }


  .main-map-button {

    width: 100%;

    box-sizing: border-box;

    font-size: 18px;

  }
/* =========================================
   IMPORTANT NOTICE
========================================= */

.notice-row {

  border-color: rgba(190, 130, 30, .9);

  background:
    linear-gradient(
      90deg,
      rgba(85, 35, 5, .65),
      rgba(45, 12, 3, .80)
    );

}


.notice-icon-box {

  border-color: #c28a24;

  background:
    rgba(130, 55, 5, .30);

}


.notice-badge {

  white-space: nowrap;

  padding:
    8px 15px;

  border:
    1px solid #a9721d;

  border-radius: 22px;

  color: #f3c75c;

  font-family:
    'Khand',
    sans-serif;

  font-size: 17px;

  font-weight: 600;

  background:
    rgba(100, 35, 5, .35);

}


/* MOBILE */

@media (max-width: 800px) {

  .notice-badge {

    grid-column: 2;

    justify-self: start;

  }

}


@media (max-width: 600px) {

  .notice-badge {

    grid-column: 1 / -1;

    width: 100%;

    box-sizing: border-box;

    text-align: center;

  }

}
/* =========================================
   LANGUAGE SWITCHER
========================================= */

.language-switcher {

  display: flex;

  align-items: center;

  gap: 3px;

  padding: 3px;

  border: 1px solid
    rgba(190, 135, 35, .65);

  border-radius: 25px;

  background:
    rgba(35, 10, 3, .65);

}


.language-btn {

  border: 0;

  background: transparent;

  color: #d6c39d;

  padding:
    6px 10px;

  border-radius: 20px;

  cursor: pointer;

  font-family:
    'Mukta',
    sans-serif;

  font-size: 14px;

  font-weight: 600;

  transition:
    .25s ease;

}


.language-btn:hover {

  color: #f3c75c;

}


.language-btn.active {

  color: #1b0802;

  background: #e8ad35;

  box-shadow:
    0 3px 10px
    rgba(0,0,0,.25);

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 850px) {

  .language-switcher {

    margin-left: auto;

    margin-right: 10px;

  }

  .language-btn {

    padding:
      5px 7px;

    font-size: 12px;

  }

}


@media (max-width: 600px) {

  .language-switcher {

    display: none;

  }

}
}
}

/* =========================================================
   LANGUAGE SWITCHER — DROPDOWN
   ========================================================= */

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 4px 8px;
  border: 1px solid rgba(220, 157, 38, .55);
  border-radius: 24px;
  background: rgba(25, 8, 3, .78);
  box-shadow: 0 5px 18px rgba(0,0,0,.18);
}

.language-icon { font-size: 15px; line-height: 1; }

.language-select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: var(--gold-light);
  background: transparent;
  font-family: 'Mukta', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 20px 4px 2px;
  background-image:
    linear-gradient(45deg, transparent 50%, #e1a52e 50%),
    linear-gradient(135deg, #e1a52e 50%, transparent 50%);
  background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.language-select option { color: #f8e7c6; background: #190a05; }
.language-select:focus { outline: 1px solid rgba(246, 207, 112, .55); border-radius: 8px; }

@media (max-width: 1100px) {
  .language-switcher { padding: 3px 6px; }
  .language-select { font-size: 13px; }
}

@media (max-width: 850px) {
  .language-switcher { margin-left: auto; margin-right: 2px; padding: 3px 6px; }
  .language-icon { font-size: 14px; }
  .language-select { font-size: 12px; padding-right: 18px; }
}

@media (max-width: 560px) {
  .language-switcher { display: inline-flex; margin-left: auto; margin-right: 1px; padding: 2px 5px; }
  .language-icon { display: none; }
  .language-select { font-size: 11px; padding: 4px 17px 4px 2px; }
}


/* Location page language selector */
.location-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:28px;
}
.location-topbar .language-switcher{
  display:flex;
  align-items:center;
  gap:7px;
  flex-shrink:0;
}
@media (max-width:700px){
  .location-topbar{
    align-items:flex-start;
  }
}
