@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

@font-face {
  font-family: 'Begum';
  src: url('../css/fonts/fonnts.com-Begum-.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Begum';
  src: url('../css/fonts/fonnts.com-Begum-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Begum';
  src: url('../css/fonts/fonnts.com-Begum-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Begum';
  src: url('../css/fonts/fonnts.com-Begum-Semibold-.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

:root {
  --H-family: 'Forum', sans-serif;
  --B-family: 'Anek Latin', sans-serif;
  --main: rgba(0, 57, 118, 1);
  --secondry: #031c44;
  --highlight: #ff555e;
  --white: #ffffff;
  --light_bg: #e7e7de;
  --gradient: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  --black: #1a2832;

}


html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}


body {
  font-family: 'Anek Latin', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: #fff;
  font-weight: 400;
  font-size: 100%;
  /*! color: #e3dac6; */
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  /*! color: #EDE6DA; */
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: 'Forum', sans-serif;
}

/* header */
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(21, 20, 16);
  /*! border-radius: 60px; */ 
  backdrop-filter: blur(4px);
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 999;
}

.navbar.navbar-expand-lg .nav-link {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 18px;
  color: #fff;
  letter-spacing: 1px; 
  font-family: 'Forum', sans-serif; 
} 

.navbar-brand {
  width: 264px;
  display: block;
  padding: 0;
  margin: 0;
  /*! height: 38px; */
}
 
.navbar.navbar-expand-lg .nav-link:focus,
.navbar.navbar-expand-lg .nav-link:hover {
  color: #fff;
}

.navbar.navbar-expand-lg.navbar-light.align-items-center {
  /*! padding: 0 26px; */
  text-transform: uppercase;
}
 
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show { 
  color: var(--main);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0 0 15px 15px;
  margin: 0;
  border: none;
  padding: 30px;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu img {
  border-radius: 15px;
  height: 400px;
  width: 100%;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 20px;
  clear: both;
  font-weight: 500;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  letter-spacing: -1px;
  font-size: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--main);
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  border-radius: 0;
  box-shadow: 0 2px 14px 0 rgba(78, 75, 75, .2);
}

.fixed .nav-link {
  padding: 20px 18px !important;
}

.navbar-nav .nav-link.contact_btnn {
  padding: 10px 20px !important;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  color: #fff;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.navbar-nav .nav-link.contact_btnn:hover {
  /*! color: #000; */
}

.navbar-nav.ms-auto {
  align-items: center;
}

.fixed {
  background: rgb(21, 20, 16); 
}

.nav-link.contact_btnn:hover {
  color: #000;
} 

/* header */


h2{font-size:42px;font-weight:bold;text-transform: uppercase;}
/* banner */
.hero_banner {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100vh;
  /*! position: sticky; */
  position: relative; 
}
 
.hero_banner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), color-stop(24%, #0F0F0F7B), to(#54545400)) 0% 0% no-repeat padding-box;
  /*! background: transparent linear-gradient(180deg, #003976 0%, #003976 24%, #54545400 100%) 0% 0% no-repeat padding-box; */
  z-index: 1;
  opacity: 0.8;
}

.hero_banner::after {
  width: 96%;
  height: 128%;
  content: '';
  border: 5px double rgba(255, 255, 255, 0.22);
  left: 2%;
  bottom: 6%;
  position: absolute;
  /*! z-index:1; */
  border-radius: 26px;
  opacity: 0.3;
}



.hero_banner img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.banner_img {
  position: -webkit-sticky;
  position: relative;
  top: 0;
}

.banner_img video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.height90vh {
  height: 90vh;
}

.carousel-control-next, .carousel-control-prev {
  width: 4%;}
.carousel-caption {
  position: absolute;

  right: 5%;

  bottom:auto;  

  left: 5%;
  top:25%;

  padding-top: 1.25rem;

  padding-bottom: 1.25rem;

  color: #fff;

  text-align: left;

}
.banner_text {
  position: absolute;
  z-index: 99;
  top: 25%;
  left: 15%;
  /*! transform: translateX(-30%); */
  /*! max-width: 990px; */
  text-align: center;
  width: 70%;
}

.banner_text h1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: -1px;
  font-weight: bold;
}

.banner_text p {
  /*! max-width: 572px; */
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  opacity: 0.9;
  /*! text-shadow: 0 1px 1px #000; */
  margin: 0 auto;
}


.default_form {
  margin-top: -12%;
  background: #161a24e0;
  padding:30px 20px;
  border-radius: 8px; 
  max-width: 480px;
  text-align: left;
}
  
/* copy from here */
.scrolldown { 
  --color: white;
  --sizeX: 26px;
  --sizeY: 38px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  /* border: calc(var(--sizeX) / 10) solid var(--color); */
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid #fff;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}

.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}

@keyframes pulse {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

.scrolldown {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

/* banner */


/* metedata */
.propertymetadata {
  padding: 51px 0;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  background: rgb(255, 255, 255);
  padding: 40px 0 40px 0;
  position: relative;
  margin-top: 0;
  min-height: 247px;
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
}

.propertymetadata h2 {
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.propertymetadata h2 span {
  font-style: normal;
  font-family: work sans;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 20px 0 0;
}


.metadataitem {
  padding: 20px;
  padding-left: 70px;
  /*! background: transparent linear-gradient(90deg,#C7A38652 0%,#C7A3862E 41%,#C7A38600 100%) 0% 0% no-repeat padding-box; */
  border-radius: 88px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.metadataitem h3 {
  align-items: center;
  display: flex;
  font-family: work sans;
  margin: 0;
  line-height: normal;
}

.metadataitem h3 span {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 0 10px;

}

.metadataitem p {
  line-height: normal;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}

.metadataitem img {
  position: absolute;
  left: 26px;
  height: 33px;
  top: 28px;
}

.logomtdta {
  margin: 0 0 22px 0;
}

.main {
  background: #fff;
}

.about_main p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  /*! opacity: 0.8; */
  margin: 0 0 20px 0;
  /*! letter-spacing: 0.5px; */ 
}
.about_main p b{font-weight:600}
.features_main { 
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.about_main {
  padding: 60px 0;
  position: relative;
  background: #72612f;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
 
/* Optional overlay */
.about_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  /* semi-transparent black overlay */
  z-index: 1;
}

/* Ensure content appears above overlay */
.about_main>* {
  position: relative;
  z-index: 2;
}

/* metedata */

.full_imagesection {
  height: 90vh;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  margin: 30px 0 0 0;
}

.full_imagesection .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.content-section {
  min-height: 500vh;
  position: relative;
  background: #fff;
  padding: 0;
  width: 100%;
}

.sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-transform-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.main-image-box {
  width: 100vw;
  height: 100vh;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: none;
  position: relative;
  box-shadow: none !important;
}

.main-transform-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8) contrast(1.1) saturate(1.2);
  border-radius: 10px;
}

.secondary-images {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.secondary-image {
  position: absolute;
  width: 390px;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: none;
  opacity: 0;
  transform: scale(0.8);
}

.secondary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.1);
  transform: initial !important;
}

.secondary-image:nth-child(1) {
  top: 4%;
  left: 9%;
  /*! transform: initial !important; */
}

.secondary-image:nth-child(2) {
  top: 4%;
  right: 7%;
}

.secondary-image:nth-child(3) {
  bottom: 2%;
  left: 8%;
}

.secondary-image:nth-child(4) {
  bottom: 2%;
  right: 9%;
}

.gallery-section {
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
  padding: 8rem 0;
}

.luxrytxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}



.luxrytxt h6 {
  text-transform: uppercase;
  font-size: 21px;
  margin: 0 0 10px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.luxrytxt h3 {
  font-size: 106px;
  line-height: 83px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 4px;
  color: #fff;
}

.full_imagesection h2 {
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #fff;
}

.full_imagesection h2 span {
  font-style: normal;
  font-family: work sans;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 20px 0 0;
}

.enemties {
  padding: 90px 0;
}




.calltoactionfooter {
  background: #fff;
  position: relative;
  padding: 50px;
  z-index: 1;
}

.calltoactionfooter::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), color-stop(24%, #0F0F0F7B), to(#54545400)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000096 0%, #0F0F0F7B 24%, #54545400 100%) 0% 0% no-repeat padding-box;
  z-index: 9;
  left: 0;
  top: 0;
}

.footer-section {
  background: rgb(19, 19, 19);
  color: #fff;
  padding: 60px 0 40px 0;
  position: relative;
}

.footer-section::before {
  /*! content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*! background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.03) 0%, transparent 50%); */
}

.brand-logo {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-icon {
  background: linear-gradient(45deg, #d4a574, #f0c674);
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}

.brand-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #2d5a5a;
  border-radius: 2px;
}

.brand-icon::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 40%;
  width: 8px;
  height: 12px;
  border: 2px solid #2d5a5a;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 3px solid #2d5a5a;
}

.address-text {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.contact-icon {
  background: transparent;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /*! box-shadow: 0 8px 25px rgba(212, 165, 116, 0.2); */
  transition: all 0.3s ease;
  border: 1px solid #575757;
}

.contact-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(212, 165, 116, 0.3);
}

.contact-icon i {
  font-size: 1.8rem;
  color: #fff;
}

.contact-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.contact-info {
  font-size: 1rem;
  color: #b8d4d4;
  line-height: 1.5;
}

.contact-info a {
  color: #a2a2a2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #f0c674;
}

.footer-bottom {
  border-top: 1px solid rgba(184, 212, 212, 0.2);
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.copyright {
  color: #ddd;
  font-size: 0.95rem;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: linear-gradient(45deg, #d4a574, #f0c674);
  color: #2d5a5a;
  transform: translateY(-3px);
}

.social-link i {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .contact-item {
    margin-bottom: 40px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }

  .brand-logo {
    font-size: 2rem;
  }

  .address-text {
    font-size: 1rem;
  }
}

.detailsC {
  margin-bottom: 15px;
  /*! padding-bottom: 28px; */
  position: relative;
} 

.srchpra {
  margin: 9px 0 0 0;
  text-align: center;
  opacity: 0.8;
  color: #000 !important;
  font-size: 16px !important;
}

.seprator {
  margin: 10px 0;
  border-bottom: 1px solid #f3f3f3;
}

.nav-pills .nav-link {
  /* border-radius: var(--bs-nav-pills-border-radius); */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  border-radius: 0;
  width: 150px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  margin: 0 30px 0 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background: var(--bs-nav-pills-link-active-bg);
  background: transparent;

  color: #000;
  border-bottom: 6px solid var(--main);
  margin: 0 0 -3px 0;
}

.nav-pills .nav-link img {
  height: 37px;
  margin: 0 0 16px 0;
}

.tab-content {
  margin-top: 40px;
}

.totoreDetauls h3 {
  font-size: 40px;
  font-style: italic;
}

.totoreDetauls h6 {
  font-size: 20px;
  font-family: work sans;
  color: var(--main);
  text-transform: uppercase;
  letter-spacing: 6px;
}

.totoreDetauls ul {
  padding: 0;
  margin: 20px 0 0 0;
}

.totoreDetauls ul li {
  display: inline-block;
}

.totoreDetauls ul li a {
  display: inline-block;
  margin: 0 3px 11px 0;
  padding: 10px 25px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 500;
  border-radius: 23px;
  color: #515151;
}

.totoreDetauls {
  padding: 0 0 0 50px;
}

.enemties .image img {
  border-radius: 16px;
}

.totoreDetauls p {
  font-size: 16px;
  line-height: 28px;
}

.location_main {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.location_main img {
  height: 100%;
  width: 100%;
}

.location-list {
  list-style: none;
  padding: 0;
  max-width: 400px;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
}

.location-item {
  background: white;
  margin: 20px 0;
  padding: 20px 60px;
  border-radius: 45px 0 0 45px;
  /*! box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
  display: flex;
  /*! align-items: center; */
  padding-left: 31px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}

.location-icon {
  font-size: 20px;
  margin-right: 15px;
  color: #fff;
}

.location-details h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.location-details p {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 14px;
  line-height: normal;
}


.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(200, 200, 200);
  position: relative;
  border-radius: 0 !important;
}

.accordion-item::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  /*! border-bottom: 1px solid #ffffff7d; */
  bottom: 0;
  /*! left: -40vh; */
}


button.accordion-button {
  background: transparent;
}

button.accordion-button {
  background: transparent !important;
  /*! color: #fff; */
  padding: 24px 10px;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--B-family);
  /*! letter-spacing: -1px; */
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  /*! color: #fff; */
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  /*! background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(255,255,255)' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); */
}

.accordion-button::after {
  /*! background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(255,255,255)' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); */

}

.faqs_main {
  padding: 60px 0;
  background: rgb(222, 222, 222);
}

.faqs_main h2 {
  /*! font-size: 50px; */
}

button.accordion-button span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgb(213, 213, 213);
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  margin: 0 14px 0 0;
  color: rgb(0, 0, 0);
}

