.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 100000;
    padding: .75rem 1rem;
    background: #fff;
    color: #111;
    border: 2px solid currentColor;
}
.skip-link:focus { top: 1rem; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid #f4b400;
    outline-offset: 3px;
}
.menu-mobile-only { display: none; }
.vertical_menu .menu-mobile-only { display: list-item; }
.header__area-menubar-right-responsive-menu { border: 0; background: transparent; }
.header__area-menubar-left-logo img,
.menu__bar-popup-top .logo img { width: auto; max-width: 180px; height: auto; max-height: 70px; object-fit: contain; }
.footer__four-widget .logo img { width: auto; max-width: 220px; height: auto; max-height: 90px; object-fit: contain; }
.menu__bar-popup .close { border: 0; background: transparent; color: inherit; font-size: 1.5rem; }
.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-media picture { display: block; width: 100%; height: 100%; }
.banner__four-content h1 { max-width: 1200px; font-size: clamp(52px, 7vw, 100px); line-height: 1.05; }
.banner__four-content .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.banner__four-content .hero-actions .build_button.secondary { background: transparent; border: 1px solid #fff; color: #fff; }
.banner__four-brand .text_scroll li { display: grid; place-items: center; min-width: 170px; height: 80px; padding: .75rem 1rem; }
.banner__four-brand .text_scroll li img { width: 150px; height: 56px; object-fit: contain; }
.managed-about-content h2 { margin: 25px 0 20px; }
.managed-about-content h3 { margin: 25px 0 20px; }
.managed-about-content p { margin-bottom: 20px; }
.managed-about-content ul { margin-bottom: 25px; }
.managed-about-content li { margin-bottom: .65rem; }
.breadcrumb__area-content h1 { color: var(--white); font-size: 64px; line-height: 1.15; }
.portfolio__three-item > a { display: block; height: 100%; }
.portfolio__three-item img { width: 100%; }
.project-card .portfolio__three-item-content { pointer-events: none; }
.project-card .portfolio__three-item-content a { pointer-events: auto; }
.slider-arrow button { border: 0; }
.service-block { scroll-margin-top: 7rem; }
.service-block .blog__standard-item-image img { width: 100%; max-height: 460px; object-fit: cover; }
.service-block .blog__standard-item-content-meta ul { margin: 0; }
.gallery-caption { margin-top: .75rem; color: #555; }
.portfolio-gallery img { width: 100%; height: 260px; object-fit: cover; }
.project-empty { padding: 3rem; text-align: center; background: #f7f7f7; }
.contact__form-area-item label { display: block; font-weight: 600; margin-bottom: .45rem; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
@media (max-width: 991px) {
    .header__area-menubar-center { display: none; }
    .breadcrumb__area-content h1 { font-size: 46px; }
}
@media (max-width: 575px) {
    .breadcrumb__area-content h1 { font-size: 38px; }
    .banner__four-content h1 { font-size: 42px; line-height: 1.08; }
    .banner__four-content .hero-actions { gap: .65rem; }
}
.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
