@import url("https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap");
:root {
  --font-main: "Montserrat", sans-serif;
  --font-headings: "Quattrocento", serif;
  --font-quote: "Cedarville Cursive";
  --color-text: #262626;
  --color-accent: #7e8e5a;
  --color-bg: #f7f6f4;
  --color-white: #ffffff;
  --color-divider: #707070;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #262626;
  margin: 0;
  padding: 0;
}
/*----------------banner-----------------------*/

.banner-container {
  margin-top: 54px;
  position: relative;
  width: 100%;
  height: 360px;
}

@media (min-width: 768px) {
  .banner-container {
    margin-top: 59px;
  }
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.banner-image.mobile {
  display: block;
}

@media (min-width: 768px) {
  .banner-image.desktop {
    display: block;
  }

  .banner-image.mobile {
    display: none;
  }
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 228px;
  background: linear-gradient(to top, rgb(128, 128, 128), rgb(255, 255, 255));
  mix-blend-mode: multiply;
}

.banner-heading {
  position: absolute;
  left: 9%;
  bottom: 24px;
  color: #ffffff;
  font-family: "Quattrocento", serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
  text-align: left;
  text-transform: capitalize;
  z-index: 1;
}

@media (min-width: 768px) {
  .banner-heading {
    bottom: 50px;
    font-size: 48px;
    line-height: 60px;
  }
}

/*----------------bannerr end--------------*/
.main-section {
  padding: 50px 14px 80px;
  text-align: center;
}

.main-title {
  font-family: "Quattrocento", serif;
  font-size: 20px;
  line-height: 1.4;
  max-width: 450px;
  margin: 0 auto;
}

.main-subtitle {
  font-size: 12px;
  line-height: 1.8;
  max-width: 308px;
  margin: 14px auto 0;
}

.masonry-container {
  margin-top: 50px;
  display: grid;
  grid-gap: 15px;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}

.item {
  margin-bottom: 15px;
  break-inside: avoid;
}

.item a {
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
}

.image-placeholder {
  background-color: #cccccc; /* Grauer Platzhalter */
  background-size: cover;
  background-position: center;
  min-height: 250px; /* Stellt sicher, dass der Platzhalter sichtbar ist */
}

/* Spezifische Höhen für jedes Element */
.trimbakeshwar {
  height: 370px;
}
.godavari {
  height: 305px;
}
.brahmagiri {
  height: 434px;
}
.anjari {
  height: 381px;
}
.harihar {
  height: 385px;
}
.pahine {
  height: 328px;
}
.winery {
  height: 247px;
}
.mtdc {
  height: 341px;
}
.sunset {
  height: 419px;
}
.yoga {
  height: 376px;
}
.farm {
  height: 288px;
}
.horse {
  height: 383px;
}
.village {
  height: 342px;
}
.animal {
  height: 394px;
}

.item-content {
  background-color: #fafafa;
  padding: 14px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.item-title {
  font-family: "Quattrocento", serif;
  font-size: 15px;
  line-height: 1.25;
  text-align: left;
  max-width: 82%;
  margin-right: 12px;
  transition: color 0.3s;
}

.arrow-icon {
  width: 7.91px;
  height: 12.81px;
  margin-top: 5px;
  fill: #262626;
  transition: fill 0.3s;
}

.item a:hover .item-title {
  color: #7e8e5a;
}

.item a:hover .arrow-icon {
  fill: #7e8e5a;
}

/* Modal (Popup) Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 60px;
  transition: opacity 0.3s ease;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 900px;
  position: relative;
  border-radius: 8px;
  height: 400px;
}

.close-button {
  color: #aaa;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 35px;
  font-weight: bold;
  transition: 0.3s;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.carousel-container {
  flex: 1;
  min-width: 300px;
  position: relative;
  overflow: hidden;

  border-radius: 4px;
}

.carousel-slide img {
  width: 100%;
  height: 250px;
  display: block;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.text-container {
  flex: 1;
  min-width: 300px;
  padding-left: 20px;
}

.text-container h2 {
  font-family: "Quattrocento", serif;
  font-size: 24px;
  margin-top: 0;
}

.text-container p {
  font-size: 16px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  background-color: #7e8e5a;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #6a7a4c;
}

/* Responsive Design */
@media (min-width: 768px) {
  .main-section {
    padding: 60px 40px 112px;
  }
  .main-title {
    font-size: 26px;
    line-height: 1.5;
  }
  .main-subtitle {
    max-width: 394px;
    margin-top: 14px;
  }
  .masonry-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
    max-width: calc(374px * 3 + 56px);
    margin-top: 74px;
  }
  .item {
    margin-bottom: 0;
  }
  .item-content {
    padding: 24px 18px;
  }
  .item-title {
    font-size: 18px;
    line-height: 1.45;
    max-width: 260px;
  }
  .arrow-icon {
    width: 11.82px;
    height: 19.14px;
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .modal-body {
    flex-direction: column;
  }
  .text-container {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  #home-living-btn {
    display: none !important;
  }
}

#roomsections {
  height: 100vh;
  background-color: aqua;
}
.roommmss {
  max-width: 1120px !important;
}
.headingrooms {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin: 20px;
}
.headingrooms1 h2 {
  font-size: 48px;
}
.headingrooms2 {
  border-bottom: 2px solid gray;
  height: 80px;
  padding-top: 50px;
}

/* Popup container styling */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1050;
}
.popup-content {
  max-width: 600px;

  border-radius: 10px;

  position: relative;
}
label {
  font-family: Quattrocento;
}
.popup-header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: Quattrocento;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.form-group label {
  font-weight: 600;
}
.btn-book {
  background-color: #7e8e5a !important;
  color: white;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.btn-book:hover {
  background-color: #7e8e5a;
}

/*------------------grid ----------------------*/
#grid-con {
  height: auto;
  padding: 20px;
}
.gridh2 {
  font-size: 40px !important;
  font-family: Quattrocento;
}
.gridp {
  font-size: 15px !important;
  font-family: Quattrocento;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.top-left {
  grid-column: span 2;
  position: relative;
  height: 300px;
}

.top-right {
  grid-column: span 1;
  position: relative;
  height: 300px;
}

.bottom {
  position: relative;
  height: 200px;
}

.grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  font-family: Quattrocento;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .top-left,
  .top-right,
  .bottom {
    grid-column: span 1 !important;
    height: 200px;
  }
}

