/* --------------------bootstrap root override--------------------- */
.row {
    --bs-gutter-x: 30px;
}

.btn-primary,
.bg-primary {
    background-color: #ec4b24 !important;
    border-color: #ec4b24 !important;
    color: #fff !important;
}

.text-primary {
    color: #ec4b24 !important;
}

.border-primary {
    border-color: #ec4b24 !important;
}

/* ----------------------common css start---------------------------- */
body {
    font-family: "Open Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.heading-1,
.heading-1 * {
    font-size: 42px;
    line-height: 120% !important;
    font-weight: 700;
}

.heading-2,
.heading-2 * {
    font-size: 36px;
    line-height: 120%;
    font-weight: 700 !important;
}

.heading-3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.heading-4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.heading-5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 120% !important;
}

.heading-6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.seo-subheading {
    font-size: 20px;
    line-height: 34px !important;
    font-weight: 600;
}

.top-bottom-space {
    padding: 80px 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.px-30 {
    padding: 0 30px;
}

.gap-20 {
    gap: 20px;
}

.gap-y-30 {
    gap: 30px 0;
}

.common-btn {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    align-content: center;
    font-weight: 700;
    padding: 0 20px;
    background-color: #ec4b24;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #ec4b24;
    transition: 0.5s all ease;
}

.common-btn:hover {
    background-color: #000;
    border-color: #000;
}

.common-outline-btn:not(:hover) {
    background-color: transparent;
    color: #000;
}

.common-outline-btn:hover,
.common-btn.common-outline-btn.bg-white:hover {
    background-color: #ec4b24 !important;
    border-color: #ec4b24 !important;
    color: #fff !important;
}

.common-outline-btn:hover img {
    filter: brightness(100);
}

ul.checklist {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

ul.checklist li {
    position: relative;
    line-height: 35px;
    padding-left: 28px;
    margin: 0;
    padding-bottom: 10px;
}

ul.checklist li::before {
    position: absolute;
    content: "";
    left: 0;
    background: url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/checklist.png") no-repeat center;
    top: 8px;
    height: 18px;
    width: 18px;
    background-size: contain;
}

form input {
    margin-bottom: 20px;
    font-size: 15px;
    height: 48px;
}

.offer {
    color: #ec4b24;
    border: 1px dashed #ec4b24;
    display: inline-block;
    border-radius: 50px;
    padding: 9px 25px;
    line-height: 100%;
    font-size: 14px;
    font-weight: 700;
}

.fluentform .ff-el-group {
    text-align: left;
}

#fluentform_7 button.ff-btn,
#fluentform_8 button.ff-btn,
#fluentform_9 button.ff-btn,
#fluentform_11 button.ff-btn {
    font-weight: 700;
}

/* --------------------header section css------------------------ */
#header .seo-expert {
    font-size: 20px;
    font-weight: 500;
}

#header .common-btn svg {
    fill: #fff;
}

#header .common-btn {
    height: 40px;
    padding: 0 15px;
}

/* -----------------------banner section css ------------------ */
#banner-section {
    background: #000;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 120px;
}

#banner-section .heading-1,
#banner-section .heading-1 * {
    line-height: 120%;
}

#banner-section .banner-left p {
    font-size: 22px;
    line-height: 32px !important;
    font-weight: 600;
    margin-bottom: 27px;
    margin-top: 30px;
}

#banner-section .banner-left a.btn {
    margin-bottom: 40px;
}

#banner-section .banner-left .badge-wrapper {
    gap: 31px;
}

#banner-section .banner-right .card {
    border-radius: 10px;
}

#banner-section .banner-right .card-body {
    padding: 60px 35px;
}

#banner-section .banner-right .card-body .card-title {
    font-size: 28px;
    line-height: 41px;
    font-weight: 700 !important;
}

#banner-section .banner-right .card-body .card-text {
    font-size: 18px;
    line-height: 27px;
}

#banner-section .banner-right .condition-text {
    font-size: 13px;
}

.landing-page-seo-banner .banner-desc {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.landing-page-seo-banner .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 20px;
}

