/* Property Details Page CSS */

/* Breadcrumb Section */
.property-breadcrumb-section {
    background: linear-gradient(rgba(30, 30, 31, 0.6), rgba(30, 30, 31, 0.6)), url('../images/breadcrumb-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 80px 0;
}

.property-breadcrumb-section .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.property-breadcrumb-section .breadcrumb-item {
    color: #e9ecef;
}

.property-breadcrumb-section .breadcrumb-item a {
    color: #e9ecef;
    text-decoration: none;
    transition: color 0.3s ease;
}

.property-breadcrumb-section .breadcrumb-item a:hover {
    color: #fff;
}

.property-breadcrumb-section .breadcrumb-item.active {
    color: #fff;
    font-weight: 500;
}

.property-breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #e9ecef;
    font-weight: 400;
}

/* Property Hero Section */
.property-hero-section {
    background: #f8f9fa;
    padding: 0;
}

.property-hero-wrapper {
    position: relative;
    overflow: hidden;
}

.property-hero-content {
    display: flex;
    align-items: stretch;
     
}

.property-hero-left {
    flex: 0 0 32%;
    background: #f8f9fa;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.property-hero-right {
    flex: 0 0 68%;
    position: relative;
    padding: 40px 20px 40px 20px;
    background: #f8f9fa;
}

.property-hero-image {
    width: 100%;
    position: relative;
}

.hero-property-img {
    width: 100%;
    border-radius: 20px;
    height: 500px;
}

/* RERA Details */
.property-rera-details {
    margin-bottom: 10px;
}

.rera-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.rera-label {
    font-weight: 600;
    color: #1e1e1f;
    margin-right: 10px;
}

.rera-value {
    color: #6c757d;
    font-weight: 500;
}

/* Developer Logo */
.property-developer-logo {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}

.developer-logo-img {
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.developer-name {
    font-size: 34px;
    font-weight: 800;
    color: #1e1e1f;
    margin-bottom: 5px;
}

.developer-location {
    font-size: 22px;
    color: #000000;
    margin: 0;
}

/* Property Types */
.property-types {
    margin-bottom: 5px;
}
.property-types-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
    line-height: 1.4;
}

/* Pricing */
.property-pricing {
    margin-bottom: 25px;
}

.pricing-title {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.pricing-amount {
    font-size: 52px;
    font-weight: 800;
    color: #c0943a;
    line-height: 1.2;
}

/* Location Details */
.property-location-details {
    margin-bottom: 30px;
}

.location-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 10px;
}

.location-address {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

/* CTA Buttons */
.property-cta-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.property-enquire-btn {
    background: linear-gradient(135deg, #c0943a 0%, #c0943a 100%);
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.property-enquire-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 30, 31, 0.3);
    color: #fff;
}

.property-brochure-btn {
    background: transparent;
    color: #1e1e1f;
    border: 2px solid #1e1e1f;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.property-brochure-btn:hover {
    background: #c0943a;
    color: #fff;
}

/* Property Content Section */
.property-content-section {
    padding: 60px 0;
    background: #ffffff;
}

.property-content-section .col-lg-8 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Property Overview Section */

.property-overview-content {
    border: #ececec solid 1px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.property-overview-section {
    padding: 80px 0;
    background: #ffffff;
}

.property-overview-content .section-title,
.property-amenities-content .section-title,
.property-location-content .section-title,
.property-gallery-content .section-title,
.property-floor-plan-content .section-title,
.about-builder-content .section-title,
.property-pricing-content .section-title,
.faqs-content .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e1e1f;
    margin-bottom: 15px;
}

.property-amenities-content .section-subtitle,
.property-location-content .section-subtitle,
.property-gallery-content .section-subtitle,
.property-floor-plan-content .section-subtitle,
.about-builder-content .section-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Amenities Content */
.property-amenities-content {
    border: #ececec solid 1px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.property-amenities-content .amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.property-amenities-content .amenity-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: #a9a9a9 solid 1px;
}

.property-amenities-content .amenity-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.property-amenities-content .amenity-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1e1e1f 0%, #2d2d2e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.property-amenities-content .amenity-icon i {
    font-size: 20px;
    color: #fff;
}

.property-amenities-content .amenity-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 8px;
}

