:root {
    --page-primary-bg: #30AD1C;
    --page-secondary-bg: #DCFD7D;
    --page-fade: #ebf7e9;
    --theme-text: #30AD1C;
    --text-grey: #58606A;
    --tick-icon: url(../images/number-one-seo-images/check-icon.webp)
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.theme-text {
    color: var(--theme-text) !important;
}

.text-grey {
    color: var(--text-grey);
}

.button-primary,
.button-primary:hover,
.button-black {
    color: #fff;
    background: var(--page-primary-bg) !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
}

.button-black:not(:hover) {
    background: #000 !important;
}

.button-secondary,
.button-secondary:hover {
    color: var(--page-primary-bg);
    border: 1px solid #ffffff;
    background-color: #fff !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
}

.highlight-text {
    color: var(--page-primary-bg) !important;
}

.dark-bg {
    background: var(--theme-text);
}

.button svg {
    animation: pulso-effect 2s infinite;
    border-radius: 100px;
}

.sections-wrapper .text-white {
    color: var(--white-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-theme) !important;
}

.section-wrapper h1,
.section-wrapper .h1,
.section-wrapper h2,
.section-wrapper .h2,
.section-wrapper h3,
.section-wrapper .h3,
.section-wrapper h4,
.section-wrapper .h4,
.section-wrapper h5,
.section-wrapper .h5,
.section-wrapper h6,
.section-wrapper .h6,
p {
    font-family: 'Gilroy' !important;
}

.w-fit {
    width: fit-content !important;
}

.check-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.hero-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0 30px;
}

.check-list li {
    font-size: 18px;
    padding: 0px 0 20px 30px;
    position: relative;
    z-index: 1;
}

.hero-intro-v2 .check-list li {
    font-size: 14px;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    margin: auto;
    height: 20px;
    background: var(--tick-icon) no-repeat center;
    z-index: -1;
    background-size: contain;
}

.check-list.list--border li {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 0 15px 40px;
    transition: 0.5s all ease;
    background: #fff;
}

.check-list.list--border li:hover {
    background: var(--page-primary-bg);
    color: #fff;
}

.check-list.list--border li::before {
    top: 0;
    left: 10px;
    bottom: 0;
}

.check-list.text-white li::before,
.check-list.list--border li:hover::before {
    filter: brightness(0) invert(1);
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.cover {
    object-fit: cover;
}

.smooth {
    transition: 0.5s all ease;
}

.swiper-slide {
    height: auto !important;
}

.pagination-style {
    position: absolute;
    bottom: 12px !important;
    left: 50% !important;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    margin: auto;
}

.pagination-style .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 10px;
    background: #cfe8c9;
    opacity: 1;
    margin: 0 !important;
}

.pagination-style .swiper-pagination-bullet-active {
    background: #2faa1f;
}

.cta-wrapper:not(.pb-lg-0) {
    padding-block: 120px !important;
}

.cta-wrapper-2 {
    padding-block: 80px;
}

.list-bg {
    background: #d2c8ff3b;
}

.fit-img {
    width: fit-content;
}

/* common css end */

/* hero wrapper */
.hero-form-wrapper .form-control {
    background-color: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s;
    padding: 15px 10px;
}

.hero-form-wrapper .form-control::placeholder {
    color: #000;
}

.hero-form-wrapper textarea.form-control {
    resize: none;
    min-height: 90px;
}

/* Awards Nav tabs */
.awards-wrap .nav-tabs {
    border: none;
    gap: 16px;
}

.awards-wrap .nav-tabs .nav-link {
    padding: 0;
    border: 0 !important;
    background: none;
}

.awards-wrap .tab-logo {
    width: 72px;
    height: 72px;
    border: 7px solid transparent;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .10);
    transition: border-color .3s, transform .3s, box-shadow .3s;
}

.awards-wrap .tab-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awards-wrap .nav-link.active .tab-logo {
    border-color: var(--page-primary-bg);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(34, 197, 94, .20);
    position: relative;
}

.awards-wrap .nav-link.active .tab-logo::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 14px solid var(--page-primary-bg);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    z-index: 2;
}

.awards-wrap .tab-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 18px;
    height: 100%;
}

.awards-wrap .tab-pane.active.show .tab-card {
    animation: fadeUp .4s ease;
}

.tab-card {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* case-study */
.case-study-prev,
.case-study-next,
.testimonials-prev,
.testimonials-next {
    position: absolute;
    bottom: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #2faa1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.case-study-prev,
.testimonials-prev {
    left: 0;
    background: transparent;
}

.case-study-next,
.testimonials-next {
    right: 0;
    background: #2faa1f;
}

.case-study-prev::after,
.case-study-next::after,
.testimonials-prev::after,
.testimonials-next::after {
    font-size: 14px;
    font-weight: bold;
}

.case-study-prev::after,
.testimonials-prev::after {
    content: '←';
    color: #2faa1f;
}

.case-study-next::after,
.testimonials-next::after {
    content: '→';
    color: #fff;
}

.case-study-bottom,
.testimonials-bottom {
    padding-top: 80px;
    max-width: 70%;
    margin: 0 auto;
}

/* service-tabs */
.service-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: var(--page-fade);
    border: 1px solid var(--page-fade);
    border-radius: 16px;
    padding: 22px 26px;
    color: #111;
    text-align: left;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: background .35s cubic-bezier(.4, 0, .2, 1), border-color .35s cubic-bezier(.4, 0, .2, 1), box-shadow .35s cubic-bezier(.4, 0, .2, 1), transform .35s cubic-bezier(.4, 0, .2, 1), margin .35s cubic-bezier(.4, 0, .2, 1), padding .35s cubic-bezier(.4, 0, .2, 1);
}

.service-tabs .nav-link:hover {
    transform: translateY(-3px);
}

.service-tabs .nav-link .tab-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.service-tabs .nav-link .tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #111;
    transition: color .35s ease;
}