.landing-page-seo-banner .badge-wrapper {
    gap: 30px;
    padding-bottom: 30px;
}

header#header.sticky-header {
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

header#header {
    transition: 1s all ease;
}

#dominate-search-section,
#rank-higher-section,
#local-seo-banner-section {
    background: #000;
    height: 100%;
    width: 100%;
    display: flex;
    padding-top: 40px;
}

.seo-form-section .card .card-body.local-guide-form:before {
    position: unset;
    background: none;
}

.page-template-seo-servive-landing-page .fluentform .ff-message-success,
.page-template-dominate-search-seo-page .fluentform .ff-message-success,
.page-template-lets-rank-higher-seo .fluentform .ff-message-success,
.page-template-get-started-local-seo .fluentform .ff-message-success {
    font-size: 16px;
    color: #ec4b24;
    font-weight: 500;
    border: 1px solid #ec4b24;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* -----------------------partners section css ------------------ */
#partners-section {
    padding: 40px 30px;
}

#partners-section .partners-wrapper {
    margin-top: 18px;
    gap: 120px;
}

#partners-section .partners-wrapper .partner-counter {
    gap: 10px;
}

#partners-section .partners-wrapper .partner-counter .heading-3,
#partners-section .partners-wrapper .partner-counter .heading-3 * {
    line-height: 100%;
}

/* -----------------------problems section css ------------------ */
#problems-section .icon-box {
    gap: 17px;
    border: 1px solid #ec4b2433;
    /* padding: 20px 12px 20px 47px; */
    border-radius: 80px;
    box-shadow: 0px 2px 25.81px 3.19px rgba(0, 0, 0, 0.04);
    background: #fff;
    height: 100%;
    padding: 20px 30px;
}

#problems-section .problems-wrapper {
    gap: 30px 0;
}

/*---------------------------issues cta section------------------------- */
#issues-cta-section .cta-btn-wrapper {
    gap: 0 20px;
    margin-top: 26px;
}

#issues-cta-section {
    background: #000 url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/issues-cta.webp") no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position-x: right;
}

/*---------------------------seo services section------------------------- */
#seo-services .row.services {
    gap: 30px 0;
    margin-bottom: 30px;
    justify-content: center;
}

#seo-services .service-icon-box {
    position: relative;
    border-radius: 10px;
    padding: 35px 25px;
    height: 100%;
    background: #fff;
}

#seo-services .service-icon-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(90deg, #ebebeb 0%, #ec4b2466 100%);
    border-radius: 10px;
    z-index: -1;
    transform: translate(-1px, -1px);
}

#seo-services .service-border-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes rotate-gradient {
    0% {
        transform: scale(9, 3) rotate(0);
    }

    50% {
        transform: scale(9, 3) rotate(180deg);
    }

    99.9999% {
        transform: scale(9, 3) rotate(360deg);
    }

    100% {
        transform: scale(9, 3) rotate(0);
    }
}

#seo-services .trust-ingenious .common-btn {
    font-size: 14px;
}

/*---------------------------free seo audit section------------------------- */
#free-seo-audit {
    background: #fdf1ee url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/free-audit-layer-1.webp") no-repeat center center;
    height: 100%;
    width: 100%;
    background-size: cover;
}

#free-seo-audit .free-seo-audit-heading,
#free-seo-audit .free-seo-audit-heading span {
    line-height: 120% !important;
}

.seo-form-section .icon-box-wrapper .audit-icon-wrapper {
    background: #fff;
    box-shadow: 0px 2px 15.81px 1.19px rgba(0, 0, 0, 0.05);
    height: 80px;
    width: 80px;
    max-width: 80px;
    flex: 0 0 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.seo-form-section .icon-box-wrapper .audit-icon-box:not(:last-child) {
    margin-bottom: 28px;
}

.seo-form-section .audit-desc {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.seo-form-section .card {
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 2px 16.66px 0.34px #0000001c;
}

.seo-form-section .card .card-body {
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.seo-form-section .card .card-body::before {
    position: absolute;
    content: "";
    background: url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/exclusive-offer.png") no-repeat;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-size: auto;
    pointer-events: none;
}

/* ----------------why-trust-ingenious css--------------- */

#why-trust-ingenious .apart-points div p {
    font-size: 18px;
    line-height: 28px !important;
}

#why-trust-ingenious .grow-with-team {
    margin-top: 50px
}

/* ----------------free-gift css--------------- */
#free-gift-section {
    background: #fdf1ee url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/free-gift-layer-1.webp") no-repeat center center;
    height: 100%;
    width: 100%;
    background-size: cover;
}


