:root {
    --body: #333;
    --title: black;
    --bg: white;
    --primary: #e3572b;
    --desktop-margin: 150px;
    --tablet-margin: 100px;
    --landscape-margin: 80px;
    --mobile-margin: 60px;
    --warm-black: #2b2623;
}

/* CONTACT FORM 7 */
/* CONTACT FORM 7 */
/* Contact Form 7 - Complete Webflow Style Matching */

/* Form Container */
.wpcf7-form {
    margin: 0 0 15px;
}

/* Contact Form */
.contact-form {
    margin-bottom: 0;
}

/* Form Wrap */
.form-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

/* Message field spans full width */
#message-field,
.message-field {
    grid-column: 1 / -1;
}

/* Field Labels */
.field-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    margin-bottom: 5px;
}

/* Input Fields - Target CF7 default classes */
.wpcf7-form .wpcf7-form-control.wpcf7-text,
.wpcf7-form .wpcf7-form-control.wpcf7-email,
.wpcf7-form .wpcf7-form-control.wpcf7-tel,
.wpcf7-form .input,
.w-input {
    color: var(--body, #333) !important;
    background-color: white !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 8px 12px !important;
    padding-right: 0 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    display: block !important;
    width: 100% !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7-form .wpcf7-form-control.wpcf7-email::placeholder,
.wpcf7-form .wpcf7-form-control.wpcf7-tel::placeholder,
.wpcf7-form .input::placeholder,
.w-input::placeholder {
    color: #999 !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form .wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form .wpcf7-form-control.wpcf7-tel:focus,
.wpcf7-form .input:focus,
.w-input:focus {
    border-bottom-color: #000 !important;
    border-color: #3898EC !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text[disabled],
.wpcf7-form .wpcf7-form-control.wpcf7-email[disabled],
.wpcf7-form .wpcf7-form-control.wpcf7-tel[disabled],
.wpcf7-form .input[disabled],
.w-input[disabled],
.wpcf7-form .wpcf7-form-control.wpcf7-text[readonly],
.wpcf7-form .wpcf7-form-control.wpcf7-email[readonly],
.wpcf7-form .wpcf7-form-control.wpcf7-tel[readonly],
.wpcf7-form .input[readonly],
.w-input[readonly] {
    cursor: not-allowed !important;
    background-color: #eeeeee !important;
}

/* Textarea specific - Updated padding */
.wpcf7-form .wpcf7-form-control.wpcf7-textarea,
.wpcf7-form .textarea,
textarea.w-input {
    color: var(--body, #333) !important;
    background-color: white !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 0 !important;
    min-height: 100px !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 8px 12px !important; /* Fixed padding to match text inputs */
    font-size: 14px !important;
    line-height: 150% !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Number Field - Match text input styling */
.wpcf7-form .wpcf7-form-control.wpcf7-number,
.wpcf7-form input[type="number"] {
    color: var(--body, #333) !important;
    background-color: white !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 8px 12px !important;
    padding-right: 0 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    display: block !important;
    width: 100% !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-number::placeholder,
.wpcf7-form input[type="number"]::placeholder {
    color: #999 !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form input[type="number"]:focus {
    border-bottom-color: #000 !important;
    border-color: #3898EC !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-number[disabled],
.wpcf7-form input[type="number"][disabled],
.wpcf7-form .wpcf7-form-control.wpcf7-number[readonly],
.wpcf7-form input[type="number"][readonly] {
    cursor: not-allowed !important;
    background-color: #eeeeee !important;
}

/* Select/Dropdown Field - Match other form inputs */
.wpcf7-form .wpcf7-form-control.wpcf7-select,
.wpcf7-form select,
.w-select {
    color: var(--body, #333) !important;
    background-color: white !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    line-height: 150% !important;
    display: block !important;
    width: 100% !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666' d='m2 0-2 2h4zm0 5 2-2h-4z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 12px !important;
    padding-right: 32px !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form select:focus,
.w-select:focus {
    border-bottom-color: #000 !important;
    border-color: #3898EC !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-select[disabled],
.wpcf7-form select[disabled],
.w-select[disabled],
.wpcf7-form .wpcf7-form-control.wpcf7-select[readonly],
.wpcf7-form select[readonly],
.w-select[readonly] {
    cursor: not-allowed !important;
    background-color: #eeeeee !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-select[multiple],
.wpcf7-form select[multiple],
.w-select[multiple] {
    height: auto !important;
    min-height: 100px !important;
    background-image: none !important;
    padding-right: 12px !important;
}

form p {
    margin: 20px 0 !important;
}
form p .wpcf7-radio, form p .wpcf7-checkbox{
    margin-top: 6px !important;
    display: inline-block;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder,
.wpcf7-form .textarea::placeholder,
textarea.w-input::placeholder {
    color: #999 !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus,
.wpcf7-form .textarea:focus,
textarea.w-input:focus {
    border-bottom-color: #000 !important;
    border-color: #3898EC !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/* Form Bottom */
.form-bottom {
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    display: flex;
}

/* Submit Button - Target actual CF7 classes */
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    -webkit-appearance: button !important;
    transition: background-color .3s !important;

    /* Primary button styles */
    background-color: var(--primary) !important;
    color: #fff !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 40px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    line-height: 120% !important;
    text-decoration: none !important;
    cursor: pointer !important;
    display: inline-block !important;
}

/* Hover state */
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    transition: background-color .3s !important;
    background-color: #000 !important;
}

/* Fallback for w-button class if used */
.wpcf7-form .primary-button,
.wpcf7-form .w-button {
    background-color: var(--primary) !important;
    color: #fff !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 40px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    line-height: 120% !important;
    text-decoration: none !important;
    cursor: pointer !important;
    display: inline-block !important;
}

/* Checkbox Label */
.checkbox-label,
.w-form-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}

.checkbox-label a {
    color: inherit;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

/* CF7 Response Messages */
.wpcf7-form .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
    padding: 10px !important;
    text-align: center !important;
    font-size: 14px !important;
    border: none !important;
    color: #fff !important;
    background-color: #cc0000 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #15b12c !important;
}

/* Success Message */
.wpcf7-form .wpcf7-mail-sent-ok,
.success-message,
.w-form-done {
    display: block !important;
    background-color: var(--bg, #dddddd) !important;
    color: #000 !important;
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    padding: 20px !important;
}

/* Error Messages */
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng,
.error-message,
.w-form-fail {
    display: block !important;
    color: #000 !important;
    text-align: center !important;
    background-color: #ffdede !important;
    padding: 10px !important;
    margin-top: 10px !important;
}

/* Validation Error Styling */
.wpcf7-form .wpcf7-not-valid {
    border-color: #ff0000 !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #ff0000 !important;
    font-size: 12px !important;
    line-height: normal !important;
    margin-top: 4px !important;
}

/* General form elements */
label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal !important;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

.w-select {
    background-color: #f3f3f3;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-select[multiple] {
    height: auto;
}

/* Radio Buttons (if needed) */
.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    margin: 4px 0 0;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-wrap {
        grid-template-columns: 1fr !important;
        grid-row-gap: 30px !important;
        grid-column-gap: 0 !important;
    }

    .form-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
        grid-column-gap: 0 !important;
    }
}

/* Loading State */
.wpcf7-form.submitting .wpcf7-form-control.wpcf7-submit,
.wpcf7-form.submitting .primary-button {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* fix */
input[type='checkbox'],
input[type='radio'] {
    height: 20px;
    width: 20px;
    margin-right: 6px;
}

/* Make the main label container a flex container */
.label-reg {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Make the checkbox wrapper order first and not shrink */
.wpcf7-form-control-wrap[data-name="acceptance"] {
    order: -1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

/* Remove the line break effect */
.label-reg br {
    display: none;
}

/* Keep error message with the checkbox wrapper but on new line */
.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
    color: #ff0000;
    width: 200px;
    /* Set a width so it doesn't affect the main layout */
}

/* Make sure the text content flows properly */
.label-reg {
    flex-direction: row;
    align-items: flex-start;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 4px 4px 0 0;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


.wpcf7-checkbox .wpcf7-list-item label, .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 5px;
}

.wpcf7-list-item {
    margin: 0 0 0 1.6em;
}

.required {
    font-weight: 400;
    font-style: italic;
}

/* CONTACT FORM 7 */
/* CONTACT FORM 7 */

.page-id-22 .contact-wrap {
    align-items: flex-start;
}


.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-pagination-previous,
.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

body {
    color: var(--body);
    background-color: #f7f7f7;
    font-family: Instrument Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
}

h1 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 500;
    line-height: 150%;
}

h2 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 400;
    line-height: 150%;
}

h3 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 125%;
}

h4 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
}

h5 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

h6 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

a {
    color: var(--body);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
}

li {
    margin-bottom: 15px;
}

blockquote {
    background-color: var(--bg);
    border-left: 3px solid #000;
    margin-bottom: 40px;
    padding: 40px;
    font-size: 18px;
    line-height: 170%;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-data {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.navbar-menu {
    grid-column-gap: 30px;
    border: 1px solid #00000026;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    display: flex;
}

.navbar {
    background-color: #0000;
    padding-top: 12px;
    padding-bottom: 12px;
}

.top-line {
    background-color: #000;
    width: 24px;
    height: 1px;
}

.center-line {
    background-color: #000;
    width: 24px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.bottom-line {
    background-color: #000;
    width: 24px;
    height: 1px;
}

.navbar-right {
    grid-column-gap: 5px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.navbar-button {
    grid-column-gap: 10px;
    color: #000;
    border: 1px solid #00000026;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    display: flex;
}

.navbar-button.mobile {
    display: none;
}

.navbar-button.desktop {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-location {
    border: 1px solid #00000026;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    transition: border-color .3s, background-color .3s;
    display: flex;
}

.navbar-location:hover {
    border-color: var(--primary);
    background-color: var(--primary);
}

.navbar-search {
    border: 1px solid #00000026;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    transition: background-color .3s, border-color .3s;
    display: flex;
}

.navbar-search:hover {
    border-color: var(--primary);
    background-color: var(--primary);
}

.navbar-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
}

.navbar-link {
    color: #000;
    flex: none;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    transition: color .3s;
}

.navbar-link:hover,
.navbar-link.w--current:hover {
    color: var(--primary);
}

.home-link {
    grid-column-gap: 8px;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    transition: color .3s;
    display: flex;
}

.home-link:hover {
    color: var(--primary);
}

.page-title {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-title {
    margin-bottom: 0;
}

.main-title.center {
    text-align: center;
}

.page-data {
    margin-bottom: var(--desktop-margin);
}

.body-large {
    font-size: 18px;
}

.sg-section {
    margin-bottom: var(--desktop-margin);
}

.font-wrap {
    grid-column-gap: 40px;
    display: flex;
}

.font-block {
    border: 1px solid #000;
    width: 100%;
    max-width: 300px;
}

.heading-text {
    padding: 40px;
}

.title-text {
    margin-bottom: 0;
    font-size: 100px;
    font-weight: 600;
    line-height: 100%;
}

.font-info {
    border-top: 1px solid #000;
    padding: 20px;
}

.font-data {
    margin-bottom: 0;
}

.body-font {
    margin-bottom: 0;
    font-size: 100px;
    font-weight: 300;
    line-height: 100%;
}

.style-head {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    border: 1px solid #000;
    border-bottom: 0 #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 140px 100px 100px;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding: 25px;
    display: grid;
}

.style-text {
    text-align: right;
}

.style-table {
    border-bottom: 1px solid #000;
}

.style-row {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    border: 1px solid #000;
    border-bottom: 0 #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 200px 100px 100px;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding: 25px 25px 15px;
    display: grid;
}

.body-small {
    font-size: 14px;
    line-height: 150%;
}

.color-wrap {
    grid-column-gap: 30px;
    margin-top: 30px;
    display: flex;
}

.color-style {
    background-color: var(--primary);
    width: 250px;
    height: 225px;
}

.color-style.title-color {
    background-color: #000;
}

.color-style.body-color {
    background-color: var(--body);
}

.color-style.bg {
    background-color: var(--bg);
    border: 1px solid #0000001a;
}

.color-info {
    color: #000;
    border: 1px solid #0000001a;
    border-top: 0 #0000001a;
    padding: 20px;
}

.color-title {
    margin-bottom: 0;
}

.button-wrap {
    grid-column-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
}

.button-wrap.right {
    justify-content: flex-end;
    align-items: stretch;
}

.button-wrap.center {
    justify-content: center;
    align-items: center;
}

.primary-button {
    background-color: var(--primary);
    color: #fff;
    border-style: none;
    border-width: 0;
    border-radius: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 22px;
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
}

.primary-button.hover {
    transition: background-color .3s;
}

.primary-button.hover:hover {
    background-color: #000;
}

.primary-button.outline {
    color: #000;
    background-color: #0000;
    border: 1px solid #000;
}

.button-text {
    position: relative;
    overflow: hidden;
}

.hover-text {
    position: absolute;
}

.secondary-button {
    grid-column-gap: 10px;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
    display: flex;
}

.link-icon {
    justify-content: center;
    align-items: center;
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hover-arrow {
    position: absolute;
    inset: 0% auto 0% -110%;
}

.rich-text {
    width: 100%;
    max-width: 900px;
    margin-top: 30px;
}

.footer {
    color: #999;
    background-color: #000;
}

.footer-bottom {
    border-top: 1px solid #fff3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ft-bottom {
    grid-column-gap: 40px;
    color: #999;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.footer-wrap {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 80px;
    padding-bottom: 96px;
    display: flex;
}

.footer-left {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 25%;
    display: flex;
}

.footer-right {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 52%;
    display: grid;
}

.ft-text {
    border-top: 1px solid #ffffff26;
    margin-top: 25px;
    margin-bottom: 0;
    padding-top: 15px;
}

.ft-title {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff26;
    margin-bottom: 20px;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}

.ft-info {
    margin-bottom: 30px;
}

.footer-button {
    color: #000;
    background-color: #fff;
    border-radius: 40px;
    padding: 12px 22px;
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
}

.form {
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
}

.ft-input {
    color: #fff;
    background-color: #0000;
    border: 1px solid #ffffff26;
    border-radius: 40px;
    height: auto;
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 150%;
}

.ft-input:focus {
    border-color: #ffffff80;
}

.ft-bottom-link {
    color: #999;
    text-decoration: none;
    transition: color .3s;
}

.ft-bottom-link:hover {
    color: var(--primary);
}

.ft-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.ft-link {
    color: #999;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    transition: color .3s;
}

.ft-link:hover,
.ft-link.w--current {
    color: var(--primary);
}

.footer-form {
    margin-bottom: 0;
}

.policy-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
}

.policy-list {
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
}

.policy-item {
    margin-bottom: 0;
}

.plain-link {
    text-decoration: none;
}

.plain-link:hover {
    text-decoration: underline;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    background-color: var(--bg);
    text-align: center;
    border: 1px solid #000;
    flex-direction: column;
    width: 100%;
    max-width: 588px;
    margin-bottom: 0;
    padding: 60px;
    display: flex;
}

.sub-icon {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
}

.sub-title {
    grid-column-gap: 8px;
    color: var(--title);
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 100%;
    display: flex;
}

.contact-prod {
    background-color: var(--body);
    margin-bottom: 0;
    padding: 100px 0;
}

.contact-prod .container {
    max-width: 700px;
    padding: 40px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-wrap {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.contact-right {
    width: 100%;
    max-width: 56%;
}

.contact-img {
    background-color: var(--bg);
    width: 100%;
    max-width: 44%;
    position: relative;
    overflow: hidden;
}

.section-image {
    width: 100%;
}

.section-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

story-img img {
    width: 100%;
}

.contact-text {
    margin-bottom: 30px;
}

.get-in-touch {
    margin-bottom: var(--desktop-margin);
}

.gt-right {
    grid-column-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 58%;
    display: block;
}

.gt-left {
    width: 100%;
    max-width: 42%;
}

.gt-wrap {
    grid-column-gap: 80px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.gt-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gt-sub-title {
    margin-bottom: 5px;
}

.gt-social {
    grid-column-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.social-wrap {
    grid-column-gap: 10px;
    display: flex;
}

.social-link {
    border: 1px solid #0000001a;
    border-radius: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    transition: border-color .3s, background-color .3s;
    display: flex;
}

.social-link:hover {
    background-color: var(--bg);
    border-color: #00000080;
}

.gt-img {
    background-color: var(--bg);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gt-data {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    display: flex;
}

.gt-heading {
    margin-bottom: 8px;
}

.faq {
    margin-bottom: var(--desktop-margin);
}

.section-title {
    margin-bottom: 20px;
}

.faq-wrap {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.faq-img {
    background-color: var(--bg);
    width: 100%;
    max-width: 38%;
    position: relative;
    overflow: hidden;
}

.faq-data {
    width: 100%;
    max-width: 62%;
}

.ans {
    background-color: #0000;
    display: block;
    position: relative;
    overflow: hidden;
}

.faq-info {
    border-bottom: 1px solid #0003;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-info.top {
    padding-top: 0;
}

.ans-box {
    padding-top: 10px;
    padding-left: 36px;
}

.que-text {
    text-transform: none;
    white-space: normal;
    word-break: normal;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 170%;
}

.que {
    grid-column-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
}

.horizontal-line {
    background-color: #000;
    width: 15px;
    height: 1px;
    position: absolute;
}

.que-icon {
    justify-content: center;
    align-items: center;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    display: flex;
}

.ans-text {
    margin-bottom: 0;
}

.verticle-line {
    background-color: #000;
    width: 1px;
    height: 15px;
}

.reviews {
    margin-bottom: var(--desktop-margin);
}

.empty-state {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
}

.review-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.review-item {
    display: flex;
}

.pagination {
    grid-column-gap: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 40px;
}

.review-block {
    grid-row-gap: 60px;
    border: 1px solid #0000001a;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
    display: flex;
}

.review-text {
    margin-bottom: 0;
}

.review-data {
    grid-column-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.review-name {
    color: #000;
    font-size: 16px;
    line-height: 170%;
}

.review-img {
    background-color: var(--bg);
    border-radius: 50%;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.review-image {
    object-fit: cover;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
}

.cta {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.cta-wrap {
    grid-row-gap: 76px;
    text-align: center;
    flex-flow: column;
    display: flex;
}

.cta-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 500;
    line-height: 150%;
}

.cta-text {
    color: #fff;
    width: 100%;
    max-width: 70%;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.cta-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.cta-data {
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.related-posts {
    margin-bottom: var(--desktop-margin);
}

.blogs-wrapper {
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
}

.post-list {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.post-item {
    display: flex;
}

.post-block {
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.post-img {
    background-color: var(--bg);
    width: 100%;
    overflow: hidden;
}

.post-image {
    object-fit: cover;
    width: 100%;
    min-height: 320px;
    max-height: 320px;
}

.post-title {
    color: var(--title);
    margin-top: 10px;
    font-size: 20px;
    line-height: 150%;
}

.post-date {
    grid-column-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.post-date.mobile {
    display: none;
}

.featured-post {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.fp-img {
    background-color: var(--bg);
    width: 100%;
    max-width: 55%;
    overflow: hidden;
}

.fp-image {
    object-fit: cover;
    width: 100%;
    min-height: 474px;
    max-height: 474px;
}

.fp-right {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 45%;
    display: flex;
}

.fp-title {
    margin-bottom: 25px;
}

.fp-info {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 170%;
}

.fp-link {
    grid-column-gap: 10px;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
    display: flex;
}

.post-main-title {
    font-size: 38px;
}

.post-info {
    width: 100%;
    max-width: 75%;
    margin-bottom: 0;
}

.post-main {
    margin-bottom: var(--desktop-margin);
}

.post-man-img {
    background-color: var(--bg);
    width: 100%;
}

.post-main-image img  {
    object-fit: cover;
    width: 100%;
    min-height: 600px;
    max-height: 600px;
}

.post-wrap {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.faq-heading {
    margin-bottom: 0;
}

.author-title {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.author-img {
    background-color: var(--bg);
    border-radius: 50%;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.author-image {
    object-fit: cover;
    width: 100%;
    min-height: 60px;
    max-height: 60px;
}

.services {
    margin-bottom: var(--desktop-margin);
}

.service-list {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.service-item {
    display: flex;
}

.service-block {
    grid-row-gap: 40px;
    background-color: var(--bg);
    border: 1px solid #0000001a;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 35px;
    text-decoration: none;
    transition: border-color .3s;
    display: flex;
}

.service-block:hover {
    border-color: #00000080;
}

.service-icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
}

.service-title {
    margin-top: 25px;
    margin-bottom: 5px;
}

.service-main {
    margin-bottom: var(--desktop-margin);
}

.service-img {
    background-color: var(--bg);
    width: 100%;
}

.service-image {
    object-fit: cover;
    width: 100%;
    min-height: 600px;
    max-height: 600px;
}

.service-details {
    grid-row-gap: 50px;
    flex-flow: column;
    margin-top: 40px;
    display: flex;
}

.service-overview ul {
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
}

.service-overview li {
    margin-bottom: 0;
}

.service-bottom {
    margin-top: 20px;
    display: flex;
}

.agents-box {
    z-index: 9999;
    grid-column-gap: 60px;
    background-color: var(--bg);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1336px;
    padding: 60px;
    display: flex;
    position: relative;
}

.agent-main-img {
    background-color: #f7f7f7;
    width: 100%;
    max-width: 40%;
}

.agent-main-image {
    object-fit: cover;
    width: 100%;
    min-height: 512px;
    max-height: 512px;
}

.agent-right {
    grid-row-gap: 50px;
    flex-flow: column;
    width: 100%;
    max-width: 60%;
    display: flex;
}

.agent-text {
    width: 100%;
    max-width: 65%;
    margin-bottom: 20px;
}

.agent-bottom {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.agent-contact {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    transition: color .3s;
    display: flex;
}

.agent-contact:hover {
    color: var(--primary);
}

.agent-icon {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
}

.agent-close {
    background-color: var(--bg);
    justify-content: center;
    align-items: center;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    display: flex;
    position: absolute;
    inset: -55px 0% auto auto;
}

.agents {
    margin-bottom: var(--desktop-margin);
}

.agent-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.agent-block {
    background-color: var(--bg);
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.agent-img {
    object-fit: cover;
    width: 100%;
    min-height: 500px;
    max-height: 500px;
}

.agent-data {
    color: #fff;
    border-top: 1px solid #ffffff59;
    border-bottom: 1px solid #ffffff59;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    position: absolute;
    inset: auto 30px 30px;
}

.agent-name {
    font-size: 22px;
    line-height: 150%;
}

.agent-linear {
    background-image: linear-gradient(#0000 50%, #00000080);
    position: absolute;
    inset: 0%;
}

.service-top {
    grid-row-gap: 35px;
    flex-flow: column;
    display: flex;
}

.service-features ul {
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.service-features li {
    background-image: url('../images/ic-check.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-left: 20px;
}

.about {
    margin-bottom: var(--desktop-margin);
}

.about-wrap {
    grid-column-gap: 60px;
    justify-content: space-between;
    display: flex;
}

.about-left {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 50%;
    display: flex;
}

.about-right {
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: 40%;
    display: flex;
}

.about-img {
    background-color: var(--bg);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about-img.mobile {
    position: relative;
    overflow: hidden;
}

.about-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-top {
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: 82%;
    display: flex;
}

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

.about-facts {
    grid-column-gap: 30px;
    justify-content: space-between;
    display: flex;
}

.af-block {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 170%;
    display: flex;
}

.af-info {
    color: #000;
    font-size: 38px;
    line-height: 100%;
}

.af-line {
    background-color: #d9d9d9;
    width: 1px;
    height: auto;
}

.mission {
    margin-bottom: var(--desktop-margin);
}

.mission-wrap {
    grid-column-gap: 70px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.mission-left {
    grid-row-gap: 230px;
    flex-flow: column;
    width: 100%;
    max-width: 58%;
    display: flex;
}

.mission-img {
    background-color: var(--bg);
    width: 100%;
    max-width: 42%;
    position: relative;
    overflow: hidden;
}

.mission-title {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 130%;
}

.mission-text {
    border-bottom: 1px solid #0000001a;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.mission-bottom {
    grid-column-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
}

.team {
    margin-bottom: var(--desktop-margin);
}

.team-wrap {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.team-block {
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
}

.team-img {
    background-color: var(--bg);
    width: 100%;
}

.team-image {
    object-fit: cover;
    width: 100%;
    min-height: 360px;
    max-height: 360px;
}

.team-data {
    font-size: 14px;
    line-height: 150%;
}

.team-name {
    margin-bottom: 0;
}

.agent-item {
    display: flex;
}

.agent-modal {
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
}

.agent-title {
    margin-bottom: 5px;
}

.agent-bg {
    background-color: #0003;
    position: absolute;
    inset: 0%;
}

.property-item {
    display: flex;
}

.property-list {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
}

.property-block {
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.property-img {
    background-color: var(--bg);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.property-img img {
    object-fit: cover;
    width: 100%;
    min-height: 350px;
    max-height: 350px;

    transform: scale(1.05); /* Start zoomed in slightly */
    transition: transform 0.5s ease; /* Smooth scaling transition */
}

/* On hover: scale back to normal size */
.fp-block:hover .property-img img {
    transform: scale(1); /* Scale back to normal */
}

.property-image {
    object-fit: cover;
    width: 100%;
    min-height: 445px;
    max-height: 445px;
}

/* Specific styles for SVG images */
.property-img img[src$=".svg"] {
    object-fit: contain; /* Better for SVGs to maintain aspect ratio */
    object-position: left center;
    min-height: 180px;   /* Smaller size limit for SVGs */
    max-height: 180px;
    padding: 40px;       /* Add some padding to SVGs if needed */
    text-align: left;
}

/* Hover effects */
.fp-block:hover .property-img img {
    transform: scale(1);
}

/* SVG-specific hover if you want different behavior */
.fp-block:hover .property-img img[src$=".svg"] {
    transform: scale(1.1); /* Different hover effect for SVGs */
}

.property-image img {
    object-fit: cover;
    width: 100%;
    min-height: 445px;
    max-height: 445px;
}

.page-id-20 .properties, .blog .properties {
    margin-top: 0;
    margin-bottom: 100px;
}

.property-name {
    margin-bottom: 2px;
}

.property-data {
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.properties {
    margin-bottom: var(--desktop-margin);
    margin-top: var(--desktop-margin);
}

.property-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.property-main {
    margin-bottom: var(--desktop-margin);
}

.property-main-img {
    background-color: var(--bg);
    width: 100%;
    margin-bottom: 60px;
}

.property-main-image {
    object-fit: cover;
    width: 100%;
    min-height: 700px;
    max-height: 700px;
}

.gallery-img {
    display: flex;
}

.gallery-section {
    margin-bottom: var(--desktop-margin);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

.gallery-image {
    object-fit: cover;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}

.lightbox {
    width: 100%;
    overflow: hidden;
}

.property-listing {
    grid-column-gap: 100px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 250px 250px;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-left: 20px;
    display: grid;
}

.floor-plan-icon {
    background-color: #f7f7f7;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.property-tab-menu {
    grid-column-gap: 60px;
    border-bottom: 1px solid #0003;
    margin-bottom: 30px;
    display: flex;
}

.property-list-item {
    margin-bottom: 0;
}

.property-tab {
    color: #000;
    background-color: #0000;
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
}

.property-tab.w--current {
    background-color: #0000;
    border-bottom: 1px solid #000;
}

.location-details {
    max-height: 608px;
}

.property-list-text {
    grid-column-gap: 5px;
    flex-wrap: nowrap;
    display: flex;
}

.property-overview {
    width: 100%;
    min-width: 900px;
    max-width: 900px;
    margin-bottom: 30px;
}

.amenities-list {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 200px 200px;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
}

.property-form {
    background-color: var(--bg);
    border: 1px solid #0000001a;
    width: 100%;
    padding: 30px;
}

.property-info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.floor-image {
    max-height: 600px;
}

.property-info-wrap {
    grid-column-gap: 70px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.property-button {
    margin-top: 40px;
    display: flex;
}

.amenities-details {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.amenities-item {
    display: flex;
}

.property-text {
    margin-bottom: 35px;
}

.form-button {
    flex-flow: column;
    margin-top: 30px;
    display: flex;
}

.pf-input {
    color: var(--body);
    background-color: #0000;
    background-image: url('../images/ic-client.svg');
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #0000001a;
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
    padding: 8px 8px 8px 42px;
    font-size: 16px;
    line-height: 150%;
}

.pf-input:focus {
    border-color: #00000080;
}

.pf-input::placeholder {
    color: var(--body);
    font-size: 14px;
}

.pf-input.email {
    background-image: url('../images/ic-f-email.svg');
}

.pf-input.phone {
    background-image: url('../images/ic-f-call.svg');
}

.pf-form {
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
}

.property-heading {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.property-title {
    margin-bottom: 2px;
}

.property-line {
    background-color: #000;
    width: 10px;
    height: 1px;
}

.property-info {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.property-right {
    grid-column-gap: 22px;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
}

.property-divider {
    background-color: #0000001a;
    width: 1px;
    height: auto;
}

.property-box {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.pb-text {
    grid-column-gap: 4px;
    display: flex;
}

.review-wrap {
    grid-column-gap: 20px;
    flex-flow: row;
    margin-bottom: 20px;
    display: flex;
}

.review-left {
    background-color: var(--bg);
    width: 100%;
    max-width: 40%;
    position: relative;
    overflow: hidden;
}

.review-right {
    grid-row-gap: 40px;
    background-color: var(--warm-black);
    color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 60%;
    padding: 60px;
    display: flex;
}

.testimonial-text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 150%;
}

.testimonial-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testimonial-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testimonial-title {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 150%;
}

.why-choose {
    margin-bottom: var(--desktop-margin);
    margin-top: var(--desktop-margin);
}

.wc-wrap {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.wc-left {
    width: 100%;
    max-width: 42%;
}

.wc-right {
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    max-width: 80%;
    margin-top: 30px;
    display: flex;
}

.wc-info-text {
    font-size: 27px;
    line-height: 120%;
}

.wc-data {
    grid-column-gap: 4px;
    color: #000;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 18px;
    line-height: 150%;
    display: flex;
}

.wc-text {
    width: 100%;
    max-width: 80%;
    margin-bottom: 0;
}

.wc-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.featured-properties {
    margin-bottom: var(--desktop-margin);
}

.featured-property {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 40px;
}

.fp-thumb img {
    object-fit: cover;
    width: 100%;
    min-height: 350px;
    max-height: 350px;
}

.fp-thumb-contain img {
    object-fit: contain;
    width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    transform: none;
    transition: none;
}

.fp-block {
    /* grid-row-gap: 15px; */
    flex-flow: column;
    width: 100%;
    text-decoration: none;
    flex: 0 1 calc(33.333% - 40px);
}

.fp-block:nth-last-child(-n+2):first-child,
.fp-block:nth-last-child(-n+2):first-child ~ .fp-block {
    flex: 0 1 calc(50% - 40px);
}

.fp-data {
    grid-column-gap: 30px;
    background-color: var(--bg);
    border: 1px solid #0000001a;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.fp-data-not-container {
    grid-column-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 20px 20px 0;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.fp-name {
    margin-bottom: 0;
}

.fp-location {
    z-index: 2;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    background-color: #ffffff24;
    width: auto;
    margin-right: 20px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 150%;
    position: absolute;
    inset: 20px auto auto 20px;
    transition: background-color 0.6s ease-out;
}

.fp-block:hover .fp-location {
    background-color: var(--primary); 
}

.our-story {
    margin-bottom: var(--desktop-margin);
}

.story-heading {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.story-title {
    margin-bottom: 0;
    line-height: 130%;
}

.story-wrap {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.story-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    max-width: 42%;
    display: flex;
}

.story-img {
    background-color: var(--bg);
    width: 100%;
    max-width: 58%;
    position: relative;
    overflow: hidden;
}

.story-sub-title {
    text-transform: none;
    white-space: normal;
    word-break: normal;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.story-box {
    padding-top: 5px;
}

.hero {
    margin-bottom: var(--desktop-margin);
    background-image: linear-gradient(#0006, #0006);
    position: relative;
}

.hero-wrapper {
    color: #fff;
    padding-top: 160px;
    padding-bottom: 160px;
}

.hero-title-wrap {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
}

.hero-title-block {
    overflow: hidden;
    width: 100%;
}

.hero-title {
    color: #fff;
    margin-bottom: 6px;
    font-size: 68px;
    line-height: 100%;
    width: 60%;
}

.hero-text {
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
    font-weight: 500;
}

.hero-button {
    margin-top: 40px;
    display: flex;
}

.search-open {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    padding: 24px;
    display: none;
    position: absolute;
    inset: 0 0 auto;
}

.searchbar {
    grid-column-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.search-input {
    color: #333;
    background-image: url('../images/ic-search.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 0 #000;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 32px;
    line-height: 150%;
}

.search-input::placeholder {
    color: #333;
    font-size: 16px;
    line-height: 150%;
}

.close-icon {
    justify-content: center;
    align-items: center;
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
    display: flex;
    overflow: visible;
}

.d-none {
    display: none;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.search-result-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.search-result {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    display: flex;
}

.error-info {
    margin-top: 50px;
}

.error-data {
    background-color: var(--bg);
    text-align: center;
    border: 1px solid #000;
    flex-direction: column;
    width: 100%;
    max-width: 588px;
    padding: 80px 100px;
    display: flex;
}

.pass-field {
    margin-top: 50px;
    margin-bottom: 25px;
}

.pass-text {
    width: 100%;
    max-width: 70%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.on-scroll {
    background-color: var(--bg);
    width: 102%;
    height: 102%;
    display: none;
    position: absolute;
    inset: 0%;
}

.story-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
}

.hero-image {
    z-index: -1;
    position: absolute;
    inset: 0%;
}

.hero-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

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

.cta-image-wrapper {
    z-index: -1;
    position: absolute;
    inset: 0%;
}

.cta-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sunflex {
    margin-bottom: var(--desktop-margin);
}

section.gallery {
    margin-bottom: 0;
    margin-top: 0;
    background-color: var(--warm-black);
}

.gallery-wrapper {
    margin-top: 150px;
    margin-bottom: 150px;
}

.review-wrap-reverse {
    grid-column-gap: 20px;
    flex-flow: row-reverse;
    margin-bottom: 20px;
    display: flex;
}

.story-sub-title-short {
    text-transform: none;
    white-space: normal;
    word-break: normal;
    width: 60%;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.section-heading-white {
    color: var(--bg);
}

.slider {
    background-color: var(--warm-black);
    height: 100%;
}

.slide {
    text-align: center;
}
.slide img {
    object-fit: contain;
    max-height: 600px;
}

.product-left-video {
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: 40%;
    display: flex;
}

.image-top-tint {
    z-index: 1;
    background-image: linear-gradient(#00000080, #fff0);
    height: 100px;
    position: absolute;
    inset: 0% 0% auto;
}

/* Hide mobile headers on desktop and tablet */
.mobile-header {
    display: none;
}

/* Show mobile headers when grid becomes single column */
@media screen and (max-width: 767px) {
    .mobile-header {
        display: inline;
    }
}

/* Hide the first row (product names) on mobile since we're showing them inline */
@media screen and (max-width: 767px) {
    .featured-property-details:first-child {
        display: none;
    }

    .mobile-header {
        display: inline;
    }
}

.featured-property-details {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 40px;
    display: grid;
}

.light-row {
    background-color: #fbfbfb;
}

.details-wrapper {
    background-color: var(--bg);
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-right {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 50%;
    display: flex;
}

.window-types {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
}

.window-systems {
    margin-bottom: var(--desktop-margin);
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 36px;
    }

    blockquote {
        padding: 30px;
    }

    .container {
        max-width: 100%;
    }

    .navbar-menu {
        background-color: #f7f7f7;
        border-style: none;
        border-width: 0;
        border-radius: 0;
        flex-flow: column;
        width: 100%;
        padding: 20px;
        left: auto;
        transform: none;
    }

    .menu-button {
        padding: 0;
    }

    .menu-button.w--open {
        color: #fff;
        background-color: #0000;
    }

    .navbar-right {
        grid-column-gap: 25px;
    }

    .navbar-button.mobile {
        margin-top: 12px;
        display: flex;
    }

    .navbar-button.desktop {
        display: none;
    }

    .navbar-link {
        justify-content: center;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        display: flex;
    }

    .home-link {
        justify-content: center;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .page-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page-data,
    .sg-section {
        margin-bottom: var(--tablet-margin);
    }

    .font-wrap {
        grid-column-gap: 30px;
    }

    .heading-text {
        padding: 30px;
    }

    .font-info {
        padding: 10px;
    }

    .style-head {
        grid-column-gap: 40px;
        grid-template-columns: 1fr 140px 80px 80px;
    }

    .style-text {
        font-size: 14px;
        line-height: 150%;
    }

    .style-row {
        grid-column-gap: 40px;
        grid-template-columns: 1fr 140px 80px 80px;
    }

    .color-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: wrap;
        margin-top: 30px;
    }

    .color-style {
        width: 200px;
        height: 160px;
    }

    .color-info {
        padding: 15px;
        font-size: 14px;
        line-height: 150%;
    }

    .color-title {
        font-size: 18px;
    }

    .rich-text {
        max-width: 100%;
    }

    .footer-wrap {
        grid-column-gap: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer-left {
        max-width: 42%;
    }

    .footer-right {
        grid-row-gap: 40px;
        max-width: 50%;
    }

    .ft-title {
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .utility-page-content {
        padding: 40px;
    }

    .contact {
        margin-bottom: var(--tablet-margin);
    }

    .contact-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .contact-right,
    .contact-img {
        max-width: 100%;
    }

    .form-wrap {
        grid-column-gap: 30px;
        grid-row-gap: 40px;
    }

    .form-bottom {
        margin-top: 30px;
    }

    .get-in-touch {
        margin-bottom: var(--tablet-margin);
    }

    .gt-right {
        grid-column-gap: 20px;
        max-width: 100%;
    }

    .gt-left {
        max-width: 100%;
    }

    .gt-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .faq {
        margin-bottom: var(--tablet-margin);
    }

    .faq-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .faq-img,
    .faq-data {
        max-width: 100%;
    }

    .reviews {
        margin-bottom: var(--tablet-margin);
    }

    .review-list {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .review-block {
        grid-row-gap: 40px;
        padding: 25px;
    }

    .related-posts {
        margin-bottom: var(--tablet-margin);
    }

    .blogs-wrapper {
        grid-row-gap: 50px;
    }

    .post-list {
        grid-column-gap: 25px;
        grid-template-columns: 1fr 1fr;
    }

    .post-block {
        grid-row-gap: 10px;
    }

    .post-image {
        min-height: 270px;
        max-height: 270px;
    }

    .featured-post {
        grid-column-gap: 30px;
    }

    .fp-image {
        min-height: 290px;
        max-height: 290px;
    }

    .fp-right {
        grid-row-gap: 40px;
    }

    .fp-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .fp-info {
        font-size: 14px;
        line-height: 150%;
    }

    .post-main-title {
        font-size: 30px;
    }

    .post-info {
        max-width: 100%;
    }

    .post-main {
        margin-bottom: var(--tablet-margin);
    }

    .post-main-image {
        min-height: 450px;
        max-height: 450px;
    }

    .post-wrap {
        max-width: 100%;
    }

    .services {
        margin-bottom: var(--tablet-margin);
    }

    .service-list {
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .service-block {
        padding: 25px;
    }

    .service-icon {
        min-width: 70px;
        max-width: 70px;
        min-height: 70px;
        max-height: 70px;
    }

    .service-main {
        margin-bottom: var(--tablet-margin);
    }

    .service-image {
        min-height: 450px;
        max-height: 450px;
    }

    .service-details {
        grid-row-gap: 40px;
    }

    .agents-box {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: space-between;
        align-items: stretch;
        padding: 30px;
    }

    .agent-main-img {
        max-width: 100%;
        display: none;
    }

    .agent-main-image {
        min-height: 400px;
        max-height: 400px;
    }

    .agent-right {
        grid-row-gap: 30px;
        max-width: 100%;
    }

    .agent-text {
        max-width: 75%;
    }

    .agent-close {
        top: -50px;
    }

    .agents {
        margin-bottom: var(--tablet-margin);
    }

    .agent-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .agent-img {
        min-height: 390px;
        max-height: 390px;
    }

    .agent-data {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .about {
        margin-bottom: var(--tablet-margin);
    }

    .about-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
    }

    .about-left {
        grid-row-gap: 40px;
        max-width: 100%;
    }

    .about-right {
        max-width: 100%;
    }

    .about-img.mobile {
        display: none;
    }

    .about-top {
        max-width: 100%;
    }

    .mission {
        margin-bottom: var(--tablet-margin);
    }

    .mission-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column-reverse;
        justify-content: space-between;
        align-items: stretch;
    }

    .mission-left {
        grid-row-gap: 10px;
        max-width: 100%;
    }

    .mission-img {
        max-width: 100%;
    }

    .mission-title {
        padding-bottom: 16px;
        font-size: 28px;
    }

    .team {
        margin-bottom: var(--tablet-margin);
    }

    .team-wrap {
        grid-column-gap: 20px;
    }

    .team-block {
        grid-row-gap: 8px;
    }

    .team-image {
        min-height: 180px;
        max-height: 180px;
    }

    .agent-modal {
        left: 20px;
        right: 20px;
    }

    .property-list {
        grid-column-gap: 20px;
    }

    .property-block {
        grid-row-gap: 10px;
    }

    .property-image {
        min-height: 250px;
        max-height: 250px;
    }

    .properties {
        margin-bottom: var(--tablet-margin);
        margin-top: var(--tablet-margin);
    }

    .property-gallery {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .property-main {
        margin-bottom: var(--tablet-margin);
    }

    .property-main-img {
        margin-bottom: 40px;
    }

    .property-main-image {
        min-height: 500px;
        max-height: 500px;
    }

    .gallery-section {
        margin-bottom: var(--tablet-margin);
    }

    .gallery-image {
        min-height: 170px;
        max-height: 170px;
    }

    .property-overview {
        min-width: 0;
        max-width: 100%;
    }

    .amenities-list {
        grid-template-columns: auto auto;
    }

    .property-form {
        width: auto;
    }

    .property-info-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-direction: column-reverse;
    }

    .property-heading {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .review-wrap {
        grid-row-gap: 20px;
        flex-flow: column;
    }

    .review-left {
        max-width: 100%;
    }

    .review-right {
        max-width: 100%;
        padding: 40px;
    }

    .testimonial-text {
        font-size: 26px;
    }

    .testimonial-image {
        object-position: 50% 0%;
        height: auto;
        min-height: 550px;
        max-height: 550px;
    }

    .why-choose {
        margin-bottom: var(--tablet-margin);
    }

    .wc-wrap {
        grid-column-gap: 0px;
        flex-flow: column;
    }

    .wc-left {
        max-width: 100%;
    }

    .wc-right {
        grid-row-gap: 30px;
        max-width: 100%;
    }

    .wc-text {
        max-width: none;
    }

    .wc-block {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .featured-properties {
        margin-bottom: var(--tablet-margin);
    }

    .featured-property {
        gap: 20px;
    }

    .fp-thumb {
        min-height: 250px;
        max-height: 250px;
    }

    .fp-block {
        row-gap: 10px;
        flex: 0 1 calc(50% - 20px);

    }

    .fp-data {
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        flex-flow: column;
        padding: 14px;
    }

    .fp-location {
        top: 10px;
        left: 10px;
    }

    .our-story {
        margin-bottom: var(--tablet-margin);
    }

    .story-heading {
        grid-row-gap: 10px;
    }

    .story-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column-reverse;
    }

    .story-left {
        grid-row-gap: 40px;
        max-width: 100%;
    }

    .story-img {
        max-width: 100%;
    }

    .hero {
        margin-bottom: var(--tablet-margin);
    }

    .hero-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .hero-text {
        max-width: 54%;
    }

    .error-data {
        padding: 60px;
    }

    .sunflex {
        margin-bottom: var(--tablet-margin);
    }

    .review-wrap-reverse {
        grid-row-gap: 20px;
        flex-flow: column;
    }

    .product-left-video {
        max-width: 100%;
    }

    .featured-property-details {
        grid-column-gap: 20px;
    }

    .product-right {
        grid-row-gap: 40px;
        max-width: 100%;
    }

    .window-types {
        grid-column-gap: 20px;
    }

    .window-systems {
        margin-bottom: var(--tablet-margin);
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 34px;
    }

    ul,
    ol {
        padding-left: 25px;
    }

    li {
        margin-bottom: 10px;
    }

    blockquote {
        padding: 25px;
        font-size: 16px;
        line-height: 150%;
    }

    .container {
        max-width: 100%;
    }

    .navbar-right {
        grid-column-gap: 20px;
    }

    .page-title {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-data,
    .sg-section {
        margin-bottom: var(--landscape-margin);
    }

    .font-wrap {
        grid-column-gap: 20px;
    }

    .font-block {
        max-width: 50%;
    }

    .heading-text {
        padding: 25px;
    }

    .title-text {
        font-size: 70px;
    }

    .font-info {
        font-size: 14px;
    }

    .font-data {
        font-size: 18px;
    }

    .body-font {
        font-size: 70px;
    }

    .style-head {
        grid-template-columns: 1fr 140px 65px 65px;
        display: none;
    }

    .style-text {
        text-align: left;
    }

    .style-row {
        grid-column-gap: 20px;
        grid-row-gap: 8px;
        grid-template-columns: 1fr;
        place-items: center stretch;
        padding-bottom: 20px;
    }

    .color-wrap {
        grid-row-gap: 30px;
        flex-flow: wrap;
    }

    .color-style {
        width: 140px;
        height: 100px;
    }

    .color-info {
        padding: 10px;
        font-size: 12px;
    }

    .color-title {
        font-size: 16px;
    }

    .footer-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-left,
    .footer-right {
        max-width: 100%;
    }

    .ft-text {
        margin-top: 20px;
        padding-top: 10px;
    }

    .ft-title {
        margin-bottom: 10px;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .footer-form {
        width: 100%;
        max-width: 60%;
    }

    .policy-wrapper {
        grid-row-gap: 30px;
    }

    .policy-list {
        grid-row-gap: 10px;
        margin-top: 20px;
    }

    .utility-page-content {
        max-width: 90%;
        padding: 30px;
    }

    .contact {
        margin-bottom: var(--landscape-margin);
    }

    .contact-wrap {
        grid-row-gap: 25px;
    }

    .form-wrap {
        grid-column-gap: 25px;
        grid-row-gap: 35px;
    }

    .get-in-touch {
        margin-bottom: var(--landscape-margin);
    }

    .gt-info {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gt-heading {
        font-size: 18px;
    }

    .faq {
        margin-bottom: var(--landscape-margin);
    }

    .faq-info {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .que-text {
        font-size: 16px;
        line-height: 170%;
    }

    .ans-text {
        font-size: 14px;
        line-height: 150%;
    }

    .reviews {
        margin-bottom: var(--landscape-margin);
    }

    .review-list {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
    }

    .related-posts {
        margin-bottom: var(--landscape-margin);
    }

    .blogs-wrapper {
        grid-row-gap: 40px;
    }

    .post-list {
        grid-column-gap: 20px;
    }

    .post-image {
        min-height: 200px;
        max-height: 200px;
    }

    .post-title {
        font-size: 16px;
    }

    .featured-post {
        grid-column-gap: 25px;
    }

    .fp-right {
        grid-row-gap: 30px;
    }

    .post-main-title {
        font-size: 26px;
    }

    .post-info {
        font-size: 14px;
        line-height: 150%;
    }

    .post-main {
        margin-bottom: var(--landscape-margin);
    }

    .post-main-image {
        min-height: 320px;
        max-height: 320px;
    }

    .services {
        margin-bottom: var(--landscape-margin);
    }

    .service-list {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
    }

    .service-block {
        grid-row-gap: 30px;
    }

    .service-icon {
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
    }

    .service-title {
        margin-top: 10px;
    }

    .service-main {
        margin-bottom: var(--landscape-margin);
    }

    .service-image {
        min-height: 350px;
        max-height: 350px;
    }

    .service-details {
        margin-top: 30px;
    }

    .service-overview ul {
        grid-row-gap: 10px;
    }

    .agents-box {
        padding: 25px;
    }

    .agent-main-image {
        min-height: 400px;
        max-height: 400px;
    }

    .agent-text {
        font-size: 14px;
        line-height: 150%;
    }

    .agent-bottom {
        grid-row-gap: 10px;
    }

    .agent-close {
        top: -50px;
    }

    .agents {
        margin-bottom: var(--landscape-margin);
    }

    .agent-list {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .agent-img {
        min-height: 290px;
        max-height: 290px;
    }

    .agent-data {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
    }

    .agent-name {
        font-size: 18px;
        font-weight: 500;
    }

    .service-top {
        grid-row-gap: 20px;
    }

    .about {
        margin-bottom: var(--landscape-margin);
    }

    .about-left {
        grid-row-gap: 30px;
    }

    .about-top {
        grid-row-gap: 10px;
    }

    .about-facts {
        grid-column-gap: 20px;
    }

    .af-block {
        grid-row-gap: 10px;
    }

    .af-info {
        font-size: 30px;
    }

    .mission {
        margin-bottom: var(--landscape-margin);
    }

    .mission-title {
        padding-bottom: 10px;
        line-height: 140%;
    }

    .mission-bottom {
        margin-top: 30px;
    }

    .team {
        margin-bottom: var(--landscape-margin);
    }

    .team-wrap {
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .property-list {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
    }

    .property-image {
        min-height: 300px;
        max-height: 300px;
    }

    .properties,
    .property-main {
        margin-bottom: var(--landscape-margin);
    }

    .property-main-img {
        margin-bottom: 30px;
    }

    .property-main-image {
        min-height: 350px;
        max-height: 350px;
    }

    .gallery-section {
        margin-bottom: var(--landscape-margin);
    }

    .property-listing {
        grid-template-columns: 250px;
    }

    .floor-plan-icon {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }

    .floor-details {
        position: relative;
    }

    .property-tab {
        padding-bottom: 15px;
        font-size: 16px;
    }

    .location-details {
        flex-direction: column;
        width: 100%;
    }

    .amenities-list {
        grid-column-gap: 25px;
    }

    .property-form {
        padding: 25px;
    }

    .floor-image {
        max-width: 100%;
    }

    .property-button {
        margin-top: 50px;
    }

    .review-right {
        padding: 30px;
    }

    .testimonial-text {
        font-size: 20px;
    }

    .testimonial-image {
        min-height: 450px;
        max-height: 450px;
    }

    .why-choose {
        margin-bottom: var(--landscape-margin);
    }

    .wc-info-text {
        font-size: 40px;
    }

    .wc-block {
        grid-column-gap: 20px;
    }

    .featured-properties {
        margin-bottom: var(--landscape-margin);
    }

    .featured-property {
        gap: 20px;
    }

    .fp-thumb {
        min-height: 300px;
        max-height: 300px;
    }

    .our-story {
        margin-bottom: var(--landscape-margin);
    }

    .story-title {
        font-size: 30px;
        line-height: 150%;
    }

    .story-sub-title {
        font-size: 18px;
    }

    .hero {
        margin-bottom: var(--landscape-margin);
    }

    .hero-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero-title {
        font-size: 50px;
        width: 100%;
    }

    .hero-text {
        max-width: 72%;
    }

    .hero-button {
        margin-top: 30px;
    }

    .search-open {
        padding-left: 0;
        padding-right: 0;
    }

    .error-info {
        margin-top: 40px;
    }

    .error-data {
        max-width: 90%;
        padding: 40px;
    }

    .sunflex {
        margin-bottom: var(--landscape-margin);
    }

    .story-sub-title-short {
        font-size: 18px;
    }

    .featured-property-details {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
    }

    .featured-property-details.initial-row {
        display: none;
    }

    .product-right {
        grid-row-gap: 30px;
    }

    .window-types {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
    }

    .window-systems {
        margin-bottom: var(--landscape-margin);
    }
    .fp-block {
        row-gap: 10px;
        flex: 0 1 calc(100% - 20px);
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    blockquote {
        padding: 20px;
    }

    .page-title {
        padding-bottom: 30px;
    }

    .page-data,
    .sg-section {
        margin-bottom: var(--mobile-margin);
    }

    .font-wrap {
        grid-row-gap: 15px;
        flex-flow: column;
    }

    .font-block {
        text-align: center;
        max-width: none;
    }

    .style-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .color-title {
        font-size: 14px;
    }

    .button-wrap {
        grid-column-gap: 20px;
    }

    .footer-bottom {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .ft-bottom {
        grid-column-gap: 0px;
        grid-row-gap: 6px;
        flex-flow: column;
    }

    .footer-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-form {
        max-width: 100%;
    }

    .utility-page-content {
        padding: 20px;
    }

    .sub-title {
        margin-bottom: 4px;
    }

    .contact {
        margin-bottom: var(--mobile-margin);
    }

    .form-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
    }

    .form-bottom {
        grid-column-gap: 0px;
        grid-row-gap: 15px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .checkbox-label {
        font-size: 12px;
    }

    .checkbox {
        margin-right: 6px;
    }

    .get-in-touch {
        margin-bottom: var(--mobile-margin);
    }

    .gt-right {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
    }

    .social-link {
        min-width: 38px;
        max-width: 38px;
        min-height: 38px;
        max-height: 38px;
    }

    .gt-data {
        margin-top: 8px;
    }

    .faq {
        margin-bottom: var(--mobile-margin);
    }

    .ans-box {
        padding-left: 0;
    }

    .reviews {
        margin-bottom: var(--mobile-margin);
    }

    .review-block {
        padding: 20px;
    }

    .review-data {
        grid-column-gap: 10px;
    }

    .related-posts {
        margin-bottom: var(--mobile-margin);
    }

    .post-list {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
    }

    .post-image {
        min-height: 260px;
        max-height: 300px;
    }

    .post-date.mobile {
        display: flex;
    }

    .featured-post {
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        flex-flow: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .fp-img {
        max-width: 100%;
    }

    .fp-image {
        min-height: 260px;
        max-height: 300px;
    }

    .fp-right {
        max-width: 100%;
    }

    .fp-title {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .fp-info,
    .fp-link {
        display: none;
    }

    .post-main-title {
        text-align: center;
        font-size: 24px;
    }

    .post-info {
        text-align: center;
    }

    .post-main {
        margin-bottom: var(--mobile-margin);
    }

    .post-main-image {
        min-height: 240px;
        max-height: 240px;
    }

    .faq-heading {
        font-size: 24px;
    }

    .services {
        margin-bottom: var(--mobile-margin);
    }

    .service-block {
        grid-row-gap: 25px;
        padding: 20px;
    }

    .service-icon {
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }

    .service-info {
        font-size: 14px;
        line-height: 150%;
    }

    .service-main {
        margin-bottom: var(--mobile-margin);
    }

    .service-image {
        min-height: 250px;
        max-height: 250px;
    }

    .agents-box {
        grid-row-gap: 20px;
        padding: 20px;
    }

    .agent-main-image {
        min-height: 260px;
        max-height: 260px;
    }

    .agent-right {
        grid-row-gap: 20px;
    }

    .agent-text {
        max-width: 100%;
    }

    .agent-close {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
        top: -40px;
    }

    .agents {
        margin-bottom: var(--mobile-margin);
    }

    .agent-list {
        grid-column-gap: 0px;
        grid-row-gap: 25px;
        grid-template-columns: 1fr;
    }

    .agent-img {
        min-height: 370px;
        max-height: 370px;
    }

    .service-top {
        grid-row-gap: 16px;
    }

    .service-features {
        font-size: 14px;
        line-height: 150%;
    }

    .about {
        margin-bottom: var(--mobile-margin);
    }

    .about-wrap {
        grid-row-gap: 20px;
    }

    .about-left {
        font-size: 14px;
        line-height: 150%;
    }

    .about-facts {
        grid-row-gap: 20px;
        flex-flow: wrap;
    }

    .af-block {
        font-size: 16px;
    }

    .af-line {
        display: none;
    }

    .mission {
        margin-bottom: var(--mobile-margin);
    }

    .mission-title {
        font-size: 22px;
        line-height: 150%;
    }

    .mission-bottom {
        grid-column-gap: 20px;
        margin-top: 25px;
    }

    .team {
        margin-bottom: var(--mobile-margin);
    }

    .team-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .team-block {
        grid-row-gap: 6px;
    }

    .team-image {
        max-height: 200px;
    }

    .team-data {
        font-size: 12px;
    }

    .team-name {
        font-size: 14px;
    }

    .property-image {
        min-height: 230px;
        max-height: 260px;
    }

    .property-name {
        margin-bottom: 4px;
    }

    .property-data {
        font-size: 14px;
        line-height: 150%;
    }

    .properties {
        margin-bottom: var(--mobile-margin);
        margin-top: var(--mobile-margin);
    }

    .property-gallery {
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        grid-template-columns: 1fr 1fr;
    }

    .property-main {
        margin-bottom: var(--mobile-margin);
    }

    .property-main-image {
        min-height: 260px;
        max-height: 260px;
    }

    .gallery-section {
        margin-bottom: var(--mobile-margin);
    }

    .gallery-image {
        min-height: 120px;
        max-height: 140px;
    }

    .property-listing {
        grid-template-columns: 1fr;
    }

    .property-tab-menu {
        grid-column-gap: 20px;
        justify-content: space-between;
    }

    .floor-details {
        padding: 0;
    }

    .property-tab {
        white-space: nowrap;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .amenities-list {
        grid-column-gap: 30px;
        grid-row-gap: 20px;
        grid-template-columns: auto 1fr;
    }

    .property-form {
        padding: 20px;
    }

    .property-button {
        margin-top: 40px;
    }

    .amenities-details {
        grid-column-gap: 6px;
        font-size: 14px;
        line-height: 150%;
    }

    .property-text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 150%;
    }

    .form-button {
        margin-top: 20px;
    }

    .property-title {
        margin-bottom: 4px;
        font-size: 26px;
    }

    .property-info {
        font-size: 14px;
        line-height: 150%;
    }

    .review-right {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 18px;
    }

    .testimonial-image {
        min-height: auto;
        max-height: none;
    }

    .why-choose {
        margin-bottom: var(--mobile-margin);
    }

    .wc-left {
        font-size: 14px;
        line-height: 150%;
    }

    .wc-right {
        grid-row-gap: 25px;
        margin-top: 25px;
    }

    .wc-info-text {
        font-size: 32px;
    }

    .wc-text {
        font-size: 14px;
        line-height: 170%;
    }

    .featured-properties {
        margin-bottom: var(--mobile-margin);
    }

    .featured-property {
        row-gap: 25px;
    }

    .fp-thumb {
        min-height: 260px;
        max-height: 260px;
    }

    .fp-data {
        font-size: 14px;
        line-height: 150%;
    }

    .our-story {
        margin-bottom: var(--mobile-margin);
    }

    .story-title {
        font-size: 22px;
    }

    .story-left {
        grid-row-gap: 30px;
    }

    .hero {
        margin-bottom: var(--mobile-margin);
    }

    .hero-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-title-wrap {
        grid-row-gap: 10px;
        margin-bottom: 10px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-text {
        max-width: 100%;
    }

    .search-result {
        grid-column-gap: 0px;
        grid-row-gap: 16px;
        flex-flow: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .pass-field {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .pass-text {
        max-width: 100%;
    }

    .sunflex {
        margin-bottom: var(--mobile-margin);
    }

    .featured-property-details {
        grid-column-gap: 0px;
        grid-row-gap: 6px;
        grid-template-columns: 1fr;
    }

    .product-right {
        font-size: 14px;
        line-height: 150%;
    }

    .window-types {
        grid-column-gap: 0px;
        grid-row-gap: 6px;
        grid-template-columns: 1fr;
    }

    .window-systems {
        margin-bottom: var(--mobile-margin);
    }
}

#w-node-_704f277e-bd87-68dd-b6a7-faf96645f507-e16cdadc {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
    #w-node-_704f277e-bd87-68dd-b6a7-faf96645f507-e16cdadc {
        grid-column: span 1 / span 1;
    }
}