/* Global Reset */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:500,400,300|Montserrat:500,400");

:root {
  --primary-gradient: linear-gradient(90deg, #c68834 0%, #d1ac53 20.4%, #c29940 44.4%, #ca9329 68.4%, #aa6e1c 97.4%);
  --white: #ffffff;
  --black: #333333;
  --box-shadow: 0px 3px 3.5px 0px #00000026;
  --title: #c68834;
  --gradient_yellow:linear-gradient(90deg, #d6a13e 0%, #c68834 50%, #edc56c 100%);
  --image_text: #F1EEE7;
  --para_black:#000000;
  --amenities_color:#004330;
  ;
}
html, body {
  overflow-x: hidden;
  font-family: emoji !important;
}
/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}


.ml{
  margin: 5px;
}
.form_header{
  font-family: emoji !important;
font-size: 17px;

line-height: 19.53px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

text-align: center;
margin: 2rem 0rem;



}
.banner_wrapper{
  height: 3rem;

  margin-bottom: 2rem;
  border-bottom: 1px solid #888888;
}

#home{
  background: #004330;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.contact-form-new::after {
  content: "";
  height: 1px;
  width: 82%;
  background-color: #000;
  position: absolute;
  /* bottom: 24px; */
  left: 50%;
  top: 27%;
  transform: translate(-50%, -50%);
 
}

.contact-form-new{
  margin-bottom: 2rem;
}


.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}


.banner_form {
  width: 100%;
}
.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #34af23;
}

.btn-floating.phone:hover {
    background-color: #34af23;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}
.location_img iframe{
width: 496px;
height: 408px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}





* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;

}

body {
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

.form-group input {
  padding: 20px 19px;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit; 
  color: inherit;
  text-align: inherit;
  cursor: pointer;
}
header.scrolled {
  background-color: rgba(0, 0, 0, 0.8); /* Adjust color and transparency */
}

.home {
  position: relative;
  width: 100%;
  min-height: 100vh; 
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; 
  
}



#container {
  transition: background-color 0.5s ease-in-out;
  background-color: transparent;  /* Default background */
}

#container.scrolled {
  background-color: white; /* Background changes to white after scrolling */
}
.home {
  position: relative;
  display: inline-block; /* Or block depending on your layout */
}
.container {
  background: transparent ;
}


.home img {
  width: 100%;
  height: auto; /* Make the image responsive */
  object-fit: fill; /* Ensure the image fully covers the container */
}

.home::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.23) -1.83%, rgba(0, 0, 0, 0.55) 53.49%, rgba(0, 0, 0, 0.63) 97.37%);
  pointer-events: none; /* Allow interaction with the image below */
}

.wrapper_banner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  position: absolute;
  top: 65%;
  left: 5%;
  transform: translateY(-50%);
  color: #FFFFFF;
  z-index: 2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content h1 {
  /* color: #EECA74; */
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.content p {
  color: #FFF;
  font-family: emoji !important;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_btn button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  /* background: linear-gradient(90deg, #C68834 0%, #D7A64E 36.4%, #E2BA64 66.4%, #D6A13E 98.99%); */
  border: none;
  border-radius: 22px 0px;
  cursor: pointer;
  transition: background 0.3s ease;
  background: #124599;
   text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.banner_btn button:hover {
  background: #124599;
}

.form_bottom{
  display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.trm_con{
  font-family: emoji !important;
font-size: 8px;
font-weight: 400;
line-height: 9.19px;
text-align: center;
text-decoration-line: underline;
text-decoration-style: solid;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.pvt_poli{
  font-family: emoji !important;
  font-size: 8px;
  font-weight: 400;
  line-height: 9.19px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  
}
.form_bottom_par{

font-family: emoji !important;
font-size: 10px;
font-weight: 400;
line-height: 9.19px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.banner_form {
  position: absolute;
    top: 50%;
    right: 0.2%;
    transform: translateY(-50%);
    padding: 2rem;
    z-index: 2;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    background: #FFFFFFF2;
    width: 25%;
    height: auto;
    margin-top:2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-top: 0rem;
}

.banner_form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* max-width: 400px; */
}

.banner_form .form-group1 input,
.banner_form .form-group1 textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 5px;
  outline: none;
  background: #F1EEE7;
  border: azure;
}

.banner_form .form-group1 input::placeholder,
.banner_form .form-group1 textarea::placeholder {
  font-family: emoji !important;
  font-size: 0.9rem;
  color: #888888;
}

.banner_form .form-group1 textarea {
  height: 100px;
}

.submit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  /* background: #CA9329; */
  background: #124599;
  border-radius: 5px;
  cursor: pointer;
}

.text_image{
  justify-content: space-between;
  gap:2rem
}

.submit_btn button {
  font-family: emoji !important;
  font-size: 1rem;
  color: white;
  background: none;
  border: none;
}
.mobile-logo{
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  width: 80%;
  top: -63px;
}
.submit_btn button:hover {
  background: #145dbf;
}

/* Social Links */
.mobile-menu .social {
  margin-top: 20px; /* Add space between navigation and social links */
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px; /* Space between icons */
}

.mobile-menu .social a {
  font-size: 24px; /* Size of the social icons */
  color: #333; /* Icon color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth hover effect */
}

.mobile-menu .social a:hover {
  color: #007bff; /* Change color on hover (blue as an example) */
}


/* ===== Navbar css ===== */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent !important;
  box-shadow: none; /* Remove shadow when transparent */
}


.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1.25rem;
  width: 100%;
  height: 3.6875rem;
  z-index: 1000;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 0.3125rem;
  cursor: pointer;
}

