body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

/* Hero Section */
.hero {
  background: url("../images/hero-bg-main.jpg") no-repeat center center;
  background-size: cover;

  height: 750px;

  position: relative;
  margin: 0 auto;
}
.experience-txt {
  font-family: "Inter";
  font-weight: 600;
}
.hero .btn:hover {
    color: #fff;
    background-color: #CBAF7C;
    border-color: #CBAF7C;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.73);
}
.navbar-toggler {
  border-color: white; 
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.explore-plan-btn,.learn-more-btn {
  background-color: rgba(140, 125, 125, 0.5); 
  color: #fff;
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 24px;
  border: none;
  border-radius: 27px;
  height: 74.43px;
  cursor: pointer;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.highlight {
  color: #d4a762; 
}

/* Hero Typewriter */
.typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.line1 {
  animation: typing1 3s steps(25, end) forwards;
}

.line2 {
  opacity: 0;
  animation: typing2 3s steps(20, end) forwards;
  animation-delay: 2s; 
}

@keyframes typing1 {
  from { width: 0 }
  to { width: 100% }
}

@keyframes typing2 {
  0% { width: 0; opacity: 1; }
  100% { width: 100%; opacity: 1; }
}

.line3a, .line3b, .line3c {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}

.line3a {
  animation: typing3a 3s steps(50, end) forwards;
  animation-delay: 5s;
}

.line3b {
  animation: typing3b 3s steps(50, end) forwards;
  animation-delay: 7s; 
}

.line3c {
  animation: typing3c 3s steps(50, end) forwards;
  animation-delay: 9s; 
}

@keyframes typing3a {
  from { width: 0; opacity: 1; }
  to { width: 100%; opacity: 1; }
}
@keyframes typing3b {
  from { width: 0; opacity: 1; }
  to { width: 100%; opacity: 1; }
}
@keyframes typing3c {
  from { width: 0; opacity: 1; }
  to { width: 100%; opacity: 1; }
}
/* Navbar */
.custom-navbar {
  background: transparent !important; 
  padding: 16px 0; 
  transition: background 0.3s ease;
}

.custom-navbar .navbar-brand {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.custom-navbar .nav-link {
  font-family: "Inter";
  font-weight: 400; 
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F9F9F9;
  display: inline-block;
  margin-right: 80px;
}
/* .custom-navbar .nav-item:last-child .nav-link {
  margin-right: 0;
} */
.custom-navbar .nav-link:hover {
  color: #d4a762 !important; 
}

.custom-navbar.scrolled {
  background: rgba(0, 0, 0, 0.8) !important;
}
/* feture section */
.features {
    background-color: #0F1B33; 
    padding-top: 30px;   
    padding-bottom: 30px; 
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #d4b27f; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px; 
    color: #b22222; 
  }
  .icon-circle img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 75%;
  }
  .feature-box h5 {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
  }
  .feature-box p {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    color: #8C7D7D;
  }
  /* about the sun */
  .about-sun {
    background-color: #D9D9D9; 
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-sun .container {
    background-color: #ffff;
    border-radius: 8px;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .about-img img {
    margin-top: 26px;
    margin-right: 40px;

  }
  .about-sun .text-gold {
    color: #cbaf7c; 
    font-family: "Playfair";
    font-size: 40px;
  }

  .about-sun p {
    color: #333;
    font-family: "Playfair";
    font-size: 20px;
    line-height: 1.7;
    max-width: 730px;
    margin-left: 20px;
  }
  .about-sun h3 {
    margin-left: 20px;
    padding-right: 20px;
  }
  /* merit section */
  .merits {
    background-color: #001F3F; 
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .merits .text-gold {
    color: #b68a4c; 
  }
  .merits h3 {
    font-family: "Playfair";
    font-size: 40px;
    padding-bottom: 10px;
  }
  .merits h2 {
    font-size: 38px;

    font-family: "Inter";
    font-weight: 400;
  }
  .merits p {
    font-family: "Inter";
    font-size: 24px;
  }

/* floor cards */
#floor-plan {
  background-color: #D9D9D9;
  padding-top: 40px;   
  padding-bottom: 40px; 
}
#floor-plan .title {
  color: #CBAF7C;
  font-family: "Playfair";
  font-size: 40px;
}
#floor-plan .card-body {
  padding-bottom: 50px;
}
.floor-cards .card {
  border-radius: 21px;
  margin: 0 5px; 
}
.card img {
  padding: 14px;
  border-radius: 42px;
} 

.swiper {
  width: 100%;
  padding: 30px 0;
}

.circle-card {
  text-align: center;
  color: #ffc107; 
  font-weight: bold;
}

.circle {
  width: 100px;
  height: 100px;
  border: 2px solid #ffc107;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  background: #222;
}

.circle img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.swiper-slide h5 {
  margin: 0;
}
.amenities-section {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #0b2745;
  padding: 40px 20px;
  color: #fff;
  box-sizing: border-box;
}

.section-title {
  font-size: 22px;
  font-weight: bold;
  color: #d4af37;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}

.amenity-box {
  overflow: hidden;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}

.icon-wrapper {
  width: 100px;
  height: 100px;
  border: 4px solid #FFB800;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  background: #fff;
}

.icon-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.amenity-box h4 {
  font-size: 14px;
  margin: 0;
  color: #FFB800;
}

.circle-slider-section img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  display: block;
}

.slick-prev, .slick-next {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.slick-prev:hover, .slick-next:hover {
  background: rgba(0, 0, 0, 0.9);
}

.amenities-section .section-title {
  font-size: 40px;
  margin-bottom: 10px;
  font-family: "Playfair";
}

.amenities-section .section-subtitle {
  font-size: 32px;
  margin-bottom: 40px;
  color: #fff;
  font-family: "Playfair";
  font-weight: 800;
}

.amenities-slider .amenity-box {

  padding: 20px;
  border-radius: 12px;

  text-align: center;
}

.icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}

.icon-wrapper img {
  max-width: 100%;

}

.amenities-slider .slick-prev,
.amenities-slider .slick-next {

  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.amenities-slider .slick-prev:hover,
.amenities-slider .slick-next:hover {
  background: rgba(0,0,0,0.9);
}
/* gallery slider */
.gallery-section {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
}

.gallery-section .section-title {
  font-size: 40px;
  color: #CBAF7C;
  margin-bottom: 30px;
}

.gallery-slider {
  max-width: 1250px;
  margin: 0 auto;
}

.gallery-slider img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.gallery-slider img:hover {
  transform: scale(1.03);
}

.gallery-slider .slick-slide {
  padding: 25px;
}

.slick-prev, .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #000000 !important;
  border: 2px solid #b08c4d;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  color: #b08c4d !important;
  opacity: 1;
  content: '' !important; 
}
.gallery-slider .slick-prev {
  background: url('../images/gallery-left.png') no-repeat center !important;
}
.gallery-slider .slick-next { 
  background: url('../images/gallery-right.png') no-repeat center !important;
}
.gallery-slider .slick-prev {
  left: -40px !important; 
}
.gallery-slider .slick-next {
  right: -40px !important;
}
.slick-prev {
  background: url('../images/left-arrow.png') no-repeat center center !important;

  left: 10px !important;
}
.slick-next {
  background: url('../images/right-arrow.png') no-repeat center center !important;

  right: 10px !important;
}

.slick-prev:hover:before, .slick-next:hover:before {
  color: #000000;
}
/* prime location */
.prime-location {
  background: #0a1a33;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.section-title {
  font-size: 40px;
  font-family: "Playfair";
  color: #CBAF7C;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 30px;
  margin-bottom: 40px;
  font-family: "Playfair";
  font-weight: 700;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.location-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  max-width: 40%;
}

 .prime-location .info-item img {
  display: block;
  width: 30px;
  height: auto;
  object-fit: contain;
}

.prime-location .info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  gap: 15px;
  line-height: 1.4;
}

.prime-location .info-item p {
  margin: 0;
  display: flex;
  align-items: center;
}

.info-item p {
  font-size: 20px;
}
.info-item img {
  width: 30px;
  height: auto;
}

.location-map img {
  width: 700px;
  height: 380px;

}

/* Contact Us Section */
.contact-section {
  padding: 40px 0;
  background: #f8f9fa;
}
.contact-section .container{
    max-width: 1080px;
}
.contact-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;

}
.contact-section .title {
  font-family: "Playfair";
  font-size: 40px;
  color: #CBAF7C;
  font-weight: 700;
}
.contact-section .sub-title {
  font-family: "Inter";
  font-size: 20px;
  color: #000;
  font-weight: 400;
}
.contact-info {
  background: #0a1a35;
  color: #fff;
  padding: 40px;
  height: 100%;
}

