/************************************************/
/* START GENERAL STYLES*/
/************************************************/

.flex-content-block{
    height:100%;
}
.page-template-page-property-residential .comp-listing-prop-link-holder.cta-button:hover, .page-template-page-property-commercial .comp-listing-prop-link-holder.cta-button:hover {
    background: unset;
}
/************************************************/
/* START GENERAL STYLES*/
/************************************************/

/************************************************/
/* START INFORMATION BANNER STYLES*/
/************************************************/
.flex-content-block{
    height:100%;
}
/* Banner Styles */
.site-banner {
    width: 100%;
    background-color: #3d4e57; /* Dark teal/slate background */
    padding: 20px 0;
    text-align: center;
    color: white; /* White text for the entire banner */
    clear: both; /* Clear any floats */
}
.banner-container {
    max-width: 1200px; /* Adjust to match your site's container width */
    margin: 0 auto;
    padding: 0 15px;
}
/* Style the content inside the banner */
.banner-container p {
    margin: 0;
    color: white;
}
/* Make links in the banner visible on the dark background */
.banner-container a {
    color: white;
    text-decoration: underline;
}
.banner-container a:hover {
    color: #f0f0f0; /* Slightly darker white on hover */
}
/* Make sure the banner is properly responsive */
@media (max-width: 768px) {
    .site-banner {
        padding: 8px 0;
    }
    
    .banner-container {
        padding: 0 10px;
    }
}
/************************************************/
/* END INFORMATION BANNER STYLES*/
/************************************************/

/************************************************/
/* START CONTACT FORM 7 DEFAULT STYLES*/
/************************************************/

.wpcf7 .hidden-fields-container {
    display: none;
}
.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
}
.comp-fo-holder {
    width: unset!important;
}
label.comp-fo-privacy-label.fs-sm-label {
    margin: 0 !important;
    padding: 0 !important;
}
fieldset.hidden-fields-container {
    display: none;
}

/************************************************/
/* FINISH CONTACT FORM 7 DEFAULT STYLES*/
/************************************************/

/************************************************/
/* START EXIT POP UP STYLES*/
/************************************************/
/* Main container for consistent width */
.exitPopUpInner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hide unnecessary elements */
.exitPopUpForm fieldset.hidden-fields-container, 
.exitPopUpForm .screen-reader-response, 
.exitPopUpFormName br, 
.exitPopUpFormEmail br {
    display: none;
}

