* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

body {
  background: #eef2fa;
  overflow-x: hidden;
  color: #111827;
}

a {
  text-decoration: none;
}

.container-custom {
  width: 92%;
  max-width: 1320px;
  margin: auto;
}

/* HERO SECTION */

.hero-section {
  padding: 160px 80px 0px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  background-color: #eff4ff;
}

.hero-content {
  padding-top: 150px;
}
.hero-content span {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #222;
  display: block;
  margin-bottom: 12px;
}

.hero-content h1 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  max-width: 560px;
  color: #083640;
  margin-bottom: 30px;
}

.hero-content p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;

  color: #4b5563;
  max-width: 531px;
  margin-bottom: 40px;
}

.hero-btn {
  background: #0659f5;
  color: #fff;
  border: none;
  width: 146px;
  height: 40px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  gap: 4;
  angle: 0 deg;
  opacity: 1;
  border-bottom-width: 3px;
  border-radius: 4px;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  vertical-align: middle;
  text-transform: capitalize;
}

.line3 img {
  width: 70px !important;
  height: 64px !important;
  top: 5px;
  left: 250px;
  angle: 45 deg;
  opacity: 1;
  position: relative;
  /* width: 0% imp; */
}

.hero-image img {
  width: 100%;
  width: 568.52783203125px;
  height: 852.6876220703125px;
  top: -130px;
  right: 130px;
  opacity: 1;
  position: relative;
}

/* SECTION TITLE */

.section-titlepara {
  text-align: center;
  margin-bottom: 70px;
}

.section-titlepara h2 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 22px;
}

.section-titlepara p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px !important;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #364052 !important;
  max-width: 980px !important;
  margin: auto;
}

/* WHAT WE DELIVER*/

.deliver-section {
  padding: 100px 60px;
  background-color: white;
}

/* .justify-content-center {
  gap: 20px !important;
} */

.feature-card {
  min-width: 466px;
  min-height: 111px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateX(3%);
}

.feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: #f4f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.feature-card h4 {
  font-family: Bricolage Grotesque;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #121316;
  margin-bottom: 4px;
}

.feature-card p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  padding-bottom: 6px;
  color: #7a7a7a;
  margin: 0;
}

.code-box video{
  /* background: #1c2333; */
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  margin-left: 70px;
}

.code-lines {
  color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  line-height: 2;
}

/* APP SECTION */

.app-showcase {
  background: #f3f4f6;
  border-radius: 28px;
  padding: 80px;
  margin-top: 80px;
  height: 553px;
  position: relative;
  overflow: hidden;
}

.app-image img {
  width: 100%;
  max-width: 494px;
  max-height: 1018px;
  position: relative;
  bottom: 250px;
}
.col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 700px;
}

@media (max-width: 576px) {
  .app-showcase {
    height: fit-content;
    position: relative;
  }
  .col-lg-6 {
    margin: 0;
  }
  .feature-card {
    margin: 0;
    width: auto;
    height: auto;
  }
}

/* Our Successfully Launched Apps section */

.apps-section {
  padding: 80px 0 120px;
  background-color: #f9f9fb;
}

.app-card {
  background: white;
  border-radius: 24px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 300px;
}

.apps-section .row {
  row-gap: 24px !important;
}

.apps-section .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.app-card img {
  width: 188px;
  margin-top: 45px;
  margin-bottom: 35px;
  height: 50px;
}

.app-card p {
  font-family: Bricolage Grotesque;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;

  color: #111827;
}

.blur {
  filter: blur(8px);
}

.ribbon {
  position: absolute;
  top: 18px;
  right: -45px;
  width: 180px;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  transform: rotate(45deg);
}

.ribbon.blue {
  background: #abc1f8;
}

.ribbon.orange {
  background: #ffc97d;
}

.cta-box {
  text-align: center;
  margin-top: 70px;
}

.cta-box h3 {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 0%;

  margin-bottom: 20px;
  color: #364052;
}

.cta-box p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #364052;
  margin-bottom: 35px;
}

.cta-btn {
  background: #0659f5;
  border: none;
  color: white;
  padding: 20px 45px;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  vertical-align: middle;
  text-transform: capitalize;
  width: 186;
  height: 44;
  opacity: 1;
  gap: 10px;
  border-radius: 4px;
  padding: 10px;
}


/* TECH STACK */

.tech-tabs {
    width: 56%;
    margin: 0 auto 70px;
    background: #1b1045;
    border-radius: 4px;
    /* padding: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 52px; */
    flex-wrap: wrap;
}

.tech-tab {
    min-width: 161px;
}

.tech-item img {
  width: 70px;
} 

/* APPROACH */