/*----------------------cards--------------------------*/
#card-owl {
  height: auto;
}
@media (max-width: 991px) {
  #card-owl {
    height: auto !important;
  }
  .item-content p {
    width: auto !important;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: none !important;
  }
}
.cardh2 {
  font-size: 40px !important;
  font-family: Quattrocento;
}
.cardp {
  font-size: 15px !important;
  font-family: Quattrocento;
}
.custom-carousel .item {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.custom-carousell .item {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.item-img img {
  height: 400px;
  width: 100%;
  margin-left: 30px;
}
.item-content h3 {
  font-size: 30px;
  font-family: Quattrocento;
  padding-top: -80px !important;
  padding-left: 30px;
  padding-bottom: 10px;
}
.item-content {
  height: 300px;
}
.item-content p {
  font-size: 15px;
  font-family: Quattrocento;
  width: 500px;
  padding-left: 30px;
  padding-bottom: 10px;
}
.item-content ul li {
  padding-left: 30px;
  font-family: Quattrocento;
  padding-top: 10px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 15px;
  pointer-events: none;
}

.owl-nav button {
  color: black !important;
  border: none;
  padding: 10px 15px;
  background-color: unset !important;
  border-radius: 50%;
  pointer-events: all;
  font-size: 40px !important;
}

@media (max-width: 768px) {
  .custom-carousel .item {
    flex-direction: column !important;
    text-align: center;
  }
}

/* ===================================
   AWAKENING SECTION - RESPONSIVE
   =================================== */

/* Base Styles (Mobile First) */
.awakening-section {
  position: relative;
  background-color: var(--color-bg);
  padding: 30px 1.5rem 87px;
  overflow: hidden; /* पैरलेक्स इमेज को कटने से रोकता है */
}

@media (min-width: 768px) {
  .awakening-section {
    padding: 200px 1.5rem;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

/* ============== टेक्स्ट स्टाइल ============== */
.quote {
  font-family: var(--font-quote);
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
  text-align: center;
  max-width: 331px;
  margin: 0 auto;
}

.author {
  font-family: var(--font-main);
  font-size: 0.875rem; /* 14px */
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.75rem; /* 12px */
}

.sub-heading {
  font-family: var(--font-headings);
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
  text-align: center;
  max-width: 312px;
  margin: 22px auto 0;
}

.paragraph {
  font-size: 0.75rem; /* 12px */
  line-height: 22px;
  text-align: center;
  max-width: 344px;
  margin: 0.5rem auto 0;
}

.final-quote {
  font-family: var(--font-headings);
  font-size: 1.25rem; /* 20px */
  margin-top: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .quote {
    font-size: 1.5rem;
    line-height: 2.25rem;
    max-width: 474px;
  }
  .author {
    margin-top: 0.5rem;
  }
  .sub-heading {
    font-size: 1.625rem;
    max-width: 495px;
    margin-top: 1.5rem;
  }
  .paragraph {
    max-width: 430px;
  }
  .final-quote {
    font-size: 1.625rem;
    margin-top: 1.5rem;
  }
}

/* ============== प्रोग्रेस लाइन और आइकॉन ============== */
.progress-container {
  width: 1px;

  background-color: #f9da66; /* लाइन का बैकग्राउंड */
  position: relative;
}

.progress-line {
  width: 100%;
  background-color: #f9da66;
  height: 0; /* JS इसे कंट्रोल करेगा */
  transition: height 0.5s linear;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinning-icon {
  width: 39.61px;
  height: 39.61px;
  animation: spin 8s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .spinning-icon {
    width: 50px;
    height: 50px;
  }
}

/* ============== मोबाइल इमेज ============== */
.mobile-image-group {
  position: relative;
  margin-top: 3.5rem;
}
.mobile-image-group img {
  max-width: 100%;
  object-fit: cover;
}
.mobile-image-group .main-img {
  position: relative;
  z-index: 1;
}
.mobile-image-group .motif {
  position: absolute;
  z-index: -1;
}

/* मोबाइल इमेज की पोजीशन */
.mobile-img-1 .main-img {
  max-width: 208px;
}
.mobile-img-1 .motif {
  max-width: 167px;
  top: -29.5%;
  right: -50%;
}

.mobile-img-2 {
  margin: 18px 0 15px;
}
.mobile-img-2 .main-img {
  max-width: 216px;
}
.mobile-img-2 .motif {
  max-width: 208px;
  top: -26%;
  right: -46%;
}

.mobile-img-3 {
  margin-top: 68px;
}
.mobile-img-3 .main-img {
  max-width: 237px;
}
.mobile-img-3 .motif {
  max-width: 170px;
  top: -29%;
  left: -41%;
}

@media (min-width: 768px) {
  .mobile-image-group {
    display: none;
  }
}

/* ============== डेस्कटॉप पैरलेक्स इमेज ============== */
.parallax-image {
  position: absolute;
  z-index: 10;
  display: none;
  will-change: transform; /* परफॉरमेंस के लिए */
}
@media (min-width: 768px) {
  .parallax-image {
    display: block;
  }
}

.parallax-image .inner-wrapper {
  position: relative;
}
.parallax-image .inner-wrapper .main-img {
  max-width: 100%;
  object-fit: cover;
}
.parallax-image .inner-wrapper .motif {
  position: absolute;
  z-index: -1;
}

/* पैरलेक्स इमेज की पोजीशन */
#p-img-1 {
  right: 3rem;
  top: 13%;
}
#p-img-1 .main-img {
  max-width: 275px;
}
#p-img-1 .motif {
  max-width: 344px;
  top: -52%;
  right: -55%;
}

#p-img-2 {
  left: 0;
  top: 41%;
}
#p-img-2 .main-img {
  max-width: 301px;
}
#p-img-2 .motif {
  max-width: 297px;
  top: -74%;
  right: -45%;
}