.contact-info h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 20px;
  font-size: 15px;
  opacity: 0.9;
}

.contact-info i {
  margin-right: 10px;
  color: #fff;
}

.contact-form {
  padding: 40px;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

.contact-form .form-control:focus {
  border-color: #0a1a35;
  box-shadow: none;
}

.btn-send {
  background: #0a1a35;
  color: #fff;
  border-radius: 8px;
  padding: 10px 30px;
}

.btn-send:hover {
  background: #13294b;
  color: #fff;
}

.paper-plane-icon {
    position: absolute !important;
    bottom: -14px;
    left: 250px;
    right: 0;
    height: 145px;
    width: 300px;
    margin: 0 auto;
    object-fit: cover;
}

/* footer section  */
.footer {
  background: #3b2a2a;
  color: #d1c7c7;
  padding: 30px 46px;
  font-family: Arial, sans-serif;

}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.footer-logo img {
  width: 145px;
}

.footer-links h4,
.footer-hours h4 {
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Inter";
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 6px;
}

.footer-links ul li a {
  font-family: "Inter";
  color: #bfbfbf;
  text-decoration: none;
  font-size: 16px;
}

.footer-hours p {
  margin: 5px 0;
  font-size: 16px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;

  padding-top: 10px;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0px;
  font-size: 20px;
}
.social-icons a {
  color: #bfbfbf;
  margin: 0 5px;
  text-decoration: none;
  font-size: 20px;
}

/* Prime Location - Responsive */
@media (max-width: 992px) {
  .location-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .location-info {
    max-width: 100%;
    text-align: center;
  }

  .location-map img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }

  .info-item {
    justify-content: center;
  }
}
@media (max-width: 1024px){
  .location-content {
  justify-content: center;
}
}

