.topmenu .header-sticky {

    background: #15569de8;

}
/* Mobile Menu Styles */
@media (max-width: 991px) {
    .topmenu.bg-light .navbar-nav a {
        border-bottom: 0px #eaeaea !important;
        font-size: 14px;
        padding-left: 0.75rem !important;
    }
}

/* Icon Styles */
.fa-angle-down::before {
    content: "\f107";
    color: white;
}

.office-introduction {
    margin-left: 15px;
}

/* Search Styles */
.advanced-search > a {
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
}

.topsearch .input-group-lg {
    background-color: hsl(231.82deg 22% 19.61% / 42%);
    justify-content: center;
    padding: 25px 20px 5px;
    color: white;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

#ismain-homes h2,
.language a {
    font-weight: 700;
    font-weight: 100;
}

/* Image Styles */
.ck-content .image.image_resized {
    max-width: 100%;
    display: table !important;
    box-sizing: border-box;
}

/* Status Ribbon Styles */
.blii {
    position: relative;
}

.blii .status {
    position: absolute;
    left: -50px;
    top: 30px;
    z-index: 9;
}

.blii .status-map {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}

.status {
    position: absolute;
    width: 200px;
    transform: rotate(-45deg);
    z-index: 9;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}

.status .status-label {
    color: #fff;
    font-size: 1rem;
    padding: 3px 0;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.blii .status:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #0f549f;
}

.blii .status:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #0f549f;
}

/* Green Status Ribbon */
.blii .status-green:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #28a745;
}

.blii .status-green:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #28a745;
}

/* Modal Styles */
.modal.show .modal-dialog {
    margin-top: 50px !important;
}

.close {
    font-size: 0.9rem !important;
    font-weight: 900;
    line-height: 1;
    color: white !important;
}

.form-control {
    background-color: #fff !important;
}

.progress-bar {
    background-color: #32d06a !important;
}

.modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-border: 0px !important;
    -moz-border: 0px !important;
    border: 3px !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #0f2c4c !important;
    background-clip: padding-box;
    border-radius: 0.3rem;
    border: 3px solid rgb(255 255 255) !important;
    color: white;
    padding: 20px;
}

.modal-body-notification {
    background-color: #16589d !important;
    padding: 15px;
}

#subscribeForm {
    background-color: #1b5a9b !important;
}

.modal-backdrop.show {
    opacity: 0.8;
    z-index: 9;
}

/* Loading Spinner */
#loading-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.spinner {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animated-logo {
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Floating Button */
.floating-button {
    position: fixed;
    top: 200px;
    left: 20px;
    background-color: #0f549f;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    z-index: 1050;
}

.floating-button:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.floating-button i {
    font-size: 24px;
    transition: transform 0.3s ease-in-out;
}

.floating-button:hover i {
    transform: rotate(20deg);
}

/* Form Steps */
.step {
    display: none;
}

.step.active {
    display: block;
}

/* Section Backgrounds */
#mission,
#about-nugents {
    background-color: #e9ecef9c;
}

#logo-slider {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 200px;
}

/* Header Wave Effect */
header::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url('https://nugents.webdesign-dublin.com/storage/logo/wave2.svg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-top: 3px solid white;
}

/* Body Background */
body {
    background-image: url("/themes/flex-home/images/header-blue.png");
    background-repeat: no-repeat;
    background-size: 100% 100px;
}

/* Image Container */
.image-container {
    position: relative;
    width: 100%;
    height: 350px;
    background-image: url('https://nugents.webdesign-dublin.com/storage/banner/nugentshop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Home Banner Styles */
body #home-banner .extra-large {
    float: left;
}

.ck-content p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    body .extra-large {
        font-size: 55px;
    }
}

body .extra-large {
    font-size: 47px;
    font-weight: 700;
}

body #home-banner p.top-text strong {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

body #home-banner .counter {
    margin-left: 30px;
}

.fas {
    margin-right: 8px;
}

/* Carousel Styles */
.owl-carousel .item img {
    transform: scale(1);
    transition: all 0.4s;
    width: 100%;
}

#cityslide .item .image-wrapper {
    position: relative;
    overflow: hidden;
}

#cityslide .item .image-wrapper .thumb {
    display: block;
    width: 100%;
    filter: brightness(100%);
}

#cityslide .item .image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.count-box {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff6b6b;
    color: white;
    padding: 5px 10px;
    border-radius: 50%;
    font-weight: bold;
    z-index: 10;
}

/* Floor Space List */
.floor-space-list {
    list-style-type: none;
    padding: 0;
}

.floor-space-list li {
    margin-bottom: 10px;
}

.room-name {
    font-weight: bold;
}

.room-details {
    margin-left: 20px;
}

/* ============================================
   RENT ADVERT SECTIONS - IMPROVED
   ============================================ */

/* Rent Agreement Section */
.BG--home-rent-advert {
    background-image: url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?q=80&w=2070&auto=format&fit=crop');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1a202c;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 350px;
    position: relative;
}

/* Optional text overlay for readability */
.BG--home-rent-advert::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.BG--home-rent-advert > * {
    position: relative;
    z-index: 2;
}

/* Property Keys/Sale Section */
.BG--home-rent-advert2 {
    background-image: url('https://images.unsplash.com/photo-1582407947304-fd86f028f716?q=80&w=2096&auto=format&fit=crop');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 350px;
}

