:root {
    
    --theme-footer-color: rgb(0, 0, 0);
    --theme-footer-color-t09: rgba(0, 0, 0, 0.9);
    --theme-navbar-color: rgb(0, 0, 0);

    --theme-primary-color: rgba(1, 173, 239, 1);
    --theme-primary-color-t05: rgba(1, 173, 239, .5);
    --theme-primary-color-dark: rgb(1, 61, 83);
    --theme-primary-color-dark-09: rgba(1, 61, 83, 0.9);
    --theme-primary-color-dark-05: rgba(1, 61, 83, 0.5);

    --theme-text-primary-color: rgb(255, 255, 255);

    --theme-secondary-color: rgb(255, 48, 54);
    --theme-secondary-color-t05: rgba(255, 48, 54, 0.5);
    --theme-secondary-color-dark: rgb(175,175,175);
    --theme-secondary-color-dark-t09: rgba(175,175,175, 0.9);
    --theme-text-secondary-color: #000000;
}
.service-info-4 h3 {
    min-height: 2em;
}
.main-header .dropdown-menu {
    box-shadow: none;
}
.busca-home .nav-tabs .nav-link {
    background: var(--theme-primary-color-dark-09);
}
.price-box span {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
.main-header .dropdown-menu a:hover {
    color: var(--theme-primary-color);
}
.blog-3 h3 a:hover {
    color: var(--theme-primary-color);
}
.top-header-3 .top-header-inner .top-contact-item i, .top-header-3 .top-header-inner .top-contact-item p {
    color: var(--theme-primary-color);
}
.main-footer-3 {
    background: url(../img/bg-footer.png) var(--theme-footer-color-t09);
}

.main-footer-3::before {

    background-color: var(--theme-footer-color) !important;
}

li.menu3>.megamenu {
    left: 320px
}

.top-header-3 .top-logo img {
    -webkit-filter: drop-shadow(1px 1px 0px #494949);
    filter: drop-shadow(1px 1px 0px#494949);
    height: 80px;
}

.megamenu-title {
    color: var(--theme-primary-color)!important;
    border-color: var(--theme-primary-color)!important;
}
.main-header-5 {
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5 {
    background: black !important;
} */

.main-header-5.header-shrink {
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5.header-shrink {
    background: black !important;
} */

.main-footer-3 .social-media .icon {
    background: unset !important;
    color: #fff !important;
}


.main-header-5.header-shrink .header-inner {
    box-shadow: none;
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5.header-shrink .header-inner {
    box-shadow: none;
    background: black !important;
} */

.dropdown-ul li {
    border-top: solid 1px var(--theme-secondary-color-dark);
    background-color: var(--theme-primary-color-dark-09)
}

.megamenu-title {
    color: var(--theme-secondary-color);
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid var(--theme-secondary-color);
}
@media (max-width: 1400px) {
    .top-header-3 .top-logo img {
        height: 50px;
    }
}

/* Estilos para a página de reserva de imóvel */
.reserva-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 20px 0;
}

.reserva-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.reserva-header {
    background: linear-gradient(135deg, var(--theme-primary-color), var(--theme-primary-color-dark));
    color: var(--theme-text-primary-color) !important;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.reserva-header .reserva-title {
    color: var(--theme-text-primary-color) !important;
    margin: 0;
}

.reserva-header .reserva-subtitle {
    color: var(--theme-text-primary-color) !important;
    margin: 0;
}

.reserva-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.reserva-subtitle {
    font-size: 16px;
    opacity: 0.9;
    margin: 5px 0 0 0;
}

.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
    outline: none;
}

.required {
    color: #dc3545;
}

/* Resumo da Reserva */
.resumo-reserva {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
}

.resumo-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.resumo-item:last-child {
    border-bottom: none;
    font-weight: bold;
    font-size: 18px;
    color: #007bff;
}

.valor {
    font-weight: 600;
    color: #333;
}

/* Botőes */
.btn-primary {
    background: #007bff;
    border: 2px solid #007bff;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary {
    background: transparent;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #007bff;
    color: white;
}

/* Radio buttons personalizados */
.custom-radio {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    color: #000;
}

.custom-radio input[type="radio"] {
    margin-right: 12px;
    transform: scale(1.2);
}

/* Formas de pagamento */
.payment-option {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-option:hover {
    border-color: #007bff;
    background: #f8f9ff;
}

.payment-option.selected {
    border-color: #007bff;
    background: #f8f9ff;
}

.payment-details {
    background: #e7f3ff;
    border: 1px solid #007bff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
}

.bank-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-size: 14px;
    color: #007bff;
}

.bank-info strong {
    color: #333;
}

/* Responsivo */
@media (max-width: 768px) {
    .bank-info {
        grid-template-columns: 1fr;
    }
    
    .resumo-item {
        font-size: 14px;
    }
    
    .btn-primary, .btn-outline-primary {
        width: 100%;
        margin-bottom: 10px;
    }
}

.alert {
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.alert-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.edit-dates-btn {
    font-size: 12px;
    padding: 5px 10px;
}