.hover-lift {
transition: transform 0.3s ease, box-shadow 0.3s ease;
will-change: transform;
}
.hover-lift:hover {
transform: translateY(-8px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.entry-meta,
.entry-meta * {
font-weight: 500;
}
:root {
--ast-blog-title-font-weight: 500; --ast-blog-meta-weight: 500; }
label,
legend {
color: #4a4a4a; } .google-review-badge {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #ffffff;
border: 1px solid #eeeeee;
padding: 24px 30px;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
max-width: 300px;
margin: 0 auto;
text-align: center;
gap: 12px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-decoration: none !important;
}
.google-review-badge:hover {
transform: translateY(-4px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.google-review-badge .google-logo {
width: 150px;
height: auto;
display: block;
object-fit: contain; margin-top: -5px;
margin-bottom: 2px;
}
.google-review-badge .rating-text {
font-size: 18px;
font-weight: 600;
color: #3c4043;
line-height: 1.4;
margin: 0;
} @media (max-width: 480px) {
.google-review-badge {
padding: 20px;
max-width: 180px;
}
}      .cf7-grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-bottom: 15px;
} .cf7-flex-container {
display: flex;
flex-direction: column;
margin-bottom: 15px;
} .cf7-grid-container .wpcf7-form-control-wrap,
.cf7-flex-container .wpcf7-form-control-wrap {
display: block;
} .cf7-custom.wpcf7-form-control {
border: none;
border-bottom: 2px solid #28a745;
padding: 10px;
width: 100%;
box-sizing: border-box;
font-size: 16px;
transition: all 0.3s ease;
} .cf7-custom.wpcf7-form-control:focus {
outline: none !important;
border: 2px solid #000;
border-radius: 4px;
} .cf7-custom.wpcf7-form-control.wpcf7-textarea {
height: 60px !important;
min-height: 60px;
line-height: 1.2em;
resize: vertical;
} .wpcf7 input[type="submit"] {
background-color: #28a745;
color: #fff;
border: none;
padding: 12px 25px;
border-radius: 5px;
cursor: pointer;
margin-top: 10px;
}  @media (max-width: 600px) {
.cf7-grid-container {
grid-template-columns: 1fr;
}
} .ast-custom-blog-search .search-form {
position: relative;
display: block !important;
background-color: transparent !important;
border: 2px solid #ffffff !important;
border-radius: 40px !important;
overflow: hidden;
max-width: 100%;
}
.ast-custom-blog-search label {
display: flex !important;
align-items: center;
margin: 0 !important;
width: 100%;
}
.ast-custom-blog-search .search-field {
width: 100% !important;
background: transparent !important;
color: #ffffff !important;
padding: 15px 50px 15px 25px !important;
border: none !important;
box-shadow: none !important;
font-size: 16px;
}
.ast-custom-blog-search .search-field:focus {
outline: none !important;
background: transparent !important;
}
.ast-custom-blog-search .search-field::placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
.ast-custom-blog-search .search-icon-only {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
background: transparent !important;
border: none !important;
cursor: pointer;
padding: 5px !important;
color: #ffffff;
transition: opacity 0.3s ease;
}
.ast-custom-blog-search .search-icon-only:hover {
opacity: 0.6;
}    .footer-menu,
.footer-simple-menu,
.footer-sub-menu {
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
}
.footer-menu h6 {
font-family: 'Roboto', sans-serif;
margin-bottom: 15px !important;
} .footer-title {
color: var(--ast-global-color-4);
font-weight: 600;
display: inline-block;
cursor: pointer;
transition: color 0.3s ease;
}  .footer-link {
color: var(--ast-global-color-4);
text-decoration: none;
display: block;
transition: color 0.3s ease;
} .footer-link-hover:hover,
.footer-link-hover.current-menu-item,
.footer-link-hover.current_page_item {
color: var(--ast-global-color-0);
}  .footer-menu-title::after {
content: "˄";
margin-left: 8px;
font-size: 14px;
display: inline-block;
transform: rotate(0deg); transition: transform 0.3s ease;
} .footer-menu:hover .footer-menu-title::after {
transform: rotate(180deg); } .footer-sub-menu {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
} .footer-menu:hover .footer-sub-menu {
max-height: 1500px; } .footer-sub-menu li {
padding: 6px 0;
} .wp-block-table td,
.wp-block-table th {
padding: 0px !important;
}  .custom-phone-button {
margin-left: 0 !important;
}
@media (max-width: 1555px) {
.custom-buttons-wrap .ast-custom-button {
padding: 10px 16px !important;
font-size: 16x !important;
}
}
@media (max-width: 1422px) {
.custom-buttons-wrap .ast-custom-button {
padding: 10px 14px !important;
font-size: 10x !important;
}
}
@media (max-width: 1400px) {
.custom-buttons-wrap .ast-custom-button {
display: none !important;
}
} #masthead {
position: sticky;
top: 0;
left: 0;
right: 0;
width: 100%;
margin: 0 auto;
padding-left: 10%;
padding-right: 5%;
z-index: 500 !important;
background-color: #fff;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} .uagb-popup-builder {
position: relative !important;
z-index: 999 !important;
width: 100%;
margin: 0 !important;
padding: 0 !important;
max-height: 200px; overflow: hidden;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
} .admin-bar #masthead {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar #masthead {
top: 46px;
}
} .admin-bar .uagb-popup-builder {
top: 0 !important;
} html,
body {
margin: 0 !important;
padding: 0 !important;
} body.header-is-scrolled #masthead {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
body.header-is-scrolled .uagb-popup-builder {
opacity: 0;
visibility: hidden;
pointer-events: none; }
body.header-is-scrolled #masthead .ast-primary-header-bar.main-header-bar {
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 85px !important;
min-height: 85px !important;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} body.header-is-scrolled #masthead .site-primary-header-wrap,
body.header-is-scrolled #masthead .site-branding,
body.header-is-scrolled #masthead .main-header-menu-toggle,
body.header-is-scrolled #masthead .ast-builder-menu-1 {
align-items: center !important;
height: 100% !important;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} body.header-is-scrolled .custom-buttons-wrap,
body.header-is-scrolled .ast-header-button-1,
body.header-is-scrolled .ast-header-button-2,
body.header-is-scrolled .ast-builder-layout-element .ast-custom-button {
display: none !important;
pointer-events: none;
} .uagb-modal-popup,
.uagb-modal-popup-wrap,
.uagb-modal-wrapper,
.uagb-modal-popup.active {
z-index: 999999 !important;
} body.uagb-modal-open #masthead,
body:has(.uagb-modal-popup.active) #masthead {
z-index: 1 !important;
}