﻿.project-overview {
    background: url(/site/newimg/wimg/sketcha.png);
}

.info-card {
    background: #fff;
    border-left: 5px solid #a77d5a;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
}

.info-card:hover {
    transform: translateY(-6px);
}

.info-card small {
    display: block;
    color: #888;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-card h5 {
    margin: 0;
    font-size: 22px;
    color: #222;
}

.info-card i {
    font-size: 34px;
    color: #a77d5a;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 34px;
    }

    .info-card h5 {
        font-size: 18px;
    }
}

.estate-feature-area {
    background: #f8f8f8;
}

.estate-panel-box {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    height: 100%;
}

.estate-panel-head {
    margin-bottom: 30px;
}

.estate-panel-head span {
    color: #a77d5a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.estate-panel-head h2 {
    color: #222;
    margin-top: 8px;
    font-weight: 600;
}

.estate-point {
    display: flex;
    gap: 18px;
    margin-bottom: 22px;
    transition: .3s;
}

.estate-point:hover {
    transform: translateX(8px);
}

.estate-icon {
    min-width: 55px;
    height: 55px;
    background: #a77d5a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.estate-point h5 {
    margin-bottom: 5px;
    color: #222;
}

.estate-point p {
    margin: 0;
    color: #666;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.estate-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.estate-spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #faf7f2;
    padding: 18px;
    border-radius: 12px;
    transition: .3s;
    border: 1px solid #eee;
}

.estate-spec-item:hover {
    background: #a77d5a;
    color: #fff;
    transform: translateY(-5px);
}

.estate-spec-item i {
    color: #a77d5a;
    font-size: 18px;
}

.estate-spec-item:hover i {
    color: #fff;
}

.estate-spec-item span {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.luxury-title {
    font-size: 42px;
    font-weight: 500;
    color: #1f1f1f;
}

.luxury-card {
    border-radius: 10px;
    padding: 35px 15px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.luxury-card i {
    font-size: 36px;
    color: #b88964;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

.luxury-card h6 {
    letter-spacing: 1px;
    color: black;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.luxury-card p {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.luxury-card:hover {
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

.luxury-card:hover i {
    transform: scale(1.1);
}

.amenities-swiper {
    padding: 10px 55px 50px;
    position: relative;
}

.amenities-swiper .swiper-slide {
    height: auto;
}

.amenities-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
}

.amenities-swiper .swiper-button-prev,
.amenities-swiper .swiper-button-next {
    top: 42%;
    width: 44px;
    height: 44px;
    margin-top: 0;
    background: #ffffff;
    border: 1px solid #ecdfd0;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(184, 137, 100, 0.18);
    transition: all 0.3s ease;
}

.amenities-swiper .swiper-button-prev:after,
.amenities-swiper .swiper-button-next:after {
    font-size: 16px;
    font-weight: 700;
    color: #b88964;
    transition: color 0.3s ease;
}

.amenities-swiper .swiper-button-prev:hover,
.amenities-swiper .swiper-button-next:hover {
    background: #b88964;
    border-color: #b88964;
    box-shadow: 0 8px 20px rgba(184, 137, 100, 0.3);
}

.amenities-swiper .swiper-button-prev:hover:after,
.amenities-swiper .swiper-button-next:hover:after {
    color: #ffffff;
}

.amenities-swiper .swiper-button-prev {
    left: 0;
}

.amenities-swiper .swiper-button-next {
    right: 0;
}

.amenities-swiper .swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

@media (max-width: 575px) {
    .luxury-card {
        padding: 28px 10px;
    }

    .luxury-card i {
        font-size: 30px;
    }

    .luxury-card h6 {
        font-size: 12px;
    }

    .amenities-swiper {
        padding: 10px 42px 50px;
    }

    .amenities-swiper .swiper-button-prev,
    .amenities-swiper .swiper-button-next {
        width: 34px;
        height: 34px;
    }

    .amenities-swiper .swiper-button-prev:after,
    .amenities-swiper .swiper-button-next:after {
        font-size: 13px;
    }
}

.lc {
    border-radius: 0px !important;
    box-shadow: none !important;
    background: none !important;
}

.lc h6 {
    margin-top: 10px;
}

.amntcls {
    height: 80px;
    object-fit: contain;
}

#modalImage {
    padding: 10px;
}

.floor-nav-btn {
    width: 58px !important;
    height: 58px !important;
    background: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
    transition: all .35s ease;
    color: #111 !important;
}

.floor-nav-btn::after {
    font-size: 18px !important;
    font-weight: 700;
}

.floor-nav-btn:hover {
    background: #b68c3b;
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(182, 140, 59, .35);
}

.swiper-button-prev.floor-nav-btn {
    left: 0px;
}

.swiper-button-next.floor-nav-btn {
    right: 0px;
}

.floor-nav-btn.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}

@media (max-width: 991px) {
    .floor-nav-btn {
        width: 45px !important;
        height: 45px !important;
    }

    .floor-nav-btn::after {
        font-size: 15px !important;
    }

    .swiper-button-prev.floor-nav-btn {
        left: 10px;
    }

    .swiper-button-next.floor-nav-btn {
        right: 10px;
    }
}

.location-map-section {
    background: #f8f8f8;
}

.location-map-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.location-info {
    width: 35%;
    padding: 50px;
    background: #fff;
}

.location-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

.location-info .address {
    font-size: 15px;
    color: #555;
    line-height: 28px;
    margin-bottom: 20px;
}

.location-info .address i {
    color: #b48b47;
    margin-right: 8px;
}

.location-info p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
}

.btn-location {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    background: #b48b47;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s;
    font-weight: 600;
}

.btn-location:hover {
    background: #000;
    color: #fff;
}

.map-area {
    width: 65%;
    height: 500px;
}

.map-area iframe,
.map-area img {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

@media (max-width: 991px) {
    .location-map-wrapper {
        flex-direction: column;
    }

    .location-info,
    .map-area {
        width: 100%;
    }

    .location-info {
        padding: 35px;
    }

    .map-area {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .location-info {
        padding: 25px;
    }

    .location-info h3 {
        font-size: 24px;
    }

    .map-area {
        height: 300px;
    }
}
