@font-face {
  font-family: "Geomanist";
  src: url("./public/font/geomanist-regular.woff2") format("woff2"),
    url("./public/font/geomanist-regular.woff") format("woff");

  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #0d0816;
  color: #c4bbd3;
  font-family: "Geomanist", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.main-container {
  position: relative;
  z-index: 1;
}

/* ===== KEY CHANGE: Standardized Container Width ===== */
/* All major sections now use this container to ensure consistent width. */
.container {
  max-width: 1270px; /* Increased for a wider, more modern layout */
  margin: 0 auto;
  padding: 0 2rem;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
  color: #f5f5f7;
}

h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 1.5rem;
}
p {
  font-size: 1.1rem;
}

.section-subtitle {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
}

.gradient-heading {
  background-image: linear-gradient(180deg, #ffffff1a, #0003 58%),
    linear-gradient(140deg, #fff, #7c65a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.stagger-delay-1 {
  transition-delay: 0.15s;
}
.stagger-delay-2 {
  transition-delay: 0.3s;
}
.stagger-delay-3 {
  transition-delay: 0.45s;
}

/* ===== HERO & SHOWCASE SECTION ===== */
.new-hero-section {
  padding: 3rem 0 3rem 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-tag {
  display: inline-block;
  padding: 0.4rem 8rem;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff8c00, #ff0c00);
  color: white;
  border: 2px solid #ffffff63;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  font-family: "Geomanist", sans-serif;

  /* ✨ Smooth zoom animation */
  animation: pulseZoom 3s ease-in-out infinite;
}

/* 🔥 Reuse the same keyframes */
@keyframes pulseZoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.new-hero-section h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Geomanist", sans-serif;
}
.new-hero-section p {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #c4bbd3;
  font-family: "Geomanist", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
.highlight {
  background: linear-gradient(to right, #ffb552, #ff5873, #b83dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carousel-container {
  position: relative;
  max-width: 1300px;
  margin-top: 2rem;
}

.carousel {
  display: flex;
  gap: 10px; /* consistent spacing */
  transition: transform 0.6s ease-in-out;
}

.carousel-item {
  flex: 0 0 460px;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(0.7);
  opacity: 0.5;
}

.carousel-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff63;
}

.carousel-item.active {
  transform: scale(1);
  opacity: 1;
}

.carousel-item.left,
.carousel-item.right {
  transform: scale(0.85);
  opacity: 0.8;
}

.btn {
  background: linear-gradient(90deg, #ff8c00, #ff0c00);
  color: white;
  border: none;
  width: 50px; /* set fixed width */
  height: 50px; /* set fixed height */
  border-radius: 50%; /* makes it a perfect circle */
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.5rem;
}
.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.carousel-item.active .carousel-caption {
  opacity: 1; /* only show on active */
}

.carousel-caption h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.carousel-caption p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.85;
}

/* ===== STATS SECTION ===== */
/* ===== STATS SECTION ===== */
.stats-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(22, 16, 38, 0.5);
  padding: 3rem 0;
  margin-bottom: 3rem;
}

.stats-grid {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; /* ✅ allow wrapping on small screens */
}

.stat-card {
  text-align: center;
  padding-left: 5rem;
  padding-right: 5rem;
}

.gradient-left-border {
  border-left: 1px solid transparent;
  border-image: linear-gradient(
      to top,
      #f97316,
      rgba(255, 255, 255, 0.2),
      transparent
    )
    1 100%;
  border-image-slice: 1;
  border-image-repeat: stretch;
}

.stat-card h3 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #f5f5f7;
}

/* ===== BOOK MEETING BUTTON (REUSABLE) ===== */
.bookMeetingButton {
  background: linear-gradient(90deg, #ff8c00, #ff0c00);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 25px 40px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;

  /* 🔥 Continuous smooth zoom */
  animation: pulseZoom 3s ease-in-out infinite;

  /* ✨ Light glow shadow for dark bg */
  box-shadow: 0 0 20px rgba(255, 140, 0, 0.6), 0 0 40px rgba(255, 12, 0, 0.4);
}
.buttonLink {
  text-decoration: none;
}
.bookMeetingButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  animation: shineAnimation 3s ease-in-out infinite;
}

.bookMeetingText {
  color: #fff;
  background-clip: text;
  position: relative;
  z-index: 1;
}

@keyframes shineAnimation {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes pulseZoom {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 140, 0, 0.6), 0 0 10px rgba(255, 12, 0, 0.4);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.8), 0 0 20px rgba(255, 12, 0, 0.6);
  }
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.z-10 {
  z-index: 10;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.md\:text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.leading-relaxed {
  line-height: 1.6;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.text-muted-foreground {
  color: #c4bbd3;
}
.gradient-text {
  background-image: linear-gradient(140deg, #fff, #7c65a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient-to-b {
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(124, 37, 0, 0.05),
    transparent
  );
}
.grid {
  display: grid;
}
.md\:grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lg\:grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gap-8 {
  gap: 2rem;
}

.differentiators-cards-section {
  padding: 4rem 0;
}
.differentiators-cards-section h2 {
  margin-bottom: 3rem;
}
.card {
  background: rgba(22, 16, 38, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.card:hover {
  background: rgba(22, 16, 38, 0.8);
}
.card-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to left, rgba(255, 165, 0, 0.2), transparent);
  border-bottom-left-radius: 100%;
}
.card-content {
  padding: 2rem;
  position: relative;
  z-index: 10;
}
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #faa22d, #b0374b, #906ba5);
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}
.card:hover .icon-box {
  transform: scale(1.1);
}
.icon {
  font-size: 1.5rem;
  color: white;
}
.highlight-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: linear-gradient(
    to right,
    rgba(255, 140, 0, 0.2),
    rgba(255, 12, 0, 0.2)
  );
  border: 1px solid rgba(255, 140, 0, 0.3);
  color: #ff8c00;
  font-size: 0.75rem;
  font-weight: 500;
}

