@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
span,
textarea,
p {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
}

a {
    font-family: 'Bai Jamjuree', sans-serif;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1480px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #161616;
}


/* ---banner_bg-- */

.banner_bg {
    margin-bottom: 120px;
    background-image: url(../images/de_images/mobileappdevelopment_img/webbaneer.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    padding: 160px 0;
}

.banner_outer {
    background-repeat: no-repeat;
    border-radius: 50px;
}


.banner_outer .right_part {
    width: 60%;
}

.banner_outer .right_part .heading {
    padding: 0;
    text-align: left;
}

.banner_outer .right_part .heading h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 20px;
    color: #fff;
    line-height: 65px;
}

.banner_outer .right_part .heading h1 b {
    -webkit-text-fill-color: #fc7600;
}

.banner_outer .right_part .heading span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 0;
    line-height: normal;
}

.banner_outer .right_part .heading span::before {
    position: unset;

}

.banner_outer .right_part .heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-bottom: 20px;
}

.banner_outer .right_part button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 35px;
    align-items: center;
    justify-content: space-around;
    background: #fc7600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

/* ---banner_bg-- */

/* --deep_tech-- */

.deep_tech {
    padding: 0;
    margin-bottom: 120px;
}

.deep_tech_outer {
    padding: 0;
}

.deep_tech_outer .left_part {
    width: 100%;
    display: flex;
    padding-bottom: 50px;
    gap: 50px;
    align-items: center;
}

.deep_tech_outer .right_part {
    width: 100%;
}

.deep_tech_outer button {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 45px;
    align-items: center;
    justify-content: space-around;
    background: #fc7600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}



.deep_tech_outer .left_part span {
    font-weight: 500;
    color: #7b7b7b;
    font-size: 18px;
    padding-left: 40px;
    position: relative;
}

.deep_tech_outer .left_part span::before {
    position: absolute;
    content: "";
    background: #fc7600;
    width: 20px;
    height: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.deep_tech_outer .left_part p {
    text-align: right;
    width: 70%;
}

.deep_tech_outer {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.arab_markets ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.icon_heading p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(13, 22, 17, 60%);
}

.arab_markets ul li {
    background: #afaead24;
    padding: 20px;
    border-radius: 10px;
}

.arab_markets ul li .arab_markets_inner {
    padding: 0;
    position: relative;
    z-index: 9;
    display: flex;
    gap: 25px;
}

.arab_markets ul li .arab_markets_inner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    padding-bottom: 30px;
    position: relative;
}

.arab_markets ul li .arab_markets_inner h3::before {
    position: absolute;
    content: "";
    background: #0d1611;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 13px;
}



.technologies {
    margin-bottom: 120px;
    padding: 0;
    position: relative;
}

.technologies_img {
    width: 100%;
}

.technologies_img img {
    width: 100%;
    max-width: 700px;
}

.technologies .technologies_outer .left_part {
    padding: 0;
    text-align: left;
    width: 60%;
}

.technologies .technologies_outer .left_part h2 {
    padding-bottom: 20px;
}

.technologies .technologies_outer .right_part {
    padding: 0;
    width: 40%;
}

.technologies .technologies_outer {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.technologies .technologies_outer .right_part ul {
    grid-template-columns: repeat(3, 1fr);
}

.technologies_outer .right_part ul {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 24px;
}

.technologies_outer .right_part ul li {
    padding: 0;
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    text-align: center;
    border-radius: 0;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;

}

.technologies_outer .right_part ul li:last-child {
    display: none;
}

.technologies_outer .right_part ul li span {
    font-size: 15px;
    display: block;
    flex-wrap: wrap;
    opacity: 0;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: normal;
    position: absolute;
    bottom: 10px;
}

.technologies_outer .right_part ul li:hover span {
    opacity: 1;
    color: #000 !important;
    transition: all 0.5s ease-in-out;
}


/* --deep_tech-- */
.sec6_taxi_outer {
    padding: 0;
    margin-bottom: 120px;
}

.sec6_taxi_heading {
    padding-bottom: 70px;
    text-align: left;
}

.tabs_innernew {
    width: 75%;
    background: #000;
    border-radius: 18px;
    padding: 70px 50px 70px 100px;
}

.sec6_taxi_heading h2 {
    padding-bottom: 10px;
}

.tabs_main_outer .tabs {
    padding: 0px;
    list-style: none;
    width: 25%;
    position: relative;
    left: 40px;
}

.Customer_Panel_main_outer {
    display: flex;
    align-items: center;
    gap: 60px;
}

.tabs_main_outer .tabs li {
    background: none;
    background: #fff;
    box-shadow: rgb(14 13 12 / 9%) 4px 3px 18px 0px;
    padding: 22px;
    border-radius: 10px;
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;

}

.tabs_main_outer .tabs li:last-child {
    margin-bottom: 0;
}

.tabs_main_outer .tabs li:hover {
    background: #fc7600;
    color: #ffff;
    transition: all 0.2s ease-in-out;

}

.tabs_main_outer .tabs li.current {
    background: #fc7600;
    padding: 22px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}

.tabs_main_outer .tab-content {
    display: none;
}

.tabs_main_outer .tab-content.current {
    display: inherit;
}

.tabs_main_outer .tabsnew {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
    margin-top: -30px;
}


.color {
    color: #fc7600;
    text-decoration: none;
}

.color:hover {
    color: #fc7600;
    text-decoration: none;
}

.tabs_main_outer .tab-content {
    display: none;
}

.tabs_main_outer .tab-content.currenttow {
    display: inherit;
}

.taxi_industry_logos ul li p {
    display: block;
    width: 100%;
}

.Customer_Panel_main_outer .left_part {
    text-align: left;
}

.Customer_Panel_main_outer .right_part {
    width: auto;
}

.tabs_main_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sys_delivery_apps_services_list ul {
    padding: 0;
}

.sys_delivery_apps_services_list ul li {
    width: 100%;
    font-size: 26px;
    color: #161616;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;

}

.sys_delivery_apps_services_list ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    margin: -6px 0;
    background: #fc7600;
    transition: all .4s ease-in-out;
    border-radius: 100px;
}

.sys_delivery_apps_services_list h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding-bottom: 30px;
    color: #fff;
    position: relative;
}

