:root {
  --accent: #86047d;
  --accent-2: #86047d;
  --accent-3: #86047d;
  --dark-bg: #0a0015;
  --light-bg: #f5f7ff;
  --text-dark: #121212;
  --card-radius: 20px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
}
body {
  /* font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif; */
  overflow-x: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  /* Fix for double scroll bar: Ensure body matches viewport width */
  width: 100vw;
}
.about-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("./images/About.jpg") no-repeat center bottom/cover;
  overflow: hidden;
  background-attachment: fixed;
  /* padding-top is now handled in the mobile media query for precision. */
}
.about-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #70094e, #d275ca, #64005d, #c22d90);
  background-size: 300% 300%;
  animation: gradientShift 5s ease infinite;
  opacity: 0.2;
  z-index: 1;
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Gradient overlay with purple theme (#9d50bb) */
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background: linear-gradient(
    180deg,
    rgba(62, 31, 75, 0.7),
    rgba(65, 8, 58, 0.9)
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 100vw;
  padding: 0 20px;
}
.hero-content h1 {
  background-size: 200% 200%;
  font-size: 7.5rem;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  /* text-transform: uppercase; */
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.hero-content h1:hover {
  background: linear-gradient(120deg, #ffffff 0%, #db30a2 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content p {
  font-family: "Lato", sans-serif;
  font-size: 3.2rem;
  line-height: 1.7;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .about-hero {
    height: 70vh;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .hero-content p {
    font-size: 1.9rem;
  }
}

/* DEFINITIVE FIXES FOR MOBILE(Overlap, Font Size, Image Size) */
@media (max-width: 576px) {
  .about-hero {
    margin-top: 16px;
    height: 25vh;
    align-items: center;
  }

  .hero-content {
    margin-top: 15%;
  }

  .hero-content .hero-h1 {
    font-size: 3.5rem;
    letter-spacing: 0.5rem;
    margin-top: 0;
  }

  .hero-content p {
    font-size: 1.2rem; /* REDUCED FONT SIZE */
    line-height: 1.4;
  }
}
/* WHO WE ARE SECTION REDUCTION */
.who-we-are {
  /* Adjusted the top padding for the section immediately following the hero */
  padding: 40px 20px 70px;
  text-align: center;
}

.who-we-are .section-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.who-we-are p {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.8;
  color: #444444;
  max-width: 90%;
  margin: 0 auto;
}
/* ---------- IMAGE ---------- */
.modern-img {
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.3));
  transition: transform 0.8s ease, filter 0.8s ease;
  height: 500px;
  /* margin: 0 50px; */
}
.modern-img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 15px 40px rgba(255, 255, 255, 0.2));
}
/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .who-we-are {
    text-align: center;
    padding: 70px 20px;
  }

  .who-we-are .section-title {
    font-size: 2.4rem;
  }

  .who-we-are p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .modern-img {
    margin-top: 40px;
  }
}
/* Core Values Section */

.urpan-values-main {
  padding: 80px 0;
  background: #ffffff;
}

.urpan-hero {
  text-align: center;
  margin-bottom: 70px;
}

.urpan-hero h2 {
  font-family: "Lato", sans-serif;

  font-size: 2.75rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}

.urpan-accent-line {
  width: 100px;
  height: 3px;
  background: #86047d;
  margin: 0 auto 30px;
}

.urpan-hero p {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  color: #555;
  max-width: 90vw;
  margin: 0 auto;
  line-height: 1.7;
  /* text-align: justify; */
}

.urpan-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.urpan-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #86047d 0%, #e8d4e6 100%);
  transform: translateX(-50%);
  z-index: 1;
}

.urpan-timeline-item {
  position: relative;
  margin-bottom: -80px;
  width: 100%;
}

.urpan-timeline-item:last-child {
  margin-bottom: 0;
}

.urpan-content-box {
  width: 48%;
  position: relative;
  z-index: 2;
}

.urpan-timeline-item:nth-child(odd) .urpan-content-box {
  margin-left: 0;
  margin-right: auto;
  padding-right: 60px;
  text-align: right;
}

.urpan-timeline-item:nth-child(even) .urpan-content-box {
  margin-left: auto;
  margin-right: 0;
  padding-left: 60px;
  text-align: left;
}

.urpan-dot {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 20px;
  height: 20px;
  background: #86047d;
  border: 4px solid #ffffff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0 0 0 8px #e8d4e610;
  transition: all 0.4s ease;
}

.urpan-timeline-item:hover .urpan-dot {
  transform: translateX(-50%) scale(1.3);
  box-shadow: 0 0 0 12px #e8d4e620;
}

.urpan-value-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e8d4e6 0%, #f3e5f1 100%);
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}