#free-gift-section .action-plan-desc {
    font-size: 22px;
    line-height: 120%;
}

#free-gift-section .card .card-footer {
    padding: 20px 30px;
}

#free-gift-section .row {
    gap: 30px 0;
}

/* ----------------case studies css--------------- */
#want-results-cta .results-wrapper>.wrapper {
    position: relative;
}

#want-results-cta .results-wrapper>.wrapper .results-text {
    position: absolute;
    bottom: 15%;
    left: 11%;
}

#want-results-cta .results-wrapper .results-text .heading-2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 700 !important;
    line-height: 120%;
}

#want-results-cta .results-wrapper-desktop {
    background: #000 url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/blue-bg.webp") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#want-results-cta .results-wrapper-desktop .img-wrapper {
    display: flex;
    justify-content: end;
    margin-right: 80px;
    padding-top: 15px;
}

#want-results-cta .results-wrapper-desktop .cta-content {
    margin-left: 80px;
}

#case-studies-section .slider-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

#case-studies-section .slider-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 20px;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#case-studies-section .slider-track::-webkit-scrollbar {
    display: none;
}

#case-studies-section .slide {
    flex: 0 0 auto;
    width: 550px;
    height: auto;
    margin-right: 20px;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
    position: relative;
    overflow: hidden;
}

#case-studies-section .slide:hover {
    transform: scale(1.05);
}

/* --------------------faq section css--------------------------- */
#faq-section {
    background: #fdf5f3;
}

#faq-section .faq-box {
    position: relative;
    padding-left: 40px;
}

#faq-section .faq-box:before {
    position: absolute;
    content: "";
    background: url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/faq-icon.png") no-repeat center center;
    background-size: contain;
    height: 29px;
    width: 29px;
    top: 0;
    left: 0;
}

#faq-section .faq-wrapper {
    gap: 30px 0;
}

#faq-section .faq-wrapper .faq-box .faq-desc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

/* ---------------------testimonial section css------------------ */

#testimonials .sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-free {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
}

#testimonials .sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-free .sp-testimonial-client-testimonial {
    order: 4;
    text-align: left;
}

#testimonials .sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-free .sp-testimonial-client-testimonial .sp-testimonial-content {
    text-align: left;
}

#testimonials .sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-free .sp-testimonial-client-testimonial .sp-testimonial-content>p {
    padding: 0;
    text-align: left;
    color: #000;
}

#testimonials .sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-free .sp-testimonial-client-name {
    order: 1;
    padding-left: 60px;
    margin: 0;
    color: #000;
}

#testimonials .sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-free .sp-testimonial-client-designation {
    order: 2;
    padding: 0 40px 0 60px;
    text-align: left;
    font-size: 14px;
    color: #000;
}

#testimonials .sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-free .sp-testimonial-client-rating {
    order: 3;
    margin-top: 20px;
}

#testimonials .sp-testimonial-free-section .sp-testimonial-client-image {
    text-align: center;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    border-radius: 100px;
}

#testimonials .sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-free:before {
    position: absolute;
    content: "";
    background: url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/google-review-icon.png") no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
}

#testimonials .testimonial-nav-arrow {
    display: none !important;
}

#testimonials .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ec4b24 !important
}

#testimonials .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet {
    background: transparent !important;
    border: 1px solid #ec4b24 !important;
}

#testimonials .sp-testimonial-free-section .testimonial-pagination {
    margin-top: 0 !important;
}

#testimonials .sp-testimonial-free-section {
    margin-top: 20px !important;
    padding: 0 !important;
}


