.left-content {
            
            overflow: hidden;
        }
        .hero-section {
            position: relative;
            min-height: 350px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            
        }

        .slider-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .slider-wrapper {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.6s ease-in-out;
        }

        .slide {
            min-width: 100%;
            height: 100%;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            
        }

        /* Responsive */
        @media (max-width: 768px) {
            .slider-container {
                height: 300px;
            }

            .slider-btn {
                padding: 10px 15px;
                font-size: 18px;
            }

            .prev-btn {
                left: 10px;
            }

            .next-btn {
                right: 10px;
            }
        }

        .hero-content {
            flex: 1;
            z-index: 2;
        }

        .hero-content h1 {
            font-size: 2.5rem;
            color: #5a8a6f;
            margin-bottom: 20px;
            font-weight: 300;
            letter-spacing: 2px;
        }

        .hero-content h2 {
            font-size: 1.2rem;
            color: #6a6a6a;
            margin-bottom: 30px;
            font-weight: 400;
        }

        .arrival-info {
            background: rgba(255, 255, 255, 0.9);
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .arrival-info h3 {
            color: #d4668f;
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

        .arrival-info p {
            color: #4a4a4a;
            font-size: 1rem;
            margin: 0;
        }

        
        .hero-image {
            position: relative;
            height: 250px;
        }

        
        /* Tabs */
        .tabs-section {
            padding: 30px 0px;
        }

        .nav-tabs {
            border-bottom: 2px solid #e0e0e0;
            gap: 20px;
            margin-bottom: 20px;
        }

        .nav-tabs .nav-link {
            border: none;
            border-radius: 20px;
            padding: 10px 25px;
            color: #6a6a6a;
            background: #f5f5f5;
            transition: all 0.3s ease;
        }

        .nav-tabs .nav-link.active {
            background: #5a8a6f;
            color: #fff;
        }

        .tab-content {
            padding: 30px 0;
        }

        .content-section {
            margin-bottom: 30px;
            line-height: 1.8;
            color: #4a4a4a;
        }

        /* Right Column - Sticky Sidebar */
        .right-sidebar {
            position: sticky;
            top: 20px;
            padding: 20px;
            border : 1px solid #ddd;
           
        }

        .sidebar-header {
            margin-bottom: 15px;
            border-bottom: 1px solid #ddd;
        }
        .sidebar-header img{
            height:40px;
            border:1px solid #ddd;
            padding:10px;
            margin-bottom: 15px;
        }

        .sidebar-header h3 {
            font-size:25px;
            color: #2b68b2;
            margin-bottom: 0px;
        }

        .sidebar-header p {
            font-size:15px;
            color: #6a6a6a;
        }

        .rera-info {
            border-bottom: 1px solid #ddd;
        }

        .rera-info h4 {
            font-size: 14px;
            color: #4a4a4a;
            font-weight: 500;
            margin-bottom: 0px;
        }

        .rera-info p {
            font-size: 13px;
            color: #999;
            margin-bottom: 10px;
        }

        

        .price-section {
            text-align: center;
            padding: 15px;
            background: #f9f9f9;
            border-radius: 6px;
            margin-bottom: 20px;
        }

        .price-section h4 {
            font-size: 1.1rem;
            color: #4a4a4a;
            margin-bottom: 5px;
        }

        /* .property-details {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-bottom: 20px;
        } */

        .detail-item h5 {
            font-size: 0.85rem;
            color: #6a6a6a;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .detail-item p {
            font-size: 1rem;
            color: #4a4a4a;
            margin: 0;
        }

        .btn-download {
            width: 100%;
            padding: 15px;
            background: #8b7355;
            color: #fff;
            border: none;
            border-radius: 6px;
            font-size: 1rem;
            margin-bottom: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-download:hover {
            background: #6f5a42;
        }

        .callback-form {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid #e0e0e0;
        }

        .callback-form h4 {
            font-size: 1.1rem;
            color: #4a4a4a;
            margin-bottom: 20px;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            font-size: 0.9rem;
            color: #6a6a6a;
            margin-bottom: 5px;
            display: block;
        }

        .form-group input {
            width: 100%;
            padding: 12px;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            font-size: 0.9rem;
        }

        .form-group input:focus {
            outline: none;
            border-color: #5a8a6f;
        }

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 15px;
        }

        .checkbox-group input[type="checkbox"] {
            width: auto;
            margin-top: 4px;
        }

        .checkbox-group label {
            font-size: 0.85rem;
            color: #6a6a6a;
            margin: 0;
        }

        .btn-submit {
            width: 100%;
            padding: 12px;
            background: #fff;
            color: #4a4a4a;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-submit:hover {
            background: #5a8a6f;
            color: #fff;
            border-color: #5a8a6f;
        }

        .terms-link {
            color: #5a8a6f;
            text-decoration: none;
        }

        .terms-link:hover {
            text-decoration: underline;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .right-sidebar {
                position: relative;
                top: 0;
                margin-top: 30px;
            }

            .hero-section {
                flex-direction: column;
                text-align: center;
            }

            .hero-image {
                margin-top: 30px;
            }
        }

        .amenity-box {
    background: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.amenity-box:hover {
    background: #88b7f1 ; /* change to your preferred color */
}

/* Change image on hover */
/* .amenity-box:hover .amenity-img {
    content: url("../images/amenities/clubhouse-white.png");
} */



        .completed-project-card {
            background: white;
            border: 1px solid #e8e8e8;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
            margin-bottom: 0px;
            height: 100%;
        }

        .completed-project-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            transform: translateY(-5px);
        }

        .completed-project-image-wrapper {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 280px;
        }

        .completed-project-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .completed-project-card:hover .completed-project-image {
            transform: scale(1.05);
        }

        .completed-project-logo-badge {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: white;
            padding: 10px 14px;
            border-radius: 4px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        }

        .completed-project-logo-badge img {
            width: 60px;
            height: auto;
        }

        .completed-project-details {
            padding: 25px 18px;
        }

        .completed-project-title {
            font-size: 25px;
            font-weight: 400;
            color: #2b68b2;
            margin-bottom: 5px;
        }

        .completed-project-location {
            font-size: 15px;
            color: #666;
            margin-bottom: 8px;
        }

        .completed-project-features {
            display: flex;
            gap: 15px;
            padding-top: 15px;
            border-top: 1px solid #e9ecef;
        }

        .completed-project-feature-item {
            flex: 1;
            display: flex;
            gap: 10px;
        }

        .completed-project-feature-icon {
            flex-shrink: 0;
        }

        .completed-project-feature-icon img {
            width: 40px;
            height: auto;
        }

        .completed-project-feature-content {
            flex: 1;
        }

        .completed-project-feature-label {
            font-size: 13px;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: -10px;
            font-weight: 400;
        }

        .completed-project-feature-value {
            font-size: 14px;
            color: #333;
            font-weight: 500;
        }

        .completed-project-divider {
            width: 1px;
            background-color: #e9ecef;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .completed-projects-title {
                font-size: 36px;
            }

            .completed-project-image-wrapper {
                height: 250px;
            }
        }

        @media (max-width: 768px) {
            .completed-projects-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }

            .completed-projects-title {
                font-size: 32px;
            }
        }

        @media (max-width: 576px) {
            .completed-project-image-wrapper {
                height: 280px;
            }
        }

        .quality-box {
    transition: background-color 0.3s ease;
    padding: 20px; /* optional for spacing */
}

