.services-page {
    background: #fff;
    color: #111
}

.services-page .main-nav .active {
    color: var(--red)
}

.services-page .inner-hero {
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    background: url('../img/services/our_services_2.png') center/cover no-repeat;
    overflow: hidden
}

.services-page .inner-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#050505e9,#05050590 56%,#05050542)
}

.services-page .inner-hero:after {
    content: "";
    position: absolute;
    inset: -60%;
    background: linear-gradient(115deg,transparent 45%,#ffffff10 49%,transparent 53%);
    animation: serviceHeroGlow 8s linear infinite
}

.services-page .inner-hero .site-container {
    position: relative;
    z-index: 2
}

.services-page .inner-hero h1 {
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 28px;
    text-transform: none
}

.services-page .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px
}

.services-page .breadcrumbs a {
    color: #fff
}

.services-page .breadcrumbs span {
    color: var(--red)
}

.services-catalog {
    height: 930px;
    padding-top: 120px
}

.services-cards {
    width: 1170px;
    max-width: calc(100% - 40px);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 36px 30px
}

.service-card {
    height: 330px;
    background: #f5f1ef;
    text-align: center;
    padding: 42px 30px 30px;
    position: relative;
    overflow: hidden;
    transition: transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s
}

.service-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(280px circle at var(--spot-x,50%) var(--spot-y,50%),#d1051b12,transparent 62%);
    opacity: 0;
    transition: opacity .35s
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 55px #0002
}

.service-card:hover:before {
    opacity: 1
}

.service-card>* {
    position: relative
}

.service-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: var(--red);
    display: grid;
    place-items: center;
    margin: 0 auto 26px;
    box-shadow: 0 12px 25px #d1051b35
}

.service-card-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain
}

.service-card h2 {
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 18px
}

.service-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #777;
    margin: 0 auto 22px;
    max-width: 285px
}

.service-card a {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 800;
    letter-spacing: .04em
}

.service-card a i {
    font-style: normal;
    margin-left: 7px;
    display: inline-block;
    transition: transform .3s
}

.service-card a:hover i {
    transform: translate(4px,-4px)
}

.formats-section {
    height: 990px;
    padding-top: 90px
}

.formats-section .section-heading {
    margin-bottom: 55px
}

.format-grid {
    width: 1170px;
    max-width: calc(100% - 40px);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 45px
}

.format-card {
    height: 310px;
    position: relative;
    overflow: hidden;
    background: #eee
}

.format-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.16,1,.3,1)
}

.format-card:hover img {
    transform: scale(1.04)
}

.format-card:after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent,#0000007d)
}

.format-info {
    position: absolute;
    left: 30px;
    bottom: 25px;
    z-index: 2;
    color: #fff
}

.format-info h3 {
    font-size: 21px;
    font-weight: 900;
    margin: 0 0 7px
}

.format-info p {
    font-size: 13px;
    margin: 0;
    color: #eee
}

.format-card.light-info:after {
    background: linear-gradient(transparent,#ffffffb8)
}

.format-card.light-info .format-info {
    color: #111
}

.format-card.light-info .format-info p {
    color: #666
}

.services-cta {
    height: 500px;
    background: #202022 url('../img/services/our_services_12.png') right center/auto 100% no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-position: right;
    background-size: initial;
}

.services-cta .section-heading h2 {
    font-size: 39px
}

.services-cta .section-heading p {
    color: #bbb;
    margin-bottom: 30px
}

.services-cta mark {
    background: var(--red);
    color: #fff;
    border-radius: 7px;
    padding: 0 10px
}

.services-cta .ui-btn {
    background: #fff;
    color: var(--red)
}

.journey-section {
    height: 650px;
    padding-top: 100px
}

.journey-steps {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative
}

.journey-steps:before {
    content: "";
    position: absolute;
    left: 16.67%;
    right: 16.67%;
    top: 42px;
    border-top: 2px dashed #bbb
}

.journey-step {
    text-align: center;
    position: relative;
    padding: 0 35px
}

.step-circle {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    margin: 0 auto 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px #d1051b2b;
    transition: transform .4s
}

.journey-step:nth-child(2) .step-circle {
    background: #222
}

.journey-step:hover .step-circle {
    transform: translateY(-8px) rotate(-4deg)
}

.step-circle strong {
    font-size: 25px;
    line-height: 1
}

.step-circle small {
    font-size: 11px;
    margin-top: 4px
}

.journey-step h3 {
    font-size: 19px;
    font-weight: 900;
    margin: 0 0 14px
}

.journey-step p {
    font-size: 14px;
    line-height: 1.65;
    color: #777;
    margin: 0
}

.services-faq {
    height: 850px;
    display: flex;
    align-items: center
}

.services-faq-inner {
    width: 1200px;
    max-width: calc(100% - 40px);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 535px;
    gap: 90px;
    align-items: center
}

.services-faq-copy h2 {
    font-size: 39px;
    font-weight: 900;
    margin: 14px 0 20px
}

.services-faq-copy>p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 28px
}