.accordion-button:not(.collapsed) {
  color: rgb(0, 0, 0);
}

.accordion-button:not(.collapsed) span {
  /*! color: var(--white); */
}

.calltoactionfooter .bgimggfooter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-info {
  font-size: 18px;
  /*! line-height: 1.8; */
  color: #a2a2a2;
}

.phone {
  color: #f3eadec2;
  margin-bottom: 14px; 
  /*! border-bottom: 1px solid #333; */
  padding-bottom: 5px;
  text-decoration: none;
  text-decoration-color: #f3eadec2; 
  font-size: 18px;
  font-weight: 500; 
}

.email {
  color: #f3eadec2;
  /*! border-bottom: 1px solid #333; */
  padding-bottom: 5px;
  text-decoration: none;
  text-decoration-color: currentcolor;
  text-decoration-color: #f3eadec2;
}
 
.caltoaction {
  padding: 40px 0;
  position: relative;
  z-index: 9;
  text-align: center;
  background: #fff;
  background-size: cover;
}

.caltoaction .formmm img {
  height: 70vh;
  object-fit: cover;
}


.caltoaction h3 {
  font-size: 33px;
  text-transform: capitalize;
  font-weight: bold;
  color: rgb(26, 26, 26);
  /*! max-width: 70%; */
  margin: 0 auto;
  letter-spacing: -1px;
}

.form-wrapper {
  margin: 0 auto;
  border-radius: 12px;
  padding: 50px;
  margin-top: 24px !important;
}

.form-group {
  margin-bottom: 16px;
  position: relative;
}

.form-control,
.form-select {
  height: 50px;
  /*! border: none; */
  /*! padding: 0 4px; */
  /*! font-size: 14px; */
  background-color: #fafafa;
  transition: all 0.3s ease;
  width: 100%;
  background: #15141030; 
  border: 1px solid #fff6;
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: #007bff;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
  outline: none;
}

.form-label {
  /*! position: absolute; */

  color: #ccc;
  /*! font-size: 13px; */
  pointer-events: none;
  transition: all 0.3s ease;
  background: transparent;
}



.required {
  color: #dc3545;
}

.phone-wrapper {
  display: flex;
  align-items: stretch;
}

