body {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "futura";
  src: url("fonts/TafelSansPro-Regular.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "futura-lg";
  src: url("fonts/TafelSansPro-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "mont";
  src: url("fonts/Montserrat-VariableFont_wght_0.ttf") format("truetype");
}

@font-face {
  font-family: "popins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
}

.config{
  color: #5b5e61;
}

a {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.table content{
  font-family: 'futura-lg';
  font-size: 1dvw;
  padding-inline: 0.7dvw;
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

/* Navbar styling */
.navbar-item {
  font-family: 'futura-lg';
  font-size: 1dvw;
  padding-inline: 0.7dvw;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.navbar-item:hover {
  color: #aa8a4b;
}
.table-head{
  font-family: 'futura';
  font-size: 16px;
}

.navbar {
  background: #fff;
  position: sticky;
  padding-block: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.menu-icon {
  font-size: 24px;
  cursor: pointer;
}
/* Sidebar menu styling */
.sidebar {
  position: fixed;
  top: 0;
  z-index: 3;
  right: -350px; /* Initially hidden */
  width: 350px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.5s ease-in-out;
  padding-top: 50px;
  z-index: 1000;
}
.sidebar a {
  display: block;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
}
.sidebar a:hover {
  background: #f4f4f4;
  color: #aa8a4b !important;
}
.sidebar .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 999;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
#hp-ctn-howItWorks img {
  vertical-align: middle;
}

#hp-ctn-howItWorks {
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin: 0px;
  width: 200px;
  height: 40px;
  margin-top: 200px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  z-index: 15;
  border: 1px solid #aa8a4b;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: bottom right;
  position: fixed;
  right: 40px;
  cursor: pointer;
  transition: 1s;
}
#hp-ctn-howItWorks:hover,
#hp-ctn-howItWorks:focus {
  background-color: white;
  border-color: #fff;
  box-shadow: inset 15em 0 0 0 #aa8a4b;
  color: #fff;
}

#hp-ctn-howItWorks p {
  font-weight: 500;
  display: inline-block;
  line-height: 35px;
  font-size: 1.05dvw;
  letter-spacing: 2px;
  cursor: pointer;
}

hr {
  margin-top: 4px;
  margin-bottom: 4px;
}

.backhome {
  font-family: "futura";
  color: white;
  background-color: #aa8a4b;
  border: none;
  border-radius: 5px;
  transition: transform 0.3s;
}
.backhome:hover {
  transform: scale(1.05);
}

.form-group {
  padding-block: 10px;
}
.form-control {
  border: none;
  border-bottom: 1px solid #8b6439;
  border-radius: 0;
  background: transparent;
}
.form-control:active,
.form-control:focus {
  background: transparent;
  border-bottom: #fff 2px solid;
}

.form-control:focus {
  box-shadow: none;
}
.list-unstyled {
  margin: 0px;
}
.btn-close:focus {
  box-shadow: none;
}

.fixed-footer-btns {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.fixed-footer-btns a:hover,
.fixed-footer-btns a:focus,
.fixed-footer-btns a:active {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  background: #aa8a4b;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.fixed-footer-btns a {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  background: #aa8a4b;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
}

.btn-new {
  border-radius: 5;
  background-color: #fff;
  color: #aa8a4b;
  font-size: 2dvh;
  font-weight: 500;
  letter-spacing: 1px;
  padding-inline: 20px;
  transition: color 0.5s;

  transition: 1s;

  &:hover,
  &:focus {
    color: #fff;
  }
}
.btn-alt {
  border-radius: 0;
  background-color: #aa8a4b;
  color: #fff;
  font-size: 1dvw;
  font-weight: 500;
  letter-spacing: 1px;
  padding-inline: 20px;
}
.btn-alt-mob {
  border-radius: 0;
  background-color: #aa8a4b;
  color: #fff;
  font-size: 2.6dvw;
  font-weight: 500;
  letter-spacing: 1px;
  padding-inline: 0px;
}
/* .btn-new:hover {
  color: #7a8b6e;
} */
.btn-new:hover,
.btn-new:focus {
  background-color: white;
  box-shadow: inset 12em 0 0 0 #aa8a4b;
  color: #fff;
}
.btn-alt:hover {
  background-color: #7a8b6e;
  color: #fff;
}
.btn-mob {
  font-size: 4dvw;
  letter-spacing: 2px;
}

.w-10 {
  width: 3rem;
}

.w-15 {
  width: 5rem;
}

.w-35 {
  width: 35%;
}

.overview-box{
  border-radius:10px;
  border-left:1px solid #fff;
  border-top:1px solid #fff;
  border-right:4px solid #fff;
  border-bottom:4px solid #fff;
  transition:all .35s ease;
}

.overview-box:hover{
  transform:translateY(-6px);
  box-shadow:
  0 0 10px rgba(255,255,255,0.5),
  0 0 20px rgba(255,255,255,0.3);
}

@media only screen and (max-width: 320px) {
  body {
    font-size: 2em;
  }
}

.heading {
  font-family: "futura";
  color: #fff;
  /* font-weight: 600; */
}
.heading-alt {
  font-family: "futura";
  color: #fff;
  font-weight: 500;
}

.content {
  color: #fff;
  font-weight: 400;
}
.content-head {
  color: #fff;
  /* font-weight: 600; */
  font-family: 'futura-lg';
}
.banner {
  position: absolute;
  top: 240px;
  width: 100%;
  left: 0;
  padding: 0 45px;
}
@media only screen and (max-width: 950px) {
    .banner {
        position: relative;
        top: 3%;
        width: 100%;
        left: 0;
        padding: 0;
    }
}

@media (min-width: 768px) {
  .heading {
    font-size: 1.7dvw;
    letter-spacing: 2px;
  }
  .heading-alt {
    font-size: 1.2dvw;
    letter-spacing: 2px;
  }
  .content {
    font-size: 0.9dvw;
  }
  .content-head {
    font-size: 1dvw;

  }
  .blue {
    color: #aa8a4b;
    font-size: 1.1dvw;
  }
  #enq-btn {
    position: relative;
    top: -12dvh;
  }
  .btn-enq {
    font-size: 1.5dvw !important;
  }
}

/* Media query for extra small screens (mobile) */
@media (max-width: 767px) {
  .heading {
    font-size: 2.5dvh;
    letter-spacing: 2px;
  }
  .heading-alt {
    font-size: 2.2dvh;
    letter-spacing: 2px;
  }
  .content {
    font-size: 1.5dvh;
  }
  .content-head {
    font-size: 1.9dvh;
  }
  .blue {
    color: #aa8a4b;
    font-size: 2.2dvh;
  }
  #enq-btn {
    position: relative;
    top: -10dvh;
  }
}

.gal-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.gal-wrapper::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.gal-wrapper::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.gal-wrapper:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.gal-wrapper:hover img {
  transform: scale(1.1);
}

.gal-wrapper img {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  transition: 0.8s ease-in-out;
}

.ame-img {
  border-radius: 2dvh;
  border: 2px dashed #fff;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  /* border-top: 1px solid #dee2e6; */
  vertical-align: middle;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-responsive > .table-bordered {
  border: 0;
}

.modal-button {
  border: 1px solid #aa8a4b;
}

.price-box {
  padding: 20px 15px;
  border-radius: 4px;
  border-radius: 22px;
  background-color: #e0dacf;
  transition: 0.8s ease-in-out;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.price-box::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 161px;
  background: #aa8a4b;
  top: -108px;
  left: -40px;
  transform: rotate(56deg);
  transition: all 0.8s ease;
}
.price-box::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 161px;
  background: #aa8a4b;
  bottom: -108px;
  right: -40px;
  transform: rotate(56deg);
  transition: all 0.8s ease;
}
.price-type {
  width: fit-content;
  margin: auto;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 18px;
  /* font-weight: 600; */
  background: #000;
  color: #fff;
}

#footer-form .form-control {
  border: none;
  border-bottom: 1px solid #ffffffaa;
  border-radius: 0;
  color: #d4bdb1;
  background: transparent !important;
}
#footer-form .form-control:active,
#footer-form .form-control:focus {
  background: transparent;
  border-bottom: #fff 2px solid;
  box-shadow: none;
}

