body,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
textarea,
li {
    font-family: "Poppins", sans-serif !important;

}

body {
    background: unset !important;
}

.fade-in {
    animation: fadeIn 1s ease-in-out forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: none;
    }
}

.slide-up {
    animation: slideUp 1s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shine:hover {
    background: linear-gradient(110deg, #3b82f6 0%, #9333ea 50%, #3b82f6 100%);
    background-size: 200% auto;
    animation: shineMove 2s linear infinite;
}

@keyframes shineMove {
    to {
        background-position: 200% center;
    }
}

.text-blue {
    color: rgba(0, 113, 197, 1);
}

/* header .nav-link{
color: rgba(112, 112, 112, 1);
padding: 5px 10px;
} */
.techies-landing section {
    padding-left: 130px !important;
    padding-right: 130px !important;
    margin: 0 auto !important;
    width: 100%;
    max-width: 1600px;
}

.banner-section {
    background: linear-gradient(to bottom, #ffffff 0%, #cfe4f4 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-section .banner-left {
    width: 55%;
}

.banner-section .banner-right {
    width: 45%;
}

.banner-section h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
    position: relative;

}

.text-quote::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('../images/Group 368.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -46px;
    top: -20px;
}
.text-quote-right{
    width: auto;
    display: inline-block;
}
.text-quote-right::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('../images/Group 369.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -45px;
    top: -28px;
}
.choose-text .text-quote-right::before {
    right: -15px;
}
/* Add this for smoother marquee look */
.clients-section .client-logos .owl-stage {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}
.banner-cta {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.banner-cta p {
    margin-bottom: 0;
    width: 50%;
    padding-right: 20px;
    font-size: 16px;
    color: #000;
}

.banner-cta a {
    background: rgba(0, 113, 197, 1);
    padding: 12px 20px;
    border-radius: 10px;
    color: #fff;
    width: 52%;
}

.banner-cta a:hover {
    background: rgba(0, 113, 197, 0.8);
    color: #fff;
}

h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    position: relative;
}
.clients-section {
  overflow: hidden;
  position: relative;
}
.clients-section .client-logos {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
      width: max-content;
  animation: marquee 35s linear infinite;
}

.clients-section h2 {
    width: 65%;
    margin: auto;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
}

/* .clients-section img {
    width: 9%;
    height: auto;
} */
.clients-section .marquee img {
  margin: 0 20px;
  height: 80px; /* adjust logo size */
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
section.services {
    background: rgba(36, 36, 36, 1);
    padding: 60px 30px;
    border-radius: 50px;
    text-align: center;
    width: 89%;
    margin-top: 40px !important;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.25);

}

.services h2 {
    font-size: 48px;
}

.services h2,
.services p {
    color: #fff;
}

.services>p {
    opacity: .8;
    font-size: 24px;
    margin-bottom: 60px;
}

.services-outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.services-inner {
    width: calc(50% - 40px);
    text-align: left;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    margin-right: 80px;
}

.services-inner:nth-child(2n) {
    margin-right: 0;
}

.services-inner h5 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.services-inner p {
    font-weight: 400;
    color: rgba(205, 205, 205, 1);

    font-size: 16px;
}

.services-icon {
    width: 90px;
    height: 90px;
    background: rgba(66, 66, 66, 1);
    border-radius: 50%;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-text {
    width: 80%;
}

section.platforms {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
    text-align: center;
}

.platforms h2 {
    font-weight: 700;
}

.platforms p {
    font-size: 24px;
    color: rgba(29, 29, 29, 1);
    margin-top: 25px;
}

.platforms-inner {
    background-color: #e6f0fa;
    padding-top: 20px;
    padding-bottom: 50px;
}

.platforms-inner ul {
    border: 0;
}

.platforms-inner li {
    width: 33%;
    text-align: center;
}

.platforms-inner li button.nav-link {
    margin: auto;
}

.platforms-inner li button.nav-link {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: rgba(112, 112, 112, 1);
    border-bottom: 3px solid rgba(199, 199, 199, 1);
}

.platforms-inner li button.nav-link.active {
    background-color: unset;
    text-align: center;
    border: 0;
    color: rgba(0, 113, 197, 1);
    border-bottom: 3px solid rgba(0, 113, 197, 1);
    font-weight: 600;
}

#platformTabsContent h4 {

    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

#platformTabsContent .tab-pane>p {

    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;

}
#platformTabsContent .cta-button{
    margin-top: 0;
}
.carousel-items-single {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 65px;
    width: 90%;
    margin: auto;
}

.carousel-items-single .flex-inner {
    width: 40%;
    padding-right: 30px;
}

.carousel-items-single h5 {
    font-weight: 700;
    font-size: 40px;
    padding-top: 30px;
}

.carousel-items-single p {
    font-weight: 400;
    font-size: 20px;
    color: rgba(29, 29, 29, 1);
    padding-top: 20px;
    line-height: 26px;
}

.carousel-items-single .flex-inner-image {
    width: 60%;
    text-align: center;
    padding-left: 30px;
}

.carousel-items-single .flex-inner-image img {
    border-radius: 20px;
}

#platformTabsContent button.carousel-control-prev {
    position: absolute;
    left: -80px;
    opacity: 1;
}