.urpan-timeline-item:hover .urpan-value-icon {
  transform: scale(1.08);
  background: linear-gradient(135deg, #e0c4dd 0%, #eedaec 100%);
}

.urpan-value-icon i {
  font-size: 28px;
  color: #86047d;
}

.urpan-value-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #86047d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}

.urpan-value-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.urpan-value-description {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.8;
  color: #555;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 768px) {
  .urpan-values-main {
    padding: 60px 0;
  }

  .urpan-hero h2 {
    font-size: 2.25rem;
  }

  .urpan-hero {
    margin-bottom: 50px;
  }

  .urpan-timeline::before {
    left: 30px;
  }

  .urpan-timeline-item {
    margin-bottom: 50px;
  }

  .urpan-content-box {
    width: calc(100% - 70px);
    margin-left: 70px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }

  .urpan-dot {
    left: 30px;
  }

  .urpan-timeline-item:hover .urpan-dot {
    transform: translateX(-50%) scale(1.3);
  }

  .urpan-value-heading {
    font-size: 1.35rem;
  }
}

@media (max-width: 576px) {
  .urpan-hero h2 {
    font-size: 1.875rem;
  }

  .urpan-content-box {
    width: calc(100% - 60px);
    margin-left: 60px !important;
  }

  .urpan-value-icon {
    width: 54px;
    height: 54px;
  }

  .urpan-value-icon i {
    font-size: 24px;
  }

  .urpan-value-heading {
    font-size: 1.25rem;
  }

  .urpan-value-description {
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .urpan-dot,
  .urpan-value-icon {
    transition: none;
  }
}

/* value-proposition-section */
.value-proposition-section {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  perspective: 2000px;
  background: #f8f9fa;
  position: relative;
}

.proposition-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-header.active {
  opacity: 1;
  transform: translateY(0);
}

.section-header h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #86047d, #a01592);
  border-radius: 2px;
}

.section-header p {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  color: #666;
  margin-top: 10px;
  font-weight: 400;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 50px;
  padding: 20px;
}

/* ðŸ”» RESTORING 3D FLIP EFFECT ðŸ”» */
.feature-module {
  position: relative;
  height: 350px; /* Set fixed height for proper flip geometry */
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(30px);
}

.feature-module.visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-module:nth-child(1) {
  transition-delay: 0.1s;
}
.feature-module:nth-child(2) {
  transition-delay: 0.2s;
}
.feature-module:nth-child(3) {
  transition-delay: 0.3s;
}

.module-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d; /* RESTORED 3D */
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); /* Flip transition */
  cursor: pointer;
}

/* FLIP ON HOVER */
.module-wrapper:hover {
  transform: rotateY(180deg);
}

/* Combined Front and Back Face Styles into a single Card style */
.module-face {
  position: absolute; /* RESTORED ABSOLUTE */
  width: 100%;
  height: 100%; /* RESTORED 100% HEIGHT */
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border: 1px solid #e5e7eb;
}

.face-front {
  /* No special transforms needed for front face */
}

.face-back {
  /* REMOVED display: none; */
  transform: rotateY(180deg); /* ROTATE TO HIDE BACK FACE INITIALLY */
  text-align: center; /* Ensure text is centered on the back */
}

.icon-container {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
  transition: transform 0.6s ease;
}

/* Removed icon hover effect as it conflicts with 3D rotation */

.icon-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.feature-title {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.feature-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  color: #666;
  text-align: center;
  line-height: 1.6;
}

.back-title {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 15px;
}