.form_image_letting_contain {
    background-image: url(https://nugents.webdesign-dublin.com/storage/banner/rent-sign.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 60px;
}

.form_image_letting {
    background-image: url(https://nugents.webdesign-dublin.com/storage/banner/rent-sign.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
}


.form_image_planning {
    background-image: url(https://nugents.webdesign-dublin.com/storage/banner/planning-farm-house-6.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
}



@media screen and (min-width: 768px) {
    .form_image {
        background-image: url(https://nugents.webdesign-dublin.com/storage/banner/sold-sign.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/* Utility Classes */
.p-2 {
    padding: 0.8rem !important;
}

.fa-times-circle::before {
    content: "\f057";
    font-size: 28px;
}

/* Mobile Menu Adjustments */
@media screen and (max-width: 991px) {
    .main-header .main-menu-content .menu--mobile .sub-menu > li > a {
        border: none;
        padding: 20px 20px;
    }

    .main-header .main-menu-content .menu--mobile > li {
        border-bottom: 0;
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }
}

@media screen and (max-width: 768px) {
    .main-header .main-menu-content .menu > li.menu-item-has-children .sub-menu {
        transform: translateY(0px) !important;
        visibility: visible;
        opacity: 1;
    }

    .form_image {
        background-image: url(https://nugents.webdesign-dublin.com/storage/banner/sold-sign.jpg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .featured-content {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-top-color: red;
        border-top-style: solid;
        border-bottom-color: red;
        border-bottom-style: solid;
        padding-bottom: 20px;
    }

    .form_image_letting {
        padding: 0;
        margin: 0;
    }
}

/* Menu Toggle Styles */
.main-header .main-menu-content .sub-toggle::after,
.main-header .main-menu-content .sub-toggle::before {
    top: 70%;
}

.main-header .main-menu-content .menu {
    border: none;
}

/* Entry Content */
.entry-content {
    background-color: rgba(0, 0, 0, 0.73);
    padding: 15px;
    color: #fffefe;
}

.featured-content h2 {
    margin-top: 20px;
}

.featured-content {
    background-color: #f8fafd;
    margin-top: 0;
    overflow: hidden;
    border-top-color: red;
    border-top-style: solid;
    border-bottom-color: red;
    border-bottom-style: solid;
    padding-bottom: 40px;
}

/* Border Utilities */
.bkground {
    border-bottom: 1px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-style: solid;
}

.fa-chart-line {
    margin-right: 6px;
}

@media screen and (max-width: 840px) {
    .BG--filling-out-application {
        background: #313B42 url(/storage/general/valuation-service.jpg) no-repeat 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: right;
    }
}

/* Content Column Styles */
.smallBlock {
    margin: 0px auto;
    padding: 0px;
    max-width: 460px;
}

.ContentCols .ContentCol--padded {
    padding: 80px 0px;
}

.ContentCols .ContentCol--right {
    float: right;
}

.ContentCols .ContentCol {
    width: 48%;
    font-size: 16px;
}

.ContentColImg--left {
    left: 0;
}

.ContentColImg--right {
    right: 0;
}

@media screen and (max-width: 840px) {
    .ContentCol.ContentColImg,
    .ContentCol.ContentColImg--left,
    .ContentCol.ContentColImg--right {
        position: static;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        width: calc(100% + 40px);
        padding: 75% 0px 0px 0px;
        margin: 0px 0px 0px -20px;
    }

    .ContentCols .ContentCol {
        width: 100%;
    }

    .ContentCols .ContentCol--left,
    .ContentCols .ContentCol--right {
        float: none;
    }

    .ContentCols:first-child .ContentCol.ContentColImg {
        margin-top: -40px;
    }

    .ContentCols .ContentCol--padded,
    .ContentCols .ContentCol--paddedLrg,
    .ContentCols .ContentCol--paddedXtraLrg {
        padding: 40px 0px;
    }

    .ContentColSeperator {
        height: 40px;
    }
}

@media screen and (max-width: 1080px) and (min-width: 841px) {
    .Form .ContentCol .FormHalf,
    .Form .ContentCol .FormHalf:nth-child(odd),
    .Form .ContentCol .FormHalf:nth-child(even) {
        float: none;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .Form .ContentCol .FormHalf,
    .Form .ContentCol .FormHalf:nth-child(odd),
    .Form .ContentCol .FormHalf:nth-child(even) {
        float: none;
        display: block;
        width: 100%;
    }

    .form_image {
        background-image: url(https://nugents.webdesign-dublin.com/storage/banner/sold-sign.jpg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .form_image_planning,
    .form_image_letting,
    .sales,
    .form_image {
        padding: 0;
    }


}

.ContentCols {
    position: relative;
    z-index: 2;
}

.ContentCols .ContentCol--left {
    float: left;
}

.ContentCols .ContentCol--full {
    width: 100%;
    float: none;
    clear: both;
}

.ContentCols .ContentCol--paddedLrg {
    padding: 120px 0px;
}

.ContentCols .ContentCol--paddedXtraLrg {
    padding: 240px 0px;
}

.ContentColImg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
}

.ContentCol--contentRight {
    text-align: right;
}

.ContentCol--contentRight .ContentCol--content {
    display: inline-block;
    text-align: left;
}

.ContentColSeperator {
    clear: both;
    width: 100%;
    height: 80px;
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 1280px) {
    .ContentCols .ContentCol--paddedXtraLrg {
        padding: 120px 0px;
    }
}

/* Background Sections */
.BG--filling-out-application {
    background: #313B42 url(/storage/general/property-valuation.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.BG--home-worth-advert {
    background: #313B42 url(/storage/general/valuation-service.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left;
}
/* Background Sections */
.BG--residential-sales {
    background: #fff url('/storage/images/nugent-sign-wide.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sales {
    background: #313B42 url(/vendor/core/core/acl/images/backgrounds/10.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left;
}

/* Contact Wrappers */
#contact .wrapper2 {
    background-color: #0000005c;
    padding: 50px !important;
    max-width: 1600px;
    color: white;
}



#contact .wrapper4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://nugents.webdesign-dublin.com/storage/banner/formbg.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 1;
}


/* Navbar Styles */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .main-header .main-menu-content .menu--mobile > li.current-menu-item {
        border-left: 2px solid #185797;
    }
}

/* Valuation Button */
.valuation a {
    border: 1px solid red !important;
}

.valuation {
    margin-bottom: 3px;
    margin-right: 3px;
}

.Content--overlayLeft::after,
.Content--overlayRight::after {
    width: 50%;
}

/* Button Styles */
form .Btn {
    display: block;
    margin: 40px auto 0px auto;
    width: 100%;
}

.Btn {
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    border: none;
    background: #ff0000;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* Form Control Styles */
.wrapper2 .form-group textarea,


.wrapper2 .form-control-custom,


.wrapper2 form,


/* Content Styles */
.Content--intro h2 {
    text-align: center;
}

.subHeader {
    font-size: 36px;
}

.sentanceCase {
    text-transform: none;
}

@media screen and (max-width: 960px) {
    .Content:not(.Content--noPadding) {
        padding: 80px 0px;
    }
}

.Content {
    padding: 120px 0px;
}

.ContentPadding {
    padding: 0px 20px;
}

.ContentMargins.ContentMargins--smll {
    max-width: 760px;
}

.ContentMargins {
    margin: 0px auto;
    max-width: 1280px;
}

#contact .wrapper2 {
    padding: 20px;
    height: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
}

/* Image Styles */
.image_inner {
    color: white;
}

.bgheadproject {
    background-position: center !important;
    background-size: cover !important;
}

.bghead {
    width: 90%;
}

.banner-text-description {
    font-size: 2.5em;
    text-shadow: #000 4px 0 10px;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 300;
}

@media only screen and (max-width: 1024px) {
    .banner-text-description {
        font-size: 2.0em;
        text-shadow: #000 4px 0 10px;
        margin-top: 0;
        margin-bottom: 0.5em;
    }
}

/* Divider */
.why_hero-divider {
    display: inline-block;
    width: 300px;
    height: 5px;
    margin: 2rem;
    background: #cc1800 !important;
    border: none;
}

/* Feature Grid */
.feature-grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.feature-grid .featured-content {
    flex: 0 0 49%;
    padding: 20px;
    height: 100%;
    color: black;
}

.feature-grid .features {
    flex: 0 0 49%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background-color: #4d4d4d;
    vertical-align: middle;
}

.feature-grid .feature {
    background-color: #f8fafd;
    padding: 48px 20px;
    position: relative;
    transition: background-color 0.3s ease;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.feature-grid .feature .overview {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.feature-grid .feature .image {
    width: 90px;
    height: 90px;
}

.feature-grid .feature .title {
    color: #4d4d4d;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
}

.feature-grid .feature .text {
    opacity: 0;
    color: white;
    text-align: center;
}

.feature-grid .feature:hover {
    background-color: var(--primary-color);
}

.feature-grid .feature:hover .overview {
    opacity: 0;
}

.feature-grid .feature:hover .text {
    opacity: 1;
}

@media (max-width: 1300px) {
    .feature-grid {
        flex-flow: column nowrap;
    }

    .feature-grid .features {
        margin-top: 10px;
    }
}

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

/* Area Home */
.areahome .row {
    margin-bottom: 20px;
}

/* Agent About Page */
@media only screen and (min-width: 768px) {
    body.mike-pero-agent.subsite-about #about-agent #main-content {
        padding-top: 30px;
    }
}

body.mike-pero-agent.subsite-about #about-agent .video-about {
    margin: 30px 0;
}

body.mike-pero-agent.subsite-about #sidebar-content {
    position: relative;
}

body.mike-pero-agent.subsite-about #sidebar-content p.button-text {
    margin-bottom: 0;
}

body.mike-pero-agent.subsite-about #sidebar-content strong.subheading {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    body.mike-pero-agent.subsite-about #sidebar-content::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 100px;
        width: 1px;
        background-color: #e1dfe0;
    }
}

/* Subsite Styles */
body.subsite .navbar-toggle {
    top: 3px;
    left: 1px;
}

body.subsite h2 {
    font-size: 2.8125rem !important;
}

body.subsite #video-container h2 {
    margin-top: 0;
}

body.subsite #video-container p.introduction {
    font-size: 1.125rem;
}

