

/* =====================================
  HEADER(MENU)
===================================== */
.bg {
  background-image: url(../images/HomeBanner.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  position: relative;
  transition: background 0.3s ease, background-image 0.3s ease;
}

.bg .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; left:0; right:0; bottom:0 */
  background: rgba(0,0,0,0.5);
  transition: background 0.3s ease;
}

/* =====================================
   DESKTOP DROPDOWN CENTERED
===================================== */
.navbar .dropdown-menu {
  width: 90vw;
  max-width: 1100px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 !important;
}
.nav-item {
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    color: #fff !important;   /* white nav items */
   margin-left: 20px; /* adjust the gap */
    }

.navbar {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
 padding-bottom: 6px !important; /* reduce bottom padding */
}

.leftmenu{
 margin-left: 90px;
  margin-top: 12px;
}
.rightmenu{
margin-right: 90px;
 margin-top: 10px;
}

.nav-item .nav-link {
    color: #fff !important;   /* also make the link text white */
}

.nav-item:hover .nav-link {
    color: #cfa34c !important;   /* gold on hover */
}




.menuimage {
  border-radius: 5px;
  margin: 15px 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.list-group{

padding-bottom: 200px;
}
.list-group-item {
    border: 0 !important;
    padding-left:5!important; /* optional: removes slight indent */
    font-family: Lato;
    font-weight:700;
    font-size: 14px;
}
.list-group-item:hover {
    color: #cfa34c !important;
    background: #c5c7bf;
}

/* Center the hero block */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

/* Heading styles */
.hero-content h1 {
  font-family: "Chronicle Display", serif;
  font-weight: 400;
  font-size: 52px;
  letter-spacing: 3px;
  color: white;
}

/* Sub text */
.hero-content p {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-top: 10px;
}

/* Button styling */
.hero-content button {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  color: white;
  background-color: grey;
  height: 50px;
  width: 180px;
  border-radius: 25px;
  border: none;
  margin-top: 20px;
  letter-spacing: 3px;
  transition: 0.3s;
}

.hero-content button:hover {
  background-color: white;
  color: grey;
}

/* ========================================================
   ⭐ MOBILE + TABLET
======================================================== */
@media (max-width: 1000px) {

  /* Banner background */
  .bg {
    background-image: url(../images/New launch Banner 2.png);

    height: 600px;
  }

 .bg .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; left:0; right:0; bottom:0 */
  background: rgba(0,0,0,0.5);
  transition: background 0.3s ease;
}
  /* Navbar brand spacing */
  .navbar-brand {
    margin-left: 20px;
    margin-top: 10px;
  }

  /* Mobile logo + toggler alignment */
  .navbar-mobile-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; /* logo left, toggler right */
    width: 100%;
    padding: 0 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  }

.nav-item {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    color: black;!important;   /* black nav items */
}

.nav-item .nav-link {
    color: #000 !important;   /* also make the link text black */
}

.nav-item:hover .nav-link {
    color: #cfa34c !important;   /* gold on hover */
}
  /* Offcanvas adjustments */
  .offcanvas-header {
    margin-top: 15px;
    margin-left: 15px;
  }

  .offcanvas-body {
    width: 100%;
  }

  /* Toggle + close button styling */
  .btn-close, .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .navbar-toggler-icon {
    filter: brightness(0) invert(1); /* white color */
  }
}
/* Full height offcanvas */
.offcanvas {
  height: 100vh;            /* full viewport height */
  overflow-y: auto;         /* allow vertical scroll */
}



.nav-item:hover .nav-link {
    color: #cfa34c !important;   /* gold on hover */
}
.navbar-toggler{
  border: none !important;
  box-shadow: none !important;
  outline: none !important; 
}

#mAbout a,
#mComm a,
#mProp a,
#mMedia a {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #26262A !important;
    text-decoration: none;
}

#mAbout a:hover,
#mComm a:hover,
#mProp a:hover,
#mMedia a:hover {
    color: #cfa34c !important;  /* gold on hover */
}

.toggle-sub-btn {
    background: none;
    border: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 10px;
}
.main-link:hover {
    color: #cfa34c !important;      /* Text color */
}

.main-link {
    transition: color 0.3s ease;    /* Smooth hover effect */
}
.toggle-sub-btn:hover {
    color: #cfa34c;
}
.main-link {
    border: none !important;
    background: transparent !important;
    padding-left: 0;
    color: white; /* default text color */
}

.main-link:focus,
.main-link:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* ⭐ Mobile + Tablet (≤ 992px) */
@media (max-width: 992px) {

  .hero-content h1 {
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
  }

  .hero-content p {
    font-size: 14px;
    text-align: center;
  }

  .hero-content button {
    width: 150px;
    height: 45px;
    font-size: 11px;
    margin: 20px auto 0;  /* center the button */
    display: block;
  }
}

/* ========================================================
   ⭐ MOBILE EXTRA RULES
======================================================== */
@media (max-width: 768px) {

  .navbar .dropdown-menu {
    width: 100vw !important;
    left: 0 !important;
    transform: none !important;
  }

  .bg {
    background-image: url(../images/New launch Banner 2.png);
  }

  .navbar {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

/* =====================================
   DROPDOWN HOVER (DESKTOP)
===================================== */
.dropdown-menu>li:hover>.submenu,
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-hover>.dropdown-toggle:active {
  pointer-events: none;
}






/* =====================================
   SECTION1
===================================== */
/* Right side image */
.detail {
  width: 100%;
  height: 500px;        /* fixed height for desktop */
  object-fit: cover;    /* ensures the image fully fills container */
  display: block;       /* removes inline spacing */
}

/* Desktop logo */
.desklogo {
  width: 280px;
  height: 100px;
  margin-left: 20px;
  margin-top: 10px;
}

/* Desktop text */
.desktext {
  margin-left: 40px;
  max-width: 540px;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  margin-top: 15px;
  font-family: "Lato";
}

/* Desktop button */
.deskbutton {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  background-color: transparent;
  height: 50px;
  width: 250px;
  border-radius: 25px;
  border: 1px solid #000;
  margin-left: 40px;
  letter-spacing: 3px;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}

.deskbutton:hover {
  background-color: transparent;
  color: grey;
  border-color: #cfa34c;
  border-width: 1.5px;
}

/* MOBILE + TABLET FIXES */
@media (max-width: 992px) {

  /* Stack columns vertically */
  .row.align-items-center {
    flex-direction: column;
  }

  /* Center logo, text, button */
  .col-md-6 {
    text-align: center;
    padding: 0 15px;
  }

  .desklogo {
    margin: 0 auto;
    display: block;
  }

  .desktext {
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }

  .deskbutton {
    width: 50%;
    margin: 15px 0;
  }

  /* Image adjustments */
  .detail {
    width: 100%;
    height: auto;        /* allow natural height on mobile */
    margin-top: 20px;
    object-fit: cover;
  }
}


/* =====================================
   SECTION 2
===================================== */

/* Section Background */
.glr {
  padding-bottom: 30px;
  
}

/* Heading */
.glrhd {
  font-family: Lato;
  color: black;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
 padding-top: 50px;
}

/* Image Wrapper */
.gallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.25;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}

/* Image */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;

}