/* ---------------------bottom cta section css------------------ */
#bottom-cta-section {
    background: #101010 url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/bottom-cta-bg.png") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

#bottom-cta-section .container {
    justify-items: center;
}

#bottom-cta-section .form-wrapper,
#bottom-cta-section .form-wrapper #footer-form {
    width: 100%;
}

.page-template-seo-servive-landing-page a.become-a-partner,
.page-template-seo-servive-landing-page a.request-a-quote,
.page-template-seo-servive-landing-page #site-footer a.to-the-top,
.page-template-dominate-search-seo-page a.become-a-partner,
.page-template-dominate-search-seo-page a.request-a-quote,
.page-template-dominate-search-seo-page #site-footer a.to-the-top,
.page-template-lets-rank-higher-seo a.become-a-partner,
.page-template-lets-rank-higher-seo a.request-a-quote,
.page-template-lets-rank-higher-seo #site-footer a.to-the-top,
.page-template-get-started-local-seo a.become-a-partner,
.page-template-get-started-local-seo a.request-a-quote,
.page-template-get-started-local-seo #site-footer a.to-the-top {
    display: none;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media screen and (min-width: 1400px) {

    .container {
        max-width: 1320px !important;
    }

    #case-studies-section .slide {
        width: 800px;
    }
}

@media screen and (min-width: 1200px) {

    #banner-section .heading-1,
    #banner-section .heading-1 * {
        font-size: 50px;
    }

    .landing-page-seo-banner .heading-1,
    .landing-page-seo-banner .heading-1 * {
        font-size: 60px;
        line-height: 120% !important
    }
}

@media screen and (min-width:991px) {
    .landing-page-seo-banner .btn-wrapper {
        margin: 30px 0 50px;
    }

    #banner-section::before,
    #dominate-search-section::before,
    #local-seo-banner-section::before,
    #rank-higher-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    #banner-section::before {
        background: linear-gradient(to right, #000000ed, #000000a8, transparent);
    }

    #dominate-search-section::before,
    #local-seo-banner-section::before,
    #rank-higher-section::before {
        background: #000;
        opacity: 0.7;
    }

    #banner-section {
        background: url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/banner-layer.webp") no-repeat center;
    }

    #banner-section,
    #dominate-search-section,
    #local-seo-banner-section,
    #rank-higher-section {
        position: relative;
        z-index: 1;
        background-size: cover;
    }

    #dominate-search-section {
        background: url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/Dominate-Search-Rankings.webp") no-repeat center;
        background-size: cover;
        padding-top: 80px;
        align-items: end;
        min-height: 100vh;
    }

    #rank-higher-section {
        background: url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/Rank-Higher-layer.webp") no-repeat center;
        background-size: cover;
        padding-top: 80px;
        min-height: 100vh;
        align-items: end;
    }

    #local-seo-banner-section {
        background: url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/Competitors-Are-Ranking.webp") no-repeat center;
        background-size: cover;
        padding-top: 80px;
        min-height: 100vh;
        align-items: end;
    }

    .mt-lg-30 {
        margin-top: 30px !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    #banner-section .banner-right .card {
        margin: 0 0 0 100px;
    }

    #seo-services .trust-ingenious .checklist li:not(:last-child) {
        margin-bottom: 20px;
    }

    .seo-form-section .card {
        margin: 0 50px 0 50px;
    }

    #tap-to-call-btn {
        display: none;
    }

    #ready-cta {
        background: #000 url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/ready-to-elevate.webp") no-repeat center;
        height: 100%;
        width: 100%;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    section#banner-section .banner-left h1 br {
        display: none;
    }

    #partners-section {
        background: #000 !important;
        color: #fff !important;
    }

    #footer-form .fluentform fieldset {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    #footer-form .fluentform fieldset>div {
        width: 22%;
        height: 50px;
    }

    #footer-form .fluentform .ff-el-group {
        margin-bottom: 0;
    }

    #footer-form .fluentform fieldset .ff_submit_btn_wrapper button.ff-btn {
        height: 50px;
    }

    #footer-form .fluentform fieldset .ff-el-group.ff-text-left.ff_submit_btn_wrapper {
        margin-left: 20px;
    }

}

