/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

h2 {
    font-size: 2.4rem !important;
}

h3 {
    font-size: 2rem !important;
}

body, p, li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
}

ul {
    padding-bottom: 1rem;
}

h1, h2, h3, h4 {
    font-family: "Gloock", system-ui !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

h5,
.share {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.share {
    text-transform: uppercase;
}

p, li, h1, h2, h3, h4, h5, h6 {
    color: #333333 !important;
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    padding-left: 36px;
    padding-right: 36px;
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media only screen and (min-width: 1100px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.site-title a img {
    width: 175px;
}

@media screen and (min-width: 767px) {
    .site-title a img {
        width: 235px;
    }
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding {
    flex: 1; /* This keeps the branding/logo aligned to the left */
}

.site-navigation {
    text-align: center; /* Ensure the menu is centered */
}

.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex; /* Keep the nav items inline */
    gap: 0; /* Adjust the gap between menu items */
}

.header-inner .ash-search {
    flex: 1;
    text-align: right; /* Aligns the search icon to the right */
}

.header-inner a[href="/search"] img {
    vertical-align: middle;
}

.roboto-thin {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-style: normal;
}

.roboto-light {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}

.roboto-regular {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}

.roboto-bold {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: normal;
}

.roboto-black {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: normal;
}

.roboto-thin-italic {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-style: italic;
}

.roboto-light-italic {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}

.roboto-regular-italic {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: italic;
}

.roboto-medium-italic {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: italic;
}

.roboto-bold-italic {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: italic;
}

.roboto-black-italic {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: italic;
}

.site-navigation a,
.site-navigation-dropdown a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.055rem;
    padding: 8px 0 !important;
    margin: 0 15px;
}

.site-navigation-dropdown a {
    padding: 18px 0 !important;
}

@media screen and (min-width: 991px) {
    .site-navigation a {
        position: relative;
    }

    .site-navigation a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        border-top: 1px solid #000000;
        opacity: 0;
        transition: .2s ease all;
    }

    .site-navigation a:hover:after {
        opacity: 1;
    }
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
    height: calc(100vh - 102px);
}

.site-navigation-dropdown {
    position: relative;
}

.site-navigation-dropdown .menu {
    padding-top: 40px !important;
}

.site-navigation-dropdown ul.menu li a {
    color: #000000;
    box-shadow: none;
    border-top: 1px solid #000000;
    padding-left: 0 !important;
}

/* .site-navigation-dropdown ul.menu li.elementor-active ul li:last-of-type {
    padding-bottom: 30px;
} */

.site-navigation-dropdown ul.menu li ul li a {
    border-top: 0;
    padding: 10px;
    font-weight: 400;
}

.site-navigation-dropdown ul.menu li.elementor-active ul li:first-of-type a {
    padding-top: 0;
}

.site-navigation-dropdown ul.menu > li:last-of-type a {
    border-bottom: 1px solid #000000;
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: none;
}


header.site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    padding-bottom: 0;
}

.wp-admin-bar-gdl-live-site-banner-enabled header.site-header {
    top: 75px;
}

.sub-menu-bg {
    background-color: #ffffff;
    height: 0;
    width: 100%;
    transition: height 0.2s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}

.site-navigation ul.menu li ul {
    display: inline-flex;
    min-width: auto;
    width: max-content;
    background: #ffffff;
    padding: 10px;
    /* columns: 2; 
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside; */
}

.site-navigation ul.menu li ul li {
    border-block-end: #eee 0px solid;
    border: none;
    text-align: left;
    border-bottom: 1px solid;
}

.site-navigation ul.menu li ul li:last-child {
    border-bottom: 1px solid !important;
}

/* Hide submenu by default */
.site-navigation .sub-menu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Prevents it from being clickable when hidden */
}

/* Trigger the dropdown on hover */
.site-navigation li:hover > .sub-menu {
    height: auto;
    max-height: 500px; /* Set a reasonable max-height for the dropdown */
    opacity: 1; /* Make it visible */
    visibility: visible;
    transition: height 0.3s ease, opacity 0.3s ease;
}

/* Optional: Add padding to parent menu items */
.site-navigation li {
    position: relative;
}

