/* Reset & base styles */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font-family: 'Playfair Display', serif;
  height: 100%;
 
}

.navbar {
  background: transparent !important;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
  box-shadow: none;
}

header{
  background: url('image/WhatsApp Image 2025-04-21 at 1.21.53 PM.webp') no-repeat center center/cover;
  height: 150vh;
  /* background: rgba(0,0,0,0.4); */
}
.navbar {
  /* background: rgba(255, 255, 255, 0.05) !important; subtle background tint */
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* soft transparent shadow */
  backdrop-filter: blur(6px); /* optional: adds a frosted glass effect */
  -webkit-backdrop-filter: blur(6px);
}



.pady{
  padding: 3rem;
}
/* Responsive Styles */
@media (max-width: 768px) {
 
  .pady{
    padding: 5px;
  }

  .navbar-collapse {
    /* background: rgba(0, 0, 0, 0.9); */
    padding: 15px;
  }


  .navbar-nav .nav-link {
    padding: 10px 0;
  }

  .form-control {
    margin-bottom: 10px;
  }
}
.mobile-form {
  padding: 20px 0;
}
.btnn{
  background-color: #b3881d!important;
  border-radius: 0px !important;
}
.form-control {
  border-radius: 0px!important;
}


/* swipe */
h2 {
  /* text-align: center; */
  font-size: 28px;
  margin-top: 40px;
}


.highlights-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  scroll-behavior: smooth;
}

.highlight-card {
  min-width: 280px;
  flex-shrink: 0;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.highlight-card img {
  width: 280px;
  height: 200px;
  object-fit: cover;
  display: block;
}

.highlight-text {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: rgb(238, 236, 236);
  font-size: 1rem;
  font-weight: bold;
  /* background-color: rgba(0, 0, 0, 0.4); */
  padding: 6px 10px;
  border-radius: 4px;
}

.swipe-indicator {
  margin-top: 10px;
  font-size: 1rem;
  text-align: right;
}


.info-box {
  width: 280px;
  color: #5b5f45;
}

.info-section {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.info-title {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.info-value {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.info-note {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
  color: #7d7d7d;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: black;
  background-color: #e1e1e1;
  text-align: left;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: black;
  text-align: left;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.imggg img{
  width:600px; 
  height:350px;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

/* amenities */
.container1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 500px;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px;
  box-sizing: border-box;

  > div {
    flex: 0 0 120px;
    border-radius: 0rem;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
    scroll-snap-align: start;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    &:nth-of-type(1) {
      background-image: url("image/01JK66GA9098TKYP98B29HZR2Z.jpg");
    }
    &:nth-of-type(2) {
      background-image: url("image/01JK66HB7HDY09A4KNPQFP47AA.jpg");
    }
    &:nth-of-type(3) {
      background-image: url("image/01JK66HXMH1GB7DD44WG9YJFX7.jpg");
    }
    &:nth-of-type(4) {
      background-image: url("image/01JK66JSRBWSACS7Q111D4Y6RS.jpg");
    }
    &:nth-of-type(5) {
      background-image: url("image/01JK66KFN0BWS076QPP7YKDPC1.jpg");
    }
    &:nth-of-type(6) {
      background-image: url("image/01JK66M48RM9YJ4RFQ1B7D9CCE.jpg");
    }
    &:nth-of-type(7) {
      background-image: url("image/01JK66MPSBJB0538KA8WTQG52A.jpg");
    }
    &:nth-of-type(8) {
      background-image: url("image/01JK66NTCGRPDSBG74VYVVJG5Y.jpg");
    }
    &:nth-of-type(9) {
      background-image: url("image/01JK66PDZ7XB5VJ61BFMZV67T5.jpg");
    }
    &:nth-of-type(10) {
      background-image: url("image/01JK66PZ00HJVGNKQR4TQ8ADPB.jpg");
    }
    &:nth-of-type(11) {
      background-image: url("image/01JK66QF22XA94DX1PYSDHRKXB.jpg");
    }
    &:nth-of-type(12) {
      background-image: url("image/01JN370J866T5RP04SE5EP1ZMN.jpg");
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      background: linear-gradient(
        0deg,
        rgba(2, 2, 46, 0.675) 0%,
        rgba(255, 255, 255, 0) 100%
      );
      transform: translateY(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 650px;
      transform: translateY(-30px);
      
    }

    &:hover .content {
      opacity: 1;
      transform: translateY(0%);
      visibility: visible;
    }
  }
}

/* Make responsive adjustments */
@media (max-width: 768px) {
  .container1 {
    height: auto;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .master{
    display: block!important;
  }

  
.info-box {
  /* width: 280px; */
  color: #5b5f45;
}
  .imggg img{
    width:100%; 
    height:auto;
    filter: blur(2px);
    -webkit-filter: blur(2px);
  }
  .container1 > div {
    flex: 0 0 180px;
    height: 300px;
  }

  .container1 > div:hover {
    flex: 0 0 280px;
    transform: translateY(-30px);
    transform: none; /* disable upward shift on mobile */
  }

  .container1 > div:hover .content {
    opacity: 1;
    transform: translateY(0%);
    visibility: visible;
  }
}
.container1 {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* location */

.location-section {
  font-family: 'Georgia', serif;
  padding: 2rem;
  max-width: 600px;
  margin: auto;
  color: #333;
}

.location-section h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.location-section p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  font-family: 'Inter', sans-serif;
}

.location-list li {
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;

  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #333;
}

.location-list li span {
  margin-right: 0.5rem;
  color: #888;
  font-size: 1.2rem;
}

.location-list li strong {
  font-weight: 600;
  font-size: 1rem;
  float:right;
}

.view-button {
  background-color: #7c8368;
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: background-color 0.3s ease;
}

.view-button:hover {
  background-color: #656d56;
}


/*  */

.company h3 {
  font-size: 1.5rem;
  color: #6b6c51;
  margin-bottom: 0.3rem;
  text-align: center;
}

.company p {
  font-size: 1rem;
  color: #000;
  text-align: center;
}

.nav-pills{
 justify-content: space-around;
 
}
.nav-item button{
  font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
  .container-fluid1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* Stack buttons vertically */
  }

  .col-12 {
    width: 50%;
    /* Full width on mobile */
    margin-bottom: 10px;
    /* Space between buttons */
    /* height: 50px; Increase button height for better touch area */

  }
 
}



/* gallery */

.slider3 {

  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
}

/* Track for Slides */
.slide-track3 {
  display: flex;
  width: calc(100% * 8);
  /* Adjust based on the number of slides */
  transition: transform 0.5s ease-in-out;
}

/* Individual Slide */
.slide3 {
  min-width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

.slide3 .card {
  padding: 10px;
  height: 100%;
  /* Make sure cards have the same height */
  text-align: center;
  display: flex;
  justify-content: center;
  background: none;
  box-shadow: none;
  align-items: center;
  border-radius: 5px;
  /* border: 2px solid #04944D!important; */
  color: #fff;
  font-size: 1.1rem;
  border: none;
}

/* Image inside Slide */
.slide3 img {
  width: 100%;
  height: 300px;
  /* border: 3px solid darkolivegreen; */
  border-radius: 30px 0px 0px 30px;
}

/* Mobile View (1 slide at a time) */
@media (max-width: 768px) {
  .slide3 {
    flex: 0 0 100%;
  }

  .pady {
    padding: 10px !important;
  }
  .main img{
  height: auto!important;
}

}

.igte{
  height: 40px;
}