body.subsite .contact-details strong.subheading {
    margin-bottom: 0;
}

body.subsite .contact-details small {
    display: block;
    font-size: 0.75rem;
}

body.subsite strong.subheading {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

/* Home Banner */
body #home-banner {
    position: relative;
    background-color: rgba(31, 52, 76, 0.8);
    color: #fff;
    padding: 25px 0;
    background-image: url('https://nugents.webdesign-dublin.com/storage/banner/formbg.png');
    background-size: cover;
    background-position: center;
}

body #home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(31, 52, 76, 0.9);
    z-index: 1;
}

body #home-banner .wrapper4 {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    body #home-banner {
        padding: 60px 0;
    }
}

body #home-banner .banner_title {
    border-right: 1px solid #e3e1e2;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) {
    body #home-banner .banner_title h2 {
        font-size: 36px;
        margin: 0;
    }
}

@media only screen and (max-width: 1199px) {
    body #home-banner .banner_title {
        border-right: none;
        border-bottom: 1px solid;
        padding-bottom: 15px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 15px 15px 15px;
    }
}

body #home-banner .commission_text {
    border-right: none;
    padding: 0 0 10px 0;
    margin-left: 10px;
}

@media only screen and (min-width: 1200px) {
    body #home-banner .commission_text {
        border-right: 1px solid #e3e1e2;
        padding: 0 30px;
        display: inline-block;
    }
}

body #home-banner .commission_balance {
    border-right: none;
    padding: 0 0 10px 0;
    margin-left: 10px;
}

@media only screen and (min-width: 1200px) {
    body #home-banner .commission_balance {
        padding-left: 32px;
        display: inline-block;
    }
}

body #home-banner p.top-text {
    margin-bottom: 0;
}

body #home-banner .gst {
    position: relative;
    font-size: 16px;
    top: 10px;
}

body #home-banner .tcs {
    font-size: 11px;
    text-align: left;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    body #home-banner .tcs {
        margin-left: 20px;
    }
}

body #home-banner .btn-sell {
    margin-top: 10px;
}

/* Grid Column Offsets */
@media (min-width: 1200px) {
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

/* Area Home */
.areahome {
    margin-bottom: 100px;
}

/* Home House Sold Section */
.homehouse-sold {
    background-color: #fdfdfd;
    padding-top: 60px;
    padding-bottom: 100px;
    margin: 8px;
}

.bg-orange {
    max-width: 100%;
    margin-bottom: 100px;
}

/* Search Button */
.topsearch .btn {
    font-size: 15px !important;
    background: none !important;
    color: #FFF;
}

/* Item Area Images */
.itemarea img {
    border-radius: 0 !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    flex: auto;
}

/* Box Shadow Items */
.box_shadow .projecthome .item {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(28, 26, 26, 0.22);
}

.hourseitem,
.projecthome .item {
    position: relative;
    overflow: hidden;
    border-radius: 0px !important;
}

.btn {
    border-radius: 0 !important;
}

.box_shadow {
    background: none;
    margin: 3px 0;
    padding: 40px 0;
}

/* Blog Container */
.blog-container {
    background-color: #fff;
    padding-top: 70px;
    z-index: 9999999;
}

/* Modal Body */
.modal-body {
    background-color: #0d2b4d;
}

.field-group-items li {
    display: inline-block !important;
}

/* Mobile Menu Colors */
@media screen and (max-width: 991px) {
    .main-header .main-menu-content .menu--mobile > li {
        border-bottom: 0;
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }
}

@media (max-width: 991px) {
    #navbarSupportedContent .main-menu-content .topbar-items li a {
        color: #fff;
    }
}

.menu--mobile .sub-toggle::before,
.menu--mobile .sub-toggle::after {
    background-color: #fff !important;
}

/* reCAPTCHA Badge */
.grecaptcha-badge {
    display: none;
    z-index: 99999;
}


/* Top Menu Colors */
.topmenu.bg-light .navbar-nav a,
.topmenu.bg-light .navbar-toggler {
    color: #f4ebeb !important;
}

/* Modal Styles */
.modal-footer {
    border-top: 1px solid #dee2e600;
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 25px;
    color: white;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem 1rem -1rem auto;
}

.modal-header {
    border-bottom: 3px solid #f00606;
}

.rounded-0 {
    border-radius: 30px !important;
}

/* Special Button */
.btn-special,
.btn-special::after {
    background-color: red;
    color: #fff;
}

/* Floating WhatsApp */
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
    z-index: 2;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px #3c3c3c66;
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 180px;
    z-index: 0;
    padding: 20px;
}

.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #FFF !important;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px #25d366 !important;
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-color: #25d366 !important;
}

/* Mobile Background Adjustments */
@media screen and (max-width: 768px) {
    body {
        background-image: url("/themes/flex-home/images/header-blue.png");
        background-repeat: no-repeat;
        background-size: 100% 300px;
    }

    .home_banner {
        min-height: 60vh !important;
        height: auto !important;
        padding-bottom: 80px;
        padding-top: 40px;
    }
}

@media (max-height: 375px) {
    body {
        background-image: url("/themes/flex-home/images/header-blue.png");
        background-repeat: no-repeat;
        background-size: 100% 300px;
    }

    .home_banner {
        height: 80vh;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        font-weight: 600;
    }
}

/* Navbar Content */
@media (max-width: 991px) {
    #navbarSupportedContent .main-menu-content {
        width: 100%;
        max-width: 100%;
        height: 100%;
        transform: translateX(100%);
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        background-color: #15273b;
        margin-left: auto;
        margin-bottom: auto;
    }
}

.topmenu {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 50%, var(--navy-blue) 100%)!important;
    max-height: 120px;

}


.topmenu.bg-light {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 50%, var(--navy-blue) 100%)!important;
    max-height: 120px;

}

/* Contact Valuation Banner */
#contact .home_banner_valuation {
    background-color: #0d2b4d;
    padding: 20px;
    height: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

#contact .home_banner_valuation .form-control {
    background: #fff;
}

#contact .home_banner_valuation .contact-main {
    margin-bottom: 40px;
}

#contact .home_banner_valuation .contact-item {
    margin-bottom: 25px;
}

#contact .home_banner_valuation .contact-item:last-child {
    margin-bottom: 0;
}

.form-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-red), var(--primary-blue));
}
/* Button Styles */
.com-button {
    font-weight: 300;
    font-size: 18px;
    padding: 0.7em 2em;
    border-radius: 100px;
}

.main-button {
    margin-top: 1em;
    text-align: center;
}

/* Card Styles */
.card {
    border-radius: 3px;
    border: 1px solid #D1D1D1;
}

.card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 6px;
}

/* Icon Styles */
.com-icon {
    margin-bottom: 0.35em;
    color: #1F6F9A;
}

/* List Group */
.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 0.9em;
    margin-bottom: 0.5em;
    background-color: transparent;
    border: none;
}

