.ramos-page body, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #112a1f;
    background: #f9f8f1;
}

header, .navbar, .site-header {
    background: #f6d6dd;
    color: #5c3440;
}


/* =========================================
   RAMOS CAROUSEL
   ========================================= */

.ramos-carousel-container {
    margin-bottom: 34px;
}

#ramosCarousel {
    width: 100%;
    height: auto !important;
    background: #f9f8f1;
    border: none !important;
    box-shadow: none !important;
}

#ramosCarousel .carousel-inner {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    background: #f9f8f1;
    border: none !important;
    box-shadow: none !important;
}

#ramosCarousel .carousel-item {
    width: 100%;
    height: auto !important;
    text-align: center;
    background: #f9f8f1;
    border: none !important;
    box-shadow: none !important;
}

#ramosCarousel .carousel-item.active {
    height: auto !important;
}

#ramosCarousel .carousel-item img {
    display: block;
    height: 450px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 auto;
}

#ramosCarousel .carousel-control-prev-icon,
#ramosCarousel .carousel-control-next-icon {
    filter: invert(1) brightness(1.2);
}

#ramosCarousel .carousel-indicators [data-bs-target] {
    background-color: rgba(92, 52, 64, 0.75);
}

/* ============================================================
   CAROUSEL INDICATORS
   Small and discreet indicators for multiple photos
   ============================================================ */

#ramosCarousel .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
    gap: 5px;
}

#ramosCarousel .carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;

    margin-left: 0;
    margin-right: 0;

    border: 0;
    border-radius: 50%;

    opacity: 0.45;
}

#ramosCarousel .carousel-indicators .active {
    opacity: 1;
}



/* =========================================
   NAVIGATION
   ========================================= */

.navbar-brand,
.navbar-nav .nav-link,
.menu a,
.brand {
    color: #5c3440;
}

.navbar-nav .nav-link:hover,
.menu a:hover,
.btn-outline-primary:hover,
a:hover {
    color: #ffffff;
}


/* =========================================
   BUTTONS
   ========================================= */

.btn-primary,
button.btn-primary {
    background: #d984a4;
    color: #fff5f8;
    border-color: #d984a4;
}

.btn-primary:hover,
button.btn-primary:hover {
    background: #c5607f;
    border-color: #c5607f;
}

.btn-outline-primary {
    color: #964a67;
    border-color: #964a67;
}

.btn-outline-primary:hover {
    background: #964a67;
    color: #fff5f8;
}


/* =========================================
   CARDS AND FORMS
   ========================================= */

.card,
.house-card,
.card-body,
.form-row,
input[type=text],
select,
textarea,
input[type=date],
.form-control {
    border-radius: 10px;
}

.card {
    border: 1px solid #dde3d3;
    box-shadow: 0 8px 18px rgba(17, 42, 31, 0.08);
}

.card-body {
    background: #fffdf6;
}

.label,
label,
.form-label {
    color: #1b4735;
    font-weight: 600;
}

input[type=text],
input[type=email],
select,
textarea,
input[type=date] {
    border: 1px solid #cbd2c5;
    background: #fbfaf5;
}


/* =========================================
   HEADINGS
   ========================================= */

.house-detail h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #163f31;
}


/* =========================================
   FOOTER
   ========================================= */

.site-footer {
    border-top: 1px solid #d1d7c8;
    background: #f1efe6;
    color: #3f5b49;
}


/* =========================================
   GENERAL
   ========================================= */

.alert {
    border-radius: 10px;
}

.carousel,
.carousel-slide {
    border-radius: 12px;
}

.gallery-thumbs img,
.card-image img,
.house-gallery img {
    border-radius: 10px;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .navbar-brand,
    .menu a,
    .nav-link {
        color: #eef3e7;
    }

    #ramosCarousel .carousel-item img {
        height: 300px !important;
        width: auto !important;
        max-width: 100% !important;
    }

}


/* =========================================
   RAMOS LOGO
   ========================================= */

.ramos-navbar .logo,
.ramos-logo {
    max-height: 110px;
    width: auto;
}

@media (max-width: 480px) {

    .ramos-navbar .logo,
    .ramos-logo {
        max-height: 56px;
    }

}

/* ============================================================
   SEIXAL INFORMATION PAGE
   ============================================================ */

.seixal-hero {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* ============================================================
   SEIXAL - MAIN PHOTO
   ============================================================ */

.seixal-hero-photo {
    width: 78%;
    max-width: 820px;

    margin: 0 auto 2rem auto;
    padding: 0 !important;

    border: none !important;
    background: transparent !important;
    box-shadow: none !important;

    min-height: 0 !important;

    overflow: hidden;
    display: block;
}

.seixal-hero-photo img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    border: none !important;
    border-radius: 10px;

    opacity: 1 !important;
}

.seixal-hero-content {
    padding: 2rem 1rem 0;
}

.seixal-hero-content h1 {
    margin-bottom: 0.75rem;
}

.seixal-hero-content p {
    max-width: 750px;
    margin-bottom: 0;
}


.seixal-section {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.seixal-section h2 {
    margin-bottom: 1rem;
}

.seixal-section p {
    line-height: 1.7;
}


.seixal-place {
    padding-top: 1rem;
}


.seixal-photo-placeholder {
    min-height: 300px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    border: 2px dashed rgba(0, 0, 0, 0.20);

    background: rgba(0, 0, 0, 0.04);

    text-align: center;

    padding: 2rem;

    margin-bottom: 1.5rem;
}


.seixal-photo-placeholder span {
    font-size: 0.95rem;
    opacity: 0.65;
}


.seixal-wide-photo {
    min-height: 350px;
}


.seixal-closing {
    padding: 2rem 1rem;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

@media (max-width: 767px) {

    .seixal-hero-photo {
        width: 100%;
        max-width: none;
    }

    .seixal-hero-photo img {
        border-radius: 8px;
    }

}

    .seixal-photo-placeholder {
        min-height: 240px;
    }

    .seixal-wide-photo {
        min-height: 240px;
    }

    .seixal-hero-content {
        padding-top: 1.5rem;
    }

}

/* ============================================================
   Contact IA Image
   ============================================================ */

.contact-image {
    margin: -2.5rem -2.5rem 2rem -2.5rem;
}

.contact-image img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.contact-image {
    margin: -2.5rem -2.5rem 2rem -2.5rem;
    overflow: hidden;
}

.contact-image img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

@media (max-width: 575px) {
    .contact-info-panel,
    .contact-form-panel {
        padding: 1.5rem;
    }

    .contact-image {
        margin: -1.5rem -1.5rem 1.5rem -1.5rem;
    }

    .contact-image img {
        height: 200px;
    }
}