/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    object-fit: cover;
}

button {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

header {
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 11%);
    position: relative;
    background: #fff;

}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 20px;
    max-width: 1520px;
    width: 100%;
    margin: auto;
    position: relative;
}

.menu-toggle {
    display: none;
}

.nav-right-section {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 45px;
    align-items: center;
}

.navbar-items a,
input {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    transition: color 0.3s;
    text-decoration: none;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid black;
    background-color: #fff;
    padding: 10px 0;
    min-width: 150px;
    transition: all 0.5s linear;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 11%);
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.backBtn {
    display: none;
}

.dropdown-menu-inner {
    max-width: 1520px;
    width: 100%;
    margin: auto;
    padding: 20px;
    gap: 30px;

}

.dropdown-menu-inner,
.dropdown-menu-inner-right {
    display: flex;
    justify-content: space-between;
}

.dropdown-menu-inner-right {
    gap: 20px;
    /* flex: 1; */
    max-width: 878px;
    width: 100%;
}

.header-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 519px;
    width: 100%;
    border-radius: 21px;
    background-color: #136FD9;
    padding: 124px 20px;
    max-height: max-content;
}

.header-img img {
    max-width: 296px;
    width: 100%;
}

.menu-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: start;
    /* max-width: 500px; */
    /* width: 100%; */
}

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 56px;

}

.header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-list-head {
    color: #136FD9;
    font-weight: 700;
    min-width: max-content;
}

.menu-list li {
    list-style: disc;
}

.menu-list li>a {
    display: block;
    color: #433f34;
    font-size: 16px;
    font-weight: 400;
}

.dropdown-menu.open {
    display: block;
    pointer-events: auto;
    animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


/* Hide initially but keep for animation */
.search-container {
    border: 1px solid #00000033;
    border-radius: 4px;
    border-radius: 9px;
    max-width: 261px;
    padding: 14px 10px 14px 25px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.search-container input {
    border: none;
    background: #fff;
    width: 100%;
}

.search-container input:focus-visible {
    outline: none;
}

.search-container .input-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    fill: #888;
    pointer-events: none;
}

.dropdown-icon {
    vertical-align: middle;
    transition: transform 0.3s;
}

.container{
    max-width: 1520px;
    width: 100%;
    margin: auto;
    padding: 0px 20px;
}

.container-digital {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-container {
    max-width: 1120px;
    margin-top: 120px;
    gap: 10px;
}
.methodology{
    max-width: calc(100% - 40px);
    width: 100%;
    margin: auto;
}
.methodology-outer {
    margin-top: 120px;
    padding: 120px 0px;
    background-color: #EDF4FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    max-width: 1420px;
    width: 100%;
}

.packages-outer {
    background-color: #F9F9F9;
    max-width: 100%;
    width: 100%;
    margin-top: 120px;
    padding: 120px 0;
}

.methodology-inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
}

.seo-service-section {
    max-width: 1880px;
    width: 100%;
    position: relative;
    margin: 120px auto 0 auto;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.banner {
    padding-top: 54px;
    overflow-x: hidden;
}

.banner-heading {
    max-width: 1250px;
    width: 100%;
    position: relative;
}

.banner-head {
    font-weight: 700;
    font-size: 98px;
    /* line-height: 100%; */
}

.banner-head.service-head {
    color: #FFFFFF;
    font-size: 64px;
    text-align: center;
}

.span-heading {
    color: #136FD9;
}

.headerImg {
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translate(-50%, 100%);
    max-width: 450px;
}

.banner-content {
    display: flex;
    gap: 105px;
}

.banner-left-section {
    max-width: 766px;
    width: 100%;
}

.banner-para {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    margin-top: 20px;
    color: #000000cc;
}

.banner-left-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 40px;
}

.banner-left-inner input {
    max-width: 375px;
    width: 100%;
    border: 1px solid #00000033;
    border-radius: 8px;
    padding: 15px 21px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;

}

.service-banner-left-inner {
    margin-top: 45px;
}

.service-banner-left-inner input {
    border: 1px solid #FFFFFF33;
    background: transparent;
}

.banner-left-inner.service-banner-left-inner input::placeholder {
    color: #ffffffcc;
}

.service-banner-para {
    margin-top: 16px;
    text-align: center;
}

/* Vendor prefixes for full browser support */
.banner-left-inner.service-banner-left-inner input::-webkit-input-placeholder {
    color: #ffffffcc;
}

.banner-left-inner.service-banner-left-inner input::-moz-placeholder {
    color: #ffffffcc;
}

.banner-left-inner.service-banner-left-inner input:-ms-input-placeholder {
    color: #ffffffcc;
}

.banner-left-inner.service-banner-left-inner input:-moz-placeholder {
    color: #ffffffcc;
}

.banner-left-inner input:focus-visible {
    outline: none;
}

.banner-left-inner button {
    font-size: 12px;
    max-width: 228px;
    padding: 15px;
    border-radius: 8px;
    background-color: #136FD9;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    transition: all 0.3s linear;
    color: #FFFFFF;
    border: 1px solid #136FD9;
}

.banner-testimonial {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 73px;
    display: flex;
    align-items: center;
}

.banner-testimonial-inner-left {
    position: relative;
    max-width: 179px;
    width: 100%;
    display: flex;
    align-items: center;
}

.img1,
.img2,
.img3 {
    max-width: 74px;
    width: 100%;
}

.img2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.img3 {
    right: 0%;
    position: absolute;
}

.banner-testimonial-inner-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.banner-testimonial-inner-right h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 135%;
}

.banner-testimonial-inner-right p {
    margin-top: 0;
    font-size: 18px;
    line-height: 100%;
}