#platformTabsContent button.carousel-control-next {
    position: absolute;
    right: -80px;
    opacity: 1;
}

#platformTabsContent button span {
    border: 3px solid rgb(0, 0, 0);
    width: 50px;
    height: 50px;
}

#platformTabsContent button span i {
    font-size: 22px;
}

.cta-button {
    border-radius: 10px;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}

section.platform-fit {
    padding-top: 80px;
    padding-bottom: 80px;
}

.platform-fit>p {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

.platform-fit .card {
    max-width: 800px;
    padding: 30px 40px;
}

.platform-fit .d-flex h5 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.platform-fit .d-flex {
    padding: 0px 20px;
}

.platform-fit .d-flex:nth-child(2n) {
    background-color: #E3EFF7;
}

.flex-fill-left {
    width: 50%;
    font-size: 16px;
    border-right: 2px solid rgba(205, 205, 205, 1);
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.border-bottom p {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
}

.flex-fill-right {
    width: 50%;
    font-size: 16px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comparison {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(36, 36, 36, 1);
}

.comparison h2 {
    width: 60%;
    margin: auto;
    color: #fff;
    line-height: 60px;
}

.comparison-inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    /* border: 2px solid transparent; */
}

.comparison .fa-check-circle {
    margin-right: 10px;
    color: #23FF82;
    text-align: center;
    font-size: 20px;
    margin-top: 4px;
}

.comparison-inner p:last-child {
    border-bottom: 0;
}

.comparison-inner p {
    border-bottom: 1px solid rgba(81, 81, 81, 1);
    padding: 15px 40px;
    width: 100%;
    min-height: 100px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.comparison-inner p:first-child {
    border: 0;
}

.comparison-2 p {
    color: rgba(205, 205, 205, 1);
    font-weight: 500;
}

.comparison-inner strong {
    font-weight: 500;
}

.comparison-3 {
    border: 2px solid rgba(0, 113, 197, 1);
    border-radius: 30px;
    background-color: rgba(58, 58, 58, 1);
    margin-top: -1px;
}

.comparison-3 p:first-child {
    display: flex;
    width: 100%;
    justify-content: center;
}

.comparison-3 p {
    font-weight: 500;
}

section.choose {
    padding-top: 100px;
    /* padding-bottom: 40px; */
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(113, 113, 113, .3);
    max-width: 1300px;
    transform: translateY(180px);
    display: flex;
    padding-right: 0 !important;
    padding-left: 70px !important;
    margin-top: -140px !important;
    overflow: hidden;
}

.choose h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.choose .choose-text {
    width: 45%;
    padding-right: 20px;
}

.choose .choose-text p {
    font-size: 24px;
    color: rgba(29, 29, 29, 1);
    margin-bottom: 30px;
    font-weight: 500;
}

.choose .choose-image {
    width: 55%;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.platform-cta-bottom {
    padding-top: 260px;
    padding-bottom: 80px;
}

.platform-cta-bottom h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.choose-inner {
    display: flex;
    flex-direction: column;
}

.choose-inner-single {
    display: flex;
    align-items: center;

    width: 100%;
    margin-bottom: 20px;
}

.choose-inner-single img {
    margin-right: 15px;
    max-width: none;
}

.choose-inner-single span {
    font-size: 24px;
    color: rgba(29, 29, 29, 1);
    font-weight: 500;
}

.testimonials {
    background: rgba(227, 239, 247, 1);
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonials .testimonials-small {
    font-weight: 600;
    font-size: 24px;
    color: rgba(81, 81, 81, 1);
}

.testimonials h2 {
    line-height: 60px;
    width: 70%;
    margin: auto;
}

.testimonials p {
    font-size: 20px;
    text-align: left;
}

.testimonials .text-new {
    color: #585858;
    font-weight: 600;
    font-size: 24px;
}

.testimonials p.flex-grow-1 {
    border-bottom: 1px solid rgb(223, 223, 223);
}

.testimonials .owl-carousel .item {
    display: flex;
}

.testimonials .owl-carousel .owl-item:nth-child(even) .item {
    margin-top: 30px;
}

.testimonials button>div {
    width: 50px;
    height: 50px;
    line-height: 40px;
}
.testimonials button>div:hover, .testimonials button>div:active{
    background-color: unset!important;
}
.testimonials button i {
    font-size: 22px;
}
.testimonials .owl-carousel .owl-item .img-outer{
    width: 50px;
    height:50px;
    overflow: hidden;
}
.testimonials .owl-carousel .owl-item .img-outer img {
    width: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}
.testimonials .owl-carousel .owl-item .fs-1 img {
    width: auto;
    padding-bottom: 30px;
    padding-top: 10px;
}
.text-outer{
    width: 100%;
    flex-wrap: wrap;
}
.text-inner{
    width: calc(100% - 66px);
}

@media screen and (max-width: 1200px) {
    .techies-landing section {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .banner-section h1 {
        font-size: 36px;
        line-height: 44px !important;
    }

    #platformTabsContent button.carousel-control-next {
        right: -56px;
    }

    #platformTabsContent button.carousel-control-prev {
        left: -56px;
    }

    .carousel-items-single {
        padding: 50px;
    }

    /* .clients-section .client-logos {
        gap: 2rem;
    } */

    .clients-section h2 {
        width: 100%;
    }

    .banner-cta p {
        width: 70%;
    }

    h2,
    #platformTabsContent h4,
    .choose h2 {
        font-size: 32px !important;
        line-height: 44px !important;
    }

    .services h2 {
        font-size: 32px;
    }

    .services-inner h5 {
        font-size: 20px;
    }

    .carousel-items-single h5 {
        font-size: 24px;
    }

    .carousel-items-single p {
        font-size: 18px;
    }

    .platform-fit .fs-5 {
        width: 90%;
        margin: auto;
    }

    .choose-inner-single span {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .techies-landing section {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .banner-section h1 {
        font-size: 30px;
        line-height: 38px !important;
    }

    #platformTabsContent button.carousel-control-next {
        right: -40px;
    }

    #platformTabsContent button.carousel-control-prev {
        left: -40px;
    }

    .carousel-items-single {
        padding: 50px;
    }
/* 
    .clients-section .client-logos {
        gap: 2rem;
    } */

    .clients-section h2 {
        width: 100%;
    }


    h2,
    #platformTabsContent h4,
    .choose h2 {
        font-size: 32px;
        line-height: 44px !important;
    }

    .services h2 {
        font-size: 32px;
    }

    .services-inner h5 {
        font-size: 20px;
    }

    .carousel-items-single h5 {
        font-size: 24px;
    }

    .carousel-items-single p {
        font-size: 18px;
    }


    .choose-inner-single span {
        font-size: 18px;
    }

    .services-inner {
        flex-wrap: wrap;
    }

    .services-inner .services-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .services-text {
        width: 100%;
    }

    section.choose {
        padding-left: 30px !important;
    }

    .comparison-inner p {
        padding: 10px 15px;
    }
}


@media screen and (max-width: 768px) {
    .techies-landing section {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .mob-hide {
        display: none;
    }

    .banner-section .banner-left {
        width: 100%;
    }

    .banner-section .banner-right {
        width: 100%;
    }

    .text-quote::before {
        width: 30px;
        height: 30px;
        background-size: contain;
        left: -26px;
        top: -12px;
    }

    .text-quote-right::before {
        width: 30px;
        height: 30px;
        background-size: contain;
        right: 10px;
        top: -18px;
    }

    .banner-cta {
        flex-wrap: wrap;
        padding: 20px;
        text-align: center;
        margin-top: 10px !important;
        box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.248);
    }

    .banner-section {
        gap: 0px !important;
        background: linear-gradient(to bottom,
                #cfe4f4 0%,
                /* blue start */
                #cfe4f4 85%,
                /* blue till 90% */
                #ffffff 85%,
                /* white starts immediately */
                #ffffff 100%
                /* white till bottom */
            );

    }

    .banner-cta a {
        font-size: 15px;
        width: auto;
        padding: 12px 15px;
        margin: auto;

    }

    .banner-cta p {
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding-bottom: 10px;
    }

    h2,
    #platformTabsContent h4,
    .choose h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .services h2 {
        font-size: 28px;
    }

    /* .clients-section img {
        width: 25%;
    } */
/* 
    .clients-section .client-logos {
        gap: 2rem;
    } */

    .services>p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .services-inner {
        margin-right: 20px;
        width: calc(50% - 10px);
    }

    .services-inner h5 {
        font-size: 18px;
    }

    .services-inner p,
    .platforms p {
        font-size: 14px;
    }

    #platformTabsContent .tab-pane>p {
        font-size: 16px;
    }

    .carousel-items-single {
        padding: 20px;
        margin: 0;
        width: 100%;
    }

    .carousel-items-single .flex-inner {
        width: 100%;
    }

    .carousel-items-single .flex-inner-image {
        width: 100%;
        padding-left: 0;
    }

    .carousel-items-single h5 {
        font-size: 22px;
        padding-top: 10px;
    }

    .carousel-items-single p {
        padding-top: 0;
        font-size: 16px;
    }

    .cta-button {
        font-size: 20px;
    }

    section.platform-fit {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .platform-fit p {
        font-size: 16px !important;
    }

    .platform-fit .card {
        width: 100%;
        max-width: 100%;
        padding: 0px;
        border-radius: 0 !important;
    }

    .platform-fit .d-flex h5 {
        font-size: 16px;
    }

    .flex-fill-left {
        padding-right: 20px;
    }

    .flex-fill-left p {
        font-size: 14px !important;
    }


    .flex-fill-right p {
        font-size: 14px!important;
        
    }
    .flex-fill-right {
        padding-left: 20px;
    }

    .platform-fit .flex-column {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .comparison h2 {
        width: 100%;
    }

    .testimonials h2 {
        width: 100%;
    }

    .testimonials {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .testimonials p {
        font-size: 16px;

    }

    .testimonials p.flex-grow-1 {
        padding-bottom: 20px;
    }

    section.choose {
        flex-wrap: wrap;
        padding-right: 30px !important;
    }

    .choose .choose-text {
        width: 100%;
        padding-right: 0;
    }

    .choose .choose-image {
        width: 100%;
    }

    .choose .choose-text p {
        font-size: 20px;
    }

    #platformTabsContent button.carousel-control-prev {
        left: 90px;
        margin-top: 10px;
        top: 106%;
    }

    #platformTabsContent button.carousel-control-next {
        right: 90px;
        margin-top: 10px;
        top: 106%;
    }

    #platformTabsContent button span {
        border: 2px solid rgb(0, 0, 0);
        width: 35px;
        height: 35px;
    }

    #platformTabsContent .cta-button {
        margin-top: 80px;
    }

    .comparison .nav-pills {
        padding: 4px;
        background: rgba(75, 75, 75, 1);
        border-radius: 40px;
    }

    .comparison .border-bottom {
        padding: 0px !important;
        border-bottom: 1px solid rgba(247, 247, 247, 0.274) !important;
    }

    .comparison .border-bottom .fw-bold {
        font-weight: 600 !important;
        border-right: 1px solid rgba(247, 247, 247, 0.274);
        padding: 30px !important;
        text-align: left;
    }

    .comparison .border-bottom .text-left {
        padding: 30px !important;
        display: flex;
    }

    .comparison .border-bottom .row {
        align-items: center;
    }

    .comparison .nav-item {
        width: 50%;
    }

    .comparison .nav-link {
        border-radius: 50px;
        padding: 8px 20px;
        font-weight: 400;
        color: rgba(140, 140, 140, 1);
        margin: 0;
        transition: all 0.3s ease;
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .comparison .nav-link.active {
        color: #fff;
        background-color: rgba(98, 98, 98, 1);
    }

    .comparison .nav-link:hover {
        color: #fff;
        background-color: rgba(98, 98, 98, 1);
    }
}

@media screen and (max-width:500px) {
    .services-inner {
        width: 100%;
        margin-right: 0;
    }

    .services-inner:last-child {
        margin-bottom: 0;
    }

    section.platform-fit {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .platform-fit>.text-center {
        padding: 15px;
    }

    .choose-inner-single img {
        width: 30px;
    }

    .choose-inner-single {
        align-items: flex-start;
    }

    .choose-inner-single span {
        font-size: 16px;
    }

    .comparison .border-bottom .fw-bold,
    .comparison .border-bottom .text-left {
        padding: 15px !important;
        font-size: 14px;
    }

    .platforms-inner li button.nav-link {
        font-size: 16px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .platforms-inner .container {
        padding: 0;
    }

    .comparison .nav-link {
        font-size: 14px;
        padding: 8px;
    }
}