 
            body {
       
     
        font-family: 'Inter', sans-serif;
        color: #000;
         
    }


    td .btn-primary {
        padding: 6px 14px;
        font-size: 14px;
        border-radius: 6px;
        background: #c23934;
        border: none;
    }
    td .btn-primary:hover {
        background: #a8302c;
    }


     .small-menu .nav-link {
        font-size: 13px;
        font-weight: 600;
        padding-left: 14px;
        padding-right: 14px;
    }

    .small-menu .nav-link:hover {
        color: #d13c36; /* Slight highlight */
    }

    /* Increase spacing for mobile sidebar */
    .offcanvas .nav-link {
        padding: 12px 5px;
        border-bottom: 1px solid #f1f1f1;
    }
    
 .carousel-item video {
    filter: brightness(0.75);
}

/* Overlay container */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 40px;
    z-index: 5;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.hero-left {
    margin-top: 450px;     /* ✅ moves text lower */
}


.hero-right{
    margin-top: 450px;   /* ✅ moves text lower */
}
 

/* Typography */
.hero-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4px;
}

.hero-sub {
    font-size: 17px;
    margin-bottom: 6px;
}

.hero-info {
    font-size: 15px;
    opacity: 0.9;
}

/* Right side */
.hero-price {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}

.hero-btn {
    background: #c0a356;
    color: #000;
    padding: 10px 24px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #ad8d48;
}

/* Responsive mobile adjustments */
@media (max-width: 768px) {
    .hero-overlay {
        padding: 20px;
        flex-direction: column;
        justify-content: flex-end;
        text-align: center;
    }

    .hero-right {
        margin-top: 12px;
        text-align: center !important;
    }

    .hero-title {
        font-size: 24px;
    }
}
        
        
        .project-overview-title,
        .project-highlights-title {
            text-align: center;
            font-size: 20px;
        
            margin-bottom: 20px;
         
        }

        .para_text{
            text-align: center;
          
        }

        .highlight-icon {
            font-size: 45px;
            margin-bottom: 10px;
        }

        .info-box {
            background: #f9f9f9;
            border: 1px solid #e1e1e1;
            padding: 20px;
            border-radius: 6px;
        }

        .info-box .table th {
            width: 55%;
        }

        .btn-call {
            background-color: #cf2332;
            color: #fff;
            font-weight: 600;
                font-size: 14px;

        }

        .btn-directions {
            background-color: #f5a623;
            color: #000;
            font-weight: 600;
              font-size: 14px;
        }
    
 
            .amenity-card {
        background: #ffffff;
        padding: 25px 15px;
        border-radius: 14px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
    }

    .amenity-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    }

    .amenity-icon {
        font-size: 34px;
        margin-bottom: 10px;
        color: #2c3e50;
    }

    .amenity-text {
        font-size: 10px;
        font-weight: 600;
        color: #333;
        letter-spacing: 0.4px;
    }



    

 
    .price-table th {
        background: #f7f4f2;
        color: #000000;
        font-weight: 600;
        letter-spacing: .3px;
        font-size: 15px;
        border-color: #e5dede !important;
        text-align: center;
    }

    .price-table td {
        padding: 12px;
        font-size: 15px;
        font-weight: 500;
        border-color: #e5dede !important;
        color: #444;
            text-align: center;
    }

    .price-icon {
        font-size: 22px;
        color: #a45a4a;
        transition: .3s ease;
        text-align: center !important;
        align-items: center !important;
    }

    .price-icon:hover {
        color: #7a3e2e;
        transform: scale(1.12);
    }

    .costing-card {
        background: #ffffff;
        border: 1px solid #e5dede;
        border-radius: 12px;
        padding: 10px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
        overflow: hidden;
        height: 100%;
        transition: .3s ease;
        text-align: center;
        filter: blur(2px);
         
    }

    .costing-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 22px rgba(0,0,0,0.12);
    }

  


 
    .amenity-box {
        border-radius: 2px;
        background-image: url("gallery/t2.png") cover !important;
    }

 
  
    .amenity-list li {
        font-size: 15px;
        margin-bottom: 8px;
        color: #444;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .amenity-list i {
        color: #4CAF50;
        font-size: 16px;
    }

    @media (max-width: 768px) {
        .amenity-box {
            padding: 30px 20px;
        }

        .logo{
            display: none;
        }

        .para_text{
            font-size: 13px;
        }
        .hero-left{
            display: none;
        }

        .hero-right {
            display: none;
        
        }
    }
 


 
    #plans .accordion-button {
        background: #fff;
        color: #7a3e2e;
        font-weight: 600;
        border-radius: 8px;
        padding: 14px;
    }

    #plans .accordion-item {
        border-radius: 12px;
        overflow: hidden;
    }

    #plans .accordion-button:not(.collapsed) {
        background: #7a3e2e;
        color: #fff;
    }

    #plans ul li {
        font-size: 15px;
        padding: 4px 0;
        color: #444;
    }
 




 