.sys_delivery_apps_services_list h3::before {
    position: absolute;
    content: "";
    background: #fc7600;
    width: 50px;
    height: 5px;
    left: 0;
    bottom: 13px;
    border-radius: 100px;
}

.sys_delivery_apps_services_list p {
    padding-bottom: 40px;
    color: rgba(255, 255, 255, 60%);
    max-width: 400px;
}

.sys_delivery_apps_services_list ul li p {
    padding-bottom: 0px;
    font-weight: 300;
}

/* ----sec06_taxi_outer----*/

/* ============================================
   Industries Section
   ============================================ */

.industries-section {
    margin-bottom: 120px;
}

.industries-carousel {
    position: relative;
    margin-top: 60px;
}

.industries-container {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px 0;
    margin: 0px 100px
}

.industries-container::-webkit-scrollbar {
    display: none;
}

.industry-item {
    text-align: center;
}

.industry-icon {
    min-width: 150px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
}

.industries_heading {
    text-align: center;
    position: relative;
}

.industries_heading h2 {
    padding-bottom: 10px;
}

.industries_heading::before {
    position: absolute;
    content: "";
    background: #fc7600;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 5px;
    border-radius: 100px;
    bottom: -30px;
}

.industry-icon {
    font-size: 3rem;
    margin-bottom: 30px;
    position: relative;
}

.industry-icon:hover::before {
    position: absolute;
    content: "";
    background: #fc7600;
    width: 60px;
    height: 5px;
    border-radius: 10px 10px 0 0;
    top: -7px;
}

.industry-icon:hover::after {
    position: absolute;
    content: "";
    background: #fc7600;
    width: 60px;
    height: 5px;
    border-radius: 0 0 10px 10px;
    bottom: -7px;
}

.industry-name {
    font-size: 16px;
    line-height: normal;
}

.carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: 0.2s ease;
    border: solid 1px #ccc;
    cursor: pointer;
}

.carousel-btn:hover {
    background-color: #fc7600;
    border-color: #fc7600;
    color: #000;
}

.carousel-btn-prev {
    left: -25px;
}

.carousel-btn-next {
    right: -25px;
}

.Tech_Stack_Development_Outer {
    padding-bottom: 120px;
    width: 100%;
    margin: 0
}

.Tech_Stack_Development_Outer_Top {
    text-align: center;
    line-height: normal;
    margin-bottom: 50px
}

.Tech_Stack_Development_Outer_Top h2 {
    display: block;
    margin: 0;
}

.Tech_Stack_Development_Outer_Top p {
    margin: 15px 0 20px
}

.Tech_Stack_Development_Outer_Top p a {
    background: #fc7600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.Fantasy_Sports_Tech_Stack_Tabing {
    margin: 40px 0 0
}

.Fantasy_Sports_Tech_Stack_Tabing .tab {
    --animation-time: 200ms;
    position: relative
}

.Fantasy_Sports_Tech_Stack_Tabing .tabs-wrapper:hover .tabs:hover .tab:active::after,
.Fantasy_Sports_Tech_Stack_Tabing .tabs:hover .tab:active::after {
    transition-delay: 0s, 0s
}

.Fantasy_Sports_Tech_Stack_Tabing .tabs-wrapper {
    width: 100%;
}

.Fantasy_Sports_Tech_Stack_Tabing .tabs {
    display: flex;
    justify-content: center;
    gap: 0 15px;
}

.Fantasy_Sports_Tech_Stack_Tabing .active-content .text {
    display: none
}

.Fantasy_Sports_Tech_Stack_Tabing .active-content .text.active-text {
    display: block
}

