/* Abstrak services-two
   https://new.axilthemes.com/themes/abstrak/services-two/ */

.axil-service-area.service-scroll-navigation-area {
    position: relative;
    padding-top: 0;
    background: transparent;
}

/* Category scroll nav — sticks under sticky header while scrolling sections */
.service-scroll-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease, top 0.2s ease, transform 0.25s ease;
}

body:has(.main_menu.menu_fix) .service-scroll-nav {
    top: 80px;
}

@media only screen and (max-width: 991px) {
    body:has(.main_menu.menu_fix) .service-scroll-nav {
        top: 70px;
    }
}

.service-scroll-nav.is-fixed {
    box-shadow: 0 8px 24px rgba(39, 39, 46, 0.08);
}

/* On category browse (desktop): hide site menu/header, only category bar on top */
@media only screen and (min-width: 992px) {
    body.services-cats-only .header_2,
    body.services-cats-only .main_menu,
    body.services-cats-only .main_menu_2,
    body.services-cats-only .main_menu_3,
    body.services-cats-only header {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-100%);
        transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    }

    body:has(.service-scroll-navigation-area):not(.services-cats-only) .header_2,
    body:has(.service-scroll-navigation-area):not(.services-cats-only) .main_menu,
    body:has(.service-scroll-navigation-area):not(.services-cats-only) .main_menu_2,
    body:has(.service-scroll-navigation-area):not(.services-cats-only) .main_menu_3,
    body:has(.service-scroll-navigation-area):not(.services-cats-only) header {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    }

    body.services-cats-only .service-scroll-nav,
    body.services-cats-only body:has(.main_menu.menu_fix) .service-scroll-nav,
    body:has(.main_menu.menu_fix).services-cats-only .service-scroll-nav {
        position: fixed;
        top: 0 !important;
        left: 0;
        right: 0;
        z-index: 1100;
        box-shadow: 0 8px 24px rgba(39, 39, 46, 0.08);
    }

    body.services-cats-only .axil-service-area {
        padding-top: 72px;
    }

    body.services-cats-only .axil-service-area .services-category-block.section-padding {
        scroll-margin-top: 80px;
    }
}

/* Mobile category browse: keep site menu, pin category bar under it */
@media only screen and (max-width: 991px) {
    body.services-cats-mobile .service-scroll-nav {
        position: fixed;
        top: var(--services-header-offset, 70px) !important;
        left: 0;
        right: 0;
        z-index: 1100;
        box-shadow: 0 8px 24px rgba(39, 39, 46, 0.08);
    }

    body.services-cats-mobile .axil-service-area {
        padding-top: calc(var(--services-header-offset, 70px) + var(--services-cats-nav-h, 58px));
    }

    body.services-cats-mobile .axil-service-area .services-category-block.section-padding {
        scroll-margin-top: calc(var(--services-header-offset, 70px) + var(--services-cats-nav-h, 58px) + 16px);
    }
}

.service-scroll-nav > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.service-scroll-nav-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
    box-sizing: border-box;
}

.service-scroll-nav-list::-webkit-scrollbar {
    display: none;
}

.service-scroll-nav-list li {
    margin: 0 10px;
    flex: 0 0 auto;
}