.back-description {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/*  REMOVING FLOATING BACKGROUND CIRCLES ðŸ›‘ */
.floating-bg {
  display: none;
}

.floating-circle {
  display: none;
}

@keyframes float {
  /* Removed keyframe animation */
}
/* ðŸ›‘ END REMOVAL ðŸ›‘ */

.scroll-indicator {
  display: none;
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 2.2rem;
  }

  .section-header p {
    font-size: 1rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .feature-module {
    height: 300px; /* Adjusted height for mobile */
  }
  .feature-title {
    font-size: 1.6rem; /* Adjusted for tablet */
  }
  .feature-subtitle {
    font-size: 1rem; /* Adjusted for tablet */
  }

  .back-title {
    font-size: 1.9rem;
  }

  .back-description {
    font-size: 0.95rem;
    text-align: justify;
  }

  .value-proposition-section {
    padding: 60px 20px;
  }
}

/* Sectors Section */
.sectors-serve-section {
  padding: 80px 0;
  position: relative;
}
.sectors-list {
  list-style: none;
  padding: 0;
}

.sectors-list li {
  /* text-align: center; */
  /* background: linear-gradient(
    135deg,
    rgba(134, 4, 125, 0.15),
    rgba(38, 2, 34, 0.25)
  ); */
  backdrop-filter: blur(10px);
  /* border: 2px solid rgba(134, 4, 125, 0.3); */
  /* border-radius: 15px; */
  padding: 20px 25px;
  /* margin-bottom: 20px; */
  margin-left: 110px;
  font-size: 1.5rem;
  color: rgba(49, 3, 29, 0.95);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  /* cursor: pointer; */
  position: relative;
  /* opacity: 0;   */
  transform: translateY(30px);
}

/* .sectors-list li.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.sectors-list li:hover {
  transform: translateX(10px);
  border-color: rgba(255, 105, 235, 0.7);
  box-shadow: 0 8px 30px rgba(40, 1, 37, 0.4);
  background: linear-gradient(
    135deg,
    rgba(134, 4, 125, 0.3),
    rgba(35, 4, 32, 0.4)
  );
} */

.bi-check-circle-fill {
  color: #3c0535;
  font-size: 20px;
  margin-right: 15px;
  filter: drop-shadow(0 0 8px rgba(77, 16, 69, 0.6));
  animation: pulse 2s ease-in-out infinite;
}

@media (max-width: 768px) {
  .lead {
    font-size: 1.2rem;
    padding: 15px 20px;
  }
}
@media (max-width: 576px) {
  .sectors-list li {
    margin-left: 20px;
    font-size: 1.1rem;
    padding: 15px 20px;
  }
}
/* Certifications Section */
.certifications-section {
  padding: 80px 0;
  position: relative;
}
.certifications-section::before {
  /* content: ""; */
  position: absolute;
  inset: 0;
  /* background: radial-gradient(
    circle at 70% 50%,
    rgba(134, 4, 125, 0.2) 0%,
    transparent 60%
  ); */
  pointer-events: none;
}
/* .certification-card {
  background: linear-gradient(
    135deg,
    rgba(134, 4, 125, 0.2),
    rgba(74, 2, 66, 0.3)
  );
  backdrop-filter: blur(15px);
  border: 2px solid rgba(186, 4, 165, 0.4);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8) rotateY(-20deg);
  transform-style: preserve-3d;
  box-shadow: rgba(56, 1, 49, 0.4) 0px 22px 70px 4px;
} */

.certification-card.animate-in {
  opacity: 1;
  transform: scale(1) rotateY(0deg);
}

.certification-card::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 20px;
  /* background: linear-gradient(45deg, #ff69eb, #86047d, #ff69eb); */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* .certification-card:hover::before {
  opacity: 1;
  animation: borderRotate 3s linear infinite;
} */

@keyframes borderRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

/* .certification-card:hover {
  transform: translateY(-15px) scale(1.05) rotateY(5deg);
  box-shadow: 0 20px 60px rgba(134, 4, 125, 0.5),
    0 0 80px rgba(255, 105, 235, 0.4);
} */

.certification-card img {
  width: 250px !important;
  height: 200px !important;
  /* object-fit: cover; */
  border-radius: 20px;
  transition: all 0.5s ease;
  box-shadow: rgba(56, 1, 49, 0.4) 0px 22px 70px 4px;

  filter: brightness(0.9);
}

.certification-card:hover img {
  transform: scale(1.1) rotateZ(5deg);
  filter: brightness(1.1);
  border-color: rgba(255, 105, 235, 0.8);
  box-shadow: 0 10px 30px rgba(255, 105, 235, 0.4);
}

/* Certifications Section Mobile Fix: Adjusting image size on phone UI for better visibility */
@media (max-width: 576px) {
  .certification-card {
    padding: 20px;
  }
  .certification-card img {
    /* Set a larger size that fills the card better on small screens */
    width: 180px !important;
    height: 130px !important;
    box-shadow: 0 10px 30px rgba(255, 105, 235, 0.4);
  }
}

/* Track Record Section (REDUCED SPACING) */
.track-record-section {
  padding: 60px 0;
  position: relative;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Stats Grid with 3D Cards */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-radius: var(--card-radius);
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1.5px solid rgba(134, 4, 125, 0.1);
  opacity: 0;
  transform: translateY(50px) rotateX(10deg);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(134, 4, 125, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.stat-card:hover::before {
  left: 100%;
}

.stat-card.visible {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.stat-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 40px rgba(134, 4, 125, 0.15);
  border-color: var(--accent);
}

.stat-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 20px rgba(134, 4, 125, 0.3);
  transition: all 0.4s ease;
}

.stat-icon:hover {
  transform: scale(1.1) rotate(5deg);
}

.stat-icon span {
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  margin: 10px 0;
  line-height: 1;
}

.stat-label {
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

/* Main Image Container with 3D Parallax */
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* margin: 40px 0; */
  opacity: 1;
}

.image-wrapper img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  width: 900px;
  height: auto;
  display: block;
}

/* Decorative Elements */
.deco-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--accent);
  opacity: 0.2;
  animation: pulse-ring 3s ease-out infinite;
}

.deco-1 {
  width: 80px;
  height: 80px;
  top: 30px;
  left: -40px;
}

.deco-2 {
  width: 120px;
  height: 120px;
  bottom: 60px;
  right: -60px;
  animation-delay: 1.5s;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.3;
  }
}

/* Achievement Badges */
.achievements {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.achievement-badge {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(134, 4, 125, 0.3);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.achievement-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.achievement-badge.visible {
  opacity: 1;
  transform: scale(1);
}

.achievement-badge:hover::before {
  width: 300px;
  height: 300px;
}

.achievement-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(134, 4, 125, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .stat-number {
    font-size: 2rem;
  }
  .stat-label {
    font-size: 0.9rem;
  }

  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }

  .stat-card {
    padding: 20px 10px;
  }

  .achievements {
    gap: 10px;
  }

  .achievement-badge {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .floating-shape {
    display: none;
  }
}
@media (max-width: 576px) {
  .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
