:root {
  --ink: #111;
  --nav-bg: rgba(235, 230, 221, .62);
  --nav-border: rgba(0, 0, 0, .10);
  --hero-overlay: rgba(0, 0, 0, .40);
  --theme-gold: #E5B352;
  --theme-dark: #062814;
}

body {
  font-family: 'Gopher', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gopher', sans-serif;
}

.df-14 {
  font-size: 14px;
}

.lh-50 {
  line-height: 50px;
}

.lh-38 {
  line-height: 38px;
}

.lh-25 {
  line-height: 25px;
}

.half-w {
  width: 50%;
}

.big-half {
  width: 75%;
}

.big-full {
  width: 100%;
}

.minimal-font {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.3px;
  font-weight: 100;
}

.small-heading {
  font-weight: 100;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 1.1px;
}

.bgshade1 {
  background: #072334;
  position: relative;
  z-index: 1;
}

.bgshade1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s1.png) center/cover no-repeat;
  z-index: -1;
  /* send behind content */
  pointer-events: none;
  /* safety */
}

.bgshade2 {
  background: #06291D;
}

.bgshade2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s2.png);
  background-size: cover;
  z-index: -1;
  /* send behind content */
  pointer-events: none;
  /* safety */
}

.bgshade3 {
  background: #06291D;
  position: relative;
  z-index: 1;
}

.bgshade3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s3.png) center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.bgshade3 {
  background: #062814;
  position: relative;
  z-index: 1;
}

.bgshade3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s3.png) center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.bgshade4 {
  background: #062814;
  position: relative;
  z-index: 1;
}

.bgshade4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s4.webp) center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.bgshade5 {
  background: #07261b;
  position: relative;
  z-index: 1;
}


.bgshade5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s5.png) center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}


