h1 div {
  display:inline-block;
}
h1:after {
  max-width: 120px;
  min-width: 120px;
}
.mouse-wheel {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #f8a1344d 20%, #f8a1344d 80%);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: blur(30px);
  transition: transform 0.2s ease-out; /* Delay effect */
  z-index: -1;
}
.services-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 80px 40px 80px;
}
.services-heading h2,.services-heading p{
  max-width: 650px;
}
/****Banner***/
.services-banner{
  max-height:600px;
  width:100%;
  position:relative;
  overflow:hidden;
}
.services-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-banner .banner-text{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  margin: auto;
  background-color: #0000007a;
}
.services-banner .banner-text h1,.services-banner .banner-text p{
   max-width: 1000px;
   margin:16px auto;
   text-align: center;
   color: var(--light-color);
}
.services-banner .banner-text p{
  font-size: 24px;
  line-height:32px;
  letter-spacing:0px;
}
/****Industry banner****/
.services-banner.industry-banner .banner-text h1, .services-banner.industry-banner .banner-text p{
  color: var(--dark-color) !important;
  margin:8px 80px !important;
  text-align:start !important;
}
.services-banner.industry-banner .banner-text{
  align-items:start;
  background-color: unset;
}
.services-banner.industry-banner .industry-mobile-banner {
  display: none;
}
/*****Section About****/
.services-about{
  padding:80px;
}
.services-about img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.services-about-content{
  display:flex;
  align-items:center;
  gap:24px;
}
.services-about-content .col-left,.services-about-content .col-right{
  width: calc(50% - 12px);
}
.services-about-content .col-left{
  padding-right:60px;
}
.services-about-content .col-left p{
  margin-bottom:16px !important;
}
/*****services-solution-sec****/
.services-solution-sec{
  padding-top:80px;
}
.services-accordion{
  margin: 0 auto;
  width: 100%;
  padding:0 80px 80px 80px;
}