.Fantasy_Sports_Tech_Stack_Tabing .section-slk .tab {
    color: #141414;
    font-size: 17px;
    padding: 20px 40px;
    border-radius: 10px 10px 0 0;
    text-decoration: none !important;
    background: #efefef;

    font-weight: 500;
    position: relative;
}

.Fantasy_Sports_Tech_Stack_Tabing .section-slk .tab.is-active {
    font-weight: 600;
    background: #fc7600;
    color: #fff;
}

.Fantasy_Sports_Tech_Stack_box {
    margin: 0;
    width: 100%
}

.Fantasy_Sports_Tech_Stack_box ul {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 23px rgb(100 97 97 / 12%);
    padding: 40px;
    border-radius: 20px;
}

.Fantasy_Sports_Tech_Stack_box ul li {
    margin: 0;
    width: 100%;
    text-align: center;
    border-right: solid 1px #cfd0cf;
}

.Fantasy_Sports_Tech_Stack_box ul li:last-child {
    border-right: 0;
}

.color {
    color: #fc7600;
    text-decoration: none;
}

.color:hover {
    color: #fc7600;
    text-decoration: none;
}

.Fantasy_Sports_Tech_Stack_box ul li .Fantasy_Sports_Tech_Stack_box_inner span img {
    width: auto
}

.Fantasy_Sports_Tech_Stack_box ul li .Fantasy_Sports_Tech_Stack_box_inner p {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    display: block;
    margin: 0
}

/*  */

/* --callto_action-- */

.callto_action {
    background: #000;
    padding: 60px 0;
    margin-bottom: 120px;
}

.callto_action p {
    color: #fff;
    font-weight: 400;
    max-width: 680px;
    font-size: 16px;
}

.callto_action_outer h2 b {
    font-weight: 300;
}

.callto_action_outer h2 {
    color: #fff;
    padding-bottom: 10px;
}

.callto_action_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.callto_action_outer button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 35px;
    align-items: center;
    justify-content: space-around;
    background: #fc7600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

/* --callto_action-- */

.key_benefits {
    margin-bottom: 120px;
}

.key_benefits_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50px;
    text-align: center;
}


.heading h2 {
    padding-bottom: 10px;
    text-align: center;
}


.key_benefits {
    margin-bottom: 100px;
}

.key_benefits_list {
    width: 100%;
}

.key_benefits_list ul {
    display: flex;
    align-items: center;
    gap: 34px;

}

.key_benefits_list ul li {
    width: 100%
}

.key_benefits_list_box {
    background: #fff;
    padding: 22px;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    min-height: 330px;
    text-align: center;
}

.key_benefits_list_box span {
    padding: 0;
    background: #fff;
    border: solid 2px #fc7600;
    border-style: dashed;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    box-shadow: 0px 8px 32px rgba(32, 31, 31, 8%);
    margin: auto;
    margin-bottom: 25px;
}

.key_benefits_list_box h3 {
    font-size: 22px;
    font-weight: 500;
    color: #161616;
    padding-bottom: 15px;
}

.key_benefits_list_box p {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 26px;
}

.key_benefits_list.one {
    width: 100%;
    margin-top: 34px;
}

/* --offline_businesses-- */
.offline_businesses {
    padding: 0;
    margin-bottom: 150px;
}

.offline_businesses_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offline_businesses_outer .left_part {
    width: 50%;
}

.offline_businesses_outer .left_part .heading {
    padding-bottom: 50px;
}

.offline_businesses_list {
    width: 80%;
}

.offline_businesses_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.offline_businesses_list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offline_businesses_list ul li h3 {
    font-size: 20px;
    color: #161616;
    font-weight: 600;
    width: 100%;
}

.Steps_outer ul li h3 {
    padding: 20px 0 0 0;
    font-size: 18px;
}

.offline_businesses_outer .right_part {
    width: 50%;
    text-align: center;
}

/* --top_brands-- */

.top_brands {
    background: #fdf7f2;
    padding: 100px 0;
    margin-bottom: 150px;
}

.top_brands .heading h2 {
    margin: auto;
    text-align: center;
    padding-bottom: 80px;
}

.top_brands_list {
    padding: 0;
}

.top_brands_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_brands_list ul li {
    border: solid 1px #e9e9e9;
    min-height: 220px;
    line-height: 220px;
    text-align: center;
    width: 100%;
}

.top_brands_list ul li:nth-child(1n) {
    border-left: 0;
}

.top_brands_list ul li:first-child {
    border-left: solid 1px #e9e9e9;
}

/*Sec 07 End*/
.framework {
    margin-bottom: 120px;
    background: #fbfbfb;
    padding: 60px 0;
}

.framework_outer h2 {
    text-align: center;
    padding-bottom: 40px;
}

.logos ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/de_images/mobileappdevelopment_img/process-b.png);
    width: 61px;
    height: 99px;
    background-repeat: no-repeat;
    top: 50%;
    right: -60px;
}

.processb::after {
    position: absolute;
    content: "";
    background-image: url(../images/de_images/mobileappdevelopment_img/process-b.png);
    width: 61px;
    height: 101px;
    background-repeat: no-repeat;
    left: -70px;
    top: 50%;
    transform: rotate(180deg);
}