.quality-box:hover {
    background-color: #f3f3f3; /* change to any color you want */
    cursor: pointer;
}


  /* ==================== Events Section Styles ==================== */
        

        .section-header {
            margin-bottom: 50px;
        }

       

        .events-grid {
            margin: 0 -15px;
        }

        /* Event Card Styles */
        .event-card {
            margin-bottom: 30px;
            transition: transform 0.3s ease;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .event-card:hover {
            transform: translateY(-5px);
        }

        .event-img-container {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            height: 300px;
        }

        .event-main-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .event-card:hover .event-main-img {
            transform: scale(1.1);
        }

        /* Overlay Styles */
        .clip-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.3) 0%,
                rgba(0, 0, 0, 0.5) 100%
            );
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 1;
            transition: all 0.3s ease;
        }

        .event-card:hover .clip-overlay {
            background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                rgba(0, 0, 0, 0.7) 100%
            );
        }

        /* Event Text Styles */
        .clip-text {
            text-align: center;
            margin-bottom: 20px;
        }

        .clip-text h3 {
            color: #ffffff;
            font-size: 22px;
            /* font-weight: 700; */
            text-transform: uppercase;
            line-height: 1.3;
            margin: 0;
            /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
            letter-spacing: 1px;
        }

        /* View Events Button */
        .view-btn {
            background-color: #2b68b2;
            color: #ffffff;
            border: none;
            padding: 12px 30px;
            font-size: 14px;
            /* font-weight: 600; */
            /* text-transform: uppercase; */
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            /* box-shadow: 0 4px 10px rgba(33, 150, 243, 0.3); */
        }

        .view-btn:hover {
            background-color: #2b68b2;
            transform: translateY(-2px);
            /* box-shadow: 0 6px 15px rgba(33, 150, 243, 0.5); */
        }

        .view-btn:active {
            transform: translateY(0);
        }

        /* Hide additional lightbox links */
        .clip-overlay a:not(:first-of-type) {
            display: none;
        }

        /* Smooth animations */
        * {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        /* ==================== Responsive Styles ==================== */
        @media (max-width: 991px) {
            .event-img-container {
                height: 280px;
            }
            
            .clip-text h3 {
                font-size: 20px;
            }
        }

        @media (max-width: 767px) {
            .events-section {
                padding: 40px 0;
            }
            
            .section-header {
                margin-bottom: 30px;
            }
            
            .section-header h2 {
                font-size: 28px;
            }
            
            .event-card {
                margin-bottom: 20px;
            }
            
            .event-img-container {
                height: 250px;
            }
            
            .clip-text h3 {
                font-size: 18px;
            }
            
            .view-btn {
                padding: 10px 25px;
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .event-img-container {
                height: 220px;
            }
            
            .clip-text h3 {
                font-size: 16px;
            }
        }

        .mobile-contact-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.contact-btn {
    display: block;
    padding: 15px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: opacity 0.3s;
}

.contact-btn:hover {
    opacity: 0.9;
    color: white;
}

.enquire-btn {
    background-color: #11488b; /* Dark brown as in image */
    border-right: 1px solid rgba(255,255,255,0.1);
}

.call-btn {
    background-color:#11488b; /* Dark brown as in image */
}
.btn-close-white{
    color:#fff;
}
.modal-header {
    background: #2b68b2;
}

.modal-title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-close {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}

.btn-close:hover {
    color: #fff !important;
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--secondary-color);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.scroll-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
}
 /* Floating Buttons Container */
        .floating-buttons {
            position: fixed;
            right: 20px;
            bottom: 80px;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        /* Button Styles */
        .floating-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            font-size: 18px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .floating-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
            color: white;
        }
        
        /* WhatsApp Button */
        .whatsapp-btn {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        }
        
        .whatsapp-btn:hover {
           background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        }
        
        /* Phone Button */
        .phone-btn {
            background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
        }
        
        .phone-btn:hover {
            background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
        }
        
        /* Pulse Animation */
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
            }
            70% {
                box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            }
        }
        
        .whatsapp-btn {
            animation: pulse 2s infinite;
        }
        
         @media (max-width: 768px) {
            .floating-buttons {
                right: 15px;
                bottom: 120px;
            }
            
            .floating-btn {
                width: 30px;
                height: 30px;
                font-size: 10px;
            }
            .scroll-to-top{
                right:15px;
                bottom:65px;
            }
        }
        
        @media (max-width: 480px) {
             .floating-buttons {
                right: 15px;
                bottom: 120px;
            }
            
            .floating-btn {
                width: 30px;
                height: 30px;
                font-size: 10px;
            }
            
        }