.sub-menu li {
    padding-right: 20px;
}

.site-navigation .sub-menu li:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub-menu li a {
    width: 100%;
    transition: .3s ease all;
}


.sub-menu li a:hover{
    color: #ac1f23;
}

.sub-menu li a:after {
    border: 0;
}

.ash-hero,
.ash-hero .elementor-element  {
    padding: 0;
}

.ash-hero .elementor-image-carousel-wrapper.swiper {
    padding-bottom: 0 !important;
}

.ash-hero.hp {
    margin-bottom: -6px;
} 

.ash-social {
    display: none;
}

.ash-social-media .ash-social {
    display: block;
}

.ash-social ul li {
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .ash-social {
        display: block;
        position: absolute;
        bottom: 0;
    }
}

.ash-social-media .ash-social {
    position: relative;
}

.ash-social-media .ash-social ul {
    padding-left: 0;
}

.ash-social-media .ash-icon.facebook {
    padding-right: 0;
}

.ash-social .ash-icon {
    font-size: 0;
    display: block;
    position: relative;
    padding-right: 10px;
}

.ash-icon:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.ash-icon.facebook:after {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-facebook.svg);
}

.ash-icon.instagram:after {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-instagram.svg);
}

.ash-icon.linkedin:after {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-linkedin.svg);
}

.ash-icon.youtube:after {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-youtube.svg);
    position: relative;
    top: 2.5px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    background-color: transparent;
    color: #000000;
}

footer .row {
    padding: 40px 0;
}

.site-footer {
    padding: 60px 0 0 0;
}

footer .row,
footer .site-navigation ul.menu {
    width: 100%;
}

footer .site-navigation ul.menu li {
    flex: 1;
}

@media screen and (max-width: 1005px) {
    footer .site-navigation ul.menu {
        display: block;
        text-align: left;
    }
}

footer .row.bottom {
    display: flex;
}

footer .row.bottom .elementor-col-50 {
    flex: 1;
    display: flex;
}

footer .row.bottom .elementor-col-50:first-of-type {
    align-items: end;
}

footer .row.bottom .elementor-col-50:last-of-type {
    justify-content: right;
}

footer .row.bottom img {
    max-width: 140px;
}

footer .site-navigation ul.menu li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.07px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 575px) {
    footer .site-navigation ul.menu li a {
        margin: 0 15px;
    }
}

footer .site-navigation ul.menu li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-top: 1px solid #000000;
    opacity: 0;
}

footer .site-navigation ul.menu li a:hover::after {
    content: '';
    opacity: 1;
}

@media (max-width: 576px) {
    .site-footer .footer-inner .site-navigation ul.menu li {
        display: block !important;
    }

    footer .site-navigation ul.menu li a {
        margin: 0 0;
    }
}

.ash-stay-connected {
    background-color: #efe7db;
    text-align: center;
    padding: 100px 18px;
}

.ash-newsletter h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.ash-newsletter-form {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 801px) {
    .ash-newsletter-form .inline-container {
        min-width: 800px;
    }  
}

.copyright p {
    font-weight: 500;
    font-size: 13px;
}

.site-footer .footer-inner .copyright {
    text-align: left !important;
}

