@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
:root {
  --primary-color: #5547E4;
  --secondary-color: #f0f0f0;
  --light-blue: #3C2FA7;
  --light-blue2: #674BEC;
  --dark-blue: #0E0B33;
  --text-color: #333;
  --blue: #060518;
  --white: #fff;
  --white2: #FBFBFB;
  --font-family: 'DM Sans', sans-serif;
  --font-family2: "Manrope", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: var(--font-family);
  background-color: var(--secondary-color);
  color: var(--text-color);
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.background-banner {
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: 10% top;
  background-repeat: no-repeat;
  height: 100%;
}

.header {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 133.33%);
  position: relative;
  z-index: 10;
}

.header .offcanvas {
  position: fixed;
  z-index: 9999;
}

 .header .navbar-toggler {
  border: none;
}
.header .offcanvas {
    background-color: #01010D;
    color: #fff !important;
    max-width: 350px;
}
.header .offcanvas .contact-btn{
      display: flex;
    justify-content: center;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}

.header .offcanvas .nav-item .nav-link {
    padding: 8px 8px;  
    margin-bottom: 16px;
    border-radius: 8px;
}
.header .offcanvas .navbar-nav{
    margin-bottom: 30px ;
}
.header .offcanvas .nav-item .nav-link.active{
  background-color: var(--primary-color);
}


 .header .navbar.navbar-custom {
  padding: 26px 0px;
}