.country-selector {
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  border-right: none;
  border-radius: 0;
  min-width: 120px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.flag-uae {
  width: 20px;
  height: 14px;
  margin-right: 8px;
  background: linear-gradient(to bottom,
      #00732f 0%, #00732f 25%,
      #ffffff 25%, #ffffff 50%,
      #ffffff 50%, #ffffff 75%,
      #ce1126 75%, #ce1126 100%);
  border: 1px solid #ccc;
  border-radius: 2px;
}

.phone-input {
  border-radius: 0 !important;
  border-left: none !important;
  flex: 1;
}

.contact-section {
  margin: 35px 0;
}

.contact-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.radio-group {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.form-check {
  /*! display: flex; */
  align-items: center;
  /*! margin-bottom: 20px; */
}


.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.form-check-label {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.privacy-link {
  color: #007bff;
  text-decoration: underline;
}

.privacy-link:hover {
  color: #0056b3;
}

.submit-button {
  background-color: #fff;
  color: black;
  border: none;
  border-radius: 50px;
  padding: 13px 45px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.submit-button:hover {
  background-color: #007bff;
  transform: translateY(-1px);
  color: #fff;
}

.dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}

.select-wrapper {
  position: relative;
}

.form-select {
  /*! appearance: none; */
  /*! background-image: none; */
}

@media (max-width: 768px) {
  .form-wrapper {
    padding: 30px 20px;
  }

  .radio-group {
    flex-direction: column;
    gap: 15px;
  }
}

.contact_main {
  padding-top: 0;
  background: rgb(21, 20, 16);
  color: #fff;
  border-top: 1px solid #f0e9c785;
}

.contact_main h2 {
  color: #fff;
}

.titlecontact h2 {
  text-transform: capitalize;
}


.full_imagesection .col-12.text-center {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
}

.enemties .nav-pills {
  border-bottom: 2px solid #ddd;
}





.image-box {
  background-color: #2a2a2a;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.image-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.image-content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.large-image {
  height: 400px;
}

.medium-image {
  height: 250px;
}

.small-image {
  height: 200px;
}

/* Image backgrounds */
.luxury-exterior {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><defs><linearGradient id="sky" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%234a9eff;stop-opacity:1" /><stop offset="100%" style="stop-color:%2387ceeb;stop-opacity:1" /></linearGradient></defs><rect fill="url(%23sky)" width="600" height="400"/><rect fill="%23ffffff" x="100" y="150" width="400" height="200" rx="10"/><rect fill="%23d4a574" x="120" y="180" width="150" height="120"/><rect fill="%23333333" x="300" y="180" width="180" height="120"/><polygon fill="%2395c93d" points="50,100 80,70 110,100 90,100 90,130 70,130 70,100"/><polygon fill="%2395c93d" points="500,80 530,50 560,80 540,80 540,110 520,110 520,80"/></svg>');
}

.modern-interior {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f5f5f5" width="600" height="400"/><rect fill="%23e8e8e8" x="0" y="320" width="600" height="80"/><rect fill="%23d4a574" x="50" y="100" width="200" height="150" rx="8"/><rect fill="%23ffffff" x="70" y="120" width="160" height="110"/><circle fill="%238b4513" cx="350" cy="200" r="30"/><rect fill="%23654321" x="450" y="180" width="120" height="80" rx="40"/><rect fill="%2395c93d" x="500" y="50" width="20" height="100"/></svg>');
}

.cozy-living {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f9f9f9" width="600" height="400"/><rect fill="%23e67e22" x="50" y="100" width="250" height="150" rx="15"/><rect fill="%23f4d03f" x="80" y="130" width="60" height="60" rx="30"/><rect fill="%23f4d03f" x="200" y="130" width="60" height="60" rx="30"/><circle fill="%2395c93d" cx="450" cy="150" r="25"/><rect fill="%23654321" x="400" y="200" width="150" height="100" rx="8"/><rect fill="%23333333" x="420" y="220" width="30" height="60"/></svg>');
}

.bedroom-space {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f0f0f0" width="600" height="400"/><rect fill="%23ffffff" x="100" y="150" width="300" height="120" rx="8"/><rect fill="%23e8e8e8" x="120" y="170" width="260" height="80"/><rect fill="%23d4a574" x="450" y="100" width="100" height="200" rx="8"/><circle fill="%2395c93d" cx="500" cy="80" r="15"/><rect fill="%23654321" x="50" y="300" width="500" height="50"/></svg>');
}

.nav-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.8);
}

.image-box:hover .nav-arrow {
  opacity: 1;
  transform: scale(1);
}

.nav-arrow:hover {
  background: white;
  transform: scale(1.1);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}

.image-box:hover .play-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.play-button:hover {
  background: white;
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 768px) {
  .large-image {
    height: 300px;
  }

  .medium-image {
    height: 200px;
  }

  .small-image {
    height: 180px;
  }
}


.bigimgg {
  height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}



.bigimgg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.anf_item {
  padding: 0;
  text-align: start;
  background: #1111113d;
  border-radius: 8px;
  /*! box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
  border: 1px solid #dddddd30;
  /*! min-height: 216px; */
  /*! margin-top: 50px; */
  width: 100%;
  padding: 24px;
}
 
.anf_item h4 {
  margin: 0 0 0px 0px;
  font-size: 16px;
  color: #e7e7e7;
  font-weight: 500;
  text-transform: uppercase;
}

.anf_item p {
  margin: 0;
  font-size: 1.10rem; 
  /*! font-weight: 600; */
  color: #fff; 
  line-height: 28px;
}
.anf_item p b{font-weight:500}
.anf_item img {
  width: 48px;
  margin: 0 15px 10px 0;
  /*! margin-left: auto; */ 
   opacity: 0.95; 
}
.anf_item svg {
  width: 48px;height:48px;
  margin: 0 15px 10px 0;
  /*! margin-left: auto; */ 
   opacity: 0.95; 
}
h2 {
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.theme_btn { 
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid rgb(34, 34, 34);
  background: #222222;
  color: rgb(255, 255, 255);
  font-size: 13px;
  border-radius: 60px;
  /* margin: 26px 0 0 0; */
  text-transform: uppercase;
  transition: 0.2s;
  letter-spacing: 3px;
  font-weight: 400;
}

.gallery_item {
  overflow: hidden;
  border-radius: 15px;
  margin: 6px;
}


.animities {
  padding: 50px 0;
}

.contact_inner {
  padding: 50px;
}

.titlecontact h2 {
}

.form-control:focus,
.form-select:focus {
  border-color: #fff;
  background-color: #161a24; 
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  color: #fff;
}

.contact_main img {
  height: 100%;
  object-fit: cover;
}


.owl-prev span,
.owl-next span {
  font-size: 18px;
  background: rgba(255, 255, 255, 0.79);
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 60px;
  text-align: center;
  color: #000;
  margin: 0 -15px 0 -18px;
  box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
  display: inline-block;
  font-weight: 700;
  transition: opacity .2s linear;
  border: 1px solid #e0e0e0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199A3
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%
}

.owl-prev {
  left: 7px
}

.owl-next {
  right: 7px
}
.enimiti_itemm{
	position: relative;
	margin: 10px;
	overflow: hidden; 
	border-radius: 12px;
}


.enimiti_itemm .image{
	position: relative; /*! width:auto; */
	/*! height: 420px; */ border-radius: 12px;
	overflow: hidden;
}.enimiti_itemm img{
	border-radius: 12px;
} 
.enimiti_itemm .image::before { 
	content: '';
	 
}

.enimiti_itemm p {
	color: #fff;
	font-size: 16px;margin-top:12px;
	font-weight: 500; line-height:24px;margin-bottom:12px;

}
.ctatxt { 
  padding: 100px;
}

.img-fluid.flogoo {
  width: 200px;
  margin: 0 0 20px 0;
}

.ctatxt p {
  margin: 6px 0 18px 0;
}

.fixed .navbar-brand {
  /*! width: 110px; */
  /*! padding: 10px 0; */
}

.fixed .navbar.navbar-expand-lg .nav-link {
  /*! font-size: 12px; */
  /*! color: #000; */
}
.gallery_item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery_item:hover {
    transform: scale(1.02);
}

.gallery_item .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery_item .img img {
    width: 100%;
    height: 70vh; 
    object-fit: cover;
    transition: transform 0.4s ease;
    height: ;
}

.gallery_item:hover .img img {
    transform: scale(1.1);
}

.gallery_item .contenttxt {
    position: absolute;
    bottom: 0;
    left: 50%;
    /*! background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)); */
    color: white;
    padding: 20px;
    margin: 20px;
    border-radius: 8px; 
    /*! backdrop-filter: blur(10px); */
    border: none;
    
    /* Initial state - hidden */
    opacity: 0;
    transform: translateY(100%) translateX(-50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.gallery_item:hover .contenttxt {
    /* Hover state - visible */
    opacity: 1;
    transform: translateY(0) translateX(-50%);
}

.gallery_item .contenttxt h3 {
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(10px);
    transition: transform 0.3s ease 0.1s;
}

.gallery_item:hover .contenttxt h3 {
    transform: translateY(0);
}

.gallery_item .contenttxt p {
    margin: 0;
    font-size: 0.9rem;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(10px);
    transition: transform 0.3s ease 0.2s;
}

.gallery_item:hover .contenttxt p {
    transform: translateY(0);
}

/* Optional: Add a subtle overlay on hover */
.gallery_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery_item:hover::before {
    opacity: 1;
}

.gallery_item .contenttxt {
    z-index: 2;
}




/* Center item styling */
.owl-item.center .enimiti_itemm .image {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.owl-item.center .enimiti_itemm p {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .enemties_item {
    padding: 20px;
  }

  .enemties_item ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .enemties_item ul li {
    padding: 12px 15px;
  }

  .enemties_item ul li img {
    width: 35px;
    height: 35px;
  }

  .enemties_item ul li span {
    font-size: 14px;
  }

  .enimiti_itemm .image img {
    height: 250px;
  }

  .enimiti_itemm p {
    font-size: 14px;
    padding: 15px;
  }
}

@media (max-width: 480px) {

  .enemties_item {
    padding: 15px;
  }

  .enimiti_itemm .image img {
    height: 200px;
  }
}





.feature-card {
  color: white;
  background-size: cover;
  background-position: center;
  /*! height: 90vh; */
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  /*! text-shadow: 1px 1px 6px rgba(0,0,0,0.7); */
  border-radius: 10px;
  overflow: hidden;
}

.feature-card h3 {
  font-size: 2rem;
  font-weight: bold;
}

.feature-card p {
  font-size: 1.1rem;
  max-width: 300px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}

.card-content {
  z-index: 2;
}

.whydv {
  padding: 50px 0px;
}

.whyitem {
  margin: 10px;
  /*! background: #08080861; */
}

.whyitem .image {
  height: auto;
  overflow: hidden;
  border-radius: 7px;
  margin: 0 0 15px 0;
  background: #fff;
}

.whyitem .text {
  text-align: left;
}

.whyitem .text h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  /*! letter-spacing: -1px; */
  text-transform: uppercase;
}

.top_header {
  background: #222222;
  color: #fff;
  position: relative;
  z-index: 9;
  font-size: 12px;
  padding: 5px 26px;
}

.top_header p {
  margin: 0;
  line-height: normal;
  font-size: 12px;
}

.top_header p span {
  margin: 0 0 0 17px;
}

.about_main h2 {
 
  color: #fff;
}

.logoingg img {
  position: relative;
  height: auto;
  width: 280px;
  margin: 0 0 18px 0;
}

.banner_info {
  background: #bcbec1;
  /* slight gradient */
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 9px;
  color: #000;
  width: 90%;
  max-width: 100%;
  left: 5%;
  position: fixed;
  bottom: 15px;
  padding-left: 30px;
  z-index: 999;
  backdrop-filter: blur(10px);
}

.info {
  display: flex;
  flex-direction: column;
}

.logo-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 100px;
  margin: 0 20px 0 0;
}

.logo span {
  display: block;
  font-size: 10px;
  color: #444;
}

.details {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.price {
  font-size: 14px;
  margin-top: 0;
  color: #444;
}

.buttons {
  display: flex;
  gap: 10px;
}

.buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.enquire {
  background-color: transparent;
  border: 1px solid #333;
  color: #000;
}

.enquire:hover {
  background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
  color: #000;
}

.explore {
  background-color: #111;
  color: #fff;
}

.explore:hover {
  background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
  color: #000;
}

.top_header ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.top_header ul li {
  list-style: none;
  margin: 0 0 0 33px;
}


.top_header ul li a {
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.7;
}

.blacklogo {
  display: none;
}

.fixed .whitelogo {
  display: none;
}

.fixed .blacklogo {
  display: block;
}

.fixed .blacklogo img {
  height: 37px
}

.fixed .navbar-nav .nav-link.contact_btnn {
  background: rgba(119, 119, 119, 0.18);
  border: 1px solid rgba(119, 119, 119, 0.18);
}

.footer-section {
  background-color: #1a1a1a;
  padding: 0;
}

.newsletter-section {
  background-color: #1a1a1a;
  padding: 40px 0;
}

.damac-logo {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  text-decoration: none;
  width: 154px;
}

.damac-living-logo {
  font-size: 1.8rem;
  font-weight: 300;
  color: #d4af37;
  font-style: italic;
}

.social-icons a {
  color: #666;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #d4af37;
}

.newsletter-input {
  background-color: #1a1a1a;
  border: 1px solid #444;
  color: #fff;
  border-radius: 25px;
  padding: 12px 20px;
}

.newsletter-input:focus {
  background-color: #1a1a1a;
  border-color: #d4af37;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

.btn-submit {
  background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
  color: #000;
  border: none;
  border-radius: 25px;
  padding: 9px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #b8941f;
  color: #000;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #d4af37;
}

.app-download img {
  height: 45px;
  margin-right: 10px;
  border-radius: 8px;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 112px;
}

.footer-bottom-links a {
  color: #aaa;
  text-decoration: none;
  margin-right: 20px;
  font-size: 0.85rem;
}

.footer-bottom-links a:hover {
  color: #d4af37;
}

.copyright {
  color: #666;
  font-size: 0.85rem;
}

.terms-link {
  color: #d4af37;
  text-decoration: underline;
}

.terms-link:hover {
  color: #b8941f;
}

@media (max-width: 768px) {
  .damac-logo {
    font-size: 2rem;
  }

  .newsletter-section {
    text-align: center;
  }

  .footer-section {
    padding: 40px 0 20px 0;
  }
}

.social-icons {
  margin: 0 0 0 auto;
}

.footer-bottom-links {
  text-align: center;
  margin: 0 0 26px 0;
}

.imggallery {
  padding: 60px 0;
}

.cta-button {
  background: rgb(189, 156, 3);
  color: #fff;
  padding: 10px 28px;
  font-size: 16px;
  border: none;
  border-radius: 34px; 
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-weight: 600;
  display: inline-block;  
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  min-width: 200px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
  color: #000;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 140px;
}

.button:hover {
  background-color: white;
  color: black;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.download-icon {
  margin-right: 8px;
  font-size: 14px;
}

/* Container for better mobile responsiveness */
.button-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}



.serv-box .servitem {
  min-height: 155px;
  padding: 18px 8px 16px 8px;
  margin-bottom: 0px
}

.servitem h5 {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 0 8px;
  line-height: 18px;
}

.iconimg60 {
  width: 65px;
  opacity: 0.6;
  /*! background: #f8f4eb; */
  height: 65px;
  /*! padding: 18px; */
  /*! border-radius: 10px; */
  /*! border: 1px solid #e2d1ad; */
}

.consultation-section {
  position: relative;
  padding: 80px 30px;
  text-align: center;
  /*! background: url(../images/hero_banner1.jpg); */
  color: #fff;
  background-size: cover; 
  background-position: center;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
}

.consultation-section {
  position: relative;
  padding:20% 30px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  animation: bgSlide 15s infinite ease-in-out;
  height: 100vh;
}

/* KEYFRAMES for background image change */
@keyframes bgSlide {
  0% {
    background-image: url('../images/hero_banner1.jpg');
  }

  100% {
    background-image: url('../images/hero_banner1.jpg');
  }
}

.consultation-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; 
  width: 100%;
  /*! background: rgba(0, 0, 0, 0.55); */
  /* dark overlay */
  z-index: -1;
}

.consultation-section h2 {
  color:#fff;
  margin-bottom: 0;
}

.consultation-section p.lead {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #fff;
}

.consultant-info {
  display: block;
  text-align: left;
  margin-top: -65%;
  gap: 20px;
}

.consultant-_info {
  display: block;
  text-align: left;
  margin-top: -122%;
  gap: 20px;
}

.consultant-info img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px
}

.consultant-details {
  text-align: left;
}

.consultant-details h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.btn-consultation {
  background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
  color: #000;
  border: none;
  padding: 12px 25px;
  font-size: 1rem;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-consultation:hover {
  background-color: #000;
  color: #fff;
}

.privacy-text {
  margin-top: 6px;
  font-size: 0.97rem;
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
  opacity: 0.8;
  line-height: 21px;
}

.btn-waitlist {
  background-color: #f5e8de;
  color: #333;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  margin-top: 30px;
  transition: background 0.3s ease;
}

.btn-waitlist:hover {
  background-color: #e2d7cd;
}




/*====================================
=            Contact List            =
====================================*/

.contact-list {
  position: fixed;
  bottom: 50px;
  right: 0px; 
  display: flex;
  border-radius: 25px 0 0 25px;
  flex-direction: column;
  z-index: 999999;
}

.contact-list a i {
  color: #fff;
}

.contact-list a {
  background: #ffffff0a;
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
  border-radius: 25px 0 0 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30;
  margin-top: 0;
  transition: transform 0.3s ease-in-out;
  line-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-around;
  border: 1px solid #ffffff99;
  border-right: none;
  cursor: pointer;
  text-decoration: none;
}

.contact-list a:hover {
  transform: translateX(5px);
  /* Moves element 10px to the left */
}

.whatsapp-custom-icon {
  font-size: 21px;
}

.highlight-section {
  /*! background: #0e1b2c63; */
  color: #000;
  padding: 40px 0px;
  text-align: left;
  border-radius: 12px;
  /*! max-width:990px; */
  margin: 0px auto; 
  /*! box-shadow: 0 8px 20px rgba(0,0,0,0.2); */  
  /*! border: 1px solid #ffffff21; */
}
.highlight-section h1{font-size: 3.0rem;
  font-weight: 800;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.56);
}
.highlight-title { 
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
} 

.highlight-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  font-size: 1.1rem;
}

.info-item {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  min-width: 240px;
  font-weight: 500;
}

.info-item span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffd700;
}

@media (max-width: 600px) {
  .highlight-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    font-size: 1.0rem;
  }

  .highlight-title {
    font-size: 1.20rem;
  }

  .info-item {
    min-width: 100%;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 8px;

    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .info-item span {
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffd700;
  }
}


.location-section {
  /*! background: #333; */
  /*! border-radius: 16px; */
  /*! padding: 50px 20px 20px; */
  /*! box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */

}

.location-title {

  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.fact-box {
  background: #ffffff29;
  border-left: 5px solid #f2f2f126;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 10px;
  color: #fff;
}

.fact-box i {
  font-size: 1.6rem;
  color: #b88c2c;
  margin-top: 3px;
}

.fact-text {
  font-size: 1.05rem;
  font-weight: 500;
}

.map-wrapper iframe {
  width: 100%;
  height: 400px;
  border: 0;
  /*! border-radius: 12px; */
}

.stats-number {
  font-size: 18px;
  font-weight: 500;
  /*! color: #fff; */
}

@media (max-width: 576px) {
  .stats-number {
    font-size: 14px;
  }

  .location-section {
    /*! background: #333; */
    border-radius: 0px;
    /*! padding: 40px 10px 10px; */
  }

  .fact-box {
    background: #ffffff29;
    border-left: 3px solid #f2f2f126;
    border-radius: 6px;
    padding: 8px 6px;
    display: flex;
    align-items: start;
    gap: 0px;
    color: #fff;
    min-width: 120px;
    margin-bottom: 3px;
  }

  .location-title {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
  }

  .fact-text {
    font-size: 14px;
  }
}


.stats-tile {
  background: #b0adad21;
  border-radius: .75rem;
  text-align: center;
  padding: 12px;
  margin: 0px 0;
  border: 1px solid #eee3;
}

.stats-tile i {
  font-size: 30px;
  margin-bottom: 8px;
  /*! color: #fff; */
  /* dark teal accent */
  opacity: 0.5;
}

.clrFFF {
  color: #fff;
}


.trust-badges {
  background: linear-gradient(135deg, #080f1b 0%, #171b24 100%);
  padding: 20px 0;
  position: relative;
  padding-bottom: 66px;
}

.trust-badge-wrapper {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
}

.trust-item {
  flex: 0 0 auto;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.trust-item i {
  display: block;
  font-size: 34px;
  color: #fff;
  opacity: 0.7;
}

@media (min-width: 992px) {

  .trust-badge-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    white-space: normal;
    gap: 1rem;
  }
}


.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  text-align: center;
}

.carousel-container .carousel-inner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.carousel-container .carousel {
  max-width: 1000px;
}

.carousel-container .carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}





.carousel-container .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 20px;
  bottom: 0px;
  position: relative;
  width: 100%;
  left: 0;
  right: auto;
}

.carousel-caption .main-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px;
}