/* ===== CLIENT SUCCESS SHOWCASE SECTION ===== */

.client-success-section {
  padding: 4rem 0;
}

.client-heading {
  text-align: center;
  color: #f5f5f7;
  font-family: "Geomanist", sans-serif;
  font-weight: 700;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 14px; /* row-gap = 30px, column-gap = 14px */
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

/* Make sure the last row doesn't have extra bottom padding */
.team-container:last-child {
  padding-bottom: 0;
}

.team-member-card {
  background: rgba(22, 16, 38, 0.5);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 220px; /* Fixed width for the cards */
  box-sizing: border-box;
}

.profile-picture {
  width: 160px;
  height: 160px;

  object-fit: cover;
  margin-bottom: 10px;
  margin-top: -100px;
  /* Pull the image up */
}

.name {
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px; /* Space between name and flag */
}

.role {
  font-size: 0.8em;
  color: #c4bbd3;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.skills {
  font-size: 0.9em;
  color: #eee;
  margin-bottom: 25px;
  line-height: 1.4;
}

.previously-at {
  font-size: 0.7em;
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.company-logo {
  height: auto;
  filter: brightness(0) invert(1); /* Makes logos white */
}

/* ===== RESULTS / VIDEO TESTIMONIALS (ENHANCED LAYOUT) ===== */
.results-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden; /* Hide overflow from decorative gradients */
}
.video-heading {
  text-align: center;
  margin-bottom: 3rem;
}
/* Optional: Add a subtle background glow to the section */
.results-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  z-index: -1;
}

.video-grid {
  display: grid;
  /* Use auto-fit for a responsive number of columns */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem; /* Increased gap for better spacing */
  perspective: 1500px; /* Add perspective for 3D hover effects */
  padding: 1rem 0;
  padding-bottom: 0;
}

.video-card {
  /* The card itself is now just a transparent container for the mockup */
  background: transparent;
  border: none;
  padding: 0;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.video-card:hover {
  transform: translateY(-15px) scale(1.03);
}

.phone-mockup {
  position: relative;
  background: #111;
  border: 10px solid #1a1a1a;
  border-radius: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5),
    inset 0 2px 2px rgba(255, 255, 255, 0.1);
  padding: 2px; /* Small inner padding to create a screen bezel */
  z-index: 1;
}

/* The camera notch */
.phone-mockup::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: 10px;
  background: #1a1a1a;
  border-radius: 0 0 10px 10px;
  z-index: 3;
}

