

:root {
    --thajes-red: #FE141D;
    --thajes-red-light: #FFF7F7;
    --thajes-dark: #0A1426;
    --thajes-grey-light: #F8F8F8;
    --thajes-grey-text: #6F6F6F;
    --thajes-border-grey: #EDEDED;
    --brand-red: #fd0205;
    --brand-red-dark: #e7121a;
    --brand-red-light: #fff5f5;
    --brand-grey-dark: #262626;
    --brand-grey-mid: #6f6f6f;
    --brand-grey-light: #f7f7f7;
    --brand-grey-border: #ffb6b9;
    --thajes-cta-bg: #ffe8e8;
    --bg-light-pink: #fff5f5;
    --bg-light-red: #fff0f0;
}

.btn-thajes-red {
    background-color: var(--thajes-red);
    border-color: var(--thajes-red);
    color: #fff;
    font-weight: 800;
}

    .btn-thajes-red:hover {
        background-color: #d11118;
        border-color: #d11118;
        color: #fff;
    }

.btn {
    border-radius: 10px;
    padding: 12px 26px;
    font-size: 16px;
}
    .btn.btn-cta-primary {
        background-color: var(--thajes-red);
        color: #ffffff;
        padding: 12px 26px;
        font-weight: 800;
        font-size: 16px;
        border-radius: 10px;
    }
.btn.btn-cta-primary:hover {
    background-color: var(--thajes-red);
    color: #ffffff;
    padding: 12px 26px;
    font-weight: 800;
    font-size: 16px;
    border-radius: 10px;
}
    .btn.btn-cta-secondary {
        background-color: #ffffff;
        color: var(--thajes-red);
        border: 1px solid var(--thajes-red);
        padding: 10px 15px;
        font-weight: 600;
        font-size: 16px;
        border-radius: 10px;
    }
.btn.btn-cta-secondary:hover {
    background-color: #ffffff;
    color: var(--thajes-red);
    border: 1px solid var(--thajes-red);
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
}
.text-thajes-red {
    color: var(--thajes-red) !important;
}
.process-info-box .box-text {
    font-weight: 500;
    color: var(--thajes-grey);
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}

.process-info-box .list-heading {
    font-size: 20px;
    font-weight: 600;
    color: var(--thajes-dark);
}

.process-info-box .list-text {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
    color: #5e5e5e;
}
.section-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 2rem;
}
.process-info-box {
    background-color: var(--thajes-grey-light);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    height: 100%;
}

.process-number-img {
    position: absolute;
    height: auto;
    bottom: 30px; /* Adjusted for better alignment */
    right: 30px;
    width: 65px;
}

    .process-number-img.num-2 {
        width: 95px;
        bottom: 15px;
        right: 30px;
    }

    .process-number-img.num-3 {
        width: 97px;
        bottom: 34px;
        right: 30px;
    }
.hero-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 290px;
    background: url('https://c.animaapp.com/mcslfhnwvvN31Y/img/mask-group.png') center center/cover no-repeat;
}

.hero-title {
    font-size: 40px;
    font-weight: 600;
}

.intro-section {
    padding: 40px 0;
}



.service-cards-section {
    margin-top: 4rem;
}

.service-cards-container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px -1px 3px #0000000f, 0px -6px 6px #0000000d, 0px -13px 8px #00000008;
    margin-top: -150px;
    position: relative;
    z-index: 2;
}

.service-card-col {
    border-right: 1px solid var(--thajes-border-grey);
}

.card-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.card-title-main {
    font-size: 17px;
    font-weight: 700;
    color: var(--thajes-red);
    margin-top: 0;
}

.card-subtitle-main {
    font-size: 16px;
    font-weight: 600;
    color: var(--thajes-dark);
    margin-top: 1rem;
    height: 34px;
}



.service-header .service-category {
    color: var(--thajes-red);
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 1rem;
}

.service-header .service-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #0A1426;
    margin-bottom: 1rem;
}

.service-header .service-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--thajes-grey-text);
    text-align: justify;
}

.service-offering-box {
    background-color: var(--thajes-grey-light);
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 2rem;
}
.process-info-box.service-offering-box {
    padding: 6px 30px !important;
    margin-bottom: 30px;
}
.offered-services-title {
    font-size: 20px;
    font-weight: 600;
    color: #0A1426;
    margin-bottom: 1.5rem;
}

