﻿

body {
    background-color: var(--primary-bg);
}
.navbar-custom {
    border-bottom: 0.1px solid rgba(255, 255, 255, 0.3);
}
.property-body {
    background: linear-gradient(to bottom, var(--primary-bg) 0%, rgba(var(--primary-bg-rgb), 0.9) 40%, rgba(var(--primary-bg-rgb), 0.8) 100%) !important
}
.partners-section, .footer-section{
    background: var(--primary-bg) !important;
}

.container {
    padding-left: 85px;
    padding-right: 85px;
}
/* ==========================
         Gallery
        ========================== */
.gallery-actions-topright {
    position: absolute;
    top: 16px;
    right: 25px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    z-index: 12;
    pointer-events: none;
}

.gallery-actions-topright > * {
    pointer-events: auto; 
}

#partial-view {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    margin-top: 0;
    list-style: none;
}

.partial-view-img {
    width: 100%;    
    display: block;
    object-fit: cover;
    padding-left: 10px;
    height: 75vh;
}
.gallery-item {
    position: relative;
    overflow: hidden;
}

    .gallery-item::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(to bottom, rgba(var(--primary-bg-rgb), 0) 0%, rgba(var(--primary-bg-rgb), 0.8) 70%, var(--primary-bg) 100%);
        pointer-events: none;
        z-index: 2;
    }


.gallery-actions-bottomright {
    position: absolute;
    bottom: 20px;
    right: 80px;
    display: flex;
    gap: 12px;
    z-index: 12;
}

.gallery-btn {
    font-family: Arial, sans-serif;
    font-size: 15pt;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border: 1.5pt solid #fff;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px; 
    height: 40px;
    box-sizing: border-box;
    white-space: nowrap;
}

/* Video button */
.gallery-btn-video {
    min-width: 120px; 
}

/* Photos button */
.gallery-btn-photos {
    min-width: 200px; 
}

.gallery-btn-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
}
/**********************End Gallery *********************************/

/* ==========================
         Infromation
        ========================== */
.padding-container-speacial {
    padding-right: 85px;
    padding-left: 85px;
}
.information-details {
    color: #fff;
    font-family: Arial, sans-serif;
}

.information-title {
    font-family: Arial, sans-serif; 
    font-size: 2.5rem; 
    font-weight: 400; 
    margin-bottom: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.meta-address {
    flex: 1 1 auto;
    color: var(--muted-white);
    font-size: 1.6669rem;
}

.listing-price {
    font-size: 2.5rem;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 30px;
}

/* STATS */
.stats {
    margin-top: 25px;
    border-top: 1px solid #ffffff;
    display: flex;
    text-align: center;
}

.stat-item {
    flex: 1;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ffffff;
    font-size: 2rem;
    font-style: italic;   
}

    .stat-item:last-child {
        border-right: none;
    }
/**********************End Information *********************************/


/* ==========================
          Description
        ========================== */
.m-75 {
    margin-top: 75px;
}
.description_details {
    margin-bottom: 45px;
}

    .description_details  {
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 1.5rem;
        color: #fff
    }
/**********************End Description*********************************/

/* ==========================
          Documents
        ========================== */
.documents-title {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    color: #fff;
}

.document-download {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 1.1669rem;
    color: #fff;
}

.document-type {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15pt;
    max-width: 18ch; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 14% !important;
}

.margin-btns {
    margin-top: 30px;
    margin-bottom: 75px;
    margin-left: 0;
}
/******************* end Documents *********************************/




/* ==========================
          Feature
        ========================== */

.details-features {    
    font-family: Arial, Helvetica, sans-serif;
}

/* Title */
.features-title {
    color: #ffffff;
    font-family: Arial, sans-serif; 
    font-size: 2rem; 
    font-weight: 400; 
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.features-content {
    margin-top: 30px;
}
    
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .features-list li {
        position: relative;
        padding-left: 1.6669rem;
        margin-bottom: 6px;
        color: rgba(255,255,255,0.88);
        font-size: 20pt;
        line-height: 1.6;
    }

        .features-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #ffffff
        }

/******************* end Feature *********************************/
/* ==========================
      VIDEO
        ========================== */
.video-container {
    display: flex;
    margin: 75px auto;
    justify-content: center;    
    padding: 0 16px; 
}

    .video-container iframe {
        border-radius: 6px;
        width: 100%;
        height: 575px;
    }
/********* end video***************/
/* ==========================
         PROPERTY DETAILS
        ========================== */

.property-details-title {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}
.detail-label {
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
}

.detail-value {
    font-family: Arial, sans-serif;
    font-weight: 700;
}
/********************end PROPERTY DETAILS*****************/
/* ==========================
         Map DETAILS
        ========================== */
.map-container {
    display: flex;
    justify-content: center;    
}
/*********end map details******************/

/* ==========================
        Contact
        ========================== */

.contact-section {
    color: #fff;    
    font-family: Arial, sans-serif;
}



.section-title {
    font-family: Arial, sans-serif; 
    font-size: 2rem; 
    font-weight: 400; 
    margin-bottom: 25px;
}

.section-subtitle {
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 25px;
}

/* GRID */
.contact-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
}