.processb::before {
    display: none;
}

.processb:last-child::after {
    display: none;
}

.framework_outer p {
    text-align: center;
    padding-bottom: 50px;
}

.logos {
    padding: 0;
    width: 50%;
    margin: auto;
}

.logos ul li {
    background: #fff;
    box-shadow: 0px 9px 32px rgba(32, 21, 21, 10%);
    padding: 20px 20px 20px 40px;
    border-radius: 100px;
    margin-bottom: 30px;
    width: fit-content;
    min-width: 350px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.logos ul li:last-child {
    margin-bottom: 0;
}

.logos ul li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fc7600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.logos ul li:nth-child(2n) {
    margin-left: auto;
}

.logos ul li img {
    max-width: 80px;
}


/*Sec 07 End*/

/* -----Faq-----*/
.faq_ECommerce {
    margin: 0;
}

.sys_grocery_accorden_bottom h2 {
    font-size: 40px;
    font-weight: 700;
    color: #18191b;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #3c3a3d;
    font-size: 22px;
    font-weight: 600;
    border: none;
    background: 0 0;
    outline: 0;
}

.accordion-item {
    position: relative;
    counter-increment: count;
    transition: all ease-in-out 1s;
    background: linear-gradient(271deg, #fff, #fc76000a);
    padding: 12px 30px;
    margin-bottom: 10px;
    border-radius: 20px !important;
    border: solid 1px #e1dfdf;
}

.accordion-title {
    color: #18191b;
    font-size: 20px;
    font-weight: 600;
}

.accordion button:focus,
.accordion button:hover {
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 30px
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 16px;
    left: 10px;
    width: 15px;
    height: 3px;
    background: #000;
    color: #000;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 16px;
    width: 3px;
    height: 16px;
    background: #000;
    color: #000;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all .2s linear;
    will-change: opacity, max-height;
    transition: all ease-in-out 1.5s;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s linear, max-height .2s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    padding-right: 100px;
    color: #161616;
}

/* -----Faq-----*/

.scroll_bar {
    position: relative;
    background-image: linear-gradient(to right, #fc76001a, #fff, #fc76001a);
    margin-bottom: 120px;
}

.right_scroll_outer {
    display: flex;
    align-self: center;
    gap: 50px;
}

.left_scrollheading {
    width: 30%;
    text-align: left;
    padding: 100px 0;
}

.left_scrollheading h2 {
    padding-bottom: 30px;
    position: relative;
}

.left_scrollheading h2::before {
    position: absolute;
    content: "";
    background: #fc7600;
    left: 0;
    width: 42px;
    height: 5px;
    border-radius: 100px;
    bottom: 11px;
}

.right_scroll {
    background-image: linear-gradient(to right, #fc76001a, #fff, #fff4eb);
    padding: 20px 0px 20px 50px;
    border-radius: 300px 0 0 300px;
    width: 70%;
    display: flex;
    align-items: center;
    gap: 50px;
}

.right_scroll_content {
    padding: 0;
}

.right_scroll_content ul {
    padding: 0;
    padding-right: 30px;
    height: 300px;
    overflow-y: auto;
}

.right_scroll_content ul li {
    padding: 0;
    margin-bottom: 34px;
    font-size: 26px;
    font-weight: 700;
    color: #0d1611;
    line-height: normal;
    min-height: 190px;
}


.right_scroll_content ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}

.right_scroll_content ul::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.right_scroll_content ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fc7600;
}

.right_scroll_content .active {
    background: #fc7600;
    border-radius: 25px;
    color: #fff !important;
    padding: 24px !important;
    display: flex;
    align-items: center;
    gap: 20px;

}

.right_scroll_content img {
    display: none;
}

.right_scroll_content .active img {
    display: block;
    filter: brightness(0);
}

/*Sec 07 start*/
.innovation {
    padding: 0;
    margin-bottom: 120px;
}

.innovation_outer {
    padding: 0;
}

.innovation_heading h2 {
    padding-bottom: 15px;
}

.sec01_digital_inner_btn a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    box-shadow: rgba(252, 118, 0, 0.47) 9px 7px 38px 0px;
    background: #fc7600;
    padding: 22px 30px;
    border-radius: 10px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;
}

.sec01_digital_inner_btn a:hover {
    color: #fff;
    background: #fc7600;
}

.innovation.one .innovation_heading {
    justify-content: center;
}

.innovation_heading {
    display: flex;
    align-items: center;
    gap: 200px;
    padding-bottom: 40px;
}

.innovation_outer {
    padding: 0;
}

.innovation_outer ul {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.innovation_outer ul li {
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    padding: 24px;
    border-radius: 20px;
    width: 100%;
    width: calc(100% / 3 - 20px);
}

.innovation_outer.tow ul li {
    background: linear-gradient(183deg, #fff, #fef5ee);
    width: calc(100% / 4 - 20px);
    box-shadow: 0 0 0 0;
    border: solid 1px #f1f1f1;
}

.innovation_outer.tow ul {
    gap: 20px;
}

.icon_heading span img {
    max-width: 55px;
}

.innovation_outer ul li span {
    background: #fcf1e6;
    padding: 14px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 10px;
}

.key_benefits_list_box span img {
    max-width: 50px;
}

.innovation_outer ul li h3 {
    padding-bottom: 10px;

}

.innovation_outer.tow ul li h3 {
    color: #000;
}

.innovation_outer ul li h3 {
    color: #fc7600;
}

.icon_heading span {
    padding-bottom: 20px;
    display: block;
}

/*Sec 07 end*/
.sec02_courier_outer {
    margin-bottom: 120px;
    position: relative;
}

.sec01_courier_inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 50px;
}


.sec01_courier_inner .right_part {
    width: 50%;
    margin: auto;
}

.sec01_courier_inner .left_part {
    width: 50%;
    text-align: center;
}

section.sec02_courier_outer .sec01_digital_inner_btn {
    margin: auto;
}

.sec01_courier_inner .right_part h2 {
    padding-bottom: 30px;
}

.sec01_courier_inner .right_part p {
    padding-bottom: 30px;
}

.sec01_courier_inner .right_part p:last-child {
    padding-bottom: 0;
}

.sec01_courier_inner .left_part img {
    width: auto;
}

.sec01_courier_inner button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 35px;
    align-items: center;
    justify-content: space-around;
    background: #fc7600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

/* --responsive-css-- */

@media only screen and (max-width:1500px) {
    .banner_bg {
        padding: 70px 0;
    }

    .banner_outer .right_part .heading h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .tabs_innernew {
        padding: 40px 30px 50px 70px;
    }

    .food_phone img {
        max-width: 300px;
    }

    .sys_delivery_apps_services_list h3 {
        font-size: 32px;
    }

    .tabs_main_outer .tabs li.current {
        padding: 16px;
        font-size: 20px;
    }

    .tabs_main_outer .tabs li {
        padding: 16px;
        font-size: 20px;
    }

    .sec6_taxi_heading {
        padding-bottom: 50px;
    }

    .industry-icon {
        min-width: 110px;
        min-height: 110px;
    }

    .industry-icon img {
        max-width: 55px;
    }

    .carousel-btn-prev {
        left: 0;
    }

    .carousel-btn-next {
        right: 0;
    }

    .industry-icon {
        margin-bottom: 20px;
    }

    .right_scroll>div img {
        max-width: 300px;
    }

    p {
        font-size: 18px;
        line-height: 30px;
    }

    .right_scroll {
        padding: 20px 0px 20px 30px;

    }

    .right_scroll_content ul li {
        min-height: 190px;
        font-size: 24px;
        width: 100%;
    }

    .right_scroll_content {
        width: 100%;
    }

    .right_scroll_content .active img {
        max-width: 50px;
    }
}

@media only screen and (max-width:1366px) {
    .banner_outer .right_part .heading h1 {
        font-size: 32px;
        line-height: 45px;
    }

    .technologies_outer .right_part ul li {
        width: 130px;
        height: 130px;
    }

    .industry-name {
        font-size: 16px !important;
    }

    .industries-section {
        margin-bottom: 100px;
    }

    .processpicture_outer img {
        width: 100%;
    }

    .processpicture {
        margin-bottom: 100px;
    }

    .deep_tech_outer .left_part h2 {
        padding: 0 0px 0;
    }

    h2 {
        font-size: 26px !important;
        line-height: normal;
    }

    .arab_markets ul li .arab_markets_inner h3 {
        font-size: 20px;
    }

    .key_benefits_outer {
        gap: 20px;
    }

    .Customer_Panel_main_outer {
        gap: 40px;
    }

    .sys_delivery_apps_services_list h3 {
        font-size: 26px;
    }

    .tabs_main_outer .tabs {
        left: 0;
    }

    .tabs_innernew {
        padding: 30px;
    }

    .Fantasy_Sports_Tech_Stack_Tabing .section-slk .tab {
        font-size: 16px;
        padding: 16px 20px;
    }

    h3 {
        font-size: 20px !important;
    }

    .innovation {
        margin-bottom: 80px;
    }

    .Fantasy_Sports_Tech_Stack_box ul {
        padding: 30px;
    }

    .Fantasy_Sports_Tech_Stack_box ul li .Fantasy_Sports_Tech_Stack_box_inner span img {
        width: 50px;
    }

    .Tech_Stack_Development_Outer_Top p {
        margin: 15px 0 0;
    }

    .Tech_Stack_Development_Outer_Top {
        margin-bottom: 40px;
    }

    .chatbot_heading {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:1199px) {
    .tabs_main_outer .tabs li {
        padding: 12px;
        line-height: normal;
    }

    .framework {
        margin-bottom: 80px;
    }

    .technologies {
        margin-bottom: 80px;
    }

    .technologies_outer .right_part ul li {
        width: 120px;
        height: 120px;
    }

    .technologies_outer .right_part ul li img {
        width: 60px;
    }

    .technologies_outer .right_part ul li img {
        max-width: 55px;
    }

    .technologies .technologies_outer .left_part {
        width: 50%;
    }

    .technologies .technologies_outer .right_part {
        width: 50%;
    }

    .innovation_outer ul li {
        padding: 20px;
        border-radius: 10px;
    }

    .tabs_main_outer .tabs li.current {
        padding: 16px;
        font-size: 18px;
    }

    .key_benefits_list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .key_benefits_list_box {
        min-height: 270px;
    }

    .key_benefits_outer .heading {
        width: 100%;
        text-align: center;
    }

    .heading h2 {
        padding-bottom: 10px;
        text-align: center;
    }

    .key_benefits_list_box span {
        width: 75px;
        height: 75px;
        margin-bottom: 16px;
    }

    .processpicture {
        margin-bottom: 80px;
    }

    .innovation_heading {
        padding-bottom: 20px;
        justify-content: center;
        text-align: center;
    }

    .innovation_outer ul li {
        width: calc(100% / 2 - 10px);
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 30px;
    }

    .key_benefits_outer {
        flex-wrap: wrap;
        gap: 30px;
    }

    .tabs_innernew {
        width: 70%;
    }

    .technologies .technologies_outer .left_part h2 {
        padding-bottom: 10px;
    }

    .logos {
        width: 60%;
    }

    .framework {
        padding: 40px 0;
    }

    .innovation_outer ul {
        gap: 20px;
    }

    .tabs_main_outer .tabs {
        width: 30%;
    }

    .banner_bg {
        margin-bottom: 80px;
    }

    .deep_tech {
        margin-bottom: 80px;
    }

    .sec6_taxi_outer {
        margin-bottom: 80px;
    }

    .industries-section {
        margin-bottom: 80px;
    }

    .scroll_bar {
        margin-bottom: 80px;
    }

    .Tech_Stack_Development_Outer {
        padding-bottom: 80px;
    }

    section.chatbot {
        margin-bottom: 80px;
    }

    .callto_action {
        margin-bottom: 80px;
    }

    .banner_outer .right_part {
        width: 60%;
    }

    .arab_markets ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-carousel {
        margin-top: 50px;
    }

    .industry-name {
        font-size: 16px !important;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
    }

    .industries-container {
        margin: 0px 50px;
    }

    .right_scroll_outer {
        flex-wrap: wrap;
        gap: 30px;
        padding: 40px 0;
    }

    .left_scrollheading {
        width: 100%;
        text-align: center;
        padding: 0px 0 0;
    }

    .left_scrollheading h2::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .right_scroll {
        width: 100%;
        border-radius: 0;
        background: unset;
        padding: 0;

    }

    .right_scroll>div img {
        display: block;
        max-width: 50px;
    }

    .right_scroll_content ul {
        height: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding-right: 0;
    }

    .scroll_bar {
        background-image: linear-gradient(to right, #e5fda7, #e9feb4, #f6fedf);
    }

    .right_scroll_content ul li {
        min-height: auto;
        font-size: 18px;
        width: 100%;
    }

    .website {
        display: none;
    }

    .right_scroll_content ul li {
        background: #224432;
        border-radius: 25px;
        color: #fff !important;
        padding: 24px !important;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
        border-radius: 15px;
    }

    .right_scroll_content ul li.active {
        background: #224432;
        border-radius: 25px;
        color: #fff !important;
        padding: 24px !important;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
        border-radius: 15px;
    }
}

@media only screen and (max-width:992px) {
    .banner_bg {
        padding: 50px 0;
    }

    .sec01_courier_inner .left_part {
        width: 100%;
        text-align: center;
    }

    .sec01_courier_inner {
        gap: 30px;
        flex-wrap: wrap;
    }

    .sec01_courier_inner .right_part {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .sec01_courier_inner .right_part h2 {
        padding-bottom: 20px;
    }

    .sec01_courier_inner .right_part p {
        padding-bottom: 20px;
    }

    .sec01_courier_inner .left_part img {
        width: 60%;
    }

    .sec01_courier_inner button {
        padding: 15px 20px;
        margin: auto;
    }

    .sec02_courier_outer {
        margin-bottom: 80px;
    }

    .innovation_outer.tow ul li {
        width: calc(100% / 2 - 10px);
    }

    .deep_tech_outer .left_part p {
        text-align: center;
        width: 100%;
    }

    .banner_outer .right_part .heading {
        text-align: center;
    }

    .industries_heading h2 {
        padding-bottom: 0;
    }

    .industries-carousel {
        margin-top: 40px;
    }

    .logos ul li::before {
        display: none;
    }

    .processb::after {
        display: none;
    }

    .framework_outer h2 {
        padding-bottom: 30px;
    }

    .framework {
        padding: 30px 0;
    }

    .banner_outer .right_part {
        width: 100%;
    }

    .banner_outer .right_part button {
        margin: auto;
    }

    .deep_tech_outer .left_part {
        padding-bottom: 30px;
    }

    .key_benefits {
        margin-bottom: 80px;
    }

    .technologies .technologies_outer {
        flex-wrap: wrap;
    }

    .technologies .technologies_outer .left_part {
        width: 100%;
        text-align: center;
    }

    .technologies .technologies_outer .right_part {
        width: 100%;
    }

    .technologies_outer .right_part ul li {
        width: 100%;
    }

    .deep_tech_outer .left_part {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .tabs_main_outer {
        flex-wrap: wrap;
    }

    .tabs_main_outer .tabs {
        width: 100%;
        display: flex;
        gap: 20px;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 30px;
    }

    .tabs_main_outer .tabs li {
        margin-bottom: 10px;
    }

    .tabs_innernew {
        width: 100%;
    }

    .tabs_main_outer .tabs li {
        font-size: 18px;
    }

    .tabs_main_outer .tabs li.current {
        font-size: 18px;
        padding: 14px;
    }

    .food_phone img {
        max-width: 250px;
    }

    .sys_delivery_apps_services_list h3 {
        font-size: 22px;
    }

    .sys_delivery_apps_services_list p {
        padding-bottom: 0;
    }

    .right_scroll_content ul li {
        padding: 16px !important;
    }

    .Fantasy_Sports_Tech_Stack_Tabing .tabs {
        white-space: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .Fantasy_Sports_Tech_Stack_box ul li .Fantasy_Sports_Tech_Stack_box_inner span img {
        width: 40px;
    }

    .Fantasy_Sports_Tech_Stack_box ul li .Fantasy_Sports_Tech_Stack_box_inner p {
        font-size: 14px;
    }

    .Tech_Stack_Development_Outer_Top {
        margin-bottom: 20px;
    }

    .ubrcln_buld_bx {
        width: 45%;
    }

    .callto_action_outer {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }

    .callto_action {
        padding: 40px 0;
    }
}

@media only screen and (max-width:767px) {
    .arab_markets ul {
        display: flex;
        overflow-x: auto;
    }

    .arab_markets ul li {
        border-radius: 0;
    }

    .innovation_outer.tow ul li {
        text-align: center;
    }

    .processpicture {
        padding: 20px 0;
    }

    .innovation_outer ul li {
        text-align: center;
    }

    .logos {
        width: 100%;
    }

    .framework_outer {
        padding: 0 30px;
    }

    .logos ul li:last-child {
        margin-bottom: 0;
    }

    .processpicture h2 {
        padding-bottom: 30px;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 20px;
    }

    h3 {
        font-size: 18px !important;
    }

    .arab_markets ul li {
        min-width: 300px;
    }

    .industries-container {
        gap: 20px;
    }

    .industries-section {
        margin-bottom: 60px;
    }

    .key_benefits_list_box {
        min-height: 100%;
    }

    .key_benefits_list ul {
        align-items: normal;
    }

    .key_benefits_list.one {
        margin-top: 14px;
    }

    .key_benefits {
        margin-bottom: 70px;
    }

    .innovation_outer ul li {
        padding: 20px;
    }

    .sec6_taxi_heading {
        text-align: center;
    }

    .Customer_Panel_main_outer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Customer_Panel_main_outer .right_part {
        text-align: center;
    }

    .sys_delivery_apps_services_list h3::before {
        left: 50%;
        transform: translateX(-50%);

    }

    br {
        display: none !important;
    }

    .right_scroll_content ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .right_scroll_content ul li {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .right_scroll_content ul li {
        font-size: 16px;
    }

    .right_scroll_content ul li.active {
        font-size: 16px;
    }

    .right_scroll_content ul li.active {
        padding: 14px !important;
        border-radius: 10px;
    }

    .right_scroll_content ul li {
        padding: 14px !important;
        border-radius: 10px;
    }

    .Fantasy_Sports_Tech_Stack_box ul li {
        width: 30%;
    }

    .Fantasy_Sports_Tech_Stack_box ul {
        padding: 20px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .Fantasy_Sports_Tech_Stack_box ul li {
        border: unset;
        background: #f1f1f1;
        padding: 20px;
    }

    .ubrcln_buld_bx {
        margin: 0 20px 20px 0;
    }

    .banner_bg {
        background-size: cover;
        background-position-x: center;
    }

}

@media only screen and (max-width:600px) {
    .banner_outer .right_part .heading h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .banner_outer .right_part .heading p {
        font-size: 16px;
        line-height: 22px;
    }

    .innovation_outer ul li {
        width: 100%;
        text-align: center;
    }

    .deep_tech_outer .left_part {
        padding-bottom: 30px;
    }

    .industries-carousel {
        margin-top: 40px;
    }

    .key_benefits_list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .processpicture {
        margin-bottom: 60px;
    }

    .banner_bg {
        padding: 30px 0;
    }

    .banner_outer .right_part button {
        padding: 14px 20px;
    }

    .logo a img {
        max-width: 150px;
    }

    .accordion .accordion-content p {
        padding-right: 0;
        font-size: 14px;
    }

    .accordion button .accordion-title {
        padding: 0;
        font-size: 15px;
    }

    .accordion button {
        padding: 8px 24px 8px 0;
    }

    .accordion button .icon {
        right: 24px;
        top: 5px;
    }

    .key_benefits_list_box h3 {
        font-size: 18px;
    }

    .accordion-item {
        padding: 10px 10px;
        border-radius: 10px !important;
    }

    .innovation_heading {
        padding-bottom: 10px;
    }

    .logos ul li {
        padding: 15px 15px 15px 30px;
    }

    .logos ul li span {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .icon_heading span img {
        max-width: 50px;
    }

    .icon_heading span {
        padding-bottom: 14px;
    }
}

@media only screen and (max-width:480px) {
    .banner_outer .right_part .heading h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .sec02_courier_outer {
        margin-bottom: 40px;
    }

    .sec01_courier_inner .left_part img {
        width: 100%;
    }

    .technologies .technologies_outer .right_part ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .innovation_outer.tow ul li {
        width: 100%;
    }

    .logos ul li {
        padding: 14px 14px 14px 45px;
        width: 100%;
        min-width: 100%;
        margin-bottom: 14px;
        font-size: 16px;
    }

    .logos ul li {
        box-shadow: 0px 9px 32px rgba(32, 21, 21, 4%);
    }

    .technologies {
        margin-bottom: 40px;
    }

    .industry-icon img {
        max-width: 45px;
    }

    .industry-icon {
        min-width: 100px;
        min-height: 100px;
    }

    .industries_heading::before {
        bottom: -22px;
    }

    .framework {
        margin-bottom: 40px;
    }

    .framework_outer {
        padding: 0 0px 0 0;
    }

    .framework_outer h2 {
        padding-bottom: 20px;
    }

    .innovation_outer.tow ul {
        gap: 15px;
    }

    .innovation_outer ul li {
        padding: 16px;
    }

    .logos ul li:nth-child(2n) {
        margin-left: unset;
    }


    .key_benefits_list_box span {
        width: 65px;
        height: 65px;
        margin: auto;
        margin-bottom: 10px;
    }

    .key_benefits_list ul li {
        text-align: center;
    }

    .banner_outer .right_part .heading p {
        font-size: 16px;
    }

    .key_benefits_list_box span img {
        max-width: 40px;
    }

    .key_benefits {
        margin-bottom: 40px;
    }


    .processpicture {
        margin-bottom: 40px;
    }

    .innovation_outer ul li {
        border-radius: 10px;
    }

    .innovation {
        margin-bottom: 40px;
    }

    .key_benefits_list_box {
        padding: 16px;
    }

    .innovation_heading h2 {
        padding-bottom: 20px;
    }

    .banner_bg {
        margin-bottom: 40px;
    }

    .deep_tech {
        margin-bottom: 40px;
    }

    .sec6_taxi_outer {
        margin-bottom: 40px;
    }

    .industries-section {
        margin-bottom: 40px;
    }

    .scroll_bar {
        margin-bottom: 40px;
    }

    .Tech_Stack_Development_Outer {
        padding-bottom: 40px;
    }

    section.chatbot {
        margin-bottom: 40px;
    }

    .callto_action {
        margin-bottom: 40px;
    }

    h2 {
        font-size: 20px !important;
    }

    .deep_tech_outer .left_part {
        padding-bottom: 20px;
    }

    .sys_delivery_apps_services_list h3 {
        font-size: 18px;
    }

    p {
        font-size: 14px !important;
        line-height: 24px;
    }

    .sys_delivery_apps_services_list h3::before {
        width: 30px;
    }

    .Customer_Panel_main_outer {
        gap: 30px;
    }

    .carousel-btn {
        display: none;
    }

    .industries-container {
        margin: 0px 0;
    }

    .industries-carousel {
        margin-top: 40px;
    }

    .right_scroll_outer {
        padding: 20px 0;
    }

    .right_scroll_content ul {
        gap: 10px;
    }

    .Fantasy_Sports_Tech_Stack_box ul li {
        width: 46%;
    }

    .Fantasy_Sports_Tech_Stack_box ul {
        padding: 14px;
        border-radius: 10px;
    }

    .chatbot_heading {
        padding-bottom: 10px;
    }

    .ubrcln_buld_bx {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .callto_action_outer button {
        padding: 15px 20px;
    }

    .callto_action {
        padding: 30px 0;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 20px;
        line-height: normal;
    }

    .industries-container {
        gap: 10px;
    }

    .industry-icon {
        margin-bottom: 10px;
    }

    .industries-container {
        padding: 10px 0;
    }

    .logos ul li span {
        left: 20px;
    }

    .technologies_outer .right_part ul li:last-child {
        display: block;
        line-height: 165px;
    }

    .technologies_outer .right_part ul li span {
        opacity: 1;
    }

    .technologies_outer .right_part ul li img {
        max-width: 45px;
        padding-bottom: 5px;
    }

}