@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Press+Start+2P&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --bg-color: #000;
  --alt-color: #fff;
  --font-standard: "Fira Sans", sans-serif;
  --font-special: "Fira Sans", sans-serif;
  --link-color: blue;
}
a:visited:not(.cta:visited):not(.mobile_menu a:visited ):not(nav a:hover:visited ):not(.location_list div a):not(.push_ad a):not(.pg_next) {
    color: #000;
}
.citybestawards {
    color: #ffffff!important;
    text-decoration: none;
    margin: 36px auto auto;
}
container, .container, .state_locations {
    max-width: 100%;
}
.state_locations {
    margin: 25px auto;
}
.mobile_menu a:visited {
    color: #000;
}
.mobile_menu a {
    padding: 26px 20px;
}
.mobile_menu {
    width: 400px;
}
.site_logo {
    width: 180px;
    height: auto;
    transition: ease-in-out 100ms;
    border: 1px solid transparent;
    align-self: stretch;
}
.site_logo:hover {
    border: 1px solid #000;
}
.cta {
    transition: ease 200ms;
    color: #fff;
    border: 1px solid #000;
}
.cta:hover {
    transition: ease 200ms;
    color: #fff;
    border: 1px solid #000;
    opacity: .9;
}
.flex_fit {
    flex: 0 0 fit-content!important;
}
header nav {
    justify-self: start;
    flex: 1;
}
hero .cta, hero .alt_cta {
    padding: 16px 29px;
    font-size: 20px;
    font-weight: 700;
    width: max-content;
    flex: 0 0 max-content;
    align-self: stretch;
}
#holdButton {
    color: #000!important;
}
hero {
    min-height: fit-content;
}
hero .push_ad {
    flex-direction: row !important;
    align-items: center !important;
    max-width: 1100px !important;
    margin: 30px auto !important;
    justify-content: center;
    display: none!important;
}
hero p {
    margin: 50px auto 0;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    color: #000;
}
hero container section:last-child:not(.home hero container section:last-child) {
    display: none;
}
hero container section:first-child {
    padding: 15px;
    width: 100%;
    max-width: 1300px;
    flex: 0 0 100%;
    align-self: start;
    margin: auto;
}
footer {
    background: #eee;
}
.custom_header.scrolled {
    box-shadow: 0 0 20px #00000022;
}
.cta:hover {
    opacity: .9;
    border: none
    color: #fff;
}
.background_lgt_gray {
    background: #eee
    background-size: contain !important;
    color: #000;
}
hero h1 {
    font-size: 72px;
    color: #000;
    line-height: 82px;
    text-align: center;
    width: 100%;
}
hero h1 span {
    color: #000;
}

hero container {
    padding: 50px 50px;
    background: #eee;
    border-radius: 0;
    margin: 0;
    flex-direction: column;
    width: 100%;
}
text_carousel span.active {
    transform: translatey(0);
    left: 0;
    width: 100%;
    margin-top: 20px;
    color: #000;
    will-change: transform, opacity;
    animation: spanside 18s infinite; /* Add infinite if you want continuous looping */
}

@keyframes spanside {
    0% {
        opacity: 0;
        transform: translatey(50px);
        clip-path: inset(0 100% 0 0);
    }
    10% {
        opacity: 1;
        transform: translatey(0);
        clip-path: inset(0 0 0 0);
    }
    50% {
        clip-path: inset(0 100% 0 0);
    }
}


