/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */


/* =========================================
   GLOBAL SITE BACKGROUND
========================================= */

html,
body,
.site-wrap,
.site-wrapper,
.main-content,
.content,
section {
    background-color: #faf8f3 !important;
}

/* ==========================================
   TRYMORE ESTATES - PROPERTY CARDS
   WPBAKERY SAFE VERSION
========================================== */

/* Main row */
.property-cards {
    width: 100% !important;
    margin-top: -20px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/* Clear floats correctly */
.property-cards::before,
.property-cards::after {
    content: "";
    display: table;
}

.property-cards::after {
    clear: both;
}

/* Keep the two columns next to each other */
.property-cards > .wpb_column {
    width: 50% !important;
    float: left !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
}

/* Remove WPBakery inner spacing */
.property-cards > .wpb_column > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Card */
.property-cards > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border-top: 4px solid #bf9431;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
    min-height: 100%;
}

/* Remove default image margin */
.property-cards .wpb_single_image {
    margin: 0 !important;
}

/* Force image wrapper full width */
.property-cards .vc_figure,
.property-cards .vc_single_image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* Images same size */
.property-cards .vc_single_image-img {
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Heading */
.property-cards .vc_custom_heading {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    color: #111111 !important;

    margin: 28px 32px 14px !important;
    padding: 0 !important;
}

/* Text section */
.property-cards .wpb_text_column {
    margin: 0 !important;
    padding: 0 32px 30px !important;
}

/* Paragraph */
.property-cards .wpb_text_column p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #555555 !important;
    margin: 0 !important;
}


/* ============================
   TABLET
============================ */

@media (max-width: 991px) {

    .property-cards .vc_single_image-img {
        height: 190px !important;
    }

    .property-cards .vc_custom_heading {
        font-size: 21px !important;
        margin: 24px 24px 12px !important;
    }

    .property-cards .wpb_text_column {
        padding: 0 24px 25px !important;
    }
}


/* ============================
   MOBILE
============================ */

@media (max-width: 767px) {

    .property-cards {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .property-cards > .wpb_column {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
        margin-bottom: 25px !important;
    }

    .property-cards .vc_single_image-img {
        height: 220px !important;
    }

    .property-cards .vc_custom_heading {
        font-size: 22px !important;
        margin: 24px 22px 12px !important;
    }

    .property-cards .wpb_text_column {
        padding: 0 22px 25px !important;
    }
}




/* =========================================
   EQUAL CARD HEIGHT + HOVER EFFECT
========================================= */

/* Make both cards the same height */
.property-cards > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 450px !important;

    /* Smooth movement */
    transition: transform 0.3s ease,
                box-shadow 0.3s ease;
}

/* Move card slightly upward on hover */
.property-cards > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
    transform: translateY(-8px);

    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}


/* Tablet */
@media (max-width: 991px) {

    .property-cards > .wpb_column > .vc_column-inner > .wpb_wrapper {
        min-height: 430px !important;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .property-cards > .wpb_column > .vc_column-inner > .wpb_wrapper {
        min-height: 0 !important;
    }

    /* No hover movement needed on phones */
    .property-cards > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
        transform: none;
    }
}




/* =========================================
   TRYMORE ESTATES - SERVICE TABS
========================================= */

.vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 8px !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Each tab */
.vc_tta-tabs-container .vc_tta-tab {
    flex: 1 1 0 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove heading spacing */
.vc_tta-tabs-container .vc_tta-tab .vc_tta-panel-title {
    margin: 0 !important;
    padding: 0 !important;
}

/* Button */
.vc_tta-tabs-container .vc_tta-tab a {
    width: 100% !important;
    min-width: 0 !important;

    padding: 12px 10px !important;

    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    font-family: Georgia, "Times New Roman", serif;

    text-align: center !important;
    white-space: nowrap !important;

    box-sizing: border-box !important;

    border-radius: 5px !important;
}

/* Active tab */
.vc_tta-tabs-container .vc_tta-tab.vc_active a {
    background: #bf9431 !important;
    color: #ffffff !important;
}

/* Remove strange slash separators if your theme adds them */
.vc_tta-tabs-container .vc_tta-tab::before,
.vc_tta-tabs-container .vc_tta-tab::after {
    display: none !important;
    content: none !important;
}

/* Tablet - slightly smaller */
@media (max-width: 1100px) and (min-width: 768px) {

    .vc_tta-tabs-container .vc_tta-tab a {
        font-size: 15px !important;
        padding: 10px 6px !important;
    }
}



/* =========================================
   TABLET + MOBILE - SWIPEABLE SERVICE TABS
========================================= */

@media (max-width: 991px) {

    /* Keep tabs visible */
    .vc_tta-tabs-container {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;

        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;

        margin: 0 0 18px !important;
        padding: 0 0 5px !important;

        /* Hide scrollbar */
        scrollbar-width: none;
    }

    .vc_tta-tabs-container::-webkit-scrollbar {
        display: none;
    }

    /* Horizontal swipe row */
    .vc_tta-tabs-container .vc_tta-tabs-list {
        display: inline-flex !important;
        flex-wrap: nowrap !important;

        width: max-content !important;
        min-width: max-content !important;

        gap: 8px !important;

        margin: 0 !important;
        padding: 0 !important;

        scroll-snap-type: x proximity;
    }

    /* Each tab keeps its natural width */
    .vc_tta-tabs-container .vc_tta-tab {
        flex: 0 0 auto !important;
        width: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        scroll-snap-align: start;
    }

    /* Tab heading */
    .vc_tta-tabs-container .vc_tta-tab .vc_tta-panel-title {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Tab button */
    .vc_tta-tabs-container .vc_tta-tab a {
        display: block !important;

        width: auto !important;
        min-width: max-content !important;

        padding: 12px 18px !important;

        font-size: 15px !important;
        line-height: 1.2 !important;

        white-space: nowrap !important;

        border-radius: 6px !important;

        box-sizing: border-box !important;
    }

    /* Active tab */
    .vc_tta-tabs-container .vc_tta-tab.vc_active a {
        background: #bf9431 !important;
        color: #ffffff !important;
    }

    /* IMPORTANT:
       Hide WPBakery mobile accordion headings
       so tabs are not duplicated */
    .vc_tta-panel-heading {
        display: none !important;
    }

    /* Panels full width */
    .vc_tta-panels-container,
    .vc_tta-panels,
    .vc_tta-panel,
    .vc_tta-panel-body {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .vc_tta-panel-body {
        padding: 0 !important;
    }
}


/* =========================================
   PHONE
========================================= */

@media (max-width: 767px) {

    .vc_tta-tabs-container .vc_tta-tab a {
        padding: 11px 15px !important;
        font-size: 14px !important;
    }

    .service-detail-card {
        padding: 22px 18px !important;
    }
}



/* =========================================
   TRYMORE ESTATES - DIRECTOR CARD
========================================= */

.director-card > .vc_column-inner {
    padding: 0 !important;
}

/* Main card */
.director-card > .vc_column-inner > .wpb_wrapper {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border-top: 3px solid #bf9431;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

/* Remove WPBakery image spacing */
.director-card .wpb_single_image {
    margin: 0 !important;
}

.director-card .vc_figure,
.director-card .vc_single_image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* Top image */
.director-card .vc_single_image-img {
    width: 100% !important;
    height: 195px !important;
    display: block !important;
    object-fit: cover !important;
}

/* DIRECTOR label */
.director-card .vc_custom_1789549428549 {
    margin: 0 !important;
    padding: 31px 32px 0 !important;
}

.director-card .vc_custom_1789549428549 p {
    color: #bf9431 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

/* James Williams */
.director-card .vc_custom_heading {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 36px !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    color: #111111 !important;

    margin: 17px 32px 20px !important;
    padding: 0 !important;
}

/* Description */
.director-card .wpb_text_column:not(.vc_custom_1789549428549) {
    margin: 0 !important;
    padding: 0 32px 32px !important;
}

.director-card .wpb_text_column:not(.vc_custom_1789549428549) p {
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #4d4d4d !important;
    margin: 0 !important;
}

/* Small hover movement */
.director-card > .vc_column-inner > .wpb_wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.director-card > .vc_column-inner > .wpb_wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.11);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .director-card .vc_custom_heading {
        font-size: 31px !important;
    }

    .director-card .vc_single_image-img {
        height: 185px !important;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .director-card .vc_single_image-img {
        height: 220px !important;
    }

    .director-card .vc_custom_1789549428549 {
        padding: 26px 24px 0 !important;
    }

    .director-card .vc_custom_heading {
        font-size: 30px !important;
        margin: 15px 24px 17px !important;
    }

    .director-card .wpb_text_column:not(.vc_custom_1789549428549) {
        padding: 0 24px 27px !important;
    }

    .director-card > .vc_column-inner > .wpb_wrapper:hover {
        transform: none;
    }
}


/* =========================================
   TRYMORE ESTATES - SERVICE DETAIL CARD
========================================= */

.service-detail-card {
    background: #ffffff;
    border-radius: 12px;
    border-top: 4px solid #bf9431;

    padding: 32px 32px 30px;

    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);

    width: 100%;
    box-sizing: border-box;
}


/* Small gold heading */
.service-eyebrow {
    margin: 0 0 18px !important;

    color: #bf9431 !important;

    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}


/* List */
.service-check-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.service-check-list li {
    position: relative;

    padding-left: 32px;
    margin-bottom: 14px;

    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}


/* Gold checkmark */
.service-check-list li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    color: #bf9431;
    font-size: 19px;
    font-weight: 500;
}


/* Divider */
.service-divider {
    width: 100%;
    height: 1px;

    background: rgba(191, 148, 49, 0.25);

    margin: 25px 0 20px;
}


/* Description */
.service-description {
    margin: 0 !important;

    color: #666666 !important;

    font-size: 15px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
}


/* Mobile */
@media (max-width: 767px) {

    .service-detail-card {
        padding: 25px 22px;
    }

    .service-eyebrow {
        font-size: 11px !important;
        letter-spacing: 2px !important;
    }

    .service-check-list li {
        font-size: 14px;
        padding-left: 28px;
    }

    .service-description {
        font-size: 14px !important;
    }
}


/* REMOVE THEME ARROWS */
.service-check-list li::before {
    content: "✓" !important;
    color: #bf9431 !important;
    font-size: 18px !important;
    font-weight: 600 !important;

    position: absolute !important;
    left: 0 !important;
    top: 0 !important;

    font-family: Arial, sans-serif !important;
}

/* List layout */
.service-check-list li {
    position: relative !important;
    list-style: none !important;

    padding-left: 30px !important;
    margin-bottom: 14px !important;

    color: #666666 !important;
}

/* Remove any theme-generated icons */
.service-check-list li i,
.service-check-list li .fa,
.service-check-list li .fas,
.service-check-list li .icon {
    display: none !important;
}

/* Remove default list marker */
.service-check-list {
    list-style: none !important;
    padding-left: 0 !important;
}


/* ==========================================================
   TRYMORE ESTATES - TESTIMONIAL SECTION
   DARK BACKGROUND + GLASS TESTIMONIAL CARDS
========================================================== */

.testimonial-overlay {
    position: relative !important;
    overflow: hidden !important;

    /* Keep the WPBakery background image visible */
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    /* Dark overlay while preserving background image */
    background-color: rgba(0, 0, 0, 0.62) !important;
    background-blend-mode: multiply !important;

    padding-top: 65px !important;
    padding-bottom: 65px !important;
}


/* ==========================================================
   SMALL GOLD TOP TEXT
========================================================== */

.testimonial-overlay .vc_custom_1789551648428 {
    margin: 0 0 12px !important;
}

.testimonial-overlay .vc_custom_1789551648428 p {
    color: #bf9431 !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;

    text-transform: uppercase !important;
    letter-spacing: 3px !important;

    text-align: center !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Remove the BR spacing */
.testimonial-overlay .vc_custom_1789551648428 br {
    display: none !important;
}


/* ==========================================================
   MAIN HEADING
========================================================== */

.testimonial-overlay > .wpb_column
> .vc_column-inner
> .wpb_wrapper
> .vc_custom_heading {

    color: #ffffff !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;

    text-align: center !important;

    max-width: 920px !important;

    margin: 15px auto 45px !important;
    padding: 0 20px !important;
}


/* ==========================================================
   TESTIMONIAL ROW
========================================================== */

.testimonial-overlay .vc_inner {
    display: flex !important;
    align-items: stretch !important;

    gap: 24px !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Each column */
.testimonial-overlay .vc_inner > .wpb_column {
    width: calc(33.333% - 16px) !important;
    padding: 0 !important;

    display: flex !important;
}


/* Remove WPBakery column spacing */
.testimonial-overlay .vc_inner > .wpb_column > .vc_column-inner {
    padding: 0 !important;
    width: 100% !important;
}


/* ==========================================================
   DARK GLASS CARDS
========================================================== */

.testimonial-overlay .vc_inner > .wpb_column
> .vc_column-inner
> .wpb_wrapper {

    position: relative !important;

    width: 100% !important;
    min-height: 205px !important;

    background: rgba(35, 35, 35, 0.58) !important;

    border: 1px solid rgba(255, 255, 255, 0.22) !important;

    border-radius: 12px !important;

    padding: 28px 25px 24px !important;

    box-sizing: border-box !important;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.28) !important;

    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease !important;
}


/* Card hover */
.testimonial-overlay .vc_inner > .wpb_column
> .vc_column-inner
> .wpb_wrapper:hover {

    transform: translateY(-6px);

    background: rgba(35, 35, 35, 0.70) !important;

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.38) !important;
}


/* ==========================================================
   HIDE CURRENT LOGOS
   Screenshot uses text testimonials instead
========================================================== */

.testimonial-overlay .wpb_single_image {
    display: none !important;
}


/* ==========================================================
   GOLD STARS
========================================================== */

.testimonial-overlay .vc_inner > .wpb_column
> .vc_column-inner
> .wpb_wrapper::before {

    content: "★★★★★";

    display: block;

    color: #d5a51c;

    font-size: 15px;
    line-height: 1;

    letter-spacing: 3px;

    margin-bottom: 17px;
}


/* ==========================================================
   TESTIMONIAL QUOTE
========================================================== */

.testimonial-overlay blockquote {
    border: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}

.testimonial-overlay blockquote::before,
.testimonial-overlay blockquote::after {
    display: none !important;
}

.testimonial-overlay blockquote p {
    color: #ffffff !important;

    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;

    font-style: italic !important;

    text-align: left !important;

    margin: 0 0 17px !important;
}


/* ==========================================================
   CLIENT NAMES
========================================================== */

.testimonial-overlay .vc_inner > .wpb_column
> .vc_column-inner
> .wpb_wrapper::after {

    display: block;

    color: #d5a51c;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;

    text-transform: uppercase;

    margin-top: 15px;
}


/* Card 1 */
.testimonial-overlay .vc_inner > .wpb_column:nth-child(1)
> .vc_column-inner
> .wpb_wrapper::after {
    content: "FAIR OAKS";
}


/* Card 2 */
.testimonial-overlay .vc_inner > .wpb_column:nth-child(2)
> .vc_column-inner
> .wpb_wrapper::after {
    content: "GREEN OAKS";
}


/* Card 3 */
.testimonial-overlay .vc_inner > .wpb_column:nth-child(3)
> .vc_column-inner
> .wpb_wrapper::after {
    content: "NOUVEAU HOA";
}


/* ==========================================================
   TESTIMONIAL BUTTON
========================================================== */

.testimonial-overlay .vc_btn3-container {
    margin-top: 38px !important;
    margin-bottom: 0 !important;

    text-align: center !important;
}

.testimonial-overlay .vc_btn3 {
    background: #bf9431 !important;
    color: #ffffff !important;

    border: 1px solid #bf9431 !important;

    border-radius: 6px !important;

    padding: 13px 28px !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    letter-spacing: 1.5px !important;

    text-transform: uppercase !important;

    box-shadow: none !important;

    transition:
        background 0.3s ease,
        transform 0.3s ease !important;
}

.testimonial-overlay .vc_btn3:hover {
    background: #a87f27 !important;
    border-color: #a87f27 !important;

    transform: translateY(-2px);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .testimonial-overlay {
        padding-top: 55px !important;
        padding-bottom: 55px !important;

        background-color: rgba(0, 0, 0, 0.66) !important;
    }

    .testimonial-overlay > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_custom_heading {

        font-size: 38px !important;
        line-height: 1.1 !important;

        margin-bottom: 35px !important;
    }

    .testimonial-overlay .vc_inner {
        gap: 15px !important;
    }

    .testimonial-overlay .vc_inner > .wpb_column {
        width: calc(33.333% - 10px) !important;
    }

    .testimonial-overlay .vc_inner > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper {

        padding: 24px 20px !important;
    }

    .testimonial-overlay blockquote p {
        font-size: 14px !important;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .testimonial-overlay {
        padding-top: 45px !important;
        padding-bottom: 45px !important;

        background-position: center center !important;

        background-color: rgba(0, 0, 0, 0.67) !important;
    }


    .testimonial-overlay .vc_custom_1789551648428 p {
        font-size: 11px !important;
        letter-spacing: 2px !important;
    }


    .testimonial-overlay > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_custom_heading {

        font-size: 31px !important;
        line-height: 1.1 !important;

        padding: 0 15px !important;

        margin-top: 12px !important;
        margin-bottom: 30px !important;
    }


    /* Stack cards */
    .testimonial-overlay .vc_inner {
        display: block !important;
    }


    .testimonial-overlay .vc_inner > .wpb_column {
        width: 100% !important;

        display: block !important;

        margin-bottom: 18px !important;
    }


    .testimonial-overlay .vc_inner > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper {

        min-height: auto !important;

        padding: 25px 22px !important;
    }


    .testimonial-overlay blockquote p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }


    /* No hover jump on phones */
    .testimonial-overlay .vc_inner > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper:hover {

        transform: none !important;
    }


    .testimonial-overlay .vc_btn3-container {
        margin-top: 25px !important;
    }
}



/* =========================================================
   TRYMORE ESTATES - SERVICE CARDS
========================================================= */

/* ROW CONTAINING THE CARDS */
.service-card-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}


/* EACH WPBAKERY COLUMN */
.service-card-row > .wpb_column {
    display: flex !important;
    align-items: stretch !important;
}


/* COLUMN INNER */
.service-card-row > .wpb_column > .vc_column-inner {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
}


/* WPBAKERY WRAPPER */
.service-card-row > .wpb_column
> .vc_column-inner
> .wpb_wrapper {

    display: flex !important;
    width: 100% !important;
    height: 100% !important;
}


/* WPBAKERY TEXT ELEMENT */
.service-card-row .wpb_text_column {
    display: flex !important;

    width: 100% !important;
    height: 100% !important;

    margin-bottom: 0 !important;
}


.service-card-row .wpb_text_column > .wpb_wrapper {
    display: flex !important;

    width: 100% !important;
    height: 100% !important;
}


/* =========================================================
   MAIN CARD
========================================================= */

.service-info-card {
    width: 100% !important;

    /* SAME HEIGHT FOR ALL CARDS */
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;

    box-sizing: border-box !important;

    display: flex !important;
    flex-direction: column !important;

    background: #ffffff !important;

    border-top: 4px solid #bf9431 !important;
    border-radius: 12px !important;

    padding: 30px 32px !important;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.10) !important;

    overflow: hidden !important;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease !important;
}