#footer-form .form-control::placeholder {
  color: #ffffffaa;
}

.btn-footer {
  background-color: #747474;
  color: #fff;
  width: 100%;
  border-radius: 25px;
  font-size: 3.2dvw;
  padding-block: 2dvw;
}

.btn-footer:hover {
  background-color: #aa8a4b;
  color: #fff;
  border-color: #fff;
}
/* Common button style */
/* Base button style */
.buttons .btn {
  background-color: #aa8a4b; /* Inactive */
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: all 0.3s ease;
  /* font-weight: 600; */
}

/* Hover (inactive) */
.buttons .btn:hover {
  background-color: #5f2e14;
  border-color: #fff;
}

/* Active button */
.buttons .btn-is-active {
  background-color: #ffffff !important;
  color: #aa8a4b !important;
  border: 2px solid #aa8a4b !important;
  box-shadow: 0 0 10px rgba(125, 61, 28, 0.3);
  transform: scale(1.05);
}

/* Prevent flicker on hover for active button */
.buttons .btn-is-active:hover {
  background-color: #ffffff !important;
  color: #aa8a4b !important;
  border-color: #aa8a4b !important;
}

/* Button text style */
.buttons .btn h6 {
  margin: 0;
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* Responsive alignment */
@media (max-width: 576px) {
  .buttons .btn {
    margin-bottom: 10px;
    width: 80%;
  }
}
.gallery-slider{
  display:flex;
  gap:35px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding:20px 0;
}

.gallery-slider::-webkit-scrollbar{
  display:none;
}

.gallery-card{
  min-width:360px;
  flex:0 0 auto;
  text-align:left;
}

.gallery-card img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.gallery-card p{
  margin-top:10px;
  font-size:16px;
}

/* bottom controls */

.gallery-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-top:30px;
}

.gallery-btn{
  background:none;
  border:none;
  font-size:22px;
  cursor:pointer;
  color:#fff;
}

/* progress line */

.gallery-progress{
  width:70%;
  height:2px;
  background:#ddd;
  position:relative;
}

.gallery-progress-bar{
  position:absolute;
  left:0;
  top:0;
  height:2px;
  width:0%;
  background:#b9954c;
}
.price-section{
padding:0 10px;
}

.price-box{
background:#fff;
border-radius:14px;
padding:16px;
box-shadow:0 4px 12px rgba(0,0,0,0.06);
border:1px solid #f1f1f1;
}

.price-type{
font-size:18px;
font-weight:600;
color:#aa8a4b;
text-align:center;
}

.price-content{
margin-top:10px;
}

.price-row{
display:flex;
justify-content:space-between;
font-size:14px;
color:#000;
margin-left: 20px;
margin-right: 20px;
}

.price-highlight{
font-weight:600;
}

.divider{
border-top:1px dashed #ccc;
margin:10px 0;
}

.btn-new{
background:#aa8a4b;
color:#fff;
border-radius:25px;
padding:8px;
font-size:14px;
margin-top:10px;
}

.btn-new:hover{
background:#8f723c;
color:#fff;
}