/* Regular */
@font-face {
  font-family: 'Gopher';
  src: url('/assets/fonts/gopher/Gopher-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'Gopher';
  src: url('/assets/fonts/gopher/Gopher-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Gopher';
  src: url('/assets/fonts/gopher/Gopher-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Gopher';
  src: url('/assets/fonts/gopher/Gopher-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.fclr1 {
  color: #808E86;
}

.fclr2 {
  color: #14264A;
}

.ylw {
  background: #FAC133;
}

.ylw-clr {
  color: #FAC133;
}

.arrow-btn i{
    display: inline-block;
    transform: rotate(-25deg);
    transition: transform 0.3s ease;
}
.arrow-btn:hover i{
     transform: rotate(0deg);
}

.scroll-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background:#e6c789;
  color:#fff;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  text-decoration:none;
  z-index:9;
  opacity:0;
  visibility:hidden;
  transition:0.3s;
}

.scroll-top.show{
  opacity:1;
  visibility:visible;
}

/* Top notice (very small line above navbar) */
.top-notice {
  font-size: 13px;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  padding: .35rem 0;
  text-align: center;
  font-weight: 400;
}

/* Navbar styling to match screenshot */
.site-nav {
  background: var(--nav-bg);
  border-bottom: 1px solid var(--nav-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-nav .nav-link {
  color: black;
  font-weight: 200;
  padding: .75rem 1rem;
  font-size: 14px;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: rgba(0, 0, 0, .92);
}

/* Hero */
.hero {
  min-height: 100vh;
  /* position: relative; */
  display: grid;
  place-items: stretch;
  background:
    /* linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.18) 45%, rgba(0,0,0,.18) 100%), */
    url("../images/herosection.png") center / cover no-repeat;
}
.hero-slider .slick-dots{
      bottom: 10px !important;
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100vh;
}

.hero-slider .hero-slide {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
}

.hero-slider .hero-inner {
  min-height: 100vh;
}


.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.22) 65%, rgba(0,0,0,.40) 100%); */
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(90px, 10vh, 140px) 0 56px;
}

.hero-title {
  color: #fff;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 6rem;
  margin: 0;
}

/* max-width: 640px; */
.hero-sub {
  color: rgba(255, 255, 255, .88);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.hero-bottom {
  margin-top: 18px;
  /* display:flex;
    align-items:flex-end;
    justify-content: space-between; */
  gap: 1.5rem;
}

.scroll-btn {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(0, 0, 0, .22);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.scroll-btn:hover {
  transform: translateY(2px);
  background: rgba(0, 0, 0, .34);
  color: #fff;
}

/* Make navbar content look centered like screenshot */
@media (min-width: 992px) {
  .site-nav .navbar-collapse {
    justify-content: center;
  }

  .site-nav .navbar-nav {
    gap: .25rem;
  }
}

/* New Launches (Slick) */
.launches {
  position: relative;
  padding: 72px 0 110px;
  background: #fff;
  overflow: hidden;
}

/* bottom "half background" */
.launches::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  background: linear-gradient(135deg, #0c3f2f 0%, #0b6b5c 38%, #063a46 100%);
  z-index: 0;
}

.launches-slider-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 54px;
  /* room for dots + arrows */
}

.launches-slider .launch-slide {
  padding: 10px 18px 0;
}

.launch-card {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.launch-num {
  font-size: clamp(2.6rem, 4vw, 3.2rem);
  font-weight: 500;
  color: #0e3b2e;
  margin-bottom: 8px;
}

.launch-name {
  font-weight: 500;
  margin-bottom: 10px;
}

.mrs-30{
  margin-left: 30px;
}

.launch-desc {
  font-size: 1rem;
  color: rgba(0, 0, 0, .72);
  max-width: 420px;
  margin: 0 auto 16px;
}

.launch-img {
  border: 3px solid rgba(255, 255, 255, .95);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .20);
  overflow: hidden;
  background: #fff;
}

.launch-img img {
  width: 100%;
  height: clamp(210px, 26vw, 335px);
  object-fit: cover;
  display: block;
}

/* Make the two visible slides feel "not equal" like screenshot */
@media (min-width: 992px) {
  .launches-slider .slick-slide {
    opacity: 1;
  }

  /* left visible slide slightly smaller + higher */
  .launches-slider .slick-active {
    transform: translateY(0px) scale(.92);
    transform-origin: top center;
    transition: transform .25s ease;
  }

  /* right visible slide larger + lower */
  .launches-slider .slick-active+.slick-active {
    transform: translateY(18px) scale(1);
  }
}

/* Dots bottom-left (custom) */
.launches-slider-wrap .slick-dots {
  position: absolute;
  left: 12px;
  bottom: -90px;
  width: auto;
  margin: 0;
  display: flex !important;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

.launches-slider-wrap .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.launches-slider-wrap .slick-dots button {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .35);
  border: 1px solid rgba(255, 255, 255, .40);
  font-size: 0;
  padding: 0;
}

.launches-slider-wrap .slick-dots li.slick-active button {
  width: 34px;
  background: #d3b446;
  border-color: rgba(211, 180, 70, .95);
}

.launches-slider-wrap .slick-dots li.slick-active button:before {
  display: none;
}

.launches-slider-wrap .slick-dots li button:before {
  display: none;
}

/* Arrows bottom-right (custom) */
.launch-nav {
  position: absolute;
  right: 12px;
  bottom: -16px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.launch-nav .nav-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgb(211 180 70);
  color: rgba(255, 255, 255, .85);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.launch-nav .nav-btn:hover {
  background: rgba(0, 0, 0, .22);
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}



/* Life With Shikhar Spaces */
.life-section {
  /* padding: 80px 0; */
  background: #fff;
}

.life-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.life-title {
  font-size: clamp(2.2rem, 4.5vw, 5.5rem);
  font-weight: 500;
  letter-spacing: .01em;
  margin-bottom: 16px;
}

.life-subtitle {
  font-size: 1rem;
  color: black;
  line-height: 1.6;
  max-width: 450px;
  margin: 0 auto;
}

.life-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .life-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.life-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.life-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.life-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .55) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  transition: background .4s ease;
}

.life-card-num {
  font-size: 2.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .92);
  line-height: 1;
  margin-bottom: 8px;
  transition: transform .4s ease, color .4s ease;
}

.life-card-text {
  font-size: 25px;
  font-weight: 300;
  color: rgba(255, 255, 255, .90);
  line-height: 1.3;
  transition: transform .4s ease, color .4s ease;
}

/* Hover effects */
.life-card:hover .life-card-img {
  transform: scale(1.08);
}

.life-card:hover .life-card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, .40) 0%, rgba(0, 0, 0, .70) 100%);
}

.life-card:hover .life-card-num {
  transform: translateY(-4px);
  color: #fff;
}

.life-card:hover .life-card-text {
  transform: translateY(-4px);
  color: #fff;
}

.counter-section {
  /* background: linear-gradient(90deg, #043c3c, #0a5a4a); */
  color: #fff;
}

.counter-section h2 {
  color: #ffc107;
  font-size: 48px;
  font-weight: 600;
}

.counter-section p {
  margin: 0;
  font-size: 17px;
  opacity: 1.9;
  letter-spacing: 0.3px;
}