.service-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 20px;
}

    .service-item > div {
        flex: 1;
    }

.service-offering-box .col-lg-6.service-item {
    border-bottom: 1px solid var(--thajes-border-grey);
}

    .service-offering-box .col-lg-6.service-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .service-offering-box .col-lg-6.service-item:nth-child(odd) {
        border-right: 1px solid var(--thajes-border-grey);
        padding-right: 30px;
    }

.service-offering-box .col-lg-4.service-item {
    border-right: 1px solid var(--thajes-border-grey);
}

    .service-offering-box .col-lg-4.service-item:nth-child(3n) {
        border-right: none;
    }

    .service-offering-box .col-lg-4.service-item:nth-last-child(-n+2) { /* For 5 items */
        border-bottom: none;
        border-right: none;
    }

.service-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.service-item-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--thajes-dark);
    margin-bottom: 10px;
}

.service-item-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--thajes-grey-text);
    text-align: justify;
    line-height: 23px;
}

.key-benefits {
    margin-top: 2rem;
}

.key-benefits-title {
    font-size: 20px;
    font-weight: 600;
    color: #0A1426;
}

.benefit-item {
    font-weight: 600;
    font-size: 16px;
    color: #535353;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

    .benefit-item i {
        color: #28a745;
    }

.why-choose-section {
    padding: 1rem 0;
    background-color: var(--thajes-red-light);
}


.bento-item {
    background-color: #fff;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 15px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: var(--thajes-dark);
    font-size: 15px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.bento-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thajes-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bento-icon img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }

.cta-section {
    padding: 4rem 0;
    background-color: var(--thajes-red-light);
}


.cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #0C0E0F;
}

.cta-subtitle {
    font-size: 18px;
    color: #0C0E0F;
    margin-top: 1rem;
}

.cta-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

@@media (max-width: 991.98px) {
    .service-card-col {
        border-right: none;
    }

    .service-offering-box .col-lg-6.service-item:nth-child(odd),
    .service-offering-box .col-lg-4.service-item {
        border-right: none;
    }

    .service-offering-box .col-lg-4.service-item,
    .service-offering-box .col-lg-6.service-item {
        border-bottom: 1px solid var(--thajes-border-grey);
    }

    .service-offering-box .row > .service-item:last-child {
        border-bottom: none;
    }

    .cta-card {
        padding: 2.5rem;
    }

    .cta-title {
        font-size: 32px;
    }
}

.backbutton {
    background-color: black;
    border: 0px;
    margin-right: 2px;
}

.savebutton {
    background-color: #fd0205;
    color: white;
}

.backbutton:hover {
    background-color: black;
    border: 0px;
    margin-right: 2px;
}

.savebutton:hover {
    background-color: #fd0205;
    color: white;
}

.page-loader .page-loader__spinner img {
    width: 150px !important;
    height: 150px !important;
}

.page-loader-custom {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: #f3f3f3; */
    background-color: transparent;
    z-index: 999999999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.9;
}

.contact_us_phone .iti.iti--allow-dropdown {
    width: 100%
}

.contact_us {
    background-image: url(./Site/asset/images/about_us_image.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 380px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    bottom: 80px;
    position: relative;
    min-height: 320px;
}

.contact_us_right {
    border: 1px solid #FD3537;
    background: #FFE6E6;
    border-radius: 20px;
    padding: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.icon {
    color: red;
    font-size: 20px;
    margin-right: 10px;
    line-height: 1.5;
}

.text {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
}

.stay-connected {
    margin-top: 20px;
}

    .stay-connected strong {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 38px;
        letter-spacing: 0%;
    }

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
    background-color: #fd02057a;
    padding: 4px 9px;
    border-radius: 50px;
    color: #000000;
    background: #Fecacb;
}

    .social-icons a:hover {
        color: red;
    }

.contact_us_right h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0%;
}

.contact_us_right p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.contact_wrapper .form-group label {
    padding-bottom: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
}

.swiper-button-next, .swiper-button-prev {
    color: #fd0205 !important;
}

.swiper-pagination-bullet-active {
    background: #fd0205 !important;
}

.swal2-modal .swal2-styled {
    background-color: #FD0205 !important
}

.contact_wrapper h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 46px;
}