/* CARD HOVER */
.service-info-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.14) !important;
}


/* =========================================================
   CARD HEADER
========================================================= */

.service-info-header {
    display: flex !important;
    align-items: center !important;

    gap: 18px !important;

    margin: 0 0 20px !important;
    padding: 0 !important;
}


/* =========================================================
   ICON CONTAINER
========================================================= */

.service-info-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;

    flex: 0 0 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: relative !important;

    background: rgba(191, 148, 49, 0.13) !important;

    border-radius: 8px !important;
}


/* SHARED ICON SETTINGS */
.service-info-icon::before {
    content: "" !important;

    display: block !important;

    width: 23px !important;
    height: 23px !important;

    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/* REMOVE OLD ICON CODE */
.service-info-icon::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   ADMIN ICON - DOCUMENT
========================================================= */

.icon-admin::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bf9431' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='8' y1='13' x2='16' y2='13'/%3E%3Cline x1='8' y1='17' x2='16' y2='17'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   FINANCIAL ICON - WALLET
========================================================= */

.icon-financial::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bf9431' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h14a2 2 0 0 1 2 2v10H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12'/%3E%3Cpath d='M20 10h-5a2 2 0 0 0 0 4h5'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   LEVY ICON - MONEY
========================================================= */

.icon-levy::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bf9431' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='2'/%3E%3Cpath d='M12 6v12'/%3E%3Cpath d='M15 8.5c-.8-.7-1.7-1-3-1-1.7 0-3 .8-3 2s1.2 1.8 3 2c1.8.2 3 1 3 2.2s-1.3 2.3-3 2.3c-1.3 0-2.4-.4-3.2-1.1'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   MAINTENANCE ICON - WRENCH
========================================================= */

.icon-maintenance::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bf9431' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5-5L7 4l3 3 2.7-2.7a4 4 0 0 1 2 2z'/%3E%3Cpath d='M9 7 2.5 13.5a2.1 2.1 0 0 0 3 3L12 10'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   INSURANCE ICON - SHIELD
========================================================= */

.icon-insurance::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bf9431' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   CARD TITLE
========================================================= */

.service-info-header h3 {
    margin: 0 !important;
    padding: 0 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 20px !important;
    font-weight: 400 !important;

    line-height: 1.35 !important;

    color: #171717 !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.service-info-card > p {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    line-height: 1.6 !important;

    color: #626262 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) and (min-width: 768px) {

    .service-info-card {
        height: 430px !important;
        min-height: 430px !important;
        max-height: 430px !important;

        padding: 26px 24px !important;
    }


    .service-info-header {
        gap: 14px !important;
    }


    .service-info-header h3 {
        font-size: 18px !important;
    }


    .service-info-card > p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* Stack columns */
    .service-card-row {
        display: block !important;
    }


    .service-card-row > .wpb_column {
        display: block !important;

        width: 100% !important;

        margin-bottom: 20px !important;
    }


    /* Let cards grow naturally on mobile */
    .service-info-card {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;

        padding: 23px 20px !important;

        border-radius: 10px !important;
    }


    .service-info-header {
        align-items: flex-start !important;

        gap: 14px !important;

        margin-bottom: 17px !important;
    }


    .service-info-icon {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;

        flex-basis: 44px !important;
    }


    .service-info-icon::before {
        width: 21px !important;
        height: 21px !important;
    }


    .service-info-header h3 {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }


    .service-info-card > p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }


    .service-info-card:hover {
        transform: none !important;
    }
}