/* Old footer styles removed - see end of file for new theme footer */

.for-bhk {
  margin-left: -100px;
  font-weight: 200;
  font-size: 60px;
}

/* homepageform */
.journey-section {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url('../images/home-contact.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ourstory-section {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url('../images/our-story.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.sign-top {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url('../images/sign/sign-top.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.living-section {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url('../images/sign/living.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.journey-form {
  width: 100%;
  max-width: 420px;
  background: rgba(10, 30, 40, 0.85);
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

.custom-input {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  padding: 12px;
}

.custom-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.custom-input:focus {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  color: #fff;
}


/* Awards & Recognition */
.awards-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.awards-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: .01em;
}

.awards-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .awards-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}

@media (min-width: 1024px) {
  .awards-timeline {
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
  }
}

/* Timeline line */
.awards-timeline::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .25) 10%, rgba(255, 255, 255, .25) 90%, transparent 100%);
  z-index: 1;
}

@media (max-width: 1023px) {
  .awards-timeline::before {
    display: none;
  }
}

.award-item {
  text-align: center;
  position: relative;
  z-index: 2;
}

.award-year {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.award-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-medal {
  width: 100%;
  height: 100%;
  position: relative;
  animation: float 3s ease-in-out infinite;
}

.medal-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f4c542 0%, #e8a825 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px rgba(244, 197, 66, .4);
}

.medal-ribbon {
  width: 24px;
  height: 20px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.medal-ribbon::before,
.medal-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 20px;
  background: #d4a334;
}

.medal-ribbon::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.medal-ribbon::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.medal-star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0a4539;
  font-size: 1.2rem;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.award-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.award-list li {
  color: rgba(255, 255, 255, .90);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

/* .award-list li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  color: #f4c542;
  font-weight: bold;
} */

/* home-about */
/* .bgshade1{
      background: url(../images/bg-shade.png);
      background-size: cover;
      background-repeat: no-repeat;
  } */

/* space-shikhar */
.space-shikhar {
  background: url(../images/one6.webp);
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
  box-shadow: inset 0 0 2000px 3000px #000000b3;
}



/* Places to Visit Section */
.places-section {
  background: linear-gradient(180deg, #f8f8f8 50%, #17637a 50%, #073a46 84%);
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.places-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.places-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .places-container {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
  }
}

.places-left {
  position: relative;
}

.places-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}

.place-item {
  font-size: 17px;
  padding: 12px 0;
  cursor: pointer;
  transition: all .3s ease;
  color: rgba(0, 0, 0, .35);
  font-weight: 400;
  position: relative;
  padding-left: 50px;
}

.place-item::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  font-weight: 600;
  color: inherit;
}

.place-item.active {
  color: #111;
  font-weight: 600;
  transform: translateX(8px);
}

.place-item:hover {
  color: rgba(0, 0, 0, .70);
}

.places-divider {
  width: 2px;
  height: 160px;
  background: rgba(0, 0, 0, .15);
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  --fill-height: 25%;
}

.places-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fill-height);
  background: #111;
  transition: height .5s ease;
}

.places-description {
  max-width: 430px;
  margin-bottom: 30px;
  position: relative;
  min-height: 170px;
  margin-top: 30px;
}

.place-desc-text {
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity .4s ease, transform .4s ease;
}

.place-desc-text.active {
   opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.places-nav {
  display: flex;
  gap: 12px;
}

.place-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .90);
  border: none;
  color: #0d5c6e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 1.2rem;
}

.place-nav-btn:hover {
  background: #fff;
  transform: scale(1.05);
}

.place-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.places-right {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.place-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}

.place-image.active {
  opacity: 1;
  pointer-events: auto;
}

.place-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contact-page */
.contact-page {
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url('../images/contact-page.png');
  background-size: cover;
  background-position: center;
}

/* Why uttrakhand page */

.why-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .18) 45%, rgba(0, 0, 0, .18) 100%),
    url("../images/why-u/u-top.png") center / cover no-repeat;
}

.live-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url('../images/why-u/live.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.culture-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url('../images/why-u/culture.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Attractions Section*/
.attractions-section {
  background: #fff;
  position: relative;
}

.attractions-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  margin-bottom: 60px;
  padding: 0 7rem;
}

.attractions-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.attractions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attraction-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 5px 0;
  cursor: pointer;
  transition: all .3s ease;
}

.attraction-number {
  /* width: 40px;
    height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0,0,0,.08);
    color: rgba(0,0,0,.40); */
  font-weight: 600;
  font-size: .9rem;
  transition: all .3s ease;
}