.contact_wrapper .form-group .form-control {
    background: #f4f4f4;
    border: 1px solid #f3f3f3;
}

.about-us.bg-white p {
    color: #6f6f6f
}

.about-us.bg-white h3 {
    color: #0A1426;
    font-size: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--thajes-dark);
}
.card-text-main {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--thajes-grey-text);
    line-height: 23px;
    text-align: justify;
    margin-top: 1rem;
}
.paragraph_text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--thajes-grey-text);
    text-align: justify;
    line-height: 23px;
}
.benefit-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 16px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .benefit-card p {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        color: #3f3f3f; 
    }
.why-works-section .section-main-title {
      font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-size: 32px;
}
.section_padding {
    padding: 1rem 0;
}
.ourprocesshero-section.ourprocess_warapper {
    position: relative;
    background-image: url('https://c.animaapp.com/mcvwzh14zsHiGT/img/mask-group-1.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 380px;
    bottom: 90px;
    z-index: 99;
    min-height: 450px
}
.header-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: -2%;
    text-align: center;
    color: #BCBCBC
}
.ourprocess_warapper .small {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #6F6F6F;
}

.ourprocess_warapper b {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #515151;
}
.primary_text {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FD0205;
}
.bold_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;

    font-size: 24px;
    color: #0A1426;
    padding-top: 16px;
}
.section-subtitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FD0205;
}
.cta-bg-img {
    position: absolute;
    right: -10%;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}
.cta-section {
    background-color: var(--thajes-cta-bg);
    position: relative;
    overflow: hidden;
}
.light_bg_section {
    background: #FFF7F7;
}
@media (max-width: 991.98px) {
    .hero-section {
        background-size: cover;
        min-height: auto;
        padding-bottom: 50px;
        padding-top: 120px;
    }

    .hero-content {
        position: static;
        padding-top: 4rem;
    }

    .cta-bg-img {
        display: none;
    }

    .cta-content {
        text-align: center;
    }

    .btn-group-cta {
        justify-content: center !important;
    }
    .img-fluid{
        width:100%;
    }
}
.ourprocess-card-section .card {
    border-radius: 24px;
}
.bg-light-grey {
    background-color: #F8F8F8 !important
}
.Technology_Stack {
    border: 1px solid #FFB6B9;
    background: #FFF5F5;
    border-radius: 20px;
    padding: 20px 20px;
}
.why-sproutly-section {
    background-color: var(--bg-light-pink);
    border: 1px solid var(--border-pink);
    border-radius: 20px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 48px 10px;
}
.section-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.5;
    color: #0A1426;
}
.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    padding: 20px;
}
    .feature-card .card-title, .advantage-title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 800;
        color: var(--text-primary);
    }
    .lead-text, .feature-list p, .feature-card .card-text, .advantage-text {
        font-size: 1rem;
        color: var(--text-muted);
        line-height: 1.6;
    }
.advantage-card {
    background-color: var(--bg-light-red);
    border-radius: 20px;
    padding: 30px;
}
.advantage-title {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-top: 1.5rem;
}
.lead-text, .feature-list p, .feature-card .card-text, .advantage-text {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
}
.advantage-title {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-top: 1.5rem;
}
.feature-card .card-title, .advantage-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    color: var(--text-primary);
}
    .advantage-title .fw-normal {
        font-size: 1.25rem;
        color: var(--text-secondary);
    }
.Artificial-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 46px;
    color: #FD0205
}
.tech-feature-card {
    gap: 10px;
    border-radius: 16px;
    padding: 16px;
    background-color: #FFFFFF;
    height: 150px !important;
}
    .tech-feature-card p {
        font-family: "Plus Jakarta Sans";
        font-weight: 500;
        font-size: 15px;
        line-height: 26px;
        padding-left: 34px;
    }
.tech-feature-card.card-gradient-border {
    border: 2px solid #FE434A;
}
    .tech-feature-card h4 {
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 18px;
        line-height: 26px;
        margin:0px;
    }