.service-tabs .nav-link .tab-icon svg {
    width: 26px;
    height: 26px;
}

.service-tabs .nav-link .tab-title {
    font-size: 22px;
    font-weight: 800;
}

.service-tabs .nav-link .tab-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.service-tabs .nav-link .tab-num {
    font-size: 44px;
    font-weight: 800;
    color: #cfe8c9;
    line-height: 1;
    opacity: .8;
    transition: color .35s ease, opacity .35s ease;
}

.service-tabs .nav-link .tab-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .06);
    color: #111;
    opacity: 0;
    transform: translateX(-6px);
    transition: all .35s ease;
    flex-shrink: 0;
}

.service-tabs .nav-link .tab-arrow svg {
    width: 20px;
    height: 20px;
}

.service-tabs .nav-link.active {
    background: #0e1f0a !important;
    border: 2px solid var(--page-secondary-bg) !important;
    color: #fff !important;
}

.service-tabs .nav-link.active .tab-icon {
    color: #fff;
}

.service-tabs .nav-link.active .tab-num {
    color: rgba(255, 255, 255, .14);
    opacity: 1;
}

.service-tabs .nav-link.active .tab-arrow {
    background: var(--page-secondary-bg);
    color: #0e1f0a;
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 1200px) {
    .service-tabs .nav-link.active {
        position: relative;
        z-index: 5;
    }
}

.service-blocks-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.service-block {
    background: #0e1f0a;
    border-radius: 24px;
    padding: 34px 28px;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 110px;
}

.service-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 100% 0%, rgba(48, 173, 28, .18) 0%, transparent 70%);
    pointer-events: none;
}

.service-block>.row {
    position: relative;
    z-index: 1;
}

.service-content-box {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.service-content-box>img {
    display: inline-block;
    width: 64px;
    height: 64px;
    object-fit: contain;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
}

.service-block img.cover {
    height: 460px;
}

@media only screen and (max-width: 1399px) {
    .service-block img.cover {
        height: 420px;
    }
}

.service-content-box h3 a {
    color: #fff;
}

.service-content-box h3 a:hover {
    color: #5fcf4a;
}

.service-content-box p {
    color: rgba(255, 255, 255, .65);
}

.service-content-box .check-list li {
    color: rgba(255, 255, 255, .85);
}

.service-content-box .check-list li::before {
    filter: brightness(0) invert(1);
}

.service-content-box .check-list.icon-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 0 0 20px 0;
}

.service-content-box .check-list.icon-list li::before {
    content: none;
}

.service-content-box .check-list.icon-list .li-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(95, 207, 74, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5fcf4a;
}

.service-content-box .check-list.icon-list .li-icon svg {
    width: 18px;
    height: 18px;
}

.service-content-box .check-list.icon-list .li-text {
    padding-top: 6px;
}

.number {
    background: linear-gradient(180deg, #FFFFFF 0%, #30AD1C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shape-row::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 80%;
    height: 100%;
    margin: auto;
    z-index: -1;
    background: url(../images/number-one-seo-images/dominate-img-shape.webp)no-repeat center / contain;
}

.dominate-card:hover {
    transform: translateY(15px);
}

/* seo expertise */
.swiper-slide .seo-expertise-card {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.swiper-slide .expertise-detail {
    position: absolute;
    width: 100%;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    bottom: 0px;
}

.swiper-slide.swiper-slide-active+.swiper-slide .expertise-detail {
    opacity: 1;
    visibility: visible;
}

/* process */
.process-box {
    border: 1px solid #595959;
    transition: 0.5s all ease;
    border-radius: 500px;
    padding: 150px 40px;
    background: #fff;
}

.process-box:hover {
    background: var(--theme-text);
    color: #fff;
}

.process-col {
    padding: 0 40px;
}

.process-slider .swiper-slide:not(:last-child) {
    position: relative;
    z-index: 1;
}

.process-slider .swiper-slide:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70px;
    width: 60px;
    background: url('../images/number-one-seo-images/right-arrow.svg') no-repeat center / contain;
}

.process-slider .slider-number {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 200px;
    border: 1px dashed var(--page-primary-bg);
}

.process-slider .slider-number span {
    background: linear-gradient(180deg, #FFFFFF 0%, #30AD1C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
}

/* why-choose-card */
.why-choose-card {
    color: #000;
    border-radius: 15px;
    border: 1px solid #ccc;
    height: 100%;
    background: #fff;
    padding: 20px;
    transition: 0.5s all ease;
}

.why-choose-card:hover {
    background: #1778BE;
    color: #fff;
}

/* features-table */
.features-table thead,
.features-table thead * {
    border-bottom: 0 !important;
}

.features-table th,
.features-table td {
    border-color: #e0e0e066;
    background: #fff;
    color: #000;
}

.features-table thead th,
.features-table tbody td:hover,
.features-table tbody td:hover span {
    background: var(--page-primary-bg) !important;
    color: #fff !important;
}

.features-table th:nth-child(2),
.features-table td:nth-child(2) {
    border: 1px solid #e0e0e066 !important;
}

/* client-card */
.client-card>div {
    flex: 50%;
    max-width: 50%;
    width: 50%;
}

.iframe-box-youtube {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 50%;
}

.iframe-box-youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
}

ul.grid-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.package-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: #D2FFCA;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.package-card.dark::before {
    animation: bgChange 3s ease-in-out infinite;
}

