body {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "futura";
  src: url("fonts/PlayfairDisplay-Regular.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "futura-lg";
  src: url("fonts/Poppins-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");
}

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';
  font-size: 1.2dvw;
  padding-inline: 0.7dvw;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  /* text-transform: uppercase; */
}
.navbar-item:hover {
  color: #005f6d;
}
.table-head{
  font-family: 'futura';
}

.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;
   font-family: 'futura';
}
.sidebar a:hover {
  background: #f4f4f4;
  color: #005f6d !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 #005f6d;
  -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: #005f6d;
  border-color: #fff;
  box-shadow: inset 15em 0 0 0 #005f6d;
  color: #fff;
  
} */

#hp-ctn-howItWorks p {
  font-weight: 500;
  display: inline-block;
  line-height: 35px;
  font-size: 1.05dvw;
  letter-spacing: 2px;
  cursor: pointer;
   font-weight: 800;
   color: #005f6d;
 
   
}

hr {
  margin-top: 4px;
  margin-bottom: 4px;
}

.backhome {
  font-family: "futura";
  color: white;
  background-color: #005f6d;
  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: #005f6d;
  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: #005f6d;
  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: #005f6d;
  font-size: 2dvh;
  font-weight: 700;
  letter-spacing: 1px;
  padding-inline: 20px;
  font-family: 'futura';
  transition: color 0.5s;

  transition: 1s;

  &:hover,
  &:focus {
    color: #fff;
  }
}
.btn-alt {
  border-radius: 0;
  background-color: #005f6d;
  color: #fff;
  font-size: 1dvw;
  font-weight: 500;
  letter-spacing: 1px;
  padding-inline: 20px;
}
.btn-alt-mob {
  border-radius: 0;
  background-color: #005f6d;
  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 #005f6d;
  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;
}

@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';
}

@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: #005f6d;
    font-size: 1.1dvw;
  }
  #enq-btn {
    position: relative;
    top: -16dvh;
  }
  .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: #005f6d;
    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 #005f6d;
}

.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: #005f6d;
  top: -108px;
  left: -40px;
  transform: rotate(56deg);
  transition: all 0.8s ease;
}
.price-box::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 161px;
  background: #005f6d;
  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: #005f6d;
  color: #fff;
  font-family: 'futura';
}

#footer-form .form-control {
  border: none;
  border-bottom: 1px solid #ffffffaa;
  border-radius: 0;
  color: #fff;
  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: #005f6d;
  color: #fff;
  border-color: #fff;
}
.card-header { 
  cursor: pointer;
  user-select: none;
}

.icon {
  font-size: 22px;
  font-weight: 600;
  transition: 0.2s;
}
  /* Card / header */
    .acc-card { border:0;  border-radius:6px; overflow:hidden; box-shadow:0 1px 4px rgba(0,0,0,0.06); background:#fff; font-family: "futura"; }
    .acc-header {
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:12px 10px;
      cursor:pointer;
      user-select:none;
      border-bottom:1px solid #eee;
    }
    .acc-header h5 { margin:0; font-size:18px; font-weight:600; }
    .acc-icon { font-size:20px; line-height:1; width:28px; text-align:center; }

    /* Panel (animated height) */
    .acc-panel {
      height:0;
      overflow:hidden;
      transition:height 260ms cubic-bezier(.2,.8,.2,1);
      padding:0 20px;
      background:#fff;
    }
    .acc-panel .acc-body { padding:16px 0 20px 0; color:#222; }

    /* when open */
    .acc-card.open .acc-panel { /* JS will set explicit height; this is fallback */ }
    .acc-card.open .acc-header { background:#fff; }

    /* small screen tweaks */
    @media (max-width:767px){
      .map-col { margin-bottom:20px; }
    }

    /* list style */
    .details-list { list-style: none; padding-left:0; margin:0; }
    .details-list li { padding:8px 0; border-bottom:1px dashed #f0f0f0; display:flex; justify-content:space-between; }
    .details-list li:last-child { border-bottom:0; }
    .btn-request { background:#1f2b20; color:#fff; border-radius:2px; padding:10px 18px; }

    .details-list{
      color: #000;
    font-family: 'futura-lg';
    font-size: 14px;
    }
    .floor-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.floor-img {
  width: 100%;
  filter: blur(4px);
  transition: 0.3s ease;
}

.floor-box:hover .floor-img {
  filter: blur(0px);
}

.download-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 35px;
  background: black;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.download-btn:hover {
  background: #222;
}