.attraction-item.active .attraction-number {
  /* background: rgba(0,0,0,.15);
    color: #111; */
}

.attraction-name {
  font-size: 17px;
  color: rgba(0, 0, 0, .35);
  font-weight: 400;
  transition: all .3s ease;
}

.attraction-item.active .attraction-name {
  color: #111;
  font-weight: 600;
}

.attraction-item:hover .attraction-name {
  color: rgba(0, 0, 0, .70);
}

.attractions-divider {
  width: 2px;
  height: 150px;
  background: rgba(0, 0, 0, .12);
  position: relative;
  overflow: hidden;
  --fill-height: 33.33%;
}

.attractions-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fill-height);
  background: #111;
  transition: height .5s ease;
}

.attractions-description {
  max-width: 500px;
  position: relative;
  min-height: 100px;
}

.attraction-desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
  color: rgba(0, 0, 0, .70);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0;
}

.attraction-desc-text.active {
  opacity: 1;
  visibility: visible;
}

.attractions-image-container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  overflow: hidden;
}

.attraction-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}

.attraction-image.active {
  opacity: 1;
  pointer-events: auto;
}

.attraction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* teams Section*/
.teams-section {
  background: #fff;
  position: relative;
}

.teams-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  margin-bottom: 10px;
  padding: 0 7rem;
}

.teams-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.teams-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 5px 0;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 17px;
  padding: 3px 0;
  cursor: pointer;
  transition: all .3s ease;
  color: black;
  font-weight: 400;
  position: relative;
  padding-left: 50px;
  letter-spacing: 0.5px;
  line-height: 35px;
}

.team-number {
  /* width: 40px;
    height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0,0,0,.08);
    color: rgba(0,0,0,.40); */
  font-weight: 600;
  font-size: .9rem;
  transition: all .3s ease;
}

.team-item.active .team-number {
  /* background: rgba(0,0,0,.15);
    color: #111; */
}

.team-name {
  font-size: 17px;
  color: rgba(0, 0, 0, .35);
  font-weight: 400;
  transition: all .3s ease;
}

.team-item.active .team-name {
  color: #111;
  font-weight: 600;
}

.team-item:hover .team-name {
  color: rgba(0, 0, 0, .70);
}

.teams-divider {
  width: 2px;
  height: 115px;
  background: rgba(0, 0, 0, .12);
  position: relative;
  overflow: hidden;
  --fill-height: 33.33%;
}

.teams-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fill-height);
  background: #111;
  transition: height .5s ease;
}

.teams-description {
  max-width: 500px;
  position: relative;
  min-height: 0px;
}

.team-desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
  color: rgba(0, 0, 0, .70);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0;
}

.team-desc-text.active {
  opacity: 1;
  visibility: visible;
}

.teams-image-container {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  min-height: 440px;
  overflow: hidden;
}

.team-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}

.team-image.active {
  opacity: 1;
  pointer-events: auto;
}

.team-image img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}

.team-box span {
  font-weight: 100;
  padding: 12px;
  font-size: 15px;
  display: block;
}

.team-box h4 {
  font-size: 25px;
  font-weight: 100;
}


/* sights Section  */
.sights-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  margin-bottom: 60px;
  padding: 0 7rem;
}

.sights-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sights-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sight-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 5px 0;
  cursor: pointer;
  transition: all .3s ease;
}

.sight-number {
  /* width: 40px;
    height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0,0,0,.08); */
  color: rgb(255 255 255 / 74%);
  font-weight: 600;
  font-size: .9rem;
  transition: all .3s ease;
}

.sight-item.active .sight-number {
  color: white;
}

.sight-name {
  line-height: 35px;
  font-size: 17px;
  color: rgb(255 255 255 / 74%);
  font-weight: 400;
  transition: all .3s ease;
}

.sight-item.active .sight-name {
  color: white;
  font-weight: 600;
}

.sight-item:hover .sight-name {
  color: rgba(255, 255, 255, 0.851);
}

.sights-divider {
  width: 2px;
  height: 150px;
  background: rgb(255 255 255 / 26%);
  position: relative;
  overflow: hidden;
  --fill-height: 33.33%;
}

.sights-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fill-height);
  background: #ffffff;
  transition: height .5s ease;
}

.sights-description {
  max-width: 500px;
  position: relative;
  min-height: 100px;
}

.sight-desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
  color: white;
  font-size: .95rem;
  line-height: 1.7;
  margin: 0;
}