/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.new-faq ul.faq-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
}

.new-faq .accordion-body {
    max-width: 100% !important;
}

.companies-marque {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
}

.companies-marque .companies-images {
    flex: 0 0 15%;
    max-width: 15%;
    width: 15%;
    height: 120px;
    border: 1px dashed #1778be52;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.companies-marque .companies-images img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bgChange {
    0% {
        background-color: #75c467;
    }

    25% {
        background-color: #30AD1C;
    }

    50% {
        background-color: #75c467;
    }

    75% {
        background-color: #30AD1C;
    }

    100% {
        background-color: #75c467;
    }
}

.ai-seo-content {
    padding: 50px 40px;
    background-color: var(--white-color);
    border-radius: 20px;
    height: 100%;
}

.ai-seo-content .check-list li {
    padding: 0px 0 10px 30px;
}

.ai-seo-content-swiper {
    height: 100%;
}

.ai-seo-content-swiper .swiper-wrapper {
    display: flex;
}

.ai-seo-content-swiper .swiper-wrapper .swiper-slide {
    height: auto;
}

@media only screen and (max-width: 767px) {
    .ai-seo-content {
        padding: 28px 22px;
    }
}

a.services-card {
    display: flex;
    padding: 16px 24px;
    background: var(--white-color);
    color: #000;
    border: 1px solid #107200;
    border-radius: 10px;
    height: 100%;
    align-items: center;
    transition: all .3s ease;
}

a.services-card:hover {
    background: #30AD1C;
    border-color: #30AD1C;
    color: var(--white-color);
}

/* ===== WHY TABS SECTION ===== */
.why-tabs-section {
    background: #f7faf6;
}

.why-tabs-eyebrow {
    color: #30AD1C;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* Left tab boxes */
.why-tabs-nav {
    gap: 16px;
}

.why-tab-box {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #e7ece5;
    border-radius: 16px;
    padding: 20px 22px;
    cursor: pointer;
    transition: all .35s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
}

.why-tab-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #30AD1C;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .35s ease;
}

.why-tab-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(48, 173, 28, .12);
}

.why-tab-box.active {
    background: #0c0c0c;
    border-color: #0c0c0c;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.why-tab-box.active::before {
    transform: scaleY(1);
}

.why-tab-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef7ec;
    color: #30AD1C;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 800;
    transition: all .35s ease;
}

.why-tab-box.active .why-tab-icon {
    background: rgba(48, 173, 28, .18);
    color: #5fcf4a;
}

.why-tab-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.why-tab-title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    transition: color .35s ease;
}

.why-tab-sub {
    font-size: 13px;
    color: #7d877a;
    margin-top: 2px;
    transition: color .35s ease;
}

.why-tab-box.active .why-tab-title {
    color: #fff;
}

.why-tab-box.active .why-tab-sub {
    color: #b9c2b3;
}

.why-tab-arrow {
    flex: 0 0 auto;
    color: #c5cdc0;
    opacity: 0;
    transform: translateX(-8px);
    transition: all .35s ease;
}

.why-tab-box.active .why-tab-arrow {
    color: #5fcf4a;
    opacity: 1;
    transform: translateX(0);
}

/* Right content - STICKY + GOD MODE */
.why-tabs-sticky {
    position: sticky;
    top: 90px;
}

.why-tabs-content {
    background: #fff;
    border: 1px solid #e7ece5;
    border-radius: 22px;
    padding: 42px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .06);
    background-image:
        radial-gradient(circle at 100% 0%, rgba(48, 173, 28, .07), transparent 45%),
        linear-gradient(180deg, #ffffff 0%, #fbfdfa 100%);
}

.why-tabs-content::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(48, 173, 28, .12), transparent 70%);
    z-index: 0;
}

.why-tabs-content::before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(48, 173, 28, .06), transparent 70%);
    z-index: 0;
}

.why-tab-pane {
    display: none;
    position: relative;
    z-index: 1;
}

.why-tab-pane.active {
    display: block;
    animation: wtFade .55s ease both;
}

@keyframes wtFade {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.why-pane-badge {
    display: inline-block;
    background: #eef7ec;
    color: #30AD1C;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.why-pane-title {
    font-size: 30px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
}

.why-pane-desc {
    color: #5e675a;
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 26px;
}

/* Stats - upgraded card style */
.why-pane-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.why-stat {
    display: flex;
    flex-direction: column;
    background: #f6fbf4;
    border: 1px solid #e7f0e3;
    border-radius: 14px;
    padding: 18px 20px;
    transition: all .3s ease;
}

.why-stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(48, 173, 28, .12);
    border-color: #cfe8c9;
}

.why-stat-num {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.why-stat-label {
    font-size: 12px;
    color: #7d877a;
    margin-top: 8px;
    font-weight: 600;
}

.why-pane .button {
    margin-top: 4px;
}

/* Responsive */
@media only screen and (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px !important;
        padding-left: calc(50% -(var(--page-width) / 2) + 12px);
    }

    .padding-right {
        --page-width: 1200px !important;
        padding-right: calc(50% -(var(--page-width) / 2) + 12px);
    }
}

