/*#panorama {
            width: 100%;
            height: 600px;
        }
*/

/* Panorama START */

.custom-hotspot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
   /* background: #f00; */
    border: 4px solid #dbdadad8;
}

div.custom-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}

div.custom-tooltip:hover span {
    visibility: visible;
}

div.custom-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

/* Panorama END */


/*  <!-- Form & Emi calculator --> */

.formContainer {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 20px;
    /*zoom: 0.8;*/
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.col-lg-6 {
    flex: 1 1 calc(50% - 20px);
    height: 450px;
    flex-direction: column;
}

.property-overview {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 100%;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;

}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.form-control:focus {
    border-color: #007bff;
}

.btn {
    display: inline-block;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border: 2px solid #c79731;
    border-radius: 6px;
    color: black;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    background-color: rgb(163, 123, 35);
    color: #fff;
}

/*
        .toggle-btn {
            background-color: #ccc;
            display: none;
            margin-bottom: 10px;
        }
*/
#emi-result {
    margin-top: 10px;
    font-weight: bold;
    color: #343a40;
}

.emi-result-style {
    height: auto;
    /* Adjust height as needed */
    margin-bottom: 18px;
    min-height: 4.9rem;
    /* Match the height of the textarea */
    padding: 0.5rem;
    /* Same padding as the textarea */
    border: 1px solid #ced4da;
    /* Border styling similar to Bootstrap form-control */
    border-radius: 6px;
    /* Border-radius similar to form-control */
    background-color: #e9ecef;
    /* Light gray to indicate non-editable */
    resize: none;
    /* Prevent resizing behavior */
    overflow: auto;
    /* Handle overflow content */
}


@media (max-width: 768px) {
    .toggle-btn {
        display: block;
        width: 100%;
    }

    .collapse {
        display: none;
    }

    .collapse.show {
        display: block;
    }

    .row {
        flex-direction: column;
    }

    .col-lg-6 {
        flex: 1 1 100%;
    }
}

/* Ensure equal height containers on desktop */
@media (min-width: 769px) {
    .property-overview {
        height: 450px;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
}

/*   <!--Instagram Video Start --> */

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.instagram-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 500px; */
    background-color: rgba(245, 229, 7, 0.8);
    /* Optional background color */
    border-radius: 10px;
    overflow: hidden;
}

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.carousel-item {
    display: none;
    width: 100%;
    height: 100%;
}

.carousel-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.closeBtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

@media (max-width: 768px) {
    .instagram-container {
        width: 95%;
    }

    button.prev,
    button.next {
        font-size: 20px;
    }
}

/*  <!--Instagram Video End --> */


body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    /* Remove horizontal scrollbar */
}

header {
    width: 100%;
    color: white;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.media-container {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    /*zoom: 0.8;*/
}

.responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;

    border: none;
    /* Clean look */
}

.slider-btn {
    position: relative;
    background-color: #c79731;
    color: white;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-width: 15px;
    min-height: 15px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-btn {
    left: 10px;
}

.right-btn {
    right: 10px;
}

.image-slider {
    position: relative;
    overflow: hidden;
    /*max-width: 800px;*/
    margin: auto;
}

.slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
}


.slides img {
    width: 100%;
    /*flex-shrink: 0; */
    display: none;
    position: relative;
    object-fit: cover;

    /* width: 100%;
            object-fit: cover;
            display: none;
            opacity: 0;
            position: relative;
            transition: opacity 0.5s ease; */
}

.slides img.active {
    display: block;
}

.dots-container {
    text-align: center;
    margin-top: 10px;
}