.nav-pill-container {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px 14px;
  border-radius: 50px;
  background: linear-gradient(#05060a, #05060a) padding-box,
    linear-gradient(173.83deg,
      rgba(255, 255, 255, 0.4) 4.82%,
      rgba(255, 255, 255, 0.0001) 38.08%,
      rgba(255, 255, 255, 0.0001) 56.68%,
      rgba(255, 255, 255, 0.1) 95.1%) border-box;
  border: 1.4px solid transparent;
  backdrop-filter: blur(100px);
}

.nav-pill-container a {
  font-family: var(--font-family2);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
}

.nav-pill-container a.active {
  background: var(--primary-color);
  color: white;
}

.navbar-brand img {
  height: 76px;
  width: auto;
}

/* CONTACT BUTTON */

.contact-btn {
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  color: white;

  background:
    linear-gradient(#05060a, #05060a) padding-box,
    linear-gradient(173.83deg,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.05)) border-box;

  border: 1.4px solid transparent;
}

/* banner  */
.hero {
  padding: 100px 0;
  position: relative;
}

.hero-box {
  padding: 150px;
  padding-left: 0;
  color: var(--white);
  position: relative;
}


.hero h1 {
  font-weight: 600;
  font-size: 68px;
  line-height: 76px;
  letter-spacing: 0.3px;
  max-width: 974px;
}

.hero p {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  max-width: 771px;
  margin-top: 16px;
  margin-bottom: 40px;
}

/* BUTTONS */
.btn-custom {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}

.btn-primary-custom {
  background: var(--primary-color);
  border: 3px solid transparent;
}

.btn-primary-custom:hover {
  border: 3px solid #5547E4;
}

.btn-outline-custom {
  border: 3px solid #5547E4;
  color: white;
}

.btn-outline-custom:hover {
  background: var(--primary-color);
}

.who-not-section {
  padding: 100px 0;
  background: var(--white2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.who-not-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: url(../images/background-dots.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1119px;
  height: 100%;
  z-index: -1;
}

/* Stats section  */
.stats-section {
  background: linear-gradient(270deg, rgba(123, 58, 237, 0.7) -17.22%, #1F157E 100%);
  color: #fff;
}

.stat-box {

  display: flex;
  align-items: center;
  gap: 22px;
}

.icon-box {
  width: 62px;
  height: 62px;
  padding: 14px;
  border-radius: 11px;
  opacity: 0.9;
  background: #9388FF78;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Numbers */
.stat-box h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

/* Text */
.stat-box p {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 0;
}

/* Who section  */
/* Title */
.gradient-text {
  background: linear-gradient(270deg, rgba(123, 58, 237, 0.7) 0%, #5547E4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.who-title {
  color: #0b0b1c;
  font-weight: 600;
  font-size: 122.12px;
  line-height: 130px;
  letter-spacing: -3%;
  vertical-align: middle;
}


/* Cards */

.who-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.who-card img {
  width: 100%;
  height: 302px;
  object-fit: cover;
}

/* Bottom text */

.card-text-area {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 24px;
}

.card-text-area p {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 2%;
  vertical-align: middle;
  color: var(--blue);
}

.card-text-area svg {
  min-width: 47px;
  height: auto;
}

/* Who section  */
.who-section {
  background: var(--white2);
  position: relative;
}

.who-section h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}

.who-sec-img {
  border-top-right-radius: 16px;
  margin-left: -55%;
}

.feature-img-wrapper img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 36%;
  height: 100%;
  border-top-right-radius: 30px;
  object-fit: cover;
}

/* feature cards */
.feature-card {
  padding: 30px 0;
  border-radius: 14px;
  max-width: 255px;
  max-height: 222px;
  color: white;
  font-weight: 500;
  background: var(--light-blue2);
  transition: all .3s ease;
  height: 100%;
}

.feature-card p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
  text-transform: capitalize;
}

.feature-card .icon img {
  max-width: 64px;
}

.who-section a.btn-custom {
  margin-bottom: 30px;
}


/* Weare section  */
.bg-weare-sec {
  background: url(../images/weare-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

/* =========================
   SECTION
========================= */
.weare-section {
  color: #fff;
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}

/* =========================
   TITLE
========================= */
.weare-subtitle {
  font-weight: 600;
  font-size: 48px;
  line-height: 76px;
  vertical-align: middle;
  margin-bottom: 12px;
}

/* =========================
   LOGO / MAIN TEXT
========================= */
.weare-logo img {
  max-width: 944px;
  width: 100%;
}


/* =========================
   FEATURES
========================= */


.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;
}

.feature-item img {
  width: 25px;
  height: auto;
}

/* separator dot */
.dot {
  width: 6px;
  height: 6px;
  background: #aaa;
  border-radius: 50%;
}


/* Skills section  */
.things-content {
  max-width: 1190px;
  margin: 0 auto;
}

/* =========================
   SECTION BACKGROUND
========================= */
.skills-section {
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* =========================
   TITLE
========================= */
.skills-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 76px;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 40px;
}

/* =========================
   CARD
========================= */
.skill-card {
  position: relative;
  border-radius: 8px;
  padding: 32px;
  min-height: 342px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
  backdrop-filter: blur(50px);
  overflow: hidden;
  /* important for clean edges */
}

/* Gradient Border */
.skill-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1.4px;


  background: linear-gradient(173.83deg,
      rgba(255, 255, 255, 0.4) 4.82%,
      rgba(255, 255, 255, 0.0001) 38.08%,
      rgba(255, 255, 255, 0.0001) 56.68%,
      rgba(255, 255, 255, 0.1) 95.1%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* Hover effect */
.skill-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.25);
}

/* Icon */
.skill-card .icon img {
  width: 64px;
  height: auto;

}

/* Heading */
.skill-card h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -2%;
  margin-bottom: 8px;
  margin-top: 24px;
}

/* Text */
.skill-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2%;
  margin-bottom: 0;
}


/* Work section  */

/* SECTION */
.work-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

/* Background layer */
.work-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url(../images/work-bg.png) no-repeat top center / cover;

  transform: scaleX(-1);
  /* 🔥 flip ONLY background */

  z-index: -1;
}

/* =========================
   LEFT CONTENT
========================= */
.work-content {
  padding-left: 152px;

}

.work-wrapper {
  display: flex;
}

/* LEFT */
.work-left {
  width: 50%;
  display: flex;
  align-items: center;
}

.gradient-text-two {
  background: linear-gradient(270deg, rgba(123, 58, 237, 0.7) -17.22%, #1F157E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.work-content h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: 0.3px;
  vertical-align: middle;
  margin-bottom: 32px;
}

.work-content h2 span {
  color: #6a5af9;
}

.work-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: var(--blue);
  margin-bottom: 0;

}

.btn-work {
  background: linear-gradient(135deg, #6a5af9, #5547e4);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
}


/* =========================
   SLIDER WRAPPER
========================= */
.work-slider-wrapper {
  position: relative;
  padding-left: 40px;
}

/* =========================
   CARD
========================= */
.work-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  max-width: 300px;
  flex-shrink: 0;
  width: 100%;
  transition: transform 0.3s ease;

}


.work-card:hover {
  transform: translateY(-8px);
}