hero .short_booking  {
    margin: auto;
}
.mobile_menu {
    padding: 15px;
    border: 1px solid #000;
    box-shadow: 10px 10px 0 #000;
}
.services_list {
    padding: 60px 10px;
}
form:not(.short_booking) {
    width: 750px;
    max-width: 100%;
}
form .alt_cta {
    border: none;
    background: var(--alt-color) !important;
}
.popular_services_list div a, .service_partners .item a {
    z-index: 1;
}
.popular_services_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));
    gap: 17px;
}
.popular_services_list div {
    border: 1px solid #000;
    padding: 20px;
    background: #fff;
    transition: ease 200ms;
    position: relative;
    margin-bottom: 0;
    padding: 56px 24px !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: 10px 10px;
}
.alt_cta {
    border: 1px solid #000;
    background: var(--alt-color);
    color: #000!important;
}
.alt_cta:hover {
    background: #f6f6f6;
}
.state_locations {
    background: #eee;
    border: none !important;
    border-radius: 0;
    padding: 83px 60px 30px !important;
}
.state_locations a {
    color: #000!important;
}
.why_fix li {
    background: #32343930;
    border: none;
    border-radius: 0;
}
.service_list_name {
    font-size: 24px;
    color: #000;
}
.review_loop item {
    border-bottom: none;
    background: #e9ebf3;
    padding: 26px;
    border-radius: 30px;
}
.review_loop .rimg {
    background-color: #517ffb;
    border: none;
    color: #fff;
}
.review_loop img {
    filter: invert(1);
}
img {
    filter: grayscale(1) brightness(.5);
    transition: ease-in-out 100ms;
}
img:hover {
    filter: grayscale(1) brightness(1);
}
.accordion {
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: 10px 10px;
}
.background_lgt_gray .accordion {
    background: #fff !important
}
.step {
    background: #e9ebf3;
    color: #fff;
}
.location_list div a {
    background: #eee;
    color: #000;
}
.location_list div a:hover {
    color: #000;
}
nav a {
    color: #000;
    border-radius: 0;
    border: 1px solid transparent;
    align-self: stretch;
    align-items: center;
    display: flex;
}
nav a:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.service_list_link {
    border: none;
    padding: 8px 11px;
    border-radius: 0;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.popular_services_list div:hover .service_list_link {
    border: 1px solid #000;;
    padding: 8px 18px!important;
    border-radius: 0;
    background: #fff;
    color: #000;
}
#flipStars {
    margin-top: 20px;
}
.rating img {
    filter: invert(1);
}
.btn {
    font-family: var(--font-special);
    transition: ease 200ms;
    padding: 13px 26px;
    border-radius: 0;
}
hero form input {
    border: 1px solid #d1d4da;
    background: #f5f8ff;
}
.mmi {
    border: none;
    padding:0;
    margin-top: -5px;
    background: transparent;
}
.mmi span {
    width: 30px;
    background: var(--bg-color);
}
.mmi span:first-child:before {
    top: -8px;
    background: var(--bg-color);
}
.mmi span:first-child:after {
    bottom: -8px;
    background: var(--bg-color);
}
.review_loop {
    max-width: 1000px;
    margin: auto;
}
.review_loop .review {
    line-height: 30px;
}
.image-masonry {
    opacity: 0;
    animation: fade-in 3s 600ms 1 forwards;
}
.grid-container {
    gap: 4px;
    display: block;
    column-count: 4;
    background: #000;
    padding: 4px 0;
}
.grid-item img {
    height: auto;
    margin: 2px 0;
}
.blog_content_img {
    border-radius: 0;
    height: auto;
}
.related-article {
    border-radius: 0;
    color: #000!important;
}
.sidebar_ad img {
    border-radius: 0;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.btn, button, nav a, .mobile_menu a, img, .service_list_link, .location_list div a, .state_locations, .accordion {
    font-family: var(--font-special);
}

header {
    transition: ease 300ms;
}
header.scrolled {
    transform: translatey(-120px);
}
header.scroll-up {
    transform: translatey(0);
    box-shadow: 0 0 20px #00000022;
}
hero .breadcrumbs, hero .breadcrumbs a {
    color: #000;
    text-align: center;
    margin: auto;
}

.video_overlay .btn {
    width: max-content;
    font-size: 22px;
    padding: 15px 44px;
    text-align: center;
    margin: 25px auto;
}
.rating_wrap {
    position: absolute;
    background: #fff;
    padding: 15px;
    right: 0;
    margin-top: -72px;
    z-index: 1;
}
.background_lgt_gray h2 {
    color: #000;
    margin: 0 0 35px;
}
.background_lgt_gray grid {
    margin-top: 50px;
}
.background_lgt_gray .step {
    background: #fff;
    min-height: 360px;
}
.background_lgt_gray .why_fix li {
    background: #fff;
}
.background_lgt_gray container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.background_lgt_gray .accordion {
    background: #fff!important;
    border-radius: 10px;
}
.background_lgt_gray .accordion-header:after {
    filter: invert(1)!important;
}
.wave {
   width: 100%;
   position: absolute;
   bottom: 30px;
   opacity: 0;
   clip-path: inset(0 100% 0 0);
   animation: unclip 6s forwards 1;
   filter: saturate(18.5) hue-rotate(51deg);
}
@keyframes unclip {
    from {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    to {
        clip-path: inset(0 0 0 0);
        opacity: .9;
    }
}
@media(max-width: 900px) {
    hero p {
        margin: 50px auto 0;
        font-size: 17px;
        line-height: 28px;
    }
    hero container {
        padding: 50px 15px;
    }
    .video_overlay, .hero_video {
        height: 640px;
        overflow: hidden;
    }
    text_carousel {
        min-height: 200px;
    }
    .mobile_menu {
        width: 100%;
    }
    .wave {
        bottom: 114px;
        width: 500%;
        z-index: -1;
    }
    .location_list {
        grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
    }
    hero container section:last-child {
        flex: 1;
    }
    hero h1 {
        font-size: 38px;
        line-height: 48px;
    }
}