#p-img-3 {
  right: 0;
  top: 62%;
}
#p-img-3 .main-img {
  max-width: 322px;
}
#p-img-3 .motif {
  max-width: 234px;
  top: -38%;
  left: -41%;
}
/*------------------------about section------------------------------*/
/* Hauptcontainer für den Abschnitt */
.about-section {
  background-color: #f7f6f4;
  display: flex;
  flex-direction: column; /* Mobile-First: Text und Bild untereinander */
  justify-content: center;
  align-items: center;
}

/* Text-Container auf der linken Seite */
.about-text {
  width: 100%;
  box-sizing: border-box; /* Stellt sicher, dass Padding die Breite nicht beeinflusst */
  padding: 48px 27px 55px 27px;
  background-color: #f7f6f4;
  order: 2; /* Auf Mobilgeräten wird der Text als zweites angezeigt */
}

/* Bild-Container auf der rechten Seite */
.about-image {
  width: 100%;
  order: 1; /* Auf Mobilgeräten wird das Bild zuerst angezeigt */
  align-self: stretch; /* Stellt sicher, dass das Div die volle Höhe einnimmt */
}

.full-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Füllt den Container ohne das Bild zu verzerren */
  object-position: center;
}

/* Text-Styling */
.about-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #262626;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
}

.about-title {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  color: #262626;
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 18px;
}

.about-quote {
  font-family: "Montserrat", sans-serif;
  font-weight: 500; /* Medium */
  color: #262626;
  font-size: 12px;
  line-height: 22px;
  margin-top: 28px;
}

.about-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #262626;
  font-size: 12px;
  line-height: 22px;
  max-width: 472px;
  margin-top: 26px;
}

/* Responsive Stile für Desktop (Medium-Breakpoint und größer) */
@media (min-width: 768px) {
  .about-section {
    flex-direction: row; /* Auf dem Desktop nebeneinander */
  }

  .about-text {
    width: 50%;
    padding: 40px 40px 40px 10%; /* py-10, pr-10, pl-[10%] */
    order: 1; /* Auf dem Desktop ist der Text wieder an erster Stelle */
  }

  .about-image {
    width: 50%;
    order: 2;
  }

  .about-description {
    margin-top: 18px;
  }
}