.work-card img {
  width: 100%;
  height: 278px;
  object-fit: cover;
}

/* CARD CONTENT */
.work-info {
  background: #1D1654;
  backdrop-filter: blur(100px);
  color: #fff;
  padding: 20px;
}

.work-info h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -2%;
  vertical-align: middle;
}

.work-info span {
  font-size: 14px;
  opacity: 0.8;
}

/* =========================
   RIGHT FADE
========================= */
.slider-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background: linear-gradient(to left, #f7f6fb 40%, transparent);
  pointer-events: none;
  z-index: 2;
}


/* =========================
   RIGHT SIDE
========================= */
/* RIGHT */
.work-right {
  width: 80%;
  overflow: hidden;
  position: relative;
  padding-left: 40px;
}

.work-slider-wrapper {
  position: relative;
  padding-left: 0;
}

.work-slider .owl-stage {
  margin-left: -120px;
  /* same as stagePadding */
}

.slider-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background: linear-gradient(to left, #f7f6fb82 50%, transparent);
  z-index: 2;
}

/* portfolio section  */

.portfolio-section {
  background: url(../images/about-usbg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 163px;
  padding-bottom: 139px;
}

.blue-bg {
  background: #0C0125A3;
  border-radius: 16px;
  padding: 56px 64px 72px 64px;
}

/* Title */
.portfolio-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 76px;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;

}

.portfolio-subtitle {
  color: #cfcdf5;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 56px;

}

/* Card */
.portfolio-card {
  position: relative;
  padding: 32px;
  border-radius: 8px;
  max-width: 369px;

  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(100px);

  transition: 0.3s ease;
  z-index: 1;
}

.portfolio-card p {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.2px;
  text-align: center;
  vertical-align: middle;

}

/* Gradient Border */
.portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1.4px;

  background: linear-gradient(173.83deg,
      rgba(255, 255, 255, 0.4) 4.82%,
      rgba(255, 255, 255, 0.0001) 38.08%,
      rgba(255, 255, 255, 0.0001) 56.68%,
      rgba(255, 255, 255, 0.1) 95.1%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.portfolio-card:hover {
  transform: translateY(-5px);
  border-color: #6c63ff;
}

/* Icon */
.portfolio-icon img {

  width: 64px;
  color: #b9b6ff;
}



/* proof section  */
.proof-section {
  background: url(../images/work-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 144px 0px;
}

/* Title */
.proof-title {
  font-weight: 600;
  font-size: 109px;
  line-height: 112px;
  letter-spacing: 0.3px;
  vertical-align: middle;

}

/* Text */
.proof-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.1px;
  color: var(--blue);
  vertical-align: middle;
  max-width: 534px;
}


/* Right Card */
.proof-card {
  background: linear-gradient(270deg, rgba(123, 58, 237, 0.7) -17.22%, #1F157E 100%);
  padding: 32px;
  border-radius: 16px;
}

/* Items */
.proof-item {
  position: relative;
  padding: 24px;
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(100px);

  color: #fff;
  margin-bottom: 15px;

  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.1px;

  transition: 0.3s ease;
  z-index: 1;
}

/* Gradient Border */
.proof-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1.4px;

  background: linear-gradient(173.83deg,
      rgba(255, 255, 255, 0.4) 4.82%,
      rgba(255, 255, 255, 0.0001) 38.08%,
      rgba(255, 255, 255, 0.0001) 56.68%,
      rgba(255, 255, 255, 0.1) 95.1%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.proof-item:last-child {
  margin-bottom: 0;
}

.proof-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 2nd background section testimonials */
.bg-two {
  background: url(../images/bg-two.png);
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section {

  color: #fff;
  position: relative;
  padding: 90px 0 108px 0;
  overflow: hidden;
}

/* Bottom Gradient Border */
.testimonial-section::after, .weare-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;

  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      #4A39C1 50%,
      rgba(255, 255, 255, 0) 100%);
}

.testimonial-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/* Title */
.testimonial-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.3px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 64px;
}

/* Card */
.testimonial-card {
  position: relative;
  padding: 56px;
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(100px);

  max-width: 477px;
  margin: 0 auto;

  transition: 0.3s ease;
  z-index: 1;
}

/* Gradient Border */
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1.4px;

  background: linear-gradient(173.83deg,
      rgba(255, 255, 255, 0.4) 4.82%,
      rgba(255, 255, 255, 0.0001) 38.08%,
      rgba(255, 255, 255, 0.0001) 56.68%,
      rgba(255, 255, 255, 0.1) 95.1%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* Center active */
.owl-item.center .testimonial-card {
  opacity: 1;
  transform: scale(1);
}

/* Safe equal height */
.testimonial-carousel .owl-item {
  height: 100%;
}



/* Image */
.testimonial-img {
  min-width: 100px;
  max-width: 100%;
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
}

/* Text */
.testimonial-text {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.2px;
  margin-top: 16px;

}

.testimonial-name {
  margin-top: 16px;
  font-weight: 600;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0.2px;
  vertical-align: middle;

}

.testimonial-role {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.2px;
}


/* Custom Arrows */
.custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
}

.custom-nav:hover {
  opacity: 1;
}

.prev-btn {
  left: -60px;
}

.next-btn {
  right: -60px;
}

/* Cta section  */

.cta-section {
  background: transparent;
  color: #fff;
  padding: 130px 0 150px 0;
  position: relative;
  overflow: hidden;
}

/* Title */
.cta-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.3px;
  vertical-align: middle;

}