.list-group-item:first-child {
    padding-top: 0;
}

.list-group p {
    font-size: 16px;
}

.list-com-announcements {
    border-bottom: 1px solid #D1D1D1;
}

/* Menu Styles */
.menu-item {
    text-transform: uppercase;
}

.main-header .main-menu-content .menu > li.menu-item-has-children .sub-menu {
    background-color: #0d2b4d;
    border: 0;
    text-transform: uppercase;
}

.main-header .main-menu-content .sub-menu > li > a {
    text-transform: uppercase;
}

.main-header .main-menu-content .sub-menu {
    background-color: #0d2b4d;
}

/* Slider Styles */
.slider-item img {
    max-height: 50px !important;
    margin: 0;
}

.carousel--nav {
    position: relative;
    z-index: 10 !important;
}

/* Navigation Styles */
.topmenu.bg-light .navbar-nav a {
    text-transform: uppercase;
    color: white;
    font-weight:900
}

@media (max-width: 980px) {
    #navbarSupportedContent .main-menu-content .main-menu-nav {
        overflow-x: hidden;
        padding: 10px;
        background-color: #15273b !important;
    }
}

.main-header .main-menu-content .menu--mobile > li > a:hover {
    color: red !important;
}

.main-header .main-menu-content .menu > li.current-menu-item > a {
    color: #fff !important;
}



/* Footer Styles */
.action_footer a {
    float: right;
    background: #25D366;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #333;
}
/* ================= Footer Variables ================= */
:root {
    --footer-bg-start: var(--primary-dark);
    --footer-bg-middle: var(--primary-blue);
    --footer-bg-end: var(--navy-blue);
    --footer-link: #F2F6F9;
    --footer-text: #fff;
    --footer-border: #ee0d0d;
}

/* ================= Footer Container ================= */
footer {
    position: relative; /* For overlay positioning */
    padding: 100px 20px;
    min-height: 320px;
    background: linear-gradient(135deg, var(--footer-bg-start) 0%, var(--footer-bg-middle) 50%, var(--footer-bg-end) 100%);
    color: var(--footer-text);
    border-top: 1px solid var(--footer-border);
    overflow: hidden;
}

/* ================= Footer Overlay ================= */
footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
    z-index: 0;
}

/* Ensure content is above overlay */
footer > * {
    position: relative;
    z-index: 1;
}

/* ================= Text & Links ================= */
footer p {
    color: var(--footer-text);
    margin: 0 0 10px;
}

footer p a {
    color: var(--footer-link);
    text-decoration: none;
}

footer p a:hover {
    text-decoration: underline;
}

/* ================= Menu Section ================= */
footer .menufooter h4 {
    border-bottom: 1px solid var(--footer-border);
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

footer .menufooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .menufooter ul li {
    margin-bottom: 8px;
}

footer .menufooter ul li a {
    color: var(--footer-link);
    text-decoration: none;
}

footer .menufooter ul li a:hover {
    text-decoration: underline;
}

/* ================= Copyright ================= */
footer .copyright {
    border-top: 1px solid var(--footer-border);
    padding-top: 20px;
    color: var(--footer-text);
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


/* Testimonial Styles */
.testimonial-wrap {
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    border: 1px solid #e5e9ec;
}

.client-thumb-box {
    display: table;
    width: 100%;
}

.client-thumb-content {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}

.client-thumb {
    position: relative;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px solid #2d2d2d1a;
    padding: 5px;
    float: left;
}

.client-info h5 {
    color: #3151b7;
    font-size: 16px;
}

.client-info .small-font {
    font-size: 13px;
}

.testimonial-wrap p {
    line-height: 1.8;
    font-size: 15px;
}

/* Smart Testimonials */
.smart-tes-author {
    text-align: left;
    padding: 0 0 1.2rem;
    display: inline-block;
    width: 100%;
}

.smart-center {
    text-align: center;
}

.smart-textimonials.smart-light {
    color: #fff;
}

.smart-textimonials .item {
    padding: 0 15px;
}

.smart-textimonials .item-box {
    background: #fff;
    border-radius: 8px;
    padding: 2rem 1.2rem;
}

.st-author-thumb {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    position: relative;
}

.smart-tes-content p {
    font-size: 15px;
}

.st-author-thumb .quotes {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    bottom: -8px;
    color: #ccc;
}

.smart-light .st-author-thumb,
.st-author-thumb.light {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffffff4d;
    -webkit-box-shadow: 0 0 0 5px #ffffff4d;
    float: left;
}

.st-author-info {
    display: inline-block;
    margin-left: 0;
    margin-top: 2rem;
}

.smart-textimonials.smart-light .st-author-title {
    color: #fff;
}

.st-author-info .st-author-title {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

.st-author-info .st-author-subtitle {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 12px;
}

.st-author-thumb img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
}

.st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.smart-center .st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* Module Styles */
#module {
    font-size: 1rem;
    line-height: 1.5;
}

.bravo_topbar {
    background: #0652A1;
    padding: 15px 0;
}

#module #collapseExample.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
}

#module #collapseExample.collapsing {
    height: 3rem;
}

#module a.collapsed::after {
    content: '+ Show More';
}

#module a:not(.collapsed)::after {
    content: '- Show Less';
}

/* Featured Content Grid */
.featured-content {
    padding: 20px;
    background-color: #f9f9f9;
}

.feature-grid .title {
    text-align: center;
    margin-bottom: 20px;
}

.images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

.cropped {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.cropped img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.overview {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/* Input Group */
.input-group-append {
    margin-left: -1px;
    background-color: #fc0d1b;
}

/* Column Adjustments */
.col-lg-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* Mobile Logo Slider */
@media only screen and (max-width: 768px) {
    #logo-slider {
        width: 100%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 1024px) {
    #logo-slider {
        width: 100%;
    }
}

/* CSS Variables - Nugent Auctioneers Brand Colors */
:root {
    --primary-blue: #004a99;
    --primary-dark: #003366;
    --navy-blue: #1e3a5f;
    --accent-red: #e30613;
    --accent-red-dark: #c20510;
    --text-light: #ffffff;
    --text-muted: #e3e1e2;
    --border-color: rgba(227, 225, 226, 0.3);
    --overlay-opacity: 0.90;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    --border-radius: 8px;
    --transition: all 0.3s ease;
}

/* Mission Banner */
#mission-banner.mission-banner {
    position: relative;
    background-image: url('https://nugents.webdesign-dublin.com/storage/banner/formbg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: var(--spacing-xl) var(--spacing-sm);
    min-height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Blue Overlay */
#mission-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
    var(--primary-dark) 0%,
    var(--primary-blue) 50%,
    var(--navy-blue) 100%);
    opacity: var(--overlay-opacity);
    z-index: 1;
}

/* Animated Background Pattern */
#mission-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            radial-gradient(circle at 20% 50%, rgba(255,255,255,0.05) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(255,255,255,0.03) 0%, transparent 50%);
    z-index: 2;
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Container */
#mission-banner .container-fluid {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
    padding: 0 var(--spacing-sm);
}

/* Mission Card */
#mission-banner .mission-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    color: var(--text-light);
    transition: var(--transition);
}

#mission-banner .mission-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Grid Layout */
#mission-banner .mission-grid {
    display: grid;
    gap: var(--spacing-lg);
    grid-template-columns: 1fr;
    align-items: center;
}

/* Mission Content */
#mission-banner .mission-content {
    text-align: center;
}

