@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
* {
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans";
}
:root {
  --primary-color: #A4F58A;
  --black: #000000;
  --white: #ffffff;
  --light-bg: #f8fafc;
  --text: #1a1a1a;
  --grey: #ccc;
}
body {
  margin: 0;
  padding: 0;
  background: #F9F9F9;
}
ul,
li {
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none !important;
}
img {
  width: 100%;
}
p,li
{
  font-size: 16px;
}
.hero-section
{
  padding: 136px 0 64px;
}
.inner-hero-section
{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.eyebrow-heading span
{
  display: inline-block;
  padding: 4px 12px;
  background: #E1F4E3;
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  line-height: 24px;
}
.hero-heading
{
  margin-bottom: 0px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  font-size: 62px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  letter-spacing: -1.3px;
  text-align: center;
}
.hero-heading span
{
  background: linear-gradient(to right, #89ED6A, #3FA320);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.hero-text
{
  font-size: 18px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #737373;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.7px;
}
.btn-group
{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.primary-btn
{
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
  gap: 12px;
  color: #fff;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 30px;
  transition: .4s ease;
}
.primary-btn svg path
{
  transition: .4s ease;
}
.primary-btn:hover
{
  background: transparent;
  color: #111;
}
.primary-btn:hover svg path
{
  fill: #111;
}

.outline-btn
{
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  letter-spacing: -0.5px;
  gap: 12px;
  color: #111;
  border: 1px solid #111111;
  border-radius: 30px;
  transition: .4s ease;
}
.outline-btn svg path
{
  fill: #111;
  transition: .4s ease;
}
.outline-btn:hover
{
  background: #111111;
  color: #fff;
}
.outline-btn:hover svg path
{
  fill: #fff;
}
.secondary-btn
{
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
  gap: 12px;
  color: #111;
  background: transparent;
  border: 1px solid #111111;
  border-radius: 30px;
  transition: .4s ease;
}
.secondary-btn:hover
{
  background: #e1e1e1;
  color: #111;
}
.client-satisfy-card
{
  padding: 24px;
  background: #E1F4E4;
  border-radius: 24px;
}
.client-satisfy-card h3
{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.client-satisfy-card p
{
  font-size: 18px;
  color: #737373;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-bottom: 0px;
}
.ai-video-card
{
  width: 100%;
  height: 100%;
  background: #fff;
}
.growth-card
{
  position: relative;
  border-radius: 24px;
  background-image: url('../img/graph-bg.png');
  background-color: rgba(0, 0, 0, alpha);
  z-index: 1;
  padding: 24px;
}
.growth-card::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(to bottom, transparent, #000);
  z-index: -1;
}
.growth-card img
{
  margin-bottom: 24px;
}
.growth-card h4
{
  font-size: 48px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.growth-card p
{
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.7px;
}
.rating-card
{
  background: #F0F0F0;
  border-radius: 24px;
  padding: 24px;
}
.rating-card h3
{
  font-size: 48px;
  margin-bottom: 12px;
  color: #111;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.rating-card p
{
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 18px;
  color: #111;
  line-height: 1.5;
  letter-spacing: -0.7px;
}

.trusted-logo-wrapper img {
  width: 150px;
}
.trusted-logo-wrapper {
  position: relative;
  overflow: hidden;
}
.trusted-logo-wrapper .grey-logo {
  filter: grayscale(1);
  transition: all 0.5s ease;
}
.trusted-logo-wrapper:hover .grey-logo {
  transform: translateY(-100%);
}
.trusted-logo-wrapper .color-logo {
  filter: grayscale(0);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, 100%);
  transition: all 0.3s ease;
}
.trusted-logo-wrapper:hover .color-logo {
  transform: translate(0%, -50%);
}
.about-section
{
  padding: 88px 0;
  background: #fff;
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
}
.about-section .about-img
{
  position: relative;
  z-index: 1;
  background: url('../img/about-img.png');
  padding: 24px;
  border-radius: 32px;
  height: 100%;
  min-height: 861px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-section .about-img::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,1));
  opacity: .7;
  z-index: -1;
}
.about-img h2
{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 12px;
}
.about-img p
{
  font-size: 24px;
  color: #E1E1E1;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1px;
}
.about-heading
{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
}
.about-text
{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #737373;
  margin-bottom: 38px;
}
.about-col-pr
{
  padding-right: 40px;
}
.about-col-pl
{
  padding-left: 40px;
}
.about-grid
{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-grid::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #F0F0F0;
  z-index: -1;
}
.about-grid::after
{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #F0F0F0;
  z-index: -1;
}
.about-grid > div:nth-child(odd)
{
  padding: 22px 36px 24px 24px;
}
.about-grid > div:nth-child(even)
{
  padding: 22px 24px 24px 36px;
}
.about-grid img
{
  width: 48px;
  margin-bottom: 16px;
}
.about-grid h4
{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #111;
}
.about-grid p
{
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #111;
}
.counter-section
{
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
.counter-card h4
{
  font-size: 72px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  text-align: center;
}
.counter-card p
{
  font-size: 18px;
  font-weight: 400;
  color: #737373;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 0px;
}
.main-heading
{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
}
.common-text
{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #737373;
}
.service-section
{
  padding: 88px 0;
}
.service-card
{
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  border-radius: 24px;
}
.ai-service-card
{
  background: url('../img/ai-service-img.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.web-service-card
{
  background: url('../img/web-service-img.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.app-service-card
{
  background: url('../img/app-service-img.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.service-card:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,1));
  opacity: .7;
  z-index: -1;
  border-radius: 24px;
}
.service-card h4
{
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}
.service-card p
{
  font-size: 18px;
  color: #E1E1E1;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
  font-weight: 400;
}
.service-card-icon
{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(6px);
  transition: .4s ease;
}
.service-card:hover .service-card-icon path
{
  transition: .4s ease;
}
.service-card:hover .service-card-icon
{
  background: #A4F58A;
}
.service-card:hover .service-card-icon path
{
  fill: #000;
}
.light-text
{
  color: #E1E1E1;
}
.project-section
{
  position: relative;
  padding: 88px 0 62px;
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: url('../img/project-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.project-section::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  border-radius: 20px;
  z-index: -1;
}
.inner-project .project-content
{
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}
.project-pills
{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.project-tab
{
  padding: 24px;
  border-radius: 24px !important;
  border: 1px solid transparent !important;
  background-color: rgba(255, 255, 255, .2) !important;
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.6px;
  transition: .4s ease;
}
.project-tab:hover
{
  color: #fff;
}
.project-tab.active
{
  background-color: rgba(255, 255, 255, .2) !important;
  border: 1px solid #A4F58A !important;
}
.project-tab img
{
  width: 48px;
}
.project-card
{
  position: relative;
  display: block;
  width: 100%;
}
.project-card .icon-card
{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A4F58A;
  border: 1px solid #A4F58A;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
}
.project-card:hover .icon-card
{
  opacity: 1;
  visibility: visible;
}
.project-card .icon-card path
{
  fill: #000;
}
.project-card img
{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 24px;
  z-index: -1;
}
.project-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,1));
  opacity: .7;
  border-radius: 24px;
  z-index: 1;
}
.project-card h4
{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 0px;
  z-index: 2;
}
.testimonials-section
{
  margin-top: 38px;
  padding: 88px 0;
}
.testimonial-text
{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #111;
}
.testimonial-content
{
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-content img
{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.space-pr
{
  padding-right: 40px;
}
.space-pl
{
  padding-left: 40px;
}
.testimonial-content .testi-client
{
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #111;
  font-weight: 500;
}
.testimonial-content .testi-position
{
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #737373;
  font-weight: 400;
}
.eyebrow-heading.dark span
{
  background: rgba(225, 244, 227, .2);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
}
.faq-section
{
  padding: 88px 0;
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  background: #fff;
}
.faq-section .faq-content
{
  max-width: 646px;
  margin-left: auto;
  margin-right: auto;
}
.faq-wrapper
{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-item
{
  padding: 24px;
  border: 1px solid #EEEEEE;
  border-radius: 24px;
  transition: .4s ease;
}
.faq-item.active
{
  background: #E1F4E3;
  border: 1px solid #A4F58A;
}
.faq-header
{
  padding: 0px;
}
.faq-item:not(:first-of-type)
{
  border-top: 1px solid #EEEEEE;
}
.faq-item:first-of-type
{
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.faq-item:last-of-type
{
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.faq-btn
{
  font-size: 20px;
  font-weight: 500;
  color: #111;
  line-height: 1.5;
  letter-spacing: -0.5px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent !important;
}
.faq-btn::after{
  display: none;
}
.faq-btn,
.faq-btn:focus
{
  box-shadow: none !important;
}
.faq-btn:not(.collapsed)
{
  color: #111;
  box-shadow: none;
  background-color: transparent;
}
.faq-body
{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 16px;
}

.faq-item.active .faq-btn svg,
.faq-item.active .faq-btn svg path
{
  transform: rotate(0deg);
  transition: .4s ease;
}

.faq-item.active .faq-btn svg
{
  transform: rotate(180deg);
  fill: #111111;
}
.faq-item.active .faq-btn svg path
{
  fill: #FFFFFF;
}
.article-section
{
  padding: 88px 0;
}
.article-card
{
  border: 1px solid #EEEEEE;
  background: #fff;
  border-radius: 24px;
}
.article-card .article-img
{
  width: 100%;
  height: 200px;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}
.article-content
{
  padding: 24px;
}
.article-content h4
{
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #111;
  font-weight: 500;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-content p
{
  font-size: 18px;
  color: #737373;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cta-section
{
  width: calc(100% - 24px);
  background: url('../img/cta-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
.cta-section .cta-content
{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-section h3
{
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.cta-section p
{
  font-size: 18px;
  color: #E1E1E1;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin-bottom: 32px;
}
.primary-btn.green-bg
{
  border: 1px solid #A4F58A;
  background: #A4F58A;
  color: #111;
}
.primary-btn.green-bg:hover
{
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.footer-common
{
  padding: 88px 0 48px;
}
.footer-common .tagline-footer
{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #111;
  margin-bottom: 24px;
}
.footer-common .tagline-text
{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #737373;
  margin-bottom: 24px;
}
.newsletter-field
{
  padding: 16px 24px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #000;
}
.newsletter-field::placeholder
{
  color: #CCCCCC;
}
.brand-name
{
  font-size: 70px;
  color: #111;
  line-height: 1.5;
  letter-spacing: -1.4px;
  font-weight: 700;
  margin-bottom: 0px;
}
.footer-common .menu-heading
{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #111;
  margin-bottom: 24px;
}
.footer-link-wrapper
{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0px;
  margin: 0px;
}
.footer-item,
.footer-link
{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #737373;
}
.copywrite-wrapper
{
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #AAAAAA;
}
.copywrite-wrapper p
{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #737373;
  margin-bottom: 0px;
}
.header-common
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .4s ease;
  z-index: 99;
}
.header-common .navbar-brand
{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #111;
}
.header-common .header-nav
{
  gap: 40px;
}
.header-common .header-nav .nav-link
{
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.3px;
  padding: 0px;
}
.header-common .primary-btn
{
  padding: 12px 24px;
  font-size: 16px;
}
.header-common .primary-btn.primary-btn.green-bg:hover
{
  background: #111;
  color: #fff;
}
.header-common.fixed-header
{
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 09, 0, .1);
}
.section-padding
{
  padding: 88px 0;
}
.sub-service-wrapper
{
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.sub-service-wrapper .subservice-link
{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: -1px;
  font-weight: 400;
  color: #000;
  padding-bottom: 33px;
  border-bottom: 1px solid #000;
  transition: .4s ease;
}
.sub-service-wrapper .subservice-link img
{
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(0%, -50%) rotate(-4deg);
  width: 250px;
  height: 250px;
  border-radius: 20px;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
  z-index: 2;
}
.sub-service-wrapper .subservice-link svg path
{
  transition: .4s ease;
}
.sub-service-wrapper .subservice-link:hover
{
  color: #81D965;
}
.sub-service-wrapper .subservice-link:hover svg path
{
  stroke: #81D965;
}
.sub-service-wrapper .subservice-link:hover img
{
  opacity: 1;
  visibility: visible;
}
.why-section
{
  padding: 80px 0;
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 40px;
}
.why-section .main-heading
{
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* .gap-32
{
  gap: 32px;
} */
.why-card
{
  padding: 40px;
  border-radius: 30px;
  background: #EFEFEF;
  transition: .3s ease;
  height: 100%;
}
.why-card:hover
{
  background: linear-gradient(to bottom , #E1FFD8, #C8FFB7, #E1FFD8);
}
.why-card .why-icon
{
  width: 79px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 40px;
  background: #fff;
}
.why-card .why-icon img
{
  width: 35px;
}
.why-card h4
{
  font-size: 25px;
  padding-bottom: 27px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  color: #000;
}
.why-card p
{
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.8;
  color: #000;
}
.about-service .about-service-text
{
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.8px;
  color: #969696;
}
.service-hero-section
{
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.service-hero-section:before
{
  content: '';
  position: absolute;
  top: 15%;
  right: 20%;
  width: 50px;
  height: 50px;
  background: #A4F58A;
  border-radius: 50%;
  z-index: -1;
}
.service-hero-section:after
{
  content: '';
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 50px;
  height: 50px;
  background: #A4F58A;
  border-radius: 50%;
  z-index: -1;
}
.service-hero-section .hero-service-img1
{
  position: absolute;
  top: 13%;
  left: -10%;
  width: 410px;
  height: 450px;
  object-fit: cover;
  border-radius: 40px;
  transform: rotate(4deg);
}
.service-hero-section .hero-service-img2
{
  position: absolute;
  top: 20%;
  right: -10%;
  width: 410px;
  height: 450px;
  object-fit: cover;
  border-radius: 40px;
  transform: rotate(-4deg);
}
.service-hero-section .main-service-heading
{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  /* text-align: center; */
}
.main-service-name
{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.main-service-name span
{
  display: inline-block;
  margin: 36px 0;
  padding: 27px 60px;
  border-radius: 80px;
  border: 1px solid #000;
  background: #EFEFEF;
  letter-spacing: -0.8px;
  transform: rotate(-3deg);
}
.main-service-name::before
{
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% + 20px);
  height: 60%;
  background: #000;
  border-radius: 80px;
  transform: rotate(0deg);
  border: 1px solid #A4F58A;
  z-index: -2;
}
.service-hero-section p
{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.opt-section
{
  padding: 60px 0;
}
.opt-card
{
  padding: 42px 38px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #E1FFD8, #C8FFB7, #E1FFD8);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.opt-card h3
{
  font-size: 40px;
  font-weight: 400;
  color: #1f1f1f;
}
.opt-card .opt-badges
{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.opt-card .opt-badges span
{
  display: inline-block;
  padding: 16px 25px;
  border-radius: 40px;
  font-size: 16px;
  border: 3px solid rgba(0, 0, 0, .2);
}
.opt-card p
{
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1.4;
  color: #1f1f1f;
}
.step-opt-card
{
  padding: 31px 30px;
  border-radius: 30px;
  height: 100%;
  background: #EFEFEF;
}
.step-opt-card .step
{
  font-size: 170px;
  font-weight: 500;
  line-height: .7;
  color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.step-opt-card .step-content
{
  position: relative;
  margin-top: -50px;
  z-index: 2;
  background: #EFEFEF;
}
.step-opt-card .step-content h4
{
  font-size: 22px;
  color: #000;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 38px;
}
.step-opt-card .step-content p
{
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #000;
}
.case-studies
{
  padding: 88px 0;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, .2);
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
}
.case-study-wrapper
{
  columns: 4;
  column-gap: 20px;
}

.case-study-wrapper .box
{
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
  display: block;
}
.case-study-wrapper .box:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(4,4,4, 0), #000);
  opacity: .8;
  z-index: 2;
  border-radius: 30px;
}
.case-study-wrapper .box img
{
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  z-index: 1;
}
.case-study-content
{
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 23px;
  z-index: 3;
}
.case-study-content h4
{
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}
.case-study-content p
{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-wrapper .box img {
  max-width: 100%;
  border-radius: 15px;
}
.insight-heading
{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #000;
}
.latest-insight-wrapper
{
  position: relative;
  padding: 52px 41px;
  background: #fff;
}
.latest-insight-wrapper::before
{
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  background: #F3F3F3;
  height: 462px;
  width: 100%;
  max-width: 462px;
  z-index: -1;
}
.insights-category
{
  padding: 10px 16px;
  border-radius: 30px;
  background: #F3F3F3;
  font-size: 16px;
  display: inline-block;
  color: #000;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.insight-heading
{
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #111;
}
.insight-description
{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #737373;
  letter-spacing: -0.6px;
  margin-bottom: 40px;
}
.insight-imgbx-wrapper
{
  position: relative;
  z-index: 1;
}
.insight-imgbx-wrapper img
{
  object-fit: cover;
  width: 90%;
  height: 450px;
  border-radius: 30px;
  margin-left: auto;
}
.blog-main-heading
{
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
  text-align: center;
}
.common-text-16
{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #737373;
}
.blog-meta-tags
{
  display: flex;
  align-items: center;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 6px 10px;
  gap: 16px;
}
.blog-meta-tags span
{
  font-size: 16px;
  color: #A5A5A5;
  font-weight: 500;
  border-right: 1px solid #EEEEEE;
  line-height: 1.5;
  padding-right: 16px;
}
.blog-meta-tags span:last-child
{
  padding-right: 0px;
  border-right: none;
}
.blog-meta-tags span a
{
  color: #A5A5A5;
}

.blog-featured-img
{
  height: 540px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  margin-top: 40px;
}
.blog-content
{
  padding: 40px 0;
}
.inner-blog-content
{
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}
.table-content
{
  padding: 24px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
}
.table-content .table-heading
{
  font-size: 24px;
  color: #111;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
}
.table-content-listing
{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.table-content-listing a
{
  font-size: 18px;
  color: #A5A5A5;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
  display: block;
  transition: .3s ease;
}
.table-content-listing a:hover
{
  color: #111;
}
.main-blog-content
{
  max-width: 784px;
  padding: 24px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
}
.main-blog-content h2
{
  font-size: 24px;
  color: #111;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
}
.main-blog-content p
{
  font-size: 18px;
  color: #212121;
  line-height: 1.5;
  font-weight: 400;
}
.main-blog-content img
{
  border-radius: 30px;
  margin-bottom: 16px;
}
.main-blog-content hr
{
  border: none;
  background: #eee;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
  opacity: 1;
}

.cta-card
{
  height: 100%;
  padding: 40px;
  background: linear-gradient(to bottom , #E1FFD8, #C8FFB7, #E1FFD8);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.cta-card h4
{
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
}
.cta-card p
{
  font-size: 18px;
  margin-bottom: 25px;
}
.technology-section
{
  padding: 88px 0;
  background: #fff;
}
.technology-pills
{
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 50px;
}
.technology-link
{
  padding: 12px 20px;
  border-radius: 30px !important;
  border: 1px solid transparent !important;
  font-size: 20px;
  color: #000;
  transition: .3s ease;
}
.technology-link:hover,
.technology-link:focus
{
  color: #81D965;
}
.technology-link.active
{
  border: 1px solid #000 !important;
  background: #000 !important;
  border-radius: 30px !important;
  color: #fff !important;
}
.technology-card
{
  position: relative;
  padding: 20px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 20px;
  height: 100%;
  z-index: 1;
}
.package-section
{
  padding: 88px 0;
  background: url('../img/package-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.package-section .eyebrow-heading span
{
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  backdrop-filter: blur(10px);
}
.package-section .main-heading
{
  color: #FCFCFD;
}
.package-section .common-text
{
  color: rgba(252, 252, 253, .8);
  font-weight: 400;
  line-height: -0.16px;
}
.package-card
{
  position: relative;
  padding: 35px;
  background: #fff;
  border: 1px solid #F0F3F9;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  transition: .4s ease;
}
.package-card:hover
{
  background: #6941C6;
  border: 1px solid #6941C6;
}
.package-card::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/package-card-overlay.png');
  background-repeat: no-repeat;
  border-radius: 10px;
  background-size: 100%;
  background-position: top right;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
}
.package-card:hover:before
{
  opacity: 1;
  visibility: visible;
}
.package-card .package-heading
{
  font-size: 26px;
  font-weight: 600;
  color: #101828;
  letter-spacing: -0.6px;
  line-height: 1.3;
  margin-bottom: 8px;
  transition: .4s ease;
}
.package-card:hover .package-heading
{
  color: #fff;
}
.package-card .package-price
{
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.85px;
  color: #101828;
  margin-bottom: 12px;
  line-height: 1.2;
  transition: .4s ease;
}
.package-card:hover .package-price
{
  color: #fff;
}
.package-card .package-include-list
{
  padding-left: 0px;
  max-height: 320px;
  overflow: auto;
  padding-right: 16px;
}
.package-card .package-include-list::-webkit-scrollbar,
.package-card .package-include-list::-webkit-scrollbar-track
{
  width: 4px;
}
.package-card .package-include-list::-webkit-scrollbar-track
{
  background-color: #f9f9f9;
  transition: .4s ease;
  border-radius: 10px;
}
.package-card .package-include-list::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background: #89ED6A;
  transition: .4s ease;
}
.package-card:hover .package-include-list::-webkit-scrollbar-track
{
  background-color: rgba(255,255,255,.1);
}
.package-card:hover .package-include-list::-webkit-scrollbar-thumb
{
  background: #fff;
}
.package-card .package-include-list li
{
  position: relative;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  transition: .4s ease;
}
.package-card:hover .package-include-list li
{
  color: #fff;
}
.package-card .primary-btn
{
  transition: .4s ease;
}
.package-card:hover .primary-btn
{
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.package-card .package-include-list li:last-child
{
  margin-bottom: 0px;
}
.package-card .package-include-list li:before
{
  content: '';
  position: relative;
  width: 18px;
  height: 18px;
  background: url('../img/green-check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  flex: none;
  transition: .4s ease;
  display: inline-block;
}
.package-card:hover .package-include-list li:before
{
  background: url('../img/white-check.svg');
}
.package-card .package-icon
{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: radial-gradient(#6BD849, #A4F58A);
  border: 2px solid rgba(15, 155, 251, .1);
  margin-bottom: 15px;
  transition: .4s ease;
}
.package-card:hover .package-icon
{
  background: radial-gradient(rgba(255,255,255, .5), rgba(255,255,255, .1));
  border: 2px solid rgba(255, 255, 255, .4);
  backdrop-filter: blur(10px);
}
.package-card .package-icon svg
{
  width: 28px;
  height: 28px;
  filter: drop-shadow(0px 4px 6px #3BA61A);
  transition: .4s ease;
}
.package-card:hover .package-icon svg
{
  filter: drop-shadow(0px 4px 6px rgba(255, 255, 255, .2));
}
.package-pills
{
  padding: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 40px;
}
.package-pills .package-tab-link
{
  border-radius: 30px;
  color: #fff;
  border: 1px solid transparent !important;
  background: transparent !important;
  transition: .4s ease;
}
.package-pills .package-tab-link.active
{
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #111 !important;
}
.tech-icon
{
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tech-icon img
{
  width: 35px;
}
.tech-icon-bg
{
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  opacity: .03;
  z-index: -1;
}
.banner-form
{
  padding: 30px;
  background: #fff;
  border-radius: 30px;
}
.banner-form h3
{
  margin-bottom: 30px;
  font-weight: 700;
}
.banner-field
{
  padding: 14px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.banner-field:focus
{
  background-color: #f8f8f8;
}
.disclaimer-text
{
  font-size: 12px;
}
.parallex-hero-img
{
  position: relative;
  height: 1270px;
  z-index: 1;
  overflow: hidden;
}
.parallex-hero-img .layer1
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 279px;
  height: 705px;
  z-index: 2;
  transform: scale(10);
}
.parallex-hero-img .layer2
{
  position: absolute;
  top: 0;
  right: 0;
  width: 279px;
  height: 705px;
  z-index: 2;
  transform: scale(10);
}
.parallex-hero-img .pc-img
{
  width: 100%;
  max-width: 862px;
  height: 818px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  opacity: 0;
  z-index: 1;
}

.header-logo
{
  max-width: 200px;
}

@media only screen and (max-width: 1440px)
{
  .service-hero-section .hero-service-img1
  {
    width: 390px;
    height: 410px;
  }
  .service-hero-section .hero-service-img2
  {
    width: 390px;
    height: 410px;
  }
  .main-heading
  {
    font-size: 38px;
  }
  .common-text
  {
    font-size: 16px;
  }
  .counter-card h4
  {
    font-size: 62px;
  }
  .counter-card p
  {
    font-size: 16px;
  }
  .section-padding
  {
    padding: 70px 0;
  }
  .about-section,
  .service-section,
  .testimonials-section,
  .faq-section,
  .article-section,
  .why-section,
  .case-studies,
  .technology-section,
  .package-section
  {
    padding: 70px 0;
  }
  .counter-section
  {
    padding-top: 70px;
  }
  .project-section
  {
    padding: 70px 0 62px;
  }
  .space-pr
  {
    padding-right: 20px;
  }
  .space-pl
  {
    padding-left: 20px;
  }
  .footer-common
  {
    padding: 70px 0 48px;
  }
  .sub-service-wrapper .subservice-link
  {
    font-size: 30px;
    padding-bottom: 28px;
  }
  .sub-service-wrapper .subservice-link svg
  {
    width: 50px;
    height: 50px;
  }
  .hero-heading
  {
    max-width: 740px;
    font-size: 52px;
  }
  .hero-section
  {
    padding: 96px 15px 64px;
  }
  .about-heading
  {
    font-size: 38px;
  }
  .about-text
  {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .about-grid h4
  {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .about-grid p
  {
    letter-spacing: 0px;
    font-size: 16px;
  }
  .about-img h2
  {
    font-size: 26px;
    letter-spacing: 0px;
  }
  .about-img p
  {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .service-card p
  {
    font-size: 16px;
  }
  .service-card h4
  {
    font-size: 24px;
  }
  .testimonial-text
  {
    font-size: 18px;
  }
  .about-col-pl
  {
    padding-left: 20px;
  }
  .about-col-pr
  {
    padding-right: 20px;
  }
  .about-section .about-img
  {
    min-height: 1px;
    height: 100%;
  }
  .project-pills
  {
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 1200px) {
  .case-study-wrapper{
    width: calc(100% - 40px);
    columns: 3;
  }
}

@media (max-width: 768px) {
  .case-study-wrapper{
    columns: 2;
  }
}

@media (max-width: 480px) {
  .case-study-wrapper{
    columns: 1;
  }
}



@media only screen and (max-height: 700px)
{
  .service-hero-section
  {
    padding: 190px 0 80px;
  }
}


/* new css start */
@media only screen and (max-width: 1024px) {
  .project-tab {
    font-size: 18px;
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .project-pills {
      display: flex;
      flex-direction: row;
      gap: 24px;
  }
  .insight-imgbx-wrapper img {
    width: 100%;
    }
  .header-common {
    background: #fff;
    }
    .header-common .primary-btn {
    margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
  .counter-card h4 {
        font-size: 38px;
    }
  .about-section .about-img {
    min-height: 660px;
  }
  .rating-card p {
    font-size: 16px;
  }
  .rating-card h3 {
    font-size: 38px;
  }
  .growth-card h4 {
    font-size: 38px;
  }
  .growth-card p {
    font-size: 16px;
  }
  .client-satisfy-card h3 {
    font-size: 38px;
  }
  .client-satisfy-card p {
    font-size: 16px;
  }
  .about-col-pr {
    padding: 0px;
  }
  .about-col-pl {
    padding: 0px;
  }
  .cta-section h3 {
    font-size: 38px;
  }
  .sub-service-wrapper .subservice-link {
        font-size: 20px;
        padding-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-heading {
        max-width: 740px;
        font-size: 35px;
  }
  .about-heading {
        font-size: 28px;
  
  }
  .main-heading {
        font-size: 28px;
        margin-bottom: 10px !important;
  }
  .faq-btn {
    font-size: 18px;
  }
  .hero-section {
    padding: 96px 0 40px;
  }
  .about-section,
  .service-section,
  .testimonials-section,
  .faq-section,
  .article-section,
  .why-section,
  .case-studies,
  .technology-section,
  .package-section
  {
    padding: 40px 0;
  }
  .counter-section {
    padding-top: 40px;
  }
  .counter-card h4 {
    font-size: 28px;
  }
  .cta-section h3 {
    font-size: 28px;
  }
  .brand-name {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .project-tab {
        font-size: 14px;
        padding: 20px;
  }
  .footer-common {
        padding: 40px 0 40px;
    }
  .testimonials-section {
    padding-bottom: 0px;
  }
  .section-padding {
        padding: 40px 0;
  }
  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sub-service-wrapper .subservice-link img {
    width: 150px;
    height: 150px;
  }
  .insight-heading {
    font-size: 28px;
  }
  .latest-insight-wrapper .insight-heading {
      font-size: 24px;
  }
  .latest-insight-wrapper {
    padding: 25px 20px;
  }
  .footer-link-wrapper {
    margin: 0px;
    }
  .footer-common .menu-heading {
    margin-bottom: 10px;
    }
}


/* case study page css start */
.portfolio-card-2 {
    background-color: #a4f58a2e !important;
}
.portfolio-card {
    padding: 40px;
    background-color: #ffdc8d90;
    border-radius: 20px;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    background-image: url(../img/prtfolio_wave.png);
}
.portfolio-content {
    width: 65%;
}
.portfolio-card .portfolio-heading {
    font-size: 30px;
    font-weight: 700;
}
.portfolio-text {
    font-size: 16px;
}
.srch_port button {
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
    position: absolute;
    color: #000000;
    background-color: #a4f58a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: none;
}
.srch_port {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
}
.portfolio-tabs {
    padding: 20px;
    background-color: #000000;
    border-radius: 20px;
    overflow: auto;
}
.portfolio-tabs ul {
    padding: 0px !important;
    margin: 0;
}
.portfolio-tabs ul li {
    text-align: center !important;
    margin-bottom: 10px;
}
.portfolio-tabs ul li a.active {
    color: #000000 !important;
    background-color: #A4F58A;
    width: 100%;
    display: block;
    padding: 10px 0px;
    border-radius: 8px;
}
.portfolio-tabs ul li a {
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 500;
    transition: .3s 
ease;
    cursor: pointer;
    text-align: center;
}
.portfolio-rt img {
    height: 255px;
    width: 255px;
    object-fit: cover;
    border-radius: 15px;
}
.pagination {
    gap: 10px;
    align-items: center;
}
.srch_port button:hover {
    color: #fff;
    background-color: #a4f58a;
}
.top-99 {
    top: 100px;
}
.page-numbers-inner {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 14px;
    color: #dedede;
}
.page-numbers-inner.current {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff !important;
}
.prev.page-numbers {
    border: 1px solid #9494944d;
    padding: 0px 10px;
    color: #9494944d;
    border-radius: 3px;
}
.next.page-numbers {
    border: 1px solid #000000;
    padding: 0px 10px;
    color: #ffffff;
    border-radius: 3px;
    background: #000000;
}
.want-start {
    padding: 55px 96px;
    text-align: center;
}
.want-start h2 {
    font-size: 96px;
    font-weight: bold;
    color: #000;
    margin-bottom: 76px;
}
.case-study-banner {
    padding-top: 136px;
    padding-bottom: 64px;
    text-align: center;
    background: #F9F9F9;
}
.case-study-banner h3 {
    font-size: 62px;
}
section.single-case-study-sec {
    position: relative;
}

section.single-case-study-sec img {
    height: 100vh;
    object-fit: cover;
}

.single-case-study-banner {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.single-case-study-banner h2 {
    font-size: 59px;
    color: #fff;
    max-width: 950px;
    width: 100%;
}

p.single-case-study-banner-para {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    max-width: 726px;
    margin: 0 auto;
}

.origin-sec {
    display: flex;
    justify-content: center;
    gap: 80px;
}

section.industries-bottom {
    background: #A4F58A;
    padding: 26px 0px;
}

.origin-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
     margin-bottom: 10px;
}

.origin-sec h4 {
    font-size: 26px;
    font-weight: 500;
}
.overview-sec {
    padding: 30px 0px;
}

.overview-sec-inner p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.single-casestudy-main-heading {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.step-into {
    background: #000;
    margin-top: 35px;
    border-radius: 20px;
}

.step-into h5 {
    padding: 45px 0px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    max-width: 816px;
    margin: 0 auto;
    font-weight: 400;
}
.overview-sec-inner ul li
 {
    list-style: auto;
    font-size: 16px;
    margin-bottom: 10px;
}
.challenge-sec-inner-cards {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, 1fr);
}

.challenge-sec-inner-card {
    padding: 29px;
    border: 1px solid #A4F58A;
    border-radius: 20px;
}

.challenge-sec-inner-card h6 {
    font-size: 20px;
    font-weight: 700;
}

.challenge-sec-inner-card p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
}

.challenge-sec-inner {background: #F8F8F8;padding: 29px;border-radius: 30px;}
/* case study page css end */