/* Text */
.cta-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 32px;
}

.white-btn {
  background: #fff;
  color: #3C2FA7;
}

.white-btn:hover {
  background: transparent;
  border-color: #fff;
}

.border-white {
  background: transparent;
  border-color: #fff;
}

.border-white:hover {
  background: #fff;
  color: #3C2FA7;
}

/* Form Box */
.cta-form-box {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 14px;
  color: #000;
}

/* Inputs */
.cta-form-box label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.cta-form-box .form-control {
  border: none;
  border-bottom: 1.5px solid #000000 !important;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.1px;
}

.cta-form-box .form-control::placeholder {
  color: #ccc;
  font-size: 18px;
}

.cta-form-box .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

/* Custom select styling */
.cta-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  padding: 8px 25px 8px 0;
  font-size: 0.95rem;
  cursor: pointer;
}

/* Custom arrow */
.cta-select {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='14' viewBox='0 0 28 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.307 12.8768L0 2.575L3.07618 0L13.8451 9.01432L24.614 0L27.6902 2.575L15.3832 12.8768C14.9752 13.2182 14.422 13.41 13.8451 13.41C13.2682 13.41 12.7149 13.2182 12.307 12.8768Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}

/* Focus */
.cta-select:focus {
  outline: none;
  border-color: #000;
}

/* Submit */
.cta-submit {
  background: #000;
  border: 2px solid transparent;
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.cta-submit:hover {
  border: 2px solid #000;
}




/* Faq section  */
.faq-section {
  background: url(../images/faq-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 94px 0;
}

/* Left Title */
.faq-title {
  font-weight: 600;
  font-size: 109px;
  line-height: 112px;
  letter-spacing: 0.3px;
  vertical-align: middle;

}

/* Right Box */
.faq-box {
  background: linear-gradient(270deg, rgba(123, 58, 237, 0.7) -17.22%, #1F157E 100%);

  padding: 25px;
  border-radius: 16px;
}

.faq-section .accordion-item {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(100px);

  border-radius: 10px !important;
  margin-bottom: 15px;
  overflow: hidden;
  border: none;
  z-index: 1;
}

/* Gradient Border */
.faq-section .accordion-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1.4px;

  background: linear-gradient(173.83deg,
      rgba(255, 255, 255, 0.4) 4.82%,
      rgba(255, 255, 255, 0.0001) 38.08%,
      rgba(255, 255, 255, 0.0001) 56.68%,
      rgba(255, 255, 255, 0.1) 95.1%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* Button */
.faq-section .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding: 24px 15px;
  line-height: 130%;
  letter-spacing: 0.1px;
  vertical-align: middle;

  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
}

.faq-section .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

/* Remove default Bootstrap arrow */
.faq-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='14' viewBox='0 0 28 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.307 12.8768L0 2.575L3.07618 0L13.8451 9.01432L24.614 0L27.6902 2.575L15.3832 12.8768C14.9752 13.2182 14.422 13.41 13.8451 13.41C13.2682 13.41 12.7149 13.2182 12.307 12.8768Z' fill='white'/%3E%3C/svg%3E");

  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;

  width: 20px;
  height: 20px;

  transform: rotate(0deg);
  transition: transform 0.3s ease;

  /* remove default */
  content: "";
}

/* Rotate when open */
.faq-section .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='14' viewBox='0 0 28 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.307 12.8768L0 2.575L3.07618 0L13.8451 9.01432L24.614 0L27.6902 2.575L15.3832 12.8768C14.9752 13.2182 14.422 13.41 13.8451 13.41C13.2682 13.41 12.7149 13.2182 12.307 12.8768Z' fill='white'/%3E%3C/svg%3E");
}

/* Body */
.faq-section .accordion-body {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

/* fOOTER */

.footer {
  background: var(--dark-blue);
  padding: 64px 0 30px;
  color: var(--white);
}

.footer-logo {
  width: 292px;
  height: auto;
}

.footer p {
  margin-top: 15px;
  max-width: 512px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.footer h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;

  margin-bottom: 16px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #c5c5e0;
  text-decoration: none;
  font-weight: 400;
  line-height: 100%;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.footer ul li a:hover {
  color: var(--primary-color);
}

/* Contact Button */
.footer-btn {
  margin-top: 29px;
  background: white;
  color: var(--light-blue);
  border: 3px solid transparent;
}

.footer-btn:hover {
  background: none;
  color: #fff;
  border: 3px solid var(--white);
}

/* Social icons */
.social-icons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #5a5cff;
}

/* COPYRIGHT */
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  vertical-align: middle;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}


/* ABOUT US PAGE  */
 .header.inner-header{
    background-color:#01010D ;
    background-blend-mode: color-dodge;
  }

.about-us-hero {
    position: relative;
    padding: 165px 0 143px 0;
    background: url(../images/about-us-banner.png);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    color: #fff;
    border: none;
    margin-top: -2px;
}

/* RIGHT IMAGE (as background) */
.about-us-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 50%;
    max-width: 749px;
    height: 100%;
    background: url('../images/about-team.png') no-repeat right bottom;
    background-size: contain;
    pointer-events: none;
}


.about-us-hero h2 {
  font-weight: 600;
  font-size: 68px;
  line-height: 76px;
  letter-spacing: 0.3px;
}

.about-us-hero p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

/* Image strip section */
.image-strip-section {
  background-color:  #FBFBFB;
  overflow: hidden;
}
.image-strip-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: url(../images/background-dots.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1119px;
    height: 100%;
    z-index: 0;
}
.content-wrapper {
  max-width: 869px;
  padding-left: 30px;
  z-index: 2;
}
.image-strips-wrapper{
  z-index: 2;
}


/* IMAGE STRIPS */
.image-strips {
  display: flex;
}

/* STRIP */
.strip {
  flex: 1;
  height: 468px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}

.strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strip:hover {
  flex: 2;
}

.image-strip-section p {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  vertical-align: middle;
}

  /* What Drives us section  */

  .drive-sec{
    margin-bottom: 65px;
  }

  .py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }


  /* SECTION */