/* Hover Zoom */
.gallery-item:hover img {
  transform: scale(1.12);
}

/* Dark Overlay */
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.3s;
  pointer-events: none;
}

.gallery-item:hover::after {
  background: rgba(0, 0, 0, 0.6);
}

/* Card Body */
.card-body {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 40px;
 height: 270px;
  background: transparent;
}

/* Titles */
.card-title {
  font-family: Kugile;
  font-size: 30px;
  color: black;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-top: 30px;
}

/* Paragraph Text */
.card-text {
  font-family: Lato;
  font-size: 17px;
  color: black;
  width: 320px;
  margin-left: 20px;
 margin-top: 10px;
 line-height: 28px;
}


/* Tablet & Mobile Fixes */
@media (max-width: 992px) {
  /* Card Body adjustments */
  .card-body {
    border-left: none; /* remove left border */
    border-top: 1px solid rgba(0, 0, 0, 0.2); /* top border for separation */
    text-align: center;
    margin-left: 0; /* center the card text */
    height: auto; /* let height adjust naturally */
    width: 100%; /* full width on tablet */
  }
  
  /* Card Titles */
  .card-title {
    padding-top: 30px;
    margin-left: 0;
    font-size: 28px; /* slightly smaller for tablet */
  }

  /* Card Text */
  .card-text {
    margin-left: 0;
    width: 100%; /* full width for text */
    font-size: 16px;
    line-height: 26px;
    padding: 0 15px; /* add horizontal padding */
  }

  /* Gallery Images */
  .gallery-item {
    aspect-ratio: 1 / 0.8; /* better ratio for tablet */
  }

  /* Optional: spacing between cards */
  .col-md-4 {
    margin-top: 30px; /* add spacing between stacked cards */
  }
}

/* Mobile Fixes */
@media (max-width: 576px) {
  .glrhd {
    font-size: 22px;
    padding: 0 20px;
  }

  .gallery-item {
    aspect-ratio: 1 / 0.75; /* adjust image ratio for mobile */
  }

  .card-title {
    font-size: 24px;
    padding-top: 15px;
  }

  .card-text {
    font-size: 15px;
    line-height: 24px;
    padding: 0 15px;
  }

  .card-body {
    margin-left: 0;
  }
}
/* Desktop-only second card margin */
@media (min-width: 992px) {
  .card2 {
    margin-top: 130px !important; /* force desktop margin */
  }
}

/* Tablet & Mobile Reset */
@media (max-width: 992px) {
  .card2 {
    margin-top: 30!important; /* remove margin on tablet/mobile */
  }
}

/* =====================================
   SECTION 3
===================================== */
.carousel-img {
  width: 100%;
  height: 500px;         /* fixed height for desktop */
  object-fit: cover;     /* ensures full cover without distortion */
}

.caption-container{
  height: 200px;
  width: 100%;
  background-color:#d1d1d1;
}

.pr-logo{
  padding-top: 30px;
 }
 /* Wrap all items in one line */
.amenities-row {
  display: flex;
  align-items: center;
  gap: 30px;               /* space between each amenity */
  flex-wrap: nowrap;       /* keep all items on same line */
}

.pr-icons{
  padding-top: 30px;
  display: flex;
  align-items: center;    /* vertically centered */
  gap: 10px;              /* space between items */
}

.vline {
  width: .2px;
  height: 80px;
  background-color: #cfa34c;
   margin-left:45px ;
}

.pr-icons p {
  font-family: Lato;
  font-weight: 400;
  letter-spacing: 3px;  
  font-size: 10px;
  margin-top: 10px;
  color: black; 

  
}

.explr{
  background-color:#d1d1d1 ;
  height: 100px;
}

