

button.wp-block-search__button.wp-element-button {
    background-color: #f36613;
    color: #fff;
}
.page-content {
    margin-bottom: 50px;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

/* BRIGHTEN ALL IMAGES ON THE SITE */
img {
    filter: brightness(120%) !important;
    contrast: 110% !important;
}

/* FORCE HIDE THE BREADCRUMBS AND WHITE BAR */
.ast-breadcrumbs-wrapper, .breadcrumbs, .page-header, .entry-header {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Final fix to match the image height perfectly */
.elementor-element-15e3b5e {
    width: 42% !important;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: 6% !important;
    display: flex !important;
    align-items: center !important; /* Centers the box vertically */
}

.elementor-element-d391f17 .elementor-widget-container {
    padding: 30px 45px !important; /* Reduced from 60px to 30px to shrink the height */
    background-color: #000000;
    border: 1px solid #c59d5f;
    min-height: 520px; /* This helps match the visual weight of the door image */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elementor-element-d391f17 h3 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    letter-spacing: 3px !important;
    font-size: 13px !important;
    text-transform: uppercase;
}

/* Adjust for mobile so it doesn't stay small */
@media (max-width: 767px) {
    .elementor-element-15e3b5e {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .elementor-element-d391f17 .elementor-widget-container {
        min-height: auto; /* Lets it grow on mobile for text */
    }
}
/* --- ULTIMATE FIX FOR SECTION 2 --- */

/* 1. Kill the giant black background bar */
.aluminium-door-section {
    background-color: transparent !important;
}

/* 2. Fix the row alignment */
.aluminium-door-section .container .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
}

/* 3. Force the Text Column to be the Black Square */
.aluminium-door-section .col-md-6:first-of-type {
    background-color: #000000 !important;
    padding: 40px 45px !important;
    border: 1px solid #c59d5f !important;
    width: 42% !important;
    max-width: 500px;
    min-height: 520px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    margin-left: 5% !important;
    margin-right: 0 !important;
}

/* 4. Remove the white dots/bullets and add gold dashes */
.aluminium-door-section ul {
    list-style: none !important;
    padding: 0 !important;
}

.aluminium-door-section li {
    color: #ffffff !important;
    font-size: 15px !important;
    margin-bottom: 20px !important;
    position: relative;
    padding-left: 20px !important;
}

.aluminium-door-section li::before {
    content: "—" !important;
    color: #c59d5f !important;
    position: absolute;
    left: 0;
}