@media (max-width: 576px) {
  .prime-location {
    padding: 30px 15px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* Contact Us Section - Responsive */
@media (max-width: 992px) {
  .contact-section .contact-box {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .contact-section .contact-info {
    padding: 30px 20px;
    text-align: center;
  }

  .contact-section .contact-form {
    padding: 30px 20px;
  }

  .paper-plane-icon {
    position: static !important;
    display: block;
    margin: 20px auto 0;
    height: 100px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-info{
  text-align: center !important;
}
}

@media (max-width: 576px) {
  .contact-section {
    padding: 30px 10px;
  }

  .contact-section .title {
    font-size: 28px;
  }

  .contact-section .sub-title {
    font-size: 16px;
  }

  .contact-form .form-control {
    font-size: 14px;
  }
}
/* Footer Section - Responsive */
@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer {
    padding: 30px 20px;
  }
}

/* Hero Section - Responsive*/
@media (max-width: 992px) {
  .hero {
    min-height: 70vh;
    padding: 80px 5%;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    text-align: left;           
  }

  .hero h1 {
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .hero .lead {
    font-size: clamp(16px, 2.5vw, 20px);
    max-width: 600px;
    margin: 0 0 20px 0; 
    line-height: 1.6;
  }

  .hero .btn {
    font-size: clamp(14px, 2.2vw, 18px);
    padding: 14px 28px;
    margin: 8px 8px 8px 0; 
  }

  .line3 {
    width: 90%;
    max-width: 600px;
    margin: 0;
    display: block;
    white-space: normal;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 60vh;
    padding: 60px 4%;
    justify-content: flex-start; 
    text-align: left;
  }

  .hero .btn {
    padding: 20px 20px; 
    font-size: 14px;    
    height: auto;       
  }
}
/* Features Section - Responsive */
@media (max-width: 992px) {
  .features {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .feature-box h5 {
    font-size: 14px;
  }

  .feature-box p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .features {
    padding: 15px;
  }

  .features { 
    padding-bottom: 0; 
  }

  .feature-box {
    margin-bottom: 20px;
  }

  .icon-circle {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .feature-box h5 {
    font-size: 13px;
  }

  .feature-box p {
    font-size: 11px;
  }

}
/* About Section - Responsive */
@media (max-width: 992px) {
  .about-sun {
    padding: 40px 20px;
  }

  .about-sun .row {
    flex-direction: column-reverse; 
    text-align: center;
  }

  .about-sun .text-gold {
    font-size: 32px;
  }

  .about-sun p {
    font-size: 18px;
    max-width: 100%;
    margin: 10px auto;
  }

  .about-img img {
    margin: 20px auto;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .about-sun {
    padding: 30px 15px;
  }

  .about-sun .text-gold {
    font-size: 26px;
  }

  .about-sun p {
    font-size: 16px;
  }

  .about-img img {
    width: 100%;
    margin: 15px auto;
  }
}

/* Merits Section - Responsive */
@media (max-width: 992px) {
  .merits {
    padding: 30px 20px;
    text-align: center;
  }

  .merits h3 {
    font-size: 32px;
  }

  .merits h2 {
    font-size: 32px;
  }

  .merits p {
    font-size: 18px;
  }

  .merits .row {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .merits {
    padding: 20px 15px;
  }

  .merits h3 {
    font-size: 26px;
  }

  .merits h2 {
    font-size: 26px;
  }

  .merits p {
    font-size: 16px;
  }

  .merits .row > div {
    margin-bottom: 15px;
  }

  .merits .row > div:last-child {
    margin-bottom: 0;
  }
}
/* Our Floor Plan Section - Responsive - Left Alignment */
@media (max-width: 992px) {
  #floor-plan {
    padding: 30px 20px;
    text-align: left; /* Left align section */
  }

  #floor-plan .title {
    font-size: 32px;
    text-align: center;
  }

  .floor-cards .card {
    margin: 0 20px;
    text-align: left; 
  }
}

@media (max-width: 576px) {
  #floor-plan {
    padding: 20px 15px;
    text-align: left;
  }

  #floor-plan .title {
    font-size: 26px;
    text-align: center;
  }

  .floor-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .floor-cards .card {
    margin: 0;
    border-radius: 15px;
    text-align: left;
  }
}
/* Premium Amenities Section - Responsive */
@media (max-width: 992px) {
  .amenities-section {
    padding: 30px 20px;
    text-align: left;
  }

  .amenities-section .section-title {
    font-size: 32px;
    text-align: center;
  }

  .amenities-section .section-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
  }

  .amenity-box h4 {
    font-size: 14px;
  }

  .icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .icon-wrapper img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .amenities-section {
    padding: 20px 15px;
  }

  .amenities-section .section-title {
    font-size: 26px;
    text-align: center;
  }

  .amenities-section .section-subtitle {
    font-size: 18px;
    text-align: center;
  }

  .amenity-box {
    padding: 15px;
    text-align: left;
  }

  .icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .icon-wrapper img {
    width: 35px;
    height: 35px;
  }

  .amenity-box h4 {
    font-size: 13px;
  }
}
/* Gallery Section - Responsive */
@media (max-width: 992px) {
  .gallery-section {
    padding: 30px 20px;
  }

  .gallery-section .section-title {
    font-size: 32px;
    text-align: center;
  }

  .gallery-slider {
    max-width: 90%;
    margin: 0 auto;
  }

  .gallery-slider img {
    border-radius: 10px;
  }
}

@media (max-width: 576px) {
  .gallery-section {
    padding: 20px 15px;
  }

  .gallery-section .section-title {
    font-size: 26px;
  }

  .gallery-slider img {
    width: 100%;
    border-radius: 8px;
  }

  .gallery-slider .slick-slide {
    padding: 10px;
  }
  .gallery-section .gallery-slider .slick-prev {
    left: -20px;
  }
  .gallery-slider .slick-next {
    right: -20px;
  }
}

@media (max-width: 992px) {
/* Overlay Background when Navbar Opens */
.navbar-collapse.show::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000f6;

  z-index: -1;
}

.navbar-collapse.show .nav-link {
  color: #ffffff !important;
}
.navbar-collapse {
  position: relative;
  z-index: 999;
}
.navbar-collapse.show::before {
  opacity: 0;

}

.navbar-collapse.show::before {
  opacity: 1;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-header .mobile-logo {
  height: 35px;
}

.custom-close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
}