.explr button {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  background-color: transparent;
  height: 50px;
  width: 250px;
  border-radius: 25px;
  border: 1px solid #000;
  letter-spacing: 3px;
  transition: 0.3s ease-in-out;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;             /* space between text + arrow */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

/* Hidden arrow icon (→) */
.explr button::after {
  content: "→";
  font-size: 16px;
  opacity: 1;
  transform: translateX(-5px);
  transition: 0.3s ease-in-out;
}

/* On Hover: show the arrow */
.explr button:hover::after {
  opacity: 2;
  transform: translateX(5px);
}

/* Optional hover styles */
.explr button:hover {
  color: black;
  border-color: #cfa34c;
}


/* ============ Tablet (≤ 992px) ============ */
@media (max-width: 992px) {
  .carousel-img {
    height: 350px;
  }

  .pr-logo {
    text-align: center;      /* center the content */
    padding-left: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center; /* center horizontally */
  }

  .pr-logo img {
    margin: 0 auto;          /* ensure exact centering */
  }
}

/* ============ Mobile (≤ 576px) ============ */
@media (max-width: 576px) {
  .carousel-img {
    height: 250px;
  }

  .pr-logo {
    text-align: center;
    padding-left: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .pr-logo img {
    margin: 0 auto;
  }
}



/* =====================================
  FOOTER
===================================== */
.footer {
  margin-top: 50px;
  padding-top:50px;
  height: auto;
  width: 100vw; /* Full viewport width */

}

/* Logo Line */
.logo-line-container {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-right: 0px; /* FIXED TYPO */
}
.logo-line-container .line {
  flex: 1;
  height: 0.2px;
  background-color: #cfa34c;
}

.logo {
  height: 45px;
  width: 125px;
}

/* Footer Links */
.footer-links h5 {
  font-size: 16px;
  color: #000;
  letter-spacing: 1.6px;
  text-align: left;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 700;
}

.footer-links li,
.footer-links a {
  font-size: 13px;
  color: #4f5459;
  font-family: "Lato";
}

.footer-links li:hover,
.footer-links a:hover {
  color: #c9a485;
}

.footer ul {
  list-style: none;
}

.footer a,
.footer ul li a {
  text-decoration: none !important;
  color: #4f5459;
}

.footer a:hover,
.footer ul li a:hover {
  color: #c9a485;
}

.footer-links .f-main-links li {
  margin: 18px 0;
}

.footer-links .f-links-div {
  margin-bottom: 55px;
}

.footer-links .f-main-links li:first-child {
  margin-top: 0;
}

.footer-links .f-main-links li a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.footer-links .f-main-links li a:hover {
  color: #c9a485;
}

.divider-line {
  width: 100%;
  height: 0.5px;
  background: #cfa34c;
}

/* Google Review */
.google-review .g-review-logo img {
  max-width: 174px;
  height: auto;
  margin-left: -6px;
}

.google-review .sobha-title {
  color: #8e8e8e;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  margin: -5px 0 6px 0;
}

.google-review a {
  text-decoration: none !important;
}

.google-review .rating-main-sec [class*="col"] {
  padding-left: 10px;
  padding-right: 0;
}

/* Footer Bottom */
.footer-bottom-sec {
  padding: 45px 0;
}

.footer-bottom-sec-row {
  align-items: center;
}

.footer-bottom-sec span,
.footer-bottom-sec a {
  font-size: 12px;
  font-family: "Lato";
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.2px;
}

.footer-bottom-sec .footer-bottom-col-left {
  justify-content: flex-start;
}

.footer-bottom-sec .footer-bottom-col-center {
  justify-content: center;
}

.footer-bottom-sec .social-icons {
  display: flex;
  align-items: center;
}

.footer-bottom-sec .social-icons a {
  margin: 0 12px;
  transition: 0.5s ease;
}

.footer-bottom-sec .social-icons a:hover {
  transform: scale(1.2);
}

/* Right Column */
.footer-bottom-col-right a {
  color: #000;
}
.footer-bottom-col-right a:hover {
  color: #c9a485;
}

/* Desktop Fixes */
@media (min-width: 1000px) {
  .google-review .rating-value {
    line-height: 27px;
    height: 21px;
  }

  .footer-links h5 {
    padding: 0 10px;
  }

  .footer-links li {
    margin: 0;
  }

  .footer-links li a {
    padding: 3px 10px;
    display: inline-block;
  }

  .footer-bottom-sec .footer-bottom-col-right *:nth-child(2) {
    margin-left: 0;
  }
}

/* ==========================
   MOBILE & TABLET
=========================== */
@media (max-width: 767px) {
  .footer-links h5 {
    background: url(/themes/sobha_uplift/images/f-menu-arrow-bottom.svg)
      no-repeat top 26px right 10px;
  }

  .footer-links h5.toggle-link.active {
    background: url(/themes/sobha_uplift/images/f-menu-arrow-top.svg)
      no-repeat top 21px right 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .footer-links .f-links-div {
    margin-bottom: 0;
    width: 100%;
  }

  .footer-links .f-main-links .f-menu-links {
    display: none;
    padding-left: 20px;
    padding-top: 20px;
  }

  .toggle-link {
    padding: 16px 0;
    border-bottom: 1px solid #707070;
  }

  .toggle-link.active + .f-menu-links {
    display: block;
  }

  .footer-bottom-sec {
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
  }

  .footer-bottom-sec .footer-bottom-col-left {
    margin: 0 auto 55px;
    max-width: 200px;
  }

  .footer-bottom-sec .footer-bottom-col-center {
    margin-bottom: 55px;
    padding-right: 90px;
  }

  .footer-bottom-sec .footer-bottom-col-right {
    justify-content: center;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .f-app-sec-row {
    flex-direction: column !important;
    text-align: center;
  }

  .f-app-sec-col-left img.only-mob {
    display: block;
    margin: 0 auto;
  }

  .f-app-sec-col-left img.only-desk {
    display: none;
  }

  .f-app-sec-col-right {
    justify-content: center;
    gap: 15px;
  }

  .app-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .google-review {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    text-align: center;
  }

  .google-review .g-review-logo img {
    width: 45px;
  }

  .google-review .rating-main-sec {
    justify-content: center;
  }
}

/* Small Devices */
@media (max-width: 576px) {
  .f-app-sec-row {
    padding: 20px 10px;
  }

  .google-review .sobha-title {
    font-size: 13px;
  }

  .g-star-rating img {
    width: 12px;
  }

  .app-links img {
    width: 90px;
  }
}


/* ==========================
   ABOUT
=========================== */

  .bgabout{
  background-image: url("../images/New Launch Banner 12.jpg");


  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  position: relative;
  transition: background 0.3s ease, background-image 0.3s ease;

}
.bgabout .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; left:0; right:0; bottom:0 */
  
  transition: background 0.3s ease;
}

.about-se {
  display: flex;
  padding: 0;
  margin: 0;
  height: auto;
}

.about-item {
  position: relative;
  width: 33.33%;
}

.about-item img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}


.about-text {
  color: black;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Lato;
  text-align: center;
  pointer-events: none; /* text won't block clicks on image */
}
.about1,.about2,.about3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about1 h5{
  font-size:25px ;
  font-family: Kugile;
  letter-spacing: 3px;

}
.about2 img{
  height: 600px;
  width: 450px;
  border-radius:5px;
}
.about3{
  width:300px;
}
/* Tablet (max-width: 992px) */
@media (max-width: 992px) {

  .about-se {
    flex-direction: column;
    gap: 10px; /* reduce space between items */
  }

  .about-item {
    width: 100%;
    margin-bottom: 10px; /* small spacing */
  }

  .about-item img {
    height: 200px;   /* reduce image height */
    object-fit: cover;
  }
.about2 img{
  height: 500px;
  width: 350px;
  border-radius:5px;
}
  .about1,
  .about2,
  .about3 {
    top: 50%; /* stays centered */
    transform: translate(-50%, -50%);
  }

  .about3 {
    width: 85%;
  }
}


/* Mobile (max-width: 576px) */
@media (max-width: 576px) {

  .about-se {
    flex-direction: column;
    gap: 5px; /* even less space */
    height: auto;
   }

  .about-item {
    width: 100%;
    margin-bottom: 5px; /* small spacing */
  }

  .about-item img {
    height: 220px;  /* reduce image height more */
    object-fit: cover;
  }

  .about1,
  .about2,
  .about3 {
    top: 50%; /* stays centered */
    transform: translate(-50%, -50%);
  }

  .about3 {
    width: 90%;
    padding-top: 30px;
  }
  .about1 h5{
  font-size:20px ;
  font-family: Kugile;
  letter-spacing: 3px;
  margin-bottom: 40px;

}
.about1 img{
  height:95px;
  width: 90px;
  margin-top: 40px;
}
.about2 img{
  height: 300px;
  width: 300px;
  margin-top:80px;
}

}
.bgabout {
 background-image: url("../images/Newbaunchbanner14.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  position: relative;
  transition: background 0.3s ease, background-image 0.3s ease;
}

.bgabout .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  transition: background 0.3s ease;
}


.about-se {
  display: flex;
  padding: 0;
  margin: 0;
  height: auto;
}

.about-item {
  position: relative;
  width: 33.33%;
}

.about-item img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.about-text {
  color: black;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  pointer-events: none;
  font-family: Lato;
}

.about1,
.about2,
.about3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about1 h5 {
  font-size: 25px;
  font-family: Kugile;
  letter-spacing: 3px;
}

.about2 img {
  height: 600px;
  width: 450px;
  border-radius: 5px;
}

.about3 {
  width: 300px;
}

/* ------------------------ TABLET ------------------------ */
@media (max-width: 992px) {

  .about-se {
    flex-direction: column;
    gap: 10px;
  }

  .about-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .about-item img {
    height: 300px;
    object-fit: cover;
  }

  .about1,
  .about2,
  .about3 {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .about3 {
    width: 85%;
  }
}

/* ------------------------ MOBILE ------------------------ */
@media (max-width: 576px) {

  .about-se {
    flex-direction: column;
    gap: 5px;
    height: auto;
  }  /* ← THIS WAS MISSING */

  .about-item {
    width: 100%;
    margin-bottom: 5px;
  }

  .about-item img {
    height: 220px;
    object-fit: cover;
  }

  .about1,
  .about2,
  .about3 {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .about3 {
    width: 90%;
    margin-top: 30px;
    text-align: center;
  }

  .about1 h5 {
    font-size: 25px;
    font-family: Kugile;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }

  .about1 img {
    height: 80px;
    width: 100px;
    margin-top: 40px;
  }

  .about2 img {
    height: 300px;
    width: 300px;
    margin-top: 80px;
  }
}

.txtabt h1 {
  font-family: Kugile;
  text-align: center;

    margin-top: 20px;
    line-height: 55px;
}

.txtabt p {
  font-family:Lato;
  font-size: 16px;
  width: 700px;
  margin-top: 40px;
}


/* ===========================
   📱 Tablet (max-width: 992px)
   ===========================*/
@media (max-width: 992px) {
  .txtabt h1 {
    margin-left: 0;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }

  .txtabt p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
    font-family: Lato;
  }
}

/* ===========================
   📱 Mobile (max-width: 768px)
   ===========================*/
@media (max-width: 768px) {
  .txtabt h1 {
    margin-left: 0;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    margin-top:30px;
  }

  .txtabt p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    padding: 0 15px;
    font-family: Lato;
  }
}


/* GENERAL SPACING */
.section-space-top {
    padding-top: 50px;
}
.section-space-bottom {
    padding-bottom: 50px;
}

@media (max-width: 1000px) {
    .section-space-top,
    .section-space-bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* COUNT SECTION */
.count {
  font-family: Kugile;
}

.company-counts-box-main {
    margin-bottom: 40px;
}

.company-counts-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.icons img {
    width: 60px;
    height: auto;
}

.company-count {
    margin: 0;
    font-family: Kugile;
}

.company-count span {
    font-size:39px;
    line-height: 62px;
    color: #000;
}

.company-discribe {
    font-size: 14px;
    font-family: Lato;
    color: #000;
    margin-top: -5px;
}

/* DIVIDER */
.x-devider {
    width: 2px;
    height: 72px;
    background:#cfa34c;
}

@media (min-width: 767px) and (max-width:1024px) {
    .x-devider {
        margin: 0 10px;
    }
}

/* ============================
   📱 RESPONSIVE: TABLET + MOBILE
   ============================ */
@media (max-width: 767px) {
    .company-counts-box {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .icons img {
        width: 55px;
    }

    .x-devider {
        display: none;
    }

    .company-count span {
        font-size: 28px;
        line-height: 40px;
    }

    .company-discribe {
        font-size: 13px;
        line-height: 20px;
        max-width: 250px;
        margin: 0 auto;
    }

    .company-counts-box-main {
        max-width: 350px;
        width: 100%;
        margin: 0 auto 45px auto;
    }
}




/* Remove unwanted bootstrap spacing */
.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion .accordion-button {
    font-size:38px;
    font-family: Kugile;
    color: #C7A386;
}

/* Remove active (click) background */
.accordion-button:active {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove focus background (happens during dropdown animation) */
.accordion-button:focus,
.accordion-button:focus-visible {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove background after opening */
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #000; /* or your color */
}

/* Remove background when collapsed */
.accordion-button.collapsed {
    background-color: transparent !important;
}


.accordion-body {
  padding: 20px 10px;
}

.accordion-body h2.style-2 {
  font-size: 25px !important;
  font-family: Kugile !important;
  text-align: center;
}

.accordion-body p{
  font-family: Lato;
  font-size: 26px;
  font-weight: 300;

}

/* Two Column Layout */
.two-column-content img {
  max-width: 100px;
  height: auto;
}

/* Brand Pillars grid */
.brand-acc-box-main {
  margin-top: 25px;
}

.brand-acc-boxes {
  text-align: center;
  margin-bottom: 30px;

}

.brand-acc-box-thumb img {
  width: 100%;
  border-radius: 10px;
  height: 500px;
}

.brand-acc-boxes h5 {
  margin-top: 20px;
  font-family: Kugile;
}

/* Responsive */
@media (max-width: 768px) {
  .accordion-button {
    font-size: 13px;
  }
  .two-column-content {
    text-align: center;
  }
  .two-column-content img {
    margin-bottom: 20px;
  }
  .accordion .accordion-button {
    font-size:20px;
    font-family: Kugile;
    color: #C7A386;
}
.accordion-body h2.style-2 {
  font-size: 20px !important;
  font-family: Kugile !important;
  text-align: center;
  margin-bottom: 20px;
}


}


/* HEADING AREA */
.heading-sec-left h2 {
  font-family: Kugile;
  font-size: 36px;
  line-height: 1.2;
  padding-left: 30px;

}

.heading-sec-left h2 span {
  display: block;
  margin-bottom: 15px; /* adjust spacing */
  font-family: Lato;
  font-size: 25px;
  font-weight: 400;
}

.button-main{
padding-right: 30px;

}
/* VIEW ALL BUTTON */

.button-main .view-all {
  display: flex;
  align-items: center;      /* 'left' is invalid, use center or flex-start */
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: black;
}



.button-main .view-all:hover {
  color: grey;
  border-color: #cfa34c;
}


/* MAIN SLIDER WRAPPER */
.slider-x {
  margin: 0 auto;
  max-width: 940px;
}

/* VIEWPORT */
.slide_viewer {
  height: 500px;
  overflow: hidden;
  position: relative;
}

/* GROUP OF SLIDES */
.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

/* EACH SLIDE */
.slide-y {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide-y:first-child {
  display: block;
}

/* IMAGE INSIDE SLIDE */
.slide-y-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 15px;
}

/* DARK OVERLAY */
.slide-y-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35));
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
}

/* TEXT BLOCK */
.slide-text,
.slide-y-text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  max-width: 600px;
  text-align: left;
  color: #fff;
  z-index: 10;
  padding-left: 50px;
}

/* YEAR */
.slide-text h2,
.slide-y-text h2 {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 10px;
  font-family: Kugile;
}

/* TITLE */
.slide-text .title,
.slide-y-text .title {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: Kugile;
}

/* DESCRIPTION */
.slide-text .description,
.slide-y-text .discription p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 380px;
  font-family: Lato;
}