.use-case-list li {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #535353
}
.cta-section p {
    color: #6F6F6F
}
.process-info-box ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    background-color: #6F6F6F;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
@media (max-width: 767px) {

    .header_list {
        align-items: start;
    }
    .dropdown-menu {
        display: none;
        position: absolute !important;
        top: 119%;
        left: 31%;
        background-color: white !important;
        border: 1px solid #ccc !important;
        z-index: 1000 !important;
        padding: 17px !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
        .dropdown-menu::after {
            content: "\f106";
            font-family: 'FontAwesome';
            position: absolute;
            font-size: 22px;
            color: #fd0205 !important;
            top: 94px;
            left: -12px;
            background: transparent;
            z-index: 99999999999;
            /* transform: skewY(143deg); */
            transform: rotate(268deg);
        }
    @media (max-width: 767px) {

        .red_title {
            font-weight: 600;
            line-height: 22px !important;
            font-size: 23px !important;
            margin-bottom: 18px;
            color: #FD0205;
        }
        .dropdown-menu::after {
            content: "\f106";
            font-family: 'FontAwesome';
            position: absolute;
            font-size: 22px;
            color: #fd0205 !important;
            top: 94px;
            left: -12px;
            background: transparent;
            z-index: 99999999999;
            /* transform: skewY(143deg); */
            transform: rotate(268deg);
        }
        .bannerImg img {
            display:none;
        }
        .header_list li a {
            color: #000 !important;
        }
        .ourprocesshero-section.ourprocess_warapper {
            bottom: 0px;
            z-index: 99;
        }
        .about-header.solution-header section.about-us {
            margin-top: 90px;
        }
        button.getintouch {
            display: block !important;
        }
    }
    .cta-title {
        font-size: 38px;
        font-weight: 700;
        color: #0C0E0F;
        text-align: center;
    }
    .service-header .service-title{
        text-align:center;
    }
    .service-header .service-category {
        text-align: center;
    }
    .btn.btn-cta-primary {
        width: 100%;
        margin-bottom: 10px;
    }
    .btn.btn-cta-secondary {
        width: 100%;
    }
    .header_list.expand {
        position: fixed;
        right: 0;
        background: rgb(248, 248, 248);
        top: 79px;
        box-shadow: -4px 6px 7px 0px #75757530;
        transform: translateX(300px);
        transition: 1s all;
        width: 355px;
        height: calc( 100vh - 60px);
        display: flex;
        flex-direction: column;
        padding: 10px 20px;
        z-index: 99;
        margin: 0px 10px;
    }
    .header_list.expand {
        transform: translateX(0px);
        box-shadow: 2px 3px 4px rgb(227 227 227 / 60%);
        background-color: #fff !important;
    }
    .ourprocess-card-section .col-md-4.col-lg-3 {
        margin-bottom:10px;
    }
/*    p{
        text-align:center !important;
    }*/
/*    h1, h2 {
        text-align: center !important;
    }*/
}
@media only screen and (min-width: 320px) and (max-width: 1099px) {
 
    .red_title {
        font-weight: 600;
        line-height: 22px !important;
        font-size: 23px !important;
        margin-bottom: 18px;
        color: #FD0205;
    }
    .sponsor li {
        width: 100px;
    }
    .bannerSectionInner {
        margin-top: 0px;
    }
    .business-cont-rgt a.prev-btn {
        margin-right: 10px;
        position: absolute;
        top: -21px;
        left: 90% !important;
    }
}
.site-header.scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.video-abt {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
/*    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);*/
}

/* Thumbnail image */
.video-thumb {
    position: relative;
    cursor: pointer;
    display: block;
}

    .video-thumb img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    /* Play button overlay */
    .video-thumb::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 64px;
        background: url(Site/asset/images/play.png) no-repeat center center;
        background-size: contain;
        transform: translate(-50%, -50%);
        opacity: 0.95;
        transition: transform 0.3s ease;
        z-index: 2;
    }

    .video-thumb:hover::after {
        transform: translate(-50%, -50%) scale(1.1);
    }

/* Hide iframe initially */
.video-load iframe {
    width: 100%;
/*    height: 400px;*/
    border: none;
/*    display: none;*/
    border-radius: 12px;
}
.our-process.our-solutions .business-cont-rgt a.prev-btn {
    background-color: red;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}

.our-process.our-solutions .business-cont-rgt a.next-btn {
    background-color: red;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}