.sight-desc-text.active {
  opacity: 1;
  visibility: visible;
}

.sights-image-container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  overflow: hidden;
}

.sight-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}

.sight-image.active {
  opacity: 1;
  pointer-events: auto;
}

.sight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* arts to Visit Section */
.arts-section {
  background: #06291D;
  /* padding: 80px 0 0; */
  position: relative;
  overflow: hidden;
}

.arts-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  /* max-width: 1400px; */
  margin: 0 auto;
}

@media (min-width: 992px) {
  .arts-container {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
  }
}

.arts-left {
  position: relative;
}

.arts-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}

.art-item {
  font-size: 17px;
  padding: 3px 0;
  cursor: pointer;
  transition: all .3s ease;
  color: #ffffffb0;
  font-weight: 400;
  position: relative;
  padding-left: 50px;
  line-height: 35px;
}

.art-item::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  font-weight: 600;
  color: inherit;
}

.art-item.active {
  color: white;
  font-weight: 400;
  transform: translateX(8px);
}

.art-item:hover {
  color: rgba(255, 255, 255, 0.844);
}

.arts-divider {
  width: 2px;
  height: 80px;
  background: rgb(255 255 255 / 33%);
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  --fill-height: 25%;
}

.arts-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fill-height);
  background: #ffffff;
  transition: height .5s ease;
}

.arts-description {
  /* max-width: 400px; */
  margin-bottom: 30px;
  position: relative;
  min-height: 200px;
}

.art-desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
  color: rgba(255, 255, 255, .90);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0;
}

.art-desc-text.active {
  opacity: 1;
  visibility: visible;
}

.arts-nav {
  display: flex;
  gap: 12px;
}

.art-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .90);
  border: none;
  color: #0d5c6e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 1.2rem;
}

.art-nav-btn:hover {
  background: #fff;
  transform: scale(1.05);
}

.art-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.arts-right {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.art-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}

.art-image.active {
  opacity: 1;
  pointer-events: auto;
}

.art-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Arts end */

/* amenities to Visit Section */
.amenities-section {
  position: relative;
  overflow: hidden;
}

.amenities-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  /* max-width: 1400px; */
  margin: 0 auto;
}

@media (min-width: 992px) {
  .amenities-container {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
  }
}

.amenities-left {
  position: relative;
}

.amenities-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}

.amenitie-item {
  font-size: 17px;
  padding: 3px 0;
  cursor: pointer;
  transition: all .3s ease;
  color: #ffffffb0;
  font-weight: 400;
  position: relative;
  padding-left: 50px;
  line-height: 35px;
}

.amenitie-item::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  font-weight: 600;
  color: inherit;
}

.amenitie-item.active {
  color: white;
  font-weight: 400;
  transform: translateX(8px);
}

.amenitie-item:hover {
  color: rgba(255, 255, 255, 0.844);
}

.amenities-divider {
  width: 2px;
  height: 80px;
  background: rgb(255 255 255 / 33%);
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  --fill-height: 25%;
}

.amenities-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fill-height);
  background: #ffffff;
  transition: height .5s ease;
}

.amenities-description {
  max-width: 400px;
  margin-bottom: 30px;
  position: relative;
  min-height: 120px;
}

.amenitie-desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
  color: rgba(255, 255, 255, .90);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0;
}

.amenitie-desc-text.active {
  opacity: 1;
  visibility: visible;
}

.amenities-nav {
  display: flex;
  gap: 12px;
}

.amenitie-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .90);
  border: none;
  color: #0d5c6e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 1.2rem;
}

.amenitie-nav-btn:hover {
  background: #fff;
  transform: scale(1.05);
}
.amenitie-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.amenities-right {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.amenitie-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}

.amenitie-image.active {
  opacity: 1;
  pointer-events: auto;
}

.amenitie-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* amenities end */

/* stories to Visit Section */
.stories-section {
  background: #06291D;
  /* padding: 80px 0 0; */
  position: relative;
  overflow: hidden;
}

.stories-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  /* max-width: 1400px; */
  margin: 0 auto;
}

@media (min-width: 992px) {
  .stories-container {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
  }
}

.stories-left {
  position: relative;
}

.stories-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}

.story-item {
  font-size: 17px;
  padding: 3px 0;
  cursor: pointer;
  transition: all .3s ease;
  color: #ffffffb0;
  font-weight: 400;
  position: relative;
  padding-left: 50px;
  letter-spacing: 0.5px;
  line-height: 35px;
}