.banner-right-section {
    position: relative;
    margin-top: -63px;

}

.bannerImg {
    max-width: 431px;
    width: 100%;
}

.imgIcon {
    position: absolute;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 1px 24.7px 0px #0000001F;
    border-radius: 9px;
}

.bannerNetworkImg {
    top: 60px;
    left: -52px;
}

.bannerGrowthImg {
    right: 18px;
    top: -24px;
}

.bannerSpeakerImg {
    left: -48px;
    bottom: -20px;
}

.bannerMobileSpeakerImg {
    right: 52px;
    bottom: -50px;
}

.backDivDark {
    background-color: rgb(19, 111, 217, 0.3);
    transform: rotate(8.17deg);
    border-radius: 19px;
    position: absolute;

}

.backDivLight {
    background-color: rgb(19, 111, 217, 0.1);
    border-radius: 19px;
    transform: rotate(23.63deg);
    position: absolute;

}

.bannerBackImg1 {
    max-width: 403px;
    width: 100%;
    height: 100%;
    left: 101px;
    top: 10px;
    z-index: -2;
}

.bannerBackImg2 {
    left: 172px;
    top: 24px;
    max-width: 403px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bannerImg1 {
    /* position: absolute;
    top: 0;
    left: 0; */
    border-radius: 40px 0 40px 0;
}

.count-section-outer {
    background-color: #136FD9;
    margin-top: 112px;
}

.count-section-Heading_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    padding-top: 50px;
    font-size: 18px;
}

.count-section-Heading_div h3{
     font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    line-height: 123%;
    margin: 0;
    text-align: center;
}

.count-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: auto ;
    padding: 50px 20px;
}

.inner-count-middle {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 20px;
}

.inner-count-last {
    margin-left: auto;
}

.count-section h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    line-height: 123%;

}

.count-section p {
    color: #FFFFFF;
    margin-top: 9px;
}

.card-section {
    margin-top: 120px;
    text-align: center;
    max-width: 997px;
    width: 100%;
}

.card-heading {
    font-weight: 600;
    font-size: 48px;
    line-height: 123%;
    letter-spacing: 0%;
    color: #000000;

}

.card-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
    margin-top: 45px;

}

.card {
    display: flex;
    flex-direction: column;
    background-color: #F6F6F6C9;
    padding: 30px 30px 66px 30px;
    border-radius: 13px;
    opacity: 0;
    transform: translateY(50px);
}

.animate {
    animation: fadeSlideIn 1s ease forwards;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(150px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card img {
    max-width: 80px;
    width: 80px;
}

.card h3 {
    margin-top: 18px;
    font-weight: 700;
    font-size: 27px;
    line-height: 34.57px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #136FD9;
}

.card p {
    margin-top: 12px;
    font-size: 18px;

}

.Growth-section {
    padding: 74px 230px 74px 74px;
    background-color: #E5F7FC;
    margin-top: 120px;
}

.Growth-section h2 {
    padding-right: 10px;
}

.Growth-section-inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.Growth-section-left {
    display: flex;
    flex-direction: column;
    max-width: 788px;
    width: 100%;
    gap: 5px;
    justify-content: space-between;
    margin-top: 24px;
}

.Growth-section-left p {
    margin-top: 0px;
}

.growthImg {
    margin-top: -5px;
    max-width: 408px;
}

.tabs-carousel-section {
    background-color: #136FD9;
}

.tabs-inner-carousel {
    display: flex;
    align-items: center;
    margin-top: 100px;
    gap: 30px;
    padding: 47px 0px;
    max-width: calc(1480px + ((100vw - 1480px)/2));
    width: 100%;
    margin-left: auto;
}

.tab-section {
    max-width: 545px;
    width: 100%;
}

.tab-section h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
}

.tabs {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    background-color: #FFFFFF;
    border-radius: 14px;
    padding: 3px;
    max-width: max-content;
}

.tab-button,
.tab-link {
    padding: 5px 13px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s linear;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    background: transparent;
    line-height: 18px;
}

.tab-content p {
    color: #fff;
    font-size: 18px;

}

.tab-button.active {
    background-color: #136FD9;
    color: #FFFFFF;
    border: 1px solid #136FD9;
}


/* Tab content */
.tab-content {
    display: none;
}


.tab-content.active {
    display: block;
}

.tab-section-button {
    margin-top: 45px;
    padding: 14px 27px;
    border-radius: 8px;
    transition: all 0.3s linear;
    background-color: rgb(255, 255, 255, 0.9);
    border: 1px solid #fff;
    line-height: 100%;
}

/* .tab-section-button:hover {
    background-color: #0F110F;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
} */


.slider {
    width: 80%;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Firefox */
}

.slider::-webkit-scrollbar {
    display: none;
}

.slide {
    flex: 0 0 70%;
    margin-right: 20px;
    position: relative;
    scroll-snap-align: start;
    overflow: hidden;
    max-width: 658px;
    width: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    z-index: 1;
    font-size: 18px;
}

.choose-section {
    background-color: #EDF4FF;
    padding: 58px 58px 58px 82px;
    margin-top: 120px;
    border-radius: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.choose-left-section {
    position: relative;
    z-index: 1;
}

.chooseImg,
.playIcon {
    position: absolute;
}

.videoImg {
    max-width: 595px;
    width: 100%;
}

.chooseImg {
    max-width: 60%;
    width: 100%;
    left: 270px;
    z-index: -1;
    max-height: calc(100% - 138px);
    height: 100%;
    top: 42px;
}

.playIcon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose-right-section {
    max-width: 604px;
    width: 100%;
}

.boost-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    overflow: hidden;
    margin-top: 120px;
    padding: 25px 221px 72px 20px;
}

.boost-left-section {
    max-width: 699px;
    width: 100%;
}

.service-boost-left-section {
    max-width: 735px;
}

.service-boost-para {
    padding-right: 36px;
}

.service-boost-para-bottom {
    margin-top: 30px;
}

.boost-right-section {
    position: relative;

}

.boostImg {
    max-width: 451px;
    width: 100%;
}

.boostBackImg1 {
    left: 105px;
    max-width: calc(100% - 29px);
    width: 100%;
    max-height: calc(100% - 25px);
    height: 100%;
    top: 12px;
    z-index: -2;
    max-height: 416px;
}

.boostBackImg2 {
    left: 181px;
    max-width: calc(100% - 28px);
    width: 100%;
    max-height: calc(100% - 26px);
    height: 100%;
    top: 35px;
    z-index: -1;
    max-height: 417px;
}

.client-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 45px;
}

