@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,
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/ae_images/websitedevelopment_uae_img/webbaneer.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    padding: 100px 0;
}

.banner_outer {
    background-repeat: no-repeat;
    border-radius: 50px;
}


.banner_outer .right_part {
    width: 50%;
}

.banner_outer .right_part .heading {
    padding: 0;
    text-align: left;
}

.banner_outer .right_part .heading h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 20px;
    color: #fff;
    line-height: 60px;
}

.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_outer .right_part button a {
    color: #fff;
}

/* ---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: 30px;
}

.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 h2 {
    padding: 0 0px 20px;
}

.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 {
    padding-bottom: 20px;
}

.deep_tech_outer {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.arab_markets ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 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: 15px;
}

.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;
}

/* --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: 70px;
}

.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: 100px;
    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
}

/*  */

.ubrcln_buld_lst {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap
}

.ubrcln_buld_bx {
    width: 25%;
    margin: 0 30px 30px 0;
}

.cardflipbox {
    position: relative;
    height: 360px
}

.cardflipbox .cardflipinner {
    position: relative;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden
}

.cardflipbox .innercontent {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    text-align: center;
}

.cardflipbox .cardback,
.cardflipbox .cardfront {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    min-height: 340px;
    background-image: linear-gradient(to bottom, #fff, #fc7600);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    backface-visibility: hidden;
}

.cardflipbox .cardfront {
    transform: rotateY(0);
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.cardflipbox .cardback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
    transform-style: preserve-3d
}

.cardflipbox:hover .cardfront {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.cardflipbox:hover .cardback {
    transform: rotateY(0);
    transform-style: preserve-3d
}

.cardfront.one {
    background-image: url(../images/ae_images/websitedevelopment_uae_img/chatbot-1.png?1);
}

.cardfront.tow {
    background-image: url(../images/ae_images/websitedevelopment_uae_img/chatbot-2.png?1);
}

.cardfront.three {
    background-image: url(../images/ae_images/websitedevelopment_uae_img/chatbot-3.png?1);
}

.cardfront.fore {
    background-image: url(../images/ae_images/websitedevelopment_uae_img/chatbot-4.png?1);
}

.cardfront.five {
    background-image: url(../images/ae_images/websitedevelopment_uae_img/chatbot-5.png?1);
}

.cardfront.six {
    background-image: url(../images/ae_images/websitedevelopment_uae_img/chatbot-6.png?1);
}

.cardflipbox .cardflipinner .cardfront::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .4;
    border-radius: 15px;
    background-color: inherit;
    backface-visibility: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.cardflipbox .cardfront:after {
    position: absolute;
    content: "";
    background: #000;
    inset: 0;
    margin: auto;
    border-radius: 15px;
    opacity: .5;
    width: 100%;
    height: 100%
}

.cardflipbox .innercontent p {
    color: #000;
    font-size: 18px;
    text-align: center
}

.cardflipbox .cardback .innercontent h3 {
    display: none
}

.cardflipbox .innercontent h3 b {
    font-size: 28px
}

.ubrcln_wrp .sdi_achve_sc {
    background-color: #efefef
}

.ubrcln_wrp .sdi_achve_ryt p {
    color: #030303;
    margin: 15px 0 45px
}

.ubrcln_wrp .sdi_achve_ryt h2 {
    font-weight: 800
}

.ubrcln_wrp .sdi_achve_ryt {
    right: 0;
    width: 50%;
    left: -60px
}

.ubrcln_apnl_sc {
    background: var(--c_dark);
    margin-bottom: 130px
}

.unrcln_apnl_nv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap
}

.unrcln_apnl_nv li {
    border: 2px solid #ffffff33;
    padding: 22px 10px;
    border-radius: 12px;
    width: 31.5%;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.unrcln_apnl_nv li h3 {
    font-weight: 700;
    font-size: 18px
}

.chatbot_heading {
    padding-bottom: 50px;
    text-align: center;
}

.chatbot_heading h2 {
    padding-bottom: 20px;
}

section.chatbot {
    margin-bottom: 120px;
}

.innercontent h3 {
    color: #fc7600;
    line-height: normal;
}

.process_new_one_outer {
    text-align: center;
}

.process_new_one {
    margin-bottom: 120px;
}

.process_new_one h2 {
    padding-bottom: 70px;
    text-align: center;
}





/* --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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.callto_action_outer h2 {
    color: #fff;
    margin-bottom: 10px;
}

.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_outer button a {
    color: #fff;
}

/* --callto_action-- */



/* -----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);
}



/* --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;
    }

    .deep_tech_outer .left_part h2 {
        padding: 0 0px 0;
    }

    h2 {
        font-size: 26px !important;
    }

    .arab_markets ul li .arab_markets_inner h3 {
        font-size: 18px;
    }

    .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: 20px 20px;
    }

    .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;
    }

    .tabs_main_outer .tabs li.current {
        padding: 16px;
        font-size: 18px;
    }

    .tabs_innernew {
        width: 70%;
    }

    .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(3, 1fr);
    }

    .industries-carousel {
        margin-top: 50px;
    }

    .industry-name {
        font-size: 14px;
    }

    .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;
    }

    .right_scroll_content ul li {
        min-height: auto;
        font-size: 18px;
        width: 100%;
    }

    .website {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .banner_bg {
        padding: 50px 0;
    }

    .banner_outer .right_part .heading {
        text-align: center;
    }

    .banner_outer .right_part {
        width: 100%;
    }

    .banner_outer .right_part button {
        margin: auto;
    }

    .deep_tech_outer .left_part {
        text-align: center;
    }

    .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 {
        min-width: 300px;
    }

    .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;
        background: #fc7600;
        color: #fff !important;
        padding: 24px !important;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .right_scroll_content ul li {
        margin-bottom: 0;
    }

    .right_scroll_content ul li img {
        display: block;
        filter: brightness(0) invert(1);
    }

    .right_scroll_content .active img {
        display: block;
        filter: brightness(0);
        filter: brightness(0) invert(1);
    }

    .cardflipbox .innercontent p {
        font-size: 18px !important;
    }

    .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;
    }
}

@media only screen and (max-width:600px) {
    .banner_outer .right_part .heading h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .banner_bg {
        padding: 30px 0;
    }

    .banner_outer .right_part button {
        padding: 10px 25px;
    }

    .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;
    }
}

@media only screen and (max-width:480px) {
    .banner_outer .right_part .heading h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner_outer .right_part .heading p {
        font-size: 16px;
    }

    .banner_bg {
        margin-bottom: 40px;
        background-size: cover;
        background-position-x: center;
    }

    .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;
        line-height: normal;
    }

    h3 {
        font-size: 18px !important;
        line-height: normal;
    }

    .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;
    }

    .Fantasy_Sports_Tech_Stack_box ul {
        padding: 0;
        gap: 10px;
        margin: 20px 0 0 0;
    }

    .Fantasy_Sports_Tech_Stack_box ul li {
        border: unset;
        background: transparent;
        padding: 0;
        width: calc(100% / 2 - 5px);
        height: 100%;
    }

    .Fantasy_Sports_Tech_Stack_box_inner {
        height: 100%;
        background: #fff;
        min-height: 104px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        border: solid 1px #ccc;
    }

    p {
        line-height: 26px !important;
    }
}