/* Mission Label */
#mission-banner .mission-label {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent-red);
    margin-bottom: var(--spacing-sm);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Mission Statement */
#mission-banner .mission-statement {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: var(--spacing-md);
    line-height: 1.2;
    color: var(--text-light);
}

/* Mission Description */
#mission-banner .mission-description {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: var(--spacing-sm);
}

#mission-banner .mission-description:last-of-type {
    margin-bottom: 0;
}

/* Values Grid */
#mission-banner .mission-values {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
    margin-top: var(--spacing-lg);
}

#mission-banner .value-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--border-radius);
    padding: var(--spacing-md);
    border-left: 4px solid var(--accent-red);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

#mission-banner .value-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(5px);
}

#mission-banner .value-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: var(--accent-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Icon Symbols (CSS-only) */
#mission-banner .value-card:nth-child(1) .value-icon::before {
    content: "✓";
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mission-banner .value-card:nth-child(2) .value-icon::before {
    content: "★";
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mission-banner .value-card:nth-child(3) .value-icon::before {
    content: "♥";
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mission-banner .value-text {
    flex: 1;
    text-align: left;
}

#mission-banner .value-label {
    font-size: 0.875rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

#mission-banner .value-description {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    font-weight: 600;
    color: var(--text-light);
}

/* Tablet Breakpoint - 768px and up */
@media (min-width: 768px) {
    #mission-banner {
        padding: var(--spacing-2xl) var(--spacing-md);
        min-height: 400px;
    }

    #mission-banner .mission-card {
        padding: var(--spacing-xl);
    }

    #mission-banner .mission-values {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 0;
    }

    #mission-banner .mission-content {
        text-align: left;
    }
}

/* Desktop Breakpoint - 1024px and up */
@media (min-width: 1024px) {
    #mission-banner .mission-grid {
        grid-template-columns: 1.2fr 1fr;
        gap: var(--spacing-xl);
    }

    #mission-banner .mission-values {
        grid-template-columns: 1fr;
    }
}

/* Large Desktop - 1200px and up */
@media (min-width: 1200px) {
    #mission-banner {
        min-height: 450px;
    }

    #mission-banner .mission-grid {
        gap: var(--spacing-2xl);
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    #mission-banner *,
    #mission-banner *::before,
    #mission-banner *::after {
        animation: none !important;
        transition: none !important;
    }
}


/* CSS Variables - Nugent Auctioneers Brand Colors */
:root {
    --primary-blue: #0e2b4c;
    --primary-dark: #0e2b4c;
    --navy-blue:  #0e2b4c;
    --accent-red: #e30613;
    --accent-red-dark: #c20510;
    --text-light: #ffffff;
    --text-muted: #e3e1e2;
    --border-color: rgba(227, 225, 226, 0.3);
    --overlay-opacity: 0.90;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    --border-radius: 8px;
    --transition: all 0.3s ease;
}

/* Banner Container */
#home-banner.appraisal-banner {
    position: relative;
    background-image: url('https://nugents.webdesign-dublin.com/storage/banner/formbg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: var(--spacing-xl) var(--spacing-sm);
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Overlay */
#home-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
    var(--primary-dark) 0%,
    var(--primary-blue) 50%,
    var(--navy-blue) 100%);
    opacity: var(--overlay-opacity);
    z-index: 1;
}

/* Animated Background Pattern */
#home-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            radial-gradient(circle at 20% 50%, rgba(255,255,255,0.05) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(255,255,255,0.03) 0%, transparent 50%);
    z-index: 2;
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Container */
#home-banner .banner-container {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
}

/* Content Card */
#home-banner .banner-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    color: var(--text-light);
    transition: var(--transition);
}

#home-banner .banner-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Grid Layout */
#home-banner .banner-grid {
    display: grid;
    gap: var(--spacing-lg);
    grid-template-columns: 1fr;
}

/* Main Content */
#home-banner .banner-main {
    text-align: center;
}

#home-banner .banner-heading {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
    line-height: 1.2;
    background: linear-gradient(to right, #fff, #e3e1e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#home-banner .banner-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--text-muted);
    margin-bottom: var(--spacing-md);
    line-height: 1.5;
}

#home-banner .highlight {
    color: var(--accent-red);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Benefits/Stats Section */
#home-banner .banner-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
    margin-top: var(--spacing-lg);
}

#home-banner .stat-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--border-radius);
    padding: var(--spacing-md);
    border-left: 4px solid var(--accent-red);
    transition: var(--transition);
}

#home-banner .stat-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(5px);
}

#home-banner .stat-label {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: var(--spacing-xs);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

#home-banner .stat-value {
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 600;
    color: var(--text-light);
    line-height: 1.4;
}

/* Call to Action Button */
#home-banner .cta-container {
    margin-top: var(--spacing-lg);
    text-align: center;
}

#home-banner .btn-appraisal {
    display: inline-block;
    padding: var(--spacing-md) var(--spacing-xl);
    background: linear-gradient(135deg, var(--accent-red) 0%, var(--accent-red-dark) 100%);
    color: var(--text-light);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.125rem;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(227, 6, 19, 0.4);
    position: relative;
    overflow: hidden;
}

#home-banner .btn-appraisal::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

#home-banner .btn-appraisal:hover::before {
    left: 100%;
}

#home-banner .btn-appraisal:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(227, 6, 19, 0.6);
    background: linear-gradient(135deg, var(--accent-red-dark) 0%, var(--accent-red) 100%);
}

/* Terms Text */
#home-banner .terms-text {
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: var(--spacing-md);
    opacity: 0.8;
}

/* Tablet Breakpoint - 768px and up */
@media (min-width: 768px) {
    #home-banner {
        padding: var(--spacing-2xl) var(--spacing-md);
        min-height: 500px;
    }

    #home-banner .banner-card {
        padding: var(--spacing-xl);
    }

    #home-banner .banner-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    #home-banner .banner-main {
        text-align: left;
    }

    #home-banner .cta-container {
        text-align: left;
    }

    #home-banner .terms-text {
        text-align: left;
    }
}

/* Desktop Breakpoint - 1024px and up */
@media (min-width: 1024px) {
    #home-banner .banner-grid {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    #home-banner .banner-stats {
        grid-template-columns: 1fr;
    }
}

/* Large Desktop - 1200px and up */
@media (min-width: 1200px) {
    #home-banner {
        min-height: 550px;
    }

    #home-banner .banner-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    #home-banner *,
    #home-banner *::before,
    #home-banner *::after {
        animation: none !important;
        transition: none !important;
    }
}

/* Intro Section with Background */
.intro-section {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 74, 153, 0.95) 0%, rgba(30, 58, 95, 0.92) 100%),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?q=80&w=2000') center/cover no-repeat;
    padding: 100px 20px;
    text-align: center;
    color: white;
    overflow: hidden;
}

.intro-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.intro-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--accent-red);
    box-shadow: 0 0 20px rgba(227, 6, 19, 0.5);
}

.intro-text {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 16px;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Main Content Section with Background Pattern */
.planning-section {
    position: relative;
    background:
            linear-gradient(135deg, rgba(248, 249, 250, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%),
            url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23004a99" fill-opacity="0.03"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');
    padding: 80px 20px;
}

.planning-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}

/* Content Column */
.content-column {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.content-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-red), var(--primary-blue));
}

.content-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.content-title::before {
    content: "";
    width: 5px;
    height: 32px;
    background: var(--accent-red);
    border-radius: 3px;
}

.service-list {
    list-style: none;
    margin-bottom: 32px;
}