/* =========================================
   SECTIONAL TITLE MANAGEMENT HERO
========================================= */

.sectional-title-hero {
    position: relative !important;
    overflow: hidden !important;

    /* Increase hero height */
    min-height: 420px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding-top: 90px !important;
    padding-bottom: 90px !important;

    /* Keep WPBakery background image */
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    /* DARK OVERLAY - works directly over background */
    box-shadow:
        inset 0 0 0 9999px rgba(0, 0, 0, 0.58) !important;
}


/* Make column fill hero */
.sectional-title-hero > .wpb_column {
    width: 100% !important;

    position: relative !important;
    z-index: 2 !important;
}


/* Remove unwanted column spacing */
.sectional-title-hero > .wpb_column > .vc_column-inner {
    padding-top: 0 !important;
}


/* Heading */
.sectional-title-hero .vc_custom_heading {
    color: #ffffff !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 52px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;

    text-align: center !important;

    margin: 0 !important;
    padding: 0 20px !important;

    position: relative !important;
    z-index: 3 !important;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sectional-title-hero {
        min-height: 340px !important;

        padding-top: 75px !important;
        padding-bottom: 75px !important;

        box-shadow:
            inset 0 0 0 9999px rgba(0, 0, 0, 0.60) !important;
    }

    .sectional-title-hero .vc_custom_heading {
        font-size: 42px !important;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sectional-title-hero {
        min-height: 280px !important;

        padding-top: 60px !important;
        padding-bottom: 60px !important;

        box-shadow:
            inset 0 0 0 9999px rgba(0, 0, 0, 0.62) !important;
    }

    .sectional-title-hero .vc_custom_heading {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
}



/* ==================================================
   TRYMORE ESTATES - CONTACT FORM
================================================== */

.trymore-contact-card {
    width: 100%;
    box-sizing: border-box;

    background: #ffffff;

    border-top: 4px solid #bf9431;
    border-radius: 13px;

    padding: 48px 48px 46px;

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}


/* ==================================================
   TITLE
================================================== */

.trymore-contact-title {
    margin: 0 0 32px !important;

    text-align: center;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;

    color: #171717 !important;

    letter-spacing: 0.5px;
}


/* ==================================================
   FORM GRID
================================================== */

.trymore-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 24px;

    margin-bottom: 24px;
}

.trymore-form-field {
    width: 100%;
}

.trymore-form-field.trymore-full {
    margin-bottom: 24px;
}


/* ==================================================
   LABELS
================================================== */

.trymore-form-field label {
    display: block;

    margin: 0 0 8px;

    color: #444444;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;

    text-transform: uppercase;
    letter-spacing: 0.2px;
}


/* ==================================================
   INPUTS
================================================== */

.trymore-contact-card input[type="text"],
.trymore-contact-card input[type="email"],
.trymore-contact-card textarea {

    width: 100% !important;

    box-sizing: border-box !important;

    background: #ffffff !important;

    border: 1px solid #dddddd !important;
    border-radius: 8px !important;

    color: #333333 !important;

    font-family: inherit !important;
    font-size: 14px !important;

    outline: none !important;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease !important;
}


/* Text fields */
.trymore-contact-card input[type="text"],
.trymore-contact-card input[type="email"] {
    height: 47px !important;

    padding: 0 16px !important;
}


/* Message */
.trymore-contact-card textarea {
    height: 145px !important;
    min-height: 145px !important;

    resize: vertical;

    padding: 14px 16px !important;
}


/* Placeholder */
.trymore-contact-card input::placeholder,
.trymore-contact-card textarea::placeholder {
    color: #9da0b3 !important;
    opacity: 1;
}


/* Focus */
.trymore-contact-card input[type="text"]:focus,
.trymore-contact-card input[type="email"]:focus,
.trymore-contact-card textarea:focus {

    border-color: #bf9431 !important;

    box-shadow:
        0 0 0 3px rgba(191, 148, 49, 0.12) !important;
}


/* ==================================================
   CONTACT FORM 7 WRAPPERS
================================================== */

.trymore-contact-card .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}


