/* Luxury Villas Page Styles - Inspired by Solmar Rentals */

/* Force full-width on body and html for luxury villas page */
body:has(.luxury-hero) {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

html:has(.luxury-hero) {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/* Header - Fixed on luxury villas page */
body:has(.luxury-hero) header {
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(10px);
  z-index: 1000;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:has(.luxury-hero) .header-container {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

/* Luxury Hero Section with Video */
.luxury-hero {
  position: relative;
  width: 100vw !important;
  max-width: 100% !important;
  height: 70vh;
  min-height: 70vh;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding-top: 80px !important;
  overflow: hidden;
}

.luxury-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.luxury-hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.luxury-hero-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.luxury-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(215, 201, 163, 0.7), rgba(234, 229, 220, 0.8));
  z-index: 1;
}

.luxury-hero-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 2;
}

.luxury-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  padding: 40px 50px;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.luxury-hero-content h1 {
  font-family: var(--font-title);
  font-size: 4.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.6), 0 2px 10px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
}

.luxury-hero-content p {
  font-family: var(--font-body);
  font-size: 1.4rem;
  color: #FFFFFF;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.4);
  max-width: 900px;
  line-height: 1.8;
  font-weight: 400;
}

/* Animations luxe pour section VIP */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section VIP Services */
.section-vip-services {
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f3ee 100%);
  padding: 72px 0;
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

.section-vip-services::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: linear-gradient(
    to bottom,
    rgba(247, 243, 238, 0) 0%,
    rgba(246, 241, 234, 0.28) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.section-vip-services .vip-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 0 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.section-vip-services .vip-video-container {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.section-vip-services .vip-video-container video {
  width: 324px;
  height: auto;
  max-height: 605px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: block;
  background: transparent;
}

.section-vip-services .vip-content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  z-index: 1;
}

.section-vip-services h2 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 14px;
  line-height: 1.3;
  animation: fadeInUp 0.35s ease-out;
}

.vip-intro {
  font-family: 'DM Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #3A3A3A;
  line-height: 1.6;
  margin-bottom: 25px;
  animation: fadeInUp 0.4s ease-out 0.1s both;
}

.section-vip-services .vip-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-vip-services .vip-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  animation: fadeInUp 0.4s ease-out both;
}

.section-vip-services .vip-list li:nth-child(1) {
  animation-delay: 0.15s;
}

.section-vip-services .vip-list li:nth-child(2) {
  animation-delay: 0.2s;
}

.section-vip-services .vip-list li:nth-child(3) {
  animation-delay: 0.25s;
}

.section-vip-services .vip-list li:nth-child(4) {
  animation-delay: 0.3s;
}

.section-vip-services .vip-list li:nth-child(5) {
  animation-delay: 0.35s;
}

.section-vip-services .vip-list li:nth-child(6) {
  animation-delay: 0.4s;
}

.section-vip-services .vip-list li:last-child {
  margin-bottom: 0;
}

.service-icon {
  font-size: 18px;
  color: #c8a97e;
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1.4;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  transition: all 0.2s ease;
  cursor: default;
}

.service-icon:hover {
  transform: translateY(-2px);
  color: #d6b88b;
  opacity: 0.9;
}

.service-title {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #1C1C1C;
  line-height: 1.5;
}

.service-subtitle {
  font-weight: 300;
  color: #666;
  font-size: 15px;
}

.final-message {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 300;
  color: #777;
  margin-top: 22px;
  text-align: left;
  line-height: 1.5;
  animation: fadeInUp 0.4s ease-out 0.5s both;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .section-vip-services {
    flex-direction: column;
    padding: 50px 20px;
    gap: 30px;
    align-items: center;
    overflow: visible !important;
  }

  .section-vip-services .vip-wrapper {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
    overflow: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }

  .section-vip-services .vip-video-container {
    width: 100%;
    flex: none;
    display: flex;
    justify-content: center;
  }

  .section-vip-services .vip-video-container video {
    width: 100% !important;
    height: auto !important;
    max-width: 420px;
    max-height: 450px;
    min-width: auto;
    border-radius: 18px !important;
    margin: 0 auto;
  }

  .section-vip-services .vip-content {
    width: 100% !important;
    flex: none;
    text-align: left;
    padding: 0 20px !important;
    box-sizing: border-box;
  }

  .section-vip-services h2 {
    font-size: 1.75rem;
    text-align: left;
  }

  .vip-intro {
    font-size: 0.9rem;
    text-align: left;
  }

  .section-vip-services .vip-list li {
    margin-bottom: 20px;
  }

  .section-vip-services .vip-list li .vip-service-content strong {
    font-size: 0.95rem;
  }

  .section-vip-services .vip-list li .vip-service-content p {
    font-size: 0.85rem;
  }

  .vip-note {
    font-size: 0.85rem;
    text-align: center;
  }
}

