/* Service page: spacing above first hero block */
html body .ck-content section[data-block-id="service-page-hero-cover"].sb-hero-cover-section {
    margin-top: clamp(2.5rem, 4vw, 5rem) !important;
}
/* pages spaces between UI blocks */
.portfolio-blocks-section.pb-related
.portfolio-blocks-section.pb-hero.spacing-medium,
.portfolio-blocks-section.pb-goals.spacing-medium,
.portfolio-blocks-section.pb-results.spacing-medium,
.portfolio-blocks-section.pb-wide-carousel.spacing-medium,
.portfolio-blocks-section.pb-gallery.spacing-medium,
.portfolio-blocks-section.pb-adaptive.spacing-medium,
.portfolio-blocks-section.pb-related.spacing-medium {
  padding-top: clamp(42px, 4vw, 70px);
  padding-bottom: clamp(12px, 4vw, 10px);
}
/* Portfolio fonts */
.pb-result-highlight strong {
    font-size: clamp(28px, 0.5vw, 54px);
}
.pb-section-title {
    font-size: clamp(34px, 3.2vw, 76px);
}
.pb-hero-title {
    font-size: clamp(40px, 4vw, 92px);
}
/* ПК лого */
.at-header-logo img {
    width: 200px !important;
    height: auto !important;
    max-width: none !important;
    display: block;
}

/* Планшет лого */
@media (max-width: 991.98px) {
    .at-header-logo img {
        width: 160px !important;
        height: auto !important;
    }
}

/* Телефон лого */
@media (max-width: 767.98px) {
    .at-header-logo img {
        width: 120px !important;
        height: auto !important;
    }
}
/* hidede share section in case studies */
div.d-flex.align-items-center.py-3.border-top.mt-5 {
  display: none !important;
}
/*  footer text business slogan*/
footer h1.fz-160,
.at-footer-area h1.fz-160,
.at-footer h1.fz-160 {
    font-size: clamp(42px, 5vw, 64px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em;
}
/* menu text color */
/* .at-main-menu nav ul li a {
    color: #ffffff !important;
}

.at-main-menu nav ul li a:hover {
    color: #F0460E !important;
}*/

/* hide red icon on about section */
/* [data-block-id="about-us-information"] .at-about-subtitle svg {
    display: none !important;
} */
/*Edit page fix temp*/
.at-search-form-toggle,
.at-search-body-overlay {
    pointer-events: none;
}
.at-search-form-toggle.active,
.at-search-body-overlay.active {
    pointer-events: auto;
}

/*font pages 2 rows 4 blocks*/
.sb-stats-strip-value {
    font-size: clamp(2.1rem, 2vw, 4.2rem);
    font-weight: 700;
}
/*disable preloader - temp*/
.page-loader { display: none !important; }
/*carousel Ticker*/
.carouselTicker__item .brand-item img {
    width: 147px !important;
    height: auto !important;
    max-width: 150px !important;
    object-fit: contain;
}

/*hero font*/
.shortcode-hero-banner .at-hero-title {
    font-size: 56px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.03em;
}
@media (max-width: 1199px) {
    .shortcode-hero-banner .at-hero-title {
        font-size: 48px !important;
    }
}

@media (max-width: 767px) {
    .shortcode-hero-banner .at-hero-title {
        font-size: 36px !important;
        line-height: 1.1 !important;
    }
}
/*logo footer*/
.at-footer-area img[alt="Web Fly"] {
    width: 160px !important;
    height: auto !important;
    max-width: 160px !important;
}
/*logo mobile in menu*/
@media (max-width: 991px) {
    .at-offcanvas-area .at-offcanvas-logo img {
        width: 130px !important;
        max-width: 130px !important;
        height: auto !important;
    }
}
/* Hide featured image block on service detail pages */
.sec-1-services-details + .pt-60.pb-80 {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Reduce space after service hero */
.sec-1-services-details {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Pull main service content closer to hero */
.sec-1-services-details + .pt-60.pb-80 + .pb-120 {
    padding-top: 0 !important;
    margin-top: -120px !important;
}
/* Red section subtitles / eyebrow labels */
.at-about-title-wrap .at-btn.common-black,
.at-service-subtitle-wrap .at-btn.common-black,
.at-faq .at-btn.common-black,
.contact-form .at-btn.common-black,
.at-section-subtitle {
    color: #F0460E !important;
}

/* Make both animated text layers red */
.at-about-title-wrap .at-btn.common-black .text-1,
.at-about-title-wrap .at-btn.common-black .text-2,
.at-service-subtitle-wrap .at-btn.common-black .text-1,
.at-service-subtitle-wrap .at-btn.common-black .text-2,
.at-faq .at-btn.common-black .text-1,
.at-faq .at-btn.common-black .text-2,
.contact-form .at-btn.common-black .text-1,
.contact-form .at-btn.common-black .text-2 {
    color: #F0460E !important;
}

/* Arrow icon near subtitle */
.at-about-title-wrap .at-btn.common-black i,
.at-service-subtitle-wrap .at-btn.common-black i,
.at-faq .at-btn.common-black i,
.contact-form .at-btn.common-black i {
    color: #F0460E !important;
}
section[data-block-id="contact-form"] .at-btn.common-black,
section[data-block-id="contact-form"] .at-btn.common-black .text-1,
section[data-block-id="contact-form"] .at-btn.common-black .text-2,
section[data-block-id="contact-form"] .at-btn.common-black i {
    color: #F0460E !important;
}
/*red dots & black dots - services*/
/* Remove default black bullets, keep custom red bullets */
.sb-feature-row-list,
.sb-card-grid-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.sb-feature-row-list li,
.sb-card-grid-list li {
    list-style: none !important;
    position: relative;
    padding-left: 1.35rem;
}

.sb-feature-row-list li::marker,
.sb-card-grid-list li::marker {
    content: "" !important;
}
.sb-feature-row-list li::before,
.sb-card-grid-list li::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--sb-accent);
}
/* Remove decorative color overlay from Service Split image */
html body .sb-split-media::before,
html body .sb-split-media::after {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
}
/*hero text h1*/
.shortcode-hero-banner .at-hero-title,
.shortcode-hero-banner .at-hero-title span {
    font-size: 37px !important;
    line-height: 1.05 !important;
}
/*services h1 font*/
@media (min-width: 1200px) {
    .sec-1-services h1.section-title {
        font-size: 105px !important;
        line-height: 1.05 !important;
    }
}

@media (max-width: 1199px) {
    .sec-1-services h1.section-title {
        font-size: 72px !important;
        line-height: 1.05 !important;
    }
}

@media (max-width: 767px) {
    .sec-1-services h1.section-title {
        font-size: 44px !important;
        line-height: 1.1 !important;
    }
}
/* Header logo - зменшити приблизно на 40% */
.at-header-logo img {
    width: 120px !important;
    height: auto !important;
    max-width: 120px !important;
}

/* Footer logo - зафіксувати 100px */
.at-footer-area img[src*="seoeduw"],
footer img[src*="seoeduw"] {
    width: 100px !important;
    height: auto !important;
    max-width: 100px !important;
}

/* Tablet */
@media (max-width: 991px) {
    .at-header-logo img {
        width: 105px !important;
        max-width: 105px !important;
    }

    .at-footer-area img[src*="seoeduw"],
    footer img[src*="seoeduw"] {
        width: 100px !important;
        max-width: 100px !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .at-header-logo img {
        width: 90px !important;
        max-width: 90px !important;
    }

    .at-footer-area img[src*="seoeduw"],
    footer img[src*="seoeduw"] {
        width: 90px !important;
        max-width: 90px !important;
    }
}