: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;
}

.button-outline-green {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--page-primary-bg);
    background: transparent;
    border: 1.5px solid var(--page-primary-bg);
    font-weight: 600;
    padding: 15px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: background .25s ease, color .25s ease;
}

.button-outline-green:hover {
    background: var(--page-primary-bg);
    color: #fff;
}

.button-outline-green:hover circle {
    stroke: #fff !important;
    fill: #fff !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;
}

.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 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 20px;
    color: #222;
    text-align: left;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.service-tabs .nav-link span {
    background: linear-gradient(180deg, #FFFFFF 0%, #30AD1C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
}

.service-tabs .nav-link.active {
    border-color: var(--page-primary-bg) !important;
    color: #fff !important;
    background: var(--page-primary-bg) !important;
}

.service-content-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.service-content-box>.tab-pane>img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.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 section */
.why-choose-section {
    position: relative;
    overflow: hidden;
}

.why-choose-section::before {
    content: "";
    position: absolute;
    bottom: -10%;
    left: -8%;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid rgba(48, 173, 28, .25);
    z-index: 0;
}

.why-choose-section::after {
    content: "";
    position: absolute;
    top: 6%;
    right: -4%;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(circle, rgba(48, 173, 28, .28) 1.6px, transparent 1.8px);
    background-size: 12px 12px;
    z-index: 0;
}

.why-choose-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: 7px 16px 7px 7px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.why-choose-eyebrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    color: #fff;
}

.why-choose-divider {
    display: block;
    width: 56px;
    height: 3px;
    background: var(--page-primary-bg);
    border-radius: 3px;
    margin: 4px auto 20px;
}

@media (min-width: 992px) {
    .why-choose-divider {
        margin-left: 0;
    }
}

/* why-choose-card */
.why-choose-card {
    position: relative;
    color: #000;
    border-radius: 16px;
    border: 1px solid #eef0ec;
    border-left: 4px solid var(--page-primary-bg);
    height: 100%;
    background: #fff;
    padding: 28px 26px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(16, 30, 20, .05);
    transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.why-choose-card:hover {
    box-shadow: 0 16px 36px rgba(48, 173, 28, .16);
    transform: translateY(-6px);
    background: var(--page-fade);
}

.why-choose-card img {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    object-fit: contain;
    padding: 11px;
    background: var(--page-fade);
    border-radius: 50%;
    margin-bottom: 18px;
}

.why-choose-card:hover img {
    background: #fff;
}

.why-choose-card h3 {
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.why-choose-card p {
    color: #666;
    font-size: 0.92rem;
    line-height: 1.65;
}

.why-choose-visual {
    position: relative;
}

.why-choose-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .12);
}

.why-choose-visual-icon {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--page-primary-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}

.why-choose-visual-badge {
    position: absolute;
    left: 24px;
    bottom: -24px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .14);
    max-width: calc(100% - 48px);
}

.why-choose-visual-badge-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--page-fade);
    color: var(--page-primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-visual-badge strong {
    display: block;
    color: var(--page-primary-bg);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.why-choose-visual-badge small {
    display: block;
    color: #444;
    font-size: 0.75rem;
    line-height: 1.4;
}

/* 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;
}

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;
    }

    .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: 0;
        padding-right: 20px;
    }

    .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 span {
        font-size: 30px;
    }

    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%;
    }
}

/* ============================================
   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 SECTION
   ============================================ */
.achieve-section-v2 {
    background: #fff;
    overflow: hidden;
}

.achieve-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achieve-circle-bg {
    position: absolute;
    width: 340px;
    height: 340px;
    background: #e5f8de;
    border-radius: 50%;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.achieve-person {
    position: relative;
    z-index: 1;
    max-height: 390px;
    width: auto;
    object-fit: contain;
}

.achieve-float {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.10);
    padding: 11px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achieve-float-chart {
    top: 8%;
    left: 3%;
}

.achieve-float-trophy {
    top: 48%;
    left: -1%;
}

.achieve-float-star {
    top: 5%;
    right: 6%;
    background: transparent;
    box-shadow: none;
    font-size: 2rem;
    padding: 0;
}

.achieve-no1-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
    padding: 10px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.achieve-no1-badge .badge-num {
    font-size: 2.1rem;
    font-weight: 900;
    color: #111;
    line-height: 1;
}

.achieve-no1-badge .badge-label {
    font-size: 0.58rem;
    font-weight: 700;
    color: #444;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.5;
}

.achieve-laurel-r {
    display: inline-block;
    transform: scaleX(-1);
    font-size: 1.6rem;
}

.achieve-laurel-l {
    font-size: 1.6rem;
}

/* ============================================
   TOP RATED COMPARISON TABLE
   ============================================ */
.compare-table-section {
    position: relative;
    overflow: hidden;
}

.compare-table-section::before {
    content: "";
    position: absolute;
    top: 4%;
    left: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 40px solid var(--page-fade);
    z-index: 0;
}

.compare-table-section::after {
    content: "";
    position: absolute;
    bottom: 6%;
    right: 3%;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(circle, rgba(48, 173, 28, .28) 1.6px, transparent 1.8px);
    background-size: 12px 12px;
    z-index: 0;
}

.top-rated-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--page-primary-bg);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 100px;
    border: 1px solid #d7e6d2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    margin-bottom: 18px;
}

.top-rated-badge .achieve-laurel-r {
    font-size: 1.05rem;
}

.seo-com-table-v2 {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .08);
    position: relative;
}