.services-faq .faq-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 12px;
    padding: 0 20px
}

.services-faq .faq-item button {
    height: 64px;
    text-transform: uppercase;
    font-size: 14px
}

.services-faq-image {
    height: 590px;
    overflow: hidden;
    position: relative
}

.services-faq-image:before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 1px solid #ffffff80;
    z-index: 2
}

.services-faq-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s cubic-bezier(.16,1,.3,1)
}

.services-faq-image:hover img {
    transform: scale(1.04)
}

.services-page .footer {
    height: 522px
}

@keyframes serviceHeroGlow {
    to {
        transform: translateX(45%)
    }
}

@media(max-width: 1000px) {
    .services-page .inner-hero {
        height:320px
    }

    .services-page .inner-hero h1 {
        font-size: 48px
    }

    .services-catalog {
        height: auto;
        padding: 90px 0
    }

    .services-cards {
        width: min(100% - 40px,760px);
        grid-template-columns: 1fr 1fr
    }

    .service-card {
        height: auto;
        min-height: 315px
    }

    .formats-section {
        height: auto;
        padding: 90px 0
    }

    .format-grid {
        width: min(100% - 40px,760px);
        gap: 25px
    }

    .format-card {
        height: 250px
    }

    .services-cta {
        height: auto;
        min-height: 430px;
        padding: 80px 20px;
        background-size: auto 100%
    }

    .services-cta .section-heading {
        max-width: 720px;
        margin: auto
    }

    .journey-section {
        height: auto;
        padding: 90px 0
    }

    .journey-steps {
        width: min(100% - 40px,760px)
    }

    .journey-step {
        padding: 0 18px
    }

    .services-faq {
        height: auto;
        padding: 90px 0
    }

    .services-faq-inner {
        width: min(100% - 40px,760px);
        grid-template-columns: 1fr;
        gap: 55px
    }

    .services-faq-image {
        height: 560px;
        order: -1
    }

    .services-page .footer {
        height: auto
    }
}

@media(max-width: 600px) {
    .services-page .inner-hero {
        height:260px;
        background-position: 58% center
    }

    .services-page .inner-hero h1 {
        font-size: 40px;
        margin-bottom: 20px
    }

    .services-catalog {
        padding: 70px 0
    }

    .services-cards {
        width: calc(100% - 30px);
        grid-template-columns: 1fr;
        gap: 22px
    }

    .service-card {
        min-height: 285px;
        padding: 35px 24px
    }

    .service-card h2 {
        font-size: 18px
    }

    .formats-section {
        padding: 70px 0
    }

    .formats-section .section-heading {
        margin-bottom: 40px
    }

    .format-grid {
        width: calc(100% - 30px);
        grid-template-columns: 1fr;
        gap: 20px
    }

    .format-card {
        height: 240px
    }

    .format-info {
        left: 22px;
        bottom: 20px
    }

    .services-cta {
        min-height: 420px;
        padding: 70px 15px;
        background-position: 70% center
    }

    .services-cta:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #202022c9
    }

    .services-cta {
        position: relative
    }

    .services-cta .section-heading {
        position: relative
    }

    .services-cta .section-heading h2 {
        font-size: 30px
    }

    .services-cta .section-heading h2 br {
        display: none
    }

    .journey-section {
        padding: 75px 0
    }

    .journey-steps {
        width: calc(100% - 30px);
        margin-top: 50px;
        grid-template-columns: 1fr;
        gap: 50px
    }

    .journey-steps:before {
        left: 41px;
        right: auto;
        top: 42px;
        bottom: 42px;
        border-top: 0;
        border-left: 2px dashed #bbb
    }

    .journey-step {
        text-align: left;
        padding: 0 0 0 115px;
        min-height: 100px
    }

    .step-circle {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 82px;
        height: 82px
    }

    .journey-step h3 {
        padding-top: 8px
    }

    .services-faq {
        padding: 70px 0
    }

    .services-faq-inner {
        width: calc(100% - 30px);
        gap: 42px
    }

    .services-faq-image {
        height: 390px
    }

    .services-faq-copy h2 {
        font-size: 30px
    }

    .services-faq-copy>p {
        font-size: 14px
    }

    .services-faq .faq-item {
        padding: 0 14px
    }

    .services-faq .faq-item button {
        font-size: 11px;
        min-height: 58px;
        height: auto;
        padding: 13px 0
    }
}
