html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #111;
}

::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.hamburger-line {
  transition: all 0.3s ease;
}

@media (min-width: 1024px) and (max-width: 1340px) {
  .custom-80vh {
    height: auto !important;
    min-height: 60vh !important;
  }
  .devBlockImg{
    height: 25vh;
  }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
}

.fade-in-up-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.2s ease-in-out;
}


.slider-arrow {
  background-color: rgba(0, 0, 0, 0.35);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) and (max-width: 968px) {
  .whatsapp-btns-cu {
    padding: 6px 12px;
    font-size: 0.75rem;
  }

  .cta-btn-cu {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 925px) {
  .whatsapp-btns-cu {
    display: none;
  }
}


/* first offer div start */
.marquee-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #000;
  font-size: 0.875rem;
  /* text-sm */
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e7eb;
  z-index: 50;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
  font-weight: 600;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee-content a {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
  color: #000;
  margin-left: 1rem;
  transition: color 0.3s;
}

.marquee-content a:hover {
  color: #4b5563;
}

.marquee-content span::after {
  content: " • ";
  margin: 0 1rem;
}

.marquee-content span:last-child::after {
  content: "";
  margin: 0;
}

/* first offer div end */


/* developer-section section start */

/* Existing styles */
/* Add this CSS */
#developer-section {
    position: relative; /* Make the section a positioning context for #bg-wrapper */
    height: 100vh; /* Example: make the section fill the viewport height. Adjust as needed. */
    /* You might already have height defined elsewhere for this section */
    overflow: hidden; /* Important for overall section content */
}

#bg-wrapper {
    position: absolute; /* Position the wrapper to cover the entire section */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* CRITICAL: Hides the parts of bg-overlay that are off-screen */
    z-index: 1; /* Ensure it's behind your text and main content */
}

.bg-overlay {
    position: absolute; /* Make each overlay absolute within the wrapper */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    /* The transition property is added dynamically by your JavaScript, but good to remember its role */
}

/* Ensure your text and image carousels are above the background */
.container { /* This is the container holding your text and image carousel */
    position: relative; /* Make sure it's positioned relative to developer-section */
    z-index: 10; /* Higher z-index to appear above the background */
}
.section-bg {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bg-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.developer-image-container {
  width: 100%;
  max-width: 526px;
  height: 417px;
  overflow: hidden;
  position: relative;
}

.developer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-btn {
  font-size: 10rem;
  /* Big size */
  font-weight: 100;
  /* Thin appearance */
  color: white;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  z-index: 30;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}


.owl-prev {
  left: 25px;
  top: 50%;
}

.owl-next {
  right: 30px;
  top: 51%;
}

.owl-carousel .item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  text-align: center;
}

.owl-carousel .active .item {
  opacity: 1 !important;
}

.owl-carousel .item .discover-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid white;
  padding: 12px 125px;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 1.5rem;
  display: inline-block;
}

.owl-carousel .item .discover-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* Media Queries for Responsiveness */

@media screen and (max-width: 768px) {
  .section-bg {
    min-height: auto;
    padding: 2rem 1rem;
  }

  .container {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }

  .md\:w-1\/2 {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }

  .developer-image-container {
    max-width: 100%;
    height: 240px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
  }

  .arrow-btn {
    font-size: 2.5rem;
    position: static;
    transform: none;
    margin: 0 1rem;
  }

  .owl-prev,
  .owl-next {
    position: static !important;
  }

  .arrow-controls-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
  }

  .owl-carousel .item h2 {
    font-size: 2.75rem;
    line-height: 1.2;
  }

  .owl-carousel .item p.text-4xl {
    font-size: 1.5rem;
  }

  .owl-carousel .item p.text-xl {
    font-size: 1rem;
    opacity: 0.85;
  }

  .owl-carousel .item .discover-btn {
    padding: 10px 50px;
    font-size: 1rem;
    margin-top: 1.2rem;

  }
}


/* Tablets (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-bg {
    min-height: auto;
    padding: 3rem 1.5rem;
  }

  .container {
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem;
  }

  .md\:w-1\/2 {
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
  }

  .developer-image-container {
    max-width: 450px;
    height: 320px;

    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
  }

  .arrow-btn {
    font-size: 3.5rem;
    top: 50%;
  }

  .owl-prev {
    left: 15px;
  }

  .owl-next {
    right: 15px;
  }

  .owl-carousel .item h2 {
    font-size: 4.5rem;
    line-height: 1.2;
  }

  .owl-carousel .item p.text-4xl {
    font-size: 2.25rem;
  }

  .owl-carousel .item p.text-xl {
    font-size: 1.1rem;
    opacity: 0.9;
  }

  .owl-carousel .item .discover-btn {
    padding: 12px 100px;
    font-size: 1.125rem;
    margin-top: 1.5rem;

  }
}

/* developer-section section end */

/* map section start */