@media (min-width: 700px) {
    section {
        padding: 8rem 0 !important;
    }
}

@media screen and (max-width:1200px) {
    .row>div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:990px) {

    .landing-page-seo-banner,
    #banner-section {
        background: #000 url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/mobile-bg-1.webp") !important;
        align-items: center;
        background-size: contain !important;
    }

    section:not(#banner-section) br {
        display: none;
    }

    .heading-1,
    .heading-1 * {
        font-size: 36px;
        letter-spacing: 1px;
    }

    .scrolling-text {
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        width: 100%;
    }

    .scrolling-text p {
        display: inline-block;
        animation: scroll-left 10s linear infinite;
        font-size: 13px !important;
    }

    #banner-section .heading-1,
    #banner-section .heading-1 span {
        font-size: 36px;
        letter-spacing: 1px;
        line-height: 46px;
    }

    .heading-2,
    .heading-2 * {
        font-size: 30px;
    }

    .seo-subheading {
        font-size: 18px;
    }

    #banner-section .banner-left p {
        font-size: 20px;
        line-height: 36px !important;
    }

    #banner-section .banner-right .card-body {
        padding: 30px;
    }

    #banner-section .banner-right .card {
        margin-top: 20px;
    }

    #issues-cta-section {
        background-position-x: 90%;
    }

    .seo-form-section .audit-desc {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .seo-form-section .icon-box-wrapper .audit-icon-box {
        width: calc(50% - 10px);
    }

    .seo-form-section .icon-box-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .seo-form-section .icon-box-wrapper .heading-4 {
        font-size: 16px;
    }

    .seo-form-section .icon-box-wrapper .audit-icon-wrapper {
        margin-right: 0;
    }

    #why-trust-ingenious .grow-with-team {
        padding-left: 22.5px;
        padding-right: 22.5px;
    }

    #faq-section .faq-wrapper .faq-box h3 {
        font-size: 20px;
    }

    #faq-section .faq-wrapper .faq-box .faq-desc {
        font-size: 16px;
        line-height: 26px !important;
    }

    #free-gift-section .action-plan-desc {
        font-size: 18px;
    }

    #seo-services .trust-ingenious .checklist li {
        text-align: left;
    }

    #seo-services .row.services>div,
    #seo-services .row.services {
        padding-left: 15px;
        padding-right: 15px;
    }

    #ready-cta {
        background: #000;
        padding-left: 30px;
        padding-right: 30px;
        color: #fff;
    }

    #ready-cta .trust-ingenious>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #partners-section .partners-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    #partners-section .partners-wrapper .partner-counter {
        width: calc(50% - 15px);
        display: flex;
        justify-content: center;
        align-items: center !important;
        text-align: center;
    }

    .seo-form-section .audit-icon-box {
        flex-direction: column;
        gap: 20px 0;
        text-align: center;
    }

    #why-trust-ingenious .right {
        margin-top: 30px;
    }

    #bottom-cta-section .heading-3 {
        font-size: 18px;
    }

    .page-template-seo-servive-landing-page footer#site-footer,
    .page-template-dominate-search-seo-page footer#site-footer,
    .page-template-lets-rank-higher-seo footer#site-footer,
    .page-template-get-started-local-seo footer#site-footer {
        padding-bottom: 70px !important;
    }

    #tap-to-call-btn {
        position: fixed;
        padding: 4px 15px 4px;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 101;
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    }

    #testimonials .container {
        padding: 0;
    }

    #testimonials .sp-testimonial-free-section {
        margin-inline: 30px;
    }

}