/* Ensure h1 and p text stay within container */
.exitPopUpInner h1,
.exitPopUpInner > p {
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

/* Name and email container */
.exitPopUpFormNameEmailContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Individual input containers */
.exitPopUpFormName, 
.exitPopUpFormEmail {
    padding: 1rem;
    box-sizing: border-box;
}
.exitPopUpFormNameEmailContainer span.wpcf7-not-valid-tip {
    display: block;
    margin: 0.5rem 0 0 0;
    text-align: left;
}
/* Input fields */
.exitPopUpFormNameEmailContainer input {
    border: none;
    height: 50px;
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-size: 16px;
    line-height: 100%;
    background: #fbf4ed;
    padding: 0 1rem;
    width: 100%;
    max-width: 330px;
    box-sizing: border-box;
}

/* Input labels */
.exitPopUpFormName p label, 
.exitPopUpFormEmail p label {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

span.exitPopUpFormLabel {
    margin-bottom: 0.5rem;
    font-family: 'Fraunces', serif;
    font-size: 30px;
    line-height: 100%;
    color: #fbf4ed;
}

/* Privacy consent - EXACT alignment with Your Name input */
.exitPopUpPrivacyConsent {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.exitPopUpPrivacyConsent p {
    width: 100%;
    max-width: 700px;
    padding-left: 1rem;
    box-sizing: border-box;
    color: #2c2c2c;
}

.exitPopUpPrivacyConsent input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 24px;
    height: 24px;
    margin: 0 0.5rem 0 2px;
}

.exitPopUpPrivacyConsent label {
    display: flex;
    align-items: center;
}

.exitPopUpPrivacyConsent a {
    color: #2c2c2c;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

.exitPopUpPrivacyConsent a:hover {
    color: white;
}

/* Submit button */
.exitPopUpFormSubmitBtnContainer {
    width: 100%;
    text-align: center;
    margin: 1rem 0 !important;
}

span.exitPopUpFormSubmitBtn input {
    border-radius: 26px;
    padding: 18px 26px;
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #a04b16;
    border: 1px solid #a04b16;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

span.exitPopUpFormSubmitBtn input:hover {
    background: #fbf4ed;
    color: #a04b16;
}
a.exitPopUpDownloadBtn {
    background: #a04b16;
    color: white;
    border-radius: 22px;
    padding: 0.5rem 2rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.exitPopUpDownloadBtn:hover {
    background: #fbf4ed;
    color: #2c2c2c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/************************************************/
/* END EXIT POP UP STYLES*/
/************************************************/

/************************************************/
/* START SALISBURY SQUARE STYLES*/
/************************************************/

.enquireNowBtn a {
    background: #779898;
    color: #fff !important;
    padding: 10px 15px !important;
    margin-top: 5px;
    border-radius: 22px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.enquireNowBtn a:hover {
    background: #a04b16;
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Target the tab item */
.comp-sta-tab-item[data-id="scroll-property-enquiries"] a {
    display: inline-block;
    background-color: #779898;
    color: #fff !important;
    border-radius: 22px;
    border: 1px solid #779898;
    padding: 10px 15px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Target the tab item on hover */
.comp-sta-tab-item[data-id="scroll-property-enquiries"] a:hover {
    background-color: #a04b16;
    border: 1px solid #a04b16;
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/************************************************/
/* END SALISBURY SQUARE STYLES*/
/************************************************/

/************************************************/
/* START VOLUNTEER AVAILABILITY APPLY STYLES*/
/************************************************/
.page-id-11467 .flex-content-block {
justify-content: center!important;
}
.page-id-11469 .wrapper{
    min-height: 60vh!important;
}
div#wpcf7-f11466-o1 h2 {
    margin-bottom: 1rem;
}

/* Base form styling */
div#wpcf7-f11466-o1 .volunteer-form-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* Hide the screen reader response that's showing visually */
div#wpcf7-f11466-o1 .screen-reader-response {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Hide the default response output */
div#wpcf7-f11466-o1 .wpcf7-response-output {
    display: none !important;
}

/* Section styling */
div#wpcf7-f11466-o1 .form-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

div#wpcf7-f11466-o1 .form-section h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #3d4e57;
    margin-bottom: 20px;
}

/* Form layout */
div#wpcf7-f11466-o1 .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

div#wpcf7-f11466-o1 .form-group {
    flex: 1;
    min-width: 200px;
    position: relative;
}

/* Input styling */
div#wpcf7-f11466-o1 .wpcf7-form input[type="text"],
div#wpcf7-f11466-o1 .wpcf7-form input[type="email"],
div#wpcf7-f11466-o1 .wpcf7-form input[type="tel"],
div#wpcf7-f11466-o1 .wpcf7-form textarea,
div#wpcf7-f11466-o1 .wpcf7-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: "Gill Sans MT W01 Light", sans-serif;
    font-size: 16px;
}

div#wpcf7-f11466-o1 .wpcf7-form textarea {
    height: 120px;
}

/* Placeholder styling */
div#wpcf7-f11466-o1 .wpcf7-form input::placeholder,
div#wpcf7-f11466-o1 .wpcf7-form textarea::placeholder {
    color: #777;
    opacity: 1;
}

/* Error styling */
div#wpcf7-f11466-o1 .wpcf7-not-valid {
    border-color: #dc3232 !important;
    background-color: rgba(255, 0, 0, 0.05) !important;
}

div#wpcf7-f11466-o1 .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    font-family: "Gill Sans MT W01 Light", sans-serif;
}

/* Custom validation message */
div#wpcf7-f11466-o1 .custom-validation-message {
    background-color: #ffeded;
    color: #dc3232;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    font-family: "Gill Sans MT W01 Light", sans-serif;
    font-size: 16px;
    border: 1px solid #dc3232;
}