.service-list li {
    padding: 14px 0 14px 36px;
    position: relative;
    font-size: 16px;
    color: var(--text-dark);
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-red);
    font-weight: 700;
    font-size: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-list li:hover {
    padding-left: 44px;
    color: var(--primary-blue);
    background: rgba(0, 74, 153, 0.02);
}

.content-highlight {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--navy-blue) 100%);
    color: white;
    padding: 28px 32px;
    border-radius: 12px;
    margin: 32px 0;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 74, 153, 0.2);
    position: relative;
    overflow: hidden;
}

.content-highlight::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0%, 100% { transform: translate(-50%, -50%); }
    50% { transform: translate(0%, 0%); }
}

.subsection-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 40px 0 20px 0;
    padding-left: 16px;
    border-left: 4px solid var(--accent-red);
}

.content-text {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 20px;
    line-height: 1.8;
}

/* Form Column with Background */
.form-column {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
    background-image:
            linear-gradient(to bottom, white 0%, rgba(248, 249, 250, 0.5) 100%),
            url('data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="none" stroke="%23004a99" stroke-width="0.5" opacity="0.05"/><circle cx="50" cy="50" r="30" fill="none" stroke="%23e30613" stroke-width="0.5" opacity="0.05"/></svg>');
    background-size: cover, 200px 200px;
    background-position: center, center;
}

.form-header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 12px;
}

.form-subtitle {
    font-size: 16px;
    color: var(--text-gray);
}

/* Form Styles */
.contact-form {
    margin-bottom: 32px;
}

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

.form-control-custom {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: white;
}

.form-control-custom:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0, 74, 153, 0.1);
}

.form-control-custom::placeholder {
    color: #a0aec0;
}

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

.submit-button {
    width: 100%;
    background: linear-gradient(135deg, var(--accent-red) 0%, var(--accent-red-dark) 100%);
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(227, 6, 19, 0.3);
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 6, 19, 0.4);
}

/* Info Cards */
.info-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
}

.info-card {
    background: linear-gradient(135deg, rgba(248, 249, 250, 1) 0%, white 100%);
    border-left: 4px solid var(--accent-red);
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(227, 6, 19, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(30%, -30%);
}

.info-card:hover {
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateX(4px);
    border-left-width: 6px;
}

.info-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 8px;
    position: relative;
}

.info-card-text {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* CTA Box with Background */
.cta-box {
    background:
            linear-gradient(135deg, rgba(227, 6, 19, 0.95) 0%, rgba(194, 5, 16, 0.98) 100%),
            url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1000') center/cover;
    color: white;
    padding: 36px 32px;
    border-radius: 12px;
    text-align: center;
    margin-top: 32px;
    box-shadow: 0 10px 30px rgba(227, 6, 19, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.cta-box h3 {
    font-size: 24px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.cta-box p {
    font-size: 16px;
    margin-bottom: 24px;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.cta-button {
    display: inline-block;
    background: white;
    color: var(--accent-red);
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.cta-button:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #fff;
}

/* Responsive */
@media (min-width: 1024px) {
    .planning-container {
        grid-template-columns: 1.2fr 1fr;
    }

    .info-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .intro-section {
        padding: 60px 20px;
    }

    .section-title {
        font-size: 2rem;
    }

    .planning-section {
        padding: 60px 20px;
    }

    .content-column,
    .form-column {
        padding: 30px 24px;
    }

    .form-column {
        position: static;
    }

    .content-title {
        font-size: 24px;
    }

    .subsection-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .intro-text {
        font-size: 16px;
    }

    .content-highlight {
        font-size: 17px;
        padding: 24px 20px;
    }
}
/* CSS Variables - Nugent Theme */
:root {
    --primary-blue: #004a99;
    --primary-dark: #003366;
    --navy-blue: #1e3a5f;
    --accent-red: #e30613;
    --accent-red-dark: #c20510;
    --text-dark: #2d3748;
    --text-gray: #718096;
    --bg-light: #f8f9fa;
}

/* Modal Overlay */
.qv-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    /* padding: 20px; */ /* Removed padding for all screen sizes by commenting it out */
    overflow-y: auto;
}

.qv-modal-overlay.active {
    display: block;
}

/* Modal Wrapper for Centering */
.qv-modal-wrapper {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Container */
.qv-modal {
    background: white;
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: qvModalSlideIn 0.3s ease-out;
}

@keyframes qvModalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modal Header */
.qv-modal-header {
    background: var(--primary-blue);
    color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.qv-modal-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.qv-modal-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.qv-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Modal Body */
.qv-modal-body {
    overflow-y: auto;
    flex: 1;
}

/* Loading State */
#quick-view-loading-state {
    padding: 60px 20px;
    text-align: center;
}

.qv-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--primary-blue);
    border-radius: 50%;
    animation: qvSpin 1s linear infinite;
    margin: 0 auto;
}

@keyframes qvSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#quick-view-loading-state p {
    color: var(--text-gray);
    font-size: 14px;
    margin-top: 15px;
}

/* Main Content Layout */
#quick-view-content {
    display: none;
}

.quick-view-main-columns {
    display: flex;
    flex-direction: row;
}

/* Image Column */
.quick-view-image-column {
    flex: 0 0 50%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 400px;
}

#quick-view-image-slider {
    width: 100%;
    height: 400px;
    background: #ffffff;
    position: relative;
}

.qv-carousel-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#quick-view-image-slider.qv-carousel-loading img {
    display: none;
}

#quick-view-image-slider.qv-carousel-loading .qv-carousel-spinner {
    display: block;
}

#quick-view-image-slider .owl-stage-outer {
    height: 400px;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

#quick-view-image-slider .owl-stage {
    height: 400px;
    display: flex;
}

#quick-view-image-slider .owl-item {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#quick-view-image-slider .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 400px;
}

@media (max-width: 767px) {
    .qv-modal-wrapper {
        padding: 0;
    }
    .quick-view-details-column {
        padding: 24px 0px;
    }
    #quick-view-image-slider .owl-item img {
        object-fit: cover;
    }
}

/* Owl Carousel Navigation */
#quick-view-image-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    font-size: 24px !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
    border: none !important;
    outline: none !important;
}

#quick-view-image-slider .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

#quick-view-image-slider .owl-nav button.owl-prev {
    left: 10px;
}

#quick-view-image-slider .owl-nav button.owl-next {
    right: 10px;
}

#quick-view-image-slider .owl-nav.disabled {
    display: none;
}


/* Share Buttons - Directly under carousel */
#quick-view-share-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    background: #ffffff;
    border-top: 1px solid #333;
}

.qv-share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.qv-share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: white;
}

.qv-share-button.whatsapp {
    background-color: #25D366;
}

.qv-share-button.facebook {
    background-color: #1877F2;
}

.qv-share-button.email {
    background-color: #EA4335;
}

/* Details Column */
.quick-view-details-column {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

#quick-view-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 8px;
    line-height: 1.3;
}

.quick-view-location {
    color: var(--text-gray);
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.quick-view-location i {
    color: var(--accent-red);
    font-size: 13px;
}

#quick-view-price {
    font-size: 26px;
    font-weight: 700;
    color: var(--accent-red);
    margin-bottom: 16px;
}

.quick-view-description {
    color: var(--text-dark);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-height: 100px;
    overflow-y: auto;
    padding-right: 8px;
}

.quick-view-description::-webkit-scrollbar {
    width: 4px;
}

.quick-view-description::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.quick-view-description::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: 10px;
}