@media screen and (max-width:767px) {

    #dominate-search-section .heading-1,
    #dominate-search-section .heading-1 * {
        font-size: 30px;
        letter-spacing: 1px;
    }

    #local-seo-banner-section .heading-1,
    #local-seo-banner-section .heading-1 * {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .landing-page-seo-banner {
        background: #000;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

    ul.checklist li {
        padding-bottom: 0 !important;
        line-height: 28px !important;
    }

    #header .common-btn svg {
        fill: #ec4b24;
    }

    #header .common-btn {
        background: #fff;
        color: #ec4b24 !important;
    }

    #banner-section {
        background: #000;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        padding-top: 220px;
    }

    .top-bottom-space {
        padding: 40px 0;
    }

    #header .row .left {
        display: flex;
        justify-content: center;
    }

    #header .row .right div.d-flex {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    #problems-section .icon-box {
        flex-direction: column;
        padding: 20px;
        border-radius: 30px;
    }

    #problems-section {
        background: #faf2f0;
    }

    #issues-cta-section .container {
        max-width: 250px !important;
        margin-left: 0 !important;
    }

    #issues-cta-section .container .common-outline-btn {
        border-color: #fff;
    }

    #issues-cta-section .container .common-btn {
        font-size: 14px;
    }

    #issues-cta-section .cta-btn-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    #issues-cta-section .heading-2 {
        font-size: 24px;
        text-align: left;
        line-height: 33px;
    }

    #seo-services .service-icon-box {
        padding: 30px 15px;
    }

    .btn-wrapper {
        flex-direction: column;
    }

    #want-results-cta .results-wrapper .results-text {
        bottom: 4%;
        left: 2%;
        max-width: 180px;
    }

    #want-results-cta .results-wrapper .results-text .btn-wrapper .common-btn {
        font-size: 13px;
        padding: 6px;
        height: auto;
        line-height: 120%;
        margin-top: 8px;
        width: 100%;
    }

    #want-results-cta .results-wrapper .results-text h2 {
        font-size: 16px !important;
    }

    .ready-to-grow-img {
        width: 80px;
    }

    #bottom-cta-section .heading-1 {
        font-size: 30px;
    }
}

@media (min-width:768px) and (max-width:1300px) {
    #issues-cta-section .heading-2 {
        text-align: left !important;
        max-width: 500px;
        margin-left: 0;
    }

    #issues-cta-section .cta-btn-wrapper {
        justify-content: left !important;
    }
}

@media (min-width:768px) and (max-width:990px) {
    #want-results-cta .results-wrapper .results-text .heading-2 {
        max-width: 350px;
        text-align: left;
        margin-bottom: 30px;
    }

    #want-results-cta .results-wrapper .results-text .btn-wrapper {
        flex-direction: row !important;
        gap: 20px;
    }

    #want-results-cta .results-wrapper .results-text .btn-wrapper .common-btn {
        font-size: 16px;
        padding: 8px 10px;
        margin: 0 !important;
    }
}

@media (min-width:500px) and (max-width:767px) {
    #want-results-cta .results-wrapper .results-text .btn-wrapper .common-btn {
        font-size: 16px;
    }

    #want-results-cta .results-wrapper .results-text h2 {
        font-size: 28px !important;
    }

    #want-results-cta .results-wrapper .results-text {
        max-width: 250px !important;
    }
}

@media screen and (max-width:450px) {

    #banner-section .heading-1,
    #banner-section .heading-1 span {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 38px;
    }

    #banner-section .banner-right .card-body {
        padding: 30px 15px;
    }

    .badge-wrapper img {
        max-width: 120px;
    }

    #case-studies-section .slide {
        width: 350px;
        border-radius: 10px;
    }

    #issues-cta-section {
        background: #fff url("https://www.ingeniousnetsoft.com/wp-content/uploads/2025/05/struggling-cta.webp") no-repeat center;
        background-size: cover;
    }

    #partners-section .partners-wrapper .partner-counter p {
        -webkit-line-clamp: 2;
        height: calc(16px * 1.5 * 2);
        line-height: 1.5 !important;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

}

@media screen and (max-width:350px) {
    #partners-section .partners-wrapper .partner-counter p {
        -webkit-line-clamp: 3 !important;
        height: calc(16px * 1.5 * 3) !important;
        line-height: 1.5 !important;
    }

    #want-results-cta .results-wrapper>.wrapper .results-text {
        bottom: 4% !important;
        left: 11% !important;
        max-width: 140px;
    }

    #banner-section .heading-1,
    #banner-section .heading-1 span {
        font-size: 26px !important;
    }
}