/* <style> */
        :root {
            --primary: #1a1a1a;
            --secondary: #c8a97e;
            --accent: #8b7355;
            --light: #f5f3f0;
            --dark: #1a1a1a;
            --gray: #6c757d;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            color: var(--dark);
            line-height: 1.7;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Playfair Display', serif;
            font-weight: 600;
        }
        
        .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: var(--primary);
        }
        
        .section-subtitle {
            font-size: 1.2rem;
            color: var(--gray);
            margin-bottom: 2.5rem;
            font-family: 'Inter', sans-serif;
        }
        
        /* Remove focus-visible borders globally */
        /* *:focus-visible {
            outline: none !important;
            box-shadow: none !important;
        }
         */
        /* Luxury Header */
        /* .luxury-header {
            background-color: rgba(26, 26, 26, 0.9);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1030;
            padding: 20px 0;
            transition: all 0.4s ease;
        }
        
        .luxury-header.scrolled {
            background-color: var(--primary);
            padding: 15px 0;
        }
        
        .luxury-navbar .nav-link {
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            color: white !important;
            margin: 0 12px;
            padding: 8px 0 !important;
            position: relative;
            transition: all 0.3s ease;
        } */
        
        /* .luxury-navbar .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--secondary);
            transition: width 0.3s ease;
        } */
        
        /* .luxury-navbar .nav-link:hover::after,
        .luxury-navbar .nav-link.active::after {
            width: 100%;
        }
         */
        /* .btn-luxury-primary {
            background-color: var(--secondary);
            color: var(--primary);
            border: none;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 0;
            font-family: 'Inter', sans-serif;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        } */
        
        /* .btn-luxury-primary:hover {
            background-color: #b8945f;
            transform: translateY(-2px);
        }
         */
        /* Remove focus styles from buttons */
        .btn:focus-visible,
        .btn-luxury-primary:focus-visible {
            outline: none !important;
            box-shadow: none !important;
        }
        
        /* Hero Section */
        .luxury-hero {
            background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.8)), url('../images/banners/banner-shobha-solis.webp') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 200px 0 120px;
            position: relative;
            overflow: hidden;
        }

         .luxury-hero-sobha-skyparks{
            background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.8)), url('../images/sobha-skyparks/sobha-skyparks-banner.webp') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 200px 0 120px;
            position: relative;
            overflow: hidden;
        }

         .luxury-hero-the-tranquil{
            background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.8)), url('../images/the-tranquil/the-tranquil-sobha-central-banner.webp') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 200px 0 120px;
            position: relative;
            overflow: hidden;
        }

           .luxury-hero-aquacrest{
            background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.8)), url('../images/sobha-aquacrest/sobha-aquacrest-banner.webp') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 200px 0 120px;
            position: relative;
            overflow: hidden;
         }


            .luxury-hero-the-seahaven{
            background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.8)), url('../images/seahaven/banner-desktop.webp') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 200px 0 120px;
            position: relative;
            overflow: hidden;
         }

             .luxury-hero-elwood{
            background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.8)), url('../images/elwood/elwood-banner.webp') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 200px 0 120px;
            position: relative;
            overflow: hidden;
         }

              .luxury-hero-the-orbis{
            background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.8)), url('../images/sobha-orbis/sobha-orbis-banner.webp') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 200px 0 120px;
            position: relative;
            overflow: hidden;
         }



        

        
        
        .luxury-hero h1,
        .luxury-hero-sobha-skyparks h1,
        .luxury-hero-the-tranquil h1,
        .luxury-hero-aquacrest h1,
        .luxury-hero-the-seahaven h1,
        .luxury-hero-elwood h1,
        .luxury-hero-the-orbis h1{
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.1;
        }
        
        .luxury-hero p,
        .luxury-hero-sobha-skyparks p,
        .luxury-hero-the-tranquil p,
        .luxury-hero-aquacrest p,
        .luxury-hero-the-seahaven p,
        .luxury-hero-elwood p,
        .luxury-hero-the-orbis p{
            font-size: 1.3rem;
            margin-bottom: 2.5rem;
            max-width: 600px;
            opacity: 0.9;
        }
        
        .hero-divider {
            width: 80px;
            height: 3px;
            background-color: var(--secondary);
            margin: 2rem 0;
        }
        
        .hero-features {
            display: flex;
            gap: 3rem;
            margin-bottom: 2rem;
        }
        
        .hero-feature {
            display: flex;
            flex-direction: column;
        }
        
        .feature-label {
            font-size: 0.9rem;
            opacity: 0.7;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .feature-value {
            font-size: 1.8rem;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
        }
        
        /* Luxury Form */
        .luxury-form {
            background: rgba(255, 255, 255, 0.95);
            padding: 40px;
            border-left: 4px solid var(--secondary);
        }
        
        .form-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            margin-bottom: 10px;
            color: var(--primary);
        }
        
        .form-subtitle {
            color: var(--gray);
            margin-bottom: 30px;
        }
        
        .luxury-form .form-control {
            background: transparent;
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding: 12px 0;
            margin-bottom: 25px;
        }
        
        .luxury-form .form-control:focus {
            border-bottom-color: var(--secondary);
            box-shadow: none;
        }
        
        /* Remove focus-visible from form controls */
        .form-control:focus-visible,
        .form-select:focus-visible {
            outline: none !important;
            box-shadow: none !important;
        }
        
        /* Phone Input with Country Code */
        .phone-input-group {
            display: flex;
            margin-bottom: 25px;
        }
        
        .country-code-select {
            flex: 0 0 120px;
            margin-right: 15px;
            position: relative;
        }
        
        .country-code-select select {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding: 12px 0;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            cursor: pointer;
        }
        
        .country-code-select::after {
            content: '\f078';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            right: 0;
            top:27px;
            transform: translateY(-50%);
            pointer-events: none;
            color: var(--gray);
        }
        
        .phone-number-input {
            flex: 1;
        }
        
        .phone-number-input input {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding: 12px 0;
        }
        
        /* Section Styling */
        .luxury-section {
            padding: 120px 0;
        }
        
        .luxury-section-light {
            background-color: var(--light);
        }
        
        /* About Section */
        .about-content {
            padding-right: 40px;
        }
        
        .about-badge {
            display: inline-block;
            background-color: var(--secondary);
            color: var(--primary);
            padding: 8px 20px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        
        /* Investment Stats */
        .investment-stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin: 40px 0;
        }
        
        .stat-box {
            text-align: center;
            padding: 30px 20px;
            border: 1px solid rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .stat-box:hover {
            border-color: var(--secondary);
            transform: translateY(-5px);
        }
        
        .stat-value {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 10px;
            font-family: 'Playfair Display', serif;
        }
        
        .stat-title {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .stat-desc {
            font-size: 0.8rem;
            color: var(--gray);
        }
        
        /* Amenities Section */
        /* .luxury-amenities {
            background: linear-gradient(rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.9)), url('https://images.unsplash.com/photo-1560448204-603b3fc33ddc?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') no-repeat center center;
            background-size: cover;
            color: white;
            position: relative;
        } */

          /* .luxury-amenities {
            background: linear-gradient(rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.9)), url('../images/banners/banner-shobha-solis.webp') no-repeat center center;
            background-size: cover;
            color: white;
            position: relative;
        } */

        .luxury-amenities {
    background: linear-gradient(rgb(26 26 26 / 94%), rgb(26 26 26 / 97%)), url(../images/banners/banner-shobha-solis.webp) no-repeat center center;
    background-size: cover;
    color: white;
    position: relative;
}
        
        .amenities-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }
        
        .amenity-category-luxury {
            margin-bottom: 40px;
        }
        
        .amenity-category-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--secondary);
            display: inline-block;
            font-family: 'Playfair Display', serif;
        }
        
        .amenity-item-luxury {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.05);
            border-left: 3px solid var(--secondary);
            transition: all 0.3s ease;
        }
        
        .amenity-item-luxury:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateX(5px);
        }
        
        .amenity-icon-luxury {
            width: 50px;
            height: 50px;
            background: rgba(200, 169, 126, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--secondary);
            font-size: 1.2rem;
            flex-shrink: 0;
        }
        
        .amenity-content-luxury h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .amenity-content-luxury p {
            color: rgba(255, 255, 255, 0.8);
            margin: 0;
            font-size: 0.9rem;
        }
        
        /* Location Section */
        .luxury-location {
            position: relative;
        }
        
        .location-content {
            padding-right: 40px;
        }
        
        .location-highlights {
            margin-top: 40px;
        }
        
        .location-highlight {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            padding: 20px;
            border: 1px solid rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .location-highlight:hover {
            border-color: var(--secondary);
            transform: translateY(-3px);
        }
        
        .location-icon {
            width: 60px;
            height: 60px;
            background: rgba(200, 169, 126, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            color: var(--secondary);
            font-size: 1.3rem;
            flex-shrink: 0;
        }
        
        .location-details h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .location-details p {
            color: var(--gray);
            margin: 0;
        }
        
        .location-map-luxury {
            height: 500px;
            background: #f8f9fa;
            border: 1px solid rgba(0,0,0,0.1);
            position: relative;
        }
        
        .location-distance {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: var(--primary);
            color: white;
            padding: 20px;
        }
        
        .distance-item {
            text-align: center;
        }
        
        .distance-value {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 5px;
        }
        
        .distance-label {
            font-size: 0.8rem;
            opacity: 0.8;
        }
        
        /* Payment Plan */
        .plan-timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .plan-timeline::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 2px;
            background-color: var(--secondary);
            transform: translateX(-50%);
        }
        
        .timeline-item {
            display: flex;
            margin-bottom: 60px;
            position: relative;
        }
        
        .timeline-item:nth-child(odd) {
            flex-direction: row-reverse;
        }
        
        .timeline-content {
            flex: 1;
            padding: 0 40px;
        }
        
        .timeline-percentage {
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 10px;
            font-family: 'Playfair Display', serif;
        }
        
        .timeline-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .timeline-marker {
            position: absolute;
            top: 0;
            left: 50%;
            width: 20px;
            height: 20px;
            background-color: var(--secondary);
            border-radius: 50%;
            transform: translateX(-50%);
        }
        
        /* Gallery */
        .luxury-gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
        }
        
        .gallery-item-luxury {
            position: relative;
            overflow: hidden;
            height: 300px;
        }
        
        .gallery-item-luxury img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s ease;
        }
        
        .gallery-item-luxury:hover img {
            transform: scale(1.1);
        }
        
        .gallery-overlay-luxury {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(26, 26, 26, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
        .gallery-item-luxury:hover .gallery-overlay-luxury {
            opacity: 1;
        }
        
        .gallery-caption {
            color: white;
            text-align: center;
            transform: translateY(20px);
            transition: transform 0.5s ease;
        }
        
        .gallery-item-luxury:hover .gallery-caption {
            transform: translateY(0);
        }
        
        /* Footer */
        .luxury-footer {
            background: var(--primary);
            color: white;
            padding: 100px 0 40px;
        }
        
        .footer-logo {
            font-family: 'Playfair Display', serif;
            font-size: 2.2rem;
            margin-bottom: 20px;
        }
        
        .footer-divider {
            width: 60px;
            height: 2px;
            background-color: var(--secondary);
            margin: 20px 0;
        }
        
        .footer-contact li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .footer-contact i {
            margin-right: 15px;
            color: var(--secondary);
        }


        .cnetrdisnone li {
                list-style: none;
            }
        
        /* Responsive */
        @media (max-width: 991.98px) {
            .luxury-hero h1 {
                font-size: 3rem;
            }
            
            .about-content {
                padding-right: 0;
                margin-bottom: 50px;
            }
            
            .amenities-grid {
                grid-template-columns: 1fr;
            }
            
            .location-content {
                padding-right: 0;
                margin-bottom: 50px;
            }
            
            .plan-timeline::before {
                left: 30px;
            }
            
            .timeline-item {
                flex-direction: row !important;
            }
            
            .timeline-content {
                padding-left: 80px;
                padding-right: 0;
            }
            
            .timeline-marker {
                left: 30px;
            }
            
            .luxury-gallery {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 767.98px) {
            .luxury-hero {
                padding: 160px 0 80px;
            }
            
            .luxury-hero h1 {
                font-size: 2.5rem;
            }
            
            .hero-features {
                flex-direction: column;
                gap: 1.5rem;
            }
            
            .luxury-section {
                padding: 80px 0;
            }
            
            .investment-stats {
                grid-template-columns: 1fr;
            }
            
            .luxury-gallery {
                grid-template-columns: 1fr;
            }
            
            .phone-input-group {
                flex-direction: column;
            }
            
            .country-code-select {
                flex: 0 0 auto;
                margin-right: 0;
                margin-bottom: 15px;
            }
        }



    /* </style> */