@media (min-width: 1201px) {

    .inline-row>div {
        flex: 1;
    }

    .position-sticky.top-0 {
        top: 150px !important;
    }

    .service-tabs {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        scrollbar-color: #30AD1C #e2ede0;
        padding-right: 6px;
        flex-wrap: nowrap;
    }

    .service-tabs::-webkit-scrollbar {
        width: 6px;
    }

    .service-tabs::-webkit-scrollbar-track {
        background: #e2ede0;
        border-radius: 10px;
    }

    .service-tabs::-webkit-scrollbar-thumb {
        background: #30AD1C;
        border-radius: 10px;
    }
}

@media (min-width: 1201px) and (max-height: 750px) {
    .position-sticky.top-0 {
        top: 90px !important;
    }

    .service-tabs {
        max-height: calc(100vh - 90px);
    }
}

@media (min-width: 1201px) {
    .case-study-card .case-study-image {
        flex: 1;
    }

    .case-study-card .case-study-content {
        flex: 45%;
        max-width: 45%;
        width: 45%;
    }

    .why-choose-slider {
        margin-right: -60px !important;
    }

    .section-wrapper .new-faq .accordion-item h2.accordion-header button {
        font-size: 26px !important;
    }

    .equal-height {
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 1650px) {
    .dekstop-block {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
    .position-sticky {
        position: static !important;
    }
}

@media only screen and (max-width: 991px) {

    .spacer-xl {
        padding: 70px 0 !important;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    ul.check-list {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    ul.grid-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .client-card>div {
        flex: 100%;
        max-width: 100%;
        width: 100%;
        height: fit-content !important;
    }

    .pagination-style {
        left: 0 !important;
        right: 0;
        transform: unset;
    }

    .swiper-slide .expertise-detail {
        opacity: 1;
        visibility: visible;
    }

    .service-tabs .nav-link .tab-num {
        font-size: 22px;
    }

    .service-block {
        padding: 24px 20px;
        border-radius: 18px;
    }

    ul.results-list {
        list-style-type: none;
    }

    .why-tabs-sticky {
        position: static;
    }

    .why-tabs-content {
        padding: 28px;
    }

    .why-pane-title {
        font-size: 24px;
    }

    .why-pane-stats {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px !important;
    }

    .features-table th,
    .features-table td {
        white-space: nowrap;
    }

    ul.grid-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .client-card>div img {
        height: fit-content !important;
    }

    .companies-marque .companies-images {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .service-tabs.gap-3 {
        gap: 10px !important;
    }

    .service-tabs .nav-link {
        padding: 14px 16px;
        border-radius: 12px;
        gap: 10px;
    }

    .service-tabs .nav-link .tab-left {
        gap: 10px;
    }

    .service-tabs .nav-link .tab-icon {
        width: 32px;
        height: 32px;
    }

    .service-tabs .nav-link .tab-icon svg {
        width: 18px;
        height: 18px;
    }

    .service-tabs .nav-link .tab-title {
        font-size: 15px;
    }

    .service-tabs .nav-link .tab-right {
        gap: 8px;
    }

    .service-tabs .nav-link .tab-num {
        font-size: 15px;
    }

    .service-tabs .nav-link .tab-arrow {
        width: 28px;
        height: 28px;
    }

    .service-tabs .nav-link .tab-arrow svg {
        width: 12px;
        height: 12px;
    }
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.cta-final-section {
    background: #0b0f1a;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.cta-final-section::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(200, 255, 0, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.cta-final-inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-final-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--theme-text);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.cta-final-heading {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.cta-final-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 2.25rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.cta-final-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.cta-final-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--theme-text);
    color: #0b0f1a;
    font-size: 1rem;
    font-weight: 800;
    padding: 16px 34px;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.cta-final-btn-primary:hover {
    background: #30AD1C;
    color: #0b0f1a;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(212, 255, 0, 0.25);
}

.cta-final-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #161c2e;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px 34px;
    border-radius: 10px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.cta-final-btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: #1e2640;
    color: #fff;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 576px) {
    .cta-final-section {
        padding: 60px 0;
    }

    .cta-final-btns {
        flex-direction: column;
    }

    .cta-final-btn-primary,
    .cta-final-btn-outline {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .why-tab-box {
        padding: 16px 18px;
    }
}

/* ============================================
   ACHIEVEMENTS + TESTIMONIAL (merged, compact)
   ============================================ */
.achieve-section-v2 {
    background: #fff;
    overflow: hidden;
}

.achieve-merged-card {
    background: #fff;
    border-radius: 24px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, .06); */
    padding: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.achieve-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--page-fade);
    color: var(--page-primary-bg);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 16px 6px 6px;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.achieve-eyebrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    color: #fff;
}

.achieve-ratings-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.achieve-rating-card {
    flex: 1 1 0;
    min-width: 90px;
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 14px;
    padding: 12px 8px 10px;
    text-align: center;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.achieve-rating-card:hover {
    box-shadow: 0 6px 20px rgba(48, 173, 28, 0.12);
    border-color: #30AD1C;
}

.achieve-platform-logo {
    height: 26px;
    width: auto;
    max-width: 64px;
    object-fit: contain;
    display: block;
    margin: 0 auto 6px;
}

.achieve-platform-label {
    font-size: 0.66rem;
    color: #666;
    line-height: 1.35;
    margin-bottom: 5px;
}

.achieve-stars {
    display: block;
    color: #f5a218;
    font-size: 0.66rem;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.achieve-score {
    font-size: 0.72rem;
    font-weight: 700;
    color: #222;
}

.achieve-commitment {
    background: #edf9e8;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2rem;
}

.achieve-commitment svg {
    flex-shrink: 0;
}

.achieve-commitment p {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
    margin: 0;
    line-height: 1.55;
}

.achieve-cta {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .achieve-merged-card {
        padding: 1.75rem;
    }

    .achieve-cta {
        justify-content: center;
    }
}

/* Featured testimonial slider */
.testi-feature-card {
    position: relative;
    height: 100%;
    background: var(--page-fade);
    border: 1px solid #d7e6d2;
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.testi-feature-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    color: #fff;
    margin-bottom: 1.1rem;
}

.testi-feature-person {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.25rem;
}

.testi-feature-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--page-primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-feature-person strong {
    display: block;
    color: #111;
    font-size: 0.95rem;
    font-weight: 700;
}

.testi-feature-person small {
    display: block;
    color: var(--text-grey);
    font-size: 0.8rem;
}

.testi-feature-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.35;
    margin-bottom: 0.9rem;
}

.testi-feature-text {
    color: #444;
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.testi-feature-link {
    display: inline-flex;
    align-self: flex-start;
    color: var(--page-primary-bg);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 22px;
    border: 1.5px solid var(--page-primary-bg);
    border-radius: 30px;
    text-decoration: none;
    transition: background .25s ease, color .25s ease;
}

.testi-feature-link:hover {
    background: var(--page-primary-bg);
    color: #fff;
}

.testi-feature-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.testi-feature-prev,
.testi-feature-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .25s ease, border-color .25s ease;
}

.testi-feature-prev {
    background: #fff;
    border: 1px solid #dfe3e0;
    color: #444;
}

.testi-feature-next {
    background: var(--page-primary-bg);
    color: #fff;
}

.testi-feature-prev:hover {
    border-color: var(--page-primary-bg);
    color: var(--page-primary-bg);
}

.testi-feature-next:hover {
    background: #279615;
}

/* ============================================
   CTA V2 SECTION
   ============================================ */
.cta-v2-wrap {
    background: #0e1f0a;
    border-radius: 24px;
    padding: 60px 40px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .cta-v2-wrap {
        padding: 40px 22px 34px;
    }
}

.cta-v2-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(48, 173, 28, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.cta-v2-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: #5fcf4a;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.cta-v2-heading {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

.cta-v2-heading .cta-green {
    color: #5fcf4a;
}

.cta-v2-urgency {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
}

.cta-v2-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 540px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.cta-v2-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 2rem;
}

.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #30AD1C;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

.cta-btn-primary:hover {
    background: #279615;
    color: #fff;
    transform: translateY(-2px);
}

.cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.cta-btn-outline:hover {
    border-color: #5fcf4a;
    color: #5fcf4a;
    transform: translateY(-2px);
}

.cta-v2-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cta-v2-trust li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}

.cta-v2-trust li svg {
    flex-shrink: 0;
}

/* ============================================
   INDUSTRY EXPERTISE CARDS
   ============================================ */
.expertise-card-v2 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
    display: block;
}

.expertise-card-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.expertise-card-v2:hover img {
    transform: scale(1.09);
}

.expertise-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
    transition: background 0.4s ease;
}

.expertise-card-v2:hover .expertise-card-overlay {
    background: linear-gradient(to top, rgba(26, 120, 10, 0.93) 0%, rgba(0, 0, 0, 0.55) 60%, transparent 100%);
}

.expertise-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.5rem 1.75rem;
    color: #fff;
    z-index: 2;
}

.expertise-card-body .card-tag {
    display: inline-block;
    background: #30AD1C;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 0.6rem;
}

.expertise-card-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

.expertise-card-body h3 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.expertise-card-body h3 a:hover {
    color: #a8f09a;
}

.expertise-card-body .card-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.88);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.42s ease, opacity 0.38s ease 0.05s, margin-top 0.3s ease;
    line-height: 1.6;
}