.client-detail {
    display: flex;
    gap: 22px;
    margin-top: 19px;
    align-items: center;
}

.clientImg {
    max-width: 71px;
    width: 100%;
}

.client-detail-inner h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 19.2px;
}

.client-detail-inner p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
}


.blog-section {
    margin-top: 120px;
}

.blog-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.blog-slides {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}

.blog-slide {
    position: relative;
    min-width: calc(50% - 10px);
    /* since 2 images should be visible */
}

.blog-caption {
    position: absolute;
    top: 37px;
    /* show at bottom of image */
    left: 37px;
    right: 65px;
    color: #fff;
    border-radius: 8px;
    z-index: 2;
    /* keeps caption above image */
    /* background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */

}

.blog-caption p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.blog-caption h2 {
    font-weight: 700;
    font-size: 27.23px;
    line-height: 34.57px;
    padding-top: 10px;
    max-width: calc(100% - 13px);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-caption button {
    background-color: #FFFFFF;
    color: #000000;
    padding: 15px;
    max-width: 157px;
    width: 100%;
    margin-top: 30px;
    border-radius: 8px;
}

.blog-slide img {
    width: 100%;
    max-width: 725px;
    display: block;
    border-radius: 13px;
}

.blog-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 725px;
    width: 100%;
    border-radius: 13px;
    max-height: calc(100% - 184px);
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.blog-dots {
    text-align: center;
    margin-top: 45px;
}

.blog-dots .dot {
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background: rgb(19, 111, 217, 0.2);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.blog-dots .dot.activeBlog {
    background: #136FD9;
}

.contact-section {
    display: flex;
    margin-top: 100px;
    background-color: #E5F7FC;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    position: relative;
    padding: 119px 190px 72px 160px;
}

.contact-left-section {
    max-width: 555px;
    width: 100%;
}

.contact-left-section p {
    color: rgb(0, 0, 0, 0.8);
    padding: 18px 0 27px 0;
    margin-top: 0;
}

.contact-number {
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.contact-right-section {
    max-width: 515px;
    width: 100%;
}

.contact-input-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 30px;
    row-gap: 25px;
}

.contact-input-section input {
    padding: 8px 20px;
}

.contact-input-section input,
textarea {
    border: none;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 242px;
    width: 100%;
    border-radius: 9px;
}

.contact-input-section input,
textarea:focus-visible {
    outline: none;
}

.contact-right-section textarea {
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
    margin-top: 25px;
}

.contact-button {
    background: #136FD9;
    border: 1px solid #136FD9;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    max-width: 228px;
    width: 100%;
    padding: 15px;
}

.signup-section {
    padding: 186px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup-inner {
    /* max-width: 710px; */
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.signup-inner h2 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1em;
    color: #0F110F;
    text-align: center;
}

.signup-inner p {
    padding-bottom: 20px;
    max-width: 488px;
    text-align: center;
}

.form-input {
    max-width: 579px;
    width: 100%;
    border: 1px solid #00000033;
    /* position: relative; */
    display: flex;
    border-radius: 8px;
    padding: 0 0 0 30px;
    gap: 10px;
    background-color: #fff;
}

.form-input input {
    max-width: 100%;
    width: 100%;
    border: 0;
    /* line-height: 55px; */
    /* padding: 15px; */
}

.form-input input:focus-visible {
    outline: none;
}

.form-input button {
    /* position: absolute; */
    right: 0;
    padding: 15px 0px;
    min-width: fit-content;
    font-size: 18px;
    line-height: 100%;
    background: #136FD9;
    border: 1px solid #136FD9;
    transition: all .3s linear;
    border-radius: 8px;
    color: #fff;
    max-width: 171px;
    width: 100%;
}

/* .form-input button:hover {
    background: #fff;
    color: #0F110F;
    cursor: pointer;
} */

.digital-services-banner {
    background-color: #136FD9;
    padding: 138px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-banner-start {
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.54px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}

.service-para {
    font-size: 18px;

}

.tabs-nav {
    max-width: 958px;
    width: 100%;
    margin: 47px auto auto auto;
    display: flex;
    gap: 35px;
    background: #E8F1FC;
    padding: 17px 36px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
.nav-fixed{
      position: sticky;
  top: 10px;
  z-index: 1000;

}
.tab-link {
    background: transparent;
    color: #869298;
    cursor: pointer;
    padding: 0;
    line-height: 28px;
    transition: all 0.3s ease;
    letter-spacing: -0.08px;
    min-width: max-content;
}

.tab-link.activeLink {
    color: #207DE9;
    font-weight: 600;
}

.tabs-dropdown {
    display: none;
}

.tabs-select {
    position: relative;
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 50px auto;
    display: none;
}

.tabs-select .tabs-toggle {
    width: 100%;
    text-align: left;
    background: #f0f6fd;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tabs-select .arrow {
    border: solid #207DE9;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin-left: 8px;
    transition: transform 0.3s;
}

.tabs-select.open .arrow {
    transform: rotate(-135deg);
}

.tabs-select .tabs-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 4px;
    list-style: none;
    padding: 8px 0;
    z-index: 1000;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.tabs-select.open .tabs-menu {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
}

.tabs-select .tabs-menu li {
    padding: 5px 0;
}

.tabs-select .tabs-menu {
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    background: #E8F1FC;
    border: none;
    cursor: pointer;
}

.service-tab-outer {
    margin-top: 65px;
}

.service-tab-inner {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 38px;
    margin-top: 49px;
}

.service-tabs {
    flex-direction: column;
    max-width: 349px;
    width: 100%;
    background-color: #F8F8F8;
    padding: 25px 36px;
    margin: 0;
}

.service-tab-button {
    padding: 28px 24px 27px 24px;
    text-align: start;
    font-weight: 600;
    color: #222222CC;
    margin-top: 0px;
    border-radius: 0;
    line-height: 120%;
    font-size: 20px;
    border-bottom: 1px solid #CED4DA;
}

.service-tab-button:last-child {
    border: none;
}

.service-tab-button.active {
    border-radius: 7px;
}

.service-tab-content {
    max-width: 100%;
    width: 100%;
    padding: 44px;
}

.tab-head {
    font-weight: 700;
    font-size: 27px;
    line-height: 34.57px;
    color: #000000;
}

.service-tab-content.active {
    background-color: #E5F7FC;
    border: 1px solid #E5F7FC;

}

.service-tab-video {
    margin-top: 22px;
}

.service-button {
    max-width: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.seo-service-backImg {
    max-width: 422px;
    left: auto;
    top: auto;
}

.seo-service-backImg-1 {
    right: 125px;
    bottom: 35px;

}

.seo-service-backImg-2 {
    bottom: 0;
    right: 60px;
}

.seo-service-inner {
    padding: 0 20px;
}

.seo-service-right {
    background-color: #EDF4FF;
    border-radius: 14px;
    max-width: 644px;
    width: 100%;
    padding: 53px 68px;
}

.service-inner-count-section {
    padding-bottom: 45px;
}

.service-first-count {
    padding-right: 70px;
}

.service-second-count {
    padding-left: 70px;
}

.service-third-count {
    padding-top: 35px;
}

.performance-cards-outer {
    background-color: #136FD9;
    /* position: relative; */
    /* min-height: 390px; */
    /* height: 100%; */
    margin: 349px 0 120px 0;
}

.performance-card-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* position: absolute; */
    gap: 20px;
    /* margin-top: -156px; */
    transform: translateY(-156px);
    margin-bottom: -49px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* bottom: 107px; */
}

.performance-card {
    padding: 24px 27px;

}

.performance-card h3 {
    margin: 0;

}

.performance-card ul {
    padding-left: 20px;

}

.performance-card li {
    margin-top: 0;
}

.performance-card li::marker {
    list-style-position: inside;
    color: #000000cc;
}

.solutions-section {
    padding: 102px 104px;
    background-color: #EDF4FF;
    border-radius: 33px;
}

.solutions-card {
    border: 1px solid #00000014;
    border-radius: 13px;
    background-color: #F8F8F8;
}

.solutions-card img {
    max-width: 100%;
    width: 100%;
    border-radius: 13px 13px 0 0;
}

.solutions-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 145%;
    vertical-align: middle;
    color: #136FD9;
    margin-bottom: 7px;
}

.solutions-card-inner {
    max-width: 100%;
    width: 100%;
    padding: 24px 34px 0 34px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solutions-increment {
    background-color: #CCE4FF;
    padding: 17px 29px;
    border-radius: 15px;
    justify-content: space-between;
    position: relative;
    margin: 16px 0 -40px 0;
}

.solutions-increment::before {
    position: absolute;
    content: "";
    max-height: calc(100% - 34px);
    height: 100%;
    width: 1px;
    background-color: rgb(0, 0, 0, 0.2);
    left: 50%;
}

.solutions-increment h3 {
    font-weight: 600;
    font-style: Italic;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    color: #136FD9;
}

.digital-outer {
    max-width: 100%;
    width: 100%;
    background-color: #F9F9F9;
    padding: 96px 0;
    margin-top: 120px;
}

.digital-card {
    max-width: calc(100% - 65px);
    grid-template-columns: 1fr 1fr;
    gap: 27px;
    display: flex;
    justify-content: space-between;
}

.digital-card-inner {
    padding: 48px 40px;
    display: flex;
    max-width: 526px;
    width: 100%;
    justify-content: start;
    gap: 30px;
    flex-direction: column;
    align-items: start;
    border-radius: 13px;
}

.digital-card-list {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
    padding-right: 25px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-top: 35px;
    max-width: 100%;
    width: 100%;
}

.accordion-item {
    background-color: #EDF4FF;
    padding: 34px;
    border-radius: 13px;
}

.accordion-item h2 {
    margin: 0;
    font-weight: 500;
    text-align: start;
    color: #000000;
}

.accordion-content {
    text-align: start;
    max-width: 936px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.activeFAQ .accordion-content {
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid rgb(0, 0, 0, 0.3);
    max-height: 500px;
    transition: all 0.3s ease;
}

.accordion-item.activeFAQ .faq-arrow-icon {
    rotate: 180deg;
}

.accordion-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgb(0, 0, 0, 0.8);
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}

.challenges-dots .challenges-dot.activeChallenge {
    background-color: #136FD9;
}

.challenges-header {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.Challenges-slides {
    gap: 60px;
}

.Challenges-slide {
    min-width: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 60px;
    background-color: #EDF4FF6B;
    border-radius: 20px;
}

.challenges-card-inner {
    max-width: 585px;
    gap: 16px;
    padding: 50px 60px 70px 60px;
    border-radius: 20px;
}

.challenge-card-button {
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.1px;
    box-shadow: 0px 4px 40px 0px #00000014;
    border-radius: 16px 0 16px 0;
    padding: 12px 24px;
    max-width: 237px;
    align-self: center;
    margin-bottom: 21px;
}

.challenge-head {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    margin-top: 8px;
}

.challenge-percent {
    margin-top: 8px;
}



.timeline {
    position: relative;
    margin: 80px auto auto auto;
    /* padding: 20px 0; */
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.timeline.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Vertical line */
.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background: #1d6ef0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    transform: scaleY(0);
    transform-origin: top;
    z-index: -1;
    transition: transform 2s ease;
    height: calc(100% - 528px);
}

.timeline.visible::after {
    transform: scaleY(1);
}

.timeline-item {
    padding: 0 55px 0 0;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.timeline-item.show {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    /* left: 50%; */
    padding: 0 0 0 55px;
    top: 232px;
}

.timeline-card {
    max-width: 549px;
    width: 100%;
    padding: 26px 47px;
    background-color: #00000005;
}

/* .timeline-card  h3,.timeline-card p{
margin-top: 15px;
} */
.timeline-card img {
    max-width: 70px;
}

.timeline-item.left .timeline-card {
    transform: translateY(-23px) !important;
}

.timeline-row {
    display: flex;
}

.timeline-last-row {
    margin-top: 97px;
}

/* Numbered blue circles */
.timeline-item::before {
    content: attr(data-step);
    position: absolute;
    width: 40px;
    height: 40px;
    background: #1d6ef0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    z-index: 2;
    border-radius: 50%;
    font-weight: 700;
    font-size: 19px;
    line-height: 24.54px;
    vertical-align: middle;
}

/* Dashed line from circle to content */
.timeline-item::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    border-top: 2px dashed #1d6ef0;
    top: 20px;
    /* aligns with circle center */
}

.timeline-item.left::before {
    right: -20px;
}

.timeline-item.left::after {
    right: 15px;
}

.timeline-item.right::before {
    left: -20px;
}

.timeline-item.right::after {
    left: 15px;
}

.packages-table-outer{
    max-width: 100%;
    overflow-x: auto;
}
.packages-table {
    margin-top: 45px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #D2DCEE;
    border-radius: 13px;
    border-spacing: 0;
    min-width: 1480px;

}

.packages-table .banner-para {
    margin-top: 0;
}

.packages-table thead th {
    font-weight: 600;
    line-height: 35.93px;
    letter-spacing: -0.36px;
    padding: 31px;
    color: #374046;
}

.packages-table tbody td {
    font-weight: 400;
    line-height: 26.95px;
    letter-spacing: -0.09px;
    color: #374046;
    padding: 31px;
    border-top: 1px solid #D2DCEE;
    text-align: center;
}

.packages-table thead th:first-child {
    background-color: #F2F6FC;
    text-align: start;
    border-radius: 13px 0 0 0;
}

.packages-table thead th:nth-child(2),
.packages-table thead th:nth-child(4),
.packages-table thead th:last-child {
    background-color: #FFFFFF;
}

.packages-table thead th:nth-child(3) {
    background-color: #E5F7FC;
}

.packages-table thead th:nth-child(5) {
    background-color: #FFF7ED;
}

.packages-table thead th:last-child {
    border-radius: 0 13px 0 0;
}

.packages-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 13px;

}

.packages-table tbody tr:last-child td:last-child {
    border-radius: 0 0 13px 0;
}

.packages-table tbody td:first-child {
    background-color: #F2F6FC;
    text-align: start;
    width: 343px;
}

.packages-table tbody td:nth-child(2),
.packages-table tbody td:nth-child(4),
.packages-table tbody td:last-child {
    background-color: #FFFFFF;
}

.packages-table tbody td:nth-child(3) {
    background-color: #E5F7FC;
}

.packages-table tbody td:nth-child(5) {
    background-color: #FFF7ED;
}

.table-last-row {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.table-bottom-para{
    font-weight: 700;
    font-size: 16px;
    line-height: 15.16px;
    letter-spacing: -0.09px;
    color: #A9B4BC;
}

.table-contact {
    display: flex;
    gap: 10px;
    align-items: center;
}

.table-last-row-btn {
    background: #207DE9;
    border: 1px solid #207DE9;
    max-width: 161px;
    width: 100%;
    border-radius: 4px;
    font-weight: 700;
    line-height: 33.69px;
    letter-spacing: -0.16px;
    padding: 17px;
    color: #FFFFFF;
    text-align: center;
    justify-self: center;
}

.footer {
    background-color: #000E1F;
    padding: 55px 0 0 0;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF1A;
}

.footer img {
    max-width: 152px;
}

.footer-head,
.footer-head-end,
.footer-contact {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-head {
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF1A;

}

.footer-head-end {
    gap: 60px;
}

.footer-contact {
    align-items: start;

}

.footer-contact h6 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.footer-contact p {
    color: #FFFFFF;

}

.footer-contact p,
.footer-detail-inner p,
.footer-detail-inner a {
    font-size: 16px;
    font-weight: 400;
}

.footer-detail {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 45px 0;
    justify-content: space-between;
    padding-right: 44px;
}

.footer-detail-menus {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    max-width: 926px;
    width: 100%;
}

.footer-detail-inner-right {
    max-width: 314px;
    width: 100%;
}

.footer-detail-inner-right p {
    text-transform: capitalize;
    line-height: 31px;
}

.footer-detail-inner p {
    padding-right: 25px;

}

.footer-bottom {
    padding: 30px 0;
    font-size: 14px;
    color: #F0F0F0;
    line-height: 20px;
    text-align: center;
}

.footer-detail-inner p,
.footer-detail-inner a {
    color: #F0F0F0;
    text-decoration: none;
}

.footer-detail-inner ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-detail-inner ul>li {
    list-style: none;
}

.footer-icons {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.card {
    opacity: 1;
    transform: translateY(0);
}

.headerImg.digital-experience {
    transform: translate(-50%, 0%) !important;
}

.about-us-banner {
    background-color: #136FD9;
    padding: 138px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.about-us-banner:before {
    content: "";
    background-image: url('../images/dot-bg-Image.png');
    position: absolute;
    top: 67px;
    width: 191px;
    height: 181px;
    left: 167px;
}
.container.services-overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    overflow: hidden;
    margin-top: 120px;
    padding: 20px;
}
.inner-services-overview {
    background-color: #F8F8F8;
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 45px 175px;
    text-align: center;
}
.service-boxes {
    gap: 14px;
    display: flex;
    flex-direction: column;
}
.service-boxe-title {
    font-size: 27px;
    font-weight: 700;
    color: #136FD9;
    line-height: 34px;
}
.service-boxe-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
}
img.service-boxe-img {
    width: 71px;
    margin: 0 auto;
}
@media screen and (max-width:1520px) {
    .seo-service-inner {
        padding: 0;
    }
}

@media screen and (max-width:1500px) {
    .header-img {
        max-width: 350px;
    }

    .header-img img {
        max-width: 200px;
        width: 100%;
    }

    .banner-left-section {
        max-width: 50%;
    }

    .banner-right-section {
        max-width: 50%;
    }

    .banner-content {
        gap: 50px;
    }

    .Growth-section {
        padding: 30px;
    }

    .tabs-inner-carousel {
        padding: 47px 0 47px 20px;
    }

    .chooseImg {
        left: 50%;
    }

    .boost-section {
        gap: 30px;
    }
}

@media screen and (max-width:1300px) {
    .nav-links {
        gap: 20px;
    }

    .search-container {
        max-width: 200px;
        padding: 10px;
    }

    .nav-right-section {
        gap: 15px;
    }

    .banner-heading {
        max-width: 890px;
    }

    /* .banner-span-heading {
        position: relative;
    } */

    .banner-right-section {
        margin-top: 0px;
    }

    /* .headerImg {
        top: auto;
        bottom: -25%;
        max-width: 100%;
        width: 100%;
    } */

    .banner-left-inner input {
        max-width: 275px;
        padding: 15px
    }

    .choose-right-section {
        max-width: 400px;
    }

    .service-boost-para {
        padding-right: 0;
    }

    .solutions-section {
        padding: 60px 20px;
    }

    .solutions-section-inner {
        gap: 15px;
    }

    .solutions-card-inner {
        padding: 24px 15px 0 15px;
    }

    .Challenges-slides {
        gap: 30px;
    }

    .Challenges-slide {
        padding: 30px;
        min-width: calc(50% - 15px);
    }

    .challenges-card-inner {
        padding: 25px 30px;
    }

}

@media screen and (max-width:1160px) {

    .timeline-card {
        padding: 20px 25px;
    }

    .timeline::after {
        height: calc(100% - 516px);
    }
}

@media screen and (max-width:1080px) {
    .nav-links {
        gap: 12px;
    }

    .nav-right-section {
        gap: 10px;
    }

    .performance-card-inner {
        grid-template-columns: 1fr 1fr;
    }

    .timeline-card {
        padding: 20px;
    }

    .timeline::after {
        height: calc(100% - 516px);
    }
}

@media screen and (max-width:1044px) {
    .timeline::after {
        height: calc(100% - 578px);
    }
    .about-us-banner:before {
        width: 150px;
        height: 150px;
        left: 30px;
    }

    .inner-services-overview {
        padding: 45px 45px;
    }

}

@media screen and (max-width:1200px) and (min-width:993px) {
    .seo-service-right {
        padding: 30px 50px;
    }

    .service-first-count {
        padding-right: 30px;
    }

    .service-second-count {
        padding-left: 30px;
    }

    .service-third-count {
        padding-top: 20px;
    }

    .service-left-heading {
        font-size: 35px;
    }

    .seo-service-backImg-1 {
        right: 30px;
    }

    .service-count-section h2 {
        font-size: 55px;
    }
}

@media screen and (min-width:993px) {
    .service-tab-inner-mobile {
        display: none;
    }

}

@media screen and (max-width:992px) {

    .navbar {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-right-section {
        z-index: 99;
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        background-color: #fff;
        width: 100%;
        padding: 20px;
        gap: 15px;
        border-top: 1px solid #eee;
        display: none;
    }

    /* Show nav links when active */
    .nav-right-section.active {
        display: flex;
        flex-direction: column;
    }

    .backBtn {
        display: block;
    }

    .dropdown-menu-inner {
        flex-direction: column;
        gap: 10px;
    }

    .nav-links {
        flex-direction: column;
        gap: 0;
        width: 100%;
        align-items: start;
    }

    .nav-links li a {
        display: block;
        width: 100%;
        font-size: 18px;
        padding: 10px 0;
    }


    .dropdown-menu li a {
        padding: 10px 0 10px 20px;
    }

    /* Contact & search stacked */
    .contact {
        justify-content: flex-start;
    }

    .search-container {
        top: 99%;
    }

    /* Hamburger icon */
    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 28px;
    }


    .banner,
    .Growth-section-inner {
        flex-direction: column-reverse;
    }

    .banner-content {
        flex-direction: column-reverse;
        gap: 50px;
        margin-top: 50px;
    }

    .banner-left-section,
    .blog-slide::before,
    .blog-slide img {
        max-width: 100%;
    }

    .blog-slide::before {
        max-height: 80%;
    }

    .blog-slide,
    .Challenges-slide {
        min-width: calc(100% - 10px);
    }

    .banner-right-section {
        padding-top: 10px;
        margin-top: 0;
        margin-left: 55px;
    }

    .banner-head,
    .banner-head.service-head {
        font-size: 60px;
    }

    .card-section-inner,
    .client-section-inner {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }

    .solutions-section-inner {
        row-gap: 70px;
    }

    .count-section h2 {
        font-size: 30px;
    }

    .count-section-Heading_div h3{
        font-size: 48px;
    }

    .card-section,
    .contact-section {
        flex-direction: column;
    }

    .card,
    .digital-card-inner {
        padding: 20px;
    }

    .mobile-container,
    .digital-card {
        max-width: 100%;
    }

    .headerImg {
        bottom: 0;
    }

    .container-top,
    .digital-outer,
    .faq-container,
    .methodology-outer,
    .packages-outer {
        margin-top: 50px;
    }

    .growthImg {
        margin-top: 0;
    }

    .tabs {
        flex-wrap: wrap;
    }

    .tabs-inner-carousel,
    .choose-section {
        flex-direction: column;
    }

    .choose-section {
        padding: 20px;
        margin-top: 50px;
        align-items: start;
    }

    .tab-section {
        padding: 0 20px 0 0;
    }

    .tabs-inner-carousel {
        margin-top: 50px;
        padding: 20px 0 20px 20px;
    }

    .slider {
        width: 100%;
    }

    .contact-section {
        padding: 40px 20px;
    }

    .header-img {
        display: none;
    }

    .playIcon {
        max-width: 80px;
        width: 100%;
    }

    .boost-section {
        flex-direction: column-reverse;
        padding: 20px;
        align-items: start;
    }

    .tabs-nav {
        max-width: calc(100% - 20px);
        flex-wrap: wrap;
        gap: 15px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    /* .tabs-nav {
        display: none;
    } */

    .tabs-select {
        display: block;
    }

    .footer-detail,
    .digital-card-list {
        padding-right: 0;
    }

    .footer-detail-menus,
    .footer-head-end {
        flex-wrap: wrap;
    }

    .inner-count-middle {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: none;
        border-right: none;
        max-width: max-content;
        padding: 10px 0;
    }

    .inner-count-last {
        margin-left: 0;
    }

    .count-section-outer {
        margin-top: 10px;
    }

    .count-section {
        margin: auto;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .seo-service-section {
        margin: 50px 0 0 0;

    }

    .seo-service-inner {
        gap: 60px;
        padding: 0;
    }

    .seo-service-backImg {
        bottom: auto;
        max-height: 340px;
    }

    .seo-service-backImg-1 {
        left: 290px;
        top: 30px;
    }

    .seo-service-backImg-2 {
        max-width: 350px;
        left: 45%;
        top: 55px;
        right: auto;
    }

    .performance-cards-outer {
        margin: 150px 0 100px 0;
    }

    .performance-card-inner {
        transform: translateY(-100px);
    }

    .digital-services-banner {
        padding: 50px 20px;
    }

    .service-tab-inner {
        display: none;
    }

    .service-tab-inner-mobile {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
    }

    .accordion-item-service-tab {
        background-color: #E5F7FC;
        padding: 15px 25px;
        border-radius: 13px;
    }

    .accordion-item-service-tab h2 {
        color: #222222CC;
        margin: 0;
    }

    .tab-head {
        font-size: 22px;
    }

    .accordion-content-service-tab {
        text-align: start;
        max-width: 936px;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .accordion-item-service-tab.activeService .accordion-content-service-tab {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #CED4DA;
        max-height: 1000px;
        transition: all 0.3s ease;
    }

    .accordion-item-service-tab.activeService .service-arrow-icon {
        rotate: 180deg;
    }

    .accordion-content-service-tab p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: rgb(0, 0, 0, 0.8);
    }

    .accordion-header-service-tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        cursor: pointer;
    }

    .Challenges-slide {
        padding: 0px;
    }

    .packages-outer {
        padding: 50px 0;
    }
    .methodology-outer{
        padding: 50px 20px;
    }
    .timeline {
        gap: 50px;
    }

    .timeline-row {
        flex-direction: column;
        gap: 50px;
    }

    .timeline-item.right {
        top: 0;
    }

    .timeline::after {
        left: 20px;
    }

    .timeline-item.left::before {
        left: 0;
        right: auto;
    }

    .timeline-item.left::after,
    .timeline-item.right::after {
        left: 35px;
        right: auto;
    }

    .timeline-item.left,
    .timeline-item.right {
        padding: 0 0 0 75px;
        max-width: 100%;
        width: 100%;
    }

    .timeline-item.right::before {
        left: 0;
    }

    .timeline::after {
        height: 100%
    }

    .timeline-last-row {
        margin-top: 0;
        position: relative;
    }

    .timeline-last-row::after {
        content: '';
        position: absolute;
        height: calc(100% - 23px);
        width: 40px;
        left: 0;
        top: 40px;
        background-color: #EDF4FF;
    }
    .about-us-banner {
        padding: 50px 20px;
    }
}

@media screen and (min-width:768px) {
    .headerImg.digital-experience {
        max-width: 218px !important;
    }
}


@media screen and (max-width:767px) {
    .about-us-banner:before {
        top: 22px;
        width: 90px;
        height: 80px;
        left: 30px;
    }
    .banner {
        padding: 20px 0;
    }
    .headerImg {
        max-width: 60%;
    }
    .count-section,
    .card-section-inner,
    .client-section-inner,
    .performance-card-inner {
        grid-template-columns: 1fr;
    }

    .banner-right-section {
        max-width: 100%;
    }

    .bannerBackImg1,
    .bannerBackImg2,
    .boostBackImg1,
    .boostBackImg2,
    .chooseImg {
        display: none;
    }

    .banner-head,
    .banner-head.service-head {
        font-size: 40px;
    }

    .banner-left-inner,
    .banner-testimonial {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .banner-para,
    .tab-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .inner-count {
        justify-self: center;
    }

    .card-heading {
        font-size: 30px;
    }

    .card img {
        max-width: 50px;
    }

    .card h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .Growth-section-left {
        margin-top: 10px;
    }

    .growthImg {
        max-width: 200px;
    }

    .tab-section h2 {
        font-size: 30px;
    }

    .tabs {
        gap: 5px;
    }

    .tab-button,
    .tab-link {
        padding: 5px 10px;
        /* font-size: 14px; */
    }

    .tab-link {
        padding: 0;
    }

    .tab-section-button {
        margin-top: 20px;
        padding: 10px 15px;
    }

    .signup-inner,
    .testinomial-inner {
        max-width: calc(100% - 20px);
    }

    .signup-inner h2 {
        font-size: 35px;
    }

    .signup-inner p {
        font-size: 18px;
    }

    .seo-service-inner {
        gap: 20px;
    }

    .signup-section {
        padding: 50px 20px;
    }

    .form-input input {
        line-height: 40px;
    }

    .form-input button {
        padding: 10px 0;
    }

    .blog-caption button {
        margin-top: 15px;
        padding: 10px;
    }

    .blog-caption h2,
    .solutions-head {
        font-size: 20px;
        line-height: 100%;
    }

    .blog-dots {
        margin-top: 20px;
    }

    .blog-dots .dot {
        width: 10px;
        height: 10px;
    }

    .blog-caption {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    .contact-input-section input,
    textarea {
        max-width: 100%;
        font-size: 14px;
    }

    .contact-input-section input {
        padding: 8px;
    }

    .contact-right-section {
        padding: 0;
    }

    .contact-right-section textarea {
        margin-top: 15px;
    }

    .contact-input-section {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .contact-number {
        font-size: 24px;
    }

    .form-input {
        padding: 0 0 0 10px;
    }

    .navbar-items a,
    input {
        font-size: 14px;
    }

    .form-input button {
        font-size: 14px;
        max-width: 80px;
    }

    .footer-head,
    .footer-contact,
    .footer-detail {
        flex-direction: column;
        gap: 10px;
        align-items: start;

    }

    .footer-head,
    .footer-head-end,
    .digital-card-inner {
        justify-content: normal;
        gap: 20px;
    }

    .footer-detail-inner {
        max-width: 100%;
    }

    .footer-detail-inner p {
        padding-right: 0;
    }

    .dropdown-menu-inner {
        padding: 20px;
    }

    .dropdown-menu-inner-right,
    .digital-card {
        flex-direction: column;
    }

    .seo-service-right {
        padding: 20px 20px;
    }

    .service-tab-inner {
        flex-direction: column;
    }

    .service-inner-count-section {
        padding-bottom: 20px;
    }

    .service-first-count {
        padding-right: 20px;
    }

    .service-second-count {
        padding-left: 20px;
    }

    .service-third-count {
        padding-top: 20px;
    }

    .solutions-increment h3 {
        font-size: 22px;
    }

    .solutions-section-inner {
        row-gap: 60px;
    }

    .accordion {
        margin-top: 10px;
        gap: 10px;
    }

    .accordion-item {
        padding: 20px;
    }

    .accordion-item.activeFAQ .accordion-content {
        padding-top: 20px;
        margin-top: 20px;
    }

    .tabs-nav {
        padding: 15px;
        border-radius: 15px;
    }
    .packages-table tbody td{
        padding: 15px;
    }
    .table-last-row {
        gap: 10px;
    }
    .table-bottom-para{
        font-size: 14px;
    }
}

@media screen and (max-width:575px) {
    .tabs-nav {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}


@media screen and (max-width:480px) {
.inner-services-overview {
    flex-direction: column;
}
.service-boxe-title {
    font-size: 20px;
    line-height: 25px;
}
.service-boxe-text {
    font-size: 15px;
    line-height: 26px;
}

}


@media screen and (max-width:430px) {
    .navbar .logo {
        font-size: 20px;
    }

    .nav-links li a {
        font-size: 16px;
    }

    .count-section-Heading_div{
        font-size: 16px;
    }

    .count-section-Heading_div h3{
        font-size: 32px;
    }
    .count-section-outer {
        margin-top: 50px;
    }

    .count-section {
        margin: auto;
    }

    .footer-head-end {
        gap: 20px;
        align-items: start;
    }

    .banner-head,
    .banner-head.service-head {
        font-size: 30px;
    }

    .solutions-card-inner {
        padding: 20px 10px 0 10px;
    }

    .solutions-increment {
        padding: 12px 15px;
    }

    .solutions-head {
        font-size: 14px;
    }

    .tab-link {
        font-size: 14px;
    }
}