.hamburger div {
  width: 1.5625rem;
  height: 0.1875rem;
  background-color: #ffffff;
}

/* Logo Section */
.logo img {
  height: 3.125rem;
  width: auto;
}

/* Links Section (Desktop) */
.desktop-links {
  display: flex;
  gap: 2.5rem;
}

.desktop-links a {
  font-family: emoji !important;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--black);
  position: relative;
  transition: color 0.3s ease-in-out;
}

/* Common underline effect for both hover and active states */
.desktop-links a::after {
  content: "";
  position: absolute;
  bottom: -0.8rem; /* Adjust position */
  left: 50%;
  width: 0;
  height: 0.125rem;
  background-color: #124599;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%); /* Center the underline */
}

/* Hover effect */
.desktop-links a:hover {
  color: var(--title);
}

.desktop-links a:hover::after,
.desktop-links a.active::after {
  width: 100%;
}

/* Active link effect */
.desktop-links a.active {
  color: var(--title); /* Change text color for active state */
}




/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: var(--white);
  width: 15.625rem;
  height: 100vh;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  animation: slideOut 0.3s ease forwards;
}

.mobile-menu.active {
  animation: slideIn 0.3s ease forwards;
}

/* Close Button in Mobile Menu */
.close-btn {
  align-self: flex-end;
  font-size: 1.25rem;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--black);
  margin-bottom: 1.25rem;
}

.mobile-menu a {
  font-family: emoji !important;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--black);
  top: -40px;
  position: relative;
  transition: color 0.3s ease;
}

.mobile-menu a::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: var(--title);
  transition: width 0.3s ease;
}

.mobile-menu a:hover {
  color: var(--title);
}

.mobile-menu a:hover::after {
  width: 100%;
}

/* Contact Us Button */
.contact-us button {
  font-family: emoji !important;
  font-size: 1rem;
  font-weight: 400;
  /* background: var(--primary-gradient); */
  background-color:#124599 ;
  color: var(--white);
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-us button:hover {
  background: #145dbf
}


/* Keyframe Animations */
@keyframes slideIn {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@keyframes slideOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.floorplan {
  display: none; /* Hide inactive floorplans */
}
.floorplan.active {
  display: block; /* Show active floorplan */
}


/* ===== OVERVIEW SECTION  ===== */

.overview-title {
  color: #000000;
}

.overview-section {
  height: auto;
  /* background: var(--amenities_color); */
  padding: 7vh 4vw; /* Use viewport-based units for padding */
}



.wrapper_section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* Relative to root font size */
}

.overview-title {
  font-family: emoji !important;
  font-size: 1.375rem; /* Use rem for consistent scaling */
  font-weight: 400;
  line-height: 1.6; /* Relative line height */
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* color: #ffffff; */
  columns: var(--black);
}

.overview-line {
  margin-bottom: 0.5rem; 
}

.project-title {
  font-family: emoji !important;
  font-size: 2.8125rem; 
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
  text-underline-position: from-font;
  /* text-decoration-skip-ink: none;
  background: linear-gradient(
    90deg,
    #c68834 0%,
    #d1ac53 20.4%,
    #c29940 44.4%,
    #ca9329 68.4%,
    #aa6e1c 97.4%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #124599;
}

.image-group-wrapper-desktop {
  display: none;
}

.image-group {
  position: relative;
  width: 300px;
  height: 400px;
  margin: auto;
  perspective: 1000px; /* For the 3D rotation effect */
}

.image-main {
  z-index: 3;
  /* transform: translate(0%, 47%);  */
}


.overview-description {
  font-family: emoji !important;
  font-size: 1.125rem; 
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* color: #ffffff; */
  text-wrap: wrap;
  width: 75%; 
}

.stats-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1rem 0rem;
  margin-top: 4rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
  column-gap: 2rem; 
  justify-content: center;
  align-items: center;
}