.expertise-card-v2:hover .card-desc {
    max-height: 110px;
    opacity: 1;
    margin-top: 0.6rem;
}

.expertise-card-body .card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #a8f09a;
    text-decoration: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.42s ease 0.08s, opacity 0.35s ease 0.12s, margin-top 0.3s ease;
}

.expertise-card-v2:hover .card-link {
    max-height: 40px;
    opacity: 1;
    margin-top: 0.75rem;
}

.expertise-card-body .card-link svg {
    flex-shrink: 0;
}

/* ============================================
   PROCESS TIMELINE (design borrowed from ORM page timeline section)
   ============================================ */
.timeline-section-v2 {
    background: #0e1f0a;
    position: relative;
    overflow: hidden;
}

.timeline-section-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 100% 0%, rgba(48, 173, 28, .18) 0%, transparent 70%);
    pointer-events: none;
}

.timeline-section-v2 .container {
    position: relative;
    z-index: 1;
}

.timeline-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    position: relative;
    padding-top: 90px;
}

.timeline-number {
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
    position: absolute;
    top: -10px;
    font-size: 186px;
    left: -50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .2), transparent);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.timeline-icon-row {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 15px;
    min-width: 0;
}

.timeline-icon {
    width: 86px;
    height: 86px;
    object-fit: contain;
    flex-shrink: 0;
}

.timeline-dash {
    flex: 1;
    border-top: 2px dashed rgba(255, 255, 255, .3);
    min-width: 0;
}

.timeline-content .timeline-phase {
    opacity: .7;
    margin-bottom: 6px;
}

.slider-btn-v2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 50px 0 0;
}

.timeline-v2-next,
.timeline-v2-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-primary-bg);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--page-primary-bg);
    cursor: pointer;
    transition: ease-in .3s;
}

.timeline-v2-next:hover,
.timeline-v2-prev:hover {
    background: var(--page-primary-bg);
    color: #fff;
}

.timeline-v2-next.swiper-button-disabled,
.timeline-v2-prev.swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

