body > main > div > div.row > div.col-lg-8 > div > div.address-section > div.address-content > button{
    position: relative;
    bottom: 48px;
    right: 7px;
}



.menu-toggle {
    margin-right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: #60C9F9 !important;
    transition: all 0.3s ease;
} 

.search-toggle {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: #60C9F9 !important;
    transition: all 0.3s ease;
}

body{
 background-color: #E6E6E6 !important;   
}
    
    /* Campo de Busca */
.search-container {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.search-container input {
    width: 100%;
    padding: 12px 16px 12px 40px;
    border: none;
    border-radius: 8px;
    background-color: #F5F5F5;
    font-size: 14px;
    color: #666666;
}

.search-container input::placeholder {
    color: #666666;
}

.search-container input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(96, 201, 249, 0.2);
}

.search-container i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    font-size: 16px;
}

.nav-link {
    color: #032d75 !important;
    font-size: 0.85rem;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.3rem 0;
}



/* Estilos específicos para a página de anúncio */

.nav-footer {
    background-color: #001B3D !important;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

nav{
    background-color: #ffffff !important;
}

/* Estilos para a página de imóvel único */
main {
    background-color: #efefef;
    padding: 40px 0;
}

.property-header {
    position: relative;
    margin-bottom: 24px;
}

.back-button {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: #1a1a1a;
    text-decoration: none;
}

.back-button:hover {
    transform: translateX(-3px);
    transition: transform 0.2s;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4px;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-main,
.gallery-secondary {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-badges {
    display: flex;
    gap: 10px;
    padding: 20px 0;
}

.gallery-badges .badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 44px;
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.badge.photos {
    background-color: #042E76;
}

.badge.video {
    background-color: #042E76;
}

.property-code {
    position: absolute;
    bottom: 20px;
    right: 2px;
    color: #042E76;
   
    border-radius: 4px;
    font-size: 14px;
}

.property-info {
    padding: 0;
    padding-right: 40px;
}

.property-type {
    color: #032d75;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-price {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.property-price .currency {
    color: #032d75;
    font-weight: 500;
    font-size: 28px;
}

.property-price .value {
    color: #032d75;
}

.property-details-row {
    display: flex
;
    align-items: flex-start;
    background: #fefefe00;
    padding: 0px;    border-radius: 13px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-label {
    color: #032d75;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    color: #032d75;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.detail-value .currency {
    font-size: 16px;
    font-weight: 500;
}

.detail-value .period {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px;
}

/* Description Section */
.description-section {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.description-section h2 {
    color: #032d75;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

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

/* Address Section */
.address-section {
    margin-bottom: 40px;
    background: #f7f7f7;
    padding: 21px;
    border-radius: 13px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.section-header i {
    color: #032d75;
    font-size: 20px;
}

.section-header h2 {
    color: #032d75;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.address-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.address-text {
    color: #042E76;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
}

.btn-map {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    background-color: #002C5F;
    border: none;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    min-width: 80px;
}

.btn-map i {
    font-size: 16px;
}

.btn-map:hover {
    background-color: #001f43;
    color: white;
}

/* Features Section */
.features-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
    margin-bottom: 40px;
    background: #efefef;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .features-section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .features-section {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding: 8px 4px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;  /* Firefox */
        -ms-overflow-style: none;  /* IE and Edge */
    }

    .features-section::-webkit-scrollbar {
        display: none;  /* Chrome, Safari and Opera */
    }

    .feature-item {
        min-width: 280px;
        scroll-snap-align: start;
    }
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fefefe78;
    padding: 21px;
    border-radius: 13px;
    transition: transform 0.2s ease-in-out;
}

.feature-item:hover {
    transform: translateY(-4px);
}

.feature-item i {
    color: #032d75;
    font-size: 24px;
}

.feature-content {
    display: flex;
    flex-direction: column;
}

.feature-label {
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.feature-value {
    color: #212529;
    font-weight: 600;
    font-size: 14px;
}

/* Characteristics Section */
.characteristics-section {
    margin-bottom: 40px;
}

.characteristics-section h2 {
    color: #032d75;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.characteristics-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.characteristic-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 24px;
    color: #042E76;
    font-weight: bold;
    font-size: 14px;
    background: #F8F9FA;
}

.characteristic-item.active {
    color: #042E76;
}

.characteristic-item.inactive {
    color: #6c757d;
}

.characteristic-item i {
    font-size: 16px;
}

.characteristic-item.active i {
    color: #032d75;
}

.characteristic-item.inactive i {
    color: #6c757d;
}

/* Share Section */
.share-section {
    margin-bottom: 40px;
}

.share-section h2 {
    color: #032d75;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.share-buttons {
    display: flex;
    gap: 12px;
}

body > main > div > div.row > div.col-lg-8 > div > div.address-section > div.address-content > button{
    color: #0d6efd !important;
}

body > main > div > div.row > div.col-lg-4 > div > form > button{
    width: 100% !important;
}

#whatsappPreference{
    width: 14px;
    height: 14px;
}
.share-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #042e76;
    font-size: 20px;
    transition: transform 0.2s;
    text-decoration: none;
    background: #00b6ff;
}

.share-btn:hover {
    transform: scale(1.1);
    color: white;
}

/* Visit Form */
.visit-form {
    background: #f7f7f7;
    padding: 28px;
    border-radius: 13px;
    position: sticky;
    top: 24px;
}


#whatsappPreference {
   
    background-color: #00b6ff !important;
    border: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

.visit-form h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #032d75;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.visit-form h3 {
    color: #042E76;
    font-family: Titillium Web;
font-size: 40px;
font-weight: 700;
line-height: 40px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    margin-bottom: 32px;
}

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

.form-group label {
    display: block;
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    background: #F8F9FA;
}

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

textarea.form-control {
    min-height: 120px;
    resize: none;
}

.form-check {
    margin: 24px 0;
}

.form-check-label {
    color: #6c757d;
    font-size: 14px;
    margin-left: 8px;
}

.btn-primary {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #002C5F;
    border: none;
}

.btn-primary:hover {
    background-color: #001f43;
}

.row {
    margin-top: 40px;
}

.efficiency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #E8F1FF;
    padding: 8px 16px;
    border-radius: 100px;
}

.efficiency-badge i {
    color: #042E76;
    font-size: 14px;
}

.efficiency-badge span {
    color: #042E76;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-header {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .property-details-row {
        flex-direction: column;
    }

   

    .visit-form {
        margin-top: 20px;
        position: relative;
        top: 0;
    }
}
