/* Home banner section style start here */
section.banners-section{position:relative}
.home-banner .common{position:relative}
.home-banner .common img{width:100%}
.home-banner .banner-text{flex-direction:column;align-items:center;height:100%;width:100%;position:absolute;top:0;background:none}
.home-banner .banner-text:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#111827;opacity:0.4;}
.home-banner .banner-text .title-wrap{position:relative;z-index:99;text-align:center;margin-bottom:0;padding:0 30px}
.home-banner .banner-text .title-wrap h4{color:var(--bgwhite);justify-content:center}
.home-banner .banner-text .title-wrap h1,
.home-banner .banner-text .title-wrap h2{color:var(--bgwhite);font-size:48px;font-weight:600;line-height:120%;letter-spacing:-1.5px;padding-bottom:16px}
.home-banner .banner-text .title-wrap h1 span,
.home-banner .banner-text .title-wrap h2 span{color:var(--primarycolor)}
.home-banner .banner-text .title-wrap p{color:var(--bgcolorsecondry);font-size:16px;line-height:168%;padding-bottom:35px}
.home-banner .banner-text .title-wrap .btn-primary{color:var(--bgwhite);font-size:18px;font-weight:600;line-height:150%;display:flex;margin:0;gap:7px;padding:12px 0 12px 26px}
.home-banner .banner-text .title-wrap .btn-primary:before{width:47px;height:47px;content:"";border-radius:100%;background:#e6e8ea;position:absolute;left:0;top:0;z-index:-1;opacity:0.15}
.home-banner .banner-text .title-wrap .btn-primary img{width:24px !important;height:24px !important}
.home-banner .banner-text .title-wrap .btn-primary:hover{color:var(--primarycolor)}
.home-banner .banner-text .title-wrap .btn-primary:hover:before{opacity:0.05}

@media screen and (max-width:991px){
  .home-banner .banner-text .title-wrap h1,
  .home-banner .banner-text .title-wrap h2{font-size:36px;letter-spacing:-1px;padding-bottom:12px;}
}
@media screen and (max-width:767px){
  .home-banner .banner-text .title-wrap h1, .home-banner .banner-text .title-wrap h2, .text-center .title-wrap h1, .text-center .title-wrap h2, .text-center .title-wrap p, .text-center .title-wrap h4, .title-wrap.text-center h1, .title-wrap.text-center h2, .title-wrap.text-center p, .title-wrap.text-center h4, .home-banner .banner-text .title-wrap p, .brands-section.text-center .title-wrap h1, .brands-section.text-center .title-wrap h2 {
    text-align: center !important;
}
.home-banner .banner-text .title-wrap .btn-primary:before {width: 35px;height: 35px;top: 6px;}
}
@media (max-width:576px){
  .home-banner .banner-text .title-wrap h1,
  .home-banner .banner-text .title-wrap h2{font-size:26px;letter-spacing:-0.5px;}
  .home-banner .banner-text .title-wrap p{font-size:13px;padding-bottom:15px;}
}
@media (max-width:480px){
  .home-banner .banner-text .title-wrap .btn-primary img{width:20px !important;height:20px !important;}
  .home-banner .banner-text .title-wrap .btn-primary:before {width: 30px;height: 30px;top: 9px;}
  .home-banner .banner-text .title-wrap .btn-primary {font-size: 17px;}
}
@media (max-width:400px){
  .home-banner .banner-text .title-wrap h1,
  .home-banner .banner-text .title-wrap h2{font-size:20px;letter-spacing:-0.5px;}
}
@media screen and (max-width:380px){
  /* .home-banner .banner-text .title-wrap h1,
  .home-banner .banner-text .title-wrap h2{font-size:18px;} */
  .home-banner .banner-text .title-wrap .btn-primary{font-size:13px;}
  .home-banner .banner-text .title-wrap .btn-primary:before {width: 25px;height: 25px;left: 6px;}
}
/* Home banner section style ends here */

/* sub-banner style start here */
.sub-banner img{height:500px}
.sub-banner img{width:100%;object-fit:cover}

/* .sub-banner img{height:880px}
@media (max-width:1800px){
  .sub-banner img{height:800px;}
}
@media (max-width:1700px){
  .sub-banner img{height:720px;}
}
@media (max-width:1600px){
  .sub-banner img{height:620px;}
}
@media (max-width:1400px){
  .sub-banner img{height:580px;}
}
@media (max-width:1300px){
  .sub-banner img{height:550px;}
}
@media screen and (max-width:1199px){
  .sub-banner img{height:500px;}
} */
@media screen and (max-width:991px){
  .sub-banner img{height:450px;}
}
@media screen and (max-width:767px){
  .sub-banner img{height:400px;}
}
@media (max-width:576px){
  .sub-banner img{height:360px;}
}
@media (max-width:480px){
  .sub-banner img{height:300px;}
  .sub-banner p{display:none;}
}
@media (max-width:400px){
  .sub-banner img{height:250px;}
}
@media (max-width:330px){
  .sub-banner img{height:220px;}
}
/* sub-banner style ends here */

/* banner-cta-btns style start here */
.banner-cta-btns{flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:20px}
.banner-cta-btns a{display:block;padding:12px 20px;border:1px solid #ff6c1a;border-radius:25px;background:#fff;color:#ff6c1a;font-size:16px;font-weight:500;transition: all 0.5s;}
.banner-cta-btns a:hover{color:#fff;background:#ff6c1a}
@media (max-width:1199px){
  .banner-cta-btns a{padding:12px;}
  .banner-cta-btns a{font-size:15px;}
}
@media (max-width:767px){
  .banner-cta-btns{justify-content:center;}
}
@media (max-width:576px){
  .banner-cta-btns{flex-wrap:wrap;row-gap:20px;margin-top:20px;}
  .banner-cta-btns a{padding:6px 8px;}
  .banner-cta-btns a{font-size:14px;}
}
@media (max-width:480px){
  .banner-cta-btns{margin-top:10px;gap:15px;}
  .banner-cta-btns a{padding:8px 15px;}
}
@media (max-width:425px){
  .banner-cta-btns{row-gap:15px;}
}
/* banner-cta-btns style ends here */

/* Spark CTA style start here */
.spark-cta{display:inline-block;position:relative;margin:0}
.spark-cta a.btn-style-one{min-width:175px !important;padding:10px 38px !important;color:var(--bgwhite) !important;font-size:16px !important;line-height:168% !important;border-radius:0 !important;height:auto !important;width:auto !important;border:1px solid #ff6c1a !important;font-weight:500;position:relative;display:block;cursor:pointer;background:#ff6c1a;white-space:nowrap;text-align:center}
.spark-cta a.btn-style-one:hover{padding:10px 60px 10px 16px !important;text-decoration:none;background:#fff !important;color:#192a44 !important;border:1px solid #192a44 !important;outline:0 solid #fff !important;outline-offset:0 !important}
.spark-cta a.btn-style-one .arrow svg{position:absolute;top:0px !important;left:0px !important;width:22px !important;height:22px !important}
.spark-cta a.btn-style-one .arrow i{font-style:normal;position:absolute;top:-1px !important;left:0 !important;-webkit-transition:all 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:all 0.6s cubic-bezier(0.19, 1, 0.22, 1);line-height:20px}
.spark-cta a.btn-style-one .arrow i span{position:relative;left:0 !important;top:0 !important;font-size:24px !important;padding:0;-webkit-transition:all 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:all 0.6s cubic-bezier(0.19, 1, 0.22, 1);line-height:20px !important}
.spark-cta a.btn-style-one .arrow,
.spark-cta a.btn-style-one .arrow svg{width:22px !important;height:22px !important}
.spark-cta a.btn-style-one .arrow{text-align:center;-webkit-transition:all 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:all 0.6s cubic-bezier(0.19, 1, 0.22, 1);position:absolute !important;width:22px !important;height:22px !important;right:25px !important;top:13px !important;opacity:0}
.spark-cta a.btn-style-one:hover .arrow{opacity:1;display:block}
.spark-cta:hover a.btn-style-one .arrow i{left:12px !important}
@media screen and (max-width:767px){
  .spark-cta a.btn-style-one{min-width:150px !important;padding:5px 25px !important;font-size:15px !important;}
  .spark-cta a.btn-style-one:hover{padding:5px 60px 5px 10px !important;font-size:15px !important;}
  .spark-cta a.btn-style-one .arrow{top:8px !important;}
}
@media (max-width:480px){
  .spark-cta a.btn-style-one{min-width:140px !important;padding:6px 25px !important;font-size:14px !important;height:38px !important;}
  .spark-cta a.btn-style-one:hover{padding:6px 56px 6px 12px !important;font-size:14px !important;}
  .spark-cta a.btn-style-one .arrow{right:20px !important;top:8px !important;}
  .spark-cta a.btn-style-one .arrow i span{font-size:22px !important;}
  .spark-cta a.btn-style-one .arrow,
  .spark-cta a.btn-style-one .arrow svg{width:20px !important;height:20px !important;}
  .spark-cta:hover a.btn-style-one .arrow i{left:11px !important;top:-2px !important;}
}
/* Spark CTA style ends here */

.client-section p { font-size: 20px; line-height: 27px; color: #ff6c1a; padding: 33px 0 33px 20px; font-weight: 600; border-bottom: 1px solid #e5e7eb; }
@media (max-width:991px) {
  .client-section p {font-size: 18px;padding: 20px 0 0 20px; border-bottom: none; }
}
@media (max-width:767px) {
  .toc-main { margin-bottom: 0; }
  .client-section p {font-size: 16px; }
}

.service-card.style-44 {padding: 20px;background-color: #fff;border-radius: 12px;height: 100%;border-bottom: 5px solid #ff6c1a;-webkit-box-shadow: 0 9px 37px rgb(13 38 76 / 7%);-webkit-transition: all .3s ease-out;}
/* .service-card.style-44:hover {color: #fff;border-color: #ff6c1a;background: #ff6c1a;}
.service-card.style-44:hover a{color: #192a44;} */
.service-card.style-44 p {padding-bottom: 0px;}
/* .service-card.style-44:hover p {color: #fff; } */
.service-card.style-44 .info h3 {font-size: 20px;font-weight:600;color: #192a44;line-height: 30px;width: calc(100% - 70px);}
@media (max-width: 1199px) {.service-card.style-44 .info h3 {font-size: 20px;}}
@media (max-width: 991px) {.service-card.style-44 .info h3 {font-size: 18px;}}
@media (max-width: 640px) {.service-card.style-44 .info h3 {font-size: 16px;line-height:24px;width: 100%;}}


/* Tech Stack Section style start here */
.sticky { top: 130px!important; position: sticky; }
/* .what-we-do{padding:150px 0 100px;position:relative} */
/* .what-we-do .title-wrap::before{content:"";position:absolute;top:-50px;left:-50px;width:428px;height:391px;background-image:url(../images/left-pattern1.webp);background-repeat:no-repeat;background-position:left top;background-size:cover;z-index:0} */
.what-we-do .techstack h2{color:#ff6c1a !important;font-size:24px;font-weight: 700;line-height:30px;margin:0;padding-bottom:20px}
.what-we-do .techstack h2 span{color:#767676 !important}
.what-we-do .techstack{padding-bottom:0}
.what-we-do .techstack p{margin-bottom:0}
.what-we-do .techstack:last-child p {padding-bottom: 0;}
.what-we-do .techstack .tech-title{color:#ff6c1a !important;font-size:24px;font-weight:600;line-height:30px;margin:0;padding-bottom:20px}
.app-strategy{display:flex}
.app-strategy-img{min-width:75px}
.sticky{top:130px !important;position:sticky}
@media (max-width:1199px){
  .what-we-do .techstack .tech-title{font-size:20px;padding-bottom:15px;}
  .what-we-do .techstack h2 {font-size: 20px;padding-bottom: 15px;}
}
@media (max-width:991px){
  .sticky{top:105px !important;}
  .what-we-do.wwd-sticky{margin-top:50px;}
  .what-we-do{padding:60px 0 !important;}
  .what-we-do .title-wrap::before{top:-35px;left:-40px;width:300px;height:240px;}
}
@media (max-width:767px){
.sticky{top:0px !important;position:relative;}
}
@media (max-width:576px){
  .what-we-do .title-wrap::before{display:none;}
  .what-we-do.wwd-sticky hr{margin:5px 0 20px 0 !important;}
  .what-we-do.wwd-sticky{margin-top:30px;}
  .what-we-do .techstack .tech-title{font-size:18px;padding-bottom:10px;}
  .what-we-do .techstack h2 {font-size: 20px;padding-bottom: 15px;}
}
@media (max-width:425px){
  .what-we-do .techstack .tech-title{font-size:17px;line-height:28px;}
  .what-we-do.wwd-sticky{margin-top:10px;}
  .what-we-do .techstack h2 {font-size: 17px;line-height: 28px;}
}
/* what-we-do Section style ends here */

/* Impact of AI Agents Start */
.ai-list {position: relative;}
.ai-list li {position: relative;padding-left: 30px;color: #111928;}
.ai-list li:before {content: "";position: absolute;left: 0;top: 1px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><rect x="2.79834" y="10.0002" width="5" height="5" rx="1.2" transform="rotate(-45 2.79834 10.0002)" fill="%23FF6C1A"/><rect x="11.8696" y="10.0002" width="5" height="5" rx="1.2" transform="rotate(-45 11.8696 10.0002)" fill="%23FF6C1A"/><rect x="7.3335" y="5.4646" width="5" height="5" rx="1.2" transform="rotate(-45 7.3335 5.4646)" fill="%23FF6C1A"/><rect x="7.3335" y="14.5356" width="5" height="5" rx="1.2" transform="rotate(-45 7.3335 14.5356)" fill="%23FF6C1A"/></svg>');
  width: 20px;height: 20px;}
@media (max-width: 1199px) {.ai-list li {font-size: 15px;}}
@media (max-width: 1199px) {.ai-list li {font-size: 14px;}}
/* Impact of AI Agents End */
/* Vertical Tabs start here  */
.vertical-tabs {gap: 40px;}
.vertical-tabs .nav-pills{border-radius:0;border:0 !important;background:transparent;height:100%;flex-direction:column;gap:10px;white-space: nowrap;}
.vertical-tabs .accordion-item{margin-bottom:0 !important;border:0 !important}
.tab-content > .tab-pane{border:0 !important; border-radius:20px;}
.vertical-tabs .nav-pills .nav-link{margin-bottom:0px;text-align:left;color:#4C596D;font-size:20px;font-weight:600;line-height:150%;padding: 15px 20px;width:308px !important;border:0;position:relative;display: flex;align-items: center;justify-content: space-between;gap: 10px;width: calc(100% - 38px);}
  .vertical-tabs .nav-pills .nav-link svg {display: none;}
  .vertical-tabs .nav-pills .nav-link.active svg {display: block;} 
.vertical-tabs .nav-pills .nav-link.active {font-weight: 600;color: #FF6C1A;border-radius: 10px;background: rgba(255, 108, 26, 0.10);text-wrap: wrap;}
.vertical-tabs .tab-content h3, .vertical-tabs .tab-content .h3{font-weight:600;font-size:16px;line-height:21px;letter-spacing:-0.04em;color:#0e0e2c;margin-bottom:10px}
.vertical-tabs .accordion-body{padding:36px;border-radius: 20px;
  border: 1px solid #E5E7EB;background: #FFF;}
.vertical-tabs .icon-img{margin-bottom:20px}
.vertical-tabs .accordion-body h3, .vertical-tabs .accordion-body .h3{color:#192a44;font-size:24px;font-weight:600;line-height:150%;letter-spacing:-0.2px;margin-bottom:15px}
.vertical-tabs .accordion-body p{color:#4c596d;font-size:16px;font-weight:400;line-height:168%;padding-bottom: 35px;}
.gap20 {gap: 20px;}
@media (max-width:1400px) {
  .vertical-tabs .nav-pills .nav-link {font-size: 19px;}
  .vertical-tabs .accordion-body h3, .vertical-tabs .accordion-body .h3 {font-size: 22px;}
}
@media screen and (max-width:1199px){
  .vertical-tabs .accordion-body{padding:30px;}
  .vertical-tabs .icon-img img{width:60px;}
  .vertical-tabs .accordion-body h3, .vertical-tabs .accordion-body .h3{font-size:20px;margin-bottom:15px;}
  .vertical-tabs .accordion-body p{font-size:15px;padding-bottom:30px;}
  .vertical-tabs .accordion-body li{font-size:15px;}
  .vertical-tabs .nav-pills .nav-link {font-size: 18px;width: 300px !important;}
}
@media screen and (max-width:991px){
  .vertical-tabs .accordion-item:first-of-type,
  .vertical-tabs .accordion-item:first-of-type .accordion-button,
  .vertical-tabs .accordion-item:last-of-type .accordion-button.collapsed,
  .vertical-tabs .accordion-item:last-of-type{border-radius:0;}
  .vertical-tabs .accordion-item{border:1px solid #ff6a1a59;background-color:transparent;margin-bottom:15px !important;&:last-child{margin-bottom: 0 !important;}}
  .vertical-tabs .accordion-button:not(.collapsed){color:#ff6c1a !important;background-color:#fff !important;box-shadow:none;}
  .vertical-tabs .nav-pills .nav-link{padding:10px 5px;width:100% !important;}
  .vertical-tabs .nav-pills{padding:10px;}
  .vertical-tabs .tab-content > .tab-pane{display:block;opacity:1;}
  .vertical-tabs .accordion-button:focus{box-shadow:none !important; z-index: 1 !important;}
  .vertical-tabs .accordion-body{margin-bottom:20px; border-radius: 0;}
  .vertical-tabs.core-services .accordion-body{padding:20px 0 0;}
  .vertical-tabs .accordion-header{position:relative;}
  .vertical-tabs .accordion-button{padding:15px 15px !important;font-size:18px !important;border:1px solid #ff6c1a;}
  .vertical-tabs .accordion-button:not(.collapsed){background:#f1f1f1 !important;padding-left:38px !important;border:1px solid #f1f1f1 !important;}
  .vertical-tabs.core-services .accordion-button:not(.collapsed){background:#ff6c1a14 !important;padding-left:15px !important;}
  .vertical-tabs .accordion-button:not(.collapsed):before{content:"";position:absolute;width:8px;height:8px;left:15px;top:22px;background:#ff6c1a;z-index:9;border-radius:100%;}
  .vertical-tabs.core-services .accordion-button:not(.collapsed):before{background:none;}
  .vertical-tabs.core-services #myTabContent .bi-arrow-right{display:none;}
  .vertical-tabs.core-services #myTabContent .accordion-button:not(.collapsed) .bi-arrow-right{display:block;font-size:28px;padding-right:10px;}
  .vertical-tabs .tab-content {width: 100%;}
}
@media screen and (max-width:767px){
  .vertical-tabs .accordion-body{padding:26px;}
  .vertical-tabs .accordion-button:not(.collapsed):before{top:27px;}
  .vertical-tabs .accordion-header {line-height: 30px;}
  .vertical-tabs .accordion-body h3, .vertical-tabs .accordion-body .h3 {font-size: 18px;}
}
@media (max-width:576px){
  .vertical-tabs{display:block !important;}
  .vertical-tabs .nav-pills{margin-right:0 !important;}
  .vertical-tabs .tab-content .btn{margin-right:10px;min-width:70px;font-size:13px;}
  .vertical-tabs .accordion-button::after{width:1rem !important;height:1rem !important;background-size:1rem !important;}
  .vertical-tabs .tab-content{padding:10px !important;margin-bottom:15px !important;}
  .vertical-tabs.core-services .tab-content{padding:10px 10px 0 10px !important;margin-bottom:0px !important;}
}
@media (max-width:480px){
  .vertical-tabs .accordion-button::after{margin-right:-6px;}
  .vertical-tabs .tab-content{padding:0px !important;background:none;}
  .vertical-tabs .icon-img img{width:40px;}
  .vertical-tabs .icon-img{margin-bottom:15px;}
  .vertical-tabs .accordion-body p{font-size:14px;padding-bottom:20px;}
  .vertical-tabs .accordion-body li,
  .vertical-tabs .accordion-body li:last-child{font-size:14px;}
  .vertical-tabs .accordion-button{padding:10px 15px !important;font-size:16px !important;}
  .vertical-tabs .accordion-button:not(.collapsed){padding-left:35px !important;}
  .vertical-tabs .accordion-button:not(.collapsed):before{top:21px;}
  .vertical-tabs.core-services .accordion-body{padding:15px 0 0;}
  .vertical-tabs.core-services #myTabContent.accordion-button:not(.collapsed) .bi-arrow-right{font-size:26px;}
  .gap20 {gap: 16px;}
}
/* Vertical Tabs ends here  */

.discover-card {
  padding: 25px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 37px rgb(13 38 76 / 7%);
  border-radius: 12px;
  height: 100%;
}

.discover-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #192a44;
  line-height: 30px;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #FF6C1A ;
}
.discover-card p {
  color: var(--secondrytextcolor);
  font-size: 16px;
  font-weight: 400;
  line-height: 168%;
  padding-bottom: 10px;
  position: relative;
}

/* Technology card style start here */
.technology-card figure { margin-bottom: 35px;}
.technology-card h3 a, .technology-card h3 {color: var(--secondrycolor);font-size: 20px;font-weight: 700;line-height: 150%;padding-bottom: 25px;transition: 0.3s ease-in-out;}
.technology-card:hover h3 a, .technology-card:hover h3 {color: var(--primarycolor);}
.technology-card:hover figure img {transform: scale(1.2);}
.technology-card p,
.technology-card p {padding-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.technology-card p {color:var(--secondrytextcolor)}
.technology-card p{margin-bottom:25px}
.technology-card p .internal-links {color:var(--primarycolor); display: inline-flex;}
.technology-card .card-title {color:var(--secondrycolor);font-size:20px;font-weight:700;line-height:150%;padding-bottom:0;transition:0.3s ease-in-out}
.technology-card:hover .card-title a,
.technology-card:hover .card-title{color:var(--primarycolor)}
.technology-card:hover figure img{transform:scale(1.2)}
.technology-card h4{color:var(--secondrycolor);font-size:14px;font-weight:600;line-height:150%;display:flex;justify-content:center;align-items:center}
.technology-card h4 .dots{width:8px;height:8px;background:var(--primarycolor);border-radius:100%}
.technology-card h4 .dots:before{display:none}
.technology-card h4 > span{display:flex;gap:10px;align-items:center;color:var(--primarycolor);border-right:1px solid var(--bordercolor);padding-right:10px;margin-right:10px}
.industries-section,
.blog-section,
.casestudy-section {
  overflow-x: hidden;
}
.industries-section .scroller__wrapper,
#scroller_blogs .scroller__wrapper,
.casestudy-section .scroller__wrapper {
  width: 150%;
}
@media screen and (max-width: 1440px) {
  .industries-section .scroller__wrapper,
#scroller_blogs .scroller__wrapper,
.casestudy-section .scroller__wrapper {
  width: 120%;
}
}
@media screen and (max-width:1199px){
  .technology-card figure{margin-bottom:25px;}
  .technology-card h3{font-size:19px;padding-bottom:15px;}
}
@media screen and (max-width:991px){
  .technology-card p{margin-bottom:0;}
  .casestudy-section .casestudy-card h4, .casestudy-section .casestudy-card .h4, .technology-card h4 { font-size: 13px;}
}
@media screen and (max-width:767px){
  .casestudy-section {width: 100%;}
  .technology-card{margin-bottom:20px;}
  .technology-card figure{margin-bottom:15px;}
  .technology-card h3{font-size:18px;padding-bottom:10px;}
  .technology-card p{margin-bottom:15px;}
  .technology-card p {text-align:left !important;}
  .industries-section .scroller__wrapper,
  #scroller_blogs .scroller__wrapper,
  .casestudy-section .scroller__wrapper {
    width: 100%;
  }
}
@media (max-width:480px){
  .technology-card p{margin-bottom:10px;}
  .technology-card{margin-bottom:5px;}
  .technology-card .card-title {font-size:17px;padding-bottom:5px;}
}
@media (max-width:400px){
  .technology-card .card-title {font-size:15px;}
}
/* Technology card style ends here */

/* Blog customized styles */
.review-wrapper,
.blog-scroll-wrapper {position: relative;max-width: 100%;}
.blog-scroll-container {display: flex;overflow-x: auto;scroll-snap-type: x mandatory;gap: 1.5rem;padding-bottom: 1rem;scroll-behavior: smooth;}
.blog-scroll-container::-webkit-scrollbar {display: none;}
.red, .blog-card:hover .h3 {color: #FF6C1A;}
/* #casestudyScroll {width: 120%;} */
#casestudyScroll .casestudy-wrapper {flex: 0 0 auto;width: calc(100% / 2 - 1.5rem);scroll-snap-align: start;}
.blog-card-wrapper {flex: 0 0 auto;width: calc(100% / 2 - 1rem);scroll-snap-align: start;background: #f8f9fa;}
#industriesScroll .indus-wrapper,
#reviewscroll .review-wrapper {flex: 0 0 auto;width: calc(100% / 3 - 1rem);scroll-snap-align: start;}
.scroll-btn {position: absolute;bottom: -6%;background: #fff;border: none;z-index: 2;cursor: pointer;color: #818a98;}
.scroll-btn:hover {color: #ff6c1a;}
.scroll-btn.prev {right: 8%;}
.scroll-btn.next {right: 2%;}
.blog-scroll-container.dragging {
  cursor: grabbing;
  user-select: none;
}
@media (max-width: 767px) {
  #casestudyScroll {width: 100%;}
  .blog-card-wrapper {width: 100%;}
  #casestudyScroll .casestudy-wrapper {width: calc(100% - 1rem);}
  #industriesScroll .indus-wrapper,
  #reviewscroll .review-wrapper {width: calc(100% / 2 - 1rem);}
  .scroll-btn.prev {right: 20%;}
}
@media (max-width: 575px) {
  .casestudy-section {
    overflow-x: initial;
}
.scroll-btn.prev.center {right: 50% !important;}
.scroll-btn.next.center {left: 50% !important;right: auto;}
  #casestudyScroll .casestudy-wrapper,
  #industriesScroll .indus-wrapper,
  #reviewscroll .review-wrapper {width: 100%;}
}

/* Tech Stack Section style start here */
.rowgap60 {row-gap: 60px;}
.tech-stack-details{margin:0 auto !important;text-align:center}
.tech-stack-details img{width:180px !important;height:60px !important;object-fit:contain !important}
ul.techstack{list-style:none;padding:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0}
.techstack li.tech-list{margin:0 12px 20px;display:inline-block}
.tech-stack-details p{color:#000;font-size:16px;font-weight:500;line-height:20px}
.tech-stack-details .tech-list .nav-link{padding:13px 30px 12px;font-weight:500 !important;font-size:16px;line-height:28px;color:#000;background:#f3f6f9;cursor:pointer;border-radius:0}
.tech-stack-details .tech-list .nav-link.active{background:#ffe1d1 !important;color:#ff6c1a !important;border:0px solid #ffe1d1 !important}

/* TAB Accordion Start */
.techStack-accordion .accordion {--bs-accordion-bg: transparent;}
  .techStack-accordion .accordion-body {padding: 0;}
  .techStack-accordion .accordion-button:focus {box-shadow: 0 0 0 0;}
  /* ENd */

@media screen and (max-width:1199px){
  .techstack li.tech-list{margin:0 5px 10px;}
  .tech-stack-details img{height:55px !important;width:150px !important;}
    .tech-stack-details .tech-list .nav-link {padding: 10px 13px 9px;}
    .rowgap60 {row-gap: 45px;}
}
@media screen and (max-width:991px){.tech-stack-details .tech-list .nav-link {font-size: 15px;}
  /* TAB remove Accordion add Start */
.techStack-accordion .tab-content > .tab-pane {display: block;opacity: 1;}
.techStack-accordion .tab-content {row-gap: 14px;display: flex;flex-direction: column;}
.techStack-accordion .tab-content .accordion-button:not(.collapsed) {color:#212529;background-color: transparent;box-shadow: 0 0 0 0;}
.techStack-accordion .tab-content .accordion-item {
  border: 1px solid #ff6c1a !important;border-radius: 12px;}
.techStack-accordion .accordion-body {padding: 20px 0;}
 /* TAB remove Accordion add End */
}
@media screen and (max-width:767px){
  .tech-stack-details img{height:50px !important;width:130px !important;}
  .tech-stack-details p{font-size:13px;padding:0;}
  .tech-stack-details .tech-list .nav-link{padding:7px 10px 6px;}
}
@media (max-width:480px){
  .techstack li.tech-list{margin:0 5px 10px;}
  .tech-stack-details p{font-size:14px;}
  .tech-stack-details .tech-list .nav-link{padding:5px 10px;font-size:14px;}
  .rowgap60 {row-gap: 35px;}
  /* TAB remove Accordion add Start */
  .techStack-accordion .tab-content .accordion-button {font-size: 15px;gap: 10px;}
   /* TAB remove Accordion add End */
}
@media (max-width:400px){.tech-stack-details img{width:100px !important;height:40px !important;}}
/* Tech Stack Section style ends here */

.essential-list-main { padding: 0px; margin: 0px; list-style: none; display: flex; flex-wrap: wrap; }
  .essential-list { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 33%; gap: 10px; }
  .essential-list h3 { color: #192A44; font-size: 20px; font-weight: 600; line-height: 150%; /* 30px */ }
  .essential-list p { color:#4C596D; text-align: center; font-size: 14px; font-weight: 400; line-height: 160%; /* 22.4px */ padding: 0px; }
  .essential-list:nth-child(1) { border-bottom: 1px solid #70707033; border-right: 1px solid #70707033; padding: 0px 83px 40px 0px; }
  .essential-list:nth-child(2) { position: relative; padding: 0px 83px 40px; border-bottom: 1px solid #70707033; border-right: 1px solid #70707033; }
  .essential-list:nth-child(2)::after, .essential-list:nth-child(2)::before { position: absolute; content: " "; width: 8px; height: 8px; background: #ff6c1a; border-radius: 50%; right: -5px; bottom: -5px; }
  .essential-list:nth-child(2)::after { left: -5px !important; }
  .essential-list:nth-child(3) { padding: 0px 0px 40px 83px; border-bottom: 1px solid #70707033; }
  .essential-list:nth-child(4) { border-right: 1px solid #70707033; padding: 40px 83px 0px 0px; }
  .essential-list:nth-child(5) { padding: 40px 83px 0px; border-right: 1px solid #70707033; }
  .essential-list:nth-child(6) { padding: 40px 0px 0px 83px; }
  @media (max-width: 1360px){
    .essential-list:nth-child(1) { padding: 0px 65px 40px 0px; }
    .essential-list:nth-child(2) { padding: 0px 55px 40px; }
    .essential-list:nth-child(3) { padding: 0px 0px 40px 60px; }
    .essential-list:nth-child(4) { padding: 40px 65px 0px 0px; }
    .essential-list:nth-child(5) { padding: 40px 55px 0px; }
    .essential-list:nth-child(6) { padding: 40px 0px 0px 65px; }
  }
  @media (max-width: 1199px){
    .essential-list:nth-child(1) { padding: 0px 30px 30px 0px; }
    .essential-list:nth-child(2) { padding: 0px 30px 30px; }
    .essential-list:nth-child(3) { padding: 0px 0px 30px 30px; }
    .essential-list:nth-child(4) { padding: 30px 30px 0px 0px; }
    .essential-list:nth-child(5) { padding: 30px 30px 0px; }
    .essential-list:nth-child(6) { padding: 30px 0px 0px 30px; }
  }
  @media (max-width: 767px){
    .essential-list { flex:  0 0 50%; }
    .essential-list:nth-child(2)::after,
    .essential-list:nth-child(2)::before { display: none; }
    .essential-list:nth-child(2) { border-right: 0px; }
    .essential-list:nth-child(3) { border-right: 1px solid #70707033; padding: 30px 40px 30px 0px; }
    .essential-list:nth-child(4) { border-right: 0px; border-bottom: 1px solid #70707033; }
    .essential-list:nth-child(5) { padding-left: 0px; }
  }
  @media (max-width: 576px){
    .essential-list h3 { font-size: 16px; }
    .essential-list:nth-child(1) { padding: 0px 20px 20px 0px; }
    .essential-list:nth-child(2) { padding: 0px 20px 20px; }
    .essential-list:nth-child(3) { padding: 20px 20px 20px 0px; }
    .essential-list:nth-child(4) { padding: 20px 0px 20px 20px; }
    .essential-list:nth-child(5) { padding: 20px 20px 0px; }
    .essential-list:nth-child(6) { padding: 20px 0px 0px 20px; }
  }
  @media (max-width: 425px){
    .essential-list { flex: 0 0 100%; }
    .essential-list:nth-child(2) { padding-top: 20px; }
    .essential-list:nth-child(5) { padding-bottom: 20px; border-bottom: 1px solid #70707033; }
    .essential-list-main { row-gap: 20px; }
    .essential-list { padding: 20px !important; border: 1px solid #70707033 !important;row-gap: 20px; }
  }