.carousel-caption .sub-title {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.video-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: white;
}

/* Video element styles */
.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.6);
}

/* Content above the video */
.video-content {
  position: relative;
  z-index: 2;
  text-align: center;
  /*! top: 50%; */
  /*! transform: translateY(-50%); */
  padding: 50px 0;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}


.locationbody {
  background: linear-gradient(135deg, #080f1b 0%, #171b24 100%);
  color: #fff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /*! padding: 20px; */
}



.location-section {
  margin: 50px 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.location-header {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 30px;
  border-bottom: 3px solid rgba(247, 246, 244, 0.5);
  position: relative;
}

.location-title {
  /*! font-size: 2.8rem; */
  text-align: center;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
  /*! text-transform: uppercase; */ 
  letter-spacing: 1px;
  /*! font-weight: 800; */
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.location-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
}

.location-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  max-width: 700px;
  margin: 20px auto 0;
  line-height: 1.6;
}

.location-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.05);
}

.highlight-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(250, 250, 250, 0.3);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.highlight-card:hover {
  transform: translateY(-8px);
  background: rgba(201, 168, 108, 0.1);
  box-shadow: 0 10px 25px rgba(201, 168, 108, 0.2);
  border-color: rgba(201, 168, 108, 0.5);
}

.highlight-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(201, 168, 108, 0.15) 0%, transparent 70%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.highlight-card:hover::before {
  opacity: 1;
}