/* ==================================================
   SUBMIT BUTTON
================================================== */

.trymore-submit {
    width: 100%;

    margin-top: 6px;
}

.trymore-contact-card input[type="submit"] {

    width: 100% !important;
    height: 52px !important;

    display: block !important;

    border: none !important;
    border-radius: 7px !important;

    background-color: #d4aa22 !important;

    /* Paper-plane icon */
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2L11 13'/%3E%3Cpath d='M22 2l-7 20-4-9-9-4z'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-size: 17px 17px !important;
    background-position: calc(50% - 88px) center !important;

    color: #111111 !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    letter-spacing: 2px !important;
    text-transform: uppercase !important;

    cursor: pointer !important;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease !important;
}

.trymore-contact-card input[type="submit"]:hover {
    background-color: #bf9431 !important;

    transform: translateY(-2px);
}


/* ==================================================
   CF7 SPINNER
================================================== */

.trymore-contact-card .wpcf7-spinner {
    display: none !important;
}


/* ==================================================
   VALIDATION
================================================== */

.trymore-contact-card .wpcf7-not-valid {
    border-color: #c94b4b !important;
}

.trymore-contact-card .wpcf7-not-valid-tip {
    margin-top: 5px;

    font-size: 12px;

    color: #c94b4b;
}

