@import url("https://fonts.cdnfonts.com/css/merchant");
@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/prodigy-sans.min.css");

:root {
--font-body: "Prodigysans", sans-serif;
--font-heading: "Merchant", sans-serif;
}

html,
body {
font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.services-title,
.service-title,
.large-text {
font-family: var(--font-heading);
}

.footer-rights,
.career-title-mobile,
.footer-brand.w--current,
.search-wrap-input,
.form-text-field,
.form-text-field::placeholder,
.template-empty-state,
.dropdown-nav-link,
.checkbox-label {
font-family: var(--font-body);
}

.accordion-icon,
.contacts-icon,
.job-position-icon,
.navbar-search-icon,
.next-post-arrow,
.play-button-icon,
.prev-post-arrow,
.search-close-button,
.text-button-icon,
.home-testimonials-slider-arrow-icon {
font-family: "Fa solid 900", sans-serif;
}

.contacts-icon.brand-icon,
.icon-style-guide {
font-family: "Fa Brands 400 (6.4.2)", sans-serif;
}

.icon-style-guide.dribble {
font-family: "Fa solid 900", sans-serif;
}

.hero-section {
background-image: url("hero-new.jpg");
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
color: #fff;
isolation: isolate;
min-height: min(900px, 92vh);
padding: 200px 0 90px;
position: relative;
}

@media screen and (max-width: 767px) {
.hero-section {
background-image: url("hero-mobile.jpg");
padding: 120px 0 70px;
}
}

.hero-section::before {
content: "";
background: rgba(0, 0, 0, 0.55);
position: absolute;
inset: 0;
z-index: -1;
}

.hero-content {
text-align: center;
max-width: 1100px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 18px;
}

.hero-title {
margin: 0;
font-weight: 200;
font-size: 70px;
line-height: 1.131em;
letter-spacing: -0.02em;
color: #fff;
}

.hero-subtext {
margin: 0;
max-width: 680px;
font-size: clamp(16px, 1.35vw, 18px);
line-height: 1.7;
color: rgba(255, 255, 255, 0.92);
}

.hero-reviews {
margin-top: 10px;
padding: 12px 16px;
border-radius: 16px;
background: rgba(0, 0, 0, 0.22);
border: 1px solid rgba(255, 255, 255, 0.18);
backdrop-filter: blur(4px);
width: min(360px, 100%);
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
}

.hero-google-mark {
width: 32px;
color: white;
}

.hero-rating-row {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}

.hero-rating-score {
font-size: 22px;
font-weight: 600;
line-height: 1;
}

.hero-rating-stars {
font-size: 16px;
letter-spacing: 2px;
line-height: 1;
color: rgba(255, 255, 255, 0.92);
}

.hero-rating-count {
font-size: 14px;
line-height: 1.3;
color: rgba(255, 255, 255, 0.85);
}

.hero-ctas {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 14px;
margin-top: 14px;
width: 100%;
}

.hero-btn {
border-radius: 999px;
padding: 14px 22px;
font-size: 14px;
line-height: 1;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
transition: transform 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s;
white-space: nowrap;
}

.hero-btn:focus-visible {
outline: 2px solid rgba(255, 255, 255, 0.85);
outline-offset: 3px;
}

.hero-btn--outline {
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.75);
background: rgba(0, 0, 0, 0.18);
backdrop-filter: blur(3px);
}

.hero-btn--outline:visited {
color: #fff;
}

.hero-btn--outline:hover {
color: #fff;
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.95);
}

.hero-btn--solid {
color: #111;
border: 1px solid #fff;
background: #fff;
}

.hero-btn--solid:visited {
color: #111;
}

.hero-btn--solid:hover {
color: #111;
opacity: 0.92;
}

@media screen and (max-width: 479px) {
.hero-btn {
width: min(360px, 100%);
}
}

.services-section {
padding: 80px 0;
}

.services-section .services-title {
margin: 0 auto 50px;
max-width: 1200px;
text-align: center;
font-weight: 200;
font-size: clamp(34px, 4vw, 50px);
line-height: 1.125em;
letter-spacing: -0.02em;
}

.services-section .services-title-em {
font-style: italic;
font-weight: 200;
}

.services-section .services-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
column-gap: 0;
row-gap: 0;
border-top: 1px solid rgba(0, 0, 0, 0.14);
max-width: unset;
}

.services-section .service-tile {
padding: 34px 34px 38px;
display: flex;
flex-direction: column;
gap: 14px;
border-bottom: 1px solid rgba(0, 0, 0, 0.14);
min-height: 320px;
}

.services-section .service-icon {
width: 44px;
height: 44px;
color: rgba(0, 0, 0, 0.78);
display: inline-flex;
align-items: center;
justify-content: flex-start;
}

.services-section .service-icon i {
font-size: 40px;
line-height: 1;
}

.services-section .service-title {
margin: 0;
font-weight: 200;
font-size: 28px;
line-height: 1.125em;
letter-spacing: -0.01em;
}

.services-section .service-text {
margin: 0;
color: rgba(0, 0, 0, 0.72);
font-size: 15px;
line-height: 1.7;
max-width: 40ch;
}

.services-section .service-link2 {
margin-top: auto;
align-self: flex-start;
border: 1px solid rgba(0, 0, 0, 0.55);
border-radius: 999px;
padding: 12px 18px;
color: rgba(0, 0, 0, 0.9);
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 13px;
line-height: 1;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.services-section .service-link2:hover {
background: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.95);
border-color: rgba(0, 0, 0, 0.75);
}