.highlight-icon {
  width: 70px;
  height: 70px;
  background: #ffffffde;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #0f1c35;
  /*! box-shadow: 0 5px 15px rgba(201, 168, 108, 0.3); */
}

.highlight-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.highlight-text b {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}  

.map-wrapper {
  position: relative;
  /*! height: 450px; */
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  border-top: 3px solid rgba(247, 246, 244, 0.5);
}

.map-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(15, 28, 53, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.location-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(28, 30, 32, 0.9);
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  border: 2px solid rgba(245, 244, 243, 0.5);
  z-index: 2;
  /*! box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
  backdrop-filter: blur(5px);
}

.location-badge i {
  margin-right: 8px;
  color: #f4f2ef;
}

.location-stats {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(30, 31, 32, 0.9);
  padding: 15px 25px;
  border-radius: 15px;
  z-index: 2;
  text-align: center;
  border: 2px solid rgba(253, 251, 246, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.stat-value {
  font-size: 2.0rem;
  font-weight: 500;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.stat-label {
  color: #c9d1e5;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.pulse-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #c9a86c;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 0 0 rgba(201, 168, 108, 0.7);
  animation: pulse 2s infinite;
  display: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 168, 108, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(201, 168, 108, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(201, 168, 108, 0);
  }
}

@media (max-width: 809px) {
  .locationbody {
    padding: 0
  }

 

  .location-subtitle {
    font-size: 1rem;
  }

  .location-highlights {
    /*! grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    padding: 30px 15px;
  }

  .map-wrapper {
    height: 400px;
  }

  .stat-value {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
 
  .highlight-card {
    padding: 25px 15px;
  }

  .map-wrapper {
    height: 350px;
  }

  .location-badge,
  .location-stats {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 15px;
    width: calc(100% - 30px);
  }
}

.bdy {
  background: linear-gradient(135deg, #080f1b 0%, #171b24 100%);
  color: #fff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}



.binghatti-header {
  text-align: center;
  margin-bottom: 60px;
}

.binghatti-logo {
  font-size: font-size: 45px;
  /*! font-weight: 700; */
  letter-spacing: 1px;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text; 
  color: transparent;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: 45px;
}