.dots-container .dot {
    height: 5px;
    width: 5px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dots-container .dot.active {
    background-color: #717171;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup img {
    max-width: 90%;
    max-height: 90%;
    transform: scale(1);
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    color: black;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container iframe {
    width: 100%;
    height: 500px;
}

.media-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.media-buttons button {
    /*background-color: #c79731;*/
    border: 2px solid #c79731;
    color: #c79731;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.media-buttons button:hover {
    background-color: rgb(163, 123, 35);
}

.media-buttons button i {
    margin-right: 4px;
}

.button-group {
    display: flex;
    justify-content: center;
    /* Default alignment */
    margin-top: 10px;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent buttons from wrapping */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling for mobile devices */
    scroll-behavior: smooth;
    /* Enable smooth scrolling */
    transition: justify-content 0.3s ease;
    /* Smooth alignment transitions */
}

.button-group .btn-language {
    flex-shrink: 0;
    /* Prevent buttons from shrinking */
    margin: 0 5px;
    /* Space between buttons */
    margin: 5px;
    padding: 5px;
    background-color: #c79731;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.button-group-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* Prevent any unintended overflow */
}

.btn-language:hover {
    background-color: rgb(163, 123, 35);
}

/* Regina Styles Start */
/* Container Styling */
.ask-regina-header {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    color: #c79731;
    font-family: 'Raleway', sans-serif;
    font-size: 1.25rem;
}

.ask-regina-container {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 20px; */
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    background: #013220;
    /* Dark green gradient */
    padding: 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Video Section */
.regina-video {
    flex: 1 1 50%;
    max-width: 50%;
}

.regina-video video {
    width: 70%;
    max-width: 600px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Questions Section */
.regina-questions {
    flex: 1 1 40%;
    min-width: 300px;

}

.regina-questions label {
    display: block;
    font-size: 1.2rem;
    margin: 15px;
    font-weight: bold;
    color: #fff;
}

/* Dropdown Styling */
.regina-questions .form-select {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.26);
    /* Semi-transparent */
    appearance: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mobile-questions {
    display: none !important;
    /* Hide mobile questions */
}

/* Responsive Design */
@media (max-width: 768px) {
    .ask-regina-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .regina-video {
        max-width: 80%;
    }

    .regina-video video {
        width: 100%;
        justify-content: center;
    }

    .desktop-questions {
        display: none !important;
        /* Hide desktop questions */
    }

    .mobile-questions {
        display: block !important;
        /* Show mobile dropdown */
        width: 100%;
        margin-top: 20px;
    }
}

/* Regina Styles End */

/* Property Details Styles Start */
/* Container Styling */
.property-details-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    /* gap: 20px; */
    max-width: 1200px;
    margin: 20px auto;
    border-radius: 10px;
    background: #f7f7f7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /*zoom: 0.8;*/
}

/* Property Section */
.property-section {
    flex: 1 1 50%;
    max-width: 50%;
    margin: inherit;
}

.listing-ctg,
.listing-title {
    margin-bottom: 10px;
}

.listing-title {
    color: #c79731;
}



/* Responsive View */
@media (max-width: 768px) {
    .property-details-container {
        flex-direction: column;
    }

    .property-section,
    .toggle-section {
        min-width: 100%;
    }

    .property-section {
        padding-left: 10px;
    }
}



/* Toggle Button 

        /* Toggle Section 
        .toggle-section {
            flex: 1 1 45%;
            max-width: 45%;
            margin: inherit;

        }
        .toggle-btn {
            display: block;
            width: 100%;
            font-size: 1rem;
            text-align: left;
            color: white;
            background-color: #c79731;
            border: none;
            padding: 10px 15px;
            margin-bottom: 10px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .toggle-btn:hover {
            background-color: #b38b2c;
        }

        .toggle-btn:after {
            content: "+";
            float: right;
        }

        .toggle-btn.active:after {
            content: "-";
        }

        /* Toggle Content 
        .toggle-content {
            display: none;
            background: #fff;
            border-radius: 5px;
            padding: 10px;
            margin-top: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .toggle-content.active {
            display: block;
        }
            

        /* Property Desciption Styles Start */

/* Two-Column Layout */
.product-offers-two-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 20px;
}

/* Ensure two-column layout for all screens */
.product-offer-item {
    display: grid;
    grid-template-columns: 30% 1fr;
    /* Left column is 30%, right column takes the rest */
    gap: 10px;
    align-items: center;
}

/* Label Column */
.product-offer-label {
    font-weight: bold;
    color: #333;
    text-align: left;
}

/* Value Column */
.product-offer-value {
    color: #555;
    text-align: left;
}

/* No Responsive Behavior */
@media (max-width: 768px) {

    /* Ensure grid remains consistent on mobile */
    .product-offer-item {
        grid-template-columns: 30% 1fr;
    }
}

/* Social Links Styling Start */
.quick-meta {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap on smaller screens */
    gap: 10px;
    /* Space between items */
}

.quick-meta li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid #c79731;
    /* Add border thickness and color */
    min-width: 15px;
    /* Set a minimum width for smaller devices */
    min-height: 15px;
    /* Set a minimum height for smaller devices */
    aspect-ratio: 1;
    /* Maintain the circle shape */
    /*background-color: #c79731;
            /* Light background */
    border-radius: 50%;
    /* Circle shape */
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.quick-meta li:hover {
    background-color: rgb(163, 123, 35);
    /* Slight hover effect */
}

.quick-meta a {
    color: #c79731;
    /* Text color */
    text-decoration: none;
    font-size: 20px;
}

.quick-meta button {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.quick-meta i {
    transition: color 0.3s ease;
}

.quick-meta li:hover i {
    color: rgb(241, 241, 241);
    /* Slight color change on hover */
}

/* Social Links Styling End */

/* Share Pop-up */

.share-popup {
    width: 25%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    border-radius: 8px;
    z-index: 1000;
    text-align: center;
}

.share-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.share-icons a {
    text-decoration: none;
    color: inherit;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #888;
    font-size: 18px;
}

/* Social Links Styling End */


/* Property Details Styles End */

/* Add CSS for the sticky footer button */
.sticky-footer-button {
    display: none;
    /* Initially hide the button */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #013020;
    /* Change this to your desired background color */
    color: #fff;
    /* Change this to your desired text color */

    text-align: center;
    z-index: 1000;
    /* Make sure it's above other content */
}

@media (max-width: 768px) {

    .sticky-footer-button {
        display: flex;
        justify-content: space-between;
    }

    .slider-btn {
        width: 25px;
        height: 25px;
        flex-shrink: 0;
        /* Prevent buttons from shrinking */
    }

    .media-buttons button {
        width: 30%;
        justify-content: space-around;
    }

    .media-buttons .btn-language {
        flex-shrink: 0;
        /* Prevent buttons from shrinking */
        margin: 0 5px;
        /* Space between buttons */
    }

    .button-group {
        display: flex;
        justify-content: flex-start;
        /* Default alignment */
        margin-top: 10px;
        overflow-x: auto;
        /* Enable horizontal scrolling */
        white-space: nowrap;
        /* Prevent buttons from wrapping */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling for mobile devices */
        scroll-behavior: smooth;
        /* Enable smooth scrolling */
        transition: justify-content 0.3s ease;
        /* Smooth alignment transitions */
    }

    .button-group .btn-language {
        flex-shrink: 0;
        /* Prevent buttons from shrinking */
        margin: 0 5px;
        /* Space between buttons */
    }

    .button-group-container {
        position: relative;
        width: 100%;
        overflow-x: auto;
        /* Prevent any unintended overflow */
    }
}

@media (max-width: 425px) {
    .media-buttons button {
        width: 30%;
        justify-content: space-around;
        zoom: 0.8;
    }
}

@media (max-width: 400px) {
    .media-buttons button {
        width: 30%;
        justify-content: space-around;
        zoom: 0.65;
    }
}

/* Media query for larger devices (where buttons fit) */
@media (min-width: 769px) {
    .button-group {
        justify-content: center;
        /* Center the buttons */
    }
}


/* Toggle Section */
.toggle-section {
    flex: 1 1 45%;
    max-width: 45%;
    margin: inherit;
}

/* Toggle Button */
.toggle-btn {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    color: rgb(7, 7, 7);
    border: 2px solid #c79731;
    /* Add border thickness and color */
    /*background-color: #c79731;*/
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-btn:hover {
    background-color: #c79731;
}

.toggle-btn:after {
    content: "+";
    float: right;
}

.toggle-btn.active:after {
    content: "-";
}

/* Toggle Content */
.toggle-content {
    display: none;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.list {
    padding-left: 20px;
}

.toggle-content.active {
    display: block;
}

/* Media Queries for Initial State */
@media (min-width: 768px) {
    #aboutProject {
        display: block;
    }

    #aboutProject:not(.active) {
        display: none;
    }
}

.pageContainer {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
    /*padding: 20px;*/
    margin-bottom: 30px;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}



/* Maharera Container Style */
.qr-code-container {
    text-align: center;
    padding: 5px;
}

.qr-code-image {
    max-width: 100%;
    margin-bottom: 5px;
}

.website-link {
    color: #007BFF;
    text-decoration: none;
    font-size: 16px;
}

.website-link:hover {
    text-decoration: underline;
}



/* Floating Buttons Styles */
.floating-btns-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 20px;
    pointer-events: none;
}

.floating-btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    pointer-events: auto;
    position: relative;
}

.float-btn i {
    font-size: 24px;
    color: #fff;
}

.contact-btn {
    background: #c79731;
    border: 2px solid #c79731;
}

.whatsapp-btn {
    background: #25D366;
    border: 2px solid #25D366;
}

.float-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Contact Popup Styles */
.contact-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    overflow-y: auto;
}

.contact-popup.show {
    display: block !important;
}

.popup-content {
    background: #fff;
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.close-popup {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
    z-index: 1;
}

.close-popup:hover {
    color: #000;
}

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-group textarea {
    height: 100px;
    resize: vertical;
}

.submit-btn {
    background: #c79731;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #b48629;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .floating-btns-wrapper {
        padding: 15px;
        bottom: 60px;
        /* Adjust this value based on your footer height */
    }

    .float-btn {
        width: 45px;
        height: 45px;
    }

    .float-btn i {
        font-size: 20px;
    }

    .popup-content {
        width: 85%;
        margin: 15px auto;
        padding: 20px;
    }
}