.services-section .service-link2:focus-visible {
outline: 2px solid rgba(0, 0, 0, 0.75);
outline-offset: 3px;
}


.image-bg-banner.contact {
background-image: url("service-images/Mudan.jpg");
filter: unset;
background-position: 50%;
background-size: cover;
justify-content: center;
align-items: center;
padding-top: 200px;
padding-bottom: 200px;
display: flex;
position: relative;
isolation: isolate;
}

.image-bg-banner.contact::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.4);
z-index: -1;
}


.pricing-section {
padding: 70px 0 80px;
}

.pricing-section .services-title {
margin-bottom: 28px;
}

.pricing-intro {
margin: 0 auto 40px;
max-width: 880px;
text-align: center;
color: rgba(0, 0, 0, 0.72);
font-size: 16px;
line-height: 1.7;
}

.pricing-section .service-tile {
min-height: auto;
}

.pricing-list {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
margin: 0;
padding: 0;
}

.pricing-row {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 16px;
padding: 10px 0;
border-top: 1px solid rgba(0, 0, 0, 0.12);
font-size: 15px;
line-height: 1.5;
}

.pricing-row:first-child {
border-top: none;
padding-top: 0;
}

.pricing-name {
color: rgba(0, 0, 0, 0.86);
font-weight: 200;
}

.pricing-price {
color: rgba(0, 0, 0, 0.92);
font-weight: 500;
white-space: nowrap;
}

.pricing-subtext {
margin: 0;
color: rgba(0, 0, 0, 0.68);
font-size: 13px;
line-height: 1.6;
}

.pricing-notes {
padding: 60px 0 10px;
}

.pricing-notes-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}

.pricing-note-card {
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 18px;
padding: 22px 22px 24px;
background: #fff;
}

.pricing-note-title {
margin: 0 0 10px;
font-size: 18px;
font-weight: 200;
letter-spacing: -0.01em;
}

.pricing-note-text {
margin: 0;
color: rgba(0, 0, 0, 0.72);
font-size: 14px;
line-height: 1.7;
}

@media screen and (min-width: 992px) {
.services-section .service-tile:not(:nth-child(3n + 1)) {
border-left: 1px solid rgba(0, 0, 0, 0.14);
}
}

@media screen and (max-width: 991px) {
.services-section .services-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.services-section .service-tile {
min-height: 300px;
}
.services-section .service-tile:not(:nth-child(2n + 1)) {
border-left: 1px solid rgba(0, 0, 0, 0.14);
}
.pricing-notes-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media screen and (max-width: 767px) {
.hero-title{
font-size: 36px;
}
.services-section {
padding: 60px 0;
}
.services-section .services-title {
margin-bottom: 34px;
}
.services-section .services-grid {
grid-template-columns: 1fr;
border-top: none;
row-gap: 16px;
}
.services-section .service-tile {
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 18px;
min-height: auto;
padding: 26px 22px 26px;
}
.services-section .service-tile:not(:nth-child(2n + 1)) {
border-left: none;
}
.services-section .service-text {
max-width: none;
}

.pricing-section {
padding: 56px 0 60px;
}
.pricing-intro {
margin-bottom: 26px;
text-align: left;
}
.pricing-row {
flex-direction: column;
align-items: flex-start;
gap: 6px;
}
.pricing-notes {
padding-top: 34px;
}
.pricing-notes-grid {
grid-template-columns: 1fr;
}
}

.navbar-absolutee {
background-color: #4f4740;
height: auto;
padding-top: 0;
padding-bottom: 0;
}

.navbar-absolutee .nav-container {
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
max-width: 1100px;
padding-top: 0;
padding-bottom: 0;
}
.w-icon-dropdown-toggle {
margin: 14px 7px 14px 0px;
}

.header-top-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 14px 0 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-top-actions {
display: flex;
align-items: center;
gap: 12px;
}

.header-top-actions .primary-button.header-cta {
white-space: nowrap;
}

.header-top-actions .secondary-button.header {
display: inline-flex;
white-space: nowrap;
}

.header-bottom-row {
width: 100%;
}

@media screen and (min-width: 992px) {
.header-bottom-row {
display: block;
position: static;
width: 100%;
padding-top: 12px;
padding-bottom: 12px;
}

.header-bottom-row .menu-wrap {
width: 100%;
background-color: white;
background-image: none;
border-radius: 18px;
justify-content: center;
flex-wrap: wrap;
row-gap: 0;
padding-left: 24px;
padding-right: 24px;
}

.header-bottom-row .nav-link {
color: black;
padding-right: 18px;
}

.header-bottom-row .nav-link:hover {
color: #caaf58;
opacity: 0.85;
}

.header-bottom-row .nav-dropdown-toggle {
padding-right: 22px;
}

.header-bottom-row .nav-dropdown-icon,
.header-bottom-row .nav-item-title {
color: black;
}
}

@media screen and (max-width: 991px) {
.header-top-actions {
display: none;
}

.nav-dropdown-link-wrapper {
flex-flow: column;
}
}



iframe {
visibility: visible !important;
opacity: 1 !important;
pointer-events: all !important;
}

/* Promo Offer Banner */
.promo-offer-banner {
background-color: var(--primary);
color: #fff;
border-radius: 14px;
padding: 14px 18px;
margin-top: 16px;
display: inline-flex;
align-items: center;
gap: 12px;
}

.promo-offer-badge {
background-color: #fff;
color: var(--primary);
font-weight: 800;
border-radius: 999px;
padding: 6px 12px;
font-size: 12px;
line-height: 1;
}

.promo-offer-text {
font-weight: 600;
font-size: 14px;
}