.our-process-sec {
  background: #FBFBFB;
  padding:134px 0px;
}

/* LEFT */
.our-process-left h2 {
    font-weight: 600;
    font-size: 102.12px;
    line-height: 110px;
    letter-spacing: 0.3px;
    vertical-align: middle;
    color: var(--blue);
}

/* RIGHT */
.our-process-right {
  position: relative;
  padding-left: 40px;
}

.our-process-left {

  border-right: 2px solid;
  border-image: linear-gradient(270deg, rgba(123, 58, 237, 0.7) 0%, #5547E4 100%);
  border-image-slice: 1;
}

/* ITEM */
.our-process-item {
  position: relative;
   color: var(--blue);
}

/* BIG NUMBER */
.our-process-number {
  position: absolute;
  top: -10px;
  right: 10px;

  font-weight: 600;
  font-size: 270.54px;
  line-height: 288px;
  letter-spacing: 0.3px;

  background: linear-gradient(180deg, #E55D87 0%, #520099 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  opacity: 0.08; 
  z-index: 0;
}

/* TEXT */
.our-process-item h5 {
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

.our-process-item p {
  
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0.2px;

  position: relative;
  z-index: 1;
}

/* ICON */
.our-process-icon img {
  max-width: 64px;
  margin-bottom: 24px;
}


/* Quote sec */

/* SECTION */
.quote-sec {
    background: #FBFBFB;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}

/* LEFT TEXT */
.curtain-content h2 {
font-weight: 600;
font-size: 56px;
line-height: 64px;
letter-spacing: 0.3px;
vertical-align: middle;

}

.curtain-content h2 span{
  font-family: "playfair display";
}


/* RIGHT IMAGE */
.curtain-image {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: -20px;
}

.curtain-image img {
  max-width: 100%;
}


/* our culture sec */
.our-culture-right {
  position: relative;
  padding-left: 40px;
}
.culture-item img {
  max-width: 80px;
  margin-bottom: 16px;
}

.culture-item h6 {
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: 0.1px;
}

/* TEXT */
.culture-text {
  margin-top: 32px;
font-weight: 600;
font-size: 24px;
line-height: 140%;
letter-spacing: 0.1px;
max-width:757px;
}

/* thought sec */
.thought-sec{
  background-color: #FBFBFB;
  padding: 100px 0px;
  padding-bottom: 0;
}
.thought-wrapper {
 background: linear-gradient(270deg, rgba(123, 58, 237, 0.7) -17.22%, #1F157E 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
}

/* IMAGE */
.thought-img {
    position: relative;
    margin-left: 89px;
    margin-top: -160px;
}

.thought-img img {
max-height: 502px;
}

/* CONTENT */
.thought-content {
  color: #fff;
  padding-left: 73px;
}

.small-text {
font-weight: 600;
font-size: 24px;
line-height: 120%;
letter-spacing: 0.3px;

}

.thought-content h2 {
font-weight: 600;
font-size: 64px;
line-height: 72px;
letter-spacing: 0.3px;

}
.thought-content h2 span{
  font-family: "Playfair Display";
}

/* SECTION */
.intro-sec {
  background: #FBFBFB;
  padding-top: 100px;
  padding-bottom: 80px;
}

/* SMALL TEXT */
.intro-subtitle {
  font-family: Playfair Display;
font-weight: 600;
font-style: Italic;
font-size: 32px;
line-height: 100%;
letter-spacing: 0.3px;
color: var(--blue);
}

/* MAIN TITLE */
.intro-title {
font-weight: 600;
font-size: 64px;
line-height: 103.42px;
letter-spacing: 0.3px;
}



/* book a call section  */

.sparkline-hero {
  min-height: 100vh;
 background: linear-gradient(180deg, #000007 0%, #3E309F 67.6%, #050527 105.72%);
  color: #fff;
  padding: 96px 0;
}

.sparkline-hero .hero-title {
font-weight: 600;
font-size: 72px;
line-height: 80px;
letter-spacing: 0.3px;

}

.sparkline-hero .hero-title span {
font-family: "Playfair Display";
}

.sparkline-hero .hero-subtext {
font-weight: 400;
font-size: 24px;
line-height: 140%;
margin-bottom: 40px;
margin-top: 16px;
}

.sparkline-hero .hero-btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
}

.sparkline-hero .hero-img {
  max-width: 100%;
  height: auto;
}

/* Services page */

/* banner */
.service-banner{
  background-image: url(../images/service-banner.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.service-banner .hero-box {
    max-width: 605px;
}


/* 2nd sec */

.work-with-sec .curtain-content h2{
  line-height: 72px;
}

/* SECTION */
.svc-section {
  padding: 80px 0;
background-color: #FBFBFB;
background-image: url(../images/svc-secimg.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}

/* MAIN BOX */
.svc-box {
 background: linear-gradient(300.68deg, rgba(123, 58, 237, 0.7) -20.78%, #5547E4 109.87%);
backdrop-filter: blur(100px);
  border-radius: 8px;
  padding: 40px 32px;
  margin-bottom: 40px;
  color: #fff;
}

/* LEFT */
.svc-left {
  padding-right: 40px;
  border-right: 1px solid #FFFFFF80;
}
.svc-left img {
    max-height: 205px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.svc-left h3 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.2px;
    vertical-align: middle;
}

.svc-left p {    
    margin-bottom: 23px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.2px;
    vertical-align: middle;
}

/* BUTTON */
.btn-svc {
  background: #fff;
  color: #5b3df5;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
}

/* RIGHT */
.svc-right {
  padding-left: 40px;
}

/* GRID */
.svc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* CARD (FIXED SIZE 🔥) */
.svc-card {
    width: 222px;
    min-height: 214px;
    padding: 0px 32px;
    background: #0000003D;
    background-blend-mode: luminosity;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
}
.svc-card img {
  max-width: 64px;
  margin-bottom: 24px;
}
.svc-card span {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.2px;
    vertical-align: middle;
    text-align: left;
}

/* HOVER */
.svc-card:hover {
  transform: translateY(-5px);
  background: rgba(0,0,0,0.25);
}


/* how we work section 
 */

 .step-title span {
  font-size: 72px;
}

/* STEP TITLE */
.step-title {
font-family: Unbounded;
font-weight: 400;
font-size: 32px;
line-height: 100%;
letter-spacing: 0.2px;
text-align: center;
vertical-align: middle;
margin-bottom: 24px;
}

/* TEXT */
.we-work-sec .step-text {
font-weight: 400;
font-size: 20px;
line-height: 140%;
letter-spacing: 0.2px;
text-align: center;
vertical-align: middle;
margin-bottom: 0;

}

.we-work-sec {
  background: url(../images/we-work-secimg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.we-work-sec .portfolio-card {
    min-width: 375px;
    max-width: 100%;
    min-height: 270px !important;
    display: block;
    align-content: space-evenly;
}


.portfolio-section p {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin: 56px 0;
}

/* CARD */
.aud-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
}

/* IMAGE */
.aud-img {
  min-height: 296px;
  overflow: hidden;
  position: relative;
}

.aud-img img {
  width: 100%;
  height: 100%;
  
  object-fit: cover;
}

/* CONTENT */
.aud-body {
  padding: 25px;
}

/* ICON */
.aud-icon img {
  max-width: 48px;

}

/* TITLE */
.aud-title {
font-weight: 700;
font-size: 32px;
line-height: 130%;

}



/* TEXT */
.we-work-sec p.aud-text {
font-weight: 500;
font-size: 18px;
line-height: 140%;
color: #000;
margin:4px 0px;
text-align: left;
}

.we-work-sec{
  padding-bottom:186px;
}


/* compare-sec */

/* SECTION */
.compare-sec {
  padding: 100px 0;
background: url(../images/compare-sec.png);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
  position: relative;
}



/* SUBTITLE */
.compare-subtitle {
font-weight: 400;
font-size: 24px;
line-height: 140%;
color: #060518;
max-width:804px;
margin: 0 auto;
margin-bottom: 40px;
}

/* TABLE WRAPPER (SCROLL 🔥) */
.compare-table-wrapper {
  overflow-x: auto;
}

/* TABLE */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px; /* 🔥 forces scroll on mobile */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 20px 30px #7F68F31A;

}

/* HEAD */
.compare-table thead th {
    padding: 18px;
    color: #0D0C22;
    background: #E9E7F9;
    border: 1px solid #30007238;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}
.compare-table thead th:first-child{
  text-align: left;
}

/* BODY */
.compare-table tbody td {
  padding: 24px;
font-weight: 400;
font-size: 18px;
line-height: 120%;
text-align: center;
color: #0D0C22;

 border: 1px solid #30007238;
}

/* FIRST COLUMN */
.compare-table tbody td:first-child {
font-weight: 600;
font-size: 20px;
line-height: 130%;
  text-align: left;
  color: #0D0C22;
}

/* CENTER TEXT */
.compare-table th,
.compare-table td {
  text-align: center;
}


/* HIGHLIGHT COLUMN BASE */
.compare-table th.highlight-col{
  background: linear-gradient(278.08deg, #9255FF 6.21%, #5547E4 93.79%);
color: #fff;
}

.compare-table td.highlight-col {
  position: relative;
  z-index: 2;
background: #fff;
color: #4D3BC6;
font-weight: 600;
font-size: 20px;
line-height: 130%;
text-align: center;

  /* subtle border like design */
  border-left: 1px solid #30007238;
}

/* SHADOW LAYER (LEFT + BOTTOM ONLY 🔥) */
.compare-table th.highlight-col::before,
.compare-table td.highlight-col::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;

  box-shadow: 
    -8px 0px 20px rgba(44, 3, 140, 0.12),   /* LEFT shadow */
    -20px 40px 40px rgba(44, 3, 140, 0.08); /* soft blend */
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .aud-img {
    height: 180px;
  }
}
