body {
     font-family: 'Optima LT W02 Roman';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    }
        /* Navigation */
        .navbar {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        }
        .logo img {
            width: 90px;
        }
        .footer-form .form-control::placeholder {
            color: #c2adad;
            font-size: 13px;
        }
        .navbar-brand {
            font-size: 2rem;
            font-weight: 700;
            color: #B8860B !important;
            letter-spacing: 2px;
        }

        .navbar-nav .nav-link {
            color: #333 !important;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
            margin: 0 0.5rem;
            transition: color 0.3s ease;
        }

        .navbar-nav .nav-link:hover {
            color: #B8860B !important;
        }

        /* Hero Section with Carousel */
        .hero-section {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }

        .carousel-item {
            height: 100vh;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .carousel-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.6), rgba(184,134,11,0.2));
            z-index: 1;
        }

        .carousel-caption {
            position: absolute;
            top: 50%;
            left: 60px;
            right: 0;
            transform: translateY(-50%);
            z-index: 2;
            text-align: left;
        }

        .hero-content h1 {
            font-family: 'Optima LT W02 Roman';
            text-transform: uppercase;
            font-weight: 400;
            font-size: 46px;

          /*  font-size: 3.5rem;
            font-weight: 300;*/
            margin-bottom: 1rem;
            letter-spacing: 2px;
            /*text-transform: uppercase;*/
            color: white;
        }

        .hero-content p {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            font-weight: 300;
            /*opacity: 0.9;*/
            color: white;
        }