.seo-com-table-v2 .table {
    margin-bottom: 0;
}

.seo-com-table-v2 th,
.seo-com-table-v2 td {
    vertical-align: middle;
}

.parameter-head,
.parameter-cell {
    background: #0c0c0c !important;
    color: #fff;
    border-color: rgba(255, 255, 255, .08) !important;
    padding: 1.1rem 1.25rem !important;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.parameter-head {
    padding: 1.6rem 1.25rem !important;
    font-size: 1rem;
}

.parameter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(48, 173, 28, .18);
    color: #5fcf4a;
    margin-right: 10px;
    vertical-align: middle;
}

.us-head,
.us-cell {
    background: var(--page-fade) !important;
    border-color: #d7e6d2 !important;
    padding: 0.5rem 1.5rem !important;
    text-align: left;
}

.us-head {
    background: var(--page-primary-bg) !important;
    color: #fff;
    padding: 1.6rem 1.5rem !important;
    font-size: 1rem;
    font-weight: 700;
}

.us-head-logo {
    text-align: center;
}

.us-head-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 4px 11px;
    border-radius: 10px;
}

.us-head-logo-wrap img {
    height: 46px;
    width: auto;
    display: block;
}

.them-head,
.them-cell {
    background: #fff !important;
    border-color: #eee !important;
    padding: 1.1rem 1.5rem !important;
    color: var(--text-grey);
    text-align: left;
}

.them-head {
    padding: 1.6rem 1.5rem !important;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
}

.cell-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.cell-icon-check {
    background: var(--page-primary-bg);
    color: #fff;
}

.cell-icon-x {
    background: #fdeaea;
    color: #e5484d;
}

@media only screen and (max-width: 767px) {

    .parameter-head,
    .parameter-cell,
    .us-head,
    .us-cell,
    .them-head,
    .them-cell {
        padding: 0.85rem 1rem !important;
        font-size: 0.85rem;
    }

    .parameter-icon {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }

    .parameter-icon svg {
        width: 14px;
        height: 14px;
    }
}

.achieve-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    color: #30AD1C;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}

.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: 14px 10px 12px;
    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: 30px;
    width: auto;
    max-width: 70px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
}

.achieve-platform-label {
    font-size: 0.68rem;
    color: #666;
    line-height: 1.4;
    margin-bottom: 6px;
}

.achieve-stars {
    display: block;
    color: #f5a218;
    font-size: 0.68rem;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.achieve-score {
    font-size: 0.75rem;
    font-weight: 700;
    color: #222;
}

.achieve-commitment {
    background: #edf9e8;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 1.25rem;
}

.achieve-commitment svg {
    flex-shrink: 0;
}

.achieve-commitment p {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
    margin: 0;
    line-height: 1.55;
}

/* ============================================
   CTA V2 SECTION
   ============================================ */
.cta-v2-wrap {
    background: #0e1f0a;
    border-radius: 24px;
    padding: 60px 40px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.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,
.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;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
}

.expertise-card-v2 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    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;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.15) 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.6) 65%, rgba(0, 0, 0, 0.2) 100%);
}

.expertise-card-body {
    position: relative;
    z-index: 2;
    padding: 1.5rem 1.5rem 1.75rem;
    color: #fff;
}

.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.15rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    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.88rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

/* Industry grid "view all" CTA card */

.expertise-cta-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.75rem;
    background: linear-gradient(145deg, #3fc42a 0%, var(--page-primary-bg) 55%, #1f7a10 100%);
    color: #fff;
}

.expertise-cta-eyebrow {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 0.75rem;
}

.expertise-cta-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0.85rem;
}

.expertise-cta-card .card-desc {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, .92);
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.expertise-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: var(--page-primary-bg);
    flex-shrink: 0;
    transition: transform .3s ease, background .3s ease;
}

.expertise-cta-arrow:hover {
    transform: translateX(4px);
    background: var(--page-secondary-bg);
}

.expertise-card-body .check-list {
    margin-bottom: 1rem;
}

.expertise-card-body .check-list li {
    font-size: 0.85rem;
    line-height: 1.4;
    padding: 0 0 12px 26px;
    color: rgba(255, 255, 255, 0.92);
}

.expertise-card-body .check-list li::before {
    width: 16px;
    height: 16px;
    top: 1px;
}

.expertise-card-body .card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #a8f09a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.expertise-card-body .card-link:hover {
    color: #fff;
}

.expertise-card-body .card-link svg {
    flex-shrink: 0;
}

/* ============================================
   PROCESS CARDS GRID
   ============================================ */