.binghatti-logo::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

.subtitle {
  font-size: 1.4rem;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.achievement-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.achievement-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.achievement-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(201, 168, 108, 0.1) 0%, transparent 70%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.achievement-card:hover::before {
  opacity: 1;
}

.achievement-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
  font-size: 36px;
  color: #0f1c35;
  /*! box-shadow: 0 8px 20px rgba(201, 168, 108, 0.3); */
}

.achievement-number {
  font-size: 2.8rem;
  font-weight: 700;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
  line-height: 1.1;
}

.achievement-title {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.achievement-desc {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
}

.luxury-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  border: 1px solid rgba(250, 249, 248, 0.2);
  position: relative;
  overflow: hidden;
}

.luxury-content {
  flex: 1;
  min-width: 300px;
}

.luxury-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.luxury-text {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 25px;
}

.luxury-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.highlight {
  background: rgba(201, 168, 108, 0.15);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  color: #e8d5a6;
  border: 1px solid rgba(201, 168, 108, 0.3);
}

.diamond-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  position: relative;
  height: 300px;
}

.diamond {
  width: 200px;
  height: 200px;
  background: #fff;
  transform: rotate(45deg);
  position: relative;
  /*! box-shadow: 0 0 50px rgba(201, 168, 108, 0.4); */
  animation: float 6s ease-in-out infinite;
}

.diamond::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid rgba(15, 28, 53, 0.3);
  transform: rotate(45deg);
}

.diamond-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  color: #0f1c35;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.diamond-inner span {
  font-size: 1rem;
  display: block;
  margin-top: 5px;
  letter-spacing: 2px;
}

.diamond-shine {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 30px;
  left: 30px;
  filter: blur(10px);
  animation: shine 3s ease-in-out infinite;
}

.footer-note {
  text-align: center;
  margin-top: 40px;
  color: #a0aec0;
  font-size: 0.9rem;
  padding: 20px;
}

@keyframes float {

  0%,
  100% {
    transform: rotate(45deg) translateY(0);
  }

  50% {
    transform: rotate(45deg) translateY(-15px);
  }
}

@keyframes shine {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.8;
  }
}

.banner_info {
  background: #bcbec1;
  /* slight gradient */
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 9px;
  color: #000; 
  width: 90%;
  max-width: 100%;
  left: 5%;
  position: fixed;
  bottom: 15px;
  padding-left: 30px;
  z-index: 999;
  backdrop-filter: blur(10px);
  display: none;
}

.info {
  display: flex;
  flex-direction: column;
}

.logo-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.details {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.price {
  font-size: 14px;
  margin-top: 0;
  color: #444;
}

.banner_info .buttons {
  display: flex;
  gap: 10px;
}

.banner_info .buttons a {
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner_info .enquire {
  background-color: transparent;
  border: 1px solid #333;
  color: #000;
}

.banner_info .enquire:hover {
  background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
  color: #000;
}

.explore {
  background-color: #111;
  color: #fff;
}

.explore:hover {
  background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
  color: #000;
}

.testimonials_area {
  padding: 80px 30px;
  text-align: center;
  background: #1c1c1c;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.testimonials_area h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px
}

@media (max-width: 809px) {
  .testimonials_area {
    padding: 30px 00px;
    text-align: center;
  }

  .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px
  }

  .testimonials_area h2 {
    
  }

  .banner_info {
    display: none;
  }

  .binghatti-logo {
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .luxury-section {
    padding: 30px;
  }

  .diamond {
    width: 150px;
    height: 150px;
  }

  .diamond-inner {
    font-size: 2rem;
  }
}

@media (max-width: 809px) {
  .binghatti-logo {
    font-size: 2.0rem;
  }

  .achievement-number {
    font-size: 1.75rem;
    font-weight: 600;
  }

  .luxury-title {
    font-size: 1.8rem;
  }
}


.consultationSection {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--main) url('https://promotions.binghatti.com/wp-content/uploads/2025/05/hero-img3.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 80px 30px;
  overflow: hidden;
  /* ensure pseudo-elements don’t overflow */
}

.consultationSection::before,
.consultationSection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.consultationSection::before {
  background: rgba(0, 0, 0, 0.4);
  /* dark overlay effect */
}

.consultationSection::after {
  background: linear-gradient(135deg, #080f1bb5 0%, #171b24cf 100%);
}

.cont_overlay {
  position: relative;
  z-index: 99;
}

.consultationSection h2 {
  color: #fff;
  margin-bottom: 0;
}

.consultationSection p.lead {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #fff;
}

.consultationSection.consultant-info {
  display: block;
  text-align: left;
  margin-top: -65%;
  gap: 20px;
}

.consultationSection .consultant-_info {
  display: block;
  text-align: left;
  margin-top: -74%;
  gap: 20px;
  /*! margin: 0 auto; */
}

.client-details {
  color: #fff
}

.consultationSection .consultant-info img {
  width: 100px;
  height: 128px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
}

.consultationSection .consultant-details {
  text-align: left;
}

.consultationSection .consultant-details h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.consultationSection .btn-consultation {
  background: #f9f9f9;
  color: #000;
  border: none;
  padding: 12px 25px;
  font-size: 1rem;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.consultationSection .btn-consultation:hover {
  background-color: #000;
  color: #fff;
}

.testimonial-carousel .testimonial-card {
  position: relative;
  background: #111;
  color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
  margin: 15px;
  transition: all 0.4s ease;
}

.testimonial-card .card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent);
  animation: rotateGlow 10s linear infinite;
  z-index: 0;
}

@keyframes rotateGlow {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.testimonial-card .quote-icon {
  font-size: 60px;
  font-weight: bold;
  color: #ffcc70;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  opacity: 0.2;
}

.testimonial-card .stars {
  color: #f5b301;
  font-size: 18px;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
}

.client-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 2;
  position: relative;
}

.client-avatar {
  width: 50px;
  height: 50px;
  background: #ffcc70;
  color: #000;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-info h4 {
  font-size: 1rem;
  margin: 0;
  color: #fff;
  text-align: left;
  font-weight: 600;
} 

.client-info span {
  font-size: 0.85rem;
  color: #ccc;
}


.developerboddy {

  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #f0f0f0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.developer-showcase {

  width: 100%;
  background: linear-gradient(145deg, #1a1a1a 0%, #121212 100%);
  /*! border-radius: 20px; */
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column; 
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.1);
  
}

.developer-showcase {
  width: 100%;
  background:
    linear-gradient(to bottom, #151410b8 0%, #1a1819e5 100%), url(../images/84770f_a58d687ba26f4396b4495540f653ffeb~mv2.avif) bottom center no-repeat;
  background-size: cover;
  border-radius:0px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7); 
  display: flex;   
  flex-direction: column; 
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.1);
  background-size: cover;
  background-attachment: fixed;
} 
.developer-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(10, 36, 99, 0.05) 0%, transparent 40%);
  pointer-events: none;
}


.developerboddy .hero-section {
  /*! background: linear-gradient(120deg, #0a0a15 0%, #121225 100%); */
  color: white;
  padding: 60px 10px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.developerboddy .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="rgba(212,175,55,0.1)" stroke-width="2" d="M20,20 Q50,5 80,20 T100,50 Q85,80 50,100 T0,50 Q15,20 50,0 T100,20"/></svg>');
  background-size: contain;
  opacity: 0.3;
}


.tagline {
  margin-bottom: 25px;
  text-align: start;
  line-height: 1.3;
  color: #f9f9f9;
}

.description {
  /*! font-size: 1.1rem; */ 
  line-height: 1.7;
  text-align: start;
  margin-bottom: 30px;
  opacity: 0.85;
  color: #f3eade; 
  /*! max-width: 990px; */
  /*! margin: 0 auto; */ 
} 