.trymore-contact-card .wpcf7-response-output {
    margin: 20px 0 0 !important;

    border-radius: 6px;

    font-size: 13px;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .trymore-contact-card {
        padding: 40px 35px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .trymore-contact-card {
        padding: 32px 20px;

        border-radius: 10px;
    }

    .trymore-contact-title {
        font-size: 24px !important;

        margin-bottom: 27px !important;
    }

    /* Stack Name + Subject */
    .trymore-form-row {
        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 20px;
    }

    .trymore-form-field.trymore-full {
        margin-bottom: 20px;
    }

    .trymore-contact-card textarea {
        height: 135px !important;
        min-height: 135px !important;
    }

    .trymore-contact-card input[type="submit"] {
        height: 50px !important;

        font-size: 12px !important;

        background-position: calc(50% - 78px) center !important;
    }
}




/* =========================================
   TRYMORE ESTATES - CONTACT CARD
========================================= */

.trymore-contact-card {
    width: 100%;
    box-sizing: border-box;

    background: #ffffff;

    border-top: 4px solid #bf9431;
    border-radius: 12px;

    padding: 28px 30px 26px;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}


/* =========================================
   TITLE
========================================= */

.trymore-contact-card h3 {
    margin: 0 0 18px !important;
    padding: 0 !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;

    color: #111111 !important;
}


/* =========================================
   PERSON
========================================= */

.trymore-contact-person {
    margin-bottom: 18px;
}

.trymore-contact-person strong {
    display: block;

    margin: 0 0 4px !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    color: #222222 !important;
}

.trymore-contact-person span {
    display: block;

    margin: 0 !important;

    font-size: 14px !important;
    line-height: 1.3 !important;

    color: #626262 !important;
}


/* =========================================
   CONTACT DETAILS
========================================= */

.trymore-contact-details {
    display: flex;
    flex-direction: column;

    gap: 12px;

    margin: 0;
    padding: 0;
}


/* EACH ROW */
.trymore-detail-row {
    display: flex !important;
    align-items: center !important;

    gap: 11px !important;

    margin: 0 !important;
    padding: 0 !important;

    min-height: 22px;

    font-size: 13px !important;
    line-height: 1.3 !important;

    color: #5e5e5e !important;
}


/* =========================================
   ICONS
========================================= */

.trymore-detail-row > i {
    width: 18px !important;
    min-width: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #bf9431 !important;

    font-size: 15px !important;
    line-height: 1 !important;

    text-align: center !important;
}


/* =========================================
   TEXT + LINKS
========================================= */

.trymore-detail-row span,
.trymore-detail-row a {
    margin: 0 !important;
    padding: 0 !important;

    color: #5e5e5e !important;

    font-size: 13px !important;
    line-height: 1.3 !important;

    text-decoration: none !important;

    white-space: nowrap !important;
}

.trymore-detail-row a:hover {
    color: #bf9431 !important;
}


/* =========================================
   DIVIDER
========================================= */

.trymore-contact-line {
    width: 100%;
    height: 1px;

    background: #e8e8e8;

    margin: 20px 0 16px;
}


/* =========================================
   FOLLOW US
========================================= */

.trymore-follow-label {
    margin: 0 0 10px !important;
    padding: 0 !important;

    color: #969696 !important;

    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;

    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}


/* =========================================
   SOCIAL ICONS
========================================= */

.trymore-social-links {
    display: flex;
    align-items: center;

    gap: 8px;

    margin: 0;
}

.trymore-social-links a {
    width: 38px;
    height: 38px;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50%;

    background: rgba(191, 148, 49, 0.13);

    color: #bf9431 !important;

    text-decoration: none !important;

    transition: all 0.25s ease;
}

.trymore-social-links a i {
    margin: 0 !important;
    padding: 0 !important;

    color: inherit !important;

    font-size: 15px !important;
    line-height: 1 !important;
}

.trymore-social-links a:hover {
    background: #bf9431;
    color: #ffffff !important;

    transform: translateY(-2px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .trymore-contact-card {
        padding: 24px 20px 22px;
    }

    .trymore-contact-card h3 {
        font-size: 19px !important;
        margin-bottom: 16px !important;
    }

    .trymore-contact-person {
        margin-bottom: 16px;
    }

    .trymore-contact-details {
        gap: 11px;
    }

    .trymore-detail-row {
        gap: 9px !important;
    }

    .trymore-detail-row span,
    .trymore-detail-row a {
        font-size: 12.5px !important;

        /* only wrap on genuinely narrow phones */
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .trymore-contact-line {
        margin: 18px 0 15px;
    }
}



/* =========================================
   CONTACT EXTRA CARDS - STACKED
========================================= */

.contact-extra-row {
    display: block !important;
    width: 100%;
}

/* EACH CARD */
.contact-extra-card {
    width: 100% !important;
    box-sizing: border-box;

    background: #ffffff;

    border-top: 4px solid #bf9431;
    border-radius: 12px;

    padding: 32px 32px 30px;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.09);

    margin-bottom: 24px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* Remove extra gap after last card */
.contact-extra-card:last-child {
    margin-bottom: 0;
}

/* Hover */
.contact-extra-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.13);
}

/* TITLE */
.contact-extra-card h3 {
    margin: 0 0 20px !important;
    padding: 0 !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;

    color: #333333 !important;
}

/* NORMAL TEXT */
.contact-extra-card p {
    margin: 0 0 16px !important;
    padding: 0 !important;

    color: #666666 !important;

    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* TRUSTED TEAM TEXT */
.contact-extra-card .contact-highlight {
    font-family: Georgia, "Times New Roman", serif !important;
    font-style: italic !important;
    color: #4f4f4f !important;
}

/* THANK YOU TEXT */
.contact-extra-card .contact-gold {
    color: #bf9431 !important;
    font-weight: 500 !important;
}

/* NICKY'S DRIVE LINK */
.nicky-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 3px;

    color: #bf9431 !important;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;
}

.nicky-link:hover {
    color: #9f7926 !important;
}

/* HEART */
.nicky-heart {
    color: #bf9431;
    font-size: 21px;
    line-height: 1;
}

/* MOBILE */
@media (max-width: 767px) {

    .contact-extra-card {
        padding: 25px 22px;
        margin-bottom: 18px;
    }

    .contact-extra-card h3 {
        font-size: 19px !important;
        margin-bottom: 16px !important;
    }

    .contact-extra-card p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .contact-extra-card:hover {
        transform: none;
    }
}



/* =========================================
   FOOTER CONTACT DETAILS
========================================= */

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

/* Each row */
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 14px;
    line-height: 1.4;
}

/* Icons */
.footer-contact-item i {
    width: 18px;
    min-width: 18px;

    color: #bf9431 !important;

    font-size: 14px;
    line-height: 1;

    text-align: center;
}

/* Text / links */
.footer-contact-item a {
    color: #777777 !important;

    font-size: 14px;
    font-weight: 400;

    text-decoration: none !important;

    transition: color 0.25s ease;
}

.footer-contact-item a:hover {
    color: #bf9431 !important;
}

/* Mobile */
@media (max-width: 767px) {

    .footer-contact-list {
        gap: 10px;
    }

    .footer-contact-item,
    .footer-contact-item a {
        font-size: 13px;
    }
}