/* MOBILE */
@media (max-width: 768px) {
  .slide-text,
  .slide-y-text {
    left: 20px;
    max-width: 280px;
    padding-left: 20px;
  }

  .slide-text h2,
  .slide-y-text h2 {
    font-size: 24px;
  }

  .slide-text .title,
  .slide-y-text .title {
    font-size: 32px;
  }

  .slide-text .description,
  .slide-y-text .discription p {
    font-size: 14px;
  }
}

/* ARROWS */
.directional_nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  color: white;
}

.previous_btn,
.next_btn {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: .7;
  transition: .3s;
}

.previous_btn { left: 20px; }
.next_btn { right: 20px; }

.previous_btn:hover,
.next_btn:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .previous_btn { left: 20px; }
  .next_btn { right: 20px; }
}













/* ==========================
  SKYPARKS
=========================== */

  .bgskyparks{
  background-image: url("../images/New launch Banner 4.jpg");


  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  position: relative;
  transition: background 0.3s ease, background-image 0.3s ease;

}
.bgskyparks .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; left:0; right:0; bottom:0 */
  background: rgba(0,0,0,0.5);
  transition: background 0.3s ease;
}




.img-100 {
    width: 100% !important;
    height: auto !important
}

.width-height-auto {
    width: auto !important;
    height: auto !important
}