/* Optional: Stellt sicher, dass das Bild auf großen Bildschirmen nicht zu hoch wird */
@media (min-width: 1024px) {
  .full-cover-image {
    max-height: 570px;
  }
}
/* ============== मुख्य सेक्शन ============== */
/* ===================================
   BASE & FONT STYLES
   =================================== */

/* ===================================
   TRIMBAKESHWAR SECTION
   =================================== */
.trimbakeshwar-section {
  height: 150vh;
  background-color: red;
  padding-top: 100px;
}
.trimbakeshwar-section .image-container {
  position: relative;
  height: 70vh; /* Mobile par height */
}

.trimbakeshwar-section .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-top: 60px;
}

/* Gradient jo image ko neeche se fade karta hai */
.trimbakeshwar-section .gradient-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43%;
  mix-blend-mode: multiply; /* Same as mix-blend-multiply */
  background: linear-gradient(to top, rgb(101, 101, 101), transparent);
}

/* ===================================
   TEXT & OVERLAYS
   =================================== */

/* Top title (EXPLORING TRIMBAKESHWAR...) */
.title-overlay {
  position: absolute;
  /* Mobile position */
  left: 8%;
  top: -4%;
  max-width: 258px;
  color: #262626;
}
.title-overlay .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 14px; /* text-sm */
  line-height: 20px; /* leading-5 */
  text-transform: uppercase;
}
.title-overlay .main-title {
  font-family: "Quattrocento", serif;
  font-size: 26px; /* text-[26px] */
  line-height: 36px; /* leading-9 */
  text-transform: capitalize;
  margin-top: 1rem; /* mt-4 */
}

/* White text jo desktop par image ke upar dikhta hai */
.desktop-text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex; /* Starts as flex for alignment */
  justify-content: center;
  align-items: flex-end;
  color: #ffffff;
}
.desktop-text-overlay .text-content {
  max-width: 647px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3.5rem; /* pb-14 */
  text-align: center;
}
.desktop-text-overlay .quote {
  font-family: "Cedarville Cursive", cursive;
  font-size: 24px; /* text-2xl */
  line-height: 48px; /* leading-[48px] */
}
.desktop-text-overlay .author {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px; /* text-sm */
  line-height: 20px; /* leading-5 */
  text-transform: uppercase;
}
.desktop-text-overlay .paragraph {
  font-family: "Montserrat", sans-serif;
  font-size: 12px; /* text-xs */
  line-height: 22px; /* leading-[22px] */
  margin-top: 2.25rem; /* mt-9 */
}

/* Black block jo mobile par neeche dikhta hai */
.mobile-text-block {
  background-color: #090b04;
  min-height: 390px;
  position: relative;
  padding: 3.125rem 1.25rem; /* pb-[50px] px-5 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
.mobile-text-block .text-content {
  max-width: 360px;
}
.mobile-text-block .quote {
  font-family: "Cedarville Cursive", cursive;
  font-size: 18px; /* text-lg */
  line-height: 28px; /* leading-7 */
}
.mobile-text-block .author {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px; /* text-sm */
  line-height: 20px; /* leading-5 */
  text-transform: uppercase;
  margin-top: 0.5rem; /* mt-2 */
}
.mobile-text-block .paragraph {
  font-family: "Montserrat", sans-serif;
  font-size: 12px; /* text-xs */
  line-height: 22px; /* leading-[22px] */
  margin-top: 1.625rem; /* mt-[26px] */
}

/* ===================================
   RESPONSIVE STYLES (Mobile First)
   =================================== */

/* By default, show mobile elements and hide desktop elements */
.mobile-image {
  display: block;
}
.desktop-image {
  display: none;
}
.desktop-text-overlay {
  display: none;
}

/* Desktop Styles (768px and up) */
@media (min-width: 768px) {
  /* Image visibility */
  .mobile-image {
    display: none;
  }
  .desktop-image {
    display: block;
  }

  .trimbakeshwar-section .image-container {
    height: 100vh; /* Desktop par image full screen height ki hogi */
  }

  /* Reposition title overlay for desktop */
  .title-overlay {
    left: auto; /* Reset left */
    right: 9%;
    top: -9%;
    max-width: 488px;
  }
  .title-overlay .main-title {
    font-size: 36px; /* md:text-4xl */
    line-height: 49px; /* md:leading-[49px] */
  }

  /* Show desktop text and hide mobile block */
  .desktop-text-overlay {
    display: flex;
  }
  .mobile-text-block {
    display: none;
  }
}

/* ============== टेक्स्ट और ओवरले ============== */
.top-title {
  position: absolute;
  left: 8%;
  top: -4%;
  max-width: 258px;
}
.top-title .subtitle {
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--color-text-dark);
}
.top-title .title {
  font-family: var(--font-headings);
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  color: var(--color-text-dark);
  margin-top: 1rem;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43%;
  background: linear-gradient(
    to top,
    rgb(101, 101, 101),
    rgba(255, 255, 255, 0)
  );
  mix-blend-mode: multiply;
}