/* Features Badges */
.quick-view-features-section {
    margin-bottom: 20px;
}

.quick-view-features-section strong {
    display: block;
    color: var(--text-dark);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quick-view-features-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 120px;
    overflow-y: auto;
    padding-right: 8px;
}

.quick-view-features-badges::-webkit-scrollbar {
    width: 4px;
}

.quick-view-features-badges::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.quick-view-features-badges::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: 10px;
}

.quick-view-feature-badge {
    background: var(--primary-blue);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

/* View Details Button */
#quick-view-url {
    background: linear-gradient(135deg, var(--accent-red) 0%, var(--accent-red-dark) 100%);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(227, 6, 19, 0.3);
    margin-top: auto;
}

#quick-view-url:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 6, 19, 0.5);
    color: white;
}

/* Summary Row */
.quick-view-summary-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
    padding: 20px 30px;
    background: var(--bg-light);
    border-top: 1px solid #e2e8f0;
}

.quick-view-stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-dark);
    white-space: nowrap;
}

.quick-view-stat-item i {
    color: var(--primary-blue);
    font-size: 14px;
}

.quick-view-stat-item strong {
    font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .qv-modal {
        max-width: 100%;
        border-radius: 0;
    }

    .qv-modal-header {
        padding: 15px 20px;
    }

    .qv-modal-title {
        font-size: 16px;
    }

    .qv-modal-body {
        padding: 0;
    }

    .quick-view-main-columns {
        flex-direction: column;
    }

    .quick-view-image-column {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 250px;
    }

    #quick-view-image-slider {
        height: 250px;
    }

    #quick-view-image-slider .owl-stage-outer,
    #quick-view-image-slider .owl-stage,
    #quick-view-image-slider .owl-item {
        height: 250px;
    }

    #quick-view-image-slider .owl-item img {
        max-height: 250px;
    }

    #quick-view-image-slider .owl-nav button.owl-prev {
        left: 0px;
    }

    #quick-view-image-slider .owl-nav button.owl-next {
        right: 0px;
    }

    .quick-view-details-column {
        padding: 24px 20px;
    }

    #quick-view-name {
        font-size: 18px;
    }

    #quick-view-price {
        font-size: 22px;
    }

    .quick-view-summary-row {
        flex-direction: column;
        gap: 10px;
        padding: 16px 20px;
    }

    #quick-view-url {
        width: 100%;
        padding: 14px 24px;
    }

    .quick-view-button {
        width: 80px; /* Make button larger */
        height: 80px; /* Make button larger */
        font-size: 36px; /* Make icon larger */
    }
}

/* Quick View Button Styling */
.quick-view-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    z-index: 10;
}

.blii:hover .quick-view-button,
.linkdetail:hover + .quick-view-button {
    opacity: 1;
}

.quick-view-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
:root {
    --primary-blue: #004a99;
    --primary-dark: #003366;
    --navy-blue: #1e3a5f;
    --accent-red: #e30613;
    --accent-red-dark: #c20510;
    --text-dark: #2d3748;
    --text-gray: #718096;
    --bg-light: #f8f9fa;
    --border-color: #e2e8f0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
}

/* Intro Section with Background */
.intro-section {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 74, 153, 0.95) 0%, rgba(30, 58, 95, 0.92) 100%),
    url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=2000') center/cover no-repeat;
    padding: 100px 20px;
    text-align: center;
    color: white;
    overflow: hidden;
}

.intro-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.intro-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--accent-red);
    box-shadow: 0 0 20px rgba(227, 6, 19, 0.5);
}