.button-1 {
    font-size: 14px;
    height: 49px;
    border-radius: 25px;
    padding-top: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 500;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none
}

@media (max-width: 1000px) {
    .button-1 {
        min-width:215px;
        font-size: 12px;
        height: 43px
    }
}

.button-1.white {
    color: #fff;
    border: 1px solid #fff
}

.button-1 i {
    width: 0;
    height: 13px;
    background: url(/themes/sobha_uplift/css/../images/button-arrow.svg?v1) no-repeat center center;
    opacity: 0;
    visibility: hidden;
    content: "";
    display: inline-block;
    transition: .5s ease;
    position: relative;
    top: 2px
}

@media (min-width: 1200px) {
    .button-1:hover {
        border:none;
        color: #000
    }

    .button-1:hover i {
        opacity: 1;
        visibility: visible;
        width: 18px;
        margin-left: 10px
    }
}

.button-1.view-all {
    min-width: 215px
}

@media (max-width: 1000px) {
    .button-1.view-all {
        min-width:185px
    }
}

.button-1.read-more {
    min-width: 195px;
    text-decoration: none;
    color: #000
}

@media (max-width: 1000px) {
    .button-1.read-more {
        min-width:165px
    }
}

.button-1.white:hover {
    color: #fff
}

.button-1 {
    padding-top: 0
}

.read-more {
    color: #c7a386;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: underline;
    cursor: pointer
}



.button-1.submit-bttn-main {
    min-width: 160px
}