.stat-value {
  text-wrap: wrap;
  font-family: emoji !important;
  font-size: 1.5rem; 
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* background: linear-gradient(
    90deg,
    #c68834 0%,
    #d1ac53 20.4%,
    #c29940 44.4%,
    #ca9329 68.4%,
    #aa6e1c 97.4%
  );
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;  */
  color: #124599;
}


.stat-label {
  text-wrap: wrap;
  font-family: emoji !important;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* color: #ffffff; */
}

.image-stack img {
  max-width: 100%;
  border-radius: 0.625rem;
}

.overview-title span:nth-of-type(2) {
  /* color: #ffffff; */
}

.image-group img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease-in-out;
}
.image-main {
  transform: translateZ(); /* Bring the first image forward */
  z-index: 3;
  opacity: 1;
}
.image-secondary {
  transform: translateX() rotateY(-15deg); /* Push the second image to the left */
  z-index: 2;
  opacity: 0.7;
}
.image-tertiary {
  transform: translateX() rotateY(15deg); /* Push the third image to the right */
  z-index: 1;
  opacity: 0.5;
}
.image-group-wrapper {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  gap: 2rem; 
}




  /* ===== HIGHLIGHTS  SECTION  ===== */

  .highlight_image img {
    width:680px;
    height: 364px;
    object-fit: fill;
    display: block;
  }
  
  .container_highlights {
    background: #ffffff;
  }
  
  .highlights-group {
    display: flex;
    flex-direction: column;
    gap: 2.975rem; /* 30px */
    margin: 2.5625rem 1.8125rem; /* 25px 29px */
  }
  
  .highlight_title {
    font-family: emoji !important;
    font-size: 1.181875rem; /* 18.91px */
    font-weight: 400;
    line-height: 1.358125rem; /* 21.73px */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: var(--amenities_color); */
  }
  
  .highlight-description {
    font-family: emoji;
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    line-height: 1.2925rem; /* 20.68px */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
  }
  
  .highlight_section {
    /* background: var(--amenities_color); */
  }
  
  .highlight_image img {
    width: 680px; /* Make the image take the full width of its container */
    height: 364px; /* Maintain the aspect ratio */
  
    object-fit: cover; /* Ensures the image covers the container area if needed */
    max-width: none; /* Removes any width limitation */
  }

  .swiper-container {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .swiper-wrapper {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
  }
  
  /* Keyframes for continuous right-to-left scroll */
  @keyframes scrollLeft {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  /* Pause animation on hover */
  .swiper-wrapper:hover {
    animation-play-state: paused;
  }
  
  /* Ensure slides are positioned correctly */
  .swiper-slide {
    flex: 0 0 auto;
    width: 300px; /* Adjust as needed based on your design */
  }
 
  
  
  .highlight_items {
    display: flex
    ;
        flex-direction: row;
        margin-top: 1.25rem;
        /* padding: 5.3125rem 3.125rem; */
        justify-content: space-between;
        padding: 1rem 0rem;
        margin: 4rem 1rem;
  }
  
  .highlights {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1.5rem;
    align-items: center;
  }
  
  .mt {
    margin-top: 1rem;
  }
  .mb{
    margin-bottom: 8rem !important;
  }
  
  .highlight_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* margin: -0.8125rem -1.8125rem;  */
    gap: 1.5rem;
  }
  
  .hight_description {
    width: 11.375rem; 
    height: 4.5rem;
    font-family: emoji !important;
    font-size: 1rem; 
    font-weight: 300;
    line-height: 1.14875rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: var(--white); */
  }
  .amenities_row {
    display: flex;
    justify-content: space-between;
    gap: 32px; /* Space between items */
    flex-wrap: nowrap;
  }
  
  .text_image {
    display: flex;
    flex-direction: row;
  }
  
  .text_image:nth-child(odd) {
    flex-direction: row; 
  }
  
  .text_image:nth-child(even) {
    flex-direction: row-reverse; 
  }
  
  .text_container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: auto;
    width: 68%;
  }
  
  .top_wrapper {
    padding: 4.1875rem 3.6875rem; 
  }
  
  .title {
    /* color: #E2BA64; */
    color: #124599;
    text-align: left;
    font-family: emoji !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 2rem;
  }

  .icons > img{
    height: 188px;
    width: 188px;
  } 
  




 /* ===== AMENITIES  SECTION  ===== */
 .amenities {
  background: #FFFFFF;
  padding: 1.0625rem 2.5625rem;
  padding-top: 2rem;
}

.amenities_item {
  width: 15.75rem;
  height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}

.amenities_item:nth-of-type(even) {
  background: #F1EEE7;
  box-shadow: 0px 0.346875rem 0.346875rem 0px #FFFFFF26;
}