.story-item::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  font-weight: 600;
  color: inherit;
}

.story-item.active {
  color: white;
  font-weight: 400;
  transform: translateX(8px);
}

.story-item:hover {
  color: rgba(255, 255, 255, 0.844);
}

.stories-divider {
  width: 2px;
  height: 125px;
  background: rgb(255 255 255 / 33%);
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  --fill-height: 25%;
}

.stories-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fill-height);
  background: #ffffff;
  transition: height .5s ease;
}

.stories-description {
  /* max-width: 400px; */
  margin-bottom: 30px;
  position: relative;
  min-height: 280px;
}

.story-desc-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
  color: rgba(255, 255, 255, .90);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0;
}

.story-desc-text.active {
  opacity: 1;
  visibility: visible;
}

.stories-nav {
  display: flex;
  gap: 12px;
}

.story-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .90);
  border: none;
  color: #0d5c6e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 1.2rem;
}

.story-nav-btn:hover {
  background: #fff;
  transform: scale(1.05);
}

.story-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.stories-right {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.story-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}

.story-image.active {
  opacity: 1;
  pointer-events: auto;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* stories end */


.yoga-leave {
  float: right;
}

.yoga-leave:before {
  content: '';
  position: absolute;
  background: url(../images/sign/leave.svg);
  width: 380px;
  height: 380px;
  bottom: 12px;
  background-repeat: no-repeat;
}

/* villa-slider-section */

.villa-slider {
  width: 100%;
}

.villa-slide {
  outline: none;
}

.villa-slider .slick-track {
  display: flex;
}

.villa-slider .slick-slide {
  height: auto;
}

/* Progress line container */
.slider-progress {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

/* Filling line */
.slider-progress-fill {
  width: 0%;
  height: 100%;
  background: #ffffff;
  transition: width 0.6s ease;
}

.villa-img img {
  height: 600px;
  object-fit: cover;
}

.place-text ul {
  list-style: none;
  padding: 0;
}

.place-text ul li {
  position: relative;
  line-height: 59px;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: white;
}

.place-text ul li::before {
  content: "\f124";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 8px;
}

.media-section .slick-slide {
  margin: 12px;
}

.media-section .slick-slide:nth-child(even) {
  margin-top: -3rem;
}

.about-img img {
  height: 100vh;
  object-fit: cover;
}

.bookvilla-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

:focus-visible {
  outline: none;
}


.py-6 {
  padding: 6rem 0;
}


.full-height {
  min-height: 80vh;
  display: flex;
  align-items: center;
}


.min-vh-90 {
  min-height: 90vh;
}
.min-vh-60 {
  min-height: 60vh;
}


/* .shikhar-menu .navbar .nav-link.active{
    color:#c5a47e;
    font-weight:600;
} */


.hero-slider.slick-dotted.slick-slider{
      margin-bottom: 1rem;
}
.hero-slider .slick-dots li.slick-active button:before{
color:#fac133;
}

.site-header {
  /* position: relative; */
  z-index: 1000;
}

.site-header .nav-item {
  padding: 0px 4px 2px;
}

.mega-item {
  position: static;
}

/* COMMON */
.mega-menu {
  background: #fff;
  display: none;
  z-index: 9999;
}

.mega-menu ul li a {
  text-decoration: none;
  color: black;
  line-height: 30px;
}

/* DESKTOP */
@media (min-width: 992px) {
  .mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  }
}

/* MOBILE */
@media (max-width: 991px) {
  .mega-menu {
    position: static;
    padding: 0 15px 15px;
  }
}


.project-list-header {
  column-count: 2;
}

.project-mega li {
  column-gap: 40px;
  break-inside: avoid;
  margin-bottom: 8px;
}

.logo-size {
  width: 100%;
}

.navbar-nav li a {
  color: black;
}

/* =========================================
   NEW THEME STYLES (ADDED FOR SYNC)
   ========================================= */

:root {
  --theme-gold: #e5b352;
  --theme-dark: #07261b;
}

/* --- Theme Utilities --- */
.bgshade3 {
  background: #062814;
  position: relative;
  z-index: 1;
}

.bgshade3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s3.png) center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.bgshade4 {
  background: #113426;
  position: relative;
  z-index: 1;
}

.bgshade4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s4.png) center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.bgshade5 {
  background: #092c20;
  position: relative;
  z-index: 1;
}

.bgshade5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s5.png) center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.btn-theme-gold {
  background-color: var(--theme-gold);
  color: #000;
  border: 1px solid var(--theme-gold);
}