.button-1.submit-bttn-main .submit-bttn {
    height: 49px;
    background: 0 0;
    border: none;
    width: auto;
    min-width: initial;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Ringside";
    letter-spacing: 2.5px;
    font-weight: 500;
    cursor: pointer
}

@media (max-width: 1000px) {
    .button-1.submit-bttn-main .submit-bttn {
        font-size:12px;
        height: 42px
    }
}

.button-1.submit-bttn-main .submit-bttn:hover {
    color: #000
}

.button-1.submit-bttn-main i {
    position: absolute;
    right: 20px;
    top: 20px
}

.button-1:before,.button-1:after {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    content: ""
}

.button-1:before {
    top: 0;
    right: 0;
    border-top: 1px solid #c8a487;
    border-left: 1px solid #c8a487;
    transition: width .2s .5s ease-out,height .15s .35s linear,opacity 0s .7s;
    border-radius: 25px
}

.button-1:after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #c8a487;
    border-right: 1px solid #c8a487;
    transition: width .2s .15s linear,height .15s ease-in,opacity 0s .35s;
    border-radius: 25px
}

.button-1:hover:before,.button-1:hover:after {
    width: 100%;
    height: 96%;
    opacity: 1
}

.button-1:hover:before {
    transition: width .2s ease-in,height .15s .2s linear,opacity 0s
}

.button-1:hover:after {
    transition: width .2s .35s linear,height .15s .5s ease-out,opacity 0s .3s
}

.button-main {
    display: flex
}

@media (max-width: 1000px) {
    .button-main {
        justify-content:center
    }
}

/* ================================
   PROPERTY DETAIL PAGE – SECOND WRAPPER
   ================================ */
   /* LOGO BOX WRAPPER */
.for-propert-detail-page-second-wrapper .detail-client-logo-wrapper {
    width: 230px;
    height: 250px;
    padding: 20px 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 7px;
    box-shadow: -1px 9px 23px -19px rgba(0,0,0,.75);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-top: -150px;

    position: relative;   /* ⭐ required */
    z-index: 10;          /* ⭐ brings it above background */
}
@media (max-width: 767px) {
    .for-propert-detail-page-second-wrapper .detail-client-logo-wrapper {
        margin-top: -80px; /* smaller lift so it doesn’t get cut */
    }
}
/* LOGO IMAGE (responsive inside the box) */
.for-propert-detail-page-second-wrapper .detail-client-logo-wrapper img {
    max-width: 100%;
    height: auto;
}

/* MAIN ROW (Desktop) */
.for-propert-detail-page-second-wrapper .prop-logo-main-row {
    align-items: center;
    margin-bottom: 100px;
    padding-top: 40px;
}

/* MAIN ROW (Mobile Alignment) */
@media (max-width: 767px) {
    .for-propert-detail-page-second-wrapper .prop-logo-main-row {
        text-align: center;
    }
}

/* TEXT STYLING */
.for-propert-detail-page-second-wrapper p {
    font-size: 18px;
    line-height: 30px;
}

/* TEXT – Tablet (Better readability) */
@media (max-width: 1000px) {
    .for-propert-detail-page-second-wrapper p {
        font-size: 16px;
        line-height: 28px;
    }
}

/* TEXT – Small Mobile */
@media (max-width: 600px) {
    .for-propert-detail-page-second-wrapper p {
        font-size: 14px;
        line-height: 26px;
    }
    .for-propert-detail-page-second-wrapper .detail-client-logo-wrapper {
    margin-top: -150px;
}
}

/* ROW SPACING */
.prop-logo-main-row {
    margin-bottom: 100px;
    padding-top: 40px;
}

/* LOGO BOX */
.detail-client-logo-wrapper {
    width: 250px;
    height: 250px;
    margin: 0 auto;  /* centers on mobile */
    padding: 60px 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 7px;
    box-shadow: -1px 9px 23px -19px rgba(0,0,0,.75);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;

}

/* GOOGLE REVIEW BOX */
.google-review {
    text-align:left;
    padding-top:20px ;
    padding-bottom:20px ;
    padding-left: 20px;
    padding-right:0px ;
    margin-top: -30px;
    padding-left: 300px;
     
}

/* GOOGLE REVIEW STARS */
.g-star img {
    width: 20px;
    height: 20px;
}
.rating-value{
  color: black;
}

.det-content-sec-one-col-left h1 {
font-family: Kugile;
font-weight: 300;
font-size: 32px;
}
.det-content-sec-one-col-left p {
font-family: Lato;
font-size: 16px;
}
/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 767px) {
    .prop-logo-main-row {
        flex-direction: column;
        text-align: center;

    }

    .google-review {
       margin-top: -150px;
        text-align: center;
    }
    .google-review .g-review-logo img {
  width: 200px;

}
 .for-propert-detail-page-second-wrapper .detail-client-logo-wrapper {
    margin-top: -150px;
}
}

  /* ----------------------------------------------------
   FLOOR PLAN TABS — SOBHA STYLE
---------------------------------------------------- */
.tabslide h2{
  font-family: Kugile;
  justify-content:center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;

}
.floor-tabs {
    display: flex;
    justify-content:left;
    gap: 25px;
    margin-bottom: 40px;
}

.category-button {
    padding: 12px 22px;
    border-radius: 6px;
    border: 1px solid #d2dbe0;
    background: #fff;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    transition: .3s ease;
}

.category-button.active {
    background: #ffcc01;
    border-color: #ffcc01;
    color: #000;
}

.floor-main-plan {
    display: none;
}
.floor-main-plan.active {
    display: block;
}

/* ----------------------------------------------------
   SWIPER LAYOUT — SOBHA STYLE 
---------------------------------------------------- */
.fp-swiper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    height: 440px;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.09);
}

/* Slide Layout */
.fp-swiper .swiper-slide {
    display: flex;
    align-items: center;
    gap: 35px;
}