@media only screen and (max-width: 767px) {
    .timeline-top {
        padding-top: 70px;
    }

    .timeline-number {
        font-size: 130px;
        left: -30px;
    }

    .timeline-icon {
        width: 60px;
        height: 60px;
    }
}

/* ============================================
   WELCOME / ABOUT SECTION
   ============================================ */
.welcome-seo-section {
    background: #fff;
}

.welcome-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--theme-text);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.welcome-eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--page-primary-bg);
    border-radius: 3px;
}

/* .welcome-img-wrap {
    position: relative;
    z-index: 1;
    margin: 20px 20px 40px 40px;
}

.welcome-img-wrap::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background: var(--page-secondary-bg);
    border-radius: 20px;
    z-index: -1;
}

.welcome-img-wrap img {
    border-radius: 20px;
    width: 100%;
    display: block;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
} */

.welcome-badge {
    position: absolute;
    left: -40px;
    bottom: -40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.welcome-badge-num {
    font-size: 2rem;
    font-weight: 900;
    color: #111;
}

.welcome-badge-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 4px;
}

@media only screen and (max-width: 991px) {
    /* .welcome-img-wrap {
        margin: 20px 0 40px 20px;
    } */

    .welcome-img-wrap::before {
        width: 100%;
        height: 100%;
    }

    .welcome-badge {
        left: -20px;
        bottom: -20px;
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 575px) {
    /* .welcome-img-wrap {
        margin: 16px 0 32px 16px;
    } */

    .welcome-badge {
        left: -12px;
        bottom: -12px;
        padding: 10px 14px;
    }

    .welcome-badge-num {
        font-size: 1.5rem;
    }
}

/* ============================================
   CASE STUDY IMAGES — equal size, responsive
   ============================================ */
.case-study-image {
    width: 100%;
}

.case-study-image img.cover {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (min-width: 576px) {
    .case-study-image img.cover {
        height: 280px;
    }
}

@media (min-width: 768px) {
    .case-study-card .case-study-image {
        flex: 1;
    }

    .case-study-card .case-study-content {
        flex: 0 0 45%;
        max-width: 45%;
        width: 45%;
    }

    .case-study-image img.cover {
        height: 320px;
    }
}

@media (min-width: 1201px) {
    .case-study-image img.cover {
        height: 380px;
    }
}

/* ============================================
   SEO SERVICES ACROSS INDUSTRY — service cards
   ============================================ */
.service-overview-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 26px 24px;
    transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}

.service-overview-card:hover {
    border-color: var(--page-primary-bg);
    box-shadow: 0 12px 30px rgba(48, 173, 28, .12);
    transform: translateY(-4px);
}

.service-overview-card h3 a {
    color: #111;
    text-decoration-color: rgba(0, 0, 0, .25) !important;
}

.service-overview-card h3 a:hover {
    color: var(--page-primary-bg);
}

/* ============================================
   BENEFITS OF DIGITAL MARKETING & SEO SERVICES
   ============================================ */
.dm-benefits-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--page-primary-bg);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.dm-eyebrow-dash {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--page-primary-bg);
}

.dm-benefits-divider {
    display: block;
    width: 46px;
    height: 3px;
    background: var(--page-primary-bg);
    border-radius: 3px;
    margin: 4px 0 18px;
}

.dm-benefits-section .text-lg-start .dm-benefits-divider {
    margin-left: 0;
}

.dm-benefits-visual {
    position: relative;
    margin-bottom: 40px;
}

.dm-benefits-visual::before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(circle, rgba(48, 173, 28, .35) 1.6px, transparent 1.8px);
    background-size: 12px 12px;
    z-index: 0;
}

.dm-benefits-visual::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: -18px;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(circle, rgba(48, 173, 28, .35) 1.6px, transparent 1.8px);
    background-size: 12px 12px;
    z-index: 0;
}

.dm-benefits-img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    display: block;
}

.dm-benefits-goal {
    position: absolute;
    left: 24px;
    bottom: -28px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--page-primary-bg);
    border-radius: 14px;
    padding: 14px 20px 14px 14px;
    box-shadow: 0 14px 34px rgba(48, 173, 28, .3);
    max-width: calc(100% - 48px);
    text-align: left;
}

.dm-benefits-goal-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-benefits-goal-text {
    display: block;
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.5;
}

.dm-benefits-goal-title {
    display: block;
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 2px;
}

.dm-benefit-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dm-benefit-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 4px 22px rgba(0, 0, 0, .05);
    text-align: left;
}

.dm-benefit-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(48, 173, 28, .12);
    color: var(--page-primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-benefit-icon-text {
    font-size: 0.8rem;
    font-weight: 800;
}

.dm-benefit-divider-line {
    flex-shrink: 0;
    width: 1px;
    align-self: stretch;
    background: #e5e7eb;
}

.dm-benefit-text {
    display: block;
    color: var(--text-grey);
    font-size: 0.95rem;
    line-height: 1.6;
}

.dm-benefit-title {
    display: block;
    color: var(--page-primary-bg);
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

@media only screen and (max-width: 991px) {
    .dm-benefits-visual {
        max-width: 100%;
        margin: 0 auto;
    }

    .dm-benefits-goal {
        left: 50%;
        transform: translateX(-50%);
        max-width: calc(100% - 24px);
    }

    .dm-benefit-card {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .dm-benefit-divider-line {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .dm-benefits-goal {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }
}

/* ============================================
   WHITE LABEL SERVICES — icon boxes
   ============================================ */
.wl-icon-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px;
    padding: 32px 26px;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease, background .3s ease;
}

.wl-icon-card:hover {
    border-color: var(--page-primary-bg);
    background: var(--page-fade);
    box-shadow: 0 14px 34px rgba(48, 173, 28, .12);
    transform: translateY(-4px);
}

.wl-icon-card.featured {
    border-color: var(--page-primary-bg);
    background: var(--page-fade);
}

.wl-icon-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(48, 173, 28, .12);
    color: var(--page-primary-bg);
    margin-bottom: 22px;
}

.wl-icon-title {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.wl-icon-title a {
    color: #111;
}

.wl-icon-title a:hover {
    color: var(--page-primary-bg);
}

.wl-icon-desc {
    color: var(--text-grey);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}

.wl-cta-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--page-primary-bg);
    border-radius: 18px;
    padding: 32px 26px;
    position: relative;
    overflow: hidden;
}

.wl-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 255, 255, .16) 0%, transparent 70%);
    pointer-events: none;
}