[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .main-form .btn, [data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .main-form .emailoctopus-form-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .form-control,
[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] input[type=submit] {
    height: 60px !important;
    border-radius: 0 !important;
}

[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .emailoctopus-form input:not([type=submit]) {
    background-color: transparent !important;
}

[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .emailoctopus-form input[type=submit] {
    background-color: transparent !important;
    border-color: #000000 !important;
    border-left: 0 !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #333333 !important;
    height: 60px !important;

}

[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .emailoctopus-form input:not([type=submit]) {
    border-color: #000000 !important;
}

#field_0,
#field_0::placeholder {
    font-family: "Gloock", system-ui;
    color: #333333;
    font-size: 20px;
}

#field_0 {
    padding-top: 11px;
    border-right: 0;
}

.emailoctopus-form-row.form-group.mb-2 {
    position: relative;
}

.emailoctopus-form-row.form-group.mb-2:before,
.search-form label:after {
    content: '';
    display: block;
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #000000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .form-control:focus,
[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .btn-primary.focus, [data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .btn-primary:focus {
    box-shadow: none !important;
}

[data-form="7699d20c-6fa1-11ef-9e47-95f4fd56a2f7"] .form-container {
    max-width: 800px !important;
}

#property-filter-form,
.ash-property-filter {
    display: flex;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#property-filter-form label {
    font-family: "Gloock", system-ui !important;
    font-size: 30px;
}

.ash-property-filter {
    background-color: #ffffff;
    padding: 70px 140px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.10);
    position: relative;
    top: -101px;
    align-items: baseline;
}

@media screen and (max-width: 1400px) {    
    .ash-property-filter {
        padding: 70px 80px 130px 80px;
    }
}

@media screen and (max-width: 767px) {    
    .ash-property-filter {
        display: block;
        padding: 30px 30px 120px 30px;
    }

    .space-type {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1300px) {
    #property-filter-form label,
    #property-filter-form select,
    .space-type,
    .location,
    .ash-button-wrapper {
        flex: auto;
        display: flex;
    }
}

.ash-property-filter h3 {
    margin-right: 20px;
}

@media screen and (max-width: 1300px) { 
    .ash-property-filter h3 {
        font-size: 1.25rem !important;
    }
}

#property-filter-form label[for="location"] {
    justify-content: end;
}

#property-filter-form select {
    border: 0;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    padding-left: 0;
    margin-left: 16px;
}

/* Dropdown Styles *//* Base styles for dropdown */
.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 220px;
    cursor: pointer;
    position: relative;
    max-height: 54px;  /* Initially collapsed */
    overflow: hidden;
    transition: max-height 0.4s ease;
    flex: auto;
    margin-right: 20px;
}

@media screen and (max-width: 1300px) { 
    .dropdown {
        width: auto;
    }

    .space-type,
    .location {
        width: 50%;
    }

    .ash-button-wrapper {
        position: absolute;
        bottom: 60px;
        right: 80px;
    }
 }

@media screen and (max-width: 767px) {  
    .ash-button-wrapper {
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .ash-property-filter h3 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .space-type, 
    .location {
        width: 100%;
    }
}

ul.dropdown.active {
    max-height: 500px; /* Set this to a value greater than the maximum possible height */
}

.dropdown li {
    padding: 10px;
    border-bottom: 1px solid #000000;
    display: none; /* Hide all by default */
    font-family: "Gloock", system-ui !important;
    font-weight: 500 !important;
    font-size: 1.25rem;
}

@media screen and (max-width: 767px) {  
    .dropdown li {
        padding-left: 0;
    }
}

/* Display the selected item */
.dropdown li.selected {
    display: block;
    position: relative;
}

/* Show the dropdown list when 'active' class is applied */
.dropdown.active li {
    display: block;
}

/* .dropdown.active li.selected {
    display: none;
} */

.dropdown li.selected:after {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 10px;
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.dropdown.active li.selected:after {
    transform: translateY(-50%) rotate(180deg);
}

#filter-button {
    margin-right: 15px;
}

.ash-property-filter button {
    color: #000000;
    border-color: #000000;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.ash-property-filter button:hover,
.ash-property-filter button:focus {
    background-color: #000000;
}

.ash-property-address,
.ash-post-meta {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.ash-featured-image {
    margin-bottom: 20px;
}

.ash-featured-image a {
    position: relative;
    display: block;
}

.ash-property-info h2,
.ash-property-info h3 {
    font-size: 30px !important;
}

.ash-property-info h2 a,
.ash-property-info h3 a {
    color: #333333;
    position: relative;
    background-image: linear-gradient(#990907, #990907);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}

/* .ash-property-info h2 a:after,
.ash-property-info h3 a:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #990907;
    left: 0;
    bottom: 0;
} */

.ash-property-info p {
    font-weight: 300;
    padding-right: 17%;
}

@media screen and (max-width: 1300px) {
    .ash-property-info p {
        padding-left: 0;
    }
}

.ash-active-listing {
    position: absolute;
    background-color: #990907;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    left: 0;
    font-family: "Roboto", sans-serif;
    letter-spacing: .7px;
}

.ash-active-listing.waiting {
    background-color: #305ba5;
}

.ash-founder-quote .elementor-testimonial-content {
    font-family: "Gloock", system-ui !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    font-size: 2rem !important;
    max-width: 880px;
    margin: 0 auto;
    font-style: italic;
    letter-spacing: 1px;
}

.ash-founder-quote .elementor-testimonial-content:after {
    content: '';
    position: relative;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    margin: 40px auto 20px auto;
}

.ash-founder-quote .elementor-testimonial-name {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff !important;
    font-size: 18px;
    letter-spacing: 0.8px;
}

.ash-founder-quote .elementor-testimonial-wrapper .elementor-testimonial-job {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    letter-spacing: .8px;
}

.ash-space-available,
.ash-features {
    font-weight: 500 !important;
}

.ash-space-available {
    margin-bottom: 0;
}

/* Default layout: 3 columns per row */
.property-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Ensures even spacing between columns */
}

.property-column {
    width: 32%; /* 3 columns per row, with a bit of space between */
    margin-bottom: 20px; /* Spacing between rows */
    display: flex;
    flex-direction: column;
}

.ash-property-wrapper {
    height: 100%;
}

.ash-featured-image,
.ash-property-info {
    flex-grow: 1;
}

/* Media query for viewports smaller than 1080px */
@media (max-width: 1080px) {
    .property-column {
        width: 48%; /* 2 columns per row */
    }
}

/* Media query for viewports smaller than 768px */
@media (max-width: 768px) {
    .property-column {
        width: 100%; /* 1 column per row */
    }
}


/* .ash-featured-image,
.ash-property-info {
    flex-grow: 1;
} */

.ash-alt-heading {
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: .7px;
    padding-bottom: 20px;
}
/* 
.ash-pad {
    padding: 0 140px;
} */

@media screen and (max-width: 767px) {
    .ash-news-section {
        padding-top: 40px;
    }
}

.ash-news-section h2.ash-alt-heading {
    font-size: 1.5rem !important;
}

.ash-published-by {
    position: relative;
    padding-right: 20px;
}

.ash-published-by:after {
    content: '';
    position: relative;
    right: -10px;
    top: 2px;
    width: 2px;
    height: 15px;
    background-color: #333333;
    display: inline-block;
}

.ash-side-nav {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

@media screen and (max-width: 767px) {
    .ash-side-nav {
        right: -10px;
    }
}

.side-nav-buttons button {
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: #cfcfcf solid 1px;
    margin: 10px 0;
    padding: 0;
    background-color: transparent;
}

.side-nav-buttons button.active {
    background-color: #cfcfcf;
}

.side-nav-buttons span {
    display: none;
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    width: auto;
    min-width: 215px;
    white-space: nowrap;
    background-color: #cfcfcf;
    padding: 6px 27px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
}

.ash-lead {
    max-width: 1040px !important;
    margin: 0 auto;
}

@media screen and (min-width: 767px) {
    .ash-column-reorder .ash-order-1 {
        order: 1;
    }

    .ash-column-reorder .ash-order-2 {
        order: 2;
    }
}

.ash-container,
.post-type-archive-property .property-grid {
    max-width: 1920px;
    padding: 100px 220px;
    display: flex;
}

.post-type-archive-property .property-grid {
    padding: 100px 0 100px 0;
}

.post-type-archive-property .ash-pad {
    padding: 0 120px;
}

.ash-column.half {
    width: 50%;
}

@media screen and (max-width: 1400px) {
    .ash-container {
        padding: 80px 100px;
    }

    .post-type-archive-property .property-grid,
    .post-type-archive-property .ash-pad {
        padding: 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .ash-container {
        padding: 80px 36px;
    }

    .post-type-archive-property .property-grid,
    .post-type-archive-property .ash-pad {
        padding: 0 18px;
    }
}

@media screen and (min-width: 768px) {
    .ash-column.half.social-share {
        display: flex;
        justify-content: right;
    }
}

@media screen and (max-width: 1080px) {
    .ash-column.half.social-share {
        display: none;
    }

    .ash-column.ash-first-column {
        width: 100%;
    }
}

.slick-slide {
    padding: 0px 20px !important;
}

.slick-slide img {
    opacity: .25;
    width: 100%;
}

.slick-slide.slick-current.slick-active img {
    opacity: 1;
}

.slick-arrow {
    font-size: 0;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    z-index: 9;
}

.slick-prev.slick-arrow {
    background-image: url(/wp-content/uploads/2024/09/icon-slider-arrow-black.svg);
    left: 100px;
    transform: translateY(-50%) rotate(180deg);
}

.slick-next.slick-arrow {
    background-image: url(/wp-content/uploads/2024/09/icon-slider-arrow-black.svg);
    right: 100px;
}

@media screen and (max-width: 1400px) {
    .slick-next.slick-arrow {
        right: 20px;
    }

    .slick-prev.slick-arrow {
        left: 20px;
    }

    .slick-slide {
        padding: 0px 10px !important;
    }
}

.slick-arrow:hover,
.slick-arrow:focus {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .slick-slide {
        margin-left: -40px;
    }

    .slick-slide img {
        opacity: 1;
        width: 96%;
    }
}

.ash-column.three-thirds {
    width: 60%;
}

.ash-column.one-third {
    width: 40%;
}

dl {
    border-bottom: #333333 solid 1px;
    margin-bottom: 30px;
}

dt, dd, .ash-contact span {
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

dt, .ash-contact span:first-of-type {
    text-transform: uppercase;
    font-weight: 600;
}

dd {
    margin: 0;
    padding-bottom: 20px;
}

.ash-contact span {
    display: block;
}

.ash-contact {
    border-bottom: #333333 solid 1px;
    padding-bottom: 30px;
    /* display: flex; */
    margin-bottom: 40px;
}

.ash-profiles,
.ash-contact-wrapper {
    display: flex;
    flex: 1;
    align-items: center;
}

.ash-fam {
    padding-right: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.ash-fam span {
    font-size: 12px;
    text-transform: capitalize !important;
}

.ash-contact a {
    color: #333333;
}

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

strong {
    font-weight: 500;
}

.ash-pre-footer {
    display: flex;
}

.single-property .ash-property-info p {
    padding-right: 0;
}

@media screen and (max-width: 1200px) {
    .ash-contact {
        display: block;
    }

    .ash-contact-wrapper {
     padding-bottom: 30px;   
    }

    .ash-fam:first-of-type {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .single-property .ash-property-info .ash-first-column {
        padding-right: 17%;
    }
}

@media screen and (max-width: 767px) {
    .ash-container {
        display: block;
    }

    .ash-column.three-thirds,
    .ash-column.one-third {
        width: 100%;
    }

    .ash-column.ash-first-column {
        padding-bottom: 30px;
    }
}

/* Style for full-width, responsive video */
.hero-video {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    position: relative;
    z-index: -1;
  }

  .hero-video img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
  }
  
/* Make sure the video doesn't affect scrolling */
.ash-hero.property {
    height: 100%;
    overflow: hidden;
    margin-top: 102px;
  }

.ash-property-image-gallery {
    margin-top: 70px;
}

@media (max-width: 768px) {
    .hero-video {
        object-fit: contain; /* On small devices, ensure the entire video is visible */
        height: auto;
    }

    .ash-property-image-gallery {
        margin-top: 0;
    }
}

.post-type-archive-property .ash-property-filter {
    margin: 0 120px;
    padding: 30px 100px;
    top: -62px;
}

@media screen and (min-width: 1400px) {
    .post-type-archive-property #property-results {
        margin: 0 120px;
    }
}

@media screen and (max-width: 1024px) {
    .post-type-archive-property .ash-property-filter {
        margin: 0 36px;
        padding: 30px 30px 115px 30px;
    }
}

@media screen and (max-width: 767px) {
    .post-type-archive-property .ash-property-filter {
        margin: 0 18px;
        padding: 30px 18px 115px 18px;
        top: -30px;
    }
}

.post-type-archive-property .ash-property-filter h3 {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .post-type-archive-property .ash-property-filter h3 {
        font-size: 0.85rem !important;
    }
}

.ash-text-link,
.ash-text-link *,
.ash-text-link :after,
.ash-text-link :before,
.ash-text-link:after,
.ash-text-link:before {
  border: 0 solid;
  box-sizing: border-box;
}

.ash-text-link {
  color: #333333;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  --thickness: 2px;
  background: none;
  box-sizing: border-box;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% + var(--thickness)),
    0 calc(100% + var(--thickness))
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% + var(--thickness)),
    0 calc(100% + var(--thickness))
  );
  font-weight: 700;
  -webkit-mask-image: none;
  padding: 2px 0;
  position: relative;
  transition: .3s ease color;
}

.ash-text-link:hover,
li::marker {
    color: #990907;
}

.ash-text-link:disabled {
  cursor: default;
}

.ash-text-link:-moz-focusring {
  outline: auto;
}

.ash-text-link svg {
  display: block;
  vertical-align: middle;
}

.ash-text-link:before {
  background: #990907;
  bottom: calc(var(--thickness) * -1);
  content: "";
  display: block;
  height: var(--thickness);
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.ash-text-link:hover:before {
  -webkit-animation: slide 0.5s ease;
  animation: slide 0.5s ease;
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.wpgmza-gallery {
    padding-bottom: 15px;
}

.wpgmza_infowindow_address {
    font-weight: 600;
    margin-bottom: 10px;
}

.wpgmza_infowindow_description {
    font-weight: 400;
    padding-bottom: 5px;
}

.wpgmza_infowindow_title {
    font-family: "Gloock", system-ui !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    font-size: 1.25rem;
    position: absolute;
    top: 12px;
}

a:active, a:hover {
    color: #000000;
}

.ash-hero.news {
    padding-bottom: 28.25%;
    background-size: cover;
    margin-bottom: 60px;
    background-position: top center;
    margin-top: 100px;
}

.news-container {
    padding-left: 120px;
    padding-right: 120px;
}

@media screen and (max-width: 767px) {
    .news-container {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.page .slick-prev.slick-arrow,
.page .slick-next.slick-arrow {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-slider-arrow-white.svg);
    left: 40px;
    transform: translateY(-50%) rotate(180deg);
    background-color: #0000002e;
    border-radius: 0;
    background-size: 18px;
}

.page .slick-next.slick-arrow {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-slider-arrow-white.svg);
    right: 40px;
    left: auto;
    transform: translateY(-50%);
}

.page .slick-slide {
    padding: 0px !important;
}

.page .slick-slide {
    position: relative;
}

.page .slick-slide figcaption {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.65) 89%, rgba(0, 0, 0, 0.65) 97%);
    width: 100%;
    padding: 15px;
    color: #ffffff;
    text-align: right;
    font-size: 14px;
}

.page .slick-arrow {
    transition: .3s ease all;
}

.page .slick-arrow:hover {
    background-color: #00000073;
}

@media screen and (max-width: 767px) {
    .page .slick-next.slick-arrow{
        right: 20px;
    }

    .page .slick-prev.slick-arrow {
        left: 20px;
    }
}

.page .slick-slide img {
    opacity: 1;
}

.page .slick-slide img {
    width: 100%;
}

.ash-downloads {
    padding-top: 20px;
    padding-bottom: 50px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #db322b !important;
    background: #55595c00 !important;
}

.ash-contact a,
address a,
.ash-phone a,
.ash-email a {
    font-size: 1.25rem;
}

address a {
    font-style: normal;
    font-weight: 400;
}

address {
    margin-left: 30px;
}

address a,
.ash-phone a,
.ash-email a {
    position: relative;
    margin-left: 30px;
    background-image: linear-gradient(#990907, #990907);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    color: #333333;
}

address a {
    margin-left: 0;
}

address a:before,
.ash-phone a:before,
.ash-email a:before {
    content: '';
    position: absolute;
    display: block;
    left: -30px;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

address a:before {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-location-pin.svg);
}

.ash-phone a:before {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-phone.svg);
}

.ash-email a:before {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-email.svg);
    top: 5px;
}

.search .site-main {
    padding-top: 120px;
}

.ash-contact-form form {
    max-width: 800px;
    margin: 0 auto;
}

.ash-contact-form form input[type=text],
.ash-contact-form form input[type=email],
.ash-contact-form form textarea,
#wpforms-840-field_0 {
    border-radius: 0  !important;
    color: #333333 !important;
    border-color: #333333 !important;
}

.ash-contact-form form input[type="text"]::placeholder,
.ash-contact-form form input[type="email"]::placeholder,
.ash-contact-form form textarea::placeholder,
#wpforms-840-field_0::placeholder {
    color: #333333 !important;
}

.ash-contact-form form input[type="text"]:focus,
.ash-contact-form form input[type="email"]:focus,
.ash-contact-form form textarea:focus,
#wpforms-840-field_0:focus {
    box-shadow: 0 0 0 1px #990907 !important;
}

.ash-contact-form form .wpforms-field-row.wpforms-field-medium,
#wpforms-840-field_1 {
    width: 100%;
    max-width: 100%;
}

.ash-contact-form form .wpforms-submit {
    background-color: #99090700 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    border: 2px solid #990907 !important;
    color: #333333 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 1px !important;
}

.ash-contact-form form .wpforms-submit:hover {
    background-color: #990907 !important;
    color: #ffffff !important;
}

.ash-email {
    padding-bottom: 30px;
}

.e-hosted-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 520px) {
    .e-hosted-video {
        height: 23vh;
        margin-top: 28px;
    }

    .home .e-hosted-video {
        margin-top: 102px;
    }
}

.icon.pdf {
    position: absolute;
    margin-left: 13px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.icon.pdf:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 30px;
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -1px;
    right: 0;
    position: relative;
    transition: .3s ease all;
}

.ash-btn {
    border: 2px solid #990907;
    padding: 10px 50px 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #990907;
    transition: .3s ease color;
}

.ash-btn:hover {
    background-color: #990907;
    color: #ffffff;
}

.ash-btn:hover .icon.pdf:after  {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-pdf-white.svg);
}