.process-cards-grid .process-card-new {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.process-cards-grid .process-card-new:hover {
    box-shadow: 0 12px 40px rgba(48, 173, 28, 0.15);
    transform: translateY(-6px);
    border-color: #30AD1C;
}

.process-card-new .process-step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px dashed #30AD1C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #30AD1C;
    margin: 0 auto 1.25rem;
    background: #f6fff4;
}

.process-card-new .process-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 1rem;
    display: block;
}

.process-card-new h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
}

.process-card-new p {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.65;
}

@media (min-width: 1200px) {
    .process-cards-grid .col-process:not(:last-child) .process-card-new::after {
        content: '';
        position: absolute;
        top: 52px;
        right: -20px;
        width: 40px;
        height: 2px;
        background: linear-gradient(90deg, #30AD1C 0%, #c8f0c2 100%);
        z-index: 1;
    }
}

/* ============================================
   TOP FEATURES GRID (What Makes Us One of the Top SEO Companies)
   ============================================ */
.top-features-section {
    position: relative;
    overflow: hidden;
}

.top-features-section::before {
    content: "";
    position: absolute;
    top: -8%;
    left: -10%;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 50px solid var(--page-fade);
    z-index: 0;
}

.top-features-section::after {
    content: "";
    position: absolute;
    bottom: 4%;
    right: -6%;
    width: 240px;
    height: 240px;
    background-image: radial-gradient(circle, rgba(48, 173, 28, .22) 1.6px, transparent 1.8px);
    background-size: 14px 14px;
    z-index: 0;
}

.top-features-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--page-primary-bg);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.top-features-eyebrow::before,
.top-features-eyebrow::after {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--page-primary-bg);
}

.top-features-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: var(--page-primary-bg);
    border-radius: 3px;
    margin: 20px auto 0;
}

.top-feature-card {
    position: relative;
    background: #fff;
    border: 1px solid #eef0ec;
    border-radius: 18px;
    padding: 2rem 1.75rem 2rem 2.25rem;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.top-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--page-primary-bg);
    border-radius: 18px 0 0 18px;
}

.top-feature-card:hover {
    box-shadow: 0 16px 40px rgba(48, 173, 28, 0.15);
    transform: translateY(-6px);
}

.top-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--page-fade);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--page-primary-bg);
    margin-bottom: 1.1rem;
}

.top-feature-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.35;
    color: #111;
    margin-bottom: 0.9rem;
}

.top-feature-divider-sm {
    display: block;
    width: 34px;
    height: 2px;
    background: #e2e8de;
    border-radius: 2px;
    margin-bottom: 0.9rem;
}

.top-feature-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.65;
}

.top-feature-card-featured {
    background: linear-gradient(150deg, #155e12 0%, var(--page-primary-bg) 100%);
    border-color: transparent;
}

.top-feature-card-featured::before {
    background: rgba(255, 255, 255, .5);
}

.top-feature-card-featured .top-feature-icon {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.top-feature-card-featured h3 {
    color: #fff;
}

.top-feature-card-featured .top-feature-divider-sm {
    background: rgba(255, 255, 255, .3);
}

.top-feature-card-featured p {
    color: rgba(255, 255, 255, .85);
}

/* ============================================
   SERVICE TYPE CARDS (Our SEO Services in India)
   ============================================ */
.service-type-card {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.service-type-card:hover {
    box-shadow: 0 12px 40px rgba(48, 173, 28, 0.12);
    transform: translateY(-4px);
    border-color: #30AD1C;
}

.service-type-card h3 {
    color: #111;
}

.service-type-card>p {
    color: #666;
}

.service-type-card .check-list li {
    font-size: 0.9rem;
    padding-bottom: 12px;
}

.service-type-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px dashed #30AD1C;
    background: #f6fff4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30AD1C;
    margin-bottom: 1.25rem;
}

/* ============================================
   SEO PACKAGE CARDS (ribbon + medal, dark)
   ============================================ */
.single-package {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #111;
}

.package-heading {
    position: relative;
    padding: 2.5rem 1.5rem 4rem;
    text-align: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
    border-radius: 20px;
    background: #D2FFCA;
}

.single-package.gold .package-heading {
    animation: bgChange 3s ease-in-out infinite;
}

.package-heading h3 {
    color: #111;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.single-package.gold .package-heading h3 {
    color: #fff;
}

.package-heading img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.package-bestseller {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: #fff;
    color: #1a780a;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    padding: 6px 20px;
    border-radius: 100px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.package-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem 1.75rem;
}

.package-body .check-list {
    flex: 1;
}

.package-body .check-list li {
    font-size: 0.9rem;
    padding-bottom: 14px;
}

/* ============================================
   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;
}

/* ============================================
   FOOTER STATES SLIDER
   ============================================ */
.footer-states-slider {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 24px;
}

.states-slider .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.state-slide-card {
    display: block;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    padding: 12px 16px;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.state-slide-card:hover {
    background: #30AD1C;
    border-color: #30AD1C;
    color: #fff;
}