.approach-section {
  padding: 80px 40px;
  background: linear-gradient(135deg, #eff6ff 0%, #eef2ff 100%);
}

.approach-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  max-height: 236px;
  width: 344px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.g-4,
.gy-4 {
  /* --bs-gutter-y: 2.5rem; */
  /* --bs-gutter-x: -9.5rem; */
  justify-content: space-evenly;
}

.approach-icon {
      width: 50px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0057ff, #3be3e5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 34px;
    margin-bottom: 15px;
}
.approach-card i {
  font-size: 22px;
}

.approach-card h4 {
  font-family: Bricolage Grotesque;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #101828;
  margin-bottom: 15px;
}

.approach-card p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4a5565;
}

/* tech stach section  */

.tech-stack-section {
  margin-bottom: 200px;
}

/* cta section  */

.footer-ctam {
  top: 175px;
}

.footer-ctam {
  background-image: url("../images/About-us/aboutsection/future-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  border-radius: 30px;
  padding: 90px 30px;
  text-align: center;
  z-index: 2;
  margin-top: -300px;
  box-shadow: 0px 12px 70px -36px #ffffff99;
  width: 1200px;
  max-height: 400px;
  justify-self: center;
}

.footer-ctam h2 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-ctam p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 760px;
  margin: auto;
  margin-bottom: 40px;
  color: #cad5e2;
}

.join-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 153px;
  height: 46px;
  background: #fff;
  color: #0c57db;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  margin: 30px;
  border-radius: 12px;
  transition: 0.3s ease;
  text-decoration: none;
}

/* footer section  */

footer.footer-section {
  padding: 232px 60px 20px !important;
}

/* ==========================
   MOBILE RESPONSIVE FIXES
========================== */

@media (max-width: 991px) {

  /* Hero Section */
  .hero-section {
    padding: 120px 0 50px;
    max-height: none;
    text-align: center;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-content span {
    font-size: 18px;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 1.2;
    max-width: 100%;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }

  .hero-image img {
    width: 100%;
    height: auto;
    max-width: 400px;
    position: static;
    margin: 30px auto 0;
    display: block;
  }

  .line3 {
    display: none;
  }

  /* Section Titles */
  .section-titlepara {
    margin-bottom: 40px;
  }

  .section-titlepara h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-titlepara p {
    font-size: 16px !important;
    line-height: 26px;
  }

  /* Deliver Section */
  .deliver-section {
    padding: 70px 0;
  }

  .feature-card {
    min-width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .feature-card h4 {
    font-size: 20px;
  }

  .code-box video {
    width: 100%;
    min-height: auto;
    padding: 0;
    margin-left: 0;
    border-radius: 20px;
  }

  /* App Showcase */
  .app-showcase {
    height: auto;
    padding: 40px 20px;
  }

  .app-image img {
    width: 100%;
    max-width: 320px;
    position: static;
    margin-bottom: 30px;
  }

  .col-lg-6 {
    width: 100%;
    margin-bottom: 0;
  }

  /* App Cards */
  .app-card {
    padding: 30px 20px;
  }

  .app-card img {
    width: 150px;
    height: auto;
  }

  /* Approach */
  .approach-card {
    width: 100%;
    padding: 30px 20px;
  }

  .g-4,
  .gy-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  /* Tech Stack */
  .tech-tabs {
    width: 100%;
    gap: 10px;
    padding: 10px;
  }

  .tech-tab {
    flex: 1 1 calc(50% - 10px);
    min-width: 120px;
  }

  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  /* CTA */
  .footer-ctam {
    width: 100%;
    margin-top: -180px;
    padding: 50px 20px;
    max-height: none;
  }

  .footer-ctam h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .footer-ctam p {
    font-size: 15px;
    line-height: 24px;
  }

  footer.footer-section {
    padding: 220px 0 60px !important;
  }
}


/* Mobile Devices */
@media (max-width: 767px) {

  .container-custom {
    width: 95%;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .section-titlepara h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .feature-card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .feature-icon {
    margin: auto;
  }

  .app-showcase {
    padding: 30px 15px;
  }

  .cta-box h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .cta-box p {
    font-size: 16px;
  }

  .footer-ctam {
    margin-top: -140px;
  }

  .footer-sidetopics {
    flex-direction: column;
    gap: 30px;
  }
}


/* Small Phones */
@media (max-width: 480px) {

  .hero-section {
    padding-top: 140px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .hero-btn,
  .cta-btn,
  .join-btn {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }

  .app-card {
    text-align: center;
  }

  .tech-tab {
    flex: 100%;
  }

  .footer-ctam h2 {
    font-size: 24px;
    line-height: 32px;
  }
}