.developerboddy .highlight {
  color: #fff;
  font-weight: 600;
}

.developerboddy .stats-section {
  padding: 40px 0;
  position: relative;
}

.developerboddy .section-title {
 
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0a2463 0%, #d4af37 100%);
  border-radius: 3px;
}

.stats-grid {
  /*! display: grid; */
  /*! grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  /*! gap: 25px; */
}

.stat-card { 
  background: linear-gradient(145deg, #1e1e1e 0%, #252525 100%);
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center; 
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 12px 0;
  min-height: 292px;
}
 
.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  border-color: rgba(212, 175, 55, 0.2);
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0a2463 0%, #d4af37 100%);
}

.stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.1) 0%, transparent 40%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.stat-card:hover::after {
  opacity: 1;
}

.stat-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0a2463 0%, #1e3a8a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(212, 175, 55, 0.3);
}

.stat-number {
  font-size: 1.15rem;
  font-weight: 500;
  color: #f0f0f0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.stat-card p {
  color: #b0b0b0;
  font-size: 0.95rem;
}

.stat-card:nth-child(2) .stat-icon {
  background: linear-gradient(135deg, #d4af37 0%, #f9e076 100%);
}

.stat-card:nth-child(3) .stat-icon {
  background: linear-gradient(135deg, #8a6d0a 0%, #d4af37 100%);
}

.stat-card:nth-child(4) .stat-icon {
  background: linear-gradient(135deg, #2b6cb0 0%, #4299e1 100%);
}


.bugatti-highlight {
  margin-top: 30px;
  padding: 25px;
  /*! background: linear-gradient(to right, rgba(10, 10, 20, 0.7), rgba(20, 20, 40, 0.7)); */
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  text-align: center;
  /*! max-width: 800px; */
  margin: 40px auto 0;
  position: relative;
  overflow: hidden;
  display: none;
}

.bugatti-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="rgba(212,175,55,0.05)" stroke-width="1" d="M0,50 Q25,10 50,50 T100,50"/></svg>');
  background-size: 200px;
  opacity: 0.3;
}

.bugatti-highlight h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.bugatti-highlight p {
  color: #d0d0d0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .developerboddy {

    padding: 20px 0;
  }

  .developerboddy .hero-section {
    color: white;
    padding: 24px 10px;
  }
   .developerboddy  .hero-section img{display:none}

  .developerboddy .description { 
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .developerboddy .stats-section {
    padding: 10px;
    position: relative;
  }

  .tagline {
    font-size: 22px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  } 


}


 .banner_img img{display:none}
.project-slider .owl-carousel .animated {
  animation-duration: 3s !important; /* Slows down the slide transition */
}
.project-slider .owl-carousel .owl-stage {
  cursor: default !important; /* Sets cursor to default instead of 'not-allowed' */
}
.project-slider .disabled {
    pointer-events: none;
    opacity: 0.5; /* Optional: Visually indicate that button is disabled */
}

.project-slider-text h2, .project-slider-text h3 {
    transform: translateX(-1200px);
    transition: transform 1s ease;
}

.project-slider-text h4 {
    transform: translateX(-1200px);
    transition: transform 1.5s ease;
}

.project-slider-text a {
    transform: translateX(-1200px);
    transition: transform 1.8s ease;
}

.project-bg-owl-carousel, .project-bg-owl-carousel * {
    height: 100vh;
}


.project-slide-active h2, 
.project-slide-active h3, 
.project-slide-active h4{
    transform: translateX(0);
}
.project-slide-active a {
  transform: translateX(0);
}
.project-slider-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    left: 0;
    right: 0;
}
.project-slider {
    position: relative;
}
.project-slider-area {
    position: relative;
}
.project-slider-arrow-left, .project-slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-size: 65px;
}
.project-slider-arrow-left {
    left: -80px;
}
.project-slider-arrow-right {
    right: -80px;
}
.project-slider-text {
  display: none;
}
.project-slider-text h2, .project-slider-text h3 {
/*    letter-spacing: 2px;*/
    line-height: 64px;
    font-size: 54px; color:#fff;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
}

.project-slider-text h4 {
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-size: 14px;
    /* margin: 10px 0; */
    margin-top: 10px;
    margin-bottom: 40px;
}
.project-slider-text h3 {
    font-weight: 500;
}
.project-slider-text-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.btn-border {
    border: 1px solid rgb(255 255 255 / 80%);
}
.custom-btn, .custom-btn-2, .custom-btn-full-width, .custom-btn-full-width-mobile {
  display: inline-block;
  padding: 15px 90px;
  background-image: url('https://binghattiweb.imgix.net/web_button_bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 3px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  border: 1px solid rgb(255 255 255 / 50%);
  background-color: transparent !important;
  cursor: pointer;
}

.project-slide-active{display: block;}
.mview{display:none!important;}
@media only screen and (max-width: 809px) {
  .mview{display:block!important;}
    .hero_banner {
  background: #000;
}
 .banner_text {
    padding: 10px 0;
  }
.banner_img img{display:block;height: auto}
.banner_vid{display:none;}
      .contact-list {
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    width: 100%;
    bottom: 20px;
  }
   .contact-list a {
    border: 1px solid #000;
    background-color: #5E5D5D33;
    height: 40px;
    width:auto;
    border: 1px solid #D3CACA99;
    border-radius: 4px;
    margin: 0 5px;padding: 0 18px;
    color: #fff;
    font-weight: 500;
  }
.project-slider-area {
        padding: 0 40px;
    }
    .project-slider-arrow-right {
        right: 0px;
    }
    .project-slider-arrow-left {
        left: 0;
    }
    .project-slider-text-area {
        position: unset;
        transform: unset;
        margin-bottom: 20%;
    }
    .project-slider-arrow-left svg, .project-slider-arrow-right svg {
        width: 25px;
    }
      .custom-btn {
    padding: 12px 10px;
    font-size: 12px;
  }
  .project-slider-text h2, .project-slider-text h3 {
  letter-spacing: 0px;
  line-height: 54px;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.project-slider-text h4 {
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  margin: 10px 0;
}
.project-bg-owl-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

.scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
/* On mobile, make tiles swipeable */
@media (max-width: 767.98px) {
  .scroll-wrapper .row {
    flex-wrap: nowrap !important;
  
  }

  .scroll-wrapper .col-12 {
    flex: 0 0 auto;
    width: 80%;  /* You can adjust width for tighter or looser scroll */
    max-width: 80%;
  }
}
@media (max-width:809px) {
  .location-highlights {
    display: flex;
    flex-wrap: nowrap;
  }

  .highlight-card {
    flex: 0 0 100%;
    max-width: 80%;
    min-width: 80%;
  }
}
.trust-badge-wrapper{ overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */}



.calltoactionfooter {
  background: #fff;
  position: relative;
  padding: 50px;
  z-index: 1;
  margin-top: -57px;
  z-index: 99999;
}
  
.calltoactionfooter::before  {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), color-stop(24%, #0F0F0F7B), to(#54545400)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #00000096 0%, #0F0F0F7B 24%, #54545400 100%) 0% 0% no-repeat padding-box;
	z-index: 9;
  left: 0;
  top: 0;
}


footer {
  position: relative;
  padding: 80px 0 0 0;
  background: #14130f; 
  margin: 0; 
  border-radius: 26px; 
  z-index: 9;
  color: #f3eadec2;
  font-size: 14px;
  font-weight: 400;
}  
footer p{
font-size: 14px;line-height:22px;
font-weight: 400;}
.copyright {
  border-top: 1px solid #d2d2d233;
  padding: 30px 0;
  margin-top: 30px;
}
 
.copyright p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.copyright p a {
  margin: 0;
  color: #FFFFFF8A;
}

.footersocial {
  justify-content: center; 
  align-items: center;
}

.footersocial h6 {
  margin-right: 26px;
  margin-bottom: 0;
  color: #fff;
} 

.footersocial a {
  font-size: 20px;
  margin-right: 41px;
  color: #FFFFFF8A;
}

.nav-folderized .nav {
  display: block;
}

footer ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}

footer ul li:last-child {
  margin: 0;
}


footer ul li {
  margin-bottom: 20px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}

footer ul li:last-child {
  margin: 0;
}

footer ul li a {
  color: #f3eadec2;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding-left: 2px;
  width: 100%;
  text-transform: uppercase;
  /*! letter-spacing: 0.3px; */
}

footer ul li a::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 47%;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3px;
  width: 0;
  background: #fff;
}

footer ul li a:hover::before {
  background: var(--main);
  opacity: 1;
  width: 8px;
  height: 2px;
  opacity: 0.6;
}

footer ul li a:hover {
  color: #fff;
  padding-left: 15px;
}


footer ul li a::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 47%;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3px;
  width: 0;
  background: #fff;
}

