
:root{
    --primary-color: #EF7310;
    --secondary-color: #EF7310;
    --primary-color-15 : #05549926;
    --primary-light-color : #E1EEF9;
    --light-bg-color: #F8F7F3;
    --white-color-20: #FFFFFF33;
    --white-color-30: #FFFFFF4D;
    --color-black : #191919;
    --theme-border-color : #E6F3FF;
    --blue-color : #25395C;
    --blue-border-color : #25395C1A;
}
.section-inner-head h2{ user-select: none; margin-bottom: 10px;}
.sub-heading {font-size: 20px; line-height: 28px; font-weight: 400; padding-bottom: 5px; margin-bottom: 10px; display: inline-flex; position: relative;}
.sub-heading::after {content: ''; height: 3px; width: 32px; border-radius: 2px; background-color: var(--primary); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
a:hover{color: var(--primary-color);}
.section-spacing {padding: 100px 0px;}
.title-wrapper h2 {margin-bottom: 12px;}
.index-1 {z-index: 1;}
p a {color: var(--primary);}
.mb-40 {margin-bottom: 40px;}

/* Button */
.btn1 svg path {transition: all ease-in-out 0.3s;}
.btn1:hover svg path {fill: var(--color-black);}
.btn1 span {position: relative;}

/* header-main */
.header-main { position: absolute; top: 0; right: 0; left: 0; background: transparent; border-bottom: 1px solid #FFFFFF29; width: 100%; }
.header-main.sticky-header { background: var(--color-white); animation: slideDown 0.35s ease-out; position: fixed; box-shadow: 10px 9px 50px rgb(13 28 62 / 10%); }
@keyframes slideDown { from { transform: translateY(-100%);}  to { transform: translateY(0);} }

.tab_nav .nav-card {background-color: transparent;}

html {scroll-behavior: unset !important;}
body, html {overflow-x: hidden;}
.flex { display: flex;}
.items-stretch { align-items: stretch;}
.flex-nowrap { flex-wrap: nowrap;}
.flex-start { align-items: flex-start;}
.gap-2 { gap: 20px !important;}
.gap-3 { gap: 30px !important;}
.gap-4 { gap: 40px !important;}
.mb-5 { margin-bottom: 50px;}
.m-auto { margin: auto;}
.h-full { height: 100%;}
.btn--primary-outline {background-color: var(--color-white);}
.btn--primary-outline::after, .btn--primary-outline::before, .btn--primary-outline:hover::after, .btn--primary-outline:hover::before {background-color: var(--primary);}

.animated-title { font-size: 20px; line-height: 28px; font-weight: 400; position: relative; padding: 0px 0px 2px; max-width: max-content; margin: 0px auto 12px auto; display: block;}
.animated-title::before { content: ''; width: 32px; height: 3px; border-radius: 4px; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); background-color: var(--primary);}

/* Sections head */
.services .title-wrapper,
.grocery-delivery-wrapper .title-wrapper,.advanced-features-wrapper .title-wrapper, .app-flow-wrapper .title-wrapper,
.market-stats .title-wrapper,.solution_section .title-wrapper, .development-process .title-wrapper{ text-align: center; max-width:750px; margin-inline: auto; position: relative; z-index: 1;}

/* hero section */
.hero{display:flex;padding:100px 0 0;text-align:center;color:var(--text-light);position:relative}
.hero-content{width:100%;max-width:852px;padding-top:58px;margin:0 auto;text-align:center}
.hero .hero-content .banner-lang-list{font-size:20px;line-height:28px;font-weight:500;display:flex;align-items:center;border:1px dashed #25395C33;width:max-content;padding:4px 8px;margin:0 auto}
.hero .hero-content .banner-lang-list li{position:relative}
.hero .hero-content .banner-lang-list li:not(:last-child){padding-right:11px;margin-right:11px}
.hero .hero-content .banner-lang-list li:not(:last-child)::before{content:'';position:absolute;width:6px;height:6px;border-radius:50%;background-color:var(--primary);right:0;top:50%;transform:translateY(-50%)}
.hero .hero-content h1{margin:24px 0}
.hero__cta{display:inline-block;background-color:var(--primary-color);color:#fff;font-size:14px;font-weight:600;padding:12px 26px;border-radius:50px;text-decoration:none;border:none;cursor:pointer;margin-bottom:36px;transition:background-color .2s ease}
.hero__cta:hover{background-color:#d9660e}
.hero__image-wrap{width:100%;margin:0 auto;border-radius:16px 16px 0 0;overflow:hidden;border-bottom:none}
.hero__image-wrap img{width:100%;object-fit:cover;display:block}
.hero__image-placeholder{width:100%; position: relative;}.android-section{position:relative;overflow:hidden;padding:100px 0;background:var(--color-white)}
.animi_hero { width: fit-content !important;position: absolute;}
.animi01{animation: floatUpDown 3s ease-in-out infinite; left: 40px;top: 50%;}
.animi02{animation: floatUpDown 4s ease-in-out infinite; right: 145px;top: 20%;}
@keyframes floatUpDown {0% {transform: translateY(0px);}50% {transform: translateY(-20px);}100% {transform: translateY(0px);}}
.hero-listing {width: fit-content;display: flex;align-items: center;justify-content: center;gap: 30px;margin: 0 auto; margin-bottom: 24px;list-style: disc;background-color: #ffffff;position: relative; z-index: 11;padding: 0 18px;}
.hero-list-main{position: relative;}
.hero-list-main::after{content: ''; width: 100%; height: 2px;background-color: #d3d7de;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;max-width: 395px;margin: 0 auto;}
.hero-listing li::marker{color: #F2A843;}
.hero-listing li:nth-child(1)::marker {font-size: 0;}

/* Slider Section */
.slider .mySwiper .swiper-slide { padding: 30px; height: 125px; text-align: center; align-content: center; border: 1px dashed #25395C1A}
.slider .mySwiper .swiper-slide:hover { border-color: var(--primary);}
.slider .mySwiper .swiper-slide img { width: 100%; max-width: 125px;}

/* Service Section */
.services .tab-wrapper { display: grid; grid-template-columns: 28% auto;}
.services .tab-wrapper .point-bar ul { display: flex; flex-direction: column; gap: 5px; align-items: center;}
.services .tab-wrapper .point-bar ul li { display: inline-block; width: 15px; height: 15px; transform: scale(0.5); border-radius: 50%; background-color: #f2a94320; cursor: pointer; transition: 0.3s ease;}
.services .tab-wrapper .point-bar ul li.active { transform: scale(1); background-color: var(--primary);}
.services .tab-wrapper .point-bar ul li.active + li, .services .tab-wrapper .point-bar ul li:has(+ .active) { transform: scale(0.75);}
.services .tab-wrapper .tab-sidebar {border-radius: 20px; display: flex; flex-direction: column; width: 100%; height: 100%; max-height: 100%; overflow-y: scroll; overflow-x: hidden; padding-right: 10px; position: relative;}
.services .tab-wrapper .tab-sidebar::before {content: ''; height: 100%; min-height: 500px; max-height: 100vh; width: calc(100% - 10px); position: absolute; top: 0; left: 0; border-radius: 20px; background-color: #F8F7F3;}
.services .tab-wrapper .tab-sidebar button.tab-btn { padding: 20px 20px; font-size: 20px; border: 0px; outline: none; background: transparent;  cursor: pointer; position: relative; transition: all ease-in-out 0.3s; color: var(--color-black);}
.services .tab-wrapper .tab-sidebar button.tab-btn:not(:last-child) {border-bottom: 1px solid #25395C1A;}
.services .tab-wrapper .tab-sidebar button.tab-btn::after {content: ''; width: 10px; height: 18px; position: absolute; top: 50%; transform: translateY(-50%); right: -9px; background: url('data:image/svg+xml,<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 7.79395L6.96412e-07 15.5882L1.37781e-06 -0.000283569L7.5 7.79395Z" fill="%23F2A843"/></svg>') no-repeat center; transition: all ease-in-out 0.3s; opacity: 0; visibility: hidden;}
.services .tab-wrapper .tab-sidebar button.tab-btn:hover { color: var(--primary);}
.services .tab-wrapper .tab-sidebar button.tab-btn.active { background-color: var(--primary); color: var(--color-white); border-color: var(--primary); border-radius: 20px; box-shadow: -4px 4px 20px 0px #744D164D;}
.services .tab-wrapper .tab-sidebar button.tab-btn.active::after {opacity: 1; visibility: visible;}
.services .tab-wrapper .content-wrapper { height: 100%;}
.services .tab-wrapper .content-wrapper .tab-content { border: 1px solid #25395C1A; padding: 0px; border-radius: 20px; overflow: hidden; max-height: 0; opacity: 0; transition: all 0.2s;}
.services .tab-wrapper .content-wrapper .tab-content.active { width: 100%; opacity: 1; padding-block: 57px; max-height: max-content;}
.services .tab-wrapper .content-wrapper .tab-content .title-wrapper { text-align: left; max-width: 100%; margin: 0; margin-bottom: 30px; padding-bottom: 0 !important;}
.services .tab-wrapper .content-wrapper .tab-content .title-wrapper .animated-title { text-align: left; margin: 0; margin-bottom: 10px; padding-top: 0px; padding-bottom: 10px; font-weight: 700; max-width: 100%;}
.services .tab-wrapper .content-wrapper .tab-content .title-wrapper .animated-title::before { width: 32px; left: 0; transform: translateX(0);}
.services .tab-wrapper .content-wrapper .tab-content .title-wrapper, .services .tab-wrapper .content-wrapper .tab-content .details {padding-inline: 40px;}
.services .tab-wrapper .content-wrapper .tab-content .details{display: flex; flex-wrap: wrap; gap: 16px;}
.services .tab-wrapper .content-wrapper .tab-content .details li{ padding: 8px 16px !important;box-shadow: 0px 2px 3.5px 0px #F2A84380 inset;border: 1px solid #F2A84333;width: max-content;border-radius: 40px;margin: 0;}
.services .tab-wrapper .content-wrapper .tab-content .details li .tab-title { margin-bottom: 4px; }
.services .tab-wrapper .content-wrapper .tab-content .details li .tab-title strong {font-weight: 700 !important;}
.services .tab-wrapper .content-wrapper .tab-content .details li .tab-title i { font-size: 15px; color: var(--primary); margin-right: 5px;}
.services .tab-wrapper .content-wrapper .tab-content .details li:last-child { margin: 0; padding: 0;}
.services .tab-wrapper .sidebar-wrapper { margin-right: 30px; height: 100%; max-height: 378px;}
.services .tab-wrapper .sidebar-wrapper .point-bar {display: flex; align-items: center; justify-content: center;}
.services .tab-wrapper .tab-sidebar::-webkit-scrollbar { width: 0; height: 0px;}

/* featured */
.featured { background: #F8F7F3; padding: 50px 0px;}
.featured_container {padding-left: calc((100% - 1380px)/2);}
.feature-wrapper {display: flex; align-items: center; gap: 60px;}
.featured h2 { margin: 0px; flex: 0 0 auto;}
.featured .featured-card { background-color: var(--color-white); padding: 20px; height: 152px; border-radius: 12px; display: flex; align-items: center; justify-content: center;}
.featured .featured-swipper { flex: 1;}
.featured .featured-card img { width: 100%;}

/* Why Choose Us Section */
.why-choose-section .section-inner-head{text-align: center; max-width:750px; margin-inline: auto;}
.choose-group{display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;}
.choose-card{background-color: #F8F7F3;border-radius: 20px;padding: 30px;}
.choose-item{border-radius: 20px;background-color: var(--color-white);padding: 20px 40px 20px 64px;position: relative;border: 1px solid rgba(37, 57, 92, 0.1);}
.choose-item:before{content: '';position: absolute;left: 20px;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" rx="12" fill="%23F2A843"/><path d="M9.74299 14.3125L16.8055 7.25C16.9722 7.08333 17.1666 7 17.3888 7C17.611 7 17.8055 7.08333 17.9722 7.25C18.1388 7.41667 18.2222 7.61472 18.2222 7.84417C18.2222 8.07361 18.1388 8.27139 17.9722 8.4375L10.3263 16.1042C10.1597 16.2708 9.96521 16.3542 9.74299 16.3542C9.52077 16.3542 9.32632 16.2708 9.15966 16.1042L5.57632 12.5208C5.40966 12.3542 5.32966 12.1564 5.33632 11.9275C5.34299 11.6986 5.42993 11.5006 5.59716 11.3333C5.76438 11.1661 5.96243 11.0828 6.19132 11.0833C6.42021 11.0839 6.61799 11.1672 6.78466 11.3333L9.74299 14.3125Z" fill="white"/></svg>');background-repeat: no-repeat;}
.choose-item + .choose-item{margin-top: 30px;}

/* Faqs Section */
.faq-section::before{content: '';position: absolute; left: 0;top: 0;width: 100%;height: 150px;background-color: var(--color-white);z-index: -1;}
.faq-section .accordion{max-width: 1150px;margin: 0 auto;}
.faq-section .accordion-button{font-size: var(--font-20);line-height: 28px;color: var(--color-black);padding: 20px;border-radius: 0 !important;}
.faq-section .accordion-button:not(.collapsed){background-color: transparent;box-shadow: none;}
.faq-section .accordion-button:focus{box-shadow: none;}
.faq-section .accordion-item{border: none; border-style: solid; border-width: 0px; border-color: var(--blue-border-color); border-bottom-width: 1px;}
.faq-section .accordion-item:last-child {border-bottom-width: 0px;}
.faq-section .accordion-item + .accordion-item{margin-top: 20px;}
.faq-section .accordion-item.active{border-width: 1px !important; border-color: #F2A84333; box-shadow: 0px 6px 16px 0px #6666661A;border-radius: 8px; }
.faq-section .accordion-item.active .accordion-button{color: var(--primary);font-weight: bold;}
.faq-section .accordion-button::after{background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M6.69854 17.3024L17.3051 6.69577M17.3051 6.69577L9.08502 6.4306M17.3051 6.69577L17.5703 14.9159" stroke="%23191919" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');width: 28px;height: 28px;background-size: auto;}
.faq-section .accordion-button:not(.collapsed)::after{background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M7.8126 7.81366L20.187 20.188M20.187 20.188L20.4963 10.5979M20.187 20.188L10.5968 20.4974" stroke="%23F2A843" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');transform: rotate(0deg);}
.faq-section .accordion-body{padding: 0 20px 20px;color: var(--secondary);}
.faq-section .accordion-body>*{color: var(--secondary);}
.faq-section .accordion-item ul li {padding-left: 18px; position: relative;}
.faq-section .accordion-item ul li::before {content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background-color: var(--secondary); border-radius: 50%;}

/* features-wrapper */
.features-wrapper{background-color:var(--light-bg-color);} 
.features-wrapper .section-inner-head{text-align: center; max-width:750px; margin-inline: auto;}
.features-listing{display: grid; grid-template-columns: 1fr 1fr; gap: 10px;margin-top: 40px;}
.features-listing li{position: relative; padding: 10px; padding-left: 46px;border-radius: 30px;border: 1px solid var(--blue-border-color);}
.features-listing li:before{content: '';position: absolute;left:10px;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" rx="12" fill="%23F2A843"/><path d="M9.74299 14.3125L16.8055 7.25C16.9722 7.08333 17.1666 7 17.3888 7C17.611 7 17.8055 7.08333 17.9722 7.25C18.1388 7.41667 18.2222 7.61472 18.2222 7.84417C18.2222 8.07361 18.1388 8.27139 17.9722 8.4375L10.3263 16.1042C10.1597 16.2708 9.96521 16.3542 9.74299 16.3542C9.52077 16.3542 9.32632 16.2708 9.15966 16.1042L5.57632 12.5208C5.40966 12.3542 5.32966 12.1564 5.33632 11.9275C5.34299 11.6986 5.42993 11.5006 5.59716 11.3333C5.76438 11.1661 5.96243 11.0828 6.19132 11.0833C6.42021 11.0839 6.61799 11.1672 6.78466 11.3333L9.74299 14.3125Z" fill="white"/></svg>');background-repeat: no-repeat;}
.features-listing li + .features-listing li{margin-top: 30px;}
.features-boxes{display: flex; padding: 60px; border-radius: 20px; background-color: #ffffff;margin-top: 90px;}
.features-boxes .features-content{max-width: 50%;}
.features-boxes .img-wrap img{margin-bottom: calc(-20% - 4px);}
.features-boxes .img-wrap{display: flex; align-items: center; position: relative;width: 100%;z-index: 1;margin-left: auto;margin-top: -9%;text-align: right;}
.features-boxes .img-wrap::before{content: '';background-image: url("data:image/svg+xml,%3Csvg width='435' height='435' viewBox='0 0 435 435' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='217.5' cy='217.5' r='202.939' stroke='%23FFDEEB' stroke-width='29.1217'/%3E%3Ccircle cx='217.5' cy='217.5' r='153.889' stroke='%23FFDEEB' stroke-width='29.1217'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;width: 435px; height: 435px; position: absolute;top: 0;right: -80px;z-index: -1;}
.features-boxes-2 .img-wrap::before,.features-boxes-4 .img-wrap::before {right: auto;left: -80px;}
.features-boxes-2 .img-wrap{text-align: left;display: flex;align-items: center;}
.features-boxes-4 .img-wrap{text-align: center;}
.features-boxes.features-boxes-2,.features-boxes.features-boxes-3,.features-boxes.features-boxes-4 {margin-top: 150px;}
.features-boxes-2 .img-wrap img {transform: translate(-60px, 0px);}
.features-boxes.features-boxes-3 .img-wrap {display: flex;align-items: center;}

/* crafting */
.crafting-grid{display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; position: relative;}
.crafting-grid::before{content: '';width: 100%;height: 1px;position: absolute;bottom: -1px;left: -1px;z-index: -1;border-radius: 8px;background: linear-gradient(118.03deg, #FFFFFF 0.35%, #FFFFFF 8.05%, #25395c80 308.35%, #25395c80 11.17%, #25395c80 20%, #25395c7d 173.76%);}
.crafting-grid .crafting-grid-item:nth-of-type(2){text-align: right;}
/* .crafting-grid .crafting-grid-item p {padding-bottom: 30px;} */
.crafting-subgrid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 10px 0;}
.crafting-subgrid-item{padding: 30px; box-shadow: 6px 6px 0px 0px #25395C1A; border-radius: 20px; position: relative; transition: all .3s ease-in-out;}
.crafting-subgrid-item::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 20px;box-shadow: 0px 0px 10px 0px #A7A7A726; transition: all .3s ease-in-out;}
.crafting-subgrid-item:hover{box-shadow: 0px 0px 10px 0px #A7A7A726;}
.crafting-subgrid-item:hover::before{box-shadow: 6px 6px 0px 0px #F2A843;}
.crafting-subgrid-item p{margin: 20px 0 40px;}
.crafting-subgrid-item span{display: block; font-size: 22px; font-weight: 700; line-height: 100%;}

/* grocery-delivery-wrapper */
.grocery-delivery-grid{position: relative;border: 1px solid;border-image-source: linear-gradient(0.76deg, #F2A843 -39.19%, rgba(242, 168, 67, 0) 92.97%);}
.grocery-delivery-grid::before{content: '';backdrop-filter: blur(9.899999618530273px);position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 20px;background-color: #ffffff80;border-bottom:1px solid #f7ca8c;}
.grocery-delivery-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: center;padding: 24px;}
.grocery-delivery-grid-item{height: 100%; border-radius: 20px;border-width: 1px;padding: 24px;border: 1px solid #fceed9;transition: all 0.3s ease-in-out;position: relative; background-color: #ffffff;    box-shadow: 3px 6px 15px 0px #F2A8431A;}
.grocery-delivery-grid-item::before{content: '';width: calc(100% + 2px);height: calc(100% + 2px);position: absolute;top: -1px;left: -1px;z-index: -1;border-radius: 8px;background: linear-gradient(118.03deg, #F2A843 -10.35%, #FFFFFF 28.05%, #FFFFFF 48.35%, #FFFFFF 80.17%, #F6C17A 95.39%, #F2A843 103.76%);}
.grocery-delivery-grid-item:hover::before{opacity: 1;}
.grocery-delivery-grid-item .title {font-size: 20px; line-height: 28px; font-weight: 700; color: var(--color-black); margin-bottom: 12px;}
.grocery-delivery-img {margin-bottom: -40px;}
.grocery-delivery-grid-item span {padding: 4px 8px;display: block;background: #F2A8431A;border-radius: 30px;width: fit-content;font-weight: 400;font-size: 18px;line-height: 26px;margin-bottom: 12px;}


/* metrics-footer */
.metrics-footer img {object-fit: contain;}
.metrics-footer .swiper-wrapper {align-items: center;}
.metrics-footer .swiper-slide {display: flex; align-items: center; justify-content: center; padding: 20px;}

/* market-stats */
.market-stats-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: center;padding: 24px;}
.market-stats-grid-item{position: relative; text-align: center; border-radius: 20px;border-width: 1px;padding: 40px; margin-top: 40px; border: 1px solid #25395C1A;box-shadow: 3px 6px 15px 0px #F2A8431A;transition: all 0.3s ease-in-out;}
.market-stats-grid-item:hover{box-shadow: 4px 9px 20px 0px #F2A84333;}
.market-stats-grid-item:nth-of-type(2){margin-top: -40px;}
.market-stats-grid-item:nth-of-type(2)::before{box-shadow: 0px 6px 0px 0px #F2A843;}
.market-stats-grid-item h3 {margin-bottom: 16px;}
.market-stats-grid-item::before{content: ''; position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 20px;box-shadow: 0px 0px 10px 0px #A7A7A726;transition: all .3s ease-in-out;}
.market-stats-grid-item:hover::before{box-shadow: 0px 6px 0px 0px #F2A843;}

/* Industry Section */
.industry .industry-grid {display: grid;grid-template-columns: repeat(3, 1fr);}
.industry-item {display: flex;flex-direction: column;padding:30px;border-bottom: 1px solid #25395C1A;border-right: 1px solid #25395C1A;}
.industry-icon-wrap {position: relative;transition: transform 0.3s ease;}
.industry-item:hover .industry-icon-wrap {transform: translateY(-4px);}
.industry .industry-grid .industry-item:nth-child(3n) {border-right: none;}
.industry .industry-grid .industry-item:nth-child(4n),.industry .industry-grid .industry-item:nth-child(5n),.industry .industry-grid .industry-item:nth-child(6n),.industry .industry-grid .industry-item:nth-child(8n) {border-bottom: none;}
.industry-item .animated-title::before{left: 0; transform: inherit;}
.industry-item .animated-title {font-weight: 700; margin: 0 0 24px; padding-bottom: 5px;}

/* CTA Section */
.cta-first{position: relative;padding-left: calc((100% - 1356px)/2);display: flex;align-items: center;justify-content: space-between; margin: 50px 0 0; background-image: url(../../images/new-services/flower-delivery/cta01-bg.webp);background-size: cover; background-repeat: no-repeat;}
.cta-first .section-inner-head{max-width: 790px;padding: 97px 0;}
.cta-first .cta-img{align-self: end}
.cta-first .cta-img img{margin-top: -10%;}
.cta-first .btn1{border-color: #25395C;background-color: transparent;box-shadow: 0px 4px 15px 0px #1D190E1A;}
.cta-first .btn1::before, .cta-first .btn1::after{background: #FFFFFF1A;}
.cta-first .section-inner-head p{color: var(--secondary);margin-bottom: 40px;}
.cta-first .section-inner-head h2 {margin-bottom: 40px;}

/* CTA Second */
.cta-second{position: relative;display: flex;align-items: center;justify-content: space-between; background-image: url(../../images/new-services/flower-delivery/cta02-bg.webp);background-size: cover; background-repeat: no-repeat;}
.cta-second .section-inner-head{text-align: center; max-width: 650px;padding: 20px 0;}
.cta-img img{margin-top: 5px;}
.cta-second .btn1{border-color: #25395C;background-color: transparent;box-shadow: 0px 4px 15px 0px #1D190E1A;}
.cta-second .btn1::before, .cta-second .btn1::after{background: #FFFFFF1A;}
.cta-second .section-inner-head p{color: var(--secondary);margin-bottom: 40px;}

/* Tools And Frameworks Section */
.framework-section{background-color: var(--light-bg-color);}
.framework-section .section-inner-head,.crafting-section .title-wrapper{text-align: center; max-width:750px; margin-inline: auto;}
.framework-section:after{content: '';position: absolute;right: 0;top: 0;width: 100%;height: 100%;background-image: url(../../images/ai-developments/ai-chatbot/framework-shape1.webp);background-repeat: no-repeat;background-position: top right;z-index: -1;mix-blend-mode: screen;}
.framework-section:before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background-image: url(../../images/ai-developments/ai-chatbot/framework-shape2.webp);background-repeat: no-repeat;background-position: left bottom;z-index: -1;mix-blend-mode: screen;}
.framework-section h2{margin-bottom: 24px;}
.frame-box{display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}
.frame-box>*{flex: 0 0 calc(16.66% - 17px);max-width: calc(16.66% - 17px);}
.framework-section .nav-tabs>*{flex: 1;}
.framework-section .nav-tabs{margin-bottom: 0;border-bottom: none;}
.framework-section .nav-item .nav-link{width: 100%;font-size: var(--font-20);line-height: 28px;font-weight: bold;background-color: var(--color-white);border: none !important;border-bottom: 1px solid rgba(206, 206, 205, 0.4) !important;color: var(--color-black);border-radius: 0 !important;margin: 0;padding: 20px 5px; height: 100%;}
.framework-section .nav-item .nav-link.active{background-color: transparent;border-bottom-color: var(--primary) !important;}
.framework-section .tab-content{margin-top: 30px;}
.box-inner{text-align: center;box-shadow: 7px 8px 30px rgba(23, 22, 71, 0.05);padding: 20px 10px;border-radius: 10px;background-color: var(--color-white);}
.box-inner p{font-size: 24px;line-height: 32px;margin-top: 20px;}
.box-inner img{min-height: 80px; object-fit: contain;}

/**/
.swiper-slide:not(.swiper-slide-visible) {
    transform: translate(0, 0px) !important;
}
.swiper-slide.swiper-slide-visible.last-visible {
    padding-left: 34px;
    padding-top: 12px;
}
.swiper-slide.swiper-slide-visible.first-visible {
    padding-right: 44px;
    padding-top: 12px;
}
.swiper-slide.swiper-slide-prev img {
    padding-left: 8px;
}

/* Solution Section */
.solution_grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;}
.solution_item {padding: 30px; border-radius: 20px; border: 1px solid var(--blue-border-color); transition: all ease-in-out 0.3s; background-color: var(--color-white);}
.solution_item_header {display: flex; align-items: center; gap: 20px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--blue-border-color);}
.solution_item_header .title {font-size: 20px; line-height: 28px; font-weight: 700; margin: 0px auto 0px 0px;}
.solution_item:hover {box-shadow: 7px 9px 20px 0px #F2A84333; border-color: var(--primary);}

/* Development Process Section */
.development-process .tab-wrapper { display: grid; grid-template-columns: 25% auto;}
.development-process .tab-wrapper .tab-sidebar {border-radius: 20px; display: flex; flex-direction: column; width: 100%; height: 100%; max-height: 100%; padding-right: 10px; position: relative;}
.development-process .tab-wrapper .tab-sidebar button.tab-btn { padding: 20px;text-align: left; border-radius: 20px; font-size: 20px; outline: none; background: transparent;  cursor: pointer; position: relative; transition: all ease-in-out 0.3s; color: var(--color-black);border: 1px solid #25395C1A;}
.development-process .tab-wrapper .tab-sidebar button.tab-btn::after {content: '';width: 18px;height: 18px;position: absolute;top: 50%;transform: translateY(-50%);right: -9px;transition: all ease-in-out 0.3s;background: rgba(223, 226, 231, 1);border-radius: 50%;}
.development-process .tab-wrapper .tab-sidebar button.tab-btn.active,
.development-process .tab-wrapper .tab-sidebar button.tab-btn:hover { border-color: var(--primary);}
.development-process .tab-wrapper .tab-sidebar button.tab-btn:not(:last-child)::before {content: "";height: 100%;width: 1px;border: 1px dashed rgba(223, 226, 231, 1);position: absolute;right: -3px;top: 50%;}
.development-process .tab-wrapper .tab-sidebar button.tab-btn.active::after {box-shadow: 7px 9px 20px 0px rgba(242, 168, 67, 0.4);transition: all ease-in-out 0.3s;width: 20px;height: 20px;border: solid 4px #fff;background: var(--primary);}
.development-process .tab-wrapper .content-wrapper { height: 100%;}
.development-process .tab-wrapper .content-wrapper .tab-content { border: 1px solid #25395C1A; padding: 0px; border-radius: 20px; overflow: hidden; max-height: 0; opacity: 0; transition: all 0.2s;}
.development-process .tab-wrapper .content-wrapper .tab-content.active { width: 100%; opacity: 1; padding-block: 40px; max-height: max-content;}
.development-process .tab-wrapper .content-wrapper .tab-content .title-wrapper { text-align: left; max-width: 100%; margin: 0; padding-bottom: 30px; border-bottom: 1px solid #25395C1A; margin-bottom: 30px; border-width: 0px; border-bottom-width: 1px; border-style: solid; border-image-slice: 1; border-image-source: linear-gradient(90deg, rgba(242, 168, 67, 0.2) 0%, rgba(242, 168, 67, 0) 100%);}
.development-process .tab-wrapper .content-wrapper .tab-content .title-wrapper .animated-title { text-align: left; margin: 0; margin-bottom: 10px; padding-bottom: 10px; font-weight: 700; max-width: 100%;}
.development-process .tab-wrapper .content-wrapper .tab-content .title-wrapper .animated-title::before { width: 32px; left: 0; transform: translateX(0);}
.development-process .tab-wrapper .content-wrapper .tab-content .title-wrapper,
.development-process .tab-wrapper .content-wrapper .tab-content .details {padding-inline: 40px;}
.development-process .tab-wrapper .content-wrapper .tab-content .details li:not(:last-child) { padding-bottom: 20px;}
.development-process .tab-wrapper .content-wrapper .tab-content .details li .tab-title { position: relative;}
.development-process .tab-wrapper .content-wrapper .tab-content .details li .tab-title:before {content: "";background: url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.37629 5.93771C7.56376 6.12524 7.66907 6.37955 7.66907 6.64471C7.66907 6.90988 7.56376 7.16418 7.37629 7.35171L1.71929 13.0087C1.62704 13.1042 1.5167 13.1804 1.39469 13.2328C1.27269 13.2852 1.14147 13.3128 1.00869 13.314C0.87591 13.3151 0.744231 13.2898 0.621335 13.2395C0.498438 13.1893 0.386786 13.115 0.292893 13.0211C0.199 12.9272 0.124747 12.8156 0.0744663 12.6927C0.0241854 12.5698 -0.00111606 12.4381 3.77571e-05 12.3053C0.00119157 12.1725 0.0287779 12.0413 0.0811869 11.9193C0.133596 11.7973 0.209778 11.687 0.305288 11.5947L5.25529 6.64471L0.305288 1.69471C0.12313 1.50611 0.0223355 1.25351 0.0246139 0.99131C0.0268924 0.729113 0.132061 0.478301 0.317469 0.292893C0.502877 0.107485 0.75369 0.00231622 1.01589 3.78026e-05C1.27808 -0.00224062 1.53069 0.0985537 1.71929 0.280712L7.37629 5.93771Z" fill="%23F2A843"/></svg>');width: 8px;height: 14px;display: inline-block;margin-right: 10px;}
.development-process .tab-wrapper .content-wrapper .tab-content .details li .tab-title strong {font-weight: 700 !important;}
.development-process .tab-wrapper .content-wrapper .tab-content .details li .tab-title i { font-size: 15px; color: var(--primary); margin-right: 5px;}
.development-process .tab-wrapper .content-wrapper .tab-content .details li:last-child { margin: 0; padding: 0;}
.development-process .tab-wrapper .sidebar-wrapper { margin-right: 20px; height: 100%;}
.development-process .tab-wrapper .sidebar-wrapper .point-bar {display: flex; align-items: center; justify-content: center;}

/* Building Section */
.building-seciton .title-wrapper {max-width: 100%; margin-inline: 0px; text-align: start;}
.building-services {max-width: 1080px; margin-left: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 20px; background-color: #FFFFFF66; backdrop-filter: blur(30px); border: 1px solid var(--color-white); border-radius: 100px; }
.building-item {display: flex;align-items: center;justify-content: center; padding: 24px; box-shadow: 2px 4px 20px 0px #0D0F2A1A; border-radius: 100px; border: 1px solid var(--primary); text-align: center;}
.building-item h3 {font-size: 20px; line-height: 28px; margin: 0px; color: var(--color-black);}
.building-img-box{margin-bottom: -23%;}

.app-flow-wrapper{background-color: #ffffff;}
.index-2{z-index: 91;}

.cta-text-wrap{border-bottom: 2px solid #E2ECFF;}
.cta-text-wrap .cta-title-box {max-width: 1200px;margin: 0 auto;text-align: center;}
.cta-text-wrap .cta-title-box h2{color: #25395C;text-transform: none;}
.cta-text-wrap .cta-title-box span{color: #F2A843;}

.cta-link{ padding: 8px 16px !important;box-shadow: 0px 2px 3.5px 0px #F2A84380 inset;border: 1px solid #F2A84333;width: max-content;border-radius: 40px;margin: 0 auto;gap: 10px;}
.cta-link:hover{color: #F2A843 !important;}

/* Responsive CSS */

@media screen and (max-width : 1800px) {
    /* CTA */
    .cta-first .section-inner-head{padding: 55px 0;}
}

@media screen and (max-width : 1441px) {
    /* Service Section */
    .services .tab-wrapper {grid-template-columns: 30% auto;}

    /* grocery-delivery-wrapper */
    .grocery-delivery-grid-item .title {font-size: 18px;}

    /* featured */
    .featured_container {padding-left: calc((100% - 1150px)/2);}

    /* Tools And Frameworks Section */
    .framework-section .nav-item .nav-link,.box-inner p{font-size: var(--font-18); line-height: 28px;}

    /* CTA */
    .cta-first .cta-img {text-align: right;}
    .cta-img img {width: 80%;}

    /* features-wrapper */
    .features-boxes.features-boxes-2, .features-boxes.features-boxes-3, .features-boxes.features-boxes-4 {margin-top: 100px;}

    /* CTA Section */
    .cta-first{padding-left: calc((100% - 1150px) / 2);margin: 0;}
    .cta-first .section-inner-head {max-width: 650px;padding: 40px 0;}

    .swiper-slide.swiper-slide-visible.first-visible {padding-right: 28px;}

    /* Building Section */
    .building-item {padding: 20px;}
    .building-item h3 {font-size: 18px; line-height: 26px;}
}

@media screen and (max-width : 1199px) {
    .section-spacing {padding: 80px 0px;}
    .mb-40 {margin-bottom: 30px;}

    /* hero */
    .hero-content{padding-top: 0;}
    .animi_hero{max-width: 150px;}

    /* Header CSS */
    .header-main .navbar-collapse { padding: 84px 30px 30px; background-color: rgb(0 0 0 / 80%); backdrop-filter: blur(15px); position: fixed; width: 100%; height: 100%; left: 0; top: 0; transform: translateX(-100%); overflow: hidden auto; transition: none;}
    .header-main .navbar-collapse.show { transform: translateX(0); }
    .header-main {padding: 0px;}
    .header-main>div{padding: 0px;}
    .header-logo-group { display: flex; align-items: center; justify-content: space-between; flex: 1; position: relative; z-index: 100; padding: 15px 25px;}
    .menu-card-inner .menu-card-right .menu-card-box.bg-img p {color: var(--color-white);}
    .header-main .nav-item.current .white-block-header {color: var(--color-black); border: none;}
    /* .header-logo-group{background-color: transparent; backdrop-filter: blur(15px);} */
    .header-main .nav-link { color: var(--color-white) !important; }
    body.overflow-hidden .header-main .logo-1 {display: none !important;}
    body.overflow-hidden .header-main .logo-2 {display: block !important;}
    .menu-card-inner .menu-card-left ul li a {font-weight: 400 !important;}
    .menu-card-inner .menu-card-left ul li a:hover {color: var(--primary) !important;}
    .tab_nav .nav-card {background-color: var(--color-white) !important; padding: 30px; border-radius: 10px;}
    .header-main .nav-item {margin-top: 20px;}
    p , .btn, .btn1{font-size: 16px; line-height: 26px;}
    .header-main .nav-item {color: var(--color-white);}
    .header-main .nav-item:not(:last-child)::after{ filter: invert(1) brightness(100) !important; }
    body .header-main.sticky-header .nav-link {color: var(--color-white) !important;}
    .header-main .navbar-toggler {z-index: 100;}
    body.overflow-hidden .header-main .navbar-toggler .navbar-toggler-icon {background-color: var(--color-white) !important;}
    body.overflow-hidden .header-logo-group  {background-color: transparent; backdrop-filter: blur(10px);}

    /* Service Section */
    .services .tab-wrapper .tab-sidebar button.tab-btn {font-size: 18px;}

    /* featured */
    .featured_container {padding-left: 24px;}

    /* FAQs Section */
    .faq-section .accordion-button{font-size: var(--font-16);padding-top: 10px;padding-bottom: 10px;}
    .faq-section .accordion-item + .accordion-item{margin-top: 10px;}

    /* features-wrapper */
    .features-boxes { padding: 40px 30px; margin-top: 60px; gap: 24px; }
    .features-boxes-2, .features-boxes-3, .features-boxes-4 { margin-top: 80px; }
    .features-boxes-1 .img-wrap::before, .features-boxes-3 .img-wrap::before { right: -50px; }
    .features-boxes-2 .img-wrap::before, .features-boxes-4 .img-wrap::before { left: -30px; }
    .features-boxes-2 .img-wrap img, .features-boxes-4 .img-wrap img { transform: translate(-20px, 0); }
    .features-boxes .img-wrap::before {right: -30px; }
    .features-boxes.features-boxes-2, .features-boxes.features-boxes-3, .features-boxes.features-boxes-4{margin-top: 100px;}

     /* Tools And Frameworks Section */
    .framework-section .nav-item .nav-link,.box-inner p{font-size: var(--font-16); line-height: 27px;}
    .frame-box>* {flex: 0 0 calc(20% - 16px); max-width: calc(20% - 16px);}

    /* CTA Section */
    .cta-first{padding-left: 24px;}
    .cta-first .section-inner-head p{margin-bottom: 20px;}
    .cta-first .section-inner-head h2{margin-bottom: 20px;}

}

@media screen and (max-width : 1024px) {
    /* Service Section */
    .services .tab-wrapper {grid-template-columns: 35% auto;}

   
    .framework-section .section-inner-head {max-width: 576px; margin-inline: auto; text-align: center;}
    .cta-first::after{display: none;}
    .solution .sub-heading {margin-bottom: 10px;}
    .android-section__inner{padding: 20px 20px 0;}

    /* CTA Section */
    .cta-first,.cta-second{padding: 30px 24px;}
    .cta-first .cta-img, .cta-second .cta-img{display: none;}
    .cta-first, .cta-second {background: linear-gradient(90deg, rgba(242, 168, 67, 1) 0%, rgba(248, 192, 91, 1) 100%);justify-content: center;text-align: center;}

    /* Building Section */
    .building-services {grid-template-columns: repeat(2, 1fr); border-radius: 50px;}
}

@media screen and (max-width : 991px) {
    /* Banner Section */
    section.banner {padding-top: 150px;}

    /* hero */
    .hero-content{padding-top: 0;}
    .animi_hero{max-width: 100px;}
    .animi02{right: 0;}
    .animi01{left: 0;}

    /* Service Section */
    .services .tab-wrapper {display: block;}
    .services .tab-wrapper .sidebar-wrapper {margin: 0px 0px 30px;}
    .services .tab-wrapper .sidebar-wrapper .point-bar {display: none;}
    .services .tab-wrapper .tab-sidebar {padding: 10px; max-height: unset; min-height: unset; flex-direction: row; overflow: auto hidden; background-color: #F8F7F3; scroll-behavior: smooth;}
    .services .tab-wrapper .tab-sidebar button.tab-btn {padding: 15px 20px; white-space: nowrap;}
    .services .tab-wrapper .tab-sidebar button.tab-btn:not(:last-child) {border: none;}
    .services .tab-wrapper .tab-sidebar::before {display: none;}
    .services .tab-wrapper .tab-sidebar button.tab-btn::after { right: 50%; transform: translateX(-50%) rotate(90deg); bottom: -4px; top: unset; transform-origin: bottom;}

    /* features-wrapper */
    .features-boxes .img-wrap{z-index: 0; margin: 0;}
    .features-boxes .img-wrap::before{display: none;}
    .features-boxes .img-wrap img{margin: 0;}
    .features-boxes.features-boxes-3 .img-wrap{justify-content: center;}
    .features-boxes.features-boxes-2, .features-boxes.features-boxes-3, .features-boxes.features-boxes-4{margin-top: 0px;}

    /* Industry Section */
    .industry-item{padding: 20px;}
    .industry .industry-grid {grid-template-columns: repeat(2, 1fr);}
    .industry .industry-grid .industry-item:nth-child(2n),.industry .industry-grid .industry-item:nth-child(4n),.industry .industry-grid .industry-item:nth-child(6n){border-right: none !important;}
    .industry .industry-grid .industry-item:nth-child(3n) {border-right: 1px solid #25395C1A;}
    .industry .industry-grid .industry-item:nth-child(4n){border-bottom: 1px solid #25395C1A;}
    .industry .industry-grid .industry-item:nth-child(5n),.industry .industry-grid .industry-item:nth-child(6n){border-bottom: none !important;}

    /* Tools And Frameworks Section */
    .framework-section .nav-tabs{white-space: nowrap;flex-wrap: nowrap;overflow-x: auto;}
    .framework-section .nav-tabs::-webkit-scrollbar{ width: 0px; height: 0px;}
    .framework-section .nav-item .nav-link{line-height: 22px;padding-left: 16px;padding-right: 16px;}
    .frame-box>* {flex: 0 0 calc(25% - 15px); max-width: calc(25% - 15px);}

    /* crafting */
    .crafting-subgrid {grid-template-columns: repeat(2, 1fr);}

    /* grocery-delivery-wrapper */
    .grocery-delivery-grid{grid-template-columns: repeat(2, 1fr);}
    .grocery-delivery-img {margin-bottom: -10px;}

    /* market */
    .market-stats-grid{grid-template-columns: repeat(2, 1fr); gap: 30px;}
    .market-stats-grid-item:nth-of-type(2) {margin-top: 0;}
    .market-stats-grid-item{margin-top:0;}
    .swiper-slide.swiper-slide-visible.first-visible {
        padding-right: 24px;
        padding-top: 24px;
    }
    .swiper-slide.swiper-slide-prev img {
        padding-left: 0;
    }
    .swiper-slide.swiper-slide-visible.last-visible {
        padding-left: 26px;
        padding-top: 24px;
    }
    /* Development Process Section */
    .development-process .tab-wrapper {display: block;}
    .development-process .tab-wrapper .sidebar-wrapper {margin: 0px 0px 30px;}
    .development-process .tab-wrapper .sidebar-wrapper .point-bar {display: none;}
    .development-process .tab-wrapper .tab-sidebar {padding: 10px; max-height: unset; min-height: unset; flex-direction: row; overflow: auto hidden; background-color: #F8F7F3; scroll-behavior: smooth;}
    .development-process .tab-wrapper .tab-sidebar button.tab-btn {padding: 15px 20px; white-space: nowrap;}
    .development-process .tab-wrapper .tab-sidebar button.tab-btn:not(:last-child)::before,
    .development-process .tab-wrapper .tab-sidebar button.tab-btn::after {display: none;}
    .development-process .tab-wrapper .content-wrapper .tab-content.active {padding-block: 24px;}
    .development-process .tab-wrapper .content-wrapper .tab-content .title-wrapper, .development-process .tab-wrapper .content-wrapper .tab-content .details {padding-inline: 24px;}
}

@media screen and (max-width : 768px) {
    /* featured */
    .featured .featured-card {height: 100px;}
    .feature-wrapper {display: block;}
    .featured .featured-swipper {flex: 1 1 100%; margin-top: 30px;}

    /* Why Choose Us Section */
    .choose-group{grid-template-columns: auto;}

    /* features-wrapper */
    .features-boxes { flex-direction: column; padding: 36px 24px 48px; margin-top: 40px; overflow: visible; }
    .features-boxes-2, .features-boxes-3, .features-boxes-4 { margin-top: 60px; }
    .features-boxes .img-wrap { order: 1 !important; width: 100%; text-align: center !important; margin-top: 20px; margin-bottom: -48px; }
    .features-boxes .features-content { max-width: 100%; order: 0; }
    .features-boxes .img-wrap img { transform: none !important; max-width: 80%; margin-bottom: 0 !important; }
    .features-boxes .img-wrap::before { display: none; }
    .features-listing { margin-top: 24px; }
    .features-boxes .img-wrap{justify-content: center;}

    /* crafting */
    .crafting-grid{grid-template-columns: 1fr;}
    .crafting-grid .crafting-grid-item:nth-of-type(2) {text-align: center;}
    .swiper-slide.swiper-slide-visible.first-visible {
        padding-right: 0;
        padding-top: 0;
    }
    .swiper-slide.swiper-slide-prev img {
        padding-left: 0;
    }
    .swiper-slide.swiper-slide-visible.last-visible {
        padding-left: 0;
        padding-top: 0;
    }

    /* Solution Section */
    .solution_grid {grid-template-columns: repeat(1, 1fr);}
    .solution_item {padding: 20px;}
}

@media screen and (max-width : 767px) {
    /* Industry Section */
    .industry-item{border-right: none !important;}
    .industry-item .animated-title{margin-bottom: 16px;}
    .industry .industry-grid {grid-template-columns: 1fr;}
    .industry .industry-grid .industry-item:nth-child(5n){border-bottom: 1px solid #25395C1A !important;}
    .industry .industry-grid .industry-item:nth-child(6n){padding-bottom: 0 !important;}

    /* features-wrapper */
    .features-listing{grid-template-columns: 1fr;}
}

@media screen and (max-width : 576px) {
    /* Slider Section */
    .slider .mySwiper .swiper-slide {padding: 20px; height: 100px;}

    /* hero */
    .animi_hero{max-width: 70px;}
    .animi02{right: 0;top: 30px;}
    .animi01{left: 0;top: 30px;}

    /* Service Section */
    .services .tab-wrapper .content-wrapper .tab-content.active {padding-block: 30px;}
    .services .tab-wrapper .content-wrapper .tab-content .title-wrapper, .services .tab-wrapper .content-wrapper .tab-content .details {padding-inline: 30px;}
    .services .tab-wrapper .content-wrapper .tab-content .title-wrapper {padding-bottom: 20px; margin-bottom: 20px;}

    /* features-wrapper */
    .features-boxes { padding: 28px 20px 36px; border-radius: 16px; }
    .features-boxes .img-wrap img { max-width: 90%; }
    .features-listing li { width: 100%; }

    /* Industry Section */
    .industry .industry-grid .industry-item:nth-child(4n) {border-right: 1px solid #25395C1A;}
    .industry .industry-grid .industry-item:nth-child(3n),.industry .industry-grid .industry-item:nth-child(6n),.industry .industry-grid .industry-item:nth-child(9n) {border-right: 1px solid #25395C1A;}
    .industry .industry-grid .industry-item:nth-child(7n),.industry .industry-grid .industry-item:nth-child(8n){border-bottom: none;}
    .industry .industry-grid .industry-item:nth-child(2n),.industry .industry-grid .industry-item:nth-child(4n),.industry .industry-grid .industry-item:nth-child(6n),.industry .industry-grid .industry-item:nth-child(8n){border-right: none; padding-left: 20px; padding-right: 0;}

    /* crafting */
    .crafting-subgrid {grid-template-columns: 1fr;}

    /* grocery-delivery-wrapper */
    .grocery-delivery-grid{grid-template-columns: 1fr;}

    /* Tools And Frameworks Section */
    .frame-box>*{flex: 0 0 calc(50% - 10px);max-width: calc(50% - 10px);}

    /* market */
    .market-stats-grid{grid-template-columns: 1fr; padding: 0px 0px 30px;}

    /* Building Section */
    .building-services {grid-template-columns: repeat(1, 1fr); border-radius: 30px;}
    .building-img-box{margin-bottom: -21%;}

}