@import url("https://fonts.googleapis.com/css2?family=Poppins: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&display=swap");

* {
  font-family: var(--font-main);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Colors */
  --primary-color: #f29a1f;
  --secondary-color: #1f415d;
  --text-para: #333333;
  --heading-color: #000033;
  --text-black: #010000;
  --text-white: #fffffe;
  --icon-color: #f3a232;
  --blue-color: #187ac1;
  --bagroundcolor-lightpink: #f7f2ec;

  /* Typography */
  --font-main: "Poppins", sans-serif;
  --font-primary: "Playfair Display", serif;
  --font-secondary: "Roboto", sans-serif;

  /* Spacing */
  --spacing-large: 2rem;
  --spacing-medium: 1.5rem;
  --spacing-small: 1rem;

  /* Sizes */
  --icon-size: 50px;
  --border-radius: 8px;
}

html {
  font-size: 100%;
}

p {
  color: var(--text-color);
  line-height: 1.5;
}

h2 {
  color: var(--text-white);
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

h3 {
  color: var(--secondary-color);
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

h4 {
  color: var(--text-white);
  font-weight: 600;
  font-family: var(--font-main) !important;
}

h5 {
  color: var(--text-white);
}

h6 {
  color: var(--primary-color);
  font-weight: 600;
}

/******* Global class *********/

.special-span {
  color: var(--primary-color);
}

.inner-section {
  padding-top: 6rem;
}

.section-heading {
  font-weight: 600;
}

.section-titel {
  font-size: 3rem;
  line-height: 3rem;
}

.section-titel .special-span {
  font-family: var(--font-primary);
}

.download_brochure-btn {
  background-color: var(--primary-color);
  border: none;
  color: var(--text-white);
  padding: 15px 25px;
  border-radius: 7px;
  text-decoration: none;
}

.download_brochure-btn:hover {
  background-color: var(--bagroundcolor-lightpink);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

/******** Header section strat***********/

.header-logo {
  width: 35%;
}

.contact-deatils p {
  color: var(--blue-color);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0px;
}

.contact-deatils span {
  color: var(--text-black);
}

.contact-icon {
  border: 1px solid #e6e6e6;
  text-align: center;
  align-content: center;
  border-radius: 50px;
  height: 50px;
  width: 50px;
}

.contact-icon i {
  font-size: 1.5rem;
  color: var(--icon-color);
}

.socialmedia-header i {
  font-size: 1.5rem;
}

.soicon-row {
  margin-right: 0px;
  gap: 10px;
}

.soicon-row div {
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #f4f4f4;
  cursor: pointer;
}

.soicon-row i {
  font-size: 1rem;
  color: #928d8c;
}

.soicon-row i:hover {
  cursor: pointer;
}

/*************  Header Section End*********************/

/**************  Nav Section Start********************/

.nav-section {
  position: sticky; /* Sticks to the top of the viewport */
  top: 0;
  z-index: 1030; /* Ensures it stays above other content */
  width: 100%; /* Full-width layout */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}

.nav-bar {
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  padding-right: 0px;
}

.navbar {
  width: 100%; /* Full-width for navbar */
}

.navbar-row {
  margin-right: 0px;
}

.sub-nav {
  background-color: var(--primary-color);
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}

.sub-nav:hover {
  cursor: pointer;
}

.sub-nav a {
  text-decoration: none;
  color: var(--text-black);
  font-weight: 600;
}

.nav-link {
  color: var(--text-white);
  font-weight: 600;
}

.navbar-collapse ul {
  margin-left: 0px !important;
  gap: 25px;
}

.navbar-collapse li {
  line-height: 3rem;
}

.nav-active {
  background-color: var(--primary-color);
  padding: 0px 12px;
}

.nav-active a {
  color: var(--text-black);
}

/**********  banner section start************/

.carousel-indicators button {
  background-color: #007bff; /* Blue color for indicators */
  width: 12px;
  height: 12px;
}

.carousel-indicators .active {
  background-color: var(--primary-color); /* Darker blue for active indicator */
}

.carousel-control-prev,
.carousel-control-next {
  width: 4rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--primary-color);
  padding: 10px;
  height: 3rem;
  width: 3rem;
}

.banner-content {
  padding: 10rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.banner-inner h2 {
  font-size: 4.2rem;
}

.banner-inner span {
  font-family: var(--font-primary) !important;
}

.banner-div {
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-button {
  display: flex;
  gap: 20px;
}

.banner-button .right-side-div {
  background-color: var(--primary-color);
  display: flex;
  color: var(--text-white);
  gap: 20px;
  width: 14rem;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 15px 20px;
  cursor: pointer;
  text-decoration: none;
}

.banner-button i {
  font-size: 2rem;
}

.banner-button .left-side-div {
  display: flex;
  color: var(--text-white);
  gap: 20px;
  width: 14rem;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--primary-color);
  padding: 15px 10px;
  text-decoration: none;
  cursor: pointer;
}

.carousel-control-next-icon {
  background-image: none !important;
}

.carousel-control-prev-icon {
  background-image: none !important;
}

.bannericon {
  font-size: 20px;
}

/******* About Section ***********/

.about-section p {
  color: var(--text-para);
  padding-right: 3rem;
  text-align: justify;
}

.about-section button {
  border: 0.5px solid var(--primary-color);
  color: var(--primary-color);
  background-color: var(--text-white);
  font-size: 1rem;
  padding: 15px 25px;
  border-radius: 6px;
  text-decoration: none;
}

.about-section button:hover {
  background-color: var(--primary-color);
  color: var(--text-white);
}

.about-section .left-side-div {
  display: flex;
  gap: 18px;
}

.about-section .right-side-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 4.5rem;
}

.about-section .right-side-div img {
  margin-bottom: 0.5rem;
  width: 27%;
}

.about-section .right-side-div h4 {
  margin-bottom: 0px !important;
}

.about-section .service-first-row {
  margin-bottom: 4rem;
}

/******* Layout Plan section*********/

.Layoutplan-section p {
  color: var(--text-para);
  margin-bottom: 0px;
}

.layout-button {
  height: 5rem;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout-button button {
  color: var(--text-white);
  text-decoration: none;
  font-weight: 600;
  border: none;
  background: none;
}

.layout-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/******  Photo Gallery Section *********/
.photogallery-div {
  background-color: var(--bagroundcolor-lightpink);
  padding: 4rem 0rem;
}

#customCarousel .carousel-item {
  height: 80vh;
  background-size: cover;
  background-position: center;
}

.gallerycontent {
  padding-top: 2rem;
}

.gallerycontent .row {
  gap: 18px;
}

.gallerycontent p {
  color: var(--text-para);
  padding-right: 2rem;
}

/******** Aminities Section************/

.amenities-photo-container .col-xl-3 {
  border-top-left-radius: 50px;
}

.amenities-titel {
  margin-bottom: 1.5rem;
}

.amenities-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.image-overlay {
  position: relative;
  background-image: url(../Image/amenities/Swimming-Pool.jpg); /* Your background image */
  background-size: cover;
  background-position: center;
  height: 200px;
  padding-top: 3rem;
  padding-left: 1.5rem;
  color: var(--text-white);
  border-top-left-radius: 50px;
}

/* Overlay effect */
.image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-top-left-radius: 50px;
}

/* Content inside the div */
.image-overlay div {
  position: relative;
  z-index: 2;
  top: 20px;
}

.image-overlay img {
  max-width: 50px; /* Adjust as needed */
  margin-bottom: 10px;
}

.image-overlay p {
  margin: 0;
  padding-right: 3rem;
}

/********** Location Section *********/

.location-container {
  background-color: var(--bagroundcolor-lightpink);
  padding: 3rem 2rem;
}

.location-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

/************ Testimonial Section *******************/

.testimonial-section .row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial-container {
  position: relative;
  overflow: hidden;
}

.testimonial-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-card {
  flex: 1 0 33.333%; /* Show 3 cards per row */
  padding: 15px;
  box-sizing: border-box;
}

.testimonial-card .card-content {
  padding: 20px;
  background-color: #f8f5f2;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-card .quote-icon {
  font-size: 3rem;
  color: var(--text-white);
  display: block;
  background-color: var(--primary-color);
  width: 3rem;
  height: 3rem;
  position: relative;
  bottom: 38px;
}

.testimonial-card .author {
  margin-top: 15px;
  font-weight: bold;
  color: #37474f;
}

.testimonial-indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.testimonial-indicators button {
  width: 15px;
  height: 5px;
  background-color: var(--secondary-color);
  border: none;
  margin: 0 5px;
  transition: background-color 0.3s;
}

.testimonial-indicators button.active {
  background-color: #f5a623;
}

.testimonial-section .container {
  padding-left: 0px;
  padding-right: 0px;
}

/******** Sitevisit Section**************/

.sitevisit-Brochure {
  color: var(--primary-color) !important;
}

.sitevisit-Brochure h5 {
  color: var(--primary-color) !important;
}

.sitevisit-section {
  position: relative;
  background-image: url(../Image/inner_blueprintedimg.jpg); /* Your image path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 70vh;
  display: flex;
  align-items: center;
  z-index: 1;
}

/* Black overlay effect */
.sitevisit-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.sitevisit-section .section-titel {
  color: var(--text-white) !important;
}

/******* Contact Section ***********/

.contact-section {
  background-color: var(--bagroundcolor-lightpink);
  padding-top: 4rem !important;
  padding-bottom: 4rem;
}

.contact-section i {
  font-size: 2.5rem;
  color: var(--secondary-color);
}

.contact-section p {
  color: var(--text-para);
}

/******** Footer Section ************/

.footer-section {
  background-color: var(--secondary-color);
}

.footer-section .container {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 30px 0px;
}

.footer-section .container p {
  color: var(--text-white) !important;
  margin-bottom: 0px;
}

/******** Image preview modal*************/

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-overlay.show {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.clickable-image {
  cursor: pointer;
}

/******* Whatsapp floting icon**************/

.whatsapp-float {
  position: fixed;
  bottom: 20px; /* Distance from the bottom */
  right: 16px; /* Distance from the right */
  background-color: #25d366; /* WhatsApp green color */
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000; /* Ensure it stays above other elements */
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1); /* Slight zoom on hover */
}

.whatsapp-float i {
  font-size: 24px; /* Icon size */
}

.scroll-to-top {
  position: fixed;
  bottom: 90px; /* Distance from the bottom */
  right: 20px; /* Distance from the right */
  background-color: var(--secondary-color); /* Button color (blue) */
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000; /* Ensure it stays above other elements */
  visibility: hidden; /* Hidden by default */
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
}

.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1); /* Appears with scaling effect */
}

.scroll-to-top:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.scroll-to-top i {
  font-size: 20px;
}

/*******  Aditional Nav css  ************/
.navbar-toggler {
  position: relative;
  right: 20px;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  padding-top: 10px;
}

.navbar-toggler-icon {
  background: none;
}