.property-amenities-content .amenity-description {
    font-size: 13px;
    line-height: 1.5;
    color: #6c757d;
    margin: 0;
}

/* Location Content */
.property-location-content {
    border: #ececec solid 1px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.location-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.property-location-content .location-map {
    border-radius: 8px;
    overflow: hidden;
}

.property-location-content .location-map-img {
    width: 100%;
    height: auto;
    display: block;
}

.property-location-content .location-highlights-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 20px;
}

.property-location-content .location-points {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.property-location-content .location-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.property-location-content .location-icon {
    color: #28a745;
    font-size: 18px;
    margin-top: 2px;
    min-width: 18px;
}

.property-location-content .location-text h5 {
    font-size: 15px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 5px;
}

.property-location-content .location-text p {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

/* Gallery Content */
.property-gallery-content {
    border: #ececec solid 1px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.property-gallery-content .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 200px);
    gap: 15px;
}

.property-gallery-content .gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.property-gallery-content .gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.property-gallery-content .gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.property-gallery-content .gallery-item-wide {
    grid-column: span 2;
}

.property-gallery-content .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-gallery-content .gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

.property-gallery-content .gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.property-gallery-content .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.property-gallery-content .gallery-caption {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

/* Lightbox Modal */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s;
}

.lightbox-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 900px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10000;
}

.lightbox-close:hover {
    color: #c0943a;
}

.lightbox-image {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}

.lightbox-caption {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Property Pricing Content */
.property-pricing-content {
    border: #ececec solid 1px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.pricing-table-wrapper {
    margin-top: 25px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pricing-table th {
    background: #c0943a;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-table td {
    padding: 15px;
    border-bottom: 1px solid #ececec;
    font-size: 15px;
    color: #1e1e1f;
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

.pricing-table tr:hover {
    background: #f8f9fa;
}

.pricing-table td:first-child {
    font-weight: 600;
    color: #1e1e1f;
}

.pricing-table td:last-child {
    font-weight: 600;
    color: #c0943a;
    font-size: 16px;
}

.price-on-request {
    display: block;
    color: #1e1e1f;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

.price-request-btn {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    background: #c0943a;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.price-request-btn:hover {
    background: #a67c28;
    transform: translateY(-1px);
}

.pricing-note {
    font-size: 13px;
    color: #6c757d;
    font-style: italic;
    margin-top: 15px;
    text-align: center;
}

/* FAQs Content */
.faqs-content {
    border: #ececec solid 1px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.faqs-accordion {
    margin-top: 25px;
}

.accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-button {
    background: #f8f9fa;
    color: #1e1e1f;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: #c0943a;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e1e1f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.accordion-body {
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #6c757d;
}

.accordion-collapse {
    transition: height 0.3s ease;
}

/* About Builder Content */
.about-builder-content {
    border: #ececec solid 1px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.builder-info {
    margin-top: 20px;
}

.builder-name {
    font-size: 24px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 15px;
}

.builder-description {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 0;
}

/* Floor Plan Content */
.property-floor-plan-content {
    border: #ececec solid 1px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.floor-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .floor-plan-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .location-highlights ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.property-enquire-btn {
    background: linear-gradient(135deg, #c0943a 0%, #c0943a 100%);
    color: #fff;
    border: none;
    padding: 10px 8px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.property-brochure-btn {
    background: transparent;
    color: #1e1e1f;
    border: 2px solid #1e1e1f;
    padding: 10px 8px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
}







    .property-cta-buttons .btn {
        width: 100%;
    }

.property-hero-left {
    padding: 20px 15px !important;
}

    .hero-property-img {
    width: 100%;
    border-radius: 20px;
    height: auto;
}
.property-hero-right {
    min-height: auto !important;
    padding: 15px 15px 0px 15px;
}

.property-pricing {
    margin-bottom: 0px;
}

.location-highlights ul li i {
    color: #c0943a;
    margin: 0 3px 0 0 !important;
}

.location-highlights ul li {
    margin: 0;
    padding: 0 0 10px 0 !important;
    list-style: none;
}

.property-hero-content {
    flex-direction: column-reverse !important;
    min-height: auto !important;
}
.property-location-content {
    border: #ececec solid 1px;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}
.faqs-content {
    border: #ececec solid 1px;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.about-builder-content {
    border: #ececec solid 1px;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.property-pricing-content {
    border: #ececec solid 1px;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.property-gallery-content {
    border: #ececec solid 1px;
   padding: 30px 15px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.property-floor-plan-content {
    border: #ececec solid 1px;
   padding: 30px 15px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.property-amenities-content {
    border: #ececec solid 1px;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

.property-overview-content {
    border: #ececec solid 1px;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: #f1f1f1 0px 0px 11px;
}

    .floor-plan-grid {
        grid-template-columns: 1fr;
    }
.property-amenities-content .amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.property-query-form {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 30px 15px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
    z-index: 100;
    margin: 20px 0 0 0 !important;
}

.floor-plan-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.pricing-table th {
    background: #c0943a;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 6px;
    text-align: left;
    letter-spacing: 0.5px;
}


}

.floor-plan-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.floor-plan-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.floor-plan-img {
    width: 100%;
     
    object-fit: cover;
    display: block;
}

.floor-plan-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    color: #fff;
}

.floor-plan-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.floor-plan-size {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* Owl Carousel Navigation for Floor Plan */
.floor-plan-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.floor-plan-carousel .owl-nav button {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.floor-plan-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.floor-plan-carousel .owl-nav button i {
    font-size: 16px;
    color: #1e1e1f;
    transition: color 0.3s ease;
}

.floor-plan-carousel .owl-nav button:hover i {
    color: #28a745;
}

.floor-plan-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
}

.floor-plan-carousel .owl-nav .owl-next {
    position: absolute;
    right: 10px;
}

/* Owl Carousel Dots for Floor Plan */
.floor-plan-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.floor-plan-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.floor-plan-carousel .owl-dots .owl-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.floor-plan-carousel .owl-dots .owl-dot.active {
    background: #ffffff;
    border-color: #28a745;
    transform: scale(1.2);
}

.overview-description {
    font-size: 16px;
    line-height: 1.8;
    color: #6c757d;
    margin-bottom: 20px;
}

.property-highlights {
    margin-top: 40px;
}

.highlights-title {
    font-size: 24px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 25px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.highlight-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #6c757d;
}

.highlight-icon {
    color: #28a745;
    margin-right: 12px;
    font-size: 16px;
}

/* Price Card */
.property-price-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.price-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 20px;
}

.price-details {
    margin-bottom: 20px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f8f9fa;
}

.price-item:last-child {
    border-bottom: none;
}

.price-type {
    font-size: 15px;
    color: #6c757d;
}

.price-range {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1f;
}

.price-note {
    margin-bottom: 20px;
}

.price-note p {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}

.price-enquire-btn {
    width: 100%;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.price-enquire-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
    color: #fff;
}

/* Property Query Form */
.property-query-form {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
    z-index: 100;
}

.query-form-title {
    font-size: 24px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 10px;
}

.query-form-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 25px;
    line-height: 1.5;
}

.rera-info {
    
    padding: 0px;
    margin-bottom: 25px;
}

.rera-item {
    margin-bottom: 12px;
    font-size: 13px;
    color: #1e1e1f;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rera-item img {
    width: 70px;
}

.rera-item:last-child {
    margin-bottom: 0;
}

.rera-item strong {
    color: #1e1e1f;
    font-weight: 600;
}

.rera-qr-img {
    max-width: 80px;
    height: auto;
    margin-top: 5px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 3px;
    background: #fff;
}

.query-form .form-group {
    margin-bottom: 20px;
}

.query-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 8px;
    display: block;
}

.query-form .form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.query-form .form-control:focus {
    outline: none;
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.query-form .form-control::placeholder {
    color: #adb5bd;
}

.query-form textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

.query-form .form-check {
    margin-bottom: 20px;
}

.query-form .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-color: #e9ecef;
}

.query-form .form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.query-form .form-check-label {
    font-size: 13px;
    color: #6c757d;
    margin-left: 8px;
    line-height: 1.5;
}

.query-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #c0943a 0%, #c0943a 100%);
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.query-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
    color: #fff;
}

.query-submit-btn:active {
    transform: translateY(0);
}

/* Project Details Card */
.project-details-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.project-details-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.project-details-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.project-details-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-details-card:hover .project-details-img {
    transform: scale(1.05);
}

.project-details-info {
    padding: 20px;
}

.project-details-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1f;
    margin-bottom: 15px;
    line-height: 1.3;
}

.project-details-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.project-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #6c757d;
}

.project-detail-item i {
    color: #28a745;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.project-details-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.price-label {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-amount {
    font-size: 20px;
    font-weight: 800;
    color: #28a745;
}

.project-details-action {
    width: 100%;
}

.project-details-btn {
    width: 100%;
    background: linear-gradient(135deg, #1e1e1f 0%, #2d2d2e 100%);
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.project-details-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 30, 31, 0.3);
    color: #fff;
}

/* Quick Info */
.property-quick-info {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    margin: 10px 0 0 0;
}

.quick-info-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 20px;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.info-value {
    font-size: 14px;
    color: #1e1e1f;
    font-weight: 600;
}

.info-value img {
    width: 80px;
}

/* Amenities Section */
.property-amenities-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.property-amenities-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e1e1f;
    margin-bottom: 15px;
}

.property-amenities-section .section-subtitle {
    font-size: 16px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 50px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.amenity-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.amenity-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1e1e1f 0%, #2d2d2e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.amenity-card:hover .amenity-icon {
    transform: scale(1.1);
}

.amenity-icon i {
    font-size: 24px;
    color: #fff;
}

.amenity-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 10px;
}

.amenity-description {
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0;
}

/* Location Section */
.property-location-section {
    padding: 80px 0;
    background: #ffffff;
}

.property-location-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e1e1f;
    margin-bottom: 15px;
}

.property-location-section .section-subtitle {
    font-size: 16px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 50px;
}

.location-map {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.location-map-img {
    width: 100%;
    height: auto;
    display: block;
}

 

.location-highlights ul {
    margin: 20px 0 0 0;
    padding: 0;
}

.location-highlights ul li {
    margin: 0;
    padding: 0 0 17px 0;
    list-style: none;
}

.location-highlights ul li i{
    color: #c0943a; 
    margin: 0 10px 0 0;
}


.location-highlights-title {
    font-size: 24px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 25px;
}

.location-points {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location-point {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.location-icon {
    color: #28a745;
    font-size: 20px;
    margin-top: 3px;
    min-width: 20px;
}

.location-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 5px;
}

.location-text p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

/* Gallery Section */
.property-gallery-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.property-gallery-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e1e1f;
    margin-bottom: 15px;
}

.property-gallery-section .section-subtitle {
    font-size: 16px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 50px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 250px);
    gap: 20px;
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item-wide {
    grid-column: span 2;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-caption {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* CTA Section */
.property-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e1e1f 0%, #2d2d2e 100%);
    color: #fff;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.cta-subtitle {
    font-size: 16px;
    color: #e9ecef;
    max-width: 600px;
    margin: 0 auto 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.cta-enquire-btn {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-enquire-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.3);
    color: #fff;
}

.cta-call-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-call-btn:hover {
    background: #fff;
    color: #1e1e1f;
}

/* Responsive Design */
@media (max-width: 991px) {
    .property-hero-content {
        flex-direction: column;
        min-height: auto;
    }
    
    .property-hero-left,
    .property-hero-right {
        flex: 0 0 100%;
    }
    
    .property-hero-left {
        padding: 40px 30px;
    }
    
    .property-hero-right {
        min-height: 400px;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr;
    }
    
    .amenities-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 200px);
    }
    
    .gallery-item-large {
        grid-column: span 2;
        grid-row: span 1;
    }
    
    .gallery-item-wide {
        grid-column: span 2;
    }
    
    
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 250px;
    }
}

@media (max-width: 576px) {
    
    
    .property-rera-details .rera-label {
        min-width: 100px;
        font-size: 13px;
    }
    
    .rera-info-item {
        font-size: 13px;
    }
    
    .developer-name {
        font-size: 20px;
    }
    
    .property-types-title {
        font-size: 18px;
    }
    
    .pricing-amount {
        font-size: 24px;
    }
    
   
    
    
    .property-overview-section,
    .property-amenities-section,
    .property-location-section,
    .property-gallery-section,
    .property-cta-section {
        padding: 60px 0;
    }
    
    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 200px);
    }
    
    .gallery-item-large,
    .gallery-item-wide {
        grid-column: span 1;
        grid-row: span 1;
    }
}