/* ============== डेस्कटॉप का निचला टेक्स्ट ============== */
.desktop-bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* <<-- डिफ़ॉल्ट रूप से छिपा हुआ */
  justify-content: center;
  align-items: flex-end;
  color: var(--color-text-light);
}

.desktop-bottom-text .content {
  max-width: 647px;
  margin: 0 auto;
  padding-bottom: 3.5rem;
  text-align: center;
}
.desktop-bottom-text .quote {
  font-family: var(--font-quote);
  font-size: 1.5rem;
  line-height: 48px;
}
.desktop-bottom-text .author {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.desktop-bottom-text .paragraph {
  font-size: 12px;
  line-height: 22px;
  margin-top: 2.25rem;
}

/* ============== मोबाइल का निचला टेक्स्ट ============== */
.mobile-bottom-text {
  background-color: var(--color-bg-dark);
  min-height: 390px;
  color: var(--color-text-light);
  padding: 50px 1.25rem;
  text-align: center;
  display: flex; /* <<-- डिफ़ॉल्ट रूप से दिखाया गया */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile-bottom-text .quote {
  font-family: var(--font-quote);
  font-size: 1.125rem;
  line-height: 28px;
  max-width: 350px;
  margin: 0 auto;
}
.mobile-bottom-text .author {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.mobile-bottom-text .paragraph {
  font-size: 12px;
  line-height: 22px;
  margin-top: 26px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* ============== डेस्कटॉप के लिए रेस्पॉन्सिव स्टाइल ============== */
@media (min-width: 768px) {
  /* <<-- दूसरा ज़रूरी बदलाव: डेस्कटॉप पर डिस्प्ले बदलना */
  .desktop-img {
    display: block;
  }
  .mobile-img {
    display: none;
  }
  .desktop-bottom-text {
    display: flex;
  }
  .mobile-bottom-text {
    display: none;
  } /* <<-- यह मोबाइल टेक्स्ट को छिपा देगा */

  .top-title {
    left: auto;
    right: 9%;
    top: 9%;
    max-width: 488px;
  }
  .top-title .title {
    font-size: 36px;
    line-height: 49px;
  }
}
/* ===================================
   ROOMS & VILLAS SECTION
   =================================== */

.roommmss h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #262626;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.roommmss h2 {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  color: #262626;
  font-size: 26px;
  line-height: 36px;
}

/* Flexbox divider in slider card */
.roommmss .swiper-slide hr {
  height: auto;
  width: 1px;
  background-color: #707070;
  margin: 0 20px;
}

/* Media query for desktop heading size */
@media (min-width: 768px) {
  .roommmss h2 {
    font-size: 48px;
    line-height: 54px;
  }
}

/* ===================================
   TRIMBAKESHWAR SECTION
   =================================== */
.section-container {
  position: relative;
  width: 100%;
}

.desktop-img {
  width: 100%;
  height: auto;
  display: none;
  object-fit: cover;
  object-position: center;
}

.mobile-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.text-box {
  position: absolute;
  left: 8%;
  top: 2%;
  max-width: 258px;
  background: transparent;
}

.text-box h2 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "Quattrocento", serif;
}

.text-box h3 {
  font-size: 26px;
  margin-top: 16px;
  line-height: 1.6;
  font-weight: normal;
  text-transform: capitalize;
  font-family: "Quattrocento", serif;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43%;
  mix-blend-mode: multiply;
  background: linear-gradient(#fff, #656565);
}

.desktop-quote {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}

.desktop-quote-content {
  max-width: 647px;
  padding: 0 20px;
}

.desktop-quote-content p {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.desktop-quote-content .out {
  font-size: 24px;
  line-height: 1.8;

  margin-bottom: 10px;
  font-family: "Cedarville Cursive";
}

.desktop-quote-content span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.desktop-quote-content .desc {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 24px;
}

.mobile-quote {
  background-color: #090b04;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
  display: block;
}

.mobile-quote .out {
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto 10px;
  line-height: 1.6;
  font-family: "Cedarville Cursive";
}

.mobile-quote span {
  font-size: 14px;
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-quote .desc {
  font-size: 13px;
  margin-top: 24px;
  line-height: 1.7;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  .desktop-img {
    display: block;
  }

  .mobile-img,
  .mobile-quote {
    display: none;
  }

  .text-box {
    top: 9%;
    right: 9%;
    left: auto;
    max-width: 488px;
  }

  .desktop-quote {
    display: flex;
  }
}

.js-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-scroll.scrolled {
  opacity: 1;
  transform: translateY(0);
}
.explore-button {
  position: absolute;
  bottom: 10px; /* नीचे से दूरी */
  right: 130px; /* दाएँ से दूरी */
  padding: 10px 18px;
  /* सफ़ेद बैकग्राउंड थोड़ी पारदर्शिता के साथ */
  color: white;
  border-bottom: 2px solid white;

  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.explore-button:hover {
  color: white;
}
/* ============== फेड-इन एनीमेशन ============== */
.js-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-scroll.scrolled {
  opacity: 1;
  transform: translateY(0);
}

/*----------------carsouel-----------------------*/
.spaces-section {
  padding-top: 70px;
  margin-bottom: 80px;
}
.experiences-header {
  text-align: center;
}
.section-title {
  font-family: "Quattrocento", serif;
  font-size: 26px;
  text-align: center;
  color: #262626;
  margin-bottom: 1.5rem;
}

/* =================================
   TABS CONTAINER (STATIC LIST WITH ICONS)
   ================================= */
.tabs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Buttons aur icons ke beech ka gap */
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}

.tab-button {
  background: none;
  border: none;
  cursor: pointer;
  padding-bottom: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #9b9b9b;
  font-weight: 400;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

/* Active tab ka style */
.tab-button.active {
  color: #262626;
  font-weight: 500;
  border-bottom-color: #262626;
}

/* <<<<<<< YEH HAI ICON KA STYLE >>>>>>> */
.tab-separator {
  width: 14px;
  height: 14px;
  background-color: #f9da66; /* Icon ka color */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}

/* =================================
   MAIN GALLERY SLIDER
   ================================= */
.gallery-wrapper {
  overflow: hidden;
  position: relative;
}
.gallery-slider {
  width: 100%;
  padding: 2rem 0;
  overflow: visible;
}
.gallery-slider .swiper-slide {
  opacity: 0.4;
  transform: scale(0.8);
  transition: opacity 0.4s, transform 0.4s;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.gallery-slider img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-slider .slide-title {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-family: "Quattrocento", serif;
  font-size: 120px !important;
  color: white;
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 768px) {
  .gallery-slider .slide-title {
    font-size: 120px;
  }
  .gallery-slider .swiper-slide {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .gallery-slider .swiper-slide {
    width: 80%;
  }
  .tabs-container {
    flex-wrap: wrap;
    gap: 15px;
  }
}
/*---------------stcky scroll img-------------*/

/* Main Section Layout (Mobile First) */
.wellness-offerings {
  display: flex;
  flex-direction: column; /* Mobile par stack hoga */
  position: relative;
}

/* Image Container */
.image-container {
  width: 100%;
  height: 40vh; /* Mobile par height */
  position: relative; /* Mobile par sticky nahi */
}
#wellness-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}

/* Content Container */
.content-container {
  width: 100%;
  position: relative;
}

.pagination {
  display: none; /* Mobile par hide rahega */
}
@media (max-width: 991px) {
  .pagination {
    display: none !important; /* Mobile par hide rahega */
  }
}
.scroll-block {
  height: auto; /* Mobile par auto height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.5rem;
}

/* Typography */
.scroll-block h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #262626;
}
.scroll-block h2 {
  font-family: "Quattrocento", serif;
  font-size: 26px;
  line-height: 1.2;
  max-width: 360px;
  margin-top: 1rem;
  color: #262626;
}
.scroll-block .cursive-text {
  font-family: "Cedarville Cursive", cursive;
  font-size: 18px;
  margin-top: 1rem;
  color: #262626;
}
.scroll-block .author {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0.5rem;
  color: #262626;
}
.scroll-block .main-text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  max-width: 356px;
  color: #262626;
}

/* Links */
.know-more-link,
.explore-link {
  display: inline-block;
  text-align: center;
  border: 1px solid #7e8e5a;
  color: #7e8e5a;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  margin-top: 1.5rem;
  transition: all 0.3s;
  max-width: 150px;
}
.explore-link {
  max-width: 198px;
}
.know-more-link:hover,
.explore-link:hover {
  color: white;
  background-color: #7e8e5a;
}

/* Motif Images */
.motif {
  position: absolute;
  z-index: 3;
}
.motif-1 {
  right: 0;
  top: 27.7%;
  max-width: 167px;
}
.motif-2 {
  left: 0;
  bottom: 19%;
  max-width: 96px;
}
.motif-3 {
  right: 0;
  bottom: 0;
  max-width: 264px;
}

/* ==================================
   DESKTOP STYLES (768px and up)
   ================================== */
@media (min-width: 768px) {
  .wellness-offerings {
    flex-direction: row; /* Desktop par side-by-side */
  }
  .image-container {
    width: 50%;
    height: 100vh;
    position: sticky; /* <<<<< YAHI HAI STICKY EFFECT >>>>> */
    top: 0;
  }
  .content-container {
    width: 50%;
  }

  /* Pagination ko desktop par dikhao aur style karo */
  .pagination {
    display: flex;
    position: absolute;
    align-items: flex-end;
    top: 0;
    bottom: 0;
    right: 15%; /* Content ke right me */
    padding-bottom: 2rem;
  }
  .pagination p {
    color: #c6a61e;
    margin-right: 1rem;
  }
  .active-bar {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .bar {
    width: 2px;
    height: 25px;
    background-color: #e0dacd;
  }
  .bar.active {
    background-color: #f9da66;
  }

  /* Har text block ko poori screen height do */
  .scroll-block {
    height: 70vh;
    padding: 0 5% 0 11%;
  }

  /* Desktop par typography thodi badi */
  .scroll-block h2 {
    font-size: 38px;
  }
  .scroll-block .cursive-text {
    font-size: 24px;
  }
  .scroll-block .main-text {
    max-width: 395px;
  }

  /* Motif images ki position desktop ke liye */
  .motif-1 {
    max-width: 289px;
  }
  .motif-2 {
    bottom: 16%;
    max-width: 140px;
  }
  .motif-3 {
    max-width: 366px;
  }
}

/* Masonry Grid (Waterfall Layout) */

/*--------------gallery scroll----------*/
.gallery-section {
  padding-bottom: 70px;
}
.gallery-header {
  width: 90%;
  max-width: 1094px;
  margin: 0 auto;
  border-top: 1px solid #e8e1d4;
  padding-top: 62px;
}
.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #262626;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.main-titlee {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  color: #262626;
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 1rem;
  margin: unset !important;
}

/* =================================
   INFINITE GALLERY STYLING
   ================================= */
.gallery-container {
  overflow: hidden; /* Sabse zaroori: extra content ko chhipata hai */
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}
.gallery-track {
  display: flex; /* Dono slide blocks ko ek line me rakhta hai */
  flex-shrink: 0;
  /* Animation definition */
  animation: scroll 15s linear infinite;
}
@media (max-width: 991px) {
  .gallery-track {
    display: flex; /* Dono slide blocks ko ek line me rakhta hai */
    flex-shrink: 0;
    /* Animation definition */
    animation: scroll 05s linear infinite !important;
  }
}
.gallery-slide {
  display: flex; /* Images ko ek line me rakhta hai */
  flex-shrink: 0;
}
.gallery-slide img {
  max-width: 212px;
  margin: 0 5px; /* Images ke beech me gap */
}

/* Hover par animation pause ho jayega */

/* ==================================
   ANIMATION KEYFRAMES
   ================================== */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Ek poore slide block ke barabar aage le jayega */
    transform: translateX(-50%);
  }
}

/* ==================================
   RESPONSIVE STYLES (Desktop)
   ================================== */
@media (min-width: 768px) {
  .gallery-section {
    padding-bottom: 96px; /* pb-24 */
  }
  .gallery-header {
    padding-top: 80px; /* pt-20 */
  }
  .main-titlee {
    font-size: 48px; /* md:text-[48px] */
    line-height: 60px; /* md:leading-[60px] */
  }
  .gallery-container {
    margin-top: 1.5rem; /* md:mt-6 */
  }
  .gallery-slide img {
    max-width: 290px; /* md:max-w-[290px] */
    margin: 0 7px; /* md:mx-[7px] */
  }
}
/*--------------map contact----------------*/

.location-section {
  background-color: #f7f6f4;
  display: flex;
  align-items: center;
  /* Vertically center the content */
}

.map-container {
  width: 50%;
  display: none;
  /* Hidden on mobile by default */
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  /* Adjust as needed */
  border: none;
  /* Remove default iframe border */
}

.details-container {
  width: 100%;
  /* Full width on mobile */
  padding: 36px 28px;
}

.details-inner {
  /* Adjustments will be made in media query for desktop */
}

.details-title {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* Space between links */
  margin-top: 16px;
}

.contact-link {
  display: inline-flex;
  align-items: flex-start;
  /* Aligns icon with the first line of text */
  gap: 12px;
  /* Space between icon and text */
  text-decoration: none;
  max-width: fit-content;
}

.contact-link svg {
  flex-shrink: 0;
  /* Prevent icon from shrinking */
}

.contact-link .icon-location {
  margin-top: 6px;
}

.contact-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #262626;
  font-size: 12px;
  line-height: 22px;
}

.directions-button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #7e8e5a;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 24px;
  padding-bottom: 2px;
  border-bottom: 1px solid #7e8d5a;
  transition: all 0.3s ease-in-out;
}

/* --- Desktop Styles --- */
@media (min-width: 768px) {
  .map-container {
    display: block;
    /* Show map on desktop */
  }

  .details-container {
    width: 50%;
    padding: 20px 0;
  }

  .details-inner {
    padding-left: 19%;
  }

  .details-title {
    font-size: 26px;
    line-height: 35px;
  }

  .contact-info {
    padding-left: 8px;
    /* pl-2 */
    margin-top: 8px;
  }

  .directions-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 51px;
    border: 1px solid #7e8d5a;
  }

  .directions-button:hover {
    color: white;
    background-color: #7e8e5a;
  }
}
/*-------------------fotter----------------*/
.footer {
  background-color: #1e1e1e;
  color: #fff;
  padding: 60px 20px 40px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.foorer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.col {
  flex: 1 1 300px;
  min-width: 250px;
}

/* Left Column */
.col-left .logo {
  height: 40px;
  margin-bottom: 20px;
}

.stay-connected {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  color: #9b9b9b;
  padding-top: 20px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  color: #c6a61e;
  background-color: transparent !important;
  border: 1px solid #c6a61e;
  padding: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 14px;
}

.social-icons a:hover {
  color: white;
}

/* Center Column */
.col-center {
  text-align: center;
}

.subscribe-title {
  font-family: Cedarville Cursive;
  font-size: 26px;
  margin-bottom: 10px;
  color: #ffffff;
}

.subscribe-text {
  font-size: 12px;
  line-height: 1.6;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

/* --- START: CORRECTED DESKTOP SUBSCRIBE FORM --- */
#footerforrm {
  display: flex; /* Keeps items in a row */
  max-width: 450px; /* Adjusted width */
  margin: 20px auto;
  border-radius: 2px;
  overflow: hidden; /* Hides anything that sticks out */
}

.subscribe-form input {
  flex-grow: 1; /* Allows input to take available space */
  width: 100%;
  padding: 10px;
  border: none;
  outline: none; /* Removes blue outline on click */
  background: #444;
  color: #9b9b9b;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  height: 38px;
  box-sizing: border-box;
}

.subscribe-form input::placeholder {
  color: #9b9b9b !important;
}

.subscribe-form button {
  padding: 0 20px; /* Adjusted padding */
  background: #444;
  border: none;
  outline: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.5px;
  height: 38px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0; /* Prevents button from shrinking */
}
/* --- END: CORRECTED DESKTOP SUBSCRIBE FORM --- */

/* Right Column */
.col-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col-right ul li {
  margin-bottom: 10px;
}

.col-right ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  transition: 0.2s;
  margin-left: 130px;
  font-family: "Montserrat", sans-serif;
}

.col-right ul li a:hover {
  color: #ffd700;
}

/* Bottom */
.footerbtmp {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: center !important;
}
.footerbtmpp {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: center !important;
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 12px;
  z-index: 1000;
}

.whatsapp-btn img {
  width: 24px;
  height: 24px;
}

/* Responsive */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    text-align: center;
  }

  /* Keep this empty if not needed, the main form handles responsiveness */
  .subscribe-form {
  }

  .subscribe-form input,
  .subscribe-form button {
    width: 100%;
    margin-bottom: 10px;
  }

  .social-icons {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #footer-main {
    display: none;
  }
  #footer-mobile {
    display: block !important;
  }
}