/* .home h1 span {
	display: none !important;
} */

.search-form label {
    width: 80%;
    position: relative;
}

.search-form .search-field {
    border-radius: 0;
    border-color: #000000;
    border-right: 0;
    padding: .9rem .75rem;
    height: 60px;
}

.search-form .search-field,
.search-form .search-field::placeholder {
    font-family: "Gloock", system-ui;
    color: #333333;
    font-size: 20px;
    opacity: 1;
}

.search-form .search-field:focus-visible,
.search-form .search-submit:focus-visible {
    outline: none;
}

.search-form .search-submit {
    color: #333333;
    border-left: 0;
    padding: 1.1rem .75rem;
    border-radius: 0;
    border-color: #000000;
    width: 19%;
    position: relative;
    left: -4px;
    font-weight: 500;
    font-size: 14px !important;
    text-transform: uppercase;
    height: 60px;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
    background-color: transparent;    
}

.search article {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 15px;
}

.search h2 {
    font-size: 1.5rem !important;
}

.search h2 a {
    color: #333333;
}

.search-results-list,
.search .navigation.posts-navigation {
    padding-bottom: 60px;
}

.nav-links a {
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
}

/* Reset */
body {
    margin: 0;
  }
  
.elementor-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*   
.ash-text-slide-wrapper {
    position: absolute;
    bottom: 30%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

  .text-slider {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  } 
  
  .slide {
    font-size: clamp(1.5rem, 5vw, 3rem); 
    color: #333333;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem 2rem 1rem 8rem;
    border-radius: 0;
    text-align: left;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    position: absolute;
    right: 0;
    left: 0;
    font-weight: 500 !important;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .slide .expertise {
    font-family: "Gloock", system-ui !important;
    font-size: 48px;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .slide .we-are {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: .7px;
    padding-right: 20px;
    text-align: right;
    position: relative;
  }

  .slide .we-are:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #333333;
    position: absolute;
    top: 0;
    right: 9px;
  }
  

  .slide.active {
    opacity: 1;
    transform: translateX(0);
  }

  .slide.exit {
    opacity: 0;
    transform: translateX(-100%);
  }
  

  @media (max-width: 768px) {
    .slide {
      font-size: 1.25rem;
      padding: .75rem 1.25rem .75rem 3.25rem;
    }

    .slide .expertise {
        font-size: 22px;
    }

    .slide .we-are {
        font-size: 10px;
    }

  } */
  
.relative {
    position: relative;
    display: flex;
    align-items: center;
}


.ash-hero {
	overflow: hidden;
}

body.single-post main.site-main  {
    max-width: 1024px !important;
    padding-top: 120px;
    padding-bottom: 100px;
}

.single-post .page-header h1.entry-title {
    padding: 0;
}

.single-post h2 {
    font-size: 1.75rem !important;
}

.vimeo-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ash-slant h5 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.ash-slant {
    position: relative;
    padding-left: 40px;
    padding-top: 20px;
}

.ash-slant:before {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 100%;
    background-color: #EFE7DB;
    z-index: -1;
    clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
    left: 0;
    top: 10px;
}

.site-navigation ul.menu li,
.site-navigation ul.menu li ul {
    display: block;
}

.site-navigation ul.menu li ul ul {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    visibility: visible;
    opacity: 1;
    padding: 0;
}

.site-navigation ul.menu li ul ul li,
.site-navigation ul.menu li ul ul li:last-child {
    border-bottom: 0 !important;
    padding-left: 10px;
}

.menu-item-1796 > a {
    margin-right: 0;
    width: auto !important;
}

.site-navigation .menu-item-1796 > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/icon-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    opacity: 1;
}

.site-navigation-dropdown ul.sub-menu li ul {
    height: 0;
}

.site-navigation-dropdown ul.sub-menu li.elementor-active ul {
    height: auto;
}

.site-navigation-dropdown ul.sub-menu {
    padding-left: 20px;
}

.wp-block-quote {
    border-left: 5px solid #990907;
    background-color: #f1f1f1;
    padding: 40px 40px 40px 60px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.wp-block-quote:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 37px;
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/img/quote-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.single-post h3 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.25rem !important;
}

.pagination {
	white-space: break-spaces;
display: block;
}

/*  SLIDING TEXT UNDER HP HERO - START  */


/* Your H1 styles */
.ashco-hero-flip {
  font-family: "Gloock", system-ui !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  margin: 0;
  text-align: center;
}

.hp-h2 {
    font-size:30px !important;
}

@media screen and (max-width: 768px) {
    .ashco-hero-flip {
        font-size: 2rem;
    }
    .hp-h2 {
        font-size:22px !important;
    }   
}

/* Inline group that will naturally center as its width changes */
.ashco-hero-flip__line{
  display: inline-flex;
  align-items: center;
  gap: .35em;              /* constant spacing like Hakimian */
  white-space: nowrap;
  will-change: transform;
}

/* Rotating word */
.ashco-hero-flip__word{
  display: inline-block;
  white-space: nowrap;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  filter: blur(0); /* prevents subpixel blur during motion */
}

/* Out (quick fade) */
.ashco-word-out{
  animation: ashcoWordOut 160ms ease forwards;
}
@keyframes ashcoWordOut{
  0%   { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(8px); }
}

/* In (fade + slide from left + tiny “bounce”) */
.ashco-word-in{
  animation: ashcoWordIn 560ms cubic-bezier(.18,.9,.22,1) forwards;
}
@keyframes ashcoWordIn{
  0%   { opacity: 0; transform: translateX(-26px); }
  55%  { opacity: 1; transform: translateX(6px); }   /* stronger overshoot */
  75%  { opacity: 1; transform: translateX(-2px); }  /* recoil */
  100% { opacity: 1; transform: translateX(0); }     /* settle */
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .ashco-hero-flip__line,
  .ashco-hero-flip__word{ animation: none !important; transition: none !important; }
}

.ashco-hero-flip__static {
    font-size: 14px;
    display: block;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: .7px;
    text-align: right;
    position: relative;
}

.ashco-hero-flip__static:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #333333;
    position: absolute;
    top: 0;
    right: -8px;
}

/*  SLIDING TEXT UNDER HP HERO - END  */