.wl-cta-title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.wl-cta-desc {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .85);
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 22px;
}

.wl-cta-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--page-primary-bg);
    font-weight: 700;
    font-size: 0.92rem;
    padding: 12px 22px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.wl-cta-btn:hover {
    color: var(--page-primary-bg);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

/* ============================================
   TRUST BADGES ROW
   ============================================ */
.trust-badges-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.trust-badges-row img {
    height: 64px;
    width: auto;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 6px 10px;
}

@media only screen and (max-width: 575px) {
    .trust-badges-row {
        gap: 20px;
    }

    .trust-badges-row img {
        height: 46px;
    }
}

/* ============================================
   CASE STUDIES v2 — light card redesign
   ============================================ */
.case-v2-section {
    background: #f7faf6;
}

.case-v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--page-primary-bg);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.case-v2-eyebrow::before,
.case-v2-eyebrow::after {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--page-primary-bg);
}

.case-v2-card {
    display: flex;
    align-items: stretch;
    gap: 48px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .07);
    padding: 28px;
}

.case-v2-visual {
    flex: 0 0 42%;
    max-width: 42%;
    display: flex;
    flex-direction: column;
}

.case-v2-visual-inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.case-v2-photo {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.case-v2-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 8px 18px 8px 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
    text-align: left;
}

.case-v2-badge-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-v2-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.case-v2-badge-text strong {
    font-size: 0.85rem;
    font-weight: 800;
    color: #111;
}

.case-v2-badge-text small {
    font-size: 0.68rem;
    color: #7d877a;
}

.case-v2-stats-bar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #fff;
    border: 1px solid #eef2ec;
    border-radius: 16px;
    margin: -24px 16px 0;
    padding: 18px 16px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
}

.case-v2-stats-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.case-v2-stats-bar-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-v2-stats-bar-item strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.case-v2-stats-bar-item small {
    display: block;
    font-size: 0.7rem;
    color: #7d877a;
}

.case-v2-stats-bar-divider {
    width: 1px;
    align-self: stretch;
    background: #e5e7eb;
}

.case-v2-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.case-v2-info-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.case-v2-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--page-fade);
    color: var(--page-primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-v2-info-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111;
    margin: 0;
}

.case-v2-info-desc {
    color: var(--text-grey);
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 22px;
}

.case-v2-subheading {
    color: var(--page-primary-bg);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 14px;
}

.case-v2-checklist {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
}

.case-v2-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eef0ec;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.4;
}

.case-v2-checklist li:last-child {
    border-bottom: 0;
}

.case-v2-check-icon {
    flex-shrink: 0;
    color: var(--page-primary-bg);
    display: flex;
}

.case-v2-results {
    display: flex;
    gap: 14px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}

.case-v2-result-card {
    flex: 1 1 0;
    min-width: 160px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--page-fade);
    border-radius: 14px;
    padding: 16px 18px;
    text-align: left;
}

.case-v2-result-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-v2-result-card strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.case-v2-result-card small {
    display: block;
    font-size: 0.75rem;
    color: #7d877a;
}

.case-v2-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    background: var(--page-primary-bg);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: background .25s ease, transform .2s ease;
}

.case-v2-cta:hover {
    background: #279615;
    color: #fff;
    transform: translateY(-2px);
}

@media only screen and (max-width: 991px) {
    .case-v2-card {
        flex-direction: column;
        gap: 24px;
        padding: 20px;
    }

    .case-v2-visual {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .case-v2-photo {
        height: 300px;
    }

    .case-v2-info {
        text-align: center;
    }

    .case-v2-info-head,
    .case-v2-badge {
        justify-content: center;
    }

    .case-v2-badge-text,
    .case-v2-checklist li,
    .case-v2-result-card {
        text-align: left;
    }

    .case-v2-cta {
        align-self: center;
    }
}

@media only screen and (max-width: 575px) {
    .case-v2-stats-bar {
        flex-direction: column;
        gap: 14px;
        margin: -18px 8px 0;
    }

    .case-v2-stats-bar-divider {
        width: 60%;
        height: 1px;
        align-self: center;
    }

    .case-v2-results {
        flex-direction: column;
    }

    .case-v2-badge {
        margin-top: 12px;
        display: inline-flex;
    }
}

/* ============================================
   HERO v2
   ============================================ */
.hero-intro-v2 {
    background: #fff;
}

.hero-v2-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--page-fade);
    color: var(--page-primary-bg);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.hero-v2-cta-row {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-v2-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-grey);
    font-size: 0.9rem;
    font-weight: 500;
}

.hero-v2-note-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    flex-shrink: 0;
}