/* AGENT CARD (shared) */
.agent-card {
    display: flex;
    gap: 20px;
}

    .agent-card.small .agent-photo {
        width: 100px;
        height: 130px;
    }

.agent-photo {
    width: 150px;
    height: 180px;
    object-fit: cover;
}

.agent-info {
    font-size: 1.5rem;
}

.contact-block {
    margin-left: 50px;
}

.agent-role {
    white-space: nowrap;
}

.agent-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
}

    .agent-actions a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 10px;
    }


/* ICONS */
.action-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* FORM */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 12px;
}

input,
.message-textarea {
    background: #d3d6d9;
    border: none;
    font-size: 14pt;
}

input {
    height: 40px;
    padding: 0 12px;
}

.message-textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    resize: none;
}

/* CONSENT */
.consent-row {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    align-items: flex-start;
}

.consent-text {
    font-size: 11pt;
    line-height: 1.4;
    margin: 0;
}

.submit-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 22px;
    font-size: 18pt;
    cursor: pointer;
}

/* CO REPS */
.co-reps {
    margin-top: 45px;
}

.co-title {
    font-size: 18pt;
    margin-bottom: 25px;
}

.co-list {
    display: flex;
    gap: 40px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .consent-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Container checkbox */
.consent-check {
    position: relative;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    padding-right: 16px; 
}
   

    /* Hide native checkbox */
    .consent-check input {
        opacity: 0;
        position: absolute;
        width: 24px;
        height: 24px;
        cursor: pointer;
        margin: 0;
    }

/* Custom checkbox */
.custom-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    display: inline-block;
    border-radius: 0;
    background: transparent;
}

/* Checked state */
.consent-check input:checked + .custom-checkbox {
    background: #d3d6d9;
    border-color: #d3d6d9;
}

    /* Checkmark */
    .consent-check input:checked + .custom-checkbox::after {
        content: "";
        position: absolute;
        left: 7px;
        top: 3px;
        width: 6px;
        height: 12px;
        border: solid var(--primary-bg);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

/********* end Contact******************/


/* ==========================
        NearBy
========================== */

.nearBy-title {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}
/***************END NearBy*************/


/* ==========================
        Floating Contact
========================== */

/* Animation slide-up */
.slide-up-contact-float {
    animation: slideUp 0.3s ease forwards;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ===== Overlay bottom right ===== */
.bottom-overlay-contact-float {
    position: fixed;
    bottom: 30px;
    right: 16px;
    z-index: 999;   
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .bottom-overlay-contact-float.visible {
        transform: translateY(0);
        opacity: 1;
    }

/* ===== Card ===== */
.agent-card-contact-float {
    width: 314px;
    height: auto;
    background: rgba(204, 204, 204, 0.8);
    border-radius: 8px 8px 0 0;
}

/* ===== Image ===== */
.agent-img-contact-float {
    width: 80px;
    height: 90px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* ===== Titles ===== */
.agent-name-contact-float {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14pt;
}

.agent-title-contact-float {
    font-family: Arial, sans-serif;
    font-size: 14pt;
}

.row.align-items-center.no-gutters > .col.pl-2 {
    padding-left: 0;
}

.agent-phone-contact-float img {
    width: 21px;
    height: 21px;
    margin-top: 2px;
    margin-left: 2px;
    vertical-align: middle;
}
/* ===== Message box ===== */
.message-box-contact-float {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(90px);
    border-top-right-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    padding: 4px;
    overflow: hidden;
    color: var(--primary-bg);
}

/* ===== Buttons ===== */
.btn-left-contact-float,
.btn-right-contact-float {
    width: 137px;
    height: 35px;
    border: none;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
    cursor: pointer;
}

.btn-left-contact-float {
    font-family: Arial Black, Arial, sans-serif;
    font-size: 18pt;
    background-color: #2a5135;
    color: #ffffff;
}

.btn-right-contact-float {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    background-color: #0c3240;
    color: #ffffff;
}

/* ===== Responsive ===== */
@media (max-width: 576px) {
    .bottom-overlay-contact-float {
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }

    .agent-card-contact-float {
        width: 95%;
    }

    .message-box-contact-float {
        font-size: 18pt;
        height: auto;
    }

    .btn-left-contact-float {
        font-size: 18pt;
        
    }

    .btn-right-contact-float {
        width: 100%;
    }
}

/***************END Floating Contact*************/
