:root {
    --main-container: 1180px;
    --main-container2: 1380px;
    --main-container4: 1260px;
    --main-container5: 1380px;
    --section-space: 90px;
    --section-space-mobile: 60px;
}

/* Homepage service highlights */
.about-box1 .item-icon img {
    display: block;
    height: 58px;
    object-fit: contain;
    width: 58px;
}

/* Keep the home-about badge away from the team members' faces. */
.home-about-media .img-icon {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 38px;
    width: 142px;
    height: 142px;
    max-width: none;
    max-height: none;
    padding: 49px;
    transform: none;
    box-shadow: 0 12px 30px rgba(3, 50, 79, .23);
}

@media (max-width: 767px) {
    .home-about-media .img-icon {
        bottom: 17px;
        left: 30px;
        width: 118px;
        height: 118px;
        padding: 39px;
    }
}

@media (max-width: 575px) {
    .home-about-media .img-icon {
        bottom: 16px;
        left: 25px;
        width: 96px;
        height: 96px;
        padding: 31px;
    }
}

/* Local promotional video */
.video-style1.video-promo-cover {
    background-position: center center !important;
    background-size: cover !important;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.video-style1.video-promo-cover::before {
    background: linear-gradient(90deg, rgba(3, 31, 51, 0.74) 0%, rgba(5, 71, 111, 0.52) 55%, rgba(13, 148, 210, 0.28) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.video-style1.video-promo-cover > .row {
    position: relative;
    z-index: 1;
}

.promo-video-popup {
    background: #031f33;
    box-shadow: 0 24px 70px rgba(0, 15, 29, 0.55);
    margin: 40px auto;
    max-width: 1100px;
    position: relative;
    width: calc(100vw - 30px);
}

.promo-video-popup video {
    background: #00111f;
    display: block;
    max-height: 82vh;
    width: 100%;
}

.promo-video-popup .mfp-close {
    color: #fff;
    opacity: 1;
    right: 0;
    top: -42px;
}

@media (max-width: 767px) {
    .about-box1 .item-icon img {
        height: 52px;
        width: 52px;
    }

    .video-style1.video-promo-cover {
        background-position: 58% center !important;
    }

    .promo-video-popup {
        margin: 55px auto 25px;
    }
}

/* Custom home hero */
.ib-hero {
    position: relative;
    overflow: hidden;
    background: #031f33;
}

.ib-hero__slide {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.ib-hero__media,
.ib-hero__media::before,
.ib-hero__media::after {
    position: absolute;
    inset: 0;
}

.ib-hero__media::before {
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, rgba(2, 25, 42, .99) 0%, rgba(3, 35, 57, .94) 34%, rgba(3, 44, 70, .66) 52%, rgba(3, 31, 51, .12) 76%);
}

.ib-hero__media::after {
    z-index: 1;
    content: "";
    background:
        radial-gradient(circle at 12% 18%, rgba(30, 166, 231, .19), transparent 25%),
        linear-gradient(0deg, rgba(2, 27, 45, .42), transparent 42%);
}

.ib-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.ib-hero__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}

.ib-hero__content {
    width: min(690px, 62%);
    padding: 50px 0 78px;
}

.ib-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #dff4ff;
    background: rgba(7, 66, 101, .44);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    backdrop-filter: blur(8px);
}

.ib-hero__eyebrow i {
    color: #21aae9;
}

.ib-hero__title {
    max-width: 680px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(46px, 3.45vw, 66px);
    font-weight: 750;
    line-height: 1.03;
    letter-spacing: -.035em;
    text-transform: none;
}

.ib-hero__title span {
    display: block;
    color: #25aceb;
}

.ib-hero__description {
    max-width: 610px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.65;
}

.ib-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ib-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.ib-hero__button--primary {
    color: #fff;
    background: linear-gradient(135deg, #25b7ef, #118bcf);
    box-shadow: 0 12px 30px rgba(0, 145, 211, .25);
}

.ib-hero__button--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 145, 211, .34);
}

.ib-hero__button--phone {
    color: #fff;
    border-color: rgba(255, 255, 255, .32);
    background: rgba(1, 34, 55, .46);
    backdrop-filter: blur(8px);
}

.ib-hero__button--phone:hover {
    color: #21aae9;
    border-color: #21aae9;
}

.ib-hero__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 23px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 650;
}

.ib-hero__assurances span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ib-hero__assurances i {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #159ddd;
    font-size: 9px;
}

.ib-hero__carousel .slick-arrow {
    top: auto;
    right: max(28px, calc((100vw - 1220px) / 2));
    bottom: 34px;
    left: auto;
    width: 46px;
    height: 46px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    color: #fff;
    background: rgba(1, 33, 53, .6);
    backdrop-filter: blur(8px);
}

.ib-hero__carousel .slick-arrow.slick-prev {
    right: max(86px, calc((100vw - 1104px) / 2));
}

.ib-hero__carousel .slick-arrow:hover {
    border-color: #21aae9;
    background: #159ddd;
}

.ib-hero__carousel .slick-arrow i {
    display: grid;
    width: 100%;
    height: 100%;
    padding: 0;
    place-items: center;
    color: inherit;
    background: transparent;
}