.hero-v2-badges-row {
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 48px;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    justify-content: center;
    max-width: 60%;
}

.hero-v2-badge-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #0c0c0c;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    padding: 12px 18px;
    height: 60px;
    white-space: nowrap;
}

.hero-v2-badge-icon {
    flex-shrink: 0;
}

.hero-v2-badge-text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-v2-badge-text small {
    font-size: 0.6rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.hero-v2-badge-wordmark .hero-v2-badge-text {
    font-size: 1.1rem;
    font-weight: 800;
}

@media only screen and (max-width: 767px) {
    .hero-v2-badges-row {
        justify-content: center;
        margin-top: 32px;
        display: flex;
        max-width: 100%;
        gap: 8px;
    }

    .hero-v2-badge-box {
        height: 48px;
        padding: 8px 14px;
    }

    .hero-v2-badge-text {
        font-size: 0.82rem;
    }

    .hero-v2-badge-wordmark .hero-v2-badge-text {
        font-size: 0.95rem;
    }
}

/* ============================================
   HERO STATS CARD
   ============================================ */
.hero-intro-v2 .row>[class*="col-lg-5"] {
    align-self: center;
}

.hero-v2-stats-card {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
    padding: 32px 28px;
    height: auto;
}

.hero-v2-stat-item {
    text-align: left;
}

.hero-v2-stat-item .counter-heading {
    font-size: 2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
}

.hero-v2-stat-item .counter-desc {
    font-size: 0.95rem;
    color: #222;
}

.hero-v2-stat-item .text-sm {
    font-size: 0.78rem;
    color: var(--text-grey);
}

/* ============================================
   INDUSTRY CARDS V3
   ============================================ */
.industry-card-v3 {
    display: block;
    background: #fff;
    color: #111;
    border: 1.5px solid #e8e8e8;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.industry-card-v3:hover {
    box-shadow: 0 12px 40px rgba(48, 173, 28, 0.15);
    transform: translateY(-6px);
    border-color: #30AD1C;
    color: #30AD1C;
}

.industry-card-img {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.industry-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.industry-card-v3:hover .industry-card-img img {
    transform: scale(1.08);
}

.industry-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 60px;
    padding: 0.85rem 1rem;
}

.industry-card-footer h3 {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.industry-card-arrow {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #30AD1C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.industry-card-arrow svg {
    width: 14px;
    height: 14px;
}

.industry-card-v3:hover .industry-card-arrow {
    background: #0c0c0c;
}

.industry-cta-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    height: 100%;
    min-height: 213px;
    background: linear-gradient(150deg, #155e12 0%, var(--page-primary-bg) 100%);
    border-radius: 20px;
    padding: 26px 24px;
    text-decoration: none;
    overflow: hidden;
    transition: box-shadow .3s ease, transform .3s ease;
}

.industry-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 255, 255, .16) 0%, transparent 70%);
    pointer-events: none;
}

.industry-cta-card:hover {
    box-shadow: 0 12px 40px rgba(48, 173, 28, .25);
    transform: translateY(-6px);
}

.industry-cta-tag {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .8);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.industry-cta-card h3 {
    position: relative;
    z-index: 1;
    color: #fff !important;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.industry-cta-card p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .8) !important;
    font-size: .85rem;
    line-height: 1.55;
    margin: 0 0 6px;
}

.industry-cta-arrow {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: var(--page-primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
}

.industry-cta-card:hover .industry-cta-arrow {
    transform: translateX(4px);
}

@media only screen and (max-width: 575px) {
    .hero-v2-stats-card {
        padding: 22px 18px;
    }

    .hero-v2-stat-item .counter-heading {
        font-size: 1.5rem;
    }
}

/* ============================================
   RECOGNIZED FOR EXCELLENCE — trust badges
   ============================================ */
.trust-badges-section {
    position: relative;
    overflow: hidden;
}

.trust-badges-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--page-fade);
    color: var(--page-primary-bg);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 20px 8px 8px;
    border-radius: 30px;
    margin-bottom: 22px;
}

.trust-badges-eyebrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    color: #fff;
}

.trust-badges-heading {
    position: relative;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.25;
    color: #111 !important;
    margin-bottom: 18px;
}

.trust-badges-laurel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #bcdcb1;
}

.trust-badges-laurel-l {
    left: -70px;
}

.trust-badges-laurel-r {
    right: -70px;
    transform: translateY(-50%) scaleX(-1);
}

.trust-badges-desc {
    color: var(--text-grey);
    font-size: 1.05rem;
    max-width: 620px;
    margin: 0 auto 60px;
}

.trust-badges-desc strong {
    color: var(--page-primary-bg);
}

.trust-badges-marque-wrap {
    overflow: hidden;
}

.trust-badges-marque-wrap .companies-marque {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    width: max-content;
    will-change: transform;
}

.trust-badge-card {
    position: relative;
    flex: 0 0 200px;
    width: 200px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    padding: 28px 16px;
    margin: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.trust-badge-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 14px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    transform: translateY(-50%);
}

.trust-badge-card img {
    width: 100%;
    max-width: 130px;
    height: auto;
    object-fit: contain;
}

.trust-badge-stars {
    color: var(--page-primary-bg);
    letter-spacing: 2px;
    font-size: 1rem;
}

.trust-badge-stars .dim {
    color: #d3e8cd;
}

@media only screen and (max-width: 1199px) {

    .trust-badges-laurel-l,
    .trust-badges-laurel-r {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .trust-badge-card {
        flex: 0 0 160px;
        width: 160px;
        padding: 20px 12px;
        margin: 0 12px;
    }
}