.our-solutions .busi-card-lst {
    width: 100%;
    background: #fff;
    padding: 16px 21px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    border: solid 1px #dbdbdb;
    cursor: pointer;
    height:100%;
}
.service-details .business-cont-rgt a.next-btn {
    background-color: red;
    border-radius: 100px;
    height: 30px;
    width: 30px;
}
.service-details .business-cont-rgt a.prev-btn {
    background-color: red;
    border-radius: 100px;
    height: 30px;
    width: 30px;
}
.service-details .service-item {
    max-height: 230px !important;
    height: 195px;
}
.service-details .service-item-title {
    height: 40px;
    align-items: center;
    display: flex;
}
.scrolling-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    padding: 10px 0;
}



    .scrolling-wrapper .card {
        width: 360px;
        flex: 0 3 auto;
        border: 1px solid #f7f7f7;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        gap: 4px;
    }
.ourprocess_warapper .business-cont-rgt a.next-btn {
    background-color: red;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    top: -13px;
}
.ourprocess_warapper .business-cont-rgt a.prev-btn {
    background-color: red;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    top: -13px;
}
input::placeholder {
    color: transparent !important;
}
/*body {
    background-color: #fd020505 !important;
}*/
li.contactUs{
    display:none;
}
@media only screen and (max-width: 600px) {
    .contact_us {
        margin-top: 80px;
    }
  
    .red_title {
        font-weight: 600;
        line-height: 22px !important;
        font-size: 23px !important;
        margin-bottom: 18px;
        color: #FD0205;
    }
    .dropdown-menu::after {
        content: "\f106";
        font-family: 'FontAwesome';
        position: absolute;
        font-size: 22px;
        color: #fd0205 !important;
        top: 26px;
        left: -12px;
        background: transparent;
        z-index: 99999999999;
        /* transform: skewY(143deg); */
        transform: rotate(268deg);
    }
    li.contactUs {
        display: block;
    }
    .business-cont-rgt a.prev-btn {
        top: -61px;
        left: 78% !important;
    }
    .business-cont-rgt a.next-btn {
        top: -63px !important;
        left: 91% !important;
    }
    .about-us-mg {
        margin-top: -86px !important;
    }
    .ourprocess_warapper .business-cont-rgt a.prev-btn {
        top: -23px;
        left: 88%;
    }
    .ourprocess_warapper .business-cont-rgt a.next-btn {
  
        top: -23px !important;
    }
    button.getintouch {
        padding: 0px 17px !important;
    }
    .contact_us_right{
        margin-top:10px;
    }
    }
.sponsor ul li img {
    filter: grayscale(100%) opacity(1000%);
    transition: filter 0.3s ease;
}

    .sponsor ul li img :hover {
        filter: grayscale(0%) opacity(100%);
    }
.cursorpoint {
    cursor: pointer
}
    .cursorpoint .card-title-main:hover {
        color: #6c6c6c
    }
.process-subtitle-main {
    font-size: 18px;
    font-weight: 600;
    color: var(--thajes-red);
    margin-top: 1rem;
}
.why-thajes-section p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6F6F6F
}

.why-thajes-section h4 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #262626
}



.seaction_margin p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
}
.Technology_warapper .card-subtitle-main {
    height: 16px;
    margin-top: 0.9rem;
}
.service_header_card .card-title-main {
    height: 28px;
}
.Technology_warapper .text-start h2.sub-head-title {
    color: #fd0205 !important;
    font-size:28px !important;
}
@media only screen and (min-width: 864px) and (max-width: 1100px) {
    .busi-card-lst {
        height: 100% !important;
    }
    .card-subtitle-main {
        font-size: 14px;
        font-weight: 600;
        color: var(--thajes-dark);
        margin-top: 1rem;
        height: 34px;
    }
    .btn.btn-cta-secondary {
        background-color: #ffffff;
        color: var(--thajes-red);
        border: 1px solid var(--thajes-red);
        padding: 10px 15px;
        font-weight: 600;
        font-size: 15px;
        border-radius: 10px;
    }
    .ourprocess-card-section .card {
        border-radius: 24px;
        height: 450px !important;
    }
    .Technology_warapper .card-subtitle-main {
        height: 25px;
        margin-top: 0.9rem;
    }
    .Technology_warapper .ourprocess-card-section .card {
        border-radius: 24px;
        height: 230px !important;
    }
    .tech-feature-card {
        height: 184px !important;
    }
}
@media (min-width: 1103px) and (max-width: 1463px) {
    .step:nth-child(3) {
        right: 0%;
        top: -76%;
    }

}