/* Image */
.fp-swiper .swiper-slide img {
    width: 100%;
    max-width: 520px;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* ----------------------------------------------------
   TEXT SECTION RIGHT OF IMAGE — SOBHA STYLE
---------------------------------------------------- */
.swiper-slide h4 {
    margin: 0;
    padding: 0;
    font-family:kugile;
    font-size:24px;
    color: #c7a386;
    margin-left: 40px;
    margin-bottom: 15px;
    font-weight: 300;
}

.swiper-slide ul {
 
    margin: 0;
    list-style: none;
}

.swiper-slide ul li {
    margin-bottom: 18px;
    padding: 0;
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: Lato;
    margin-left: 30px;
}

.swiper-slide ul li span {
    display: block;
    font-size: 16px;
    letter-spacing: 2.5px;
    font-family: Lato;
    text-transform: uppercase;
}

.swiper-slide ul li:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------
   BUTTON (VIEW MORE / VIRTUAL TOUR) — SOBHA STYLE
---------------------------------------------------- */
.button-1{
     font-size:12px;
    height: 50px;
    border-radius: 25px;
    padding-top: 15px;
    margin-top: 15px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 500;
    width:250px;
    margin-left: 60px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none
}

.button-1:hover {
    background: none;
    border-color: #ffcc01;
    color: #000;
}


/* ----------------------------------------------------
   SWIPER NAVIGATION (Sobha Minimal)
---------------------------------------------------- */
.fp-swiper .swiper-button-next,
.fp-swiper .swiper-button-prev {
    color: #000;
}

.fp-swiper .swiper-button-next:after,
.fp-swiper .swiper-button-prev:after {
    font-size: 22px;
    font-weight: bold;
}


/* ----------------- RESPONSIVE FIXES ----------------- */
@media (max-width: 900px) {
    .fp-swiper .swiper-slide {
        flex-direction: column-reverse; /* stack text and image */
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    /* Remove problematic left margins */
    .swiper-slide h4,
    .swiper-slide ul li {
        margin-left: 0 !important;
    }

   .floor-tabs {
   justify-content: center;
}


    /* Make button wider */
    .button-1 {
        width: 250px;       /* wider button for smaller screens */
        margin-bottom: 30px; 
        margin-left: 0;     
        font-size:10px;    /* readable size on mobile */
    }
}
@media (max-width: 600px) {
    .fp-swiper {
        height: auto; /* let content decide height */
    }

    .swiper-slide h4 {
        font-size: 20px;
    }

    .swiper-slide ul li {
        font-size: 12px;
    }

    .button-1 {
        width: 200px;
        font-size:8px;
    }
}

@media (max-width: 480px) {
    .swiper-slide h4 {
        font-size: 18px;
    }

    .swiper-slide ul li {
        font-size: 11px;
    }

    .button-1 {
        width: 180px;
        font-size: 11px;
        
        margin-left: 0;     
        font-size: 8px;    /* readable size on mobile */
    }
}

/* Optional: make button fully fluid on very small screens */
@media (max-width: 360px) {
    .button-1 {
        width: 90%;
        max-width: 180px;
        margin-left: 0;     
        font-size: 8px;    /* readable size on mobile */
    }
}



/* ----------------------------------------------------
   SWIPER NAVIGATION (Sobha Minimal)
---------------------------------------------------- */





/* ----------------------------------------------------
   AMNTSLIST
---------------------------------------------------- */
.amntslist h2{
   font-family: Kugile;
  justify-content:center;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;

}

.grey-div{
  background-color: #f5f5f5;
  height: 200px;
  width:100%;
  justify-content: center;
  margin-bottom: 40px;
   padding-top: 30px;
  border-radius: 10px;
  gap:20px;
}
.grey-div p{
  font-family: Lato;
  font-size:12px;
  text-transform: uppercase;
  line-height: 15px;
  text-align: center;
  padding-top:10px;
  min-height: 60px;
}


.grey-div i {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 15px auto;

}

.vibrant-living-wrapper {
    background: #f8f8f8;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
     width:100%;
}

/* ------------ DESKTOP ------------ */
@media (min-width: 767px) {
    .vibrant-living-wrapper .col-md-3 {
        width: 20%;
    }
}

/* ------------ GRID FIXES ------------ */
.vibrant-living-wrapper .col-md-3:nth-child(5),
.vibrant-living-wrapper .col-md-3:nth-child(10) {
    border-right: none;
}

.vibrant-living-wrapper .col-md-3:nth-child(n+6):nth-child(-n+10) {
    border-bottom: none;
}

/* ------------ MOBILE ------------ */
@media (max-width: 767px) {
    .vibrant-living-wrapper .col-md-3 {
        width: 50%;
    }

    .vibrant-living-wrapper .col-md-3:nth-child(2),
    .vibrant-living-wrapper .col-md-3:nth-child(4),
    .vibrant-living-wrapper .col-md-3:nth-child(6),
    .vibrant-living-wrapper .col-md-3:nth-child(8) {
        border-right: none;
    }
}

.vibrant-living-wrapper h2 {
    font-family: Kugile;
    text-align: center;
    margin-bottom: 30px;
}

/* ------------ WHITE BOX ------------ */
.vibrant-living-wrapper .white-box-section {
    background: #fff;
    padding: 40px;
    border-radius: 7px;
}

@media (max-width: 1000px) {
    .vibrant-living-wrapper .white-box-section {
        padding: 20px 10px;
    }
}

.vibrant-living-wrapper .white-box-section .row {
    justify-content: center;
}

.vibrant-living-wrapper .white-box-section .white-box-div {
    margin: 0;
    padding: 30px 0;
}

.vibrant-living-wrapper .white-box-section .white-box-div i {
    margin-bottom: 25px;
    display: flex;
    max-height: 30px;
    align-items: flex-end;
    justify-content: center;
}

/* ------------ TEXT ------------ */
.vibrant-living-wrapper .white-box-section .white-box-div p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 19px;
    min-height: 38px;
}

@media (max-width: 767px) {
    .vibrant-living-wrapper .white-box-section .white-box-div p {
        min-height: 76px;
    }
    @media (max-width: 767px) {
    .vibrant-living-wrapper .white-box-section .white-box-div p {
        min-height: 30px;
        margin-bottom: 10px;
    }
}

}

.vibrant-living-wrapper .white-box-section .white-box-div span {
    font-size: 14px;
    line-height: 19px;
    color: #c9a485;
    font-weight: 500;
}

        


/* ----------------------------------------------------
  ENQUIRY FORM
---------------------------------------------------- */


        input, select {
            padding: 12px;
            margin-bottom: 10px;
            border-radius: 9px;
            border-width: .1px;
            box-sizing: border-box;
        }
        label {
            font-family: Lato;
            margin-bottom: 5px;
            display: block;
        }

        .s-row {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .s-col {
            flex: none;
        }

        /* Custom widths */
      
        .w-150 { width:150px; }
        .w-300 { width:300px; }
        .w-250 { width:250px; }
        .w-300 { width:300px; }
        .w-600 { width:300px; }
        .w-full { width:100%; }

       #callbackForm{
      align-items: right;
       }
      .sbmt-btn{
       display: flex;
        justify-content: center; 
        font-size: 16px;  
           }

  .callbackForm h2{
      font-family: Kugile;
     justify-content:center;
    text-align: center;
     font-size: 40px;
  }
  .callbackForm h2 span{
      font-family: Lato;
     justify-content:left;
     text-align: left;
    font-weight: 300;
   font-size: 30px;
  }

    .callbackForm h4{
      font-family: Kugile;
     justify-content:center;
    text-align: center;
    margin-bottom: 40px;
    

  }


.formPrices h4 {
    font-size: 14px;
    color: #919191;
    font-weight: 300;
    display: block;
    font-family: Lato;
    margin-top: 40px;
    text-align: left;
    text-transform: uppercase;
}

.formPrices ul {
    text-align: left !important;
    padding-left: 0;
    margin-left: 0;
}

.formPrices ul li {
    line-height: 26px;
    font-family: Lato;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    color: #c7a386;
    font-weight: 500;
}

.formPrices ul li br {
    display: none;
}

.formPrices p {
    margin: 0 0 25px;
    padding: 0;
    font-size: 12px;
    color: #919191;
    font-family: Lato;
}

/* ----------------------------------------------------
  ENQUIRY FORM - RESPONSIVE TABLET (≤1000px)
---------------------------------------------------- */
@media (max-width: 1000px) {
    .s-row {
        gap: 15px;
    }

    .callbackForm h2 {
        font-size: 32px;
    }

    .callbackForm h2 span {
        font-size: 24px;
    }
#callbackForm {
    display: flex;               /* flex container */
    flex-direction: column;      /* stack items vertically */
    align-items: flex-start;     /* align items to the left */
    margin: 0;                   /* remove any outer margin */
    padding: 0;                  /* remove any inner padding */
    width: 100%;                 /* make it full width */
    box-sizing: border-box;      /* include padding/border in width */
}


    .callbackForm h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .w-250, .w-300,{
        width: 150%; /* make all inputs full width on tablet */
    }
}

