/* Enhanced Responsive and UI Improvements */

/* Mobile Section Improvements */
.mobile-section {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, white, #f9f9f9);
    z-index: 50;
    padding: 12px 8px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.mobile-section.scrl {
    display: flex;
}

.mobile-section .btn {
    flex: 1;
    min-width: 100px;
    padding: 12px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mobile-section .btn span {
    font-size: 1.1rem;
    display: inline-block;
}

.mobile-section .btn-enquire {
    background: linear-gradient(135deg, #DC143C, #FF1744);
    color: white;
    flex: 1.2;
    border: 2px solid #8B0000;
}

.mobile-section .btn-enquire:hover {
    background: linear-gradient(135deg, #8B0000, #660000);
    box-shadow: 0 6px 16px rgba(220, 20, 60, 0.4);
    transform: translateY(-3px);
}

.mobile-section .btn-phone {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    color: white;
    border: 2px solid #DC143C;
}

.mobile-section .btn-phone:hover {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    border-color: #FF1744;
    transform: translateY(-3px);
}

.mobile-section .btn-whatsapp {
    background: linear-gradient(135deg, #DC143C, #FF1744);
    color: white;
    border: 2px solid #8B0000;
}

.mobile-section .btn-whatsapp:hover {
    background: linear-gradient(135deg, #8B0000, #660000);
    box-shadow: 0 6px 16px rgba(220, 20, 60, 0.4);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .mobile-section {
        padding: 10px 6px;
        gap: 6px;
    }
    
    .mobile-section .btn {
        min-width: 80px;
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    
    .mobile-section .btn span {
        font-size: 1rem;
    }
}

/* Location Section Improvements */
.location {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
    padding: 80px 20px !important;
}

.location .over-head h3 {
    color: white !important;
}

.location .over-head p {
    color: #DC143C;
}

.location .locaaa {
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(220, 20, 60, 0.2);
    transition: all 0.4s ease;
    border: 2px solid rgba(220, 20, 60, 0.2);
}

.location .locaaa:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(220, 20, 60, 0.3);
}

.location .right-box {
    padding: 0 30px;
}

@media (max-width: 768px) {
    .location {
        padding: 60px 15px !important;
    }
    
    .location .right-box {
        padding: 0 15px;
        margin-top: 30px;
    }
}

/* Highlight Section Enhancements */
.highlight {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
    padding: 80px 20px !important;
}

.highlight .over-head h3 {
    color: white;
}

.highlight .over-head p {
    color: #DC143C;
    font-size: 1.3rem;
}

.high-sec {
    padding-left: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.high-sec li {
    list-style: none;
    padding: 18px 15px;
    color: #e0e0e0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(220, 20, 60, 0.1);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 60px;
}

.high-sec li:last-child {
    border-bottom: none;
}

.high-sec li::before {
    content: '🏢';
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #DC143C, #FF1744);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(220, 20, 60, 0.35);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 26px;
    color: white;
    flex-shrink: 0;
}

.high-sec li:hover {
    color: white;
    background: rgba(220, 20, 60, 0.08);
    border-radius: 8px;
    margin: 0 -15px;
    padding: 18px 30px;
}

.high-sec li:hover::before {
    box-shadow: 0 12px 30px rgba(220, 20, 60, 0.5);
    transform: translateY(-50%) scale(1.1) rotate(3deg);
}

/* Highlight first item - Jewar Airport */
.high-sec li:first-child {
    padding-top: 18px;
    padding-bottom: 20px;
    color: #FFD700;
    font-weight: 700;
    font-size: 1.15rem;
    border-bottom: 2px solid rgba(220, 20, 60, 0.3);
}

.high-sec li:first-child::before {
    content: '✈️';
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
    font-size: 28px;
    border-radius: 12px;
}

.high-sec li:first-child:hover {
    color: #FFE135;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Highlight important items - Loan and Payment Plan */
.high-sec li:nth-child(11),
.high-sec li:nth-child(12) {
    color: #FFD700;
    font-weight: 700;
    font-size: 1.12rem;
    background: rgba(220, 20, 60, 0.05);
    border-radius: 8px;
    padding: 18px 15px;
    border-left: 3px solid #DC143C;
    border-bottom: none;
}

.high-sec li:nth-child(11)::before {
    content: '💰';
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    font-size: 28px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.35);
}

.high-sec li:nth-child(12)::before {
    content: '💳';
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #DC143C, #FF1744);
    font-size: 28px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(220, 20, 60, 0.35);
}

/* Business Suites EOI Item */
.high-sec li:nth-child(10) {
    font-weight: 700;
    color: #FF6B6B;
    font-size: 1.12rem;
    background: rgba(220, 20, 60, 0.05);
    border-radius: 8px;
    padding: 18px 15px;
    border-bottom: none;
}

.high-sec li:nth-child(10)::before {
    content: '💎';
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FF1744, #DC143C);
    font-size: 28px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(220, 20, 60, 0.35);
}

@media (max-width: 768px) {
    .highlight {
        padding: 60px 15px !important;
    }
    
    .high-sec li {
        font-size: 1rem;
        padding: 14px 12px;
        gap: 12px;
        border-bottom: 1px solid rgba(220, 20, 60, 0.08);
    }
    
    .high-sec li:hover {
        padding: 14px 20px;
        margin: 0 -12px;
    }
    
    .high-sec li::before {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 22px;
    }
    
    .high-sec li:first-child {
        font-size: 1.05rem;
    }
}


.highlight-features {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 80px 20px;
}

.highlight-features .over-head h3 {
    color: white !important;
    font-size: 2.5rem;
}

.highlight-features .over-head p {
    color: #DC143C;
    font-size: 1.3rem;
}

.feature-box {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(220, 20, 60, 0.3);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-box:hover {
    background: rgba(220, 20, 60, 0.15);
    border-color: rgba(220, 20, 60, 0.6);
    box-shadow: 0 16px 40px rgba(220, 20, 60, 0.25);
    transform: translateY(-12px);
}

.feature-box:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #DC143C, #FF1744);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    font-weight: 700;
    color: white;
    box-shadow: 0 8px 24px rgba(220, 20, 60, 0.4);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.feature-box:hover .feature-icon {
    transform: scale(1.15) rotate(-10deg);
    box-shadow: 0 12px 32px rgba(220, 20, 60, 0.5);
}

.feature-box h4 {
    color: white;
    font-size: 1.3rem;
    margin: 15px 0;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.feature-box p {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 26px;
    position: relative;
    z-index: 1;
}

.feature-box:hover h4 {
    color: #DC143C;
}

.feature-box:hover p {
    color: #ffffff;
}

@media (max-width: 768px) {
    .highlight-features {
        padding: 60px 15px;
    }
    
    .highlight-features .over-head h3 {
        font-size: 1.8rem;
    }
    
    .feature-box {
        padding: 25px 15px;
        margin-bottom: 15px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .feature-box h4 {
        font-size: 1.1rem;
    }
    
    .feature-box p {
        font-size: 0.9rem;
    }
}



@media (max-width: 480px) {
    .mobile-section {
        padding: 8px 4px;
        gap: 4px;
    }
    
    .mobile-section .btn {
        min-width: 70px;
        padding: 8px 10px;
        font-size: 0.75rem;
    }
    
    .mobile-section .btn span {
        font-size: 0.9rem;
    }
}

@media (min-width: 769px) {
    .mobile-section {
        display: none !important;
    }
}
.from-banner .form-group input,
.form-control {
    border-radius: 8px;
    border: 1.5px solid #ddd;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.from-banner .form-group input:focus,
.form-control:focus {
    border-color: #DC143C;
    box-shadow: 0 4px 16px rgba(220, 20, 60, 0.15);
    outline: none;
    transform: translateY(-2px);
}

.from-banner .form-group input::placeholder,
.form-control::placeholder {
    color: #aaa;
    font-weight: 500;
}

/* Container Responsive */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
}

/* Section Headings */
.over-head h3 {
    color: #DC143C;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .over-head h3 {
        font-size: 1.5rem;
    }
}

/* Price Box Improvements */
.price-box {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.price-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.price-box h1 {
    border-radius: 12px 12px 0 0;
    font-weight: 700;
}

.price-box-in h2 {
    color: #DC143C;
    font-weight: 700;
}

@media (max-width: 768px) {
    .price-box {
        margin-bottom: 20px;
    }
}

/* Button Enhancements */
.btn {
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.btn:active {
    transform: translateY(0);
}

/* Location Section Enhancements */
.location {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
}

.box-out-loc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.loc-txt h1 {
    font-size: 27px;
    letter-spacing: 1px;
    color: #DC143C;
    background: linear-gradient(135deg, #DC143C, #FF1744);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(220, 20, 60, 0.4);
    margin-right: 15px;
    flex-shrink: 0;
}

.loc-box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(220, 20, 60, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 16px;
    display: flex;
    align-items: center;
}

.loc-box:hover {
    background: rgba(220, 20, 60, 0.15);
    border-color: rgba(220, 20, 60, 0.6);
    box-shadow: 0 12px 32px rgba(220, 20, 60, 0.25);
    transform: translateX(10px);
}

.loc-txt {
    display: flex;
    align-items: center;
    gap: 12px;
}

.loc-txt p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0px !important;
}

@media (max-width: 768px) {
    .loc-box {
        flex: 0 0 100%;
        width: 100%;
        margin: 8px 0;
        padding: 12px;
    }
    
    .loc-txt h1 {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .loc-txt p {
        font-size: 14px;
        line-height: 24px;
    }
}



/* Amenity Box Styling */
.ami-box {
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ami-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

/* Image Effects */
.img-fluid {
    transition: all 0.3s ease;
}

a:hover .img-fluid {
    transform: scale(1.03);
}

/* Navbar Toggle Button */
.navbar-toggler {
    border-radius: 6px;
    border: 2px solid #333;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(207, 162, 106, 0.2);
}

/* Contact Form */
.footer-form {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-form h3 {
    color: #DC143C;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Highlight Section */
.high-sec li {
    transition: all 0.3s ease;
    padding: 8px 0;
}

.high-sec li:hover {
    padding-left: 2em;
    transform: translateX(5px);
}

/* Banner Text Responsive */
.banner-text {
    left: 5%;
}

@media (max-width: 1024px) {
    .banner-text {
        left: 3%;
        top: 18%;
    }
}

@media (max-width: 768px) {
    .banner-text {
        left: 2%;
        top: 12%;
    }
    
    .banner-text h1 {
        font-size: 28px;
        line-height: 35px;
    }
    
    .banner-text .bann-loc {
        font-size: 16px;
    }
    
    .bann-type {
        padding: 10px 25px;
        font-size: 12px;
    }
    
    h1.banner-price {
        font-size: 24px;
        padding: 8px 20px;
    }
    
    .key-high {
        margin: 20px 0px 20px 15px;
    }
}

/* Responsive Gallery */
.gallery-box-main .left-box {
    min-height: 300px;
}

.gallery-box-main .right-box {
    min-height: 200px;
}

@media (max-width: 768px) {
    .gallery-box-main .left-box {
        width: 100% !important;
        min-height: 250px;
    }
    
    .gallery-box-main .right-box {
        width: calc(50% - 12px) !important;
        min-height: 180px;
        margin: 8px;
    }
    
    .gallery-box-main .left-box:first-child {
        margin-bottom: 16px;
    }
}

/* Modal Improvements */
.my-modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.my-modal .modal-body {
    padding: 40px 30px;
}

@media (max-width: 768px) {
    .my-modal .modal-body {
        padding: 25px 20px;
    }
}

/* Text Responsive */
.over-head p {
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .over-head p {
        font-size: 1rem;
    }
}

/* Footer Responsive */
.footer .container {
    max-width: 95%;
}

.footer-form {
    max-width: 85%;
}

@media (max-width: 768px) {
    .footer-form {
        max-width: 100%;
    }
    
    .contact {
        margin-bottom: 30px;
    }
    
    .location .right-box {
        padding: 0 20px;
    }
}

/* Download Section Responsive */
.download {
    border-radius: 8px;
    transition: all 0.3s ease;
}

.download:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

@media (max-width: 768px) {
    .download {
        width: 90% !important;
        margin: 10px auto;
    }
}

/* Floor Plan Responsive */
.master-img h3,
.floor-in-box h1 {
    border-radius: 8px 8px 0 0;
    padding: 8px 20px;
    font-weight: 700;
}

/* Location Responsive */
.loc-num h3 {
    box-shadow: 0 4px 12px rgba(220, 20, 60, 0.3);
    transition: all 0.3s ease;
}

.loc-num h3:hover {
    box-shadow: 0 8px 20px rgba(220, 20, 60, 0.4);
    transform: scale(1.1);
}

/* Breadcrumb/Section Dividers */
hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 60px 0;
}

@media (max-width: 768px) {
    hr {
        margin: 40px 0;
    }
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* General Transition */
* {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Selection Styling */
::selection {
    background-color: #DC143C;
    color: white;
}

::-moz-selection {
    background-color: #DC143C;
    color: white;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #DC143C;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8B0000;
}
