/* ==============================================
   PROPERTY DETAIL PAGES - LUXURY REDESIGN 2026
   ============================================== */

/* ==============================================
   HERO SECTION - REMOVE CAROUSEL ARROWS
   ============================================== */
.property-hero .carousel-control,
.property-hero .carousel-control-prev,
.property-hero .carousel-control-next,
.property-hero .hero-arrow,
.property-hero .hero-nav,
.property-hero button,
.property-hero .btn,
.property-hero button[class*="prev"],
.property-hero button[class*="next"],
.property-hero [class*="chevron"],
.property-hero > button,
.property-hero .container > button,
.property-hero i.fa-chevron-left,
.property-hero i.fa-chevron-right {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* ==============================================
   LUXURY PALETTE FOR INFO BOXES
   ============================================== */
.property-overview {
    padding: 8rem 0 !important;
    background: white !important;
}

.overview-grid {
    gap: 5rem !important;
}

/* Stat Boxes - Luxury Sand Background */
.stat-box {
    background: var(--luxury-sand, #F5EFE7) !important;
    padding: 1.75rem !important;
    border-radius: 12px !important;
    border: 1px solid rgba(20, 184, 166, 0.1) !important;
    transition: all 0.3s ease !important;
}

.stat-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(20, 184, 166, 0.12);
}

/* Feature Boxes - Luxury Sage */
.feature-item-small {
    background: var(--luxury-sage, #E8F0E8) !important;
    border: 1px solid rgba(20, 184, 166, 0.1) !important;
    transition: all 0.3s ease !important;
}

.feature-item-small:hover {
    background: var(--accent-turquoise) !important;
    color: white !important;
    transform: translateY(-2px);
}

.feature-item-small:hover i {
    color: white !important;
}

/* Coming Soon Features - Luxury Cream */
.coming-soon-features {
    background: linear-gradient(135deg, var(--luxury-sand, #F5EFE7), var(--luxury-cream, #FFF9F0)) !important;
    padding: 2rem !important;
    border-radius: 12px !important;
    border: 2px solid var(--accent-turquoise) !important;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.1) !important;
}

/* ==============================================
   LIFESTYLE SECTION - LUXURY REDESIGN
   ============================================== */
.lifestyle-section {
    padding: 8rem 0 !important;
    background: linear-gradient(135deg, var(--luxury-sand, #F5EFE7), var(--luxury-cream, #FFF9F0)) !important;
}

.lifestyle-card {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
}

.lifestyle-card:hover {
    box-shadow: 0 16px 40px rgba(20, 184, 166, 0.15) !important;
    transform: translateY(-8px) !important;
}

.lifestyle-content {
    padding: 3rem !important;
}

.lifestyle-content h3 {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
    color: var(--navy) !important;
    letter-spacing: -0.01em !important;
}

.lifestyle-content p {
    font-size: 1.0625rem !important;
    line-height: 1.8 !important;
    color: var(--body-text) !important;
    letter-spacing: 0.01em !important;
}

/* ==============================================
   AMENITIES SECTION - LUXURY REDESIGN
   ============================================== */
.amenities-section {
    padding: 8rem 0 !important;
    background: white !important;
}

.amenity-category {
    background: var(--luxury-sand, #F5EFE7) !important;
    padding: 3rem !important;
    border-radius: 16px !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(20, 184, 166, 0.1) !important;
}

.amenity-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(20, 184, 166, 0.12);
}

.category-icon {
    width: 70px !important;
    height: 70px !important;
    background: linear-gradient(135deg, var(--accent-turquoise), #14B8A6) !important;
}

.amenity-item {
    padding: 1rem 1.5rem !important;
    background: white !important;
    border: 1px solid rgba(20, 184, 166, 0.1) !important;
    transition: all 0.3s ease !important;
}

.amenity-item:hover {
    background: var(--luxury-sage, #E8F0E8) !important;
    transform: translateX(8px);
}

/* ==============================================
   LOCATION SECTION - LUXURY REDESIGN
   ============================================== */
.location-section {
    padding: 8rem 0 !important;
    background: linear-gradient(135deg, var(--luxury-sage, #E8F0E8), var(--luxury-cream, #FFF9F0)) !important;
}

.distance-card {
    background: white !important;
    padding: 2rem !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(20, 184, 166, 0.1) !important;
}

.distance-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(20, 184, 166, 0.15);
}

.distance-icon {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, var(--accent-turquoise), #14B8A6) !important;
}

/* ==============================================
   LOCAL AREA / ACTIVITIES SECTION - LUXURY FIX
   ============================================== */
.local-area-section {
    padding: 8rem 0 !important;
    background: linear-gradient(135deg, var(--luxury-sand, #F5EFE7), var(--luxury-cream, #FFF9F0)) !important;
}

.local-area-section .section-title {
    margin-bottom: 2rem !important;
    letter-spacing: -0.01em !important;
}

.area-intro {
    font-size: 1.25rem !important;
    line-height: 1.8 !important;
    letter-spacing: 0.01em !important;
    margin-bottom: 5rem !important;
}

.area-highlights {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 3rem !important;
    margin-top: 0 !important;
}

.area-highlight-card {
    background: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
    border: 1px solid rgba(20, 184, 166, 0.1) !important;
}

.area-highlight-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 16px 40px rgba(20, 184, 166, 0.15) !important;
}

.area-highlight-image {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
}

.area-highlight-card:hover .area-highlight-image {
    transform: scale(1.08);
}

.area-highlight-content {
    padding: 2.5rem !important;
}

.area-highlight-content h3 {
    font-size: 1.75rem !important;
    margin-bottom: 1.25rem !important;
    color: var(--navy) !important;
    letter-spacing: -0.01em !important;
    font-weight: 600 !important;
}

.area-highlight-content p {
    font-size: 1.0625rem !important;
    line-height: 1.8 !important;
    letter-spacing: 0.01em !important;
    color: var(--body-text) !important;
    margin: 0 !important;
}

/* ==============================================
   GALLERY SECTION - LUXURY REDESIGN
   ============================================== */
.gallery-section {
    padding: 8rem 0 !important;
    background: white !important;
}

.gallery-grid {
    gap: 2rem !important;
}

.gallery-item {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(20, 184, 166, 0.15);
}

.gallery-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(10, 37, 64, 0.85) 100%) !important;
}

/* ==============================================
   BOOKING SECTION - LUXURY REDESIGN
   ============================================== */
.booking-section {
    padding: 8rem 0 !important;
    background: linear-gradient(135deg, var(--navy), #14B8A6) !important;
}

.booking-card {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    padding: 4rem !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
}

.booking-options {
    gap: 2rem !important;
}

.booking-option {
    background: var(--luxury-sand, #F5EFE7) !important;
    padding: 2.5rem !important;
    border-radius: 16px !important;
    transition: all 0.4s ease !important;
    border: 2px solid transparent !important;
}

.booking-option:hover {
    border-color: var(--accent-turquoise) !important;
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(20, 184, 166, 0.15);
}

.booking-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, var(--accent-turquoise), #14B8A6) !important;
}

/* ==============================================
   POLICIES SECTION - LUXURY REDESIGN
   ============================================== */
.policies-section {
    padding: 8rem 0 !important;
    background: white !important;
}

.policy-grid {
    gap: 2.5rem !important;
}

.policy-card {
    background: var(--luxury-cream, #FFF9F0) !important;
    padding: 2.5rem !important;
    border-radius: 16px !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(20, 184, 166, 0.1) !important;
}

.policy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(20, 184, 166, 0.12);
}

.policy-icon {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, var(--accent-turquoise), #14B8A6) !important;
}

/* ==============================================
   TYPOGRAPHY ENHANCEMENTS
   ============================================== */
.section-header h2 {
    letter-spacing: -0.01em !important;
    font-weight: 600 !important;
}

.section-header p {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
    letter-spacing: 0.01em !important;
}

.overview-intro {
    font-size: 1.3rem !important;
    line-height: 1.8 !important;
    letter-spacing: 0.01em !important;
}

.overview-text {
    font-size: 1.0625rem !important;
    line-height: 1.8 !important;
    letter-spacing: 0.01em !important;
}

/* ==============================================
   SPACING ENHANCEMENTS
   ============================================== */
.section {
    padding: 8rem 0 !important;
}

@media (max-width: 1024px) {
    .section {
        padding: 6rem 0 !important;
    }
    
    .property-overview,
    .lifestyle-section,
    .amenities-section,
    .location-section,
    .gallery-section,
    .booking-section,
    .policies-section,
    .local-area-section {
        padding: 6rem 0 !important;
    }
    
    .area-intro {
        margin-bottom: 4rem !important;
    }
    
    .area-highlights {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2.5rem !important;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 4rem 0 !important;
    }
    
    .property-overview,
    .lifestyle-section,
    .amenities-section,
    .location-section,
    .gallery-section,
    .booking-section,
    .policies-section,
    .local-area-section {
        padding: 4rem 0 !important;
    }
    
    .overview-grid {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
    }
    
    .lifestyle-card {
        grid-template-columns: 1fr !important;
    }
    
    .booking-card {
        padding: 2.5rem 1.5rem !important;
    }
    
    .booking-options {
        grid-template-columns: 1fr !important;
    }
    
    .area-intro {
        font-size: 1.125rem !important;
        margin-bottom: 3rem !important;
    }
    
    .area-highlights {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .area-highlight-image {
        height: 240px !important;
    }
    
    .area-highlight-content {
        padding: 2rem !important;
    }
    
    .area-highlight-content h3 {
        font-size: 1.5rem !important;
    }
}