#map {
  height: 495px;
  width: 100%;
  z-index: 1 !important;
}

.map-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 600px;
  background: white;
  color: white;
}

.map-heading {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.5px;
  max-width: 90%;
}

/* Responsive tweaks */
@media screen and (max-width: 768px) {
  #map {
    height: 300px;
    border-radius: 0.75rem;
  }

  .map-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 450px;
  }

  .map-heading {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #map {
    height: 350px;
  }

  .map-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    min-height: 500px;
  }

  .map-heading {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }
}

/* map section end */


/* cta section start */

#dubai-cta.dubai-section {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.dubai-wrapper {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(10, 10, 30, 0.85)),
    url('assets/burj.webp') center center / cover no-repeat;
  border-radius: 0;
  padding: 30px 20px;
  position: relative;
}

.dubai-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.dubai-heading {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 80px;
  margin-top: 2rem;
  color: #fff;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}

.dubai-subtitle {
  font-size: 1.2rem;
  color: #e5e7eb;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Developer Logos */
.dubai-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 10px;
}

.logo-img {
  height: 200px;
  object-fit: contain;
  display: inline-block;
  vertical-align: bottom;
}


/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cta-button {
  display: inline-block;
  padding: 16px 36px;
  font-size: 1.1rem;
  font-weight: bold;
  background: linear-gradient(to right, #fbbf24, #f59e0b);
  color: black;
  border: 2px solid #f59e0b;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: linear-gradient(to right, #f59e0b, #fbbf24);
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.6);
}

/* WhatsApp Button */
.whatsapp-btn {
  background: linear-gradient(to right, #25d366, #128c7e);
  border: 2px solid #128c7e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 16px 36px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  background: linear-gradient(to right, #128c7e, #25d366);
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.6);
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .dubai-wrapper {
    padding: 40px 16px;
  }

  .dubai-heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .dubai-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .dubai-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    margin-bottom: 30px;
  }

  .logo-img {
    height: 100px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .dubai-wrapper {
    padding: 50px 24px;
  }

  .dubai-heading {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }

  .dubai-subtitle {
    font-size: 1.05rem;
    margin-bottom: 35px;
  }

  .dubai-pills {
    justify-items: center;
    gap: 25px;
  }

  .dubai-pills img {
    height: 110px;
  }

  .binghatti-logo {
    margin-bottom: 6px;
  }

  .ellington-logo {
    margin-bottom: 0px;
  }
}

/* cta section end */

/* contact us section start  */

.contact-us-form-2-section {
  background: url('assets/get_in_touch.841688da09cc164ef3af.jpeg') center center/cover no-repeat;
  padding: 100px 20px;
  color: #000;
  text-align: center;
  position: relative;
}

.contact-us-form-2-content {
  max-width: 700px;
  margin: auto;
}

.contact-us-form-2-logo {
  width: 100px;
  margin: 0 auto 20px;
  display: block;
  filter: brightness(0) saturate(100%);
}

.contact-us-form-2-heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.contact-us-form-2-subtext {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 50px;
}

.contact-us-form-2-form {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.contact-us-form-2-group {
  position: relative;
  text-align: left;
}

.contact-us-form-2-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 10px 30px 10px 0;
  font-size: 1rem;
  color: #000;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-us-form-2-group input:focus {
  border-color: #f59e0b;
}

.contact-us-form-2-group label {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-icon {
  position: absolute;
  right: 0;
  top: 10px;
  color: #000;
  font-size: 1rem;
}

.contact-us-form-2-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-us-form-2-button {
  background: #000;
  color: #fff;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #000;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-us-form-2-button:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.whatsapp-button {
  background: linear-gradient(to right, #25D366, #128C7E);
  color: #fff;
  padding: 14px 36px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 15px rgba(18, 140, 126, 0.25);
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-button i {
  font-size: 1.3rem;
}

.whatsapp-button:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 25px rgba(18, 140, 126, 0.4);
  background: linear-gradient(to right, #128C7E, #075E54);
}


/* ----------- Mobile: max 768px ----------- */
@media (max-width: 768px) {
  .contact-us-form-2-heading {
    font-size: 2rem;
  }

  .contact-us-form-2-subtext {
    font-size: 1rem;
  }

  .contact-us-form-2-button,
  .whatsapp-button {
    padding: 12px 24px;
    font-size: 0.95rem;
  }

  .contact-icon {
    top: 12px;
  }
}

/* ----------- Tablet: 769px to 1024px ----------- */
@media (min-width: 769px) and (max-width: 1024px) {
  .contact-us-form-2-heading {
    font-size: 2.2rem;
  }

  .contact-us-form-2-subtext {
    font-size: 1.05rem;
  }

  .contact-us-form-2-button,
  .whatsapp-button {
    padding: 12px 28px;
    font-size: 1rem;
  }

  .contact-icon {
    top: 10px;
    font-size: 1.1rem;
  }
}

/* contact us section end */