.service-scroll-nav-link {
    display: block;
    padding: 30px 10px;
    color: var(--colorBlack, #27272E);
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
    transition: color 0.3s ease;
}

.service-scroll-nav-link::after {
    content: '';
    height: 2px;
    width: 0;
    background-color: var(--colorPrimary, #3399ff);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: width 0.3s ease;
}

.service-scroll-nav-link:hover,
.service-scroll-nav-link.is-active {
    color: var(--colorPrimary, #3399ff);
}

.service-scroll-nav-link:hover::after,
.service-scroll-nav-link.is-active::after {
    width: 100%;
}

/* Sections */
.axil-service-area .services-category-block.section-padding {
    padding: 100px 0 80px;
    scroll-margin-top: 90px;
}

.axil-service-area .services-category-block.bg-color-no {
    background-color: #ffffff;
}

.axil-service-area .services-category-block.bg-color-light {
    background-color: #ECF2F6;
}

.axil-service-area .services-category-heading {
    text-align: left;
    margin-bottom: 48px;
}

.axil-service-area .services-category-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--colorPrimary, #3399ff);
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

.axil-service-area .services-category-title {
    margin: 0;
    color: var(--colorBlack, #27272E);
    font-family: var(--headingFont);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

/* Cards — Abstrak .services-grid.service-style-2 */
.axil-service-area .services-grid.service-style-2 {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 50px 40px 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background-color: #ffffff;
    border: 1px solid #ECF2F6;
    transition: background-color 0.35s ease, border-color 0.35s ease;
}

.axil-service-area .services-grid.service-style-2:hover {
    background-color: #ECF2F6;
    border-color: #ECF2F6;
}

.axil-service-area .services-grid.service-style-2 .thumbnail {
    flex: 0 0 auto;
    max-width: 85px;
    margin-right: 25px;
}

.axil-service-area .services-grid.service-style-2 .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.axil-service-area .services-grid.service-style-2 .content {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.axil-service-area .services-grid.service-style-2 .content .title {
    margin: 0 0 10px;
    font-family: var(--headingFont);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.axil-service-area .services-grid.service-style-2 .content .title a {
    color: var(--colorBlack, #292930);
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.axil-service-area .services-grid.service-style-2 .content .title a:hover {
    color: var(--colorPrimary, #3399ff);
}

.axil-service-area .services-grid.service-style-2 .content p {
    margin: 0 0 18px;
    color: var(--paraColor, #525260);
    font-family: var(--paraFont);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.axil-service-area .services-grid.service-style-2 .content .more-btn {
    display: inline-block;
    position: relative;
    color: var(--paraColor, #525260);
    font-family: var(--headingFont);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none !important;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.axil-service-area .services-grid.service-style-2 .content .more-btn::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--colorPrimary, #3399ff);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.axil-service-area .services-grid.service-style-2:hover .content .more-btn {
    color: var(--colorPrimary, #3399ff);
    padding-left: 50px;
}

.axil-service-area .services-grid.service-style-2:hover .content .more-btn::before {
    width: 34px;
    opacity: 1;
}

.axil-service-area .services-empty {
    margin: 40px 0;
    color: var(--paraColor, #525260);
    font-family: var(--paraFont);
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .axil-service-area .services-grid.service-style-2 {
        padding: 40px 24px;
    }

    .axil-service-area .services-grid.service-style-2 .thumbnail {
        max-width: 60px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .service-scroll-nav-link {
        padding: 22px 0;
        font-size: 15px;
    }

    .axil-service-area .services-category-block.section-padding {
        padding: 70px 0 50px;
        scroll-margin-top: 80px;
    }

    .axil-service-area .services-category-heading {
        text-align: center;
        margin-bottom: 36px;
    }

    .service-scroll-nav-list {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .service-scroll-nav-link {
        padding: 14px 0;
        font-size: 14px;
    }

    .axil-service-area .services-category-block.section-padding {
        padding: 50px 0 30px;
    }

    .axil-service-area .services-grid.service-style-2 {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .axil-service-area .services-grid.service-style-2 .content .title {
        font-size: 18px;
    }
}

/* Night mode */
html.night-mode .service-scroll-nav,
body.night-mode .service-scroll-nav,
html.active-dark-mode .service-scroll-nav,
body.active-dark-mode .service-scroll-nav {
    background-color: #27272E;
}

html.night-mode .service-scroll-nav-list,
body.night-mode .service-scroll-nav-list,
html.active-dark-mode .service-scroll-nav-list,
body.active-dark-mode .service-scroll-nav-list {
    border-bottom-color: #3A3A44;
}

html.night-mode .service-scroll-nav-link,
body.night-mode .service-scroll-nav-link,
html.active-dark-mode .service-scroll-nav-link,
body.active-dark-mode .service-scroll-nav-link {
    color: #D3D3D4;
}

html.night-mode .axil-service-area .services-category-block.bg-color-no,
body.night-mode .axil-service-area .services-category-block.bg-color-no,
html.active-dark-mode .axil-service-area .services-category-block.bg-color-no,
body.active-dark-mode .axil-service-area .services-category-block.bg-color-no {
    background-color: #1f1f25;
}

html.night-mode .axil-service-area .services-category-block.bg-color-light,
body.night-mode .axil-service-area .services-category-block.bg-color-light,
html.active-dark-mode .axil-service-area .services-category-block.bg-color-light,
body.active-dark-mode .axil-service-area .services-category-block.bg-color-light {
    background-color: #27272E;
}

html.night-mode .axil-service-area .services-category-title,
body.night-mode .axil-service-area .services-category-title,
html.active-dark-mode .axil-service-area .services-category-title,
body.active-dark-mode .axil-service-area .services-category-title,
html.night-mode .axil-service-area .services-grid.service-style-2 .content .title a,
body.night-mode .axil-service-area .services-grid.service-style-2 .content .title a,
html.active-dark-mode .axil-service-area .services-grid.service-style-2 .content .title a,
body.active-dark-mode .axil-service-area .services-grid.service-style-2 .content .title a {
    color: #D3D3D4;
}

html.night-mode .axil-service-area .services-grid.service-style-2,
body.night-mode .axil-service-area .services-grid.service-style-2,
html.active-dark-mode .axil-service-area .services-grid.service-style-2,
body.active-dark-mode .axil-service-area .services-grid.service-style-2 {
    background: #2d2d36;
    border-color: #3A3A44;
}

html.night-mode .axil-service-area .services-grid.service-style-2:hover,
body.night-mode .axil-service-area .services-grid.service-style-2:hover,
html.active-dark-mode .axil-service-area .services-grid.service-style-2:hover,
body.active-dark-mode .axil-service-area .services-grid.service-style-2:hover {
    background-color: #34343f;
}

html.night-mode .axil-service-area .services-grid.service-style-2 .content p,
body.night-mode .axil-service-area .services-grid.service-style-2 .content p,
html.night-mode .axil-service-area .services-grid.service-style-2 .content .more-btn,
body.night-mode .axil-service-area .services-grid.service-style-2 .content .more-btn {
    color: #999FAE;
}

/* Abstrak service details — process steps
   https://new.axilthemes.com/themes/abstrak/services/video-production/ */
.service_process_area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service_process_area.section-padding,
.service_process_area.bg-color-light {
    padding: 70px 0 80px;
    background-color: #ECF2F6;
}

.service_process_area .container {
    position: relative;
    z-index: 2;
}

.service_process_heading {
    text-align: center;
    margin-bottom: 50px;
}

.service_process_heading .subtitle {
    display: block;
    margin-bottom: 12px;
    color: #C75C6F;
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.service_process_heading .title {
    margin: 0 0 18px;
    color: var(--colorBlack, #27272E);
    font-family: var(--headingFont);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.service_process_heading p {
    margin: 0 auto;
    max-width: 560px;
    color: #737387;
    font-family: var(--paraFont);
    font-size: 16px;
    line-height: 1.7;
}

.process-work {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.process-work .thumbnail {
    flex: 0 0 auto;
    width: min(420px, 46%);
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(39, 39, 46, 0.08);
}

.process-work .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.process-work .content {
    flex: 1;
    margin-left: 60px;
    text-align: left;
}

.process-work .content .subtitle {
    display: block;
    margin-bottom: 20px;
    color: #C75C6F;
    font-family: var(--headingFont);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.process-work .content .title {
    margin: 0 0 18px;
    color: var(--colorBlack, #27272E);
    font-family: var(--headingFont);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.process-work .content p,
.process-work .content .subtitle-2 {
    margin: 0;
    width: 60%;
    color: #737387;
    font-family: var(--paraFont);
    font-size: 16px;
    line-height: 1.7;
}

.process-work.content-reverse {
    flex-direction: row-reverse;
}

.process-work.content-reverse .content {
    margin: 0 60px 0 0;
    padding-left: 120px;
}

.process-work.content-reverse .content p,
.process-work.content-reverse .content .subtitle-2 {
    width: 100%;
}

/* Abstrak shape-group-17 — bubbles + wavy lines */
.service_process_area .shape-group-17 {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.service_process_area .shape-group-17 .shape {
    position: absolute;
    z-index: 0;
    list-style: none;
}

.service_process_area .shape-group-17 .shape img {
    display: block;
    max-width: 100%;
    height: auto;
}

.service_process_area .shape-group-17 .shape.shape-1 {
    top: 0;
    left: 0;
}

.service_process_area .shape-group-17 .shape.shape-2 {
    top: 360px;
    right: 0;
    text-align: right;
}

.service_process_area .shape-group-17 .shape.shape-2 img {
    margin-left: auto;
}

.service_process_area .shape-group-17 .shape.shape-3 {
    top: 430px;
    left: 0;
}

.service_process_area .shape-group-17 .shape.shape-4 {
    top: 35%;
    right: 0;
    text-align: right;
}

.service_process_area .shape-group-17 .shape.shape-4 img {
    margin-left: auto;
}

.service_process_area .shape-group-17 .shape.shape-5 {
    top: 56%;
    left: 0;
}

.service_process_area .shape-group-17 .shape.shape-6 {
    top: 75%;
    right: 0;
    text-align: right;
}

.service_process_area .shape-group-17 .shape.shape-6 img {
    margin-left: auto;
}

@media only screen and (max-width: 1199px) {
    .process-work .content p,
    .process-work .content .subtitle-2 {
        width: 100%;
    }

    .process-work.content-reverse .content {
        padding-left: 0;
    }

    .service_process_area .shape-group-17 .shape.shape-2 img,
    .service_process_area .shape-group-17 .shape.shape-4 img,
    .service_process_area .shape-group-17 .shape.shape-6 img {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .service_process_area.section-padding {
        padding: 50px 0 50px;
    }

    .process-work .thumbnail {
        width: 300px;
    }

    .process-work .content,
    .process-work.content-reverse .content {
        margin-left: 30px;
        margin-right: 0;
        padding-left: 0;
    }

    .process-work.content-reverse .content {
        margin-right: 30px;
        margin-left: 0;
    }

    .process-work .content .title {
        font-size: 32px;
    }

    .service_process_area .shape-group-17 .shape.shape-2 {
        top: 280px;
    }

    .service_process_area .shape-group-17 .shape img {
        opacity: 0.85;
    }
}

@media only screen and (max-width: 767px) {
    .service_process_area.section-padding {
        padding: 40px 0 30px;
    }

    .service_process_heading {
        margin-bottom: 40px;
    }

    .process-work {
        display: block;
        margin-bottom: 50px;
    }

    .process-work .thumbnail {
        width: 100%;
        margin-bottom: 30px;
    }

    .process-work .content,
    .process-work.content-reverse .content {
        margin: 0;
        padding: 0;
    }

    .process-work .content .subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .process-work .content .title {
        font-size: 28px;
    }

    .service_process_area .shape-group-17 .shape.shape-2,
    .service_process_area .shape-group-17 .shape.shape-4,
    .service_process_area .shape-group-17 .shape.shape-6 {
        display: none;
    }

    .service_process_area .shape-group-17 .shape.shape-3,
    .service_process_area .shape-group-17 .shape.shape-5 {
        opacity: 0.5;
    }
}

html.night-mode .service_process_area,
body.night-mode .service_process_area,
html.active-dark-mode .service_process_area,
body.active-dark-mode .service_process_area,
html.night-mode .service_process_area.bg-color-light,
body.night-mode .service_process_area.bg-color-light {
    background-color: #1f1f25;
}

html.night-mode .service_process_heading .title,
body.night-mode .service_process_heading .title,
html.night-mode .process-work .content .title,
body.night-mode .process-work .content .title {
    color: #D3D3D4;
}

html.night-mode .service_process_heading p,
body.night-mode .service_process_heading p,
html.night-mode .process-work .content p,
body.night-mode .process-work .content p,
html.night-mode .process-work .content .subtitle-2,
body.night-mode .process-work .content .subtitle-2 {
    color: #999FAE;
}

html.night-mode .process-work .thumbnail,
body.night-mode .process-work .thumbnail {
    background-color: #27272E;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

html.night-mode .service_process_area .shape-group-17 .shape img,
body.night-mode .service_process_area .shape-group-17 .shape img,
html.active-dark-mode .service_process_area .shape-group-17 .shape img,
body.active-dark-mode .service_process_area .shape-group-17 .shape img {
    filter: brightness(0.3);
}