.intro-text {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Services Section */
.services-section {
    position: relative;
    background: var(--bg-light);
    padding: 0;
}

.service-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Service Block */
.service-block {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 500px;
    background: white;
    position: relative;
    overflow: hidden;
}

.service-block:not(:last-child) {
    border-bottom: 4px solid var(--bg-light);
}

/* Service Image Column */
.service-image {
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.service-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 74, 153, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transition: all 0.4s ease;
}

.service-block:hover .service-image::before {
    background: linear-gradient(135deg, rgba(0, 74, 153, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
}


/* Residential Sales Background - Modern Irish Home */
.service-image--residential {
    background-image: url('https://images.unsplash.com/photo-1568605114967-8130f3a36994?q=80&w=1200&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Residential Letting Background - Apartment/Rental Property */
.service-image--letting {
    background-image: url('https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?q=80&w=1200&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Valuations Background - Calculator/Documents/Professional */
.service-image--valuations {
    background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1200&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Planning Background - Blueprints/Architecture */
.service-image--planning {
    background-image: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?q=80&w=1200&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Service Content Column */
.service-content {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: white;
}

.service-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-red), var(--primary-blue));
}

.service-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}

.service-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--accent-red);
}

.service-list {
    list-style: none;
    margin: 24px 0;
}

.service-list li {
    padding: 10px 0 10px 32px;
    position: relative;
    font-size: 16px;
    color: var(--text-dark);
    transition: all 0.3s ease;
    line-height: 1.6;
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-red);
    font-weight: 700;
    font-size: 18px;
}

.service-list li:hover {
    padding-left: 38px;
    color: var(--primary-blue);
}

.service-text {
    font-size: 16px;
    color: var(--text-gray);
    margin: 16px 0;
    line-height: 1.8;
}

.service-cta {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid var(--border-color);
}

.service-cta p {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.cta-link {
    color: var(--accent-red);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.cta-link::after {
    content: "→";
    margin-left: 6px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    color: var(--accent-red-dark);
}

.cta-link:hover::after {
    margin-left: 12px;
}

.phone-link {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.phone-link:hover {
    color: var(--accent-red);
}

/* Alternate Layout - Image Right */
.service-block--alt .service-image {
    order: 2;
}

.service-block--alt .service-content {
    order: 1;
}

.service-block--alt .service-content::before {
    left: auto;
    right: 0;
}

/* Static List Style for Valuations */
.service-list--static li {
    padding-left: 24px;
}

.service-list--static li::before {
    content: "•";
    font-size: 24px;
    left: 0;
}

/* Responsive */
@media (min-width: 1024px) {
    .service-block {
        grid-template-columns: 1fr 1fr;
    }

    .service-image {
        min-height: 500px;
    }

    .service-content {
        padding: 80px 60px;
    }
}

@media (min-width: 1400px) {
    .service-content {
        padding: 80px 80px;
    }
}

@media (max-width: 768px) {
    .intro-section {
        padding: 60px 20px;
    }

    .section-title {
        font-size: 2rem;
    }

    .intro-text {
        font-size: 16px;
    }

    .service-content {
        padding: 40px 30px;
    }

    .service-title {
        font-size: 26px;
    }

    .service-image {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .service-content {
        padding: 30px 20px;
    }

    .service-title {
        font-size: 24px;
    }

    .service-list li {
        font-size: 15px;
        padding: 8px 0 8px 28px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-block {
    animation: fadeInUp 0.6s ease-out;
}

.service-block:nth-child(2) {
    animation-delay: 0.1s;
}

.service-block:nth-child(3) {
    animation-delay: 0.2s;
}

.service-block:nth-child(4) {
    animation-delay: 0.3s;
}
.property-alerts-banner {
    background:
            linear-gradient(135deg, rgba(0, 74, 153, 0.85) 0%, rgba(0, 51, 102, 0.9) 100%),
            url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1920&h=600&fit=crop&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.property-alerts-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.02)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.alert-banner-container {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.alert-banner-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.alert-phone-mockup {
    position: relative;
    max-width: 350px;
    width: 100%;
}

.alert-phone-mockup img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

.alert-notification-bubble {
    position: absolute;
    top: -20px;
    left: -40px;
    background: white;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 280px;
    animation: float 3s ease-in-out infinite;
}

.alert-notification-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 40px;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
}

.alert-bubble-logo {
    width: 50px;
    height: 50px;
    background: var(--accent-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
}

.alert-bubble-text {
    color: var(--text-dark);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.alert-bubble-text strong {
    color: var(--primary-blue);
    font-weight: 700;
}

.alert-bubble-link {
    color: var(--accent-red);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.alert-bubble-link:hover {
    text-decoration: underline;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.alert-banner-right {
    color: var(--text-light);
}

.alert-banner-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.2;
}

.alert-banner-description {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.alert-banner-description strong {
    color: var(--text-light);
    font-weight: 700;
}

.alert-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--accent-red) 0%, var(--accent-red-dark) 100%);
    color: white;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(227, 6, 19, 0.4);
}

.alert-banner-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(227, 6, 19, 0.6);
}

/* Responsive Design */
@media (max-width: 992px) {
    .alert-banner-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .alert-banner-left {
        order: 2;
    }

    .alert-banner-right {
        order: 1;
    }

    .alert-notification-bubble {
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
    }

    .alert-banner-title {
        font-size: 36px;
    }

    .alert-banner-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .property-alerts-banner {
        padding: 40px 20px;
    }

    .alert-banner-title {
        font-size: 28px;
    }

    .alert-banner-description {
        font-size: 15px;
    }

    .alert-phone-mockup {
        max-width: 280px;
    }

    .alert-notification-bubble {
        max-width: 240px;
        padding: 15px 20px;
    }

    .alert-banner-cta {
        padding: 14px 32px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .alert-banner-title {
        font-size: 24px;
    }

    .alert-notification-bubble {
        position: static;
        transform: none;
        margin: 0 auto 20px;
    }

    .alert-notification-bubble::after {
        display: none;
    }
}
/* Home Banner */
.home_banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 20px 80px;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.home_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
    rgba(0, 51, 102, 0.85) 0%,
    rgba(0, 74, 153, 0.80) 50%,
    rgba(30, 58, 95, 0.85) 100%);
    z-index: 1;
}

.home_banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            radial-gradient(circle at 20% 50%, rgba(255,255,255,0.05) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(255,255,255,0.03) 0%, transparent 50%);
    z-index: 2;
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Top Search Container */
.topsearch {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Banner Text */
.banner-text-description {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 16px;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.topsearch h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Banner Section */
.banner-section {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Search Form */
#frmhomesearch {
    position: relative;
}





/* Spinner Icons */
.spinner-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    color: var(--primary-blue);
}

.spinner-icon.show {
    display: block;
}


.btn-orange {
    background: linear-gradient(135deg, var(--accent-red) 0%, var(--accent-red-dark) 100%);
    color: white;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(227, 6, 19, 0.4);
}

.btn-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 6, 19, 0.6);
    color: white;
}









/* Responsive */
@media (max-width: 991px) {
    .home_banner {
        padding: 80px 20px 60px;
        min-height: 500px;
    }

    .banner-section {
        padding: 30px 24px;
    }

    .btn-orange {
        width: 100%;
        border-radius: 12px;
    }
}

@media (max-width: 768px) {
    .home_banner {
        padding: 60px 15px 40px;
        min-height: 450px;
    }

    .banner-section {
        padding: 24px 20px;
    }

    .banner-text-description {
        font-size: 1.5rem;
    }

    .topsearch h2 {
        font-size: 1.125rem;
        margin-bottom: 30px;
    }





    .btn-orange {
        padding: 12px 24px;
        font-size: 14px;
    }

}

@media (max-width: 576px) {
    .home_banner {
        padding: 40px 10px 30px;
    }

    .banner-section {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .banner-text-description {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }

    .topsearch h2 {
        font-size: 1rem;
    }

    .typesearch a {
        padding: 10px 24px;
        font-size: 14px;
    }

    .advanced-search-content .row > div {
        margin-bottom: 16px;
    }
}
/* Residential Intro Section */
.residential-intro-section {
    background: white;
    padding: 80px 20px;
    text-align: center;
}

.residential-intro-container {
    max-width: 900px;
    margin: 0 auto;
}

.residential-section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.residential-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--accent-red), transparent);
}

.residential-intro-text {
    font-size: 18px;
    color: var(--text-gray);
    line-height: 1.9;
    text-align: left;
}

/* Residential Sales Section */
.residential-sales-section {
    background-color: var(--bg-light);
    padding: 80px 20px;
}

.residential-sales-container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 60px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Residential Paragraphs */
.residential-sales-container p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 24px;
}

.residential-text-center {
    text-align: center;
}

/* Residential Opening Statement */
.residential-opening-statement {
    background: linear-gradient(135deg, rgba(0, 74, 153, 0.03) 0%, rgba(227, 6, 19, 0.02) 100%);
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
}

/* Residential Highlighted Quote */
.residential-highlight-box {
    background: linear-gradient(135deg, rgba(0, 74, 153, 0.05) 0%, rgba(0, 74, 153, 0.02) 100%);
    padding: 24px;
    border-left: 4px solid var(--accent-red);
    border-radius: 8px;
    margin: 32px 0;
    text-align: center;
}

.residential-highlight-box strong {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 17px;
}

/* Residential Image Container */
.residential-image-container {
    margin: 40px auto;
    text-align: center;
    max-width: 600px;
}

.residential-image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.residential-image-container img:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

/* Residential CTA Button Container */
.residential-cta-container {
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
}

.residential-btn-primary {
    background: linear-gradient(135deg, var(--accent-red) 0%, var(--accent-red-dark) 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(227, 6, 19, 0.4);
}

.residential-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(227, 6, 19, 0.6);
    color: white;
    text-decoration: none;
}

.residential-btn-primary:active {
    transform: translateY(-1px);
}

/* Residential Contact Info */
.residential-contact-highlight {
    background: var(--bg-light);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.residential-contact-highlight a {
    color: var(--accent-red);
    text-decoration: none;
    font-weight: 700;
}

.residential-contact-highlight a:hover {
    text-decoration: underline;
}

/* Residential Content Sections */
.residential-content-section {
    margin-bottom: 32px;
}

/* Responsive */
@media (max-width: 768px) {
    .residential-intro-section {
        padding: 60px 20px;
    }

    .residential-intro-text {
        font-size: 16px;
    }

    .residential-sales-section {
        padding: 60px 15px;
    }

    .residential-sales-container {
        padding: 40px 24px;
        border-radius: 12px;
    }

    .residential-sales-container p {
        font-size: 16px;
    }

    .residential-image-container {
        max-width: 100%;
    }

    .residential-btn-primary {
        padding: 16px 32px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
    }

    .residential-section-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .residential-intro-section {
        padding: 40px 16px;
    }

    .residential-sales-section {
        padding: 40px 10px;
    }

    .residential-sales-container {
        padding: 30px 20px;
    }

    .residential-sales-container p {
        font-size: 15px;
        line-height: 1.7;
    }

    .residential-btn-primary {
        padding: 14px 24px;
        font-size: 13px;
    }

    .residential-highlight-box strong {
        font-size: 16px;
    }
}
.google-map-embed{
    max-width:250px;
}
.topmenu.bg-light {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 50%, var(--navy-blue) 100%)!important;
    max-height: 120px;
    z-index: 9999;