footer ul li a:hover::before {
  background: #e9c823;
  opacity: 1;
  width: 8px;
  height: 2px;
  opacity: 0.6;
}

footer ul li a:hover {
  color: rgb(229, 194, 31); 
  padding-left: 15px;
}

footer ul {
  padding: 0;
}

footer h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #fff;
  font-family: work sans;
  letter-spacing: 0;
}

footer .contct_detail .pnone {
  font-size: 14px; 
  margin-bottom: 15px;
}

footer .contct_detail .pnone a {
  font-size: 16px;
}

.text_footer {
  /*! border-top: 1px solid #373737; */
  padding-top: 0;
  padding-bottom: 30px;
}

.text_footer p {
  /*! margin: 0; */
  font-size: 12px;
  color: #d9d9d9;
  font-weight: 300;
  line-height: 20px;
}

 .video-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .video-background {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 1;
        }
        
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0; 
            width: 100%;
            height: 100%;
            background:linear-gradient(45deg, rgba(111, 92, 2, 0.7) 0%, rgba(68, 57, 2, 0.69) 100%);
        }
        .consultation-section h2 {
            
           
            color: #fff;
            display: inline-block;
        }
        
        .typed-text {
            position: relative;
            display: inline-block;
        }
        
        .typed-cursor {
            display: inline-block;
            width: 3px;
            height: 54px;
            background: #fff;
            margin-left: 8px;
            vertical-align: text-bottom;
            animation: blink 1s infinite;
        }
        
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }
@media (max-width:809px) {
  .consultation-section h2 {font-size:32px;}
  .dd_nmobile{display:none}
  .highlight-section h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 800;
}
.highlight-section {
  color: #000;text-align:center;
  padding: 0px 0px;}
  .default_form {
  margin-top:0px;position: relative;z-index:99;
  max-width:809px;
}
.carousel-caption {  
  z-index: 99;
  text-align: center;
}
.carousel-caption .text-left{text-align: center;}
.gallery_item:hover .contenttxt {
  
  transform: translateY(0) translateX(0%);
 
  left: 0%;
}
}


 .calculator-container {
            margin: 0 auto;
            padding: 0 15px;
        }

        .calculator-title {
            color: white;
            margin-bottom: 2rem;
            text-align: center;
        }

        .calculator-card {
            background: white;
            border-radius: 25px;
            padding: 40px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }

        .calculator-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background:rgb(189, 156, 3);
            border-radius: 50%;
            transform: translate(50%, -50%);
            opacity: 0.1;
        }

        .residency-status {
            margin-bottom: 2rem;
        }

        .residency-status h6 {
            font-weight: 600;
            color: #333;
            margin-bottom: 1rem;
        }

        .btn-group .btn {
            border-radius: 25px;
            border: 2px solid #e9ecef;
            background: #f8f9fa;
            color: #6c757d;
            font-weight: 500;
            padding: 9px 24px;
            transition: all 0.3s ease;
        }

        

        .btn-group .btn.active {
            background:rgb(189, 156, 3);
            border-color:rgb(170, 139, 3);
            color: white;
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.0);
        }

        .calculator-card.form-group {
            margin-bottom: 2rem;
        }

        .calculator-card .form-group label {
            font-weight: 600;
            color: #333;
            margin-bottom: 0.5rem;
            display: block;
        }

        .calculator-card .input-group {
            position: relative;
        }

        .calculator-card .form-control {
            border: 2px solid #e9ecef;
            /*! border-radius: 15px; */
            padding: 15px 20px;
            font-size: 1.1rem;
            font-weight: 500;
            transition: all 0.3s ease;
            background: #fff; 
            color: #000;
        }

        .calculator-card .form-control:focus { 
            border-color: #667eea;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
        }

        .calculator-card .input-group-text {
            background: #f8f9fa;
            border: 2px solid #e9ecef;
            border-left: none;
            /*! border-radius: 0 15px 15px 0; */
            color: #6c757d;
            font-weight: 500;
        }

        .calculator-card .slider-container {
            margin-top: 1rem;
        }
        .modal{z-index: 9999999999;}
.calculator-card .form-group {
  margin-bottom: 16px;
  position: relative;
  max-width: 560px;
}
        .calculator-card .slider {
            -webkit-appearance: none;
            width: 100%;
            height: 8px;
            border-radius: 5px;
            background: #e9ecef;
            outline: none;
            opacity: 0.7;
            transition: opacity 0.2s;
        }

        .slider:hover {
            opacity: 1;
        }

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: rgb(189, 156, 3);
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
        }

        .slider::-moz-range-thumb {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: rgb(189, 156, 3);
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
            border: none;
        }

        .results-section {
            background: #f8f9fa;
            border-radius: 20px;
            padding: 30px;
            margin-top: 2rem;
            text-align: center;
        }

        .loan-amount {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 0.5rem;
        }

        .monthly-cost {
            font-size: 2rem;
            font-weight: 700;
            color: rgb(189, 156, 3);
            margin-bottom: 1rem;
        }
.interest-rate {
            font-size: 1.5rem;
            font-weight: 700;
            color: #28a745;
            margin-bottom: 1rem;
        }

        .result-label {
            font-size: 0.9rem;
            color: #6c757d;
            font-weight: 500;
            margin-bottom: 0.5rem;
        }

        .disclaimer {
            font-size: 0.85rem;
            color: #6c757d;
            margin-top: 1rem;
            font-style: italic;
        }

        .get-started-btn {
            background: #333;
            color: white;
            border: none;
            border-radius: 15px;
            padding: 15px 40px;
            font-weight: 600;
            font-size: 1.1rem;
            margin-top: 1.5rem;
            transition: all 0.3s ease;
            width: 100%;
        }

        .get-started-btn:hover {
            background: #222;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .slider-value {
            text-align: start;
            font-weight: 600;
            color: rgba(189, 156, 3, 0.61);
            margin-top: 0.5rem;
        }
.contact_main{padding:70px 0;} 
        @media (max-width: 768px) {
            .calculator-title {
                font-size: 2rem;
            }
             
            .calculator-card {
                padding: 25px;
            }
            
            .btn-group .btn {
                padding: 5px 7px;
                font-size: 0.9rem;
            }
            
            .loan-amount { 
                font-size: 2rem;
            }
            
            .monthly-cost {
                font-size: 1.5rem;
            }
        }

        .heroBa-section {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
      overflow: hidden;
      background-color: #000;
    }

    .heroBa-section video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

   .heroBa-section .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*! background: rgba(245, 231, 167, 0.32); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  text-align: center;
  color: #fff;
  padding: 24px 5%;
  background: linear-gradient(to bottom, rgba(255, 251, 235, 0.15) 0%,rgba(244, 245, 247, 0.17) 71%,rgba(252, 253, 253, 0.13) 100%);
}
@media screen and (max-width: 540px) {
  .heroBa-section {
    position: relative;
    width: 100%;
    padding-top: 99.25%;
    overflow: hidden;
    background-color: #000;
  }
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 0px;
  position: absolute;
}
.menu-main-menu-container{margin:0 auto}
form p{margin-bottom:0px!important;color: #EDE6DA;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{color:#fff!important}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;color:#fff!important
}