/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.15
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root { --primary-color: #024638; --secondary-color: #ff6816; --base-color: #fffbf2; --heading-color: #00373d; --text-color: #202020; --muted-color: #5f655f; --light-color: #ffffff; --border-color: #e7dfcf; --table-border-color: #1f1f1f; --table-stripe-color: #f7f7f7; --soft-green-color: #eef4ef; --dark-color: #030016; --ruby-button-primary-color: #024638; --ruby-button-accent-color: #ff6816; --ruby-button-light-color: #ffffff; }
.ruby-button { align-items: center; border: 1px solid transparent; border-radius: 4px; box-shadow: 0 6px 16px rgba(3, 0, 22, 0.14); cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 700; justify-content: center; letter-spacing: 0.04em; line-height: 1.2; margin: 0; min-height: 48px; padding: 0 28px; text-align: center; text-transform: uppercase; transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.ruby-button:hover { box-shadow: 0 10px 22px rgba(3, 0, 22, 0.18); transform: translateY(-2px); }
.ruby-button:focus-visible { outline: 3px solid rgba(255, 104, 22, 0.34); outline-offset: 3px; }
.ruby-button:disabled { cursor: not-allowed; opacity: 0.6; transform: none; }
.ruby-button--primary { background: var(--ruby-button-primary-color) !important; border-color: var(--ruby-button-primary-color) !important; color: var(--ruby-button-light-color) !important; }
.ruby-button--primary:hover { background: var(--ruby-button-accent-color) !important; border-color: var(--ruby-button-accent-color) !important; color: var(--ruby-button-light-color) !important; }
.ruby-button--accent { background: var(--ruby-button-accent-color) !important; border-color: var(--ruby-button-accent-color) !important; color: var(--ruby-button-light-color) !important; }
.ruby-button--accent:hover { background: var(--ruby-button-primary-color) !important; border-color: var(--ruby-button-primary-color) !important; color: var(--ruby-button-light-color) !important; }
.ruby-button--outline { background: transparent !important; border-color: var(--ruby-button-primary-color) !important; color: var(--ruby-button-primary-color) !important; }
.ruby-button--outline:hover { background: var(--ruby-button-primary-color) !important; border-color: var(--ruby-button-primary-color) !important; color: var(--ruby-button-light-color) !important; }
.ruby-button--light { background: var(--ruby-button-light-color) !important; border-color: var(--ruby-button-light-color) !important; color: var(--ruby-button-primary-color) !important; }
.ruby-button--light:hover { background: var(--ruby-button-accent-color) !important; border-color: var(--ruby-button-accent-color) !important; color: var(--ruby-button-light-color) !important; }
.ruby-button--block { display: flex; width: 100%; }
.wpcf7 input[type="submit"].ruby-button { border-radius: 4px !important; box-shadow: 0 6px 16px rgba(3, 0, 22, 0.14) !important; font-size: 14px !important; letter-spacing: 0.04em !important; margin: 0 !important; min-height: 48px !important; padding: 0 28px !important; }
.wpcf7 input[type="submit"].ruby-button:hover { box-shadow: 0 10px 22px rgba(3, 0, 22, 0.18) !important; transform: translateY(-2px); }

.header.transparent:not(.stuck) .header-wrapper { background: transparent; box-shadow: none; }
.header.transparent:not(.stuck) .header-nav-main.nav > li > a { color: var(--light-color); text-shadow: 0 1px 5px rgba(3, 0, 22, 0.48); }
.header.transparent:not(.stuck) .header-search > a { color: var(--light-color); text-shadow: 0 1px 5px rgba(3, 0, 22, 0.48); }
.header.transparent:not(.stuck) #logo img { filter: drop-shadow(0 1px 4px rgba(3, 0, 22, 0.28)); }
.header-nav-main.nav > li > a { padding-left: 10px; padding-right: 10px; }
.mr-home-section { color: var(--text-color); }
.mr-home-section .section-content { z-index: 2; }
.mr-hero-section .col { padding-bottom: 0; }
.mr-hero-section { position: relative; }
.mr-hero-section::before { background: linear-gradient(180deg, rgba(3, 0, 22, 0.56) 0%, rgba(3, 0, 22, 0.38) 42px, rgba(3, 0, 22, 0.16) 96px, rgba(3, 0, 22, 0) 168px); content: ""; height: 190px; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; z-index: 5; }
.mr-full-image { margin: 0; }
.mr-full-image img { display: block; width: 100%; }
.mr-hero-image img { aspect-ratio: 16 / 9; object-fit: cover; }
.mr-section-title { margin-bottom: 16px; }
.mr-section-title .section-title { border-bottom: 0; margin-bottom: 0; }
.mr-section-title .section-title-main { border: 0; color: var(--heading-color); font-size: 88%; line-height: 1.35; padding: 0 12px; text-transform: none; }
.mr-section-title b { background: var(--heading-color); height: 1px; opacity: 1; }
.mr-copy { color: var(--text-color); font-size: 15px; line-height: 1.8; text-align: justify; }
.mr-copy p { margin-bottom: 16px; }
.mr-wide-image { margin: 18px 0 6px; }
.mr-wide-image img { border-radius: 0; display: block; width: 100%; }
.mr-card-image img { display: block; width: 100%; }
.mr-location-gallery-row { margin-top: 12px; }
.mr-location-gallery-image .img-inner { padding-top: 66% !important; }
.mr-location-gallery-image img { height: 100%; object-fit: cover; width: 100%; }
.mr-caption { color: var(--muted-color); font-size: 13px; font-style: italic; line-height: 1.65; margin-bottom: 18px; text-align: center; }
.mr-caption p { margin-bottom: 0; }
.mr-overview-section { border-top: 1px solid var(--border-color); }
.mr-overview-table-wrap { background: var(--light-color); margin-top: 14px; overflow-x: auto; }
.mr-overview-table { border: 1px solid var(--table-border-color); border-collapse: collapse; color: #111111; font-size: 15px; line-height: 1.45; margin: 0; min-width: 620px; width: 100%; }
.mr-overview-table td { border: 1px solid var(--table-border-color); color: #111111; padding: 14px 16px; vertical-align: middle; }
.mr-overview-table td:first-child { width: 38%; }
.mr-overview-table tr:nth-child(even) td { background: var(--table-stripe-color); }
.mr-overview-table strong { font-weight: 700; }
.mr-consult-section { padding-top: 0 !important; }
.mr-form-card .col-inner { background: var(--base-color); border: 1px solid var(--border-color); box-shadow: 0 10px 28px rgba(0, 55, 61, 0.08); padding: 18px; }
.mr-form-title { margin-bottom: 8px; }
.mr-form-title .section-title { display: block; text-align: center; }
.mr-form-title .section-title-main { border: 0; color: var(--dark-color); font-size: 78%; font-weight: 700; padding: 0; }
.mr-form-title b { display: none; }
.mr-form-intro { color: var(--muted-color); font-size: 14px; line-height: 1.7; margin-bottom: 14px; text-align: center; }
.mr-form-intro p { margin-bottom: 0; }
.mr-form-card .wpcf7 form { margin: 0; }
.mr-form-card .wpcf7 p { margin: 0; }
.mr-form-options { display: grid; gap: 8px; margin-bottom: 12px; }
.mr-form-options label { color: var(--text-color); font-size: 14px; line-height: 1.5; margin: 0; }
.mr-form-options .wpcf7-list-item { margin: 0; }
.mr-form-line { margin-bottom: 12px; }
.mr-form-grid { display: grid; gap: 12px; margin-bottom: 12px; }
.mr-form-card .wpcf7 input[type="text"] { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: none; color: var(--text-color); font-size: 14px; height: 44px; margin-bottom: 0; padding: 0 12px; }
.mr-form-card .wpcf7 input[type="tel"] { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: none; color: var(--text-color); font-size: 14px; height: 44px; margin-bottom: 0; padding: 0 12px; }
.mr-form-card .wpcf7 input[type="email"] { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: none; color: var(--text-color); font-size: 14px; height: 44px; margin-bottom: 0; padding: 0 12px; }
.mr-form-card .wpcf7 input[type="checkbox"] { margin-bottom: 0; margin-right: 8px; }
.mr-form-submit { text-align: center; }
.mr-form-card .wpcf7 input[type="submit"] { background: var(--secondary-color); border-radius: 0; color: var(--light-color); font-size: 14px; font-weight: 700; letter-spacing: 0; line-height: 1.2; margin: 8px 0 0; min-height: 44px; padding: 0 24px; text-transform: uppercase; }
.mr-form-card .wpcf7 input[type="submit"]:hover { background: var(--primary-color); box-shadow: none; }
.mr-form-card .wpcf7-spinner { display: block; margin: 10px auto 0; }
.mr-form-card .wpcf7-response-output { margin: 14px 0 0 !important; padding: 10px 12px !important; }
.mr-gallery-row { margin-top: 18px; }
.mr-square-image .img-inner { padding-top: 100% !important; }
.mr-square-image img { height: 100%; object-fit: cover; width: 100%; }
.mr-feature-list { background: var(--light-color); border-left: 4px solid var(--primary-color); font-size: 15px; line-height: 1.75; margin: 18px 0; padding: 16px; }
.mr-feature-list h3 { color: var(--heading-color); font-size: 18px; line-height: 1.4; margin: 0 0 8px; }
.mr-feature-list ul { margin-bottom: 16px; }
.mr-plan-card .col-inner { background: var(--light-color); border: 1px solid var(--border-color); padding: 8px; }
.mr-plan-image img { display: block; width: 100%; }
.mr-layout-row { margin-top: 12px; }
.mr-interior-image .img-inner { padding-top: 75% !important; }
.mr-interior-image img { height: 100%; object-fit: cover; width: 100%; }
.mr-payment-grid { margin-top: 12px; }
.mr-payment-grid .img { background: var(--light-color); border: 1px solid var(--border-color); padding: 6px; }
.mr-news-card .col-inner { background: var(--light-color); border: 1px solid var(--border-color); height: 100%; }
.mr-news-image { margin-bottom: 0; }
.mr-news-image .img-inner { padding-top: 70% !important; }
.mr-news-image img { height: 100%; object-fit: cover; width: 100%; }
.mr-news-title { padding: 12px; }
.mr-news-title h3 { color: var(--heading-color); font-size: 15px; font-weight: 700; line-height: 1.45; margin: 0; }
.mr-cta-title .section-title { display: block; }
.mr-cta-title .section-title-main { border: 0; color: var(--heading-color); font-size: 80%; padding: 0; }
.mr-cta-title b { display: none; }
.mr-cta-copy ul { color: var(--heading-color); font-weight: 600; margin-bottom: 0; }
.mr-form-card-bottom .col-inner { background: var(--light-color); }
.mr-final-cta-section { border-top: 0; }
.mr-final-cta-section .mr-form-card-bottom .col-inner { background: transparent; border: 0; box-shadow: none; padding: 0; }
.mr-final-cta-section .mr-cta-title { margin-bottom: 20px; }
.mr-final-cta-section .mr-cta-title .section-title { align-items: center; border-bottom: 0; display: flex; gap: 12px; justify-content: center; text-align: center; }
.mr-final-cta-section .mr-cta-title .section-title-main { color: #111111; font-size: 88%; padding: 0 12px; }
.mr-final-cta-section .mr-cta-title b { background: #111111; display: block; flex: 1; height: 1px; opacity: 1; }
.mr-final-cta-copy { color: #111111; font-size: 15px; line-height: 1.65; margin: 0 auto 20px; max-width: 900px; text-align: center; }
.mr-final-cta-copy p { margin-bottom: 16px; }
.mr-final-options { display: grid; gap: 10px; margin: 0 auto 20px; max-width: 820px; text-align: left; }
.mr-final-options span { align-items: center; display: flex; gap: 8px; line-height: 1.5; }
.mr-option-box { border: 1px solid #111111; border-radius: 3px; display: inline-block; flex: 0 0 14px; height: 14px; width: 14px; }
.mr-final-cta-section .wpcf7 { margin: 0 auto; max-width: 900px; }
.mr-final-cta-section .mr-form-line { margin-bottom: 16px; }
.mr-final-cta-section .mr-form-grid { gap: 18px; margin-bottom: 16px; }
.mr-final-cta-section .wpcf7-form-control-wrap { display: block; position: relative; }
.mr-final-cta-section .wpcf7-form-control-wrap::before { color: #111111; font-family: fl-icons; font-size: 17px; left: 16px; line-height: 1; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; }
.mr-final-cta-section .wpcf7-form-control-wrap[data-name="your-name"]::before { content: "\e901"; }
.mr-final-cta-section .wpcf7-form-control-wrap[data-name="your-phone"]::before { content: "\e600"; }
.mr-final-cta-section .wpcf7-form-control-wrap[data-name="your-email"]::before { content: "\e003"; }
.mr-final-cta-section .wpcf7-form-control-wrap[data-name="your-message"]::before { content: "\e903"; }
.mr-final-cta-section .mr-form-card .wpcf7 input[type="text"] { border: 1px solid #111111; height: 50px; padding-left: 46px; }
.mr-final-cta-section .mr-form-card .wpcf7 input[type="tel"] { border: 1px solid #111111; height: 50px; padding-left: 46px; }
.mr-final-cta-section .mr-form-card .wpcf7 input[type="email"] { border: 1px solid #111111; height: 50px; padding-left: 46px; }
.mr-final-cta-section .mr-form-card .wpcf7 input[type="submit"] { border-radius: 4px; font-size: 15px; margin-top: 8px; min-height: 50px; padding: 0 34px; }
.mr-consult-section { background-color: var(--heading-color) !important; padding-top: 34px !important; padding-bottom: 34px !important; }
.mr-consult-section .mr-form-card .col-inner { background: transparent; border: 0; box-shadow: none; padding-left: 0; padding-right: 0; }
.mr-consult-section .mr-form-title { margin-bottom: 18px; }
.mr-consult-section .mr-form-title .section-title { align-items: center; border-bottom: 0; display: flex; gap: 16px; justify-content: center; text-align: center; }
.mr-consult-section .mr-form-title .section-title-main { color: var(--light-color); font-size: 88%; padding: 0 12px; }
.mr-consult-section .mr-form-title b { background: rgba(255, 255, 255, 0.72); display: block; flex: 1; height: 1px; opacity: 1; }
.mr-consult-section .mr-form-intro { color: var(--light-color); font-size: 16px; margin-bottom: 22px; }
.mr-consult-section .mr-form-line { margin-bottom: 14px; }
.mr-consult-section .mr-form-grid { margin-bottom: 14px; }
.mr-consult-section .mr-form-card .wpcf7 input[type="text"] { border: 2px solid #111111; height: 50px; padding: 0 16px; }
.mr-consult-section .mr-form-card .wpcf7 input[type="tel"] { border: 2px solid #111111; height: 50px; padding: 0 16px; }
.mr-consult-section .mr-form-card .wpcf7 input[type="email"] { border: 2px solid #111111; height: 50px; padding: 0 16px; }
.mr-consult-section .mr-form-card .wpcf7 input[type="submit"] { border-radius: 4px; font-size: 15px; margin-top: 12px; min-height: 50px; padding: 0 34px; }
.mr-footer-section { background: var(--heading-color); color: var(--light-color); }
.mr-footer-section .section-content { z-index: 2; }
.mr-footer-section .col { padding-bottom: 24px; }
.mr-footer-brand { text-align: center; }
.mr-footer-brand-text { text-align: center; }
.mr-footer-logo { align-items: flex-end; color: #8b542a; display: inline-flex; font-family: Georgia, serif; gap: 8px; justify-content: center; line-height: 0.9; margin-bottom: 18px; text-transform: uppercase; }
.mr-footer-logo-mark { font-size: 64px; letter-spacing: 0; line-height: 0.8; }
.mr-footer-logo-text { display: grid; font-size: 28px; letter-spacing: 0; text-align: left; }
.mr-footer-logo-text small { font-size: 13px; letter-spacing: 0; line-height: 1.1; padding-left: 22px; }
.mr-footer-brand-text p { color: var(--light-color); font-size: 15px; font-weight: 600; line-height: 1.8; margin: 0 auto; max-width: 360px; text-align: center; }
.mr-footer-heading h3 { color: var(--light-color); font-size: 18px; font-weight: 700; line-height: 1.35; margin: 0 0 18px; text-align: center; text-transform: uppercase; }
.mr-footer-list p { color: var(--light-color); display: block; font-size: 14px; font-weight: 600; line-height: 1.55; margin: 0 0 12px; padding-left: 30px; position: relative; }
.mr-footer-list p::before { color: var(--light-color); font-family: fl-icons; font-size: 16px; left: 0; line-height: 1.55; position: absolute; text-align: center; top: 0; width: 18px; }
.mr-footer-contact-list p:nth-child(1)::before { content: "\e600"; }
.mr-footer-contact-list p:nth-child(2)::before { content: "\e003"; }
.mr-footer-contact-list p:nth-child(3)::before { content: "\e009"; }
.mr-footer-contact-list p:nth-child(4)::before { content: "\e009"; }
.mr-footer-post-list p::before { content: "\e008"; }
.mr-footer-list strong { font-weight: 700; }
.mr-footer-list a { color: var(--light-color); text-decoration: none; }
.mr-footer-list a:hover { color: var(--secondary-color); }
.mr-footer-posts { max-width: 320px; }
.mr-footer-section + .absolute-footer { background: var(--dark-color); color: var(--light-color); padding: 14px 0 16px; }
.mr-footer-section + .absolute-footer .container { align-items: center; display: flex; justify-content: center; }
.mr-footer-section + .absolute-footer .footer-primary { float: none; padding: 0; text-align: center; width: 100%; }
.mr-footer-section + .absolute-footer .footer-secondary { display: none; }
.mr-footer-section + .absolute-footer .copyright-footer { color: var(--light-color); font-size: 14px; font-weight: 600; letter-spacing: 0; }
.mr-footer-section + .absolute-footer .footer-nav { display: none; }
.rkh-owner-section { color: var(--text-color); }
.rkh-owner-section .section-content { z-index: 2; }
.rkh-owner-hero { position: relative; }
.rkh-owner-hero::before { background: linear-gradient(180deg, rgba(3, 0, 22, 0.58) 0%, rgba(3, 0, 22, 0.32) 92px, rgba(3, 0, 22, 0) 190px); content: ""; height: 210px; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; z-index: 5; }
.rkh-owner-hero .col { padding-bottom: 0; }
.rkh-owner-hero-image { margin: 0; }
.rkh-owner-hero-image .img-inner { padding-top: 72% !important; }
.rkh-owner-hero-image img { height: 100%; object-fit: cover; width: 100%; }
.rkh-owner-intro { background: var(--light-color); }
.rkh-owner-brand-col { margin-bottom: 24px; }
.rkh-owner-brand-card { background: var(--base-color); border: 1px solid var(--border-color); box-shadow: 0 12px 30px rgba(0, 55, 61, 0.12); box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; margin: 0; min-height: 260px; padding: 28px 24px; text-align: center; }
.rkh-owner-brand-card p { margin: 0; }
.rkh-owner-brand-label { color: var(--secondary-color); font-size: 12px; font-weight: 700; letter-spacing: 0.18em; margin-bottom: 18px !important; }
.rkh-owner-brand-company { color: var(--muted-color); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; }
.rkh-owner-brand-name { color: var(--heading-color); font-family: Georgia, serif; font-size: 38px; font-weight: 700; letter-spacing: 0.02em; line-height: 1.05; margin: 10px 0 18px !important; }
.rkh-owner-brand-project { border-top: 1px solid var(--border-color); color: var(--primary-color); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; padding-top: 16px; }
.rkh-owner-eyebrow { color: var(--secondary-color); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; line-height: 1.5; margin-bottom: 10px; text-transform: uppercase; }
.rkh-owner-eyebrow p { margin-bottom: 0; }
.rkh-owner-eyebrow-center { text-align: center; }
.rkh-owner-title { margin-bottom: 18px; }
.rkh-owner-title .section-title { border-bottom: 0; display: block; margin-bottom: 0; }
.rkh-owner-title .section-title-main { border: 0; color: var(--heading-color); display: block; font-size: 28px; line-height: 1.25; padding: 0; text-transform: none; white-space: normal; width: 100%; }
.rkh-owner-title b { display: none; }
.rkh-owner-section-title { margin-bottom: 16px; }
.rkh-owner-section-title .section-title { border-bottom: 0; margin-bottom: 0; }
.rkh-owner-section-title .section-title-main { border: 0; color: var(--heading-color); font-size: 24px; line-height: 1.3; padding: 0; text-transform: none; white-space: normal; }
.rkh-owner-section-title b { display: none; }
.rkh-owner-section-title-center .section-title { justify-content: center; text-align: center; }
.rkh-owner-copy { color: var(--text-color); font-size: 15px; line-height: 1.8; text-align: justify; }
.rkh-owner-copy p { margin-bottom: 16px; }
.rkh-owner-button { margin-bottom: 0; margin-top: 4px; }
.rkh-owner-intro-visual-row { margin-top: 28px; }
.rkh-owner-intro-image { margin-bottom: 0; }
.rkh-owner-intro-image .img-inner { padding-top: 62% !important; }
.rkh-owner-intro-image img { height: 100%; object-fit: cover; width: 100%; }
.rkh-owner-caption { color: var(--muted-color); font-size: 13px; font-style: italic; line-height: 1.6; margin-top: 10px; text-align: center; }
.rkh-owner-caption p { margin-bottom: 0; }
.rkh-owner-stats { color: var(--light-color); }
.rkh-owner-stat-col { display: flex; }
.rkh-owner-stat-col .col-inner { display: flex; width: 100%; }
.rkh-owner-stat { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.22); display: flex; min-height: 132px; width: 100%; }
.rkh-owner-stat .text-inner { display: flex; width: 100%; }
.rkh-owner-stat p { align-items: center; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 18px 8px; text-align: center; width: 100%; }
.rkh-owner-stat strong { color: var(--light-color); display: block; font-size: 22px; line-height: 1.1; margin-bottom: 10px; }
.rkh-owner-stat span { color: rgba(255, 255, 255, 0.82); display: block; font-size: 12px; line-height: 1.45; }
.rkh-owner-direction { background: var(--light-color); }
.rkh-owner-feature-row { margin-bottom: 38px; }
.rkh-owner-feature-row:last-child { margin-bottom: 0; }
.rkh-owner-feature-media { margin-bottom: 22px; }
.rkh-owner-feature-image { background: var(--base-color); border: 1px solid var(--border-color); box-shadow: 0 12px 28px rgba(0, 55, 61, 0.1); padding: 7px; }
.rkh-owner-feature-image .img-inner { padding-top: 72% !important; }
.rkh-owner-feature-image img { height: 100%; object-fit: cover; width: 100%; }
.rkh-owner-feature-row-alt .rkh-owner-feature-media { order: -1; }
.rkh-owner-value-grid { align-items: stretch; }
.rkh-owner-value-col { display: flex; }
.rkh-owner-value-col .col-inner { display: flex; width: 100%; }
.rkh-owner-value-card { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: 0 8px 20px rgba(0, 55, 61, 0.07); height: 100%; padding: 20px 14px; transition: border-color 0.2s ease, transform 0.2s ease; width: 100%; }
.rkh-owner-value-card:hover { border-color: var(--primary-color); transform: translateY(-3px); }
.rkh-owner-value-card .text-inner { height: 100%; }
.rkh-owner-value-card h3 { color: var(--heading-color); font-size: 17px; line-height: 1.35; margin-bottom: 10px; }
.rkh-owner-value-card p { color: var(--muted-color); font-size: 13px; line-height: 1.65; margin-bottom: 0; }
.rkh-owner-value-card .rkh-owner-value-number { color: var(--secondary-color); font-size: 28px; font-weight: 700; line-height: 1; margin-bottom: 16px; }
.rkh-owner-consult { border-top: 1px solid #dbe8dd; color: var(--text-color); }
.rkh-owner-consult-heading { text-align: center; }
.rkh-owner-form-title { margin-bottom: 12px; }
.rkh-owner-form-title .section-title { border-bottom: 0; justify-content: center; margin-bottom: 0; text-align: center; }
.rkh-owner-form-title .section-title-main { border: 0; color: var(--heading-color); font-size: 24px; line-height: 1.3; padding: 0; white-space: normal; }
.rkh-owner-form-title b { display: none; }
.rkh-owner-form-copy { color: var(--muted-color); font-size: 14px; line-height: 1.7; margin: 0 auto 20px; max-width: 760px; text-align: center; }
.rkh-owner-form-copy p { margin-bottom: 0; }
.rkh-owner-form-card .col-inner { background: var(--light-color); border: 1px solid var(--border-color); border-top: 4px solid var(--ruby-button-accent-color); box-shadow: 0 14px 34px rgba(0, 55, 61, 0.12); padding: 20px; }
.rkh-owner-form-card .wpcf7-response-output { color: var(--text-color); }
.rkh-location-section { color: var(--text-color); }
.rkh-location-section .section-content { z-index: 2; }
.rkh-location-hero { position: relative; }
.rkh-location-hero::before { background: linear-gradient(180deg, rgba(3, 0, 22, 0.58) 0%, rgba(3, 0, 22, 0.32) 92px, rgba(3, 0, 22, 0) 190px); content: ""; height: 210px; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; z-index: 5; }
.rkh-location-hero .col { padding-bottom: 0; }
.rkh-location-hero-image { margin: 0; }
.rkh-location-hero-image .img-inner { padding-top: 72% !important; }
.rkh-location-hero-image img { height: 100%; object-fit: cover; object-position: center 48%; width: 100%; }
.rkh-location-intro { background: var(--light-color); }
.rkh-location-heading .col-inner { margin-left: auto; margin-right: auto; }
.rkh-location-eyebrow { color: var(--secondary-color); font-size: 12px; font-weight: 700; letter-spacing: 0.13em; line-height: 1.5; margin-bottom: 10px; text-transform: uppercase; }
.rkh-location-eyebrow p { margin-bottom: 0; }
.rkh-location-eyebrow-center { text-align: center; }
.rkh-location-title { margin-bottom: 20px; }
.rkh-location-title .section-title { align-items: center; border-bottom: 0; display: flex; gap: 12px; justify-content: center; margin-bottom: 0; text-align: center; }
.rkh-location-title .section-title-main { border: 0; color: var(--heading-color); font-size: 27px; line-height: 1.3; padding: 0 12px; text-transform: none; white-space: normal; }
.rkh-location-title b { background: var(--heading-color); display: block; flex: 1; height: 1px; opacity: 1; }
.rkh-location-section-title { margin-bottom: 18px; }
.rkh-location-section-title .section-title { align-items: center; border-bottom: 0; display: flex; gap: 12px; justify-content: center; margin-bottom: 0; text-align: center; }
.rkh-location-section-title .section-title-main { border: 0; color: var(--heading-color); font-size: 24px; line-height: 1.3; padding: 0 12px; text-transform: none; white-space: normal; }
.rkh-location-section-title b { background: var(--heading-color); display: block; flex: 1; height: 1px; opacity: 1; }
.rkh-location-copy { color: var(--text-color); font-size: 15px; line-height: 1.8; text-align: justify; }
.rkh-location-copy p { margin-bottom: 16px; }
.rkh-location-intro-copy { margin-left: auto; margin-right: auto; max-width: 960px; }
.rkh-location-lead { margin: 0 auto 20px; max-width: 980px; text-align: center; }
.rkh-location-map-row { margin-top: 18px; }
.rkh-location-diagram { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: 0 12px 28px rgba(0, 55, 61, 0.09); margin: 0; padding: 5px; }
.rkh-location-diagram .img-inner { overflow: visible; }
.rkh-location-diagram img { display: block; height: auto; object-fit: contain; width: 100%; }
.rkh-location-caption { color: var(--muted-color); font-size: 13px; font-style: italic; line-height: 1.65; margin: 10px auto 0; max-width: 1050px; text-align: center; }
.rkh-location-caption p { margin-bottom: 0; }
.rkh-location-boundaries { color: var(--light-color); }
.rkh-location-boundary-col { display: flex; }
.rkh-location-boundary-col .col-inner { display: flex; width: 100%; }
.rkh-location-boundary-card { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.22); display: flex; min-height: 104px; width: 100%; }
.rkh-location-boundary-card .text-inner { display: flex; width: 100%; }
.rkh-location-boundary-card p { align-items: center; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 18px 12px; text-align: center; width: 100%; }
.rkh-location-boundary-card strong { color: var(--light-color); display: block; font-size: 15px; letter-spacing: 0.05em; line-height: 1.35; margin-bottom: 8px; }
.rkh-location-boundary-card span { color: rgba(255, 255, 255, 0.82); display: block; font-size: 13px; line-height: 1.45; }
.rkh-location-placeholder-row { margin-top: 24px; }
.rkh-location-placeholder { background: #fff7e8; border: 1px dashed var(--secondary-color); border-left: 4px solid var(--secondary-color); padding: 20px; }
.rkh-location-placeholder-label { color: var(--secondary-color); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; margin-bottom: 10px !important; text-transform: uppercase; }
.rkh-location-placeholder h3 { color: var(--heading-color); font-size: 18px; line-height: 1.4; margin-bottom: 12px; }
.rkh-location-placeholder p { color: var(--muted-color); font-size: 14px; line-height: 1.75; margin-bottom: 12px; }
.rkh-location-placeholder p:last-child { margin-bottom: 0; }
.rkh-location-traffic { background: var(--light-color); border-top: 1px solid var(--border-color); }
.rkh-location-access-row { margin-top: 30px; }
.rkh-location-editorial-copy { margin-left: auto; margin-right: auto; max-width: 980px; }
.rkh-location-view { border-top: 1px solid var(--border-color); }
.rkh-location-consult { border-top: 1px solid #dbe8dd; color: var(--text-color); }
.rkh-location-consult-heading { text-align: center; }
.rkh-location-form-title { margin-bottom: 12px; }
.rkh-location-form-title .section-title { border-bottom: 0; justify-content: center; margin-bottom: 0; text-align: center; }
.rkh-location-form-title .section-title-main { border: 0; color: var(--heading-color); font-size: 24px; line-height: 1.3; padding: 0; white-space: normal; }
.rkh-location-form-title b { display: none; }
.rkh-location-form-copy { color: var(--muted-color); font-size: 14px; line-height: 1.7; margin: 0 auto 20px; max-width: 760px; text-align: center; }
.rkh-location-form-copy p { margin-bottom: 0; }
.rkh-location-form-card .col-inner { background: var(--light-color); border: 1px solid var(--border-color); border-top: 4px solid var(--ruby-button-accent-color); box-shadow: 0 14px 34px rgba(0, 55, 61, 0.12); padding: 20px; }
.rkh-location-form-card .wpcf7-response-output { color: var(--text-color); }
.rkh-amenities-section { color: var(--text-color); }
.rkh-amenities-section .section-content { z-index: 2; }
.rkh-amenities-hero { position: relative; }
.rkh-amenities-hero::before { background: linear-gradient(180deg, rgba(3, 0, 22, 0.58) 0%, rgba(3, 0, 22, 0.32) 92px, rgba(3, 0, 22, 0) 190px); content: ""; height: 210px; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; z-index: 5; }
.rkh-amenities-hero .col { padding-bottom: 0; }
.rkh-amenities-hero-image { margin: 0; }
.rkh-amenities-hero-image .img-inner { padding-top: 72% !important; }
.rkh-amenities-hero-image img { height: 100%; object-fit: cover; object-position: center 54%; width: 100%; }
.rkh-amenities-intro { background: var(--light-color); }
.rkh-amenities-heading .col-inner { margin-left: auto; margin-right: auto; }
.rkh-amenities-eyebrow { color: var(--secondary-color); font-size: 12px; font-weight: 700; letter-spacing: 0.13em; line-height: 1.5; margin-bottom: 10px; text-transform: uppercase; }
.rkh-amenities-eyebrow p { margin-bottom: 0; }
.rkh-amenities-eyebrow-center { text-align: center; }
.rkh-amenities-title { margin-bottom: 20px; }
.rkh-amenities-title .section-title { align-items: center; border-bottom: 0; display: flex; gap: 12px; justify-content: center; margin-bottom: 0; text-align: center; }
.rkh-amenities-title .section-title-main { border: 0; color: var(--heading-color); font-size: 27px; line-height: 1.3; padding: 0 12px; text-transform: none; white-space: normal; }
.rkh-amenities-title b { background: var(--heading-color); display: block; flex: 1; height: 1px; opacity: 1; }
.rkh-amenities-section-title { margin-bottom: 18px; }
.rkh-amenities-section-title .section-title { align-items: center; border-bottom: 0; display: flex; gap: 12px; justify-content: center; margin-bottom: 0; text-align: center; }
.rkh-amenities-section-title .section-title-main { border: 0; color: var(--heading-color); font-size: 24px; line-height: 1.3; padding: 0 12px; text-transform: none; white-space: normal; }
.rkh-amenities-section-title b { background: var(--heading-color); display: block; flex: 1; height: 1px; opacity: 1; }
.rkh-amenities-feature-title { margin-bottom: 16px; }
.rkh-amenities-feature-title .section-title { border-bottom: 0; display: block; margin-bottom: 0; }
.rkh-amenities-feature-title .section-title-main { border: 0; color: var(--heading-color); display: block; font-size: 23px; line-height: 1.3; padding: 0; text-transform: none; white-space: normal; width: 100%; }
.rkh-amenities-feature-title b { display: none; }
.rkh-amenities-copy { color: var(--text-color); font-size: 15px; line-height: 1.8; text-align: justify; }
.rkh-amenities-copy p { margin-bottom: 16px; }
.rkh-amenities-intro-copy { margin-left: auto; margin-right: auto; max-width: 960px; }
.rkh-amenities-button { display: flex; margin: 4px auto 0; width: fit-content; }
.rkh-amenities-masterplan-row { margin-top: 42px; }
.rkh-amenities-masterplan { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: 0 12px 28px rgba(0, 55, 61, 0.09); margin: 0; padding: 5px; }
.rkh-amenities-masterplan .img-inner { overflow: visible; }
.rkh-amenities-masterplan img { display: block; height: auto; object-fit: contain; width: 100%; }
.rkh-amenities-caption { color: var(--muted-color); font-size: 13px; font-style: italic; line-height: 1.65; margin: 10px auto 0; max-width: 1050px; text-align: center; }
.rkh-amenities-caption p { margin-bottom: 0; }
.rkh-amenities-highlights { color: var(--light-color); }
.rkh-amenities-highlight-col { display: flex; }
.rkh-amenities-highlight-col .col-inner { display: flex; width: 100%; }
.rkh-amenities-highlight-card { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.22); display: flex; min-height: 116px; width: 100%; }
.rkh-amenities-highlight-card .text-inner { display: flex; width: 100%; }
.rkh-amenities-highlight-card p { align-items: center; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 18px 8px; text-align: center; width: 100%; }
.rkh-amenities-highlight-card strong { color: var(--light-color); display: block; font-size: 24px; line-height: 1; margin-bottom: 10px; }
.rkh-amenities-highlight-card span { color: rgba(255, 255, 255, 0.84); display: block; font-size: 12px; line-height: 1.45; }
.rkh-amenities-experience { background: var(--light-color); }
.rkh-amenities-feature-row { margin-bottom: 40px; }
.rkh-amenities-feature-row:last-child { margin-bottom: 0; }
.rkh-amenities-feature-media { margin-bottom: 22px; }
.rkh-amenities-feature-image { background: var(--base-color); border: 1px solid var(--border-color); box-shadow: 0 12px 28px rgba(0, 55, 61, 0.1); padding: 6px; }
.rkh-amenities-feature-image .img-inner { padding-top: 66% !important; }
.rkh-amenities-feature-image img { height: 100%; object-fit: cover; width: 100%; }
.rkh-amenities-feature-row-alt .rkh-amenities-feature-media { order: -1; }
.rkh-amenities-services-content { margin-bottom: 22px; }
.rkh-amenities-fact-list { background: var(--light-color); border-left: 4px solid var(--primary-color); color: var(--text-color); font-size: 14px; line-height: 1.7; padding: 16px 18px; }
.rkh-amenities-fact-list ul { margin-bottom: 0; }
.rkh-amenities-fact-list li { margin-bottom: 8px; }
.rkh-amenities-fact-list li:last-child { margin-bottom: 0; }
.rkh-amenities-services-image { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: 0 12px 28px rgba(0, 55, 61, 0.09); padding: 6px; }
.rkh-amenities-services-image .img-inner { padding-top: 72% !important; }
.rkh-amenities-services-image img { height: 100%; object-fit: cover; width: 100%; }
.rkh-amenities-gallery-row { margin-top: 10px; }
.rkh-amenities-gallery-col .col-inner { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: 0 8px 20px rgba(0, 55, 61, 0.08); height: 100%; padding: 6px; }
.rkh-amenities-gallery-image { margin-bottom: 0; }
.rkh-amenities-gallery-image .img-inner { padding-top: 72% !important; }
.rkh-amenities-gallery-image img { height: 100%; object-fit: cover; transition: transform 0.35s ease; width: 100%; }
.rkh-amenities-gallery-col:hover .rkh-amenities-gallery-image img { transform: scale(1.04); }
.rkh-amenities-gallery-caption { color: var(--heading-color); font-size: 13px; font-weight: 600; line-height: 1.5; padding: 12px 8px 8px; text-align: center; }
.rkh-amenities-gallery-caption p { margin-bottom: 0; }
.rkh-amenities-placeholder { background: #fff7e8; border: 1px dashed var(--secondary-color); border-left: 4px solid var(--secondary-color); padding: 20px; text-align: left; }
.rkh-amenities-placeholder-label { color: var(--secondary-color); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; margin-bottom: 10px !important; text-transform: uppercase; }
.rkh-amenities-placeholder h2 { color: var(--heading-color); font-size: 23px; line-height: 1.35; margin-bottom: 12px; }
.rkh-amenities-placeholder p { color: var(--muted-color); font-size: 14px; line-height: 1.75; margin-bottom: 12px; }
.rkh-amenities-placeholder ul { color: var(--muted-color); font-size: 14px; line-height: 1.7; margin-bottom: 0; }
.rkh-amenities-consult { border-top: 1px solid #dbe8dd; color: var(--text-color); }
.rkh-amenities-consult-heading { text-align: center; }
.rkh-amenities-form-title { margin-bottom: 12px; }
.rkh-amenities-form-title .section-title { border-bottom: 0; justify-content: center; margin-bottom: 0; text-align: center; }
.rkh-amenities-form-title .section-title-main { border: 0; color: var(--heading-color); font-size: 24px; line-height: 1.3; padding: 0; white-space: normal; }
.rkh-amenities-form-title b { display: none; }
.rkh-amenities-form-copy { color: var(--muted-color); font-size: 14px; line-height: 1.7; margin: 0 auto 20px; max-width: 760px; text-align: center; }
.rkh-amenities-form-copy p { margin-bottom: 0; }
.rkh-amenities-form-card .col-inner { background: var(--light-color); border: 1px solid var(--border-color); border-top: 4px solid var(--ruby-button-accent-color); box-shadow: 0 14px 34px rgba(0, 55, 61, 0.12); padding: 20px; }
.rkh-amenities-form-card .wpcf7-response-output { color: var(--text-color); }
.rkh-contact-section { color: var(--text-color); }
.rkh-contact-section .section-content { z-index: 2; }
.rkh-contact-hero { min-height: 360px; position: relative; }
.rkh-contact-hero::before { background: linear-gradient(180deg, rgba(3, 0, 22, 0.64) 0%, rgba(3, 0, 22, 0.46) 54%, rgba(3, 0, 22, 0.52) 100%); bottom: 0; content: ""; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; z-index: 1; }
.rkh-contact-hero .section-content { align-items: center; display: flex; min-height: 360px; padding: 105px 0 48px; }
.rkh-contact-hero .row { width: 100%; }
.rkh-contact-hero-content { color: var(--light-color); margin: 0 auto; max-width: 820px; text-align: center; text-shadow: 0 2px 10px rgba(3, 0, 22, 0.38); }
.rkh-contact-hero-content h1 { color: var(--light-color); font-size: 32px; line-height: 1.2; margin-bottom: 14px; }
.rkh-contact-hero-eyebrow { color: #ffd8c3; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; margin-bottom: 12px !important; text-transform: uppercase; }
.rkh-contact-hero-description { color: rgba(255, 255, 255, 0.9); font-size: 15px; line-height: 1.7; margin: 0 auto; max-width: 660px; }
.rkh-contact-main-row { align-items: stretch; }
.rkh-contact-main-row .rkh-contact-info-col { flex-basis: 100%; max-width: 100%; }
.rkh-contact-main-row .rkh-contact-form-col { flex-basis: 100%; max-width: 100%; }
.rkh-contact-info-col { margin-bottom: 22px; }
.rkh-contact-info-col .col-inner { background: var(--ruby-button-primary-color); border-top: 4px solid var(--secondary-color); box-shadow: 0 14px 34px rgba(0, 55, 61, 0.16); box-sizing: border-box; display: flex; flex-direction: column; height: 100%; justify-content: center; padding: 24px; }
.rkh-contact-info-content { color: var(--light-color); flex: 0 0 auto; }
.rkh-contact-info-eyebrow { color: #ffd8c3; font-size: 11px; font-weight: 700; letter-spacing: 0.13em; margin-bottom: 10px !important; text-transform: uppercase; }
.rkh-contact-info-content h2 { color: var(--light-color); font-size: 26px; line-height: 1.3; margin-bottom: 12px; }
.rkh-contact-info-intro { color: rgba(255, 255, 255, 0.8); font-size: 14px; line-height: 1.7; margin-bottom: 18px !important; }
.rkh-contact-info-item { border-top: 1px solid rgba(255, 255, 255, 0.18); padding: 13px 0; }
.rkh-contact-info-item span { color: rgba(255, 255, 255, 0.66); display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; line-height: 1.4; margin-bottom: 5px; text-transform: uppercase; }
.rkh-contact-info-item strong { color: var(--light-color); display: block; font-size: 14px; line-height: 1.55; }
.rkh-contact-info-item a { color: var(--light-color); }
.rkh-contact-info-item a:hover { color: #ffd8c3; }
.rkh-contact-call-button { display: flex; margin: 8px 0 0; width: 100%; }
.rkh-contact-form-col .col-inner { background: var(--light-color); border: 1px solid var(--border-color); border-top: 4px solid var(--secondary-color); box-shadow: 0 14px 34px rgba(0, 55, 61, 0.12); box-sizing: border-box; height: 100%; padding: 24px; }
.rkh-contact-form-eyebrow { color: var(--secondary-color); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; margin-bottom: 10px; text-transform: uppercase; }
.rkh-contact-form-eyebrow p { margin-bottom: 0; }
.rkh-contact-form-title { margin-bottom: 12px; }
.rkh-contact-form-title .section-title { border-bottom: 0; display: block; margin-bottom: 0; }
.rkh-contact-form-title .section-title-main { border: 0; color: var(--heading-color); display: block; font-size: 24px; line-height: 1.3; padding: 0; text-transform: none; white-space: normal; width: 100%; }
.rkh-contact-form-title b { display: none; }
.rkh-contact-form-copy { color: var(--muted-color); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.rkh-contact-form-copy p { margin-bottom: 0; }
.rkh-contact-form-col .wpcf7-response-output { color: var(--text-color); }
.rkh-contact-location { background: var(--light-color); }
.rkh-contact-heading .col-inner { margin-left: auto; margin-right: auto; }
.rkh-contact-eyebrow { color: var(--secondary-color); font-size: 12px; font-weight: 700; letter-spacing: 0.13em; line-height: 1.5; margin-bottom: 10px; text-transform: uppercase; }
.rkh-contact-eyebrow p { margin-bottom: 0; }
.rkh-contact-eyebrow-center { text-align: center; }
.rkh-contact-section-title { margin-bottom: 18px; }
.rkh-contact-section-title .section-title { align-items: center; border-bottom: 0; display: flex; gap: 12px; justify-content: center; margin-bottom: 0; text-align: center; }
.rkh-contact-section-title .section-title-main { border: 0; color: var(--heading-color); font-size: 24px; line-height: 1.3; padding: 0 12px; text-transform: none; white-space: normal; }
.rkh-contact-section-title b { background: var(--heading-color); display: block; flex: 1; height: 1px; opacity: 1; }
.rkh-contact-location-copy { color: var(--muted-color); font-size: 14px; line-height: 1.7; margin: 0 auto 22px; max-width: 800px; text-align: center; }
.rkh-contact-location-copy p { margin-bottom: 0; }
.rkh-contact-map-image { background: var(--light-color); border: 1px solid var(--border-color); box-shadow: 0 12px 28px rgba(0, 55, 61, 0.09); margin: 0; padding: 5px; }
.rkh-contact-map-image .img-inner { overflow: visible; }
.rkh-contact-map-image img { display: block; height: auto; object-fit: contain; width: 100%; }
.rkh-contact-map-caption { color: var(--muted-color); font-size: 13px; font-style: italic; line-height: 1.65; margin: 10px auto 0; max-width: 1050px; text-align: center; }
.rkh-contact-map-caption p { margin-bottom: 0; }
.rkh-contact-map-actions { margin-top: 24px; }
.rkh-contact-map-actions .col-inner { align-items: stretch; display: flex; flex-direction: column; gap: 12px; }
.rkh-contact-map-button { display: flex; margin: 0; width: 100%; }
.post-item { display: flex; padding-bottom: 24px; }
.post-item > .col-inner { display: flex; width: 100%; }
.post-item .box-blog-post { background: var(--light-color); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: 0 8px 22px rgba(0, 55, 61, 0.08); display: flex; flex-direction: column; height: 100%; overflow: hidden; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; width: 100%; }
.post-item .box-blog-post:hover { border-color: var(--ruby-button-primary-color); box-shadow: 0 14px 30px rgba(0, 55, 61, 0.14); transform: translateY(-4px); }
.post-item .box-blog-post:focus-within { border-color: var(--ruby-button-primary-color); box-shadow: 0 0 0 3px rgba(255, 104, 22, 0.18), 0 12px 28px rgba(0, 55, 61, 0.12); }
.post-item .box-blog-post .box-image { margin: 0; overflow: hidden; }
.post-item .box-blog-post .image-cover { padding-top: 75% !important; }
.post-item .box-blog-post .image-cover img { height: 100%; object-fit: cover; transition: transform 0.35s ease; width: 100%; }
.post-item .box-blog-post:hover .image-cover img { transform: scale(1.04); }
.post-item .box-blog-post .box-text { background: var(--light-color); display: flex; flex: 1; padding: 16px; }
.post-item .box-blog-post .box-text-inner { display: flex; flex-direction: column; height: 100%; width: 100%; }
.post-item .box-blog-post .post-title { display: -webkit-box; font-size: 18px; font-weight: 700; line-height: 1.45; margin: 0; min-height: 52px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.post-item .box-blog-post .post-title a { color: var(--heading-color); display: block; }
.post-item .box-blog-post .post-title a:hover { color: var(--ruby-button-accent-color); }
.post-item .box-blog-post .post-meta { color: var(--ruby-button-accent-color); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; line-height: 1.5; margin-bottom: 8px; opacity: 1; order: -1; text-transform: uppercase; }
.post-item .box-blog-post .is-divider { background: var(--ruby-button-accent-color); height: 2px; margin: 12px 0 0; max-width: 42px; order: 1; }
.post-item .box-blog-post .from_the_blog_excerpt { color: var(--muted-color); display: -webkit-box; font-size: 14px; line-height: 1.7; margin: 12px 0 18px; min-height: 71px; order: 2; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.post-item .box-blog-post .button.is-link { align-self: flex-start; color: var(--ruby-button-primary-color); font-size: 13px; font-weight: 700; letter-spacing: 0.05em; line-height: 1.4; margin-top: auto !important; order: 3; padding: 0 22px 0 0; position: relative; text-transform: uppercase; }
.post-item .box-blog-post .button.is-link::after { content: "\2192"; position: absolute; right: 0; transition: transform 0.2s ease; }
.post-item .box-blog-post .button.is-link:hover { color: var(--ruby-button-accent-color); }
.post-item .box-blog-post .button.is-link:hover::after { transform: translateX(4px); }
.post-item .box-blog-post a:focus-visible { outline: 3px solid rgba(255, 104, 22, 0.3); outline-offset: 3px; }
.blog-archive .archive-page-header .parallax-title .banner { background: var(--soft-green-color); border-bottom: 1px solid #dbe8dd; padding-top: 200px !important; }
.blog-archive .archive-page-header .parallax-title .banner-bg .bg { background-color: var(--soft-green-color) !important; background-image: none !important; }
.blog-archive .archive-page-header .parallax-title .banner-bg .overlay { background: transparent !important; }
.blog-archive .archive-page-header .parallax-title .text-box-content { background: transparent; }
.blog-archive .archive-page-header .page-title { color: var(--heading-color); font-size: 32px; line-height: 1.2; margin: 0; text-shadow: none; }
.blog-archive .archive-page-header .page-title::after { background: var(--ruby-button-accent-color); content: ""; display: block; height: 3px; margin: 14px auto 0; width: 48px; }

.blog-wrapper.blog-archive.page-wrapper { padding-top: 0; }
.blog-wrapper.blog-single { background: #f6f8f6; padding-bottom: 40px; padding-top: 24px; }
.blog-single > .row { align-items: flex-start; }
.blog-single > .row > .large-9 { flex-basis: 100%; max-width: 100%; padding-bottom: 0; }
.blog-single > .row > .post-sidebar { flex-basis: 100%; max-width: 100%; }
.blog-single article { background: var(--light-color); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: 0 12px 30px rgba(0, 55, 61, 0.08); overflow: hidden; padding: 18px; }
.blog-single .entry-header-text { padding: 4px 0 22px; }
.blog-single .entry-category { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; line-height: 1.5; margin-bottom: 10px; text-transform: uppercase; }
.blog-single .entry-category a { color: var(--ruby-button-accent-color); }
.blog-single .entry-category a:hover { color: var(--ruby-button-primary-color); }
.blog-single .entry-title { color: var(--heading-color); font-size: 30px; line-height: 1.3; margin: 0 auto; max-width: 920px; }
.blog-single .entry-header .entry-divider { background: var(--ruby-button-accent-color); height: 3px; margin: 16px auto; max-width: 52px; opacity: 1; }
.blog-single .entry-header .entry-meta { color: var(--muted-color); font-size: 12px; letter-spacing: 0.02em; line-height: 1.6; text-transform: none; }
.blog-single .entry-header .entry-meta a { color: var(--muted-color); }
.blog-single .entry-header .entry-meta a:hover { color: var(--ruby-button-accent-color); }
.blog-single .entry-image { border-radius: 4px; overflow: hidden; }
.blog-single .entry-image a { display: block; }
.blog-single .entry-image img { aspect-ratio: 16 / 9; display: block; object-fit: cover; width: 100%; }
.blog-single .entry-content { color: var(--text-color); font-size: 16px; line-height: 1.8; overflow-wrap: anywhere; padding: 24px 0 0; }
.blog-single .entry-content p { margin-bottom: 1.2em; }
.blog-single .entry-content h2 { color: var(--heading-color); font-size: 25px; line-height: 1.4; margin-bottom: 14px; margin-top: 30px; }
.blog-single .entry-content h3 { color: var(--heading-color); font-size: 22px; line-height: 1.45; margin-bottom: 12px; margin-top: 26px; }
.blog-single .entry-content h4 { color: var(--heading-color); font-size: 19px; line-height: 1.5; margin-bottom: 10px; margin-top: 22px; }
.blog-single .entry-content a:not(.button) { color: var(--ruby-button-primary-color); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(2, 70, 56, 0.32); text-underline-offset: 3px; }
.blog-single .entry-content a:not(.button):hover { color: var(--ruby-button-accent-color); text-decoration-color: var(--ruby-button-accent-color); }
.blog-single .entry-content ul { margin-bottom: 22px; padding-left: 22px; }
.blog-single .entry-content ol { margin-bottom: 22px; padding-left: 22px; }
.blog-single .entry-content li { margin-bottom: 8px; }
.blog-single .entry-content blockquote { background: var(--soft-green-color); border-left: 4px solid var(--ruby-button-accent-color); color: var(--heading-color); font-size: 17px; font-style: normal; margin: 26px 0; padding: 18px 20px; }
.blog-single .entry-content blockquote p:last-child { margin-bottom: 0; }
.blog-single .entry-content figure { margin-bottom: 24px; margin-top: 24px; }
.blog-single .entry-content img { border-radius: 4px; height: auto; }
.blog-single .entry-content figcaption { color: var(--muted-color); font-size: 13px; line-height: 1.6; margin-top: 8px; text-align: center; }
.blog-single .entry-content table { border-collapse: collapse; display: block; margin: 24px 0; max-width: 100%; overflow-x: auto; width: 100%; }
.blog-single .entry-content th { background: var(--ruby-button-primary-color); border: 1px solid var(--border-color); color: var(--light-color); padding: 11px 13px; text-align: left; }
.blog-single .entry-content td { border: 1px solid var(--border-color); color: var(--text-color); padding: 11px 13px; }
.blog-single .entry-content iframe { max-width: 100%; width: 100%; }
.blog-single .entry-content pre { background: var(--base-color); border: 1px solid var(--border-color); overflow-x: auto; padding: 18px; }
.blog-single .blog-share { border-top: 1px solid var(--border-color); margin-top: 28px; padding-top: 22px; }
.blog-single .blog-share > .is-divider { display: none; }
.blog-single .blog-share .button { border-color: #cfded5; color: var(--ruby-button-primary-color); height: 40px; line-height: 38px; margin: 0 4px; min-height: 40px; min-width: 40px; text-decoration: none; width: 40px; }
.blog-single .blog-share .button:hover { background: var(--ruby-button-primary-color) !important; border-color: var(--ruby-button-primary-color) !important; color: var(--light-color) !important; }
.blog-single footer.entry-meta { background: var(--soft-green-color); border: 1px solid #dbe8dd; border-radius: 4px; color: var(--muted-color); font-size: 13px; line-height: 1.7; margin-top: 24px; padding: 14px 16px; text-align: left; }
.blog-single footer.entry-meta .danh-muc { margin-bottom: 4px; }
.blog-single footer.entry-meta .danh-muc:last-child { margin-bottom: 0; }
.blog-single footer.entry-meta .the-tim-kiem { margin-bottom: 0; }
.blog-single footer.entry-meta .title { color: var(--heading-color); font-weight: 700; }
.blog-single footer.entry-meta a { color: var(--ruby-button-primary-color); font-weight: 600; }
.blog-single footer.entry-meta a:hover { color: var(--ruby-button-accent-color); }
.blog-single .bai-viet-lien-quan { border-top: 1px solid var(--border-color); margin-top: 30px; padding-top: 28px; }
.blog-single .bai-viet-lien-quan:empty { display: none; }
.blog-single .bai-viet-lien-quan > h3 { color: var(--heading-color); font-size: 24px; line-height: 1.4; margin-bottom: 20px; }
.blog-single .bai-viet-lien-quan > h3::after { background: var(--ruby-button-accent-color); content: ""; display: block; height: 3px; margin-top: 10px; width: 48px; }
.blog-single .list-bai-viet { display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr); list-style: none; margin: 0; padding: 0; }
.blog-single .list-bai-viet > li { background: var(--light-color); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: 0 7px 18px rgba(0, 55, 61, 0.07); display: flex; flex-direction: column; margin: 0; overflow: hidden; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.blog-single .list-bai-viet > li:hover { border-color: var(--ruby-button-primary-color); box-shadow: 0 12px 24px rgba(0, 55, 61, 0.13); transform: translateY(-4px); }
.blog-single .list-bai-viet .box-image { height: 0; margin: 0; overflow: hidden; padding-top: 75%; position: relative; width: 100%; }
.blog-single .list-bai-viet .box-image a { inset: 0; position: absolute; }
.blog-single .list-bai-viet .box-image img { height: 100%; object-fit: cover; transition: transform 0.35s ease; width: 100%; }
.blog-single .list-bai-viet > li:hover .box-image img { transform: scale(1.04); }
.blog-single .list-bai-viet > li > a:last-child { display: flex; flex: 1; }
.blog-single .list-bai-viet .tieu-de-bai-viet { color: var(--heading-color); display: -webkit-box; font-size: 16px; font-weight: 700; line-height: 1.5; margin: 0; min-height: 72px; overflow: hidden; padding: 14px; width: 100%; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.blog-single .list-bai-viet a:hover .tieu-de-bai-viet { color: var(--ruby-button-accent-color); }
.blog-single .post-sidebar { margin-top: 24px; padding-bottom: 0; }
.blog-single .post-sidebar .widget { background: var(--light-color); border: 1px solid var(--border-color); border-top: 4px solid var(--ruby-button-primary-color); border-radius: 4px; box-shadow: 0 10px 26px rgba(0, 55, 61, 0.08); margin-bottom: 22px; padding: 20px; }
.blog-single .post-sidebar .widget:last-child { margin-bottom: 0; }
.blog-single .post-sidebar .widget-title { color: var(--heading-color); display: block; font-size: 19px; font-weight: 700; line-height: 1.4; text-transform: none; }
.blog-single .post-sidebar .widget > .is-divider { background: var(--ruby-button-accent-color); height: 3px; margin: 10px 0 12px; max-width: 44px; opacity: 1; }
.blog-single .post-sidebar .widget ul { margin: 0; }
.blog-single .post-sidebar .widget li { border-bottom: 1px solid var(--border-color); margin: 0; }
.blog-single .post-sidebar .widget li:last-child { border-bottom: 0; }
.blog-single .post-sidebar .recent-blog-posts { align-items: center; padding-bottom: 12px !important; padding-top: 12px !important; }
.blog-single .post-sidebar .recent-blog-posts-li:first-child .recent-blog-posts { padding-top: 4px !important; }
.blog-single .post-sidebar .recent-blog-posts-li:last-child .recent-blog-posts { padding-bottom: 2px !important; }
.blog-single .post-sidebar .recent-blog-posts > .flex-col:first-child { flex: 0 0 72px; margin-right: 12px; }
.blog-single .post-sidebar .badge.post-date { height: 56px; width: 72px; }
.blog-single .post-sidebar .badge.post-date .badge-inner { background-position: center !important; background-size: cover !important; border-radius: 4px !important; height: 56px; width: 72px; }
.blog-single .post-sidebar .recent-blog-posts .flex-grow > a { color: var(--heading-color); display: -webkit-box; font-size: 14px; font-weight: 600; line-height: 1.5; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.blog-single .post-sidebar .recent-blog-posts .flex-grow > a:hover { color: var(--ruby-button-accent-color); }
.blog-single .post-sidebar .searchform { margin-bottom: 0; }
.blog-single .post-sidebar .searchform input[type="search"] { border: 1px solid var(--border-color); box-shadow: none; height: 46px; margin-bottom: 0; }
.blog-single .post-sidebar .searchform .button { background: var(--ruby-button-primary-color); border-color: var(--ruby-button-primary-color); color: var(--light-color); height: 46px; min-height: 46px; }
.blog-single .post-sidebar .searchform .button:hover { background: var(--ruby-button-accent-color); border-color: var(--ruby-button-accent-color); }
.blog-single .post-sidebar .widget_categories li a { color: var(--heading-color); display: block; padding: 10px 0; }
.blog-single .post-sidebar .widget_categories li a:hover { color: var(--ruby-button-accent-color); }
.blog-single .entry-author { background: var(--soft-green-color); border: 1px solid #dbe8dd; border-radius: 4px; margin-top: 26px; padding: 18px; }
.blog-single .navigation-post { border-top: 1px solid var(--border-color); margin-top: 28px; padding-top: 22px; }
.blog-single a:focus-visible { outline: 3px solid rgba(255, 104, 22, 0.3); outline-offset: 3px; }

.masteri-popup-trigger { display: none !important; }
#masteri-consult-popup { background: var(--base-color); border: 1px solid rgba(0, 55, 61, 0.16); border-radius: 8px; box-shadow: 0 24px 70px rgba(0, 55, 61, 0.32); box-sizing: border-box; margin: 0 auto; max-width: 900px; overflow: hidden; padding: 0 !important; width: calc(100vw - 28px); }
#masteri-consult-popup * { box-sizing: border-box; }
#masteri-consult-popup .mfp-close { color: var(--light-color); font-size: 30px; opacity: 1; right: 4px; top: 4px; }
.mfp-wrap.masteri-consult-popup-open .mfp-close { color: var(--light-color); font-size: 30px; opacity: 1; }
.masteri-consult-popup__header { background: var(--heading-color); border-bottom: 4px solid var(--ruby-button-accent-color); color: var(--light-color); padding: 26px 22px 24px; text-align: center; }
.masteri-consult-popup__header h2 { color: var(--light-color); font-size: 25px; line-height: 1.25; margin: 0 30px 8px; text-transform: uppercase; }
.masteri-consult-popup__header p { color: rgba(255, 255, 255, 0.86); font-size: 14px; line-height: 1.6; margin: 0; }
.masteri-consult-popup__body { padding: 26px 22px 30px; }
.masteri-consult-popup .wpcf7 form { margin: 0; }
.masteri-consult-popup .wpcf7-form-control-wrap { display: block; width: 100%; }
.masteri-consult-popup .mr-form-line { margin-bottom: 16px; }
.masteri-consult-popup .mr-form-grid { gap: 16px; margin-bottom: 16px; }
.masteri-consult-popup .wpcf7 input[type="text"] { background: var(--light-color); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: none; color: var(--text-color); font-size: 16px; height: 54px; margin: 0; padding: 0 17px; width: 100%; }
.masteri-consult-popup .wpcf7 input[type="tel"] { background: var(--light-color); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: none; color: var(--text-color); font-size: 16px; height: 54px; margin: 0; padding: 0 17px; width: 100%; }
.masteri-consult-popup .wpcf7 input[type="email"] { background: var(--light-color); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: none; color: var(--text-color); font-size: 16px; height: 54px; margin: 0; padding: 0 17px; width: 100%; }
.masteri-consult-popup .wpcf7 input::placeholder { color: var(--muted-color); opacity: 0.8; }
.masteri-consult-popup .wpcf7 input:focus { border-color: var(--ruby-button-accent-color); box-shadow: 0 0 0 3px rgba(255, 104, 22, 0.14); outline: 0; }
.masteri-consult-popup .wpcf7 input[type="submit"].ruby-button { font-size: 16px !important; margin: 0 !important; min-height: 56px !important; width: 100%; }
.masteri-consult-popup .wpcf7 form.submitting input[type="submit"] { cursor: wait; opacity: 0.7; }
.masteri-consult-popup .wpcf7-not-valid-tip { font-size: 13px; margin-top: 5px; }
.masteri-consult-popup .wpcf7-response-output { color: var(--text-color); margin: 16px 0 0 !important; padding: 10px 12px !important; }
.masteri-consult-popup .wpcf7-spinner { display: block; margin: 10px auto 0; }


/*************** RESPONSIVE CSS HERE  ***************/

@media (min-width: 768px) { 
    .mr-section-title .section-title-main { font-size: 100%; padding: 0 18px; }
    .mr-copy { font-size: 16px; }
    .mr-overview-table { font-size: 18px; min-width: 0; }
    .mr-overview-table td { padding: 17px 24px; }
    .mr-form-card .col-inner { padding: 24px 28px; }
    .mr-form-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mr-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mr-final-cta-copy { font-size: 16px; max-width: 1180px; }
    .mr-final-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mr-feature-list { padding: 20px 24px; }
    .mr-footer-section .col { padding-bottom: 0; }
    .mr-footer-brand { text-align: center; }
    .mr-footer-heading h3 { text-align: left; }
    .mr-footer-brand-text p { font-size: 16px; }
    .mr-footer-list p { font-size: 15px; }
    .rkh-owner-hero-image .img-inner { padding-top: 56.25% !important; }
    .rkh-owner-brand-col { margin-bottom: 0; }
    .rkh-owner-brand-card { min-height: 360px; padding: 34px 28px; }
    .rkh-owner-brand-name { font-size: 46px; }
    .rkh-owner-title .section-title-main { font-size: 34px; }
    .rkh-owner-section-title .section-title-main { font-size: 29px; }
    .rkh-owner-copy { font-size: 16px; }
    .rkh-owner-intro-visual-row { margin-top: 36px; }
    .rkh-owner-intro-image .img-inner { padding-top: 56.25% !important; }
    .rkh-owner-stat strong { font-size: 26px; }
    .rkh-owner-stat span { font-size: 13px; }
    .rkh-owner-feature-media { margin-bottom: 0; }
    .rkh-owner-feature-row-alt .rkh-owner-feature-media { order: 0; }
    .rkh-owner-value-card { padding: 24px 18px; }
    .rkh-owner-value-card h3 { font-size: 18px; }
    .rkh-owner-value-card p { font-size: 14px; }
    .rkh-owner-form-title .section-title-main { font-size: 29px; }
    .rkh-owner-form-copy { font-size: 16px; }
    .rkh-owner-form-card .col-inner { padding: 26px 30px; }
    .rkh-location-hero-image .img-inner { padding-top: 56.25% !important; }
    .rkh-location-title .section-title { gap: 16px; }
    .rkh-location-title .section-title-main { font-size: 34px; padding: 0 18px; }
    .rkh-location-section-title .section-title { gap: 16px; }
    .rkh-location-section-title .section-title-main { font-size: 29px; padding: 0 18px; }
    .rkh-location-copy { font-size: 16px; }
    .rkh-location-map-row { margin-top: 26px; }
    .rkh-location-diagram { padding: 8px; }
    .rkh-location-boundary-card { min-height: 116px; }
    .rkh-location-boundary-card strong { font-size: 17px; }
    .rkh-location-boundary-card span { font-size: 14px; }
    .rkh-location-placeholder { padding: 26px 28px; }
    .rkh-location-placeholder h3 { font-size: 20px; }
    .rkh-location-placeholder p { font-size: 15px; }
    .rkh-location-form-title .section-title-main { font-size: 29px; }
    .rkh-location-form-copy { font-size: 16px; }
    .rkh-location-form-card .col-inner { padding: 26px 30px; }
    .rkh-amenities-hero-image .img-inner { padding-top: 56.25% !important; }
    .rkh-amenities-title .section-title { gap: 16px; }
    .rkh-amenities-title .section-title-main { font-size: 34px; padding: 0 18px; }
    .rkh-amenities-section-title .section-title { gap: 16px; }
    .rkh-amenities-section-title .section-title-main { font-size: 29px; padding: 0 18px; }
    .rkh-amenities-feature-title .section-title-main { font-size: 29px; }
    .rkh-amenities-copy { font-size: 16px; }
    .rkh-amenities-masterplan { padding: 8px; }
    .rkh-amenities-highlight-card { min-height: 128px; }
    .rkh-amenities-highlight-card strong { font-size: 27px; }
    .rkh-amenities-highlight-card span { font-size: 13px; }
    .rkh-amenities-feature-media { margin-bottom: 0; }
    .rkh-amenities-feature-row-alt .rkh-amenities-feature-media { order: 0; }
    .rkh-amenities-services-content { margin-bottom: 0; padding-right: 24px; }
    .rkh-amenities-fact-list { font-size: 15px; padding: 20px 22px; }
    .rkh-amenities-gallery-caption { font-size: 14px; }
    .rkh-amenities-placeholder { padding: 26px 28px; }
    .rkh-amenities-placeholder h2 { font-size: 28px; }
    .rkh-amenities-placeholder p { font-size: 15px; }
    .rkh-amenities-placeholder ul { font-size: 15px; }
    .rkh-amenities-form-title .section-title-main { font-size: 29px; }
    .rkh-amenities-form-copy { font-size: 16px; }
    .rkh-amenities-form-card .col-inner { padding: 26px 30px; }
    .rkh-contact-hero { min-height: 420px; }
    .rkh-contact-hero .section-content { min-height: 420px; padding: 125px 0 64px; }
    .rkh-contact-hero-content h1 { font-size: 44px; }
    .rkh-contact-hero-description { font-size: 17px; }
    .rkh-contact-info-col { margin-bottom: 0; }
    .rkh-contact-main-row .rkh-contact-info-col { flex-basis: 41.6666667%; max-width: 41.6666667%; }
    .rkh-contact-main-row .rkh-contact-form-col { flex-basis: 58.3333333%; max-width: 58.3333333%; }
    .rkh-contact-info-col .col-inner { padding: 30px; }
    .rkh-contact-info-content h2 { font-size: 30px; }
    .rkh-contact-info-intro { font-size: 15px; }
    .rkh-contact-info-item strong { font-size: 15px; }
    .rkh-contact-form-col .col-inner { padding: 30px; }
    .rkh-contact-form-title .section-title-main { font-size: 29px; }
    .rkh-contact-form-copy { font-size: 16px; }
    .rkh-contact-section-title .section-title { gap: 16px; }
    .rkh-contact-section-title .section-title-main { font-size: 29px; padding: 0 18px; }
    .rkh-contact-location-copy { font-size: 16px; }
    .rkh-contact-map-image { padding: 8px; }
    .rkh-contact-map-actions .col-inner { align-items: center; flex-direction: row; gap: 16px; justify-content: center; }
    .rkh-contact-map-button { width: auto; }
    .post-item .box-blog-post .box-text { padding: 18px; }
    .post-item .box-blog-post .post-title { font-size: 19px; min-height: 55px; }
    .post-item .box-blog-post .from_the_blog_excerpt { font-size: 15px; min-height: 77px; }
    .blog-archive .archive-page-header .parallax-title .banner { padding-top: 220px !important; }
    .blog-archive .archive-page-header .page-title { font-size: 38px; }
    .blog-wrapper.blog-single { padding-bottom: 48px; padding-top: 32px; }
    .blog-single article { padding: 26px; }
    .blog-single .entry-header-text { padding-bottom: 26px; padding-top: 6px; }
    .blog-single .entry-title { font-size: 38px; }
    .blog-single .entry-content { font-size: 17px; padding-top: 30px; }
    .blog-single .entry-content h2 { font-size: 29px; }
    .blog-single .entry-content h3 { font-size: 24px; }
    .blog-single .entry-content blockquote { font-size: 18px; padding: 22px 24px; }
    .blog-single .list-bai-viet { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .blog-single .post-sidebar .widget { padding: 24px; }
    .masteri-consult-popup__header { padding: 38px 48px 34px; }
    .masteri-consult-popup__header h2 { font-size: 34px; }
    .masteri-consult-popup__header p { font-size: 16px; }
    .masteri-consult-popup__body { padding: 38px 48px 46px; }
    .masteri-consult-popup .wpcf7 input[type="text"] { height: 58px; }
    .masteri-consult-popup .wpcf7 input[type="tel"] { height: 58px; }
    .masteri-consult-popup .wpcf7 input[type="email"] { height: 58px; }
    .masteri-consult-popup .wpcf7 input[type="submit"].ruby-button { min-height: 60px !important; }

}


@media (min-width: 992px) { 
    .header-nav-main.nav > li > a { padding-left: 14px; padding-right: 14px; }
    .mr-intro-section { padding-top: 34px !important; padding-bottom: 34px !important; }
    .mr-overview-section { padding-top: 42px !important; padding-bottom: 30px !important; }
    .mr-location-section { padding-top: 44px !important; padding-bottom: 44px !important; }
    .mr-amenities-section { padding-top: 44px !important; padding-bottom: 44px !important; }
    .mr-apartment-section { padding-top: 44px !important; padding-bottom: 44px !important; }
    .mr-payment-section { padding-top: 44px !important; padding-bottom: 44px !important; }
    .mr-news-section { padding-top: 44px !important; padding-bottom: 44px !important; }
    .mr-final-cta-section { padding-top: 44px !important; padding-bottom: 44px !important; }
    .mr-section-title { margin-bottom: 20px; }
    .mr-section-title .section-title-main { font-size: 108%; }
    .mr-overview-table { font-size: 20px; }
    .mr-overview-table td { padding: 18px 28px; }
    .mr-form-card .col-inner { padding: 28px 34px; }
    .mr-form-title .section-title-main { font-size: 92%; }
    .mr-news-title h3 { font-size: 16px; }
    .mr-footer-section { padding-top: 34px !important; padding-bottom: 34px !important; }
    .mr-footer-heading h3 { font-size: 20px; margin-bottom: 24px; }
    .mr-footer-list p { font-size: 16px; margin-bottom: 14px; }
    .rkh-owner-intro { padding-bottom: 56px !important; padding-top: 56px !important; }
    .rkh-owner-brand-card { min-height: 420px; padding: 40px 34px; }
    .rkh-owner-brand-name { font-size: 54px; }
    .rkh-owner-title .section-title-main { font-size: 40px; }
    .rkh-owner-section-title .section-title-main { font-size: 34px; }
    .rkh-owner-stats { padding-bottom: 34px !important; padding-top: 34px !important; }
    .rkh-owner-stat { min-height: 148px; }
    .rkh-owner-stat strong { font-size: 30px; }
    .rkh-owner-direction { padding-bottom: 64px !important; padding-top: 64px !important; }
    .rkh-owner-feature-row { margin-bottom: 56px; }
    .rkh-owner-feature-content { padding-left: 26px; padding-right: 26px; }
    .rkh-owner-values { padding-bottom: 60px !important; padding-top: 60px !important; }
    .rkh-owner-value-card { min-height: 260px; padding: 28px 22px; }
    .rkh-owner-value-card h3 { font-size: 20px; }
    .rkh-owner-consult { padding-bottom: 52px !important; padding-top: 52px !important; }
    .rkh-owner-form-title .section-title-main { font-size: 34px; }
    .rkh-owner-form-card .col-inner { padding: 30px 36px; }
    .rkh-location-intro { padding-bottom: 56px !important; padding-top: 56px !important; }
    .rkh-location-title .section-title-main { font-size: 40px; }
    .rkh-location-section-title .section-title-main { font-size: 34px; }
    .rkh-location-boundaries { padding-bottom: 32px !important; padding-top: 32px !important; }
    .rkh-location-boundary-card { min-height: 124px; }
    .rkh-location-connect { padding-bottom: 60px !important; padding-top: 60px !important; }
    .rkh-location-traffic { padding-bottom: 60px !important; padding-top: 60px !important; }
    .rkh-location-view { padding-bottom: 60px !important; padding-top: 60px !important; }
    .rkh-location-access-row { margin-top: 42px; }
    .rkh-location-placeholder-row { margin-top: 32px; }
    .rkh-location-placeholder { padding: 30px 34px; }
    .rkh-location-consult { padding-bottom: 52px !important; padding-top: 52px !important; }
    .rkh-location-form-title .section-title-main { font-size: 34px; }
    .rkh-location-form-card .col-inner { padding: 30px 36px; }
    .rkh-amenities-intro { padding-bottom: 58px !important; padding-top: 58px !important; }
    .rkh-amenities-title .section-title-main { font-size: 40px; }
    .rkh-amenities-section-title .section-title-main { font-size: 34px; }
    .rkh-amenities-feature-title .section-title-main { font-size: 32px; }
    .rkh-amenities-masterplan-row { margin-top: 52px; }
    .rkh-amenities-highlights { padding-bottom: 32px !important; padding-top: 32px !important; }
    .rkh-amenities-highlight-card { min-height: 138px; }
    .rkh-amenities-experience { padding-bottom: 64px !important; padding-top: 64px !important; }
    .rkh-amenities-feature-row { margin-bottom: 58px; }
    .rkh-amenities-feature-content { padding-left: 26px; padding-right: 26px; }
    .rkh-amenities-services { padding-bottom: 60px !important; padding-top: 60px !important; }
    .rkh-amenities-gallery { padding-bottom: 60px !important; padding-top: 60px !important; }
    .rkh-amenities-gallery-row { margin-top: 18px; }
    .rkh-amenities-external { padding-bottom: 58px !important; padding-top: 58px !important; }
    .rkh-amenities-placeholder { padding: 30px 34px; }
    .rkh-amenities-consult { padding-bottom: 52px !important; padding-top: 52px !important; }
    .rkh-amenities-form-title .section-title-main { font-size: 34px; }
    .rkh-amenities-form-card .col-inner { padding: 30px 36px; }
    .rkh-contact-hero { min-height: 470px; }
    .rkh-contact-hero .section-content { min-height: 470px; padding: 140px 0 76px; }
    .rkh-contact-hero-content h1 { font-size: 52px; }
    .rkh-contact-main { padding-bottom: 60px !important; padding-top: 60px !important; }
    .rkh-contact-info-col .col-inner { padding: 36px; }
    .rkh-contact-info-content h2 { font-size: 34px; }
    .rkh-contact-form-col .col-inner { padding: 36px 40px; }
    .rkh-contact-form-title .section-title-main { font-size: 34px; }
    .rkh-contact-location { padding-bottom: 60px !important; padding-top: 60px !important; }
    .rkh-contact-section-title .section-title-main { font-size: 34px; }
    .rkh-contact-map-actions { margin-top: 30px; }
    .post-item { padding-bottom: 28px; }
    .post-item .box-blog-post .box-text { padding: 20px; }
    .post-item .box-blog-post .post-title { font-size: 20px; min-height: 58px; }
    .post-item .box-blog-post .post-meta { font-size: 13px; }
    .blog-archive .archive-page-header .parallax-title .banner { padding-top: 240px !important; }
    .blog-archive .archive-page-header .page-title { font-size: 42px; }
    .blog-wrapper.blog-single { padding-bottom: 56px; padding-top: 40px; }
    .blog-single > .row > .large-9 { flex-basis: 75%; max-width: 75%; }
    .blog-single > .row > .post-sidebar { flex-basis: 25%; max-width: 25%; }
    .blog-single article { padding: 32px; }
    .blog-single .entry-title { font-size: clamp(40px, 3.2vw, 46px); }
    .blog-single .entry-content { font-size: 17px; }
    .blog-single .entry-content h2 { font-size: 31px; }
    .blog-single .entry-content h3 { font-size: 25px; }
    .blog-single .list-bai-viet { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
    .blog-single .list-bai-viet .tieu-de-bai-viet { font-size: 17px; min-height: 79px; padding: 16px; }
    .blog-single .post-sidebar { margin-top: 0; }
    .blog-single .post-sidebar .widget { padding: clamp(14px, 1.4vw, 20px); }
    .blog-single .post-sidebar .recent-blog-posts > .flex-col:first-child { flex-basis: clamp(50px, 5vw, 72px); margin-right: 10px; }
    .blog-single .post-sidebar .badge.post-date { height: clamp(44px, 3.9vw, 56px); width: clamp(50px, 5vw, 72px); }
    .blog-single .post-sidebar .badge.post-date .badge-inner { height: 100%; width: 100%; }
}