.ib-hero__carousel .slick-dots {
    position: absolute;
    z-index: 4;
    bottom: 38px;
    left: max(20px, calc((100vw - 1180px) / 2));
    margin: 0;
    text-align: left;
}

.ib-hero__carousel .slick-dots li {
    display: inline-flex;
    margin: 0 5px 0 0;
}

.ib-hero__carousel .slick-dots button {
    width: 24px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, .32);
    font-size: 0;
}

.ib-hero__carousel .slick-dots .slick-active button {
    width: 44px;
    background: #21aae9;
}

@media (max-width: 1199px) {
    .ib-hero__slide {
        height: 560px;
    }

    .ib-hero__content {
        width: min(650px, 68%);
    }
}

@media (max-width: 991px) {
    .ib-hero__slide {
        height: 540px;
    }

    .ib-hero__media::before {
        background: linear-gradient(90deg, rgba(2, 25, 42, .98), rgba(3, 38, 62, .84) 60%, rgba(3, 31, 51, .28));
    }

    .ib-hero__content {
        width: min(610px, 77%);
    }

    .ib-hero__title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .ib-hero__slide {
        height: 515px;
    }

    .ib-hero__media::before {
        background: linear-gradient(0deg, rgba(2, 25, 42, .99) 0%, rgba(2, 29, 48, .92) 51%, rgba(2, 31, 51, .2) 100%);
    }

    .ib-hero__media::after {
        background: linear-gradient(90deg, rgba(2, 25, 42, .55), transparent 65%);
    }

    .ib-hero__media img {
        object-position: 64% center;
    }

    .ib-hero__container {
        align-items: flex-end;
    }

    .ib-hero__content {
        width: 100%;
        padding: 0 5px 54px;
    }

    .ib-hero__eyebrow {
        margin-bottom: 12px;
        padding: 7px 11px;
        font-size: 12px;
    }

    .ib-hero__title {
        max-width: 410px;
        margin-bottom: 13px;
        font-size: clamp(32px, 9.5vw, 40px);
        line-height: 1.04;
    }

    .ib-hero__description {
        display: -webkit-box;
        max-width: 500px;
        margin-bottom: 17px;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ib-hero__button {
        min-height: 46px;
        padding: 0 17px;
        font-size: 13px;
    }

    .ib-hero__assurances {
        gap: 10px 13px;
        margin-top: 14px;
        font-size: 11px;
    }

    .ib-hero__assurances span:last-child {
        display: none;
    }

    .ib-hero__carousel .slick-dots {
        bottom: 17px;
        left: 20px;
    }
}

@media (max-width: 389px) {
    .ib-hero__slide {
        height: 500px;
    }

    .ib-hero__title {
        font-size: 31px;
    }

    .ib-hero__button--phone {
        width: 46px;
        padding: 0;
        font-size: 0;
    }

    .ib-hero__button--phone i {
        font-size: 14px;
    }
}

/* Kurumsal mavi palet: yalnızca dekoratif tema görsellerini renklendirir. */
.hero-shep2 img,
.hero-shep3 img,
.hero-shep4 img,
.hero-shep5 img,
.vs-counter__inner .custom-sheap img,
.common-line img,
.shape-mockup img[src*="/shapes/service-shape"],
.shape-mockup img[src*="/shapes/about-shape"],
.shape-mockup img[src*="/shapes/team-shep"],
img[src*="/icon/about-icon"] {
    filter: hue-rotate(78deg) saturate(1.15);
}

/* Sliderdaki eski yeşil/teal renk örtüsünü kurumsal lacivert-maviye taşır. */
.vs-hero__layout1 .main-img .slide-item::before {
    background: linear-gradient(94deg, rgba(3, 31, 51, .94) 0%, rgba(5, 64, 101, .18) 44%, rgba(5, 64, 101, 0) 72%);
}

.vs-hero__layout1 .vs-hero__item::after {
    background: linear-gradient(94deg, rgba(3, 31, 51, .96) 0%, rgba(4, 48, 76, .80) 47%, rgba(5, 64, 101, 0) 72%);
}

.vs-hero__layout1 .main-img img {
    object-position: center center;
}

.ib-logo {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.preloader .ib-logo {
    width: 300px;
    margin: 0 auto 18px;
    filter: none;
}

.mobile-logo .ib-logo {
    width: 250px;
    margin: 0 auto;
    filter: none;
}

.header-logo .ib-logo {
    position: relative;
    z-index: 1;
    width: 245px;
    filter: none;
}

.vs-header .header-logo {
    display: flex;
    align-items: center;
}

.footer-logo .ib-logo {
    width: 270px;
    filter: none;
}

.vs-header .header-logo::before {
    background-color: #073b55;
}

.vs-header .header-logo::after {
    background-color: #1c95d0;
}

.footer-wrapper .contact-box .icon i {
    color: var(--theme-color);
    font-size: 38px;
    line-height: 1;
}

.header-logo > a {
    position: relative;
    z-index: 2;
    display: block;
}

.mobile-top-contacts {
    display: none;
}

@media (max-width: 991px) {
    .vs-header.header-layout1 .social-style1 .social-title,
    .vs-header.header-layout1 .social-style1 > .social-icon {
        display: none;
    }

    .vs-header.header-layout1 .mobile-top-contacts {
        align-items: center;
        display: flex;
        gap: 8px;
    }

    .vs-header.header-layout1 .mobile-top-contacts a {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 20px;
        color: #fff;
        display: inline-flex;
        font-size: 12px;
        font-weight: 700;
        gap: 6px;
        height: 32px;
        margin: 0;
        padding: 0 10px;
        width: auto;
    }

    .vs-header.header-layout1 .mobile-top-contacts i {
        color: var(--theme-color);
        font-size: 11px;
    }
}

.floating-contact {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.floating-contact__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 10px 18px;
    border: 2px solid var(--white-color);
    border-radius: 30px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 24px rgba(0, 48, 54, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-contact__button:hover {
    color: var(--white-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 48, 54, 0.3);
}

.floating-contact__button i {
    width: 22px;
    font-size: 21px;
    text-align: center;
}

.floating-contact__button--phone {
    background: var(--title-color);
}

.floating-contact__button--phone-secondary {
    background: #126a92;
}

.floating-contact__button--whatsapp {
    background: #25d366;
}

.header-phone-pair {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

.header-phone-pair > span {
    color: rgba(255, 255, 255, .45);
}

.header-contact-numbers,
.footer-contact-numbers,
.contact-phone-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.header-contact-numbers {
    font-size: 17px !important;
    line-height: 1.15 !important;
}

.header-contact-numbers a,
.footer-contact-numbers a,
.contact-phone-list a {
    white-space: nowrap;
}

.footer-contact-numbers {
    gap: 4px;
    line-height: 1.25;
}

.contact-phone-list {
    gap: 5px;
}

.vs-service__style1 .vs-service__img {
    aspect-ratio: 3 / 2;
}

.vs-service__style1 .vs-service__img a,
.vs-service__style1 .vs-service__img img {
    display: block;
    width: 100%;
    height: 100%;
}

.vs-service__style1 .vs-service__img img {
    object-fit: cover;
    object-position: center;
}

.vs-service__style1 .vs-service__icon {
    display: flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-left: 15px;
}

.vs-service__style1 .vs-service__icon img {
    display: block;
    width: 52px;
    height: 52px;
}

/* Hizmet fotoğraflarını karartan eski tema katmanını kaldırır. */
.vs-service__style1 .vs-service__img::after {
    background: transparent;
    pointer-events: none;
}

/* Tüm hizmet kartlarında açıklama alanı tam üç satır yüksekliğinde kalır. */
.vs-service__style1 .vs-service__text {
    display: -webkit-box;
    min-height: 4.65em;
    max-height: 4.65em;
    overflow: hidden;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.team-specialty-section .vs-team__img {
    aspect-ratio: 299 / 320;
    background: #eaf7fd;
}

.team-specialty-section .vs-team__img a,
.team-specialty-section .vs-team__img img {
    display: block;
    width: 100%;
    height: 100%;
}

.team-specialty-section .vs-team__img img {
    object-fit: cover;
    object-position: center;
}

.team-specialty-section .vs-team__title {
    min-height: 2.9em;
    font-size: 20px;
    text-transform: none;
}

.team-specialty-section .vs-team__subtitle {
    display: -webkit-box;
    min-height: 4.5em;
    overflow: hidden;
    color: var(--body-color);
    font-family: var(--body-font);
    font-weight: 500;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 575px) {
    .team-specialty-section .vs-carousel {
        margin-left: -6px;
        margin-right: -6px;
    }

    .team-specialty-section .vs-carousel .slick-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .team-specialty-section .vs-team__img {
        border-bottom-width: 3px;
        border-radius: 12px;
        margin-bottom: 14px;
    }

    .team-specialty-section .vs-team__title {
        font-size: 16px;
        line-height: 1.3;
        min-height: 2.6em;
    }

    .team-specialty-section .vs-team__subtitle {
        font-size: 13px;
        line-height: 1.4;
        min-height: 4.2em;
    }
}

.vs-testi__contact1 {
    background: linear-gradient(145deg, #118fd1 0%, #0b78b5 100%);
    border-color: #075983;
    border-image: none;
}

.testi-compact.space {
    padding-bottom: 45px;
    padding-top: 45px;
}

.testi-compact .vs-testi__form1 {
    padding: 32px 40px;
}

.testi-compact .vs-testi__contact1 .title-area {
    margin-bottom: 18px;
}

.testi-compact .vs-testi__contact1 .title-area .sec-title {
    font-size: 32px;
    line-height: 1.25;
}

.testi-compact .vs-testi__contact1 .title-area p {
    margin-top: 10px;
    line-height: 1.5;
}

.testi-compact .testi-contact-list {
    gap: 9px;
}

.testi-compact .testi-contact-item {
    padding: 10px 14px;
}

.testi-compact .testi-contact-icon {
    flex-basis: 42px;
    height: 42px;
    width: 42px;
}

.testi-compact .testi-service-note {
    margin: 12px 0;
    padding: 11px 14px;
}

.testi-compact .vs-testi__contact1 .testi-contact-button {
    padding: 14px 22px;
}

.testi-compact .vs-testi__inner .title-area {
    margin-bottom: 28px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .testi-compact .vs-testi__inner {
        padding-top: 18px;
    }
}

.testi-compact .vs-testi__inner .title-area .sec-title {
    margin-bottom: 15px;
}

.testi-compact .vs-testi__style1 {
    padding-bottom: 38px;
    padding-top: 38px;
}

.testi-compact .vs-testi__top {
    margin-bottom: 24px;
}

.testi-compact .custom-arraw {
    bottom: -62px;
}

/* Vertically center the shorter service-standard block beside the contact card. */
@media (min-width: 1200px) {
    .home-testi-balance .row.gx-40 {
        align-items: center;
    }

    .home-testi-balance .vs-testi__inner {
        height: auto;
        min-height: 0;
        padding: 0 0 72px;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .home-testi-balance .vs-testi__inner > .title-area {
        margin-bottom: 24px;
        padding: 0 20px 0 0;
        border: 0;
        background: transparent;
    }

    .home-testi-balance .vs-testi__items {
        display: block;
        min-height: 0;
        background: transparent;
    }

    .home-testi-balance .vs-testi__style1 {
        min-height: 230px;
        padding: 34px 32px;
    }

    .home-testi-balance .custom-arraw {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 52px;
        padding: 0;
        border: 0;
        background: transparent;
    }
}

.vs-testi__contact1 .title-area {
    margin-bottom: 25px;
}

.vs-testi__contact1 .title-area p {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.65;
}

.testi-contact-list {
    display: grid;
    gap: 12px;
}

.testi-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(4, 48, 77, .32);
    color: #fff;
    transition: transform .25s ease, background-color .25s ease;
}

.testi-contact-item:hover {
    color: #fff;
    background: rgba(4, 48, 77, .55);
    transform: translateX(4px);
}

.testi-contact-icon {
    display: inline-flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: var(--theme-color);
    font-size: 20px;
}

.testi-contact-item small,
.testi-contact-item strong {
    display: block;
}

.testi-contact-item small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.testi-contact-item strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.testi-contact-item--whatsapp .testi-contact-icon {
    color: #0f8d4d;
}

.testi-service-note {
    display: flex;
    gap: 12px;
    margin: 18px 0;
    padding: 14px 16px;
    border-radius: 8px;
    background: rgba(3, 37, 61, .28);
    color: #fff;
}

.testi-service-note i {
    margin-top: 4px;
    color: #fff;
}

.testi-service-note p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.55;
}

.vs-testi__contact1 .testi-contact-button {
    display: block;
    width: 100%;
    padding: 18px 24px;
    text-align: center;
}

.vs-testi__layout1 .vs-testi__style1,
.vs-testi__layout1 .vs-testi__items::after {
    background-color: #062f4d;
}

.preferred-brands__title {
    color: #fff;
    font-size: 23px;
    margin: 0 0 16px;
    text-align: left;
    text-transform: none;
}

.preferred-brands__grid .vs-client__brand {
    align-items: center;
    background: #fff;
    border-color: rgba(17, 143, 209, .35);
    display: flex;
    height: 116px;
    justify-content: center;
    padding: 18px 20px;
}

.preferred-brands__grid .vs-client__brand:hover {
    background: #eef9fe;
    border-color: var(--theme-color);
}

.preferred-brands__grid .vs-client__brand img {
    height: auto;
    max-height: 44px;
    max-width: 145px;
    object-fit: contain;
    width: auto;
}

.preferred-sponsor-title {
    color: var(--title-color);
    font-size: 30px;
    margin-bottom: 32px;
    text-transform: none;
}

.preferred-sponsor-item {
    align-items: center;
    display: flex !important;
    height: 82px;
    justify-content: center;
    padding: 12px 24px;
}

.preferred-sponsor-item img {
    height: auto;
    max-height: 54px;
    max-width: 190px;
    object-fit: contain;
    width: auto;
}

@media (max-width: 575px) {
    .preferred-brands__title {
        font-size: 20px;
        margin-bottom: 14px;
        text-align: center;
    }

    .preferred-brands__grid .vs-client__brand {
        height: 90px;
        padding: 14px;
    }

    .preferred-brands__grid .vs-client__brand img {
        max-height: 36px;
        max-width: 112px;
    }

    .preferred-sponsor-title {
        font-size: 24px;
        margin-bottom: 22px;
    }
}

/* Açılır menü madde işaretlerindeki eski yeşil iç gölgeyi kaldırır. */
.main-menu ul.sub-menu li a::before {
    color: var(--theme-color);
    background-color: #eef9fe;
    box-shadow: inset 0 0 0 1px rgba(17, 143, 209, .42);
}

.contact-layout1 .contact-style1,
.contact-map-card {
    height: 100%;
}

.contact-layout1 .contact-style1 {
    padding: 38px;
    border: 1px solid #d8e8f1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(6, 47, 74, .08);
}

.contact-layout1 .contact-address .address {
    margin: 8px 0 0;
}

.contact-layout1 .contact-box .contact-text {
    text-transform: none;
}

.contact-service-summary {
    margin-top: 25px;
    padding: 20px;
    border-left: 4px solid var(--theme-color);
    border-radius: 8px;
    background: #eef8fd;
}

.contact-service-summary h3 {
    margin-bottom: 8px;
    color: var(--title-color);
    font-size: 19px;
}

.contact-service-summary p {
    margin: 0;
    color: var(--body-color);
    line-height: 1.6;
}

.contact-direct-actions {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.contact-direct-actions .vs-btn {
    flex: 1;
    padding: 17px 14px;
    text-align: center;
}

.contact-direct-actions .vs-btn i {
    margin-right: 7px;
}

.contact-direct-actions .contact-whatsapp-btn {
    background: #0f8d4d;
}

.contact-map-card {
    overflow: hidden;
    border: 1px solid #cfe3ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(6, 47, 74, .10);
}

.contact-map-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 25px;
    background: linear-gradient(135deg, #073b5b 0%, #075f91 100%);
}

.contact-map-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    font-size: 20px;
}

.contact-map-heading span {
    color: #8ed5f4;
    font-size: 13px;
    font-weight: 700;
}

.contact-map-heading h2 {
    margin: 2px 0 0;
    color: #fff;
    font-size: 25px;
}

.contact-map-frame {
    height: calc(100% - 92px);
    min-height: 520px;
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .contact-layout1 .contact-style1 {
        padding: 28px 20px;
    }

    .contact-direct-actions {
        flex-direction: column;
    }

    .contact-map-frame {
        min-height: 420px;
    }
}

@media (max-width: 1199px) {
    .testi-compact.space {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .testi-compact .vs-testi__form1 {
        padding: 38px 32px;
    }
}

@media (max-width: 575px) {
    .vs-header.header-layout1 .header-top {
        padding: 6px 0;
    }

    .vs-header.header-layout1 .social-style1 .social-title {
        display: none;
    }

    .vs-header.header-layout1 .social-style1 > .social-icon {
        display: none;
    }

    .vs-header.header-layout1 .mobile-top-contacts {
        align-items: center;
        display: flex;
        gap: 8px;
    }

    .vs-header.header-layout1 .mobile-top-contacts a {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 20px;
        color: #fff;
        display: inline-flex;
        font-size: 12px;
        font-weight: 700;
        gap: 6px;
        height: 32px;
        margin: 0;
        padding: 0 10px;
        width: auto;
    }

    .vs-header.header-layout1 .mobile-top-contacts a:hover {
        background: var(--theme-color);
        color: #fff;
    }

    .vs-header.header-layout1 .mobile-top-contacts i {
        color: var(--theme-color);
        font-size: 11px;
    }

    .vs-header.header-layout1 .header-logo {
        height: 82px;
        max-width: 140px;
        padding: 0;
    }

    .vs-header.header-layout1 .header-logo .ib-logo {
        width: 140px;
    }

    .vs-header.header-layout1 .vs-menu-toggle {
        font-size: 21px;
        height: 44px;
        width: 44px;
    }

    .testi-compact.space {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .testi-compact .vs-testi__form1 {
        padding: 28px 18px;
    }

    .testi-compact .vs-testi__contact1 .title-area .sec-title {
        font-size: 27px;
    }
}

/* Modern mobile hero */
@media (max-width: 767px) {
    .hero-mobile-modern {
        background: #031f33;
        height: 590px;
        min-height: 590px;
        overflow: hidden;
        position: relative;
    }

    .hero-mobile-modern .vs-hero__item,
    .hero-mobile-modern .main-container3,
    .hero-mobile-modern .main-container3 > .row {
        height: 100%;
        min-height: 590px;
    }

    .hero-mobile-modern .main-container3 {
        margin: 0;
        max-width: none;
        padding: 0;
        width: 100%;
    }

    .hero-mobile-modern .main-container3 > .row {
        align-items: flex-end !important;
        margin: 0;
        position: relative;
    }

    .hero-mobile-modern .main-container3 > .row > .col-lg-6 {
        padding: 0;
    }

    .hero-mobile-modern .main-container3 > .row > .col-lg-6:first-child {
        align-items: flex-end;
        display: flex;
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 3;
    }

    .hero-mobile-modern .main-container3 > .row > .col-lg-6:last-child {
        height: 100%;
        inset: 0;
        position: absolute;
        width: 100%;
        z-index: 0;
    }

    .hero-mobile-modern .vs-hero__image,
    .hero-mobile-modern .main-img,
    .hero-mobile-modern .main-img .slick-list,
    .hero-mobile-modern .main-img .slick-track,
    .hero-mobile-modern .main-img .slick-slide,
    .hero-mobile-modern .main-img .slick-slide > div,
    .hero-mobile-modern .main-img .slide-item {
        height: 100%;
        width: 100%;
    }

    .hero-mobile-modern .vs-hero__image {
        inset: 0;
        position: absolute !important;
    }

    .hero-mobile-modern .main-img .slide-item {
        clip-path: none;
    }

    .hero-mobile-modern .main-img .slide-item::before {
        display: none;
    }

    .hero-mobile-modern .main-img img,
    .hero-mobile-modern .vs-hero__image .main-img img {
        height: 100%;
        max-height: none;
        object-fit: cover;
        object-position: 64% center;
        width: 100%;
    }

    .hero-mobile-modern .vs-hero__item::after {
        display: none;
    }

    .hero-mobile-modern .vs-hero__image::after {
        background: linear-gradient(180deg, rgba(3, 31, 51, .16) 0%, rgba(3, 31, 51, .48) 40%, rgba(3, 31, 51, .97) 100%);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1;
    }

    .hero-mobile-modern .vs-hero__content {
        border: 0;
        margin: 0 24px 42px !important;
        max-width: 355px;
        padding: 0 !important;
        position: relative;
        z-index: 3;
    }

    .hero-mobile-modern .vs-hero__content::before,
    .hero-mobile-modern .vs-hero__content::after,
    .hero-mobile-modern .dot-shape,
    .hero-mobile-modern .hero-shep2,
    .hero-mobile-modern .hero-shep3,
    .hero-mobile-modern .hero-shep4,
    .hero-mobile-modern > .shape-mockup {
        display: none !important;
    }

    .hero-mobile-modern .vs-hero__subtitle {
        align-items: center;
        background: rgba(8, 126, 187, .88);
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 30px;
        color: #fff;
        display: inline-flex;
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 15px;
        padding: 8px 13px;
        text-transform: none;
    }

    .hero-mobile-modern .vs-hero__subtitle .icon {
        filter: brightness(0) invert(1);
        margin-right: 8px;
        width: 20px;
    }

    .hero-mobile-modern .vs-hero__title {
        font-size: 38px;
        line-height: 1.08;
        margin-bottom: 23px;
        max-width: 340px;
        text-transform: none;
    }

    .hero-mobile-modern .vs-hero__content .vs-btn2 {
        border-width: 1px;
        font-size: 14px;
        padding: 2px 4px 2px 20px;
        text-transform: none;
    }

    .hero-mobile-modern .vs-hero__content .vs-btn2 i {
        height: 44px;
        line-height: 44px;
        width: 44px;
    }
}

/* Compact inner-page hero */
@media (max-width: 991px) {
    .breadcumb-wrapper {
        background-position: 62% center !important;
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .breadcumb-title {
        font-size: 42px;
        line-height: 1.08;
    }

    .breadcumb-menu {
        margin-top: 10px;
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        background-position: 65% center !important;
        padding-bottom: 54px;
        padding-top: 54px;
    }

    .breadcumb-title {
        font-size: 36px;
    }
}

@media (max-width: 389px) {
    .hero-mobile-modern {
        height: 550px;
        min-height: 550px;
    }

    .hero-mobile-modern .vs-hero__item,
    .hero-mobile-modern .main-container3,
    .hero-mobile-modern .main-container3 > .row {
        min-height: 550px;
    }

    .hero-mobile-modern .vs-hero__content {
        margin: 0 18px 34px !important;
    }

    .hero-mobile-modern .vs-hero__title {
        font-size: 34px;
    }
}

/* Compact mobile counter introduction */
@media (max-width: 767px) {
    .vs-counter__layout1 .vs-counter__inner {
        display: block;
        max-width: none;
        padding: 28px 20px;
        text-align: left;
        width: 100%;
    }

    .vs-counter__layout1 .vs-counter__inner .play-video {
        display: none;
    }

    .vs-counter__layout1 .vs-counter__content {
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .vs-counter__layout1 .title-area .sec-subtitle {
        font-size: 14px;
        justify-content: flex-start !important;
        line-height: 1.2;
    }

    .vs-counter__layout1 .title-area .sec-subtitle::after {
        right: -42px;
        width: 32px;
    }

    .vs-counter__layout1 .title-area .sec-title {
        font-size: 24px;
        line-height: 1.16;
        margin: 0;
    }

    .vs-counter__layout1 .counter-title-line {
        display: block;
    }
}

.footer-credit-logo a,
.footer-credit-logo img {
    display: block;
}

.footer-credit-logo img {
    width: 190px;
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: .95;
}

.footer-credit-logo a:hover img {
    opacity: 1;
}

.copyright-text,
.copyright-text a,
.copyright-text a:hover {
    color: #fff;
}

.footer-process {
    display: grid;
    gap: 13px;
}

.footer-process__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.footer-process__item > span {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(36, 173, 235, .5);
    border-radius: 50%;
    color: #fff;
    background: rgba(17, 143, 209, .2);
    font-size: 12px;
    font-weight: 800;
}

.footer-process__item strong,
.footer-process__item small {
    display: block;
}

.footer-process__item strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
}

.footer-process__item small {
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    line-height: 1.4;
}

.footer-process__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    margin-top: 3px;
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    background: #159ddd;
    font-size: 14px;
    font-weight: 800;
}

.footer-process__button:hover {
    color: #fff;
    background: #0d77ad;
}

.portfolio-Details .portfolio-img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-Details .portfolio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.faq-group-heading {
    margin-bottom: 18px;
}

.faq-contact-box {
    padding: 42px 30px;
}

.faq-contact-box .portfolio-title {
    max-width: none;
    margin-bottom: 10px;
}

.faq-contact-box p {
    margin-bottom: 24px;
    color: var(--text-color2);
}

@media (min-width: 1501px) {
    .vs-hero__layout1 .vs-hero__title {
        font-size: 56px;
        line-height: 1.05;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .vs-hero__layout1 .vs-hero__title {
        font-size: 46px;
        line-height: 1.08;
    }
}

@media (min-width: 768px) {
    .vs-counter__layout1 .main-container4 > .row {
        align-items: stretch !important;
    }

    .vs-counter__layout1 .main-container4 > .row > .col-md-auto {
        display: flex;
    }

    .vs-counter__inner {
        max-width: 500px;
        height: 100%;
        padding: 34px 30px 34px 0;
    }

    .vs-counter__layout1 .play-btn2 {
        margin-right: 20px;
    }

    .vs-counter__layout1 .play-btn2 i {
        width: 78px;
        height: 78px;
        font-size: 20px;
    }

    .vs-counter__layout1 .title-area .sec-title {
        font-size: 24px;
        line-height: 1.15;
    }

    .vs-counter__layout1 .counter-title-line {
        display: block;
    }

    .vs-counter__layout1 .counter-style1 {
        padding: 28px 20px;
    }

    .vs-counter__layout1 .counter-grid {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 20px;
    }

    .vs-counter__layout1 .counter-grid > div:nth-child(even) {
        padding-left: 40px;
    }
}

@media (min-width: 1200px) {
    .vs-counter__inner {
        width: 510px;
        max-width: 510px;
        padding-left: 40px;
    }

    .vs-counter__layout1 .counter-title-line {
        white-space: nowrap;
    }
}

@media (min-width: 1400px) {
    .vs-counter__layout1 .counter-style1 {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 24px 12px;
    }

    .vs-counter__layout1 .counter-grid {
        --bs-gutter-x: 12px;
        width: 100%;
    }

    .vs-counter__layout1 .counter-grid > div:nth-child(even) {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .vs-counter__layout1 .counter-icon {
        display: inline-flex;
        flex: 0 0 44px;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }

    .vs-counter__layout1 .counter-icon img {
        display: block;
        flex: 0 0 44px;
        width: 44px;
        min-width: 44px;
        height: 44px;
        object-fit: contain;
    }

    .vs-counter__layout1 .media-counter {
        min-width: 0;
    }

    .vs-counter__layout1 .counter-style1 .media-title,
    .vs-counter__layout1 .counter-style1 .count-icon {
        font-size: 31px;
    }

    .vs-counter__layout1 .counter-style1 .media-text {
        font-size: 13px;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .vs-header .header-links {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .vs-header.header-layout1 .header-logo {
        height: 82px;
    }

    .vs-header.header-layout1 .header-logo .ib-logo {
        width: 235px;
    }

    .vs-header.header-layout1 .header-inner {
        height: 82px;
    }

    .vs-header.header-layout1 .menu-style1 > ul > li > a {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .vs-hero__layout1 .main-img img {
        height: 580px;
        object-fit: cover;
    }

    .vs-hero__layout1 .vs-hero__content {
        padding: 40px 0 55px 36px;
    }

    .title-area .sec-title {
        font-size: 40px;
    }

    .custome-space-bottom {
        padding-bottom: 75px;
    }

    .vs-service__body {
        padding: 24px 24px 22px;
    }

    .breadcumb-wrapper {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .footer-wrapper .widget-area {
        padding-top: 75px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .mobile-logo .ib-logo {
        width: 230px;
    }

    .floating-contact {
        left: 14px;
        bottom: 14px;
        flex-direction: row;
        gap: 8px;
        max-width: calc(100vw - 28px);
    }

    .floating-contact__button {
        justify-content: center;
        width: 52px;
        min-height: 52px;
        padding: 0;
        border-radius: 50%;
    }

    .floating-contact__button span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
}

/* Hizmet detay sayfaları: uzun içerik ve satış akışı */
.portfolio-Details .portfolio-content {
    position: relative;
}

.service-detail-intro,
.service-benefits,
.service-scope,
.service-process,
.service-audience,
.service-faq {
    margin-bottom: 52px;
}

.service-detail-lead {
    margin: 0 0 22px;
    padding-left: 20px;
    border-left: 4px solid var(--theme-color);
    color: var(--title-color);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.55;
}

.service-detail-intro .portfolio-text,
.service-scope .portfolio-text,
.service-process > .portfolio-text {
    font-size: 17px;
    line-height: 1.8;
}

.service-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
}

.service-section-kicker::before {
    width: 28px;
    height: 3px;
    background: var(--theme-color);
    content: "";
}

.service-benefits {
    padding: 34px;
    border: 1px solid #dce9f2;
    background: #f4f9fc;
}

.service-benefits > .portfolio-title,
.service-scope > .portfolio-title,
.service-process > .portfolio-title,
.service-audience > .portfolio-title,
.service-faq > .portfolio-title {
    margin-bottom: 20px;
    line-height: 1.25;
}

.service-benefit-card {
    display: flex;
    gap: 15px;
    height: 100%;
    padding: 22px 20px;
    border: 1px solid #e2ebf1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(4, 50, 70, .06);
}

.service-benefit-card__number {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 42px;
    text-align: center;
}

.service-benefit-card h3,
.service-audience-card h3,
.service-process-item h3 {
    margin: 0 0 7px;
    color: var(--title-color);
    font-size: 18px;
    line-height: 1.3;
}

.service-benefit-card p,
.service-audience-card p,
.service-process-item p {
    margin: 0;
    color: var(--body-color);
    font-size: 15px;
    line-height: 1.65;
}

.service-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
    margin-top: 24px;
}

.service-scope-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    min-height: 56px;
    padding: 14px 15px;
    border-bottom: 1px solid #dce5eb;
    color: var(--title-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.service-scope-item i {
    margin-top: 4px;
    color: var(--theme-color);
}

.service-process-list {
    position: relative;
    margin-top: 28px;
}

.service-process-list::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 25px;
    width: 2px;
    background: #d6e5ee;
    content: "";
}

.service-process-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 13px;
    padding: 17px 20px 17px 0;
    border-radius: 8px;
    background: #fff;
}

.service-process-item > span {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    background: #fff;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 800;
    line-height: 48px;
    text-align: center;
}

.service-detail-gallery {
    margin-bottom: 52px;
}

.service-detail-gallery img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
}

.service-audience-card {
    display: flex;
    gap: 14px;
    height: 100%;
    padding: 21px;
    border: 1px solid #dce7ed;
    border-radius: 8px;
    background: #fff;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.service-audience-card:hover {
    transform: translateY(-3px);
    border-color: var(--theme-color);
    box-shadow: 0 10px 25px rgba(4, 50, 70, .08);
}

.service-audience-card > i {
    margin-top: 5px;
    color: var(--theme-color);
}

.service-sales-panel {
    position: relative;
    overflow: hidden;
    margin-bottom: 52px;
    padding: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #053b55 0%, #07577c 100%);
    color: #fff;
}

.service-sales-panel::after {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 230px;
    height: 230px;
    border: 36px solid rgba(29, 152, 213, .16);
    border-radius: 50%;
    content: "";
}

.service-sales-panel .service-section-kicker,
.service-sales-panel h2,
.service-sales-panel p,
.service-sales-panel .service-sales-points {
    position: relative;
    z-index: 1;
}

.service-sales-panel .service-section-kicker {
    color: #57c4f6;
}

.service-sales-panel .service-section-kicker::before {
    background: #57c4f6;
}

.service-sales-panel h2 {
    max-width: 680px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
}

.service-sales-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.8;
}

.service-sales-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin-top: 24px;
}

.service-sales-points span {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 700;
}

.service-sales-points i {
    color: #57c4f6;
}

.service-faq-list {
    border-top: 1px solid #dce5eb;
}

.service-faq-item {
    border-bottom: 1px solid #dce5eb;
}

.service-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 4px;
    color: var(--title-color);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.service-faq-item summary::-webkit-details-marker {
    display: none;
}

.service-faq-item summary i {
    flex: 0 0 auto;
    color: var(--theme-color);
    transition: transform .25s ease;
}

.service-faq-item[open] summary i {
    transform: rotate(45deg);
}

.service-faq-item > div {
    padding: 0 42px 20px 4px;
}

.service-faq-item p {
    margin: 0;
    color: var(--body-color);
    font-size: 15px;
    line-height: 1.75;
}

.service-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 38px;
    border: 1px solid #cae6f5;
    border-radius: 10px;
    background: linear-gradient(135deg, #eef9fe 0%, #fff 70%);
}

.service-final-cta__content {
    max-width: 560px;
}

.service-final-cta__content > span {
    color: var(--theme-color);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
}

.service-final-cta h2 {
    margin: 7px 0 11px;
    color: var(--title-color);
    font-size: 27px;
    line-height: 1.3;
}

.service-final-cta p {
    margin: 0;
    color: var(--body-color);
    line-height: 1.7;
}

.service-final-cta__actions {
    display: flex;
    flex: 0 0 245px;
    flex-direction: column;
    gap: 13px;
}

.service-final-cta__actions .vs-btn {
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
}

.service-final-cta__actions .vs-btn i {
    margin-right: 7px;
}

.service-phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--title-color);
    font-size: 17px;
    font-weight: 800;
}

.service-phone-link:hover {
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .service-detail-intro,
    .service-benefits,
    .service-scope,
    .service-process,
    .service-audience,
    .service-faq,
    .service-sales-panel,
    .service-detail-gallery {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .service-detail-lead {
        font-size: 18px;
    }

    .service-benefits,
    .service-sales-panel,
    .service-final-cta {
        padding: 25px 20px;
    }

    .service-scope-grid,
    .service-sales-points {
        grid-template-columns: 1fr;
    }

    .service-detail-gallery img {
        height: 220px;
    }

    .service-sales-panel h2 {
        font-size: 25px;
    }

    .service-final-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .service-final-cta__actions {
        flex-basis: auto;
    }

    .service-final-cta h2 {
        font-size: 24px;
    }
}