.btn-theme-gold:hover {
  background-color: transparent;
  color: var(--theme-gold);
}

.btn-theme-outline-gold {
  background-color: transparent;
  color: var(--theme-gold);
  border: 1px solid var(--theme-gold);
}

.btn-theme-outline-gold:hover {
  background-color: var(--theme-gold);
  color: #000;
}

.btn-theme-dark {
  background-color: var(--theme-dark);
  color: #fff;
  border: 1px solid var(--theme-dark);
}

.btn-theme-dark:hover {
  background-color: #0a3a2a;
  color: #fff;
  border-color: #0a3a2a;
}

.text-theme-gold {
  color: var(--theme-gold) !important;
}

.border-theme-gold {
  border-color: var(--theme-gold) !important;
}

.btn-outline-theme-gold {
  color: var(--theme-gold);
  border-color: var(--theme-gold);
}

.btn-outline-theme-gold:hover {
  background-color: var(--theme-gold);
  color: #000;
  border-color: var(--theme-gold);
}

/* Override Nav Pills for Theme */
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    background-color: var(--theme-gold) !important;
    color: #000 !important;
}

/* --- Blog Page Specifics --- */
.blog-filter-card {
    background: #062814; /* Fallback */
    background: rgba(6, 40, 20, 0.95); /* Slightly translucent */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    border: none;
    overflow: hidden;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.blog-card .card-img-top {
    transition: transform 0.5s ease;
}

.blog-card:hover .card-img-top {
    transform: scale(1.05);
}

/* Custom Input Styling for Forms */
.custom-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.custom-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--theme-gold);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(229, 179, 82, 0.1);
    outline: none;
}