/* Radio buttons */
div#wpcf7-f11466-o1 .radio-group {
    display: flex;
    gap: 20px;
    margin: 10px 0;
}

div#wpcf7-f11466-o1 .radio-group .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
}

div#wpcf7-f11466-o1 .radio-group input[type="radio"] {
    margin-right: 8px;
}

/* Limitations textarea - ensure it's hidden by default */
div#wpcf7-f11466-o1 #limitations-details {
    display: none;
    margin-top: 15px;
}

/* When shown, add some styling */
div#wpcf7-f11466-o1 #limitations-details.visible {
    display: block;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #3498db;
}


/* Selected days display */
div#wpcf7-f11466-o1 .selected-days-container {
    margin-top: 20px;
}

div#wpcf7-f11466-o1 .selected-area {
    background-color: #e8f4f8;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
}

div#wpcf7-f11466-o1 .selected-area h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #3d4e57;
}

div#wpcf7-f11466-o1 .selected-days {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

div#wpcf7-f11466-o1 .selected-day {
    background-color: #3498db;
    color: white;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
}

/* Submit button */
div#wpcf7-f11466-o1 .apply-button {
    display: block;
    padding: 14px 20px;
    background-color: #967553;
    font-family: "Gill Sans MT W01 Medium", sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: none;
    cursor: pointer;
}

div#wpcf7-f11466-o1 .apply-button:hover {
    background-color: #3d4e57;
}

/* Checkbox styling */
div#wpcf7-f11466-o1 .wpcf7-acceptance input[type="checkbox"] {
    margin-right: 8px;
}

div#wpcf7-f11466-o1 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
/* Radio button styling */
div#wpcf7-f11466-o1 .radio-group input[type="radio"] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
    margin-right: 8px;
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
}

div#wpcf7-f11466-o1 .radio-group .wpcf7-list-item {
    margin: 0 20px 0 0;
    display: inline-flex;
    align-items: center;
}

div#wpcf7-f11466-o1 .radio-group .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    div#wpcf7-f11466-o1 .form-row {
        flex-direction: column;
        gap: 10px;
    }
    
    div#wpcf7-f11466-o1 .form-section h2 {
        font-size: 24px;
        line-height: 30px;
    }
    
    div#wpcf7-f11466-o1 .apply-button {
        width: 100%;
    }
}

/************************************************/
/* END VOLUNTEER AVAILABILITY APPLY STYLES*/
/************************************************/

/************************************************/
/* START FAQ COMPONENT STYLES*/
/************************************************/
.faq-main-title {
    font-family: "Cormorant Garamond", serif; /* Match the font of the FAQ titles */
    font-weight: 500;
    font-size: 36px; /* Slightly larger than the FAQ titles */
    margin-bottom: 30px;
    text-align: center; /* Center the title */
}

/* For the single-column layout, ensure the title is centered */
section.content.hospitality.hospitality-single-column .faq-main-title {
    width: 100%;
    text-align: center;
}
section.content.hospitality.hospitality-single-column .flex-content-block {
    justify-content: center!important;
}

section.content.hospitality.hospitality-single-column .col-xs-12 {
    width: 100%;
    max-width: 800px;
}

section.content.hospitality.hospitality-single-column .faq-holder {
    width: 100% !important;
    margin: 0 auto !important;
}
/* Force two-column layout as a fallback */
section.content.hospitality .col-xs-12.col-md-6 {
    width: 50% !important;
    max-width: none !important;
}

section.content.hospitality .flex-content-block {
    justify-content: flex-start !important;
}
/************************************************/
/* END FAQ COMPONENT STYLES*/
/************************************************/


/************************************************/
/* START PROPERTY STYLES*/
/************************************************/
.comp-listing-prop-block.add-flex-fix {
    width:100%!important;
}
/************************************************/
/* FINISH PROPERTY STYLES*/
/************************************************/