.hero-form {
background: #ffffff9c;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 1.5rem;
    color: #333;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 2;
    right: 136px;
    top: 137px;
}
.polo-wp{
    background: green;
    color: #fff;
    text-decoration: none;
    padding: 9px;
    border-radius: 9px;
    font-size: 16px;
}

        .form-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #B8860B;
            text-align: center;
        }

        .btn-primary {
            background: linear-gradient(45deg, #B8860B, #DAA520);
            border: none;
            padding: 0.8rem 2rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-radius: 50px;
            box-shadow: 0 10px 30px rgba(184,134,11,0.3);
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(184,134,11,0.4);
            background: linear-gradient(45deg, #DAA520, #B8860B);
        }

        /* Equestrian Lifestyle Section */
        .equestrian-lifestyle {
            background: linear-gradient(135deg, #f8cfa247 0%, #e9ecef 100%);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }

        .equestrian-lifestyle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23B8860B" opacity="0.1"/><circle cx="80" cy="40" r="1.5" fill="%23B8860B" opacity="0.1"/><circle cx="40" cy="80" r="1" fill="%23B8860B" opacity="0.1"/></svg>');
            opacity: 0.3;
        }

        .equestrian-content {
            background: white;
            border-radius: 25px;
            padding: 3rem;
            box-shadow: 0 25px 80px rgba(0,0,0,0.1);
            border: 1px solid rgba(184,134,11,0.1);
            position: relative;
            z-index: 2;
        }

        .equestrian-badge {
            background: linear-gradient(45deg, #B8860B, #DAA520);
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            margin-bottom: 2rem;
        }

        .equestrian-title {
            font-size: 3.5rem;
            font-weight: 300;
            color: #333;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .equestrian-subtitle {
            font-size: 2.5rem;
            font-weight: 300;
            color: #B8860B;
            margin-bottom: 2rem;
            font-style: italic;
        }

        .equestrian-description {
            font-size: 1.2rem;
            color: #666;
            line-height: 1.8;
            margin-bottom: 2rem;
        }

        .equestrian-highlights {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }

        .highlight-item {
            background: #f8cfa247;
            padding: 1.5rem;
            border-radius: 15px;
            border-left: 4px solid #B8860B;
            transition: all 0.3s ease;
        }

        .highlight-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }

        .highlight-item h4 {
            color: #333;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .highlight-item p {
            color: #666;
            margin: 0;
            font-size: 0.95rem;
        }

        /* Popup Modal */
        .lifestyle-popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .lifestyle-popup.active {
            opacity: 1;
            visibility: visible;
        }

        .popup-modal {
            background: white;
            border-radius: 25px;
            max-width: 90vw;
            max-height: 90vh;
            width: 800px;
            overflow-y: auto;
            position: relative;
            transform: scale(0.8);
            transition: transform 0.3s ease;
            box-shadow: 0 30px 100px rgba(0,0,0,0.5);
        }

        .lifestyle-popup.active .popup-modal {
            transform: scale(1);
        }

        .popup-header {
            background: linear-gradient(135deg, #B8860B, #DAA520);
            color: white;
            padding: 2rem;
            border-radius: 25px 25px 0 0;
            position: relative;
        }

        .popup-close-btn {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: rgba(255,255,255,0.2);
            border: none;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .popup-close-btn:hover {
            background: rgba(255,255,255,0.3);
            transform: scale(1.1);
        }

        .popup-body {
            padding: 2.5rem;
        }

        .popup-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }

        .popup-feature {
            text-align: center;
            padding: 1.5rem;
            background: #f8cfa247;
            border-radius: 15px;
            transition: all 0.3s ease;
        }

        .popup-feature:hover {
            background: #e9ecef;
            transform: translateY(-3px);
        }

        .popup-feature-icon {
            font-size: 2.5rem;
            color: #B8860B;
            margin-bottom: 1rem;
        }
        .cta-enhanced {
            background: linear-gradient(45deg, #B8860B, #DAA520);
            color: white;
            padding: 1rem 2.5rem;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 10px 30px rgba(184,134,11,0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .cta-enhanced:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

        .cta-enhanced:hover:before {
            left: 100%;
        }

        .cta-enhanced:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(184,134,11,0.4);
            color: white;
            text-decoration: none;
        }

        .cta-secondary {
            background: transparent;
            color: #B8860B;
            border: 2px solid #B8860B;
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
        }

        .cta-secondary:hover {
            background: #B8860B;
            color: white;
            transform: translateY(-2px);
            text-decoration: none;
        }

        .cta-floating {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background: linear-gradient(45deg, #B8860B, #DAA520);
            color: white;
            padding: .3rem 1.1rem;
            border-radius: 25px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 8px 25px rgba(184,134,11,0.4);
            z-index: 999;
            animation: float 3s ease-in-out infinite;
            transition: all 0.3s ease;
        }

        .cta-floating:hover {
            transform: scale(1.05);
            color: white;
            text-decoration: none;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .cta-section {
            /*text-align: center;*/
            margin: 3rem 0;
        }
        .cta-section1 {
            /*text-align: center;*/
            margin: 0rem 0;
        }
        .cta-group {
            display: flex;
            gap: 1rem;
            justify-content: left;
            flex-wrap: wrap;
            margin-top: 2rem;
        }
        .submit-btn1 {
            background: linear-gradient(45deg, #B8860B, #DAA520);
            color: white;
            border: none;
            border-radius: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(184, 134, 11, 0.3);
            font-size: 14px;
            font-weight: 400;
            padding: 10px 40px;
            text-decoration: none;
        }
        .submit-btn {
            background: linear-gradient(45deg, #B8860B, #DAA520);
            color: white;
            border: none;
            border-radius: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(184, 134, 11, 0.3);
            font-size: 14px;
            font-weight: 400;
            padding: 10px 40px;
            width: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(184,134,11,0.4);
        }

        /* Form Styling */
        .form-control {
            border: 1px solid #be8c0f;
            border-radius: 6px;
            padding: 0.4rem;
            transition: border-color 0.3s ease;
        }

        .form-control:focus {
            border-color: #B8860B;
            box-shadow: none;
        }

        /* Section Titles */
        .section-title {
            font-family: 'Optima LT W02 Roman';
            color: #000;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 46px;
            /*font-size: 3rem;
            font-weight: 300;
            margin-bottom: 1rem;
            color: #333;
            letter-spacing: 2px;
            text-transform: uppercase;*/
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 1rem;
            font-weight: 300;
        }

        /* Thematic Play Section */
        .thematic-play {
            background: #f8cfa247;
            padding: 5rem 0;
        }

        .thematic-content {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
        }

        .thematic-text {
            padding: 3rem;
        }

        .thematic-text h2 {
            font-size: 2.5rem;
            font-weight: 300;
            color: #B8860B;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .thematic-text h3 {
            font-size: 3rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .thematic-text p {
            font-size: 1.1rem;
            color: #666;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }

        .thematic-image {
            height: 500px;
            background-size: cover;
            background-position: center;
        }

        /* Life Beyond Ordinary Section */
        .life-beyond {
            background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
            color: white;
            padding: 3rem 0;
        }

        .life-beyond h2 {
            font-size: 3.5rem;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 2rem;
            color: #B8860B;
        }

        .life-beyond p {
            font-size: 1.2rem;
            line-height: 1.8;
            opacity: 0.9;
            margin-bottom: 0.3rem;
        }

        .lifestyle-grid {
            margin-top: 3rem;
        }

        .lifestyle-card {
            background: rgba(255,255,255,0.1);
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1);
        }

        .lifestyle-card:hover {
            transform: translateY(-10px);
            background: rgba(255,255,255,0.15);
        }

        .lifestyle-icon {
            font-size: 3rem;
            color: #B8860B;
            margin-bottom: 1rem;
        }

        /* Strategically Located Section */
        .strategically-located {
            background: white;
        }

        .location-content h3 {
            font-size: 2.2rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 1.5rem;
        }

        .location-item {
            display: flex;
            align-items: center;
            padding: 0.5rem;
            background: #f8cfa247;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .location-item:hover {
            background: #e9ecef;
            transform: translateY(-2px);
        }

        .location-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border-radius: 50%;
            margin-right: 1rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .location-icon i {
            font-size: 1.5rem;
        }

        .location-details h5 {
            margin-bottom: 0.2rem;
            letter-spacing: 1px;
            font-weight: 500;
            font-family: 'Optima LT W02 Roman';
            font-size: 15px;
            line-height: 17px;
            color: #000;
        }
#gallery {
    padding: 3rem 0;
    background: #f8cfa247;
}
        .location-details p {
            font-size: 0.9rem;
            color: #666;
        }

        .location-map {
            position: relative;
        }

        .map-overlay {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255,255,255,0.95);
            padding: 1rem;
            border-radius: 10px;
            backdrop-filter: blur(10px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .map-marker {
            display: flex;
            align-items: center;
            font-weight: 600;
            color: #333;
        }

        .map-marker i {
            font-size: 1.5rem;
            margin-right: 0.5rem;
        }

        .connectivity-features h4 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
        }

        .connectivity-features ul li {
            font-size: 1rem;
            color: #666;
        }

        /* An Unprecedented Vision Section */
        .unprecedented-vision {
            background: #f8cfa247;
            padding: 5rem 0;
        }

        .vision-content {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
        }

        .vision-text {
            padding: 3rem;
        }

        .vision-text h2 {
            font-size: 2.5rem;
            font-weight: 300;
            color: #333;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .vision-text h3 {
            font-size: 2rem;
            font-weight: 300;
            color: #B8860B;
            margin-bottom: 2rem;
            font-style: italic;
        }

        .vision-text p {
            font-size: 1.1rem;
            color: #666;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }

        .vision-image {
            height: 500px;
            background-size: cover;
            background-position: center;
        }

        /* Grand Polo Club & Resort Details Section */
        .grand-polo-details {
            background: white;
            padding: 3rem 0;
        }

        .details-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .details-text h2 {
            font-size: 3rem;
            font-weight: 300;
            color: #333;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .details-text h3 {
            font-size: 2rem;
            font-weight: 300;
            color: #B8860B;
            margin-bottom: 2rem;
            font-style: italic;
        }

        .details-stats {
            margin-top: 3rem;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: .5rem;
            margin-top: 2rem;
        }

        .stat-item {
            background: #f8cfa247;
            padding: 1rem;
            border-radius: 15px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .stat-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }

        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #B8860B;
            display: block;
            margin-bottom: 0.5rem;
        }

        .stat-label {
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Optima LT W02 Roman';
    font-size: 15px;
    line-height: 17px;
    color: #000;
        }

        .masterplan-image {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }

        .masterplan-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .masterplan-overlay {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background: rgba(0,0,0,0.8);
            color: white;
            padding: 1rem 1.5rem;
            border-radius: 10px;
            backdrop-filter: blur(10px);
        }

        .masterplan-overlay h4 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
            color: #B8860B;
        }

        .masterplan-overlay p {
            font-size: 0.9rem;
            margin: 0;
            opacity: 0.9;
        }

        /* About Section */
        .about-section {
            padding: 5rem 0;
        }

        .feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            font-size: 1rem;
            color: #666;
        }

        .feature-item i {
            color: #B8860B;
            font-size: 1.2rem;
            margin-right: 0.5rem;
        }

        /* Image Popup Gallery */
        .gallery-item {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            margin-bottom: 1.5rem;
            cursor: pointer;
            position: relative;
        }

        .gallery-item:hover {
            transform: scale(1.05);
        }

        .gallery-item img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .gallery-zoom-icon {
            color: white;
            font-size: 2rem;
            background: rgba(184,134,11,0.9);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .gallery-item:hover .gallery-zoom-icon {
            transform: scale(1);
        }

        /* Image Popup Modal */
        .image-popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .image-popup.active {
            opacity: 1;
            visibility: visible;
        }

        .popup-content {
            position: relative;
            max-width: 90vw;
            max-height: 90vh;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 80px rgba(0,0,0,0.5);
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .image-popup.active .popup-content {
            transform: scale(1);
        }

        .popup-image {
            width: 100%;
            height: auto;
            max-height: 80vh;
            object-fit: contain;
            display: block;
        }

        .popup-info {
            padding: 1.5rem;
            background: white;
            text-align: center;
        }

        .popup-info h4 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 0.5rem;
        }

        .popup-info p {
            color: #666;
            margin: 0;
            font-size: 1rem;
        }

        .popup-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background: rgba(0,0,0,0.8);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 1.2rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .popup-close:hover {
            background: #B8860B;
            transform: scale(1.1);
        }

        .popup-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: rgba(0,0,0,0.8);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .popup-nav:hover {
            background: #B8860B;
            transform: translateY(-50%) scale(1.1);
        }

        .popup-prev {
            left: 20px;
        }

        .popup-next {
            right: 20px;
        }

        .popup-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0,0,0,0.8);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            z-index: 10;
        }

        /* Loading animation */
        .popup-loading {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #B8860B;
            font-size: 2rem;
            z-index: 5;
        }

        @keyframes spin {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }

        .popup-loading i {
            animation: spin 1s linear infinite;
        }

        /* Amenities Section */
        .amenities-section {
            padding: 5rem 0;
        }

        .amenity-card {
            text-align: center;
            padding: 2rem;
            border-radius: 15px;
            background: #f8cfa247;
            transition: all 0.3s ease;
            margin-bottom: 2rem;
        }

        .amenity-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }

        .amenity-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #B8860B;
        }

        /* Footer */
        .footer-section {
            background: #1a1a1a;
            color: white;
            padding: 4rem 0 2rem;
        }

        .footer-form {
            background: #2d2d2d;
            padding: 2rem;
            border-radius: 15px;
        }

        .footer-form .form-control {
            background: #1a1a1a;
            color: white;
            border: 2px solid #444;
        }

        .footer-form .form-control:focus {
            border-color: #B8860B;
        }

        .footer-info h3 {
            color: #B8860B;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1.5rem;
        }

        /* WhatsApp Button */
        .whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            text-decoration: none;
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
            z-index: 1000;
            transition: all 0.3s ease;
            animation: float 3s ease-in-out infinite;
        }

        .whatsapp-btn:hover {
            transform: scale(1.1);
            color: white;
            text-decoration: none;
        }
.frm-css{position: relative;}
.p-lg-hd{display: none;}
.frm-mb{display: none;}
.footer-box{display: none;}
/* Amenities section css start */

/* End Amenities section css end */
        /* Responsive */
        @media (max-width: 768px) {
            .about-section {
                padding: 2rem 0;
            }
            .frm-mb{display: block;}
            .p-hg-xs{display: none;} 
            .p-lg-hd{display: block; padding: 0px; position: relative;}
            .p-lg-hd .hero-content li {
                    font-size: 15px !important;
                }
            .mhero-section{height: 60vh}  
            button.navbar-toggler {
                display: none;
            }  
            .fixed-top .container{
                display: inline;
                        text-align: center;
            }
            .mhero-form {
                    padding: 20px;
                    background: #fdf2e5;
                }    
            .p-lg-hd .hero-content {
                position: absolute;
                top: 10%;
                        padding: 50px 15px 50px 15px;
                left: 0px;
                background: #00000087;
                height: 68vh;
                }    
            .p-lg-hd .hero-content h1 {
                font-size: 20px;
                text-align: center;
            }    
            .p-lg-hd .hero-content p {
            font-size: 15px;
                text-align: center;
                }
            .hero-content h1 {
                font-size: 2.5rem;
            }
            .popup-content button {
                width: 20px;
                height: 20px;
                background: #b8860b;
            }
            .image-popup i {
                font-size: 10px;
            }
            .popup-info {
                display: none;
            }
            .cta-floating {
                display: none;
            }
            .stat-number {
                font-size: 1.5rem;
                font-weight: 700;   
                margin-bottom: 0rem;
            }
            .popup-content {
                max-width: 98vw;
                border-radius: 3px;
            }
            .popup-counter {
                padding: 0.1rem .5rem;
                border-radius: 4px;
                font-size: 0.5rem;
            }
            .location-content .cta-section1{
                display: none;
            }
            .section-title {
                font-size: 1.5rem;
                /*font-weight: bold;*/
            }
            
            .thematic-text h3 {
                font-size: 2rem;
            }
            
            .life-beyond h2 {
                font-size: 1.5rem;
            }
            
            .whatsapp-btn {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
                display: none;
            }
                .book-app {
                width: 100% !important;
                padding: 2%;
                float: left;
                line-height: 18px;
                height: 50px;
                align-items: center;
                display: flex;
                justify-content: center;
            }
            .nav_up {
                text-decoration: none;
            }
                .footer-box {
                display: block;
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
                background-color: #a69837;
                color: white;
                text-align: center;
                z-index: 999;
            }
            .submit-btn1 {
                font-size: 11px;
                font-weight: 400;
                padding: 6px 10px;
                margin: 0 auto;
            }
            .unprecedented-vision {
                padding: 2rem 0;
            }
            .vision-text {
                padding: 1rem 0rem;
            }
            .vision-text p {
                padding: 0px 1rem;
            }
            .mbg{display: none;}
        }
        @media (max-width: 414px) {
            .mhero-section {
                height: 74vh;
            }
        }