.custom-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-modal .modal-content {
    background: rgba(6, 40, 20, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(8px);
}

.booking-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-modal .modal-title {
    color: #fff;
}

.booking-modal .form-label {
    color: rgba(255, 255, 255, 0.75);
}

.booking-modal .alert-success {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* --- Footer Redesign --- */
.site-footer {
  background: #062814; /* Fallback */
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
  overflow: hidden;
  color: #fff;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg-s3.png) center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.footer-content {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.footer-logo {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 400px;
  margin-bottom: 24px;
}

.footer-heading {
  font-family: 'Gopher', sans-serif;
  color: var(--theme-gold);
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-weight: 600;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.footer-links-list a:hover {
  color: var(--theme-gold);
  padding-left: 5px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.social-link:hover {
  transform: translateY(-3px);
  background: var(--theme-gold);
  color: #000;
  border-color: var(--theme-gold);
}

.footer-watermark {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.05;
  pointer-events: none;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.watermark-text {
  font-size: 12vw;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

.footer-brand-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.bg-theme-gold {
  background-color: var(--theme-gold) !important;
}
.bg-theme-dark {
  background-color: var(--theme-dark) !important;
}


/* --- Leadership Page Revamp --- */
.letter-spacing-2 {
    letter-spacing: 2px;
}

.leadership-img {
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.leadership-card:hover .leadership-img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.leadership-card:hover .leadership-overlay {
    opacity: 1 !important;
}

.leadership-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

/* --- Advisory Board Section --- */
.bg-theme-dark-80 {
    background-color: rgba(6, 40, 20, 0.85); /* Dark Green with Opacity */
}

.advisory-img {
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.advisory-card:hover .advisory-img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.advisory-card:hover .advisory-overlay {
    opacity: 1 !important;
}

.transform-y-20 {
    transform: translateY(20px);
}

.advisory-card:hover .transform-y-20 {
    transform: translateY(0);
}

.transition-all {
    transition: all 0.4s ease;
}

.advisory-card {
    transition: transform 0.3s ease;
}

.advisory-card:hover {
    transform: translateY(-5px);
}

/* --- Utility Classes for Why Uttrakhand & Others --- */
.bg-gradient-dark-transparent {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
}

.scale-hover {
    transition: transform 0.5s ease;
}

.group:hover .scale-hover {
    transform: scale(1.05);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-20px);}
    60% {transform: translateY(-10px);}
}

.animate-bounce {
    animation: bounce 2s infinite;
}

.object-fit-cover {
    object-fit: cover;
}

/* --- Why Uttrakhand Page Specifics --- */
.backdrop-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.nav-pills .nav-link {
    color: var(--theme-dark);
    margin: 0 5px;
    transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
    color: var(--theme-gold);
    background-color: rgba(6, 40, 20, 0.05);
}



/* Utility Classes Added by Trae */
.hover-lift {
  transition: transform 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.object-fit-cover {
  object-fit: cover;
}

/* Glassmorphism Icon Grid Utilities */
.group-hover-opacity-100:hover {
  opacity: 1 !important;
}

.group:hover .group-hover-scale {
  transform: scale(1.1);
}

.group:hover .group-hover-width-50 {
  width: 50% !important;
  opacity: 1 !important;
}

.width-80 {
  width: 80px;
}

.height-80 {
  height: 80px;
}

.width-30 {
  width: 30px;
}

.height-2 {
  height: 2px;
}

.bg-opacity-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-opacity-20 {
  background-color: rgba(229, 179, 82, 0.2) !important;
}

.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-gradient-to-t {
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

/* Timeline & Location Utilities */
.width-60 {
  width: 60px;
}

.height-60 {
  height: 60px;
}

.group-hover-bg-gold:hover {
  background-color: var(--theme-gold) !important;
}

.group-hover-text-white:hover {
  color: #fff !important;
}

.group-hover-border-gold:hover {
  border-color: var(--theme-gold) !important;
}

.hover-shadow:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.blur-xl {
  filter: blur(60px);
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-20 {
  opacity: 0.2;
}

/* Amenities Section Utilities */
.bg-opacity-5 {
  --bs-bg-opacity: 0.05 !important;
}

.group:hover .group-hover-opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover-opacity-0 {
  opacity: 0 !important;
}

.group:hover .group-hover-text-dark {
  color: #212529 !important;
}

/* Compact Utilities */
.width-50 {
  width: 50px;
}

.height-50 {
  height: 50px;
}

/* Gallery & Hover Utilities */
.group-hover-scale-110 {
  transform: scale(1.1);
}

.group:hover .group-hover-scale-110 {
  transform: scale(1.1);
}

.transition-transform {
  transition: transform 0.5s ease;
}

.duration-700 {
  transition-duration: 700ms;
}

.cursor-pointer {
  cursor: pointer;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-gradient-to-t {
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

.group-hover-translate-y-0 {
  transform: translateY(0) !important;
}

.translate-y-4 {
  transform: translateY(1rem);
}

.transition-all-300 {
    transition: all 0.3s ease;
}

/* Animation Utilities */
.transform-scale-0 {
  transform: translate(-50%, -50%) scale(0) !important;
}

.group:hover .group-hover-scale-100 {
  transform: translate(-50%, -50%) scale(1) !important;
}

.delay-100 {
  transition-delay: 100ms;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

/* Nav Pills Custom */
.nav-pills .nav-link {
    color: #111;
    background: transparent;
    transition: all 0.3s ease;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background-color: var(--theme-dark);
    color: #fff;
    border-color: var(--theme-dark) !important;
}

/* Blog Utilities */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.width-30 {
  width: 30px;
}

.height-30 {
  height: 30px;
}

.placeholder-white-50::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.group:hover .group-hover-text-gold {
  color: var(--theme-gold) !important;
}

.group:hover .group-hover-translate-x {
  transform: translateX(5px);
}

.info-box{
    background: #053f2b;
    text-align: center;
    padding: 12px;
    border-radius: 17px;
    color: white;
}

/* Pagination Customization */
.pagination {
    gap: 8px; /* Space between items */
    align-items: center;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%; /* Override bootstrap's corner rounding */
}

.page-item .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Make them circular */
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--theme-dark);
    font-weight: 600;
    font-size: 1rem;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin: 0; /* Reset bootstrap margin */
}

.page-item .page-link:hover {
    background: var(--theme-dark);
    color: var(--theme-gold);
    border-color: var(--theme-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 2;
}

.page-item.active .page-link {
    background: var(--theme-gold);
    color: var(--theme-dark);
    border-color: var(--theme-gold);
    box-shadow: 0 5px 15px rgba(229, 179, 82, 0.4);
    z-index: 3;
}

.page-item.disabled .page-link {
    opacity: 0.5;
    pointer-events: none;
    background: #f8f9fa;
    border-color: #eee;
    color: #999;
    box-shadow: none;
    transform: none;
}

.page-link:focus {
    box-shadow: none;
    outline: none;
}

.form-control:focus{
  box-shadow:none;
}
.tc-lineheight{
      line-height: 30px;
}

.close-icon{
font-size:40px;
line-height:1;
}

.form-select:focus {
box-shadow:none;  
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
  box-shadow:none;
}

.btn-close:focus{
  box-shadow:none;
}

.vh-lg-100{
      height: 100vh !important;
}

.blog-page a{
color:black;
}