.services-accordion .services-accordion-card {
  margin:0;
  position: relative;
  border-bottom:1px solid var(--dark-color);
}
.services-accordion .services-acc-title {
  background: var(--light-color);
  cursor: pointer;
  display: block;
  padding: 1.5rem 4rem 1.5rem 0;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.services-accordion .services-acc-title h3{
  text-transform: uppercase;
}
.services-accordion .services-acc-title h3 span{
  color: var(--secondary-color);
}
.services-accordion .services-accordion-panel {
  background: var(--light-color);
  color: var(--dark-color);
  display: none;
  margin: 0;
  padding:0 0 1.5rem 0;
  text-align: left;
}
.services-accordion .services-accordion-panel .services-accordion-img{
  overflow:hidden;
}
.services-accordion .services-accordion-panel .services-accordion-img img{
  transition: all 0.5s;
}
.services-accordion .services-accordion-panel .services-accordion-img img:hover{
  transform: scale(1.1);
  transition: all 0.5s;
}
.services-accordion ul {
  margin-bottom: 1rem !important;
  list-style-type:none !important;
}
.services-accordion ul li {
  list-style-type:none !important;
  padding-left: 1.5rem;
  margin: .75rem 0;
  color: var(--dark-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
.services-accordion ul li:after{ 
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius:50%;
  background-color: var(--secondary-color);
  left: 0;
  top: 8px;
}
.services-accordion p a {
  color: var(--primary-color) !important;
  font-weight: 500 !important;
}
.services-accordion .services-accordion-panel img{
  width:100%;
  max-height: 450px;
  object-fit: cover;
}
.services-accordion .services-acc-title .accordion-arrow{
  position: absolute;
  right: 0;
  top:calc(50%  - 24px);
  width: 48px;
  height: 48px;
  display:flex;
  align-items:center;
  justify-self:center;
  overflow:hidden;
}
.services-accordion .services-acc-title img{
    display:block;
    width:32px;
    position: absolute;
    right:0;
}
.services-accordion .services-acc-title  img.active-arrow{
  transform: translateY(40px);
  transition: all 0.3s;
}
.services-accordion .services-acc-title.active  img.active-arrow{
   transform: translateY(0px);
   transition: all 0.3s;
}

.services-accordion .services-acc-title  img.inactive-arrow{
  transform: translateY(0px);
  transition: all 0.3s;
}
.services-accordion .services-acc-title.active  img.inactive-arrow{
   transform: translateY(-40px);
   transition: all 0.3s;
}

/****Why Choose us start****/
.why-choose-us-sec{
  padding:80px 0 0 0;
  background-color: var(--secondary-color);
  position: relative;
}
.why-choose-us-sec h2,.why-choose-us-sec .services-heading p{
  color: var(--light-color);
}
.why-choose-us-sec h2 span{
  color: var(--dark-color);
}
.why-choose-us-sec .box{
  background-color: var(--light-color);
  min-height: 400px;
  position: relative;
  padding:32px;
}
.why-choose-us-sec .box h3{
  max-width:250px;
  height: 100%;
}
.why-choose-us-sec .box  p{
  margin-top:24px;
}
.why-choose-us-sec .box span{
   background-color:var(--secondary-color);
   color: var(--light-color);
   width:45px;
   height: 45px;
   border-radius:50%;
   display: inline-flex;
   align-items:center;
   justify-content:center;
   font-size:20px;
   line-height:28px;
   font-weight: 600;
   position: absolute;
   right:32px;
   top:32px;
}
.why-choose-us-sec .swiper-slide{
  min-height: 600px !important;
  transition: padding 0.3s ease; /* Optional: smoother animation */
}
.why-choose-us-swiper{
  background:linear-gradient(180deg, transparent 0%, transparent 400px,#fff 400px);
  min-height:800px;
}
.why-choose-us-swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.light-bulb {
  position: absolute;
  top: 250px;
  right: 16px;
}
.light-bulb img{
  width:270px;
}
.why-choose-us-swiper .swiper-slide.swiper-slide-prev{
  padding-top:100px !important;
  transition: all 0.3s;
}
/*****Why Choose us ends*****/
/******Services Tabs Starts*****/
.services-tab-sec{
  padding: 0 0 80px 0;
}
.services-tab-container {
  display: flex;
  flex-wrap:wrap;
  gap:24px;
  padding:0 80px;
}
.services-tab-container .services-tab-menu {
  width:510px;
  border-right: 2px solid var(--thin-grey-color2);
  display: flex;
  flex-direction: column;
}
.services-tab-container .tab-item {
  padding: 12px 20px;
  cursor: pointer;
  height:auto;
  margin:8px 0;
  position: relative;
  transition: all 0.3s;
  border-left:4px solid var(--thin-grey-color2);
}
.services-tab-container .tab-item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height:0; /* Start at 0 height */
  border-radius: 2px;
  transition: height 1s ease, background-color 1s;
}
.services-tab-container .tab-item.active::before {
  height: 100%; /* Animate to full height */
  background-color: var(--primary-color);
}
.services-tab-container .tab-item h3{
  margin-bottom:0;
  color: var(--dark-color);
}
.services-tab-container .tab-item a{
  height:0;
  opacity:0;
  display:inline-block;
  transform: translateY(-20px);
  transition: all 0.3s;
  display:none;
}
.services-tab-container .tab-item.active a{
  height:auto;
  opacity:1;
  transform: translateY(0px);
  transition: all 0.3s;
  margin-top:12px;
  font-weight: 500;
  font-size: 20px;
  line-height:28px;
  color: var(--secondary-color);
  display:block;
}

.services-tab-container .services-tabs-viewport{
  width:calc(100% - 534px);
  height: 500px; /* Adjust based on content */
  overflow: hidden;
  position: relative;
}
.services-tab-container .services-tabs-slider{
  position: relative;
  transition: transform 0.5s ease;
}
.services-tab-container .services-tab-details{
  height: 500px;
  padding:32px;
  background-color: var(--thin-grey-color2);
  display:flex;
  flex-direction: column;
  justify-content:space-around;
  align-items: start;
}
.services-tab-container .services-tab-details img{
  max-width: 90px;
}
.services-tab-container .services-tab-details .services-tab-details-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  gap: 24px;
  width: 100%;
}
.services-tab-container .services-tab-details .services-tab-details-bottom img{
  margin-right:24px;
  max-width:180px;
  object-fit:contain;
}
.services-tab-container .services-tab-details p{
  margin-top:16px;
  color: var(--dark-color);
  max-width: 650px;
}
.services-tab-container .services-tab-details h3{
  font-size: 28px !important;
  line-height:36px !important;
  color: var(--dark-color);
}
.services-tab-container .services-tab-details .services-tab-details-bottom ul li{
  color: var(--dark-color);
  margin: 8px 0;
  max-width: 800px;
  position: relative;
  padding-left: 16px;
}
.services-tab-container .services-tab-details .services-tab-details-bottom ul li:before{
  content:"";
  position: absolute;
  left:0;
  top:10px;
  width:6px;
  height:6px;
  border-radius:50%;
  background-color: var(--secondary-color);
}
/*****Services Tabs Ends*****/

/*****Horizontal swiper Starts******/
.our-process-section{
  height:calc(100vh - 80px);
  background-color: var(--primary-color);
  overflow:hidden;
}
.our-process-section .horizontal-process-card{
  display: flex;
  width: max-content;
  height:calc(100% - 225px);
  overflow: hidden;
}
.our-process-section .horizontal-process-card .process-card{
  flex: 0 0 auto;
  width: 520px;
  height: 100%;
  border-right: 1px solid var(--light-color);
  padding:32px;
}
.our-process-section .services-heading{
  padding-top: 80px;
  border-bottom: 1px solid var(--light-color);
}
.our-process-section .services-heading h2,.our-process-section .services-heading p{
  color: var(--light-color);
}
.our-process-section .services-heading h2 span{
  color: var(--secondary-color);
}
.our-process-section .horizontal-process-card .process-card h3{
  font-size: 28px !important;
  line-height:36px !important;
  font-weight: 500 !important;
  color: var(--light-color);
  margin:32px 0;
  white-space:nowrap;
  min-height:72px;
}
.our-process-section .horizontal-process-card .process-card ul{
  padding-left:24px !important;
  margin-top:60px;
}
.our-process-section .horizontal-process-card .process-card ul li{
  font-size: 18px;
  line-height:28px;
  font-weight: 300;
  color: var(--light-color);
  margin:4px 0;
  list-style-type: disc !important;
}
.our-process-section .horizontal-process-card .process-contact{
  padding:48px;
}
.our-process-section .horizontal-process-card .process-contact .process-contact-heading{
  font-size: 80px;
  line-height:90px;
  font-weight: 600;
  color: var(--light-color);
  margin-top: 60px;
  display: inline-block;
}
.our-process-section .horizontal-process-card .process-contact p{
  font-size: 40px;
  line-height: 48px;
  max-width: 480px;
  font-weight: 600;
  margin: 48px 0;
  color: var(--light-color);
}
.our-process-section .horizontal-process-card .process-contact p span{
  color: var(--secondary-color);
}
.our-process-section .horizontal-process-card .process-contact .customBtn{
  margin-top:20px;
}
/****Horizontal swiper ends****/
/***=======Startups Page design=======*****/
.tech-offer-banner {
  padding: 70px;
}
.tech-offer-banner h1 {
  font-size: 80px !important;
  line-height: 90px !important;
  font-weight: 700 !important;
  color: var(--dark-color);
  letter-spacing: -2px;
}
.tech-offer-banner h1 span {
  color: var(--secondary-color);
}
.tech-offer-banner .col-left {
  max-width: 1000px;
  position: relative;
}
.tech-offer-banner .col-right {
  margin: auto;
  text-align: center;
}
.tech-offer-banner .col-right img {
  width: 100%;
  max-width: 600px;
  object-fit: contain;
}
.tech-offer-banner.b2b-banner-sec .col-right img {
  max-width: 500px;
}
.tech-offer-banner.b2b-banner-sec h1 span {
  color: var(--primary-color);
}
.tech-offer-banner .col-left .banner-rotate-arrow {
  position: absolute;
  left: 370px;
  bottom: 24px;
}
.tech-offer-banner .col-left .banner-rotate-arrow img {
  width: 70px;
}
/***Sec2***/
.tech-offer-journey-sec {
  padding: 70px;
}
.tech-offer-journey-sec .col-left {
  max-width: 600px;
}
.tech-offer-journey-sec h2 {
  font-size: 48px !important;
  line-height: 54px !important;
  font-weight: 700 !important;
  color: var(--dark-color);
}
.tech-offer-journey-sec h2:after {
  display: none;
}
.tech-offer-journey-sec .col-right {
  padding-left: 80px;
}
.tech-offer-journey-sec .col-right p {
  font-size: 18px !important;
  line-height: 26px !important;
}
/***Sec3***/
.tech-offer-objects-sec {
  padding: 70px;
}
.tech-offer-objects-sec h2 {
  font-size: 80px !important;
  line-height: 90px !important;
  font-weight: 700 !important;
  color: var(--dark-color);
  letter-spacing: -2px;
}
.tech-offer-objects-sec h2 span {
  color: var(--secondary-color);
}
.tech-offer-objects-sec.b2b-objects-sec h2 span {
  color: var(--primary-color);
}
.tech-offer-objects-sec h2:after {
  display: none;
}
.tech-offer-objects-sec .col-left {
  max-width: 900px;
}
.tech-offer-objects-sec .col-right img {
  width: 100%;
  max-width: 370px;
  object-fit: contain;
}
.tech-offer-objects-sec.b2b-objects-sec .col-right img {
  max-width: 450px;
}
.tech-offer-slider img {
  width: 100%;
}
/***Startups Slider**/
.tech-offer-services-sec {
  padding: 40px 0 80px 0;
}
.tech-offer-services-sec h2 {
  font-size: 48px !important;
  line-height: 54px !important;
  font-weight: 700 !important;
  color: var(--dark-color);
}
.tech-offer-services-sec h2:after {
  display: none;
}
.tech-offer-services-sec .tech-offer-services-heading {
  padding: 40px 80px 80px 80px;
}
.tech-offer-services-sec .col-right {
  max-width: 460px;
  margin-left: auto;
}
.tech-offer-services-sec .col-right p {
  font-size: 18px;
  line-height: 26px;
}
.tech-offer-slider .swiper-slide div {
  position: relative;
}
.tech-offer-slider .swiper-slide div h4 {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 32px !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 24px;
  color: var(--light-color);
  opacity: 0;
  transition: 0.5s;
  background-color: #00000066;
  height: calc(100% - 0px);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.tech-offer-slider {
  height: 700px;
}
.tech-offer-slider .swiper-slide.swiper-slide-active div h4 {
  opacity: 1;
  transition: 0.5s;
}
.tech-offer-slider .swiper-slide img {
  height: auto !important;
}
.tech-offer-slider .swiper-slide div {
  transform-origin: top;
  transition: transform 0.5s ease-in-out;
}
.tech-offer-slider .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.page-template-template-startups .industry-swiper-slider,
.page-template-template-b2b .industry-swiper-slider {
  margin: 0;
}
/****Section 5***/
.tech-offer-solutions-sec {
  padding: 80px;
}
.tech-offer-services-heading h2 {
  font-size: 48px !important;
  line-height: 54px !important;
  font-weight: 700 !important;
  color: var(--dark-color);
  margin-bottom: 0;
}
.tech-offer-services-heading h2:after {
  display: none;
}
.tech-offer-solutions-sec .tech-offer-services-heading .col-right {
  max-width: 800px;
  margin-left: auto;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 140px;
  position: relative;
}
.tech-offer-solutions-sec .tech-offer-services-heading .col-right img {
  width: auto;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: -40px;
}
.tech-offer-solutions-sec .tech-offer-services-heading .col-right p {
  font-size: 18px;
  line-height: 26px;
}
.tech-offer-solutions-list {
  padding: 80px 0;
}
.tech-offer-solutions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.tech-offer-solutions-list .col-left {
  width: calc(35% - 8px);
}
.tech-offer-solutions-list .listing-box {
  width: calc(65% - 8px);
}
.tech-offer-solutions-list h2 {
  font-size: 80px !important;
  line-height: 90px !important;
  font-weight: 700 !important;
  color: var(--dark-color);
  letter-spacing: -2px;
  max-width: 450px;
}
.tech-offer-solutions-list h2:after {
  display: none;
}
.tech-offer-solutions-list .listing-box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.tech-offer-solutions-list .listing-box .box {
  width: calc(100% / 3 - 12px);
  background-color: var(--thin-grey-color2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 24px;
}
.tech-offer-solutions-list .listing-box .box img {
  width: 100px;
  height: 250px;
  object-fit: contain;
  align-self: center;
}
.tech-offer-solutions-list .listing-box .box h3 {
  color: var(--dark-color);
}
.tech-offer-solutions-list .listing-box .box p {
  color: var(--dark-color);
}
.tech-offer-solutions-list h2 span {
  color: var(--secondary-color);
}
.b2b-solutions-sec .tech-offer-solutions-list h2 span {
  color: var(--primary-color);
}
/*****Section 6****/
.why-tech-offer-sec {
  padding: 80px;
  background-color: var(--secondary-color);
}
.why-tech-offer-sec .why-tech-offer-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.why-tech-offer-sec .why-tech-offer-content h2 {
  width: calc(35% - 8px);
  font-size: 60px !important;
  line-height: 70px !important;
  font-weight: 700 !important;
  letter-spacing: -2px;
  color: var(--light-color);
  max-width: 520px;
  margin-bottom: 0;
}
.why-tech-offer-sec .why-tech-offer-content h2 span {
  color: var(--dark-color);
}
.why-tech-offer-sec .why-tech-offer-content h2:after {
  display: none;
}
.why-tech-offer-sec .why-tech-offer-content div {
  width: calc(65% - 8px);
  max-width: 600px;
  margin-left: auto;
}
.why-tech-offer-sec .why-tech-offer-content p,
.why-tech-offer-sec .why-tech-offer-content p strong {
  color: var(--light-color);
  font-size: 18px;
  line-height: 26px;
}
/****Section 9 css*****/
.tech-offer-choose-sec {
  padding: 80px 0;
  position: relative;
}
.tech-offer-choose-sec .tech-offer-services-heading {
  max-width: 800px;
  padding: 40px 80px;
}
.tech-offer-choose-sec .tech-offer-services-heading h2 span {
  color: var(--secondary-color);
}
.tech-offer-choose-sec .tech-offer-choose-content {
  padding: 0 80px 80px 80px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
}
.tech-offer-choose-sec .tech-offer-choose-content .box {
  width: calc(100% / 3 - 16px);
  background-color: var(--thin-grey-color2);
  padding: 32px;
  height: fit-content;
  min-height: 200px;
}
.tech-offer-choose-sec .tech-offer-choose-content .box.center-box {
  margin-top: 80px;
}
.tech-offer-choose-sec .tech-offer-choose-content .box h3 {
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 36px !important;
}
.tech-offer-choose-sec .tech-offer-choose-content .box h3 span {
  color: var(--secondary-color);
}
.tech-offer-choose-sec.b2b-choose-sec .tech-offer-choose-content .box h3 span {
  color: var(--primary-color);
}
.tech-offer-choose-sec .tech-offer-choose-content .box p {
  color: var(--dark-color);
  max-width: 400px;
  margin-top: 16px;
}
.tech-offer-choose-sec .tech-offer-choose-content .line1 {
  width: 83px;
  height: 190px;
  z-index: -1;
  background: url(../../images/services/startups/line-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  position: absolute;
  left: 0px;
  top: 0px;
}
.tech-offer-choose-sec.b2b-choose-sec .tech-offer-choose-content .line1 {
  background: url(../../images/services/b2b/line-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.tech-offer-choose-sec .tech-offer-choose-content .line2 {
  width: 264px;
  height: 57px;
  z-index: -1;
  background: url(../../images/services/startups/line-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  position: absolute;
  left: 33%;
  top: 26px;
}
.tech-offer-choose-sec.b2b-choose-sec .tech-offer-choose-content .line2 {
  background: url(../../images/services/b2b/line-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.tech-offer-choose-sec .tech-offer-choose-content .line3 {
  width: 670px;
  height: 250px;
  z-index: -1;
  background: url(../../images/services/startups/line-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  position: absolute;
  right: 14%;
  bottom: 0px;
}
.tech-offer-choose-sec.b2b-choose-sec .tech-offer-choose-content .line3 {
  background: url(../../images/services/b2b/line-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.tech-offer-choose-sec .tech-offer-choose-content .line4 {
  width: 146px;
  height: 283px;
  z-index: -1;
  background: url(../../images/services/startups/line-4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  position: absolute;
  right: 0px;
  top: -70px;
}
.tech-offer-choose-sec.b2b-choose-sec .tech-offer-choose-content .line4 {
  background: url(../../images/services/b2b/line-4.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/****Section 10 *****/
.tech-offer-cta-sec {
  padding: 80px;
  background-color: var(--secondary-color);
}
.tech-offer-cta-sec.b2b-cta-sec {
  background-color: var(--primary-color);
}
.tech-offer-choose-sec.b2b-choose-sec .tech-offer-services-heading h2 span {
  color: var(--primary-color);
}
.tech-offer-cta-sec .tech-offer-cta-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
.tech-offer-cta-sec .tech-offer-cta-content h2,
.tech-offer-cta-sec .tech-offer-cta-content .col-right {
  width: calc(50% - 8px);
  max-width: 500px;
}
.tech-offer-cta-sec .tech-offer-cta-content h2 {
  font-size: 48px !important;
  line-height: 54px !important;
  font-weight: 600 !important;
  color: var(--light-color);
}
.tech-offer-cta-sec .tech-offer-cta-content h2:after {
  display: none;
}
.tech-offer-cta-sec .tech-offer-cta-content h2 span {
  color: var(--dark-color);
}
.tech-offer-cta-sec.b2b-cta-sec .tech-offer-cta-content h2 span {
  color: var(--secondary-color);
}
.tech-offer-cta-sec .tech-offer-cta-content p,
.tech-offer-cta-sec .tech-offer-cta-content h3 {
  color: var(--light-color);
}
.tech-offer-cta-sec .tech-offer-cta-content p {
  font-size: 18px;
  line-height: 26px;
}

/******B2B partnering css*****/
.b2b-partner-sec {
  padding: 80px;
}
.b2b-partner-sec h2:after {
  display: none;
}
.b2b-partner-sec h2 {
  font-size: 60px !important;
  line-height: 70px !important;
  font-weight: 700 !important;
  color: var(--dark-color);
  max-width: 550px;
}
.b2b-partner-sec h2 span {
  color: var(--primary-color);
}
.b2b-partner-sec img {
  max-width: 100%;
}
 .light-bulb-bottom{
    position: absolute;
    bottom: 120px;
    left: 80px;
    width: 300px;
    height: 300px;
    z-index: 10;
    opacity: 0.5;
  }
.light-bulb-bottom img{
   width:100%;
}
/****Location pages css****/
.location-banner {
    padding: 40px 80px;
}
.location-banner-content .col-left {
    max-width: 700px;
}
.location-banner-content h1 span {
    color: var(--secondary-color);
}
.location-banner-content .col-left p {
    padding: 24px 0;
}
.technology-services {
    gap: 32px;
}
.technology-sec3{
  padding: 80px 0;
}
.technology-services .services-box {
    padding: 2rem;
    width: calc(100% / 3 - 24px);
    background: var(--light-color);
    box-shadow: 3px 3px 26px var(--thin-dark-color);
    border-radius: 15px;
}
.technology-services .services-box h3 {
    margin: 1rem 0;
}
.location-services {
    padding: 80px;
}
.location-services .location-services-listing {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 2rem;
}
.location-services .location-services-listing .box {
    width: calc(100% / 4 - 24px);
    text-align: center;
    display: flex;
    min-height: 150px;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    padding: 2rem;
    filter: drop-shadow(3px 3px 26px var(--thin-dark-color));
}
.location-banner img {
    width: 100%;
    max-height: 700px;
    object-fit: contain;
}
.portfolio-sec{
  padding-bottom:80px;
}
.services-listing-content{
  padding:80px 0;
}
.services-listing-content ul {
    max-width: 800px;
    margin: auto;
    gap: 16px;
    display:flex;
    flex-wrap:wrap;
}
.services-listing-content ul li {
    width: calc(100% / 2 - 8px);
    position: relative;
    padding-left: 1.5rem;
}
.services-listing-content ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--secondary-color);
    left: 0;
    top: 6px;
}
.services-listing-content ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
    color: var(--primary-color);
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

/*============Responsive Css===========*/

@media (max-width: 1500px) {
  /****Startups page css****/
  .services-listing-content{
    padding:60px 0;
  }
  .tech-offer-banner {
    padding: 80px 40px 40px 40px;
  }
  .tech-offer-banner h1,
  .tech-offer-objects-sec h2,
  .tech-offer-solutions-list h2 {
    font-size: 64px !important;
    line-height: 70px !important;
  }
  .tech-offer-banner .col-right img {
    max-width: 500px;
  }
  .tech-offer-journey-sec {
    padding: 40px;
  }
  .tech-offer-journey-sec .col-right p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .tech-offer-journey-sec h2,
  .tech-offer-services-heading h2 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .tech-offer-objects-sec {
    padding: 40px;
  }
  .tech-offer-objects-sec .col-right img {
    max-width: 320px;
  }
  .tech-offer-services-sec .tech-offer-services-heading {
    padding: 0 40px 60px 40px;
  }
  .tech-offer-solutions-sec,
  .why-tech-offer-sec,
  .startups-cta-sec {
    padding: 40px;
  }
  .tech-offer-solutions-list .listing-box .box {
    padding: 16px;
  }
  .tech-offer-solutions-list .listing-box .box img {
    height: 200px;
  }
  .tech-offer-slider {
    height: 520px;
  }
  .tech-offer-solutions-list {
    padding: 40px 0;
  }
  .why-tech-offer-sec .why-tech-offer-content h2 {
    font-size: 48px !important;
    line-height: 54px !important;
  }
 
  .tech-offer-choose-sec {
    padding: 40px 0;
  }
  .tech-offer-choose-sec .tech-offer-services-heading {
    padding: 20px 40px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content {
    padding: 0 40px 60px 40px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .box {
    padding: 24px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .box h3 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .box {
    min-height: 170px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .box p {
    margin-top: 12px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content {
    gap: 16px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .line1 {
    width: 60px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .line2 {
    width: 185px;
    top: 40px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .line3 {
    width: 500px;
    bottom: -55px;
    right: 11%;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .line4 {
    width: 110px;
  }
 
  .tech-offer-services-sec {
    padding: 40px 0;
  }
  .tech-offer-solutions-sec .tech-offer-services-heading .col-right img {
    left: 0px;
    top: -20px;
    max-width: 70px;
  }
  .tech-offer-solutions-sec .tech-offer-services-heading .col-right {
    padding-left: 90px;
  }
  .b2b-partner-sec{
    padding: 40px;
  }
  /****Services section css*****/
  .services-heading {
    padding: 0 40px 40px 40px;
  }
  .services-accordion {
    padding: 0 40px 40px 40px;
  }
  .services-accordion ul li{
    font-size:16px;
    line-height:24px;
  }
  .our-process-section .horizontal-process-card{
    height: calc(100% - 189px);
  }
  .services-tab-sec {
    padding:0 0 60px 0;
  }
  .services-tab-container{
    padding: 0 40px;
  }
  .services-tab-container .tab-item.active a {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
  .services-tab-container .tab-item.active {
    height: 90px;
  }
  .services-tab-container .services-tab-details h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .our-process-section .horizontal-process-card .process-contact .process-contact-heading {
    font-size: 60px;
    line-height: 70px;
    margin-top: 0px;
  }
  .our-process-section .horizontal-process-card .process-contact p {
    font-size: 24px;
    line-height: 32px;
    margin: 16px 0;
  }
  .our-process-section .horizontal-process-card .process-card ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .our-process-section .horizontal-process-card .process-card h3 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin: 12px 0;
    min-height: 60px;
  }
  .our-process-section .horizontal-process-card .process-card ul{
  margin-top:0px;
  }
  .light-bulb {
    top: 180px;
  }
  .light-bulb img {
    width: 200px;
  }
  .our-process-section .services-heading{
    padding-top:60px;
  }
  .our-process-section .horizontal-process-card .process-card{
    width:480px;
  }
  .why-choose-us-sec{
    padding: 60px 0 0 0;
  }
  .tech-stack-accordion-body ul{
    flex-wrap:wrap;
    gap:16px;
  }
  .tech-stack-accordion-body ul li {
    font-size: 16px;
    line-height: 24px;
    width: auto;
  }
  .why-choose-us-sec .box{
    padding:24px;
  }
  .why-choose-us-sec .box span{
    right:24px;
    top: 24px;
  }
  .services-solution-sec{
    padding-top:60px;
  }
  .services-about{
    padding:60px 40px !important;
  }
  .services-banner.industry-banner .banner-text h1, .services-banner.industry-banner .banner-text p{
    margin:8px 40px !important;
  }
  .our-process-section .horizontal-process-card .process-card img{
     width:60px;
     height:60px;
     object-fit: contain;
  }
  .location-services {
        padding: 60px 40px;
  }
  .location-services .location-services-listing .box {
    width: calc(100% / 4 - 12px);
    padding:1rem;
  }
  .location-services .location-services-listing{
    gap:16px;
  }
  .technology-services {
    gap: 24px;
  }
  .technology-services .services-box {
    width: calc(100% / 3 - 16px);
    padding: 1.5rem;
  }
  .location-banner {
    padding: 40px;
  }
  .portfolio-sec{
    padding-bottom:60px;
  }
}

@media (min-width: 1366px) {
  .tech-offer-services-sec .tech-offer-slider .swiper-wrapper {
    margin-left: -40px !important;
  }
  .tech-offer-slider .swiper-slide {
    width: 20% !important;
    transition: all 0.3s;
  }
  .tech-offer-slider .swiper-slide.swiper-slide-active {
    width: 24% !important;
    transition: all 0.3s;
  }
}
@media (max-width: 1365px) {
  .tech-offer-slider {
    height: auto;
  }
  .tech-offer-solutions-list .listing-box .box img {
    height: 150px;
  }
  .why-choose-us-swiper{
    min-height:700px;
  }
}

@media (max-width: 1250px) {
  .why-tech-offer-sec .why-tech-offer-content h2 {
    width: calc(45% - 8px);
  }
  .why-tech-offer-sec .why-tech-offer-content div {
    width: calc(55% - 8px);
  }
  .services-heading h2, .services-heading p {
    max-width: 550px;
 }
 .services-heading {
  padding: 0 20px 40px 20px;
 }
 .our-process-section .horizontal-process-card .process-contact {
  padding: 24px;
}
.services-accordion {
  padding: 0 20px 40px 20px;
}
.services-tab-container .services-tab-details{
  position: relative;
}
.services-tab-container .services-tab-details .services-tab-details-bottom img {
  margin-right: 0;
  max-width: 140px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.services-tab-container .services-tab-details .services-tab-details-bottom  p,.services-tab-container .services-tab-details .services-tab-details-bottom h3{
  position: relative;
  z-index:10;
}
.services-tab-container, .tech-stack-sec .tech-stack-container {
  padding: 0 20px;
}
.tech-circle{
  margin:24px;
}
section.services-banner {
  padding:0;
}
 .services-about{
    padding:60px 16px !important;
  }

}
@media (max-width: 991px) {
  .services-listing-content{
    padding:50px 0;
  }
  .scroll-on a {
    min-width: 170px;
    scroll-snap-align: start;
    line-height: 1;
    width: 100%;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
  }
  .scroll-on::-webkit-scrollbar {
    height: 0px;
  }
  /*****Startups page and B2B page css****/
 
  .tech-offer-banner {
    padding: 70px 16px 40px 16px;
  }
  .tech-offer-banner h1,
  .tech-offer-objects-sec h2,
  .tech-offer-solutions-list h2,
  .b2b-partner-sec h2 {
    font-size: 48px !important;
    line-height: 54px !important;
  }
  .tech-offer-banner .col-left .banner-rotate-arrow {
    position: absolute;
    left: 280px;
  }
  .tech-offer-journey-sec,
  .tech-offer-objects-sec,
  .tech-offer-solutions-sec,
  .why-tech-offer-sec,
  .tech-offer-cta-sec {
    padding: 40px 16px;
  }
  .tech-offer-journey-sec .col-right {
    padding-left: 24px;
  }
  .tech-offer-journey-sec h2,
  .tech-offer-services-heading h2,
  .why-tech-offer-sec .why-tech-offer-content h2{
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .tech-offer-services-sec .tech-offer-services-heading {
    padding: 0 16px 50px 16px;
  }
  .tech-offer-solutions-list .col-left,
  .tech-offer-solutions-list .listing-box {
    width: 100%;
  }
  .tech-offer-banner .col-left .banner-rotate-arrow img {
    width: 50px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .line1,
  .tech-offer-choose-sec .tech-offer-choose-content .line2,
  .tech-offer-choose-sec .tech-offer-choose-content .line3,
  .tech-offer-choose-sec .tech-offer-choose-content .line4 {
    display: none;
  }
  .tech-offer-choose-sec .tech-offer-services-heading {
    padding: 16px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content {
    padding: 0 16px;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .box.center-box {
    margin-top: 0;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .box {
    min-height: 195px;
    width: calc(100% / 2 - 8px);
  }
  .tech-offer-choose-sec .tech-offer-choose-content .box h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .b2b-partner-sec h2 {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .b2b-partner-sec {
    padding: 40px 16px;
  }
  .b2b-partner-sec .col-right {
    text-align: center;
  }
  /******Services****/
  .tech-stack-sec {
    padding: 50px 0;
  }
  .tech-stack-sec .tech-stack-container{
    position: relative;
    overflow: hidden;
    min-height: 450px;
  }
  .circle-tech-stack{
    width: 100%;
    position: absolute;
    min-height: 500px;
    transform: scale(0.75);
    left:-20px;
    top:0;
    opacity: 0.2;
  }
  .tech-circle{
    margin:0;
  }
  .tech-stack-accordion{
    width:100%;
    position: relative;
    z-index:10;
  }
  .services-tab-container .services-tab-menu,.services-tab-container .services-tabs-viewport{
    width:100%;
  }
  .services-tab-container .tab-item {
    padding: 8px 16px;
    height:auto;
    min-height: 42px;
    margin: 4px 0;
  }
  .services-tab-container .tab-item.active {
    height:auto;
  }
  .services-tab-container .tab-item.active a {
    margin-top: 0px;
    font-size: 14px;
    line-height: 21px;
  }
  .services-tab-container .tab-item.active a svg{
    width:24px;
  }
  .our-process-section .horizontal-process-card {
    height: auto;
    flex-direction: column;
  }
  .our-process-section .horizontal-process-card .process-card{
    width:100%;
  }
  .our-process-section .horizontal-process-card .process-card{
    border-right:0;
    border-bottom:1px solid var(--light-color);
    padding:24px;
  }
  .our-process-section .horizontal-process-card .process-contact{
    padding-bottom:48px;
  }
  .our-process-section{
    height:100%;
  }
  .why-choose-us-sec {
    padding: 50px 0 0 0;
  }
  .our-process-section .horizontal-process-card .process-contact p{
    font-size: 24px !important;
    line-height:32px !important;
  }
  .our-process-section .horizontal-process-card{
    width: 100%;
  }
  .services-tab-container .services-tab-menu{
    border-right:0;
  }
  .services-tab-sec{
    padding: 0 0 50px 0;
  }
  .services-solution-sec{
    padding-top:50px;
  }
  .services-about{
    padding:50px 16px !important;
  }
  .services-banner img{
    min-height:400px;
  }
  .services-about-content{
    flex-wrap:wrap;
  }
  .services-about-content .col-left{
    width: 100%;
    padding-right:0;
    padding-bottom:32px;
  }
  .services-about-content  .col-right{
    width:100%;
  }
  .services-banner.industry-banner .banner-text h1, .services-banner.industry-banner .banner-text p{
    margin:8px 16px !important;
  }
  .services-accordion .services-acc-title{
    padding: 0.5rem 2rem 0.5rem 0;
  }
  .location-services .location-services-listing .box {
    width: calc(100% / 3 - 12px);
  }
  .technology-services {
        gap: 16px;
  }
  .technology-services .services-box {
    width: calc(100% / 2 - 8px);
    padding: 1.5rem;
  }
  .location-banner {
    padding: 40px 16px;
  }
  .location-banner-content .col-left {
    margin: auto;
  }
  .location-banner-content .col-left p {
     padding: 16px 0;
  }
  .location-banner .row .col-lg-6 a {
    margin: auto;
    max-width: 180px;
  }
  .portfolio-sec{
    padding-bottom:50px;
  }
}

@media (max-width: 768px) {

  .why-tech-offer-sec .why-tech-offer-content {
    flex-wrap: wrap;
  }
  .why-tech-offer-sec .why-tech-offer-content h2,
  .why-tech-offer-sec .why-tech-offer-content div,
  .tech-offer-cta-sec .tech-offer-cta-content h2,
  .tech-offer-cta-sec .tech-offer-cta-content .col-right {
    width: 100%;
    max-width: 100%;
  }
  .b2b-partner-sec h2,
  .tech-offer-cta-sec .tech-offer-cta-content h2,
  .tech-offer-banner h1,
  .tech-offer-objects-sec h2,
  .tech-offer-solutions-list h2 {
    font-size: 42px !important;
    line-height: 48px !important;
  }
  .tech-offer-solutions-list .listing-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tech-offer-solutions-list .listing-box .box {
    width: calc(100% / 2 - 8px);
  }
  .tech-offer-solutions-sec .tech-offer-services-heading .col-right {
    margin: 16px 0 0 0;
  }
  .tech-offer-solutions-list {
    padding: 40px 0 20px 0;
  }
  .tech-offer-solutions-list .listing-box .box h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .tech-offer-services-sec .tech-offer-services-heading {
    padding: 0 16px 40px 16px;
  }
  .tech-offer-objects-sec .col-right img {
    margin-top: 24px;
  }
  .tech-offer-journey-sec .col-right {
    padding-left: 0;
  }
  .tech-offer-slider .swiper-slide h3 {
    font-size: 20px !important;
    line-height: 26px !important;
    padding: 0 16px;
  }
  .tech-offer-banner .col-right {
    margin-top: 24px !important;
  }
  .tech-offer-banner .col-right img {
    max-width: 100%;
  }
  .tech-offer-services-sec .col-right {
    max-width: 100%;
    margin-top: 16px;
  }
  .tech-offer-solutions-sec .tech-offer-services-heading .col-right {
    margin-top: 32px;
  }
  .tech-offer-solutions-sec .tech-offer-services-heading .col-right img {
    top: -10px;
  }
  /****Services****/
  section.services-banner p{
    max-width:100%;
    margin-top:24px;
  }
  .services-heading{
    flex-wrap:wrap;
    gap:16px;
  }
  .services-heading p,.services-heading h2{
    width:100%;
    max-width:100%;
  }
  .services-solution-sec{
    padding-top:40px;
  }
  .services-accordion .services-acc-title .accordion-arrow {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
  .why-choose-us-swiper{
    min-height:auto;
  }
  .swiper-slide.swiper-slide-prev{
    padding-top: 0 !important;
  }
  .why-choose-us-sec .swiper-slide{
    min-height: auto !important;
  }
  .why-choose-us-sec {
    padding: 40px 0 0 0;
  }
  .light-bulb img {
    width: 130px;
  }
  .light-bulb {
    top: 160px;
  }
  .services-heading {
    position: relative;
    z-index: 10;
  }
  .services-heading{
    padding: 0 20px 20px 20px;
  }
  .services-tab-container .services-tab-details h3{
    font-size:20px !important;
    line-height:28px !important;
  }
  .services-tab-container .services-tab-details {
    padding: 24px;
  }
  .tech-stack-accordion-header .plus-icon {
    width:32px;
    height:32px;
  }
  .tech-stack-accordion-header .plus-icon svg{
    width:15px;
  }
  .services-tab-sec{
    padding: 40px 0 40px 0;
  }
  .tech-circle{
    left:-16px;
  }
  .services-banner.industry-banner .industry-desktop-banner {
    display: none;
  }
   .services-banner.industry-banner .industry-mobile-banner {
    display: block;
  }
  .services-banner.industry-banner .banner-text{
    justify-content:start;
    padding-top:40px;
  }
  .services-banner.industry-banner .banner-text h1, .services-banner.industry-banner .banner-text p{
    margin:8px 16px !important;
  }
   .services-about{
    padding:40px 16px !important;
  }
 .light-bulb-bottom {
    bottom: 50px;
    left: unset;
    width: 200px;
    height: 200px;
    opacity: 0.3;
    right: 0;
  }
  .why-choose-us-sec .swiper-slide{
    padding-top: 0 !important;
    min-height:400px !important;
  }
  .services-accordion .services-acc-title img{
    width:24px;
  }
  .why-choose-us-swiper .swiper-slide.swiper-slide-prev{
    padding-top:0 !important;
  }
  .location-services .location-services-listing{
    gap:16px;
  }
  .location-services .location-services-listing .box {
      width: calc(100% / 2 - 8px);
  }
  
}
@media (max-width: 576px) {
  .tech-offer-solutions-list .listing-box .box {
    width: 100%;
  }
  .tech-offer-journey-sec h2,
  .tech-offer-services-heading h2,
  .why-tech-offer-sec .why-tech-offer-content h2 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .tech-offer-choose-sec .tech-offer-choose-content .box {
    width:100%;
    min-height:100%;
  }
  .services-accordion .services-accordion-card{
    padding:0.75rem 0;
  }
   .location-services .location-services-listing .box,.technology-services .services-box{
      width:100%;
  }
}

