@import url('https://fonts.googleapis.com/css2?family=Alice&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
  *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  div,
  ul,
  li,
  p,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img {
  margin: 0;
  padding: 0;
  }
  textarea:focus, input:focus
  {
  outline: none;
  }
  .form-control:focus ,.form-select:focus {
  box-shadow: none;
  border-color: black;
  }
  ul {
  list-style-type: none;
  }
  a {
  text-decoration: none;
  }
  body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;

  }

  .iframe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.iframe-container {
  width: 80vw;
  height: 80vh;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

  .hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  color: white;
  }

  .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  padding: 8px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  align-items: center;
  }

  .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  }

  .contact-item:hover {
  opacity: 0.8;
  }

  .contact-item img {
  height: 18px;
  width: auto;
  filter: brightness(0) invert(1);
  }

  .nav-bar {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  background: rgba(251, 255, 194, 0.25);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  justify-content: space-between;
  }

  .nav-bar .logo {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.5px;
  }

  .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

  .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

  .hero-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  padding: 0 20px;
  }

  .hero-content h1 {
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  margin: 0 0 1rem;
  font-family: "Alice", serif;
  font-weight: 900;
  letter-spacing: 4px;
  }

  .hero-content p {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  margin: 0 0 2rem;
  max-width: 600px;
  }

  .btn {
  display: inline-block;
  padding: 14px 32px;
  background: #0066ff;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  }

  .btn:hover {
  background: #0055dd;
  transform: translateY(-2px);
  }

  .island-section {
  background: linear-gradient(135deg, #004c4c, #006d6d);
  color: #ffffff;
  padding: 100px 0;
  }

  .island-container {
  max-width: 1200px;
  }

  .island-tag {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
  }

  .island-heading {
  font-size: 3.0rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 50px;
  }

  .island-stat h3 {
  font-size: 20px;
  font-weight: 400;
  }

  .stat-value {
  font-size: 42px;
  font-weight: 700;
  margin-top: 5px;
  }

  .price-box {
  margin-top: 60px;
  }

  .price-box p {
  font-size: 18px;
  opacity: 0.8;
  }

  .price {
  font-size: 32px;
  font-weight: 700;
  }

  .price span {
  color: #f6c26b;
  }

  .island-subheading {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  }

  .island-subheading span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #f6c26b;
  margin-top: 10px;
  }

  .island-description {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 95%;
  }

  .pillar-title {
  font-size: 18px;
  margin-bottom: 25px;
  }

  .pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  }

  .pillars div strong {
  display: block;
  font-size: 20px;
  }

  .pillars div span {
  font-size: 14px;
  opacity: 0.7;
  }

  .closing-line {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.7;
  opacity: 0.85;
  }
  .contact-row {
  flex-wrap: nowrap;
  }

  .get-in-touch-blur {
  flex-shrink: 0;
  }

  .inner-blur {
  background: rgba(0, 128, 128, 0.20);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
  padding: 8px 24px;
  white-space: nowrap;
  }

  .get-in-touch-text {
  letter-spacing: 1px;
  opacity: 0.95;
  }

  .circle-blur {
  width: 60px;
  height: 60px;
  background: rgba(0, 128, 128, 0.20);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  }

  .circle-blur:hover {
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  opacity: 0.95;
  }

  .contact-icon {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
  }

  @media (max-width: 767px) {
  .contact-row {
  gap: 2.5rem;
  padding: 0 15px;
  }

  .inner-blur {
  padding: 8px 20px;
  border-radius: 12px;
  }

  .get-in-touch-text {
  font-size: 1.1rem;
  }

  .circle-blur {
  width: 54px;
  height: 54px;
  }

  .contact-icon {
  height: 28px;
  }
  }
  @media (max-width: 991px) {
  .island-heading {
  font-size: 2.4rem;
  }

  .island-subheading {
  font-size: 2rem;
  }

  .pillars {
  grid-template-columns: repeat(2, 1fr);
  }
  }

  .fixed-property-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 80%;
  max-width: 1200px;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: auto;
  }

  .fixed-property-bar .inner-container {
  background: rgba(0, 128, 128, 0.25);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 14px 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  }

  .property-info h5 {
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  }

  .price {
  font-size: 1.25rem;
  font-weight: 700;
  }

  .brand-logo {
  line-height: 1;
  min-width: 90px;
  }

  .brand-logo small {
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  }

  .btn-lg {
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
  padding: 12px 32px;
  }

  .btn-outline-enquire {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  }

  .btn-outline-enquire:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #008080;
  }

  .btn-explore {
  background: #111111;
  border: none;
  color: #ffffff;
  }

  .btn-explore:hover {
  background: #222222;
  transform: translateY(-3px);
  }

  @media (max-width: 991px) {
  .fixed-property-bar {
  width: 92%;
  max-width: none;
  left: 4%;
  transform: none;
  bottom: 12px;
  border-radius: 16px;
  }

  .fixed-property-bar .inner-container {
  padding: 10px 16px;
  border-radius: 16px;
  }

  .property-info,
  .brand-logo {
  display: none !important;
  }

  .action-buttons {
  width: 100%;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  }

  .btn-lg {
  flex: 1;
  padding: 12px 20px;
  font-size: 0.95rem;
  text-align: center;
  border-radius: 50px;
  white-space: nowrap;
  }

  .fixed-property-bar .d-flex {
  justify-content: center !important;
  }
  }

  .discover-project-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  padding: 40px 0;
  }

  .video-wrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  }

  .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

  .content-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  }

  .content-wrapper > * {
  pointer-events: auto;
  }

  .discover-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 2px solid white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 60px;
  padding: 16px 48px;
  color: white;
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  }

  .discover-btn:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  }

  .play-svg {
  width: 28px;
  height: 28px;
  stroke: white;
  }

  .pause-btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 2px solid white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 5;
  }

  .pause-btn:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  }

  .pause-svg,
  #iconPause,
  #iconPlay {
  width: 24px;
  height: 24px;
  stroke: white;
  }

  @media (max-width: 991px) {
  .discover-project-section {
  height: 35vh;
  min-height: 320px;
  }

  .video-wrapper {
  width: 90%;
  }

  .discover-btn {
  font-size: .5rem;
  padding: 12px 32px;
  }

  .pause-btn {
  bottom: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  }

  .play-svg,
  #iconPause,
  #iconPlay {
  width: 20px;
  height: 20px;
  }
  }

  .dream-home-section {
  position: relative;
  height: 70vh;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  }

  .bg-image {
  position: absolute;
  inset: 0;
  background-image: url('https://vistaoasisdubai.com/wp-content/uploads/2025/10/DAMAC-ISLANDS-2-pic-2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

  .dream-home-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  z-index: 1;
  }

  .overlay-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  }

  .content-card {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 2.2rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  max-width: 650px;
  margin: 0 auto;
  }

  .brand-label {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #d4af37;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  }

  .hero-title1 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 2rem;
  }

  .cta-button {
  font-size: 1.35rem;
  font-weight: 600;
  padding: 1rem 3.5rem;
  border-radius: 50px;
  background: #ffffff;
  color: #111;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1.2px;
  }

  .cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45);
  background: #f8f8f8;
  }

  @media (max-width: 991px) {
  .dream-home-section {
  height: 50vh;
  min-height: 400px;
  }

  .content-card {
  padding: 2.5rem 2rem;
  }

  .brand-label {
  font-size: 1.6rem;
  }

  .hero-title1 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  }

  .cta-button {
  font-size: .9rem;
  padding: 0.7rem 2.4rem;
  }
  }

  @media (max-width: 576px) {
  .hero-title {
  font-size: 2rem;
  }
  }

  .damac-section 
  {
  background: #f4f4f4;
  }

  .damac-content {
  padding: 0 60px;
  }

  .small-title {
  letter-spacing: 4px;
  font-size: 14px;
  color: #777;
  }

  .damac-content h1 {
  font-size: 60px;
  line-height: 1.1;
  margin: 10px 0;
  }

  .gold {
  color: #c8a85d;
  }

  .subtitle {
  color: #555;
  margin: 25px 0;
  }

  .btn-brochure {
  display: inline-block;
  padding: 14px 35px;
  border: 2px solid #111;
  border-radius: 40px;
  text-decoration: none;
  color: #111;
  transition: 0.3s;
  }

  .btn-brochure:hover {
  background: #111;
  color: #fff;
  }

  .slider-wrapper {
  overflow: hidden;
  }

  .slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.8s ease;
  }

  .slide {
  flex: 0 0 60%;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
  }

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

  .blue {
  background: linear-gradient(to bottom, #0d5fa8, #083d70);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  }

  .blue h2 {
  color: white;
  letter-spacing: 3px;
  }

  .progress-bar-custom {
  width: 75%;
  height: 2px;
  background: #ccc;
  }

  .progress-fill {
  height: 100%;
  width: 0%;
  background: #111;
  transition: width 0.4s ease;
  }

  .arrows button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #e0e0e0;
  font-size: 18px;
  cursor: pointer;
  }

  @media (max-width: 991px) {

  .damac-content {
  padding: 0 20px;
  text-align: center;
  }

  .damac-content h1 {
  font-size: 42px;
  }

  .slide {
  flex: 0 0 100%;
  height: 350px;
  }

  .slider-track {
  gap: 15px;
  }

  .progress-bar-custom {
  width: 65%;
  }

  .bottom-controls {
  padding: 0 15px;
  }
  }

  /* ===== SECTION TITLE ===== */
  .section-title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  }

  /* ===== ICON WRAPPER ===== */
  .icon-wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  }

  .icon-wrapper::-webkit-scrollbar {
  display: none;
  }

  .icon-wrapper:active {
  cursor: grabbing;
  }

  .amenity-icon {
  flex: 0 0 auto;
  text-align: center;
  opacity: .4;
  transition: .3s;
  font-size: 12px;
  min-width: 120px;
  cursor: pointer;
  }

  .amenity-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  }

  .amenity-icon.active {
  opacity: 1;
  font-weight: 600;
  }

  /* ===== GALLERY ===== */
  .gallery-wrapper {
  overflow: hidden;
  position: relative;
  cursor: grab;
  }

  .gallery-wrapper:active {
  cursor: grabbing;
  }

  .gallery-track {
  display: flex;
  gap: 30px;
  transition: transform .5s ease;
  }

  .gallery-card {
  min-width: 420px;
  }

  .gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 15px;
  pointer-events: none; /* important for drag */
  }

  .gallery-card p {
  font-size: 13px;
  margin-top: 10px;
  color: #555;
  }

  /* ===== MOBILE ===== */
  @media (max-width: 768px) {
  .gallery-card {
  min-width: 85%;
  }
  }

  .map-iframe{
  height: 70vh;
  width: 100%;
  }


  .faq-section {
  background: #f8f9fa;
  padding: 60px 0;
  }

  .faq-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #1a1a1a;
  }

  .accordion-button {
  font-weight: 600;
  font-size: 1.15rem;
  color: #222;
  background-color: white !important;
  border: 1px solid #dee2e6;
  margin-bottom: 8px;
  border-radius: 8px !important;
  }

  .accordion-button:not(.collapsed) {
  background-color: #e9f5ff !important;
  color: #0d6efd;
  box-shadow: none;
  }

  .accordion-body {
  background: white;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 1.5rem;
  line-height: 1.7;
  }

  .accordion-item {
  border: none !important;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  }

  @media (max-width: 576px) {
  .faq-title { font-size: 2rem; }
  }


  footer {
  background: #0a0a0a;
  color: #ccc;
  padding: 60px 0 20px;
  font-size: 0.95rem;

  }
  .terms{
  color: white;
  font-weight: bold;
  }
  .terms:hover{
  text-decoration: underline;
  }
  .footer-brand {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  }

  .newsletter-form {
  max-width: 420px;
  }

  .newsletter-form .form-control {
  background: #1a1a1a;
  border: none;
  color: white;
  border-radius: 0;
  height: 50px;
  }
  /* Newsletter Input Styling */
  .newsletter-input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 250px;
  }

  /* White Placeholder */
  .newsletter-input::placeholder {
  color: #fff;
  opacity: 1;
  }

  /* Social Icons */
  .social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
  transition: 0.3s;
  }

  .social-icons a:hover {
  color: #ccc;
  }
  .newsletter-form .btn {
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 0;
  padding: 0 28px;
  height: 50px;
  }



  .footer-links h5 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  }

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

  .footer-links li {
  margin-bottom: 0.65rem;
  }

  .footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
  }

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

  .app-buttons img {
  height: 48px;
  margin-right: 12px;
  }

  .legal-footer {
  background: #000;
  color: #888;
  padding: 20px 0;
  font-size: 0.85rem;
  text-align: center;
  border-top: 1px solid #222;
  padding-bottom: 120px;
  }

  .legal-footer a {
  color: #aaa;
  text-decoration: none;
  margin: 0 10px;
  }

  .legal-footer a:hover {
  color: #fff;
  }
  .searchme{

  display: flex;
  justify-content: end;
  }
  @media (max-width: 767px) {
  .footer-brand { font-size: 1.8rem; text-align: center; }
  .newsletter-form { margin: 0 auto 2rem; }
  .social-icons { text-align: center; margin: 1.5rem 0; }
  .app-buttons { text-align: center; margin: 1.5rem 0; }
  .footer-links h5 { margin-top: 2rem; text-align: center; }
  .footer-links ul { text-align: center; }
  .searchme{

  display: flex;
  justify-content: center;
  }
  }



  .modal-dialog { max-width: 500px; }
