.single-property.elementor-section {
    margin-top: 100px;
}

/* Title */
.property-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
    color: #930708;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb span {
    margin: 0 5px;
}

/* Property Location */
.single-property .property-location {
    display: flex;
    font-size: 16px !important;
    align-items: center;
    gap: 5px;
}

.single-property .property-location span {
    color: #930708;
}

.single-property .property-swiper .property-location {
    font-size: 13px !important;
}

.property-location img {
    margin-right: 10px
}

/* Property Sub Details */
.property-sub-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.property-sub-details div p {
    font-size: 18px;
    display: flex;
    gap: 5px;
    margin-bottom: 0px;
}

.property-sub-details div p img {
    width: 17px;
    margin-right: 10px;
}

.property-sub-details div p span {
    color: #930708;
}

/* Slider */
.property-gallery {
    position: relative;
    border-radius: 20px;
    margin-bottom: 50px;
}

.property-main-slider img {
    width: 100%;
    border-radius: 20px;
    display: block;
    height: 600px;
    object-fit: cover;
}

.property-thumbs-slider {
    margin-top: 10px;
    position: absolute !important;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    left: 10px;
}

.property-thumbs-slider img {
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    height: 130px;
    object-fit: cover;
}

.property-thumbs-slider .swiper-slide-thumb-active img {
    border-color: red;
}

.property-gallery-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    top: 50%;
}

.property-gallery-nav .swiper-button-prev,
.property-gallery-nav .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #2223;
    cursor: pointer;
    margin-right: -80px;
    margin-left: -80px;
    color: #222;
}

.property-gallery-nav .swiper-button-prev::after,
.property-gallery-nav .swiper-button-next::after {
    font-size: 15px;
}

/* Property Body */
.property-body {
    display: flex;
    column-gap: 80px;
}

.property-left {
    width: 60%;
}

.property-sidebar {
    width: 40%;
    position: sticky;
    top: 100px;
    /* distance from top when sticky starts */
    align-self: flex-start;
    /* important if inside flexbox */

}

.all-slider {
    background: #f4f4f4;
    border-radius: 20px;
}

.all-slider a.property-lightbox {
    display: block;
    position: relative;
    height: 130px;
    text-align: center;
    align-content: center;
    padding: 20px;
}

.all-slider a.property-lightbox img {
    height: 38px;
    border: none;
    border-radius: 0px;
}

.all-slider a.property-lightbox p {
    color: #222;
    margin-bottom: 0px;
}

/* Default Title CSS */
.property-body .sub-title {
    font-size: 24px;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 30px;
}

.first-heading {
    margin-top: 0px !important;
}

.property-swiper h3.property-price {
    justify-content: left;
    padding: 0;
    column-gap: 10px;
}

/* Property Overview */
.property-overview-details {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(33%, 2fr));
}

.property-overview-details div {
    width: 100%;
}

.property-overview-details h6 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.payment-plan div h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

/* Payment Plan */
.payment-plan {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 2fr));
    column-gap: 10px;
}

.payment-plan div {
    background: #f4f4f4;
    padding: 10px 20px;
    border-radius: 10px;
}

/* Ameneties */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
}

.amenity-item {
    background: #FFF4F4;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    align-content: center;
}

.amenity-item:hover {
    background: #ffeaea;
    transform: translateY(-2px);
}

.amenity-label {
    font-size: 12px;
    font-weight: 400;
    color: #222;
}

.amenities-grid .amenity-item img {
    width: 15%;
    object-fit: cover;
}

/* Description Text */
.description-text p {
    font-size: 16px;
}

/* Key Highlights */
.key-highlights-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 12px 30px;
    /* row gap / column gap */
    list-style: url('../../../../uploads/2025/09/Vector-1.svg');
    padding: 0;
    margin: 0;
}

.key-highlights-list li {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

/* Parking Informations */
.parking-informations-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 12px 30px;
    /* row gap / column gap */
    list-style: url('../../../../uploads/2025/09/Vector-1.svg');
    padding: 0;
    margin: 0;
}

