 :root {
    --primary-teal: #0d5c63;
    --dark-teal: #083e43;
    --accent-gold: #c5a059;
    --light-bg: #f8f9fa;
    --section-cream: #f6f4ef;
    --card-border: #e9ecef;
    --text-dark: #2b2b2b;
    --text-muted: #6c757d;
}
@font-face {
    font-family: 'LT Energy';
    src: url('../fonts/LTEnergy-Regular.woff2') format('woff2'),
        url('../fonts/LTEnergy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.bodtxt{
  font-family: 'Helvetica';
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Helvetica';
    color: var(--text-dark);
    background-color: #ffffff;
    overflow-x: hidden;
    padding: 90px 0 0;
}
h1, h2, h3, h4, .font-serif {
    font-family: 'LT Energy';
}
/* Navbar */
.navbar {
    background: #fff;
    padding: 12px 5%;
    transition: all 0.3s ease;
}
.navbar-brand {
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 1.2rem;
    width: 216px;
}
.navbar-brand span {
    color: var(--accent-gold);
    display: block;
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.nav-link {
    color: #096397 !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 8px;
    transition: color 0.3s ease;
}
.nav-link:hover {
    color: var(--accent-gold) !important;
}
.btn-enquire {
    background-color: var(--primary-teal);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 20px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.btn-enquire:hover {
    background-color: var(--accent-gold);
    border-color: var(--accent-gold);
    color: #000 !important;
}
/* Hero Section */
.hero-section {
    position: relative;
}
.hero-stats {
    background: rgba(8, 62, 67, 0.85);
    backdrop-filter: blur(5px);
    padding: 25px 30px;
    color: #fff;
    border-radius: 4px;
}
.stat-item h3 {
    font-size: 2.8rem;
    margin: 0;
}
.stat-item p {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: #cbd5e1;
}
/* Section Setup */
.section-padding {
    padding: 90px 0;
}
.bg-cream {
    background-color: var(--section-cream);
}
.section-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent-gold);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.section-title {
    font-size: 2.3rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
.section-title em {
    font-style: italic;
    font-weight: 400;
}
.teal-bg {
    background-color: var(--dark-teal);
    color: #ffffff;
}
.light-bg {
    background-color: var(--light-bg);
}
/* Feature Cards */
.feature-card {
    background: #fff;
    padding: 30px 25px;
    border: 1px solid var(--card-border);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.feature-icon {
    color: var(--primary-teal);
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.feature-card h5 {
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.feature-card p {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin: 0;
}
/* Image Grid */
.img-grid-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.img-grid-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.img-grid-card:hover img {
    transform: scale(1.05);
}
.img-grid-card .overlay-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Badges/Pills Grid */
.badge-pill-custom {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 15px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
}
.badge-pill-custom i {
    margin-right: 8px;
    font-size: 0.6rem;
    color: var(--accent-gold);
}
/* Location Card */
#location .owlhmsec .item{
    padding: 1rem 0;
    height: 341px;
}
.location-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}
#overview{
    background: url('../img/bg75.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
/* Configuration Cards */
.config-card {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.config-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.btn-dark-custom {
    background-color: #2c343e;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.8rem;
    padding: 10px 22px;
    border: none;
    transition: background 0.3s ease;
}
.btn-dark-custom:hover {
    background-color: var(--primary-teal);
    color: #ffffff;
}
/* Floor Plan Cards */
.floor-plan-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.floor-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.plan-img-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.plan-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
    transition: transform 0.5s ease;
}
.floor-plan-card:hover .plan-img-wrapper img {
    transform: scale(1.05);
}
.btn-view-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    color: #2b2b2b;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
.btn-view-overlay:hover {
    background: #ffffff;
    color: var(--primary-teal);
    transform: translate(-50%, -50%) scale(1.05);
}
/* Form Styles */
.form-control, .custom-select {
    border-radius: 0;
    border: 1px solid #ced4da;
    font-size: 0.85rem;
    padding: 12px;
    height: auto;
}
.form-control:focus, .custom-select:focus {
    border-color: var(--primary-teal);
    box-shadow: none;
}
.btn-submit {
    background-color: var(--dark-teal);
    color: #fff;
    border-radius: 0;
    padding: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    border: none;
    transition: background 0.3s ease;
}
.btn-submit:hover {
    background-color: var(--primary-teal);
    color: #fff;
}
/* Footer */
footer {
    background-color: #052629;
    color: #a0aec0;
    font-size: 0.75rem;
    padding: 50px 0 20px;
}
footer h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    margin-bottom: 15px;
}
footer a {
    color: #a0aec0;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}
footer a:hover {
    color: var(--accent-gold);
}
/* Modal Styling */
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    background-color: var(--dark-teal);
    color: #fff;
    border-radius: 0;
}
.modal-header .close {
    color: #fff;
    opacity: 0.8;
}
.gsap-reveal {
    opacity: 0;
    transform: translateY(30px);
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  padding: 0 !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 0px;
  transition: all 0.6s ease;
  opacity: 1;
  background: #083e43 !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff !important;
}
@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    height: 39px;
    width: 39px;
  }
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  transition: all 0.6s ease;
  cursor: not-allowed;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev .material-symbols-outlined, .owl-carousel .owl-nav button.owl-next .material-symbols-outlined {
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -2%;
}
.owl-carousel .owl-nav button.owl-next {
  right: -2%;
}
.owl-carousel  .owl-dots{
    width: 100%;
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.owl-carousel .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.6s ease;
    border: 1px solid #083e43;
}
.owl-carousel  .owl-dots .owl-dot.active, .owl-carousel  .owl-dots .owl-dot:hover{
    transition: all 0.6s ease;
      background: #083e43 !important;
}

.enquiebtn {
  position: fixed;
  top: 200px;
  right: 10px;
  z-index: 999;
}
@media screen and (max-width: 999px) {
  .enquiebtn {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -5px 20px rgba(184, 156, 92, 0.4117647059);
  }
}
.enquiebtn ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.enquiebtn ul li {
  background-color: #083e43bb;
  list-style-type: none;
  border: 1px solid #ba9d5e;
  border-radius: 50px;
  margin: 10px 0;
  transition: all 0.6s ease;
  padding: 0px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li {
    border-radius: 0;
    margin: 0;
    display: inline-block;
    width: 33.33%;
    border: unset;
    text-align: center;
    padding: 5px;
    background-color: #183336;
    position: relative;
  }
  .enquiebtn ul li:nth-child(2)::after, .enquiebtn ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    background: #b89b5c;
    left: 0;
  }
  .enquiebtn ul li:nth-child(2)::before {
    left: unset;
    right: 0;
  }
  .navbar-menu .nav-item{
    width: 100%;
    display: block;
    text-align: right;
  }
  .navbar-menu .nav-item a{
    width: 100%;
    display: block;
    text-align: right;
    padding: 10px 15px;
    font-size: 14px;
  }
  .navbar-toggler {
    border: 1px solid #000000;
    }
}
.enquiebtn ul li:hover {
  margin-left: -130px;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover {
    margin-left: -1px;
  }
}
.enquiebtn ul li:hover p {
  opacity: 1;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  left: -80px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover p {
    opacity: unset;
    transition: unset;
    transition-delay: unset;
  }
}
.enquiebtn ul li:hover .img {
  transform: rotate(-360deg);
}
.enquiebtn ul li:hover .img:before {
  display: block;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover .img:before {
    display: none;
  }
}
.enquiebtn ul li:first-child {
  margin-top: 0;
}
.enquiebtn ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a {
    display: unset;
    align-items: unset;
    padding: 0;
  }
}
.enquiebtn ul li a .img {
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a .img {
    transform: scale(0.8);
  }
}
.enquiebtn ul li a .img:before {
  position: absolute;
  content: "";
  height: 150%;
  width: 150%;
  background-color: var(--theme-gold);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  display: none;
  transition: all 0.6s ease;
}
.enquiebtn ul li a p {
  position: absolute;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a p {
    position: unset;
    opacity: 1;
    font-size: 14px;
  }
}


#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #ECEDED;
  background-size: cover;
}

@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}

@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}

#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}

#thank-you h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}

#thank-you p {
  font-size: 1.2em;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}