.video-embed {
  border-radius: 30px; /* Rounded corners for the "screen" */
  overflow: hidden;
  height: 0;
  /* This aspect ratio is for typical vertical videos/shorts (approx 9:16 is 177%, we use more to account for phone frame) */
  padding-bottom: 178%;
  position: relative;
  background: #000; /* Fallback background for when video is loading */
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Hide the old paragraph style for the testimonial text as requested */
.video-card p {
  display: none;
}

/* ===== DIFFERENTIATORS SECTION (FEATURE GRID) ===== */

.differentiators-section {
  padding: 5rem 0;
  padding-bottom: 0;
}
svg {
  width: 50px;
  height: 50px;
  fill: #ffffff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
.feature-card {
  background: rgba(22, 16, 38, 0.5);
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.feature-card h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.cta-section {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  padding-bottom: 0;
}
.cta-content {
  background: rgba(22, 16, 38, 0.5);
  width: 100%;
  padding: 3.5rem;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cta-section h2 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.cta-section p {
  width: 75%;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.disclaimer-text {
  font-size: 0.8rem;
  color: #c4bbd3;
  line-height: 1.4;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 4rem 0;
}
.faq-accordion {
  max-width: 1140px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #f5f5f7;
}
.faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding-top 0.5s ease-in-out;
}
.faq-answer p {
  padding-top: 0;
  transition: padding-top 0.5s ease-in-out;
}
.faq-item.active .faq-answer {
  max-height: 200px;
}
.faq-item.active .faq-answer p {
  padding-top: 1rem;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.disclaimer {
  background: rgba(22, 16, 38, 0.5);
  text-align: center;
  padding: 2rem 0;
  margin-top: 4rem;
}

/* ===== FOOTER ===== */
.footer {
  padding: 1rem 0 1rem 0;
  text-align: center;
}
.copyright {
  font-size: 1rem;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 900px) {
  .perspective-container {
    flex-direction: column;
    perspective: none;
  }
  .screen-mockup.left,
  .screen-mockup.right,
  .screen-mockup.center {
    width: 80%;
    transform: none !important;
    margin-bottom: -15%;
  }
  .perspective-container:hover .screen-mockup {
    transform: scale(1.03) !important;
  }
  .showcase-wrapper {
    margin-bottom: 18rem;
  }
}
@media (max-width: 768px) {
  .new-hero-section {
    padding: 3rem 0 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }

  section {
    padding: 4rem 0;
  }
  .video-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }
  .video-grid {
    flex-direction: column;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .stats-grid {
    justify-content: center;
    padding: 0.5rem 0;
  }
  .stats-section {
  }
  .stat-card {
    flex: 0 0 50%; /* ✅ two cards per row */
    padding: 0.5rem 0rem;
  }
  .stat-card h3 {
    font-size: 2.4rem;
  }

  .gradient-left-border {
    border-left: none; /* remove side border on mobile */
    border-top: 1px solid rgba(255, 255, 255, 0.2); /* ✅ clean separation */
  }
  .bookMeetingButton {
    font-size: 1.28rem !important;
    padding: 20px 30px !important;
  }
  .hero-tag {
    padding: 0.4rem 1rem; /* reduce side padding */
    font-size: 0.95rem; /* smaller text */
    text-align: center; /* center text nicely */
    white-space: normal; /* allow wrapping if needed */
  }

  .new-hero-section h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .new-hero-section p {
    font-size: 1rem;
  }

  .carousel {
    gap: 6px;
  }

  .carousel-item {
    flex: 0 0 300px; /* smaller cards for phone screens */
  }
  .carousel-caption h3 {
    font-size: 0.9rem;
    font-weight: bold;
  }

  .carousel-caption p {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .btn {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-top: 2rem;
  }

  .differentiators-cards-section h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .client-heading {
    width: 100%;
    font-size: 1.8rem;
  }
  .team-container {
    gap: 80px 14px;
  }
  .team-member-card {
    width: 170px;
  }
  .profile-picture {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    margin-top: -90px; /* Pull the image up */
  }

  .name {
    font-size: 1em;
  }

  .video-heading {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .cta-content {
    padding: 2rem 1rem;
    padding-bottom: 3rem;

    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cta-section h2 {
    font-size: 1.4rem;
  }
  .cta-section p {
    width: 100%;
    font-size: 1rem;
  }
  .cta-button-text {
    font-size: 1.2rem !important;
    padding: 15px 15px !important;
  }
  .disclaimer-text {
    font-size: 0.6rem;
  }
  .faq-accordion {
    padding: 0 0.5rem;
  }
  .faq-item {
    padding: 0.8rem 0;
  }
  .faq-question {
    font-size: 1rem;
  }
  .faq-icon {
    font-size: 1.4rem;
  }

  .faq-answer p {
    padding-top: 0.2rem !important;
    font-size: 0.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .stats-section {
    flex-wrap: wrap;
    margin: 0.2rem !important;
    margin-bottom: 4rem !important;
    padding: 0 0;
  }
  /* On very small screens, switch to a single column */
  .video-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto;
  }
}
/* Hide by default */
.mobile-footer {
  display: none;
}

/* Show & stick only on mobile */
@media (max-width: 768px) {
  .mobile-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  
    text-align: center;
    padding: 12px 16px;
    z-index: 999;
    background-color: #0d0816;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
  }
}