/* Fade-in on load */
.amenity-card {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeIn 0.7s ease forwards;
}

.amenity-card:nth-child(1) { animation-delay: .1s; }
.amenity-card:nth-child(2) { animation-delay: .2s; }
.amenity-card:nth-child(3) { animation-delay: .3s; }
.amenity-card:nth-child(4) { animation-delay: .4s; }
.amenity-card:nth-child(5) { animation-delay: .5s; }
.amenity-card:nth-child(6) { animation-delay: .6s; }

@keyframes fadeIn {
    to { opacity: 1; transform: translateY(0); }
}

/* AUTO ICON ANIMATION LOOP */
.amenity-icon {
    font-size: 34px;
    color: #c0a356;
    animation: pulseGlow 2.5s infinite ease-in-out;
    display: inline-block;
}

@keyframes pulseGlow {
    0%   { transform: scale(1);   text-shadow: 0 0 0 rgba(192,163,86,0.0); }
    50%  { transform: scale(1.15); text-shadow: 0 6px 14px rgba(192,163,86,0.45); }
    100% { transform: scale(1);   text-shadow: 0 0 0 rgba(192,163,86,0.0); }
}

/* Optional style boost */
.amenity-card {
    padding: 10px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.amenity-text {
    font-weight: 600;
    margin-top: 6px;
}
 

 

#gallery img {
    cursor: zoom-in;
    transition: .3s;
}
#gallery img:hover {
    transform: scale(1.02);
}

 .location-accordion .loc-item {
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.location-accordion .loc-header {
    width: 100%;
    background: #7a3e2e;
    color: #fff;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}

.location-accordion .loc-header:hover {
    background: #5d2e22;
}

.loc-list {
    list-style: none;
    margin: 0;
    padding: 12px 18px;
}

.loc-list li {
    padding: 6px 0;
    font-size: 14px;
    color: #444;
    border-bottom: 1px dashed #ddd;
}

.loc-list li:last-child {
    border-bottom: none;
}

.location-accordion .loc-header.collapsed {
    background: #a0523a;
}

.location-accordion .loc-header i {
    font-size: 18px;
}
 

 
.contact-sec {
    background-size: cover;
    background-position: center;
    background-image: url("gallery/t2.png");
}

/* Glass effect form */
.glass-form {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.4);
}

.form-field {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    padding-left: 15px;
    background: rgba(255,255,255,0.8);
}

.form-field:focus {
    box-shadow: none;
    border-color: #7a3e2e;
}

/* Submit button */
.submit-btn {
    background: #7a3e2e;
    border: none;
    padding: 12px 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #623022;
}

/* Captcha box */
.captcha-box {
    background: rgba(255,255,255,0.8);
    border: 1px solid #ddd;
}

/* Map container */
.map-box iframe {
    border-radius: 12px;
}
 


.submit-btn {
        background: #c23934;
        border: none;
        padding: 10px 20px;
        color: #fff;
        font-weight: 600;
        border-radius: 6px;
    }
    .submit-btn:hover {
        background: #a8302c;
    }
    .form-field {
        border-radius: 6px;
        padding: 10px;
    }