#footer-mobile {
  padding: 40px 20px;
  background-color: #1c1c1c;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img {
  width: 180px;
}

.footer-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding-bottom: 2.75rem;
  border-bottom: 1px solid #727272;
}

.footer-links div {
  flex: 1 1 45%;
}

.footer-links a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin: 8px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.subscribe {
  padding-top: 46px;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #727272;
}

/* --- START: CORRECTED MOBILE SUBSCRIBE FORM --- */
.footer-btn {
  display: flex; /* Makes items stay in a row */
  width: 100% !important;
}

.subscribe h3 {
  font-family: "Cedarville Cursive", cursive;
  margin-bottom: 5px;
  font-size: 18px;
  color: #9b9b9b;
}

.subscribe p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 22px;
}

.subscribe input {
  flex-grow: 1; /* Allows input to take available space */
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  background-color: #444;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #9b9b9b;
}
::placeholder {
  color: #9b9b9b !important;
  font-family: "Montserrat", sans-serif;
}

.subscribe button {
  padding: 10px 20px;
  border: none;
  background-color: #444;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0; /* Prevents button from shrinking */
}
/* --- END: CORRECTED MOBILE SUBSCRIBE FORM --- */

.stay-connected-1 {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #9b9b9b;
  margin-top: 30px;
}
.social-iconsssss {
  display: flex;
  gap: 15px;
  margin: 15px 0 10px;
}

.social-iconsssss a {
  color: #c6a61e;
  font-size: 14px;
  padding-left: 8px;
  border: 1px solid #c6a61e !important;
  padding-top: 4px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.bottom-note {
  font-size: 9px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
}

.bottom-note div {
  flex: 1 1 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .footer-links div {
    flex: 1 1 20%;
  }

  .bottom-note {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .bottom-note div {
    flex: initial;
    text-align: left;
  }
}
.back-to-top {
  position: fixed;
  display: none;
  right: 16px;
  bottom: 75px;
  z-index: 99;
}

/*** Button ***/
.backbtn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
  background-color: #7e8e5a;
  color: white;
}

.btn-square {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.btn-lg-square {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;

  border-radius: 50%;
}