.amenities_item:nth-of-type(odd) {
  background-color: #c8e6c9;
  width: 15.75rem;
  height: 13rem;
  display: flex;
  /* background: var(--amenities_color); */
  background-color: #124599;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}

.amenities_items {
      display: flex;
      flex-direction: row;
      margin-top: 3rem;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      column-gap: 4rem;
      row-gap: 2rem;
}
.amenities_items2 {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 4rem;
  row-gap: 2rem;
}

.amenities_icon {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.amenities_icon img {
  width: 4.09875rem;
  height: 4.09875rem;
  display: block;
}

.amenities_title {
  font-family: emoji !important;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.796875rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: linear-gradient(90deg, #C68834 0%, #D1AC53 20.4%, #C29940 44.4%, #CA9329 68.4%, #AA6E1C 97.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.amenities_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.amenities_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  animation: scrollLeft 20s linear infinite;
  width: max-content; /* Adjust width dynamically */
}
.amenities_items2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  animation: scrollLeft 20s linear infinite;
  width: max-content; /* Adjust width dynamically */
}

/* Dynamic animation will be applied via JS */
@keyframes scrollLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.amenities_item {
  width: 15.75rem;
  height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  box-sizing: border-box;
}

.amenities_items:hover {
  animation-play-state: paused;
}
.amenities_items2:hover {
  animation-play-state: paused;
}

.amenities_layer + .amenities_layer {
  margin-top: 2rem;
}




 /* ===== BROCHURES   SECTION  ===== */
 .brochures {
  height: auto;
  /* background: var(--amenities_color); */
 padding: 7.25rem 3.5625rem;;
  margin-top: 3.0625rem;
}

.brochures_text {
  margin-top: 1rem;
}

.btn {
  display: flex;
  flex-direction: row;
  gap: 13.5625rem;
}

.brochure_description {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}

.download_btn {
  width: 16.25rem;
  height: 3.3125rem;
  /* background: linear-gradient(90deg, #C68834 0%, #D7A64E 15.08%, #E2BA64 36.18%, #EECA74 57.29%, #EDC56C 77.39%, #D6A13E 98.99%); */
  border-radius: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #124599;
}
.swiper-slide{
  margin-right: 0px !important;
}
.swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.swiper-wrapper {
  display: flex;
  gap: 0;
  transition: transform 1s ease-in-out; /* Smooth slide transition */
}

/* Ensure slides are positioned correctly and responsive */
.swiper-slide {
  flex: 0 0 auto;
  width: 300px; /* Adjust as needed */
}

/* Pause scrolling when hovered */
.swiper-container:hover .swiper-wrapper {
  animation-play-state: paused;
}
/* Swiper container */
.swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Swiper wrapper - making it flex for horizontal scroll */
.swiper-wrapper {
  display: flex;
  gap: 0; /* Remove any extra space */
  width: max-content;
  animation: infiniteScroll 20s linear infinite;
}

/* Each slide styling */
.swiper-slide {
  flex: 0 0 auto;
  width: 300px; /* Adjust based on your design */
  transition: transform 1s ease-in-out;
}

/* Keyframes for infinite looping animation */
@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause scrolling animation on hover */
.swiper-wrapper:hover {
  animation-play-state: paused;
}




  /* ===== BROCHURES   SECTION  ===== */
  .brochure_img {
   width: 27.5rem;
    height: 27.125rem;
  }
  .brochure_img img{
    width: 27.5rem;
    height: 27.125rem;
  }
  
  .bg_cl {
    background: #FFFFFF !important;
  }
  
  .brochure_highlight {
    font-family: emoji !important;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.796875rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: #FFFFFF; */
  }
  
  .brochure_text {
    font-family: emoji !important;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.43625rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: #FFFFFF; */
    margin-top: 1rem;
  }
 
  
  .brochure_container {
    display: flex;
    flex-direction: row;
    gap: 7.5rem;
  }
  
  .btn_img {
    display: flex;
    flex-direction: row;
    gap: 4rem;
  }
  
  .download_btn button {
    font-family: emoji !important;
    font-size: 1.151875rem;
    font-weight: 400;
    line-height: 1.32375rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
  }
  
  /* .download_btn {
    width: 5.6875rem;
    height: 1.156875rem;
  } */
  
  .textContent {
    display: flex;
    flex-direction: column;
    gap: 3.4375rem;
  }
  
.text_alignment{
  justify-content: center;
  text-align: start;
  gap: 1rem;
}
.text_size_para{
  font-size: 1.5rem;
}


.btn-floating{
  display: flex
  ;
      justify-content: center;
      align-items: center;
}
  
  
  /* =====  PRICING   SECTION  ===== */


  .pricing {
    height: auto;
    background: var(--white);
    overflow: hidden;
    padding: 23px 39px;
  }
  
  .heading_container {
    padding: 2.4375rem 2.8125rem;
  }
  
  .pricing_imags {
    display: flex;
    flex-direction: row;
    gap: 1.875rem;
    justify-content: space-evenly;
    margin-top: 2.25rem;
    flex-wrap: wrap;
  }
  
  .pricing_para {
    font-family: emoji !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.005625rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
  }

  
  .imgContent {
    width: 15.0625rem;
    height: 7.3rem;
    background: var(--image_text);
    align-items: center;
    position: relative;
    transform: translate(50%, -102%);
    display: flex;
    flex-direction: column;
    gap: 0.8125rem;
    padding: 0.8125rem 1.3125rem;
    position: absolute  ;
    align-items: flex-start;
  }

 

  .font_size{
    font-size: 2rem;
  }
  
  .pricing_btn {
    width: 100px;
    height: 2.4rem;
    border-radius: 0.2375rem;
    /* background: #E2BA64; */
    background-color: #124599;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* margin-left: 5rem; */
    margin-top: 0;
  }
  .pricing_btn a{
    text-decoration: none;
  }
  
  .h_title {
    font-family: emoji !important;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.43625rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #000;
  }
  
  .item_btn {
    font-family: emoji !important;
    font-size: 0.665rem;
    font-weight: 400;
    line-height: 0.764375rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    position: relative;
    /* top: -3px; */
  }
  




 /* =====  LOCATION    SECTION  ===== */

 .location {
  height: auto;
}

.location_container {

  display: flex;
  justify-content: space-between;
  gap: 7.75rem;
  margin: 3.9375rem 0.4375rem;
}
.location_container_wrapper{
  width: 88%;
  /* background: var(--amenities_color); */
  padding: 51px 71px;
}


.location_para {
  font-family: emoji !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.14875rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* color: #FFFFFF; */
  padding: 1.0625rem 1.0625rem;
}

.location_text {
  border-top: 0.0625rem solid var(--para_black);
}

.location_img {
  width: 32.8125rem;
  height: 9.0625rem;
  width: 32.8125rem;
  height: 9.0625rem;
  position: absolute;
  left: 63%;
}

.location_img img {
  height: 21.9375rem;
}



 /* =====  CONTACT    SECTION  ===== */
 .contact {
  width: 100%;
  background: #FFFFFF;
  padding: 0.25rem 3.3125rem;
  padding-bottom: 3rem;
}

.contact_container {
  padding: 2.5625rem 0.0625rem;
}

.form_text {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  justify-content: space-between;
}

.form_phone {
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.67625rem;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* color: #C68834; */
  color: #124599;
}

.form_desc {
  font-family: emoji !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.14875rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #888888;
}

.form_des {
  font-family: emoji !important;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.925rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.form-group input {
 
  height: 3.1675rem;
  border-radius: 0.344375rem;
  background: #F1EEE7;
  border: none;
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border: 0.0625rem solid transparent;
}

form {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.text_cont {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
  width: 38.75rem;
}
.text_cont_location{
  display: flex;
  flex-direction: column;
  width: 66%;
}
 


.form_phone {
  display: flex;
  flex-direction: row;
  gap: 2.0rem;
}

.form-group textarea {
  width: 32.51125rem;
  height: 3.1675rem;
  border-radius: 0.344375rem;
  background: #F1EEE7;
  border: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {

  height: 1.845rem;
  border-radius: 0.200625rem 0 0 0;
}

.form_btn {
  width: 32.51125rem;
  height: 4.004375rem;
  border-radius: 0.344375rem;
   background: #124599;
   /* color: #124599; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-btn {
  font-family: emoji !important;
  font-size: 1.075625rem;
  font-weight: 500;
  line-height: 1.23625rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}




 /* =====  FOOTER     SECTION  ===== */


 .footer_img {
  display: flex;
}

footer {
  /* background: #004330; */
  background-color: #124599;
}

footer .social a {
  display: inline-block;
  margin: 0 0.625rem; /* 10px */
  font-size: 1.5rem;
  color: #000;
  transition: color 0.3s ease;
}

footer .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.875rem; /* 30px */
  transition: color 0.3s ease;
}

footer .social a:nth-child(1) {
  color: #1877f2;
}

footer .social a:nth-child(2) {
  color: #1da1f2;
}

footer .social a:nth-child(3) {
  color: #e91919;
}

footer .social a:nth-child(4) {
  color: #e1306c;
}

footer .social a:nth-child(1):hover {
  color: #145dbf;
}

footer .social a:nth-child(2):hover {
  color: #1880c4;
}

footer .social a:nth-child(3):hover {
  color: #b71515;
}

footer .social a:nth-child(4):hover {
  color: #bc2656;
}

footer .copyright {
  text-align: center;
  margin-top: 0.9375rem; /* 15px */
  font-size: 0.9rem;
  /* color: var(--amenities_color); */
  color: #ffff;
}

footer .copyright a {
  text-decoration: none;
  color: inherit;
}

.footer_items{
  display: flex;
  justify-content: space-between;
  flex-direction: column  ;
}

.disclaimer{
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer .disclaimer a {
  text-decoration: none;
  /* color: inherit; */
}
.footer1{
  padding: 1rem 1rem
}

.error-message {
  color: red;
  font-size: 0.9rem;
  margin-top: 5px;
  display: block;
}




  
 /* =====  SWIPER      SECTION  ===== */



 .swiper-container {
  width: 100%; /* Full-width for responsiveness */
  overflow: hidden; /* Prevent overflow */
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper {
  display: flex; /* Ensures slides align properly */
  transition: transform 0.3s ease; /* Smooth transitions */
}

.swiper-container{
  width: 100%;
}












































/* COMMON CODE */




.bg_text {
  font-family: emoji !important;
  font-size: 1.375rem; 
  font-weight: 300;
  line-height: 1.58rem; 
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #000000;
}
.bottom_cta {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
 
z-index: 99999;
box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.25);

}


.bottom_cta .left,
.bottom_cta .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.bottom_cta .left {
  background: white;
}

.bottom_cta .right {
  background: #D69D2E;
}

.bottom_cta a {
  display: flex;
  align-items: center;
  gap: 10px;
 
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.bottom_cta a.whatsapp {
  color: #0B6E21;
  font-family: "Lexend Deca";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.bottom_cta a.contact {
  color: #FFF;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.bottom_cta a:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.content > h2{
  font-size: 2rem;
  color: #EECA74;
  font-weight: 700;
  }

  .content h2 {
    margin-bottom: -3px;
    /* font-size: 2rem; */
    /* color: #EECA74; */
    /* font-weight: 700; */
    /* color: #248e4f; */
    display: inline-block;
    padding: 0.5rem;
    font-size: 20px;
    text-transform: uppercase;
    color: #124599;
    font-weight: 800;
    background-color: #fff;
    border-radius: 22px 0;
    /* margin-left: 141px; */
    font-size: 24;
    font-family: 'Montserrat' !important;
    width:12rem;
    text-shadow: none;
    text-align:center;
  }

@media screen and (max-width: 768px) {
  .location_img {
    position: unset;
    height: 9.0625rem;
    transform: translate(-2rem, -2.875rem);
    width: 80% !important;
    margin: auto;
}

.icons > img{
  height: 100%;
  width: 100%;
} 
.content h2 {
  margin-bottom: -3px;
  display: inline-block;
  padding: 0.5rem;
  font-size: 20px;
  text-transform: uppercase;
  color: #124599;
  font-weight: 800;
  background-color: #fff;
  border-radius: 22px 0;
  font-size: 24;
  font-family: 'Montserrat' !important;
  width:11rem;
  text-shadow: none;
  text-align:center;
}

.location_container_wrapper{
  width: 100%;
  /* background: var(--amenities_color); */
  padding: 0px 0px;
}
.location {
  width: 100%;
  height: auto;
  /* background: var(--amenities_color); */
  padding: 2.25rem 0.8625rem !important;
}
.mb {
  margin-bottom: 0rem !important; 
}
.location_para {

  padding: 1.0625rem 0.0625rem;
}

 /* ===== NAVBAR   SECTION  ===== */

 .image-group-wrapper {
  display: none; /* Show images on mobile */
}
.image-group-wrapper-desktop {
  display: block;
}

  /* ===== OVERVIEW SECTION  ===== */

  .stats-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 11px;
  }
  
  .stat-value {
    font-size: 1.668125rem;
    line-height: 1.80125rem;
    text-align: center;
  }
  
  .stat-label {
    font-size: 0.76625rem;
    line-height: 0.880625rem;
  }
  
  .overview-description {
    margin-top: 1.6875rem
    ;
  }





  .home img{
    min-width: fit-content;
    margin-top: -25px;
  }

  .overview-description {
    font-size: 0.875rem;
    line-height: 1.005625rem;
  }
  
  .overview-description {
  /* border-bottom: 1px solid #d6a13e; */
  /* padding-bottom: 29px; */
  /* color: #FFF; */
  margin-top: 0px;
  font-family: emoji !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100% ;
  padding: 0px 1.6rem; 
  }
  .title{
    align-items: center;
  }
  
  .mb{
    margin-bottom: 0rem;
  }
  .overview-section {
    height: auto;
    /* background: var(--amenities_color); */
    /* padding: 2.3125rem 4.625rem; */
    /* padding-right: 4.9375rem; */
    padding: 7vh 4vw;
  }
  
  .location_img iframe{
    width: 116%;
    height: 350px;
  }

  .stat-item {
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }
  .highlights-group{
    gap: 3.975rem
  }

   /* ===== HIGHLIGHTS SECTION  ===== */
   .highlights-group div:nth-of-type(4){
    margin-top: -35px;

   }
   .highlights-group > .text_image:last-child .overview-description{
    border-bottom: none;
   }

   .text_image:nth-child(odd) {
    flex-direction: column;
    /* margin-bottom: -50px */
  }

  
  .text_image:nth-child(even) {
    flex-direction: column;
  }
  
  .hight_description {
    height: auto;
    width: auto;
  }

  .font_size{
    font-size: 1rem !important;
  }
  
  .text_image {
    display: flex;
    flex-direction: column;
    gap: 3.25rem;
  }
  .highlight_image{
    margin-bottom: -25px;
  }
  .highlight_image img {
    width: 100%;
    height: auto;
    /* margin-bottom: -10px; */
    object-fit: cover;
    max-width: none;
  }
 
  
  .highlight_items {
    display: grid;
    margin-top: 1.25rem;
  
    grid-template-columns: 1fr;
    gap: 2.125rem;
  }


  .text_container{
    width: 100%;
  }
  
  .icons img {
   width: 100%;
   height: 100%;
  }
  
  
  .highlight-description {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 0.874375rem;
  }
  
  .top_wrapper {
    padding: 1.3125rem 1.25rem;
  }




  
   /* ===== AMENITIES SECTION  ===== */
   .amenities_title {
    font-size: 0.78rem;
    line-height: 0.89625rem;
  }
  
  .amenities {
    padding: 2.4375rem 1.875rem;
  }
  
  .amenities_icon img {
    width: 1.3125rem;
    height: 1.3125rem;
  }
  .text-wrapper{
    gap: 0px;
  }
  .amenities_items {
    display: grid;
    flex-direction: row;
    gap: 1.25rem;
    margin-top: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
  }
  .amenities_items2 {
    display: grid;
    flex-direction: row;
    gap: 1.25rem;
    margin-top: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
  }
  
  .amenities_item:nth-of-type(even) {
    width: 7.8125rem;
    height: 6.4375rem;
    background: #F1EEE7;
    box-shadow: 0px 0.346875rem 0.346875rem 0px #FFFFFF26;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
  }
  
  .amenities_item:nth-of-type(odd) {
    background-color: #c8e6c9;
    width: 7.8125rem;
    height: 6.4375rem;
    display: flex;
    /* background: var(--amenities_color); */
    background-color: #124599;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
  }
  
  .amenities_icon {
    gap: 1.5rem;
  }
  


   /* ===== BROCHURES  SECTION  ===== */


   .brochures {
    padding: 1rem 3.5625rem;
    height: auto;
  }
  
  .item_btn {
    font-size: 0.461875rem;
    line-height: 0.530625rem;
    display: flex;
  }
  
  .project-title {
    margin-left: 0px;
    font-size: 1.25rem;
    line-height: 1.4575rem;
    font-family: emoji !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .btn {
    display: flex;
    flex-direction: row;
    gap: 4.9375rem;
  }


  
  .brochure_img {
    width: 100%;
    height: 33.1875rem;
  }
  
  .brochure_img img {
    width: 100%;
    height: auto;
    object-fit: fill;
    display: block;
  }
  
  .brochure_container {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    gap: 0px;
  }
  
  .download_btn button {
    font-size: 0.403125rem;
    line-height: 0.463125rem;
  }
  .font_weight{
    font-family: emoji !important;
font-size: 15px;
font-weight: 400;
line-height: 17.24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

  }


  
  .brochure_highlight {
    font-size: 1rem;
    line-height: 0.78875rem;
  }
  
  .brochure_text {
    font-size: 1rem;
    line-height: 0.63125rem;
  }
  
  .btn_img img {
    width: 0.50625rem;
    height: 0.875rem;
  }
  
  .textContent {
    gap: 1.75rem;
  }
  

 /* ===== PRICING  SECTION  ===== */
 .imgContent {
  width: 10.46rem;
  height: 5.035rem;
  gap: 5px;
  align-items: center;
  transform: translate(116%, -102%);
}

.pricing {
  height: auto;
  background: #FFFFFF;
  padding: 2.4375rem 1.875rem;
  width: 100%;
  padding-bottom: 7rem;
}

.pricing_imags {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.1rem;
  margin-top: 20px;
  margin-bottom: -75px;
  justify-content: center;
  /* align-items: center; */
  height: auto;
  margin-top: 5rem;
  
}

.pricing_para {
  font-size: 0.6075rem;
  line-height: 0.698125rem;
}

.h_title {
  font-size: 0.868125rem;
  line-height: 0.9975rem;
}


 /* ===== LOCATIONS   SECTION  ===== */
 .location_container {
  display: flex;
  gap: 14.0625rem;
  margin: 3.9375rem 0.4375rem;
  flex-direction: column-reverse;
  margin-top: 6rem;
}


.location {
  width: 100%;
  height: auto;
  /* background: var(--amenities_color); */
  padding: 2.25rem 2.4375rem;
}

.location_img img {
  height: 21.9375rem;
  width: 113%;
}

.location_img {
  position: unset;
  height: 9.0625rem;
  transform: translate(-2rem, -2.875rem);
  width: 100%;
}

 
 /* ===== CONTACT   SECTION  ===== */
 .contact {
  width: 100%;
}

.form_btn {
  width: 19.17125rem;
  height: 2.36125rem;
}
.contact{
  padding: 0.4375rem 1.875rem;
  padding-bottom: 3rem;
}

.contact img {
  /* width: 100%; */
}

.form_phone {
  text-wrap: nowrap;
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  justify-content: start;
  align-items: center;
}

.form-group input {
  width: 100%;
}

.form-group textarea {
  width: 100%;
}

.form_btn {
  width: 100%;
}

.form_text {
  flex-direction: column;
}
.banner_form{
  display: none;
}

.text_cont {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.9375rem;
  width: 100%;
}
.location_container .text_cont{
  gap: 0px;
}
.item4{
  order: -2;
}
.item1{
  order: -2;
}
.form-group input {

  height: 1.868125rem;
  padding: 20px 19px;
}

.text_cont_location{
  width: 100%;
}

.amenities_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  animation: none;
  width: max-content;
}
.amenities_items2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  animation: none;
  width: max-content;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  font-family: emoji !important;
  font-size: 0.634375rem;
  font-weight: 400;
  line-height: 0.729375rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.form-group textarea {
 width: 19.17125rem;
  height: 4.335rem;
}

.form_phone {
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.143125rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.form_des {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}




 /* ===== FOOTER   SECTION  ===== */
 .footer_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content{
  top: 73%;
}

.content h1 {
  /* color: #EECA74; */
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 23.82px;
  line-height: 27.37px;
}

.content p {
  font-size: 15.73px;
  line-height: 17.47px;
  
}

 /* =====    SECTION  ===== */

 .swiper-slide, swiper-slide {
height: auto  ;
}

.home img {
  min-width: -webkit-fill-available;
  margin-top: -25px;
  height: 100vh !important;
}
.home{
  min-height: auto !important; 
}
.content{
    border-radius: 5px;

  gap:1rem
}

.contact-form-new::after {
  top: 33%;
}




}

@media screen and (max-width: 390px){

  
 /* ===== AMENITIES   SECTION  ===== */


  .amenities_items {
      display: grid;
      flex-direction: row;
      margin-top: 3rem;
      flex-wrap: wrap;
      grid-template-columns: 1fr 1fr;
  }
  .amenities_items2 {
    display: grid;
    flex-direction: row;
    margin-top: 3rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
}
.mb {
   margin-bottom: 0rem !important; 
}


 /* ===== PRICING    SECTION  ===== */

  .pricing_img{
    height: 46%;
  }
  .pricing_img{
    width: 92% !important;
  }
  .pricing_img img{
    width: 100%;
  }
  .imgContent {
    width: 241px;
    height: 116px;
    background: #F1EEE7;
    position: relative;
    transform: translate(74%, -102%);
}

.h_title{
  font-size: 13.89px;
  line-height: 15.96px;
  }

  .pricing_para{
    font-size: 9.72px;
    line-height: 11.17px;
    
    }

    .location_img iframe {
      width: 120%;
      height: 239%;
  }
    

    .imgContent{
      width: 167.36px;
      height: 80.56px;
      position: absolute;
     
      }
     

      .banner_form {
        display: none;
      }


      .content h1 {
 
        font-size: 22px;
   
        line-height: 25.28px;
        font-family: emoji !important;


        
        
      }
      
      .content p {
        line-height: 17.24px;
        color: #FFFFFF;
     

      
        
      }

      .mt{
        margin-top: 2rem
      }
      
 

    
  }

  /* Responsive Styles */
@media screen and (max-width: 768px) {
  .desktop-links {
    display: none;
  }
 .container{
     padding: 0.625rem 0.25rem;
 }
   
    

  .brochure_img{
    width: 100%;
    height: fit-content;
  }
  .brochure_img img{
    width: 100%;
  }



  .hamburger {
    display: flex;
  }

  .logo {
    margin: 0 auto;
    display: flex;
  }
  .logo  {
    display: flex;
  }
 
}

@media screen and (max-width: 375px) {
  .logo  {
    display: flex;
  }
}
  
  /* Spinner code */
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: 26px/1.5 Monospace;
    color: #FFE05D;
    perspective: 100px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.475);
    display: none;
  }
  .loading-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    text-align: center;
  }
  .loader {
    height: 0px;
    width: 0px;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .loader-text{
    margin-top: 150px;
    margin-left: 35px;
  }
  @-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