/* ----------------------------------------------------
  ENQUIRY FORM - RESPONSIVE MOBILE (≤767px)
---------------------------------------------------- */
@media (max-width: 767px) {
    .s-row {
        flex-direction: column;
        gap: 10px;
    }

    .callbackForm h2 {
        font-size: 28px;
    }

    .callbackForm h2 span {
        font-size: 20px;
    }

    .callbackForm h4 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    input, select {
        padding: 10px;
        font-size: 14px;
    }

    .sbmt-btn {
        width: 80%;
    }

    .formPrices ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .formPrices p {
        font-size: 11px;
        margin-bottom: 20px;
    }
}
.gmaps{
  width:100%;
  height:400px;
 border:0;
border-radius: 8px;
margin-bottom: 35px;
  
}
.floor_desc h3 {
  font-family: 'Kugile', sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
}

.floor_desc p {
  font-family: Lato;
  font-size: 15px;
  color: #cfa34c;
  margin-bottom: 10px;
}

.floor_desc em {
  font-family:Lato;
  font-size: 14px;
  color: black;
  font-style: italic; /* optional to emphasize */
}

/* Optional: vertically center text next to image */
.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* ensures responsiveness on small screens */
}

/* Image styling */
.floor_img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-height: 500px; /* optional max height */
  object-fit: cover;
}

.prjctimg h2, .tabslides h2, .amntslist h2, .vibrant-living-wrapper h2 {
  font-size: 30px !important;
  font-family: Kugile !important;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.prjctimg img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-height: 600px; /* image won’t exceed 400px */
  object-fit: cover; /* crops nicely if container smaller */
  display: block;
  margin: 0 auto;
}
.amenitites-list-detail {
  text-align: center;
  font-family: 'Lato', sans-serif; /* add fallback */
  color: #cfa34c;
  font-size:10px;
  line-height: 1.5; /* improves readability */
  margin-bottom: 30px; /* optional spacing */
}


/* Responsive font size */
@media (max-width: 768px) {
  .amenitites-list-detail {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .amenitites-list-detail {
    font-size: 16px;
  }
}

.white-box-section p{
  font-family: Lato;
  color: #cfa34c;

}



/* ==========================
ELWOOD
=========================== */

  .bgelwood{
  background-image: url("../images/New Launch Banner 12.jpg");


  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  position: relative;
  transition: background 0.3s ease, background-image 0.3s ease;

}
.bgelwood .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; left:0; right:0; bottom:0 */
  background: rgba(0,0,0,0.5);
  transition: background 0.3s ease;
}

/* ==========================
 AQUACREST
=========================== */

  .bgaquacrest{
  background-image: url("../images/New launch Banner 3.jpg");


  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  position: relative;
  transition: background 0.3s ease, background-image 0.3s ease;

}
.bgaquacrest .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; left:0; right:0; bottom:0 */
  background: rgba(0,0,0,0.5);
  transition: background 0.3s ease;
}

/* ==========================
 AQUACREST
=========================== */
.bgedan{
  background-image: url("../images/New Launch Banner 6.jpg");


  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  position: relative;
  transition: background 0.3s ease, background-image 0.3s ease;

}
.bgedan .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; left:0; right:0; bottom:0 */
  background: rgba(0,0,0,0.5);
  transition: background 0.3s ease;
}