/* Luxury Villas Section */
.luxury-villas-section {
  background: linear-gradient(
    to bottom,
    rgba(246, 241, 234, 0.35) 0%,
    #f7f3ee 72px,
    #f7f3ee 100%
  );
  padding: 100px 0;
  width: 100vw !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  min-height: 60vh;
}

.luxury-villas-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}

.luxury-villas-header {
  text-align: center;
  margin-bottom: 48px;
  position: static;
  width: 100%;
  background: none;
  padding: 0;
  box-shadow: none;
  z-index: auto;
}

.luxury-villas-label {
  display: block;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b8956a;
  margin: 0;
  text-shadow: none;
}

.luxury-villas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* Villa Card - Premium editorial style */
.villa-card {
  display: flex;
  flex-direction: column;
  background-color: #faf8f5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(30, 24, 16, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.villa-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(30, 24, 16, 0.09);
}

.villa-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #E8E5DF;
  position: relative;
}

.villa-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.villa-slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: block;
}

.villa-slider-image.active {
  opacity: 1;
  z-index: 1;
}

.villa-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 26px;
  color: #4b463e;
  backdrop-filter: blur(8px);
  font-weight: 300;
}

.villa-card:hover .villa-slider-nav {
  opacity: 1;
}

.villa-slider-nav:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-50%) scale(1.1);
  color: #b59a6a;
}

.villa-slider-nav.prev {
  left: 10px;
}

.villa-slider-nav.next {
  right: 10px;
}

.villa-slider-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.villa-slider-indicators .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.villa-slider-indicators .slider-dot.active {
  background-color: rgba(255, 255, 255, 0.95);
  width: 24px;
  border-radius: 4px;
}

.villa-slider-indicators .slider-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.villa-info {
  padding: 24px 24px 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.villa-location {
  display: block;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b8956a;
  margin-bottom: 10px;
}

.villa-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.25;
  color: #1c1c1c;
  margin: 0 0 8px 0;
}

.villa-specs {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #5a5a5a;
  margin: 0 0 12px;
  line-height: 1.5;
}

.villa-tagline {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 1.6;
  margin: 0 0 14px;
}

.villa-price {
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9a8568;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.villa-cta {
  display: block;
  font-family: 'DM Sans', 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #3a3a3a;
  letter-spacing: 0.03em;
  margin-top: auto;
  transition: color 0.25s ease;
}

.villa-card:hover .villa-cta {
  color: #b8956a;
}

/* Responsive */
@media (max-width: 1200px) {
  .luxury-villas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .luxury-villas-container {
    padding: 0 50px;
  }
}

/* Mobile et Tablette: même comportement - 768px à 1024px = mobile */
@media (max-width: 1024px) {
  .luxury-villas-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  
  .luxury-hero {
    height: 60vh;
    padding-top: 70px;
  }
  
  .luxury-hero-content {
    padding: 40px 30px;
  }
  
  .luxury-hero-content h1 {
    font-size: 2.5rem;
  }
  
  .luxury-hero-content p {
    font-size: 1.1rem;
  }
  
  .luxury-villas-section {
    padding: 60px 0;
  }
  
  .luxury-villas-container {
    padding: 0 30px;
  }
  
  .villa-image {
    height: 220px;
  }
  
  .villa-info h3 {
    font-size: 1.2rem;
  }

  .villa-specs,
  .villa-tagline {
    font-size: 0.85rem;
  }

  .villa-cta {
    font-size: 0.8rem;
  }
}