.parking-informations-list li {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

/* External Links */
.virtual-tour a,
.download-broucher a {
    background: #930708;
    border-radius: 100%;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    align-content: center;
}

.virtual-tour {
    margin-top: 10px;
}

.virtual-tour,
.download-broucher {
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center;
}

.ext-img-text {
    display: flex;
    width: 100%;
    column-gap: 20px;
    align-items: center;
}

.ext-img-text p {
    width: 100%;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
}

/* Developer Informations */
.property-developer {
    display: flex;
    width: 100%;
    column-gap: 30px;
}

.developer-thumbnail img {
    width: 200px;
    height: 80px;
    object-fit: cover;
    border-radius: 20px;
}

.developer-name {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}

.developer-name a {
    color: #222;
}

/* Property Price */
.property-price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    margin-top: 50px;
    background: #FFF4F4;
    border-radius: 20px;
}

.property-price h3 {
    font-size: 24px;
    font-weight: bold;
}

.property-price h3:first-child {
    color: #930708;
}

/* Forms Tab */
.tab {
    display: flex;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 20px;
    border-radius: 30px 30px 0px 0px;
}

.tab .tablinks {
    white-space: normal;
}

.tab .tablinks {
    background-color: inherit;
    color: #222222;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    width: 100%;
    border-radius: 0px;
}

.tab .tablinks:hover,
.tab .tablinks.active {
    background-color: #930708;
    color: #ffffff;
}

.tabcontent {
    display: none;
    padding: 25px;
    border: 1px solid #2222;
    border-top: none;
    border-radius: 0px 0px 30px 30px;
}

.form-title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 0px;
}

.form-group select,
.form-group input,
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="time"],
.form-group input[type="date"],
.form-group textarea,
.iti.iti--allow-dropdown.iti--separate-dial-code input {
    width: 100% !important;
    padding: 20px 20px;
    border-radius: 50px;
    border-color: #2222;
    overflow: hidden;
}

.iti__selected-flag {
    border-radius: 50px;
    width: 100%;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.form-column {
    display: flex;
    column-gap: 20px;
}

.form-group label {
    margin: 20px 5px 10px;
}

.form-column div {
    width: 50%;
}

#appointment-form .submit-btn {
    background-color: #930708;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 5px 40px;
    margin-top: 20px;
    border-radius: 100px;
    align-items: center;
}

#appointment-form .submit-btn img {
    background-color: #fff;
    width: 50px;
    height: 50px;
    padding: 2px 15px;
    border-radius: 100%;
    object-fit: contain;
}

#tour form .submit-btn {
    background-color: #930708;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 5px 40px;
    margin-top: 20px;
    border-radius: 100px;
    align-items: center;
}

#tour form .submit-btn img {
    background-color: #fff;
    width: 50px;
    height: 50px;
    padding: 2px 15px;
    border-radius: 100%;
    object-fit: contain;
}

.form-success-message {
    background-color: #e6ffed;
    color: #155724;
    padding: 10px 15px;
    border-left: 4px solid #28a745;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.gallery-mobile {
    display: none;
}

.gallery-desktop {
    display: block;
}

/* ===== DESKTOP GRID ===== */
.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    aspect-ratio: 23 / 9;
}

.grid-main {
    grid-row: span 2;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

.see-all {
    position: absolute;
    padding: 15px 10px;
    background: #fff;
    color: #222;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    bottom: 0px;
    left: 0px;
    margin: 20px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100px;
    width: 120px;
    text-align: center;
}

.see-all img {
    width: 30%;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .single-property .property-location {
        display: flex;
        font-size: 15px !important;
        align-items: center;
    }

    .single-property .property-swiper .property-location {
        font-size: 12px !important;
    }

    .property-developer-top > p {
        font-size: 15px !important;
    }

    .gallery-mobile {
        display: block;
    }

    .gallery-desktop {
        display: none;
    }
}