/* Typography & General Classes */
.about-we-text {
  font-family: 'Schabo Condensed', Arial, sans-serif;
  font-size: 615px;
  line-height: 0.82;
  margin: 0;
  color: #FCFFDB;
  text-transform: uppercase;
  font-weight: 400;
}
.about-tagline-text {
  font-family: 'Schabo Condensed', Arial, sans-serif;
  font-size: 145px;
  line-height: 0.95;
  margin: 0;
  color: #FCFFDB;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 512px;
}
.about-comedik-p {
  font-family: Comedik, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 1rem;
}



/* Hero Section */
.about-hero-section {
  padding: 8em 4em 10em 4em;
  min-height: 100vh;
  position: relative;
}
.about-hero-header-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 4em;
}
.about-hero-header-left {
  flex: 1 1 48%;
  min-width: 250px;
}
.about-hero-header-right {
  flex: 1 1 48%;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-hero-subheading {
  color: #E2F533;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.about-hero-body-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5em;
  align-items: flex-start;
  position: relative;
}
.about-hero-badge-col {
  flex: 1 1 45%;
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-end;
}
.about-hero-text-col {
  flex: 1 1 45%;
  max-width: 600px;
  min-width: 300px;
}
.about-hero-p-orange-caps {
  color: #FF6316;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.about-hero-p-orange {
  color: #FF6316;
}
.about-hero-p-orange-dim {
  color: #FF6316;
  opacity: 0.9;
}

/* Figma Precision Arrow and Rotated Badge */
.about-hero-arrow {
  position: absolute;
  left: 35%;
  bottom: 20%;
  width: 200px;
  height: 198px;
  pointer-events: none;
  z-index: 5;
}

.honest-badge-container {
  position: relative;
  transform: rotate(-10deg);
  display: inline-block;
  padding: 20px;
  margin-top: auto;
  margin-bottom: -144px;
  left: 20px; /* Shifted leftward by 10% of container width */
  top: 50px; /* Shifted 30% lower to the bottom side */
}

.honest-sparkle {
  position: absolute;
  right: -60px; /* Increased gap from the word HONEST */
  top: -25px;
  width: 140px;
  height: 140px;
  pointer-events: none;
  z-index: 1;
}

.honest-text-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.honest-text-sm {
  font-family: Comedik, Arial, sans-serif;
  font-size: 36px;
  color: #FF6316;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
}

.honest-text-lg {
  font-family: Comedik, Arial, sans-serif; /* Changed font-family to match "This is" */
  font-size: 85px;
  color: #FF6316;
  line-height: 0.85;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.honest-exclamation {
  font-size: 1.4em; /* Made !! size bigger */
  font-weight: 900;
  display: inline-block;
  transform: translateY(2px);
}

/* History Section */
.about-history-section {
  padding: 8em 4em;
}
.about-history-title {
  font-family: 'Schabo Condensed', Arial, sans-serif;
  font-size: 110px;
  line-height: 0.95;
  color: #FCFFDB;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  font-weight: 400;
  letter-spacing: 0.01em;
  position: relative;
}
.about-history-hearts-wrap {
  display: inline-flex;
  position: relative;
  vertical-align: top;
  margin-left: 15px;
  top: -15px;
}
.about-heart-big {
  width: 28px;
  height: 39px;
}
.about-heart-small {
  width: 16px;
  height: 22px;
  margin-top: 15px;
  margin-left: -5px;
}
.about-history-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3em;
}
.about-history-left {
  flex: 1 1 55%;
  min-width: 300px;
}
.about-history-right {
  flex: 1 1 35%;
  min-width: 300px;
}
.about-history-p {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 20px;
  color: #FCFFDB;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

/* History Section Button (What Can We Do?) */
.about-history-btn-link {
  text-decoration: none;
  display: inline-block;
  margin-top: 1.5em;
}
.about-history-btn-inner {
  background: #EEE0C6;
  color: #552200;
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
  padding: 0.6em 1.8em;
  border-radius: 24px 20px 24px 20px / 20px 24px 20px 24px;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-history-btn-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.about-history-btn-text {
  margin: 0;
  font-family: Comedik, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #552200;
}

/* History Badge and Rotated Graphic */
.about-history-badge-wrap {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-right: 40px;
}
.about-history-clapper {
  position: absolute;
  right: -50px;
  top: 315px; /* Aligned with brainchild badge */
  width: 224px;
  height: 224px;
  pointer-events: none;
  z-index: 1;
}
.about-brainchild-badge {
  position: absolute;
  right: 113px; /* Customized for laptop screen */
  top: 415px; /* Customized for laptop screen */
  z-index: 2;
  transform: rotate(-8deg);
  max-width: 233px; /* Customized for laptop screen */
}
.about-brainchild-text {
  font-family: Comedik, Arial, sans-serif;
  font-size: 28px;
  color: #E2F533;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.about-brainchild-underline {
  position: absolute;
  left: 80px;
  bottom: -28px;
  width: 99px;
  height: 27px;
  pointer-events: none;
}

/* Philosophy Section */
.about-philosophy-section {
  padding: 4.5em 4em 8em 4em;
}
.about-philosophy-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.about-philosophy-left {
  flex: 1 1 50%;
  min-width: 300px;
  max-width: 818px;
}
.about-philosophy-right {
  position: relative;
  width: 257px;
  height: 269px;
  flex-shrink: 0;
  margin: 2em auto 0 auto;
}
@media (min-width: 768px) {
  .about-philosophy-right {
    margin: 0;
  }
}
.about-philosophy-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 257px;
  height: 269px;
  z-index: 1;
  pointer-events: none;
}
.about-philosophy-clapper-img {
  position: absolute;
  left: 53px;
  top: 47px;
  width: 123px;
  height: 143px;
  z-index: 2;
  transform-origin: bottom center;
}
.about-philosophy-sparks {
  position: absolute;
  left: 179px;
  top: 75px;
  width: 28px;
  height: 54px;
  z-index: 2;
  pointer-events: none;
}
.about-philosophy-label {
  position: absolute;
  left: 36px;
  top: 237px;
  width: 182px;
  height: 21px;
  z-index: 2;
  pointer-events: none;
}
.about-philosophy-heading {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: #FCFFDB;
  margin: 0 0 0.3em 0;
  line-height: 1.1;
}
.about-philosophy-text {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 20px;
  color: #FCFFDB;
  line-height: 1.6;
  margin: 0;
}
.about-philosophy-btn-col {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  align-self: center;
}
.about-btn-link {
  text-decoration: none;
}
.about-btn-inner {
  background: #EEE0C6;
  color: #552200;
  display: flex;
  align-items: center;
  gap: 0.8em;
  padding: 1.1em 2em;
  border-radius: 1.5em;
  border: 3px solid #552200;
}
.about-btn-text {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 0.05em;
}

/* CTA Section */
.about-cta-section {
  position: relative;
  background: transparent;
  overflow: visible;
  padding: 6em 4em 100px;
}
.about-cta-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-height: 580px;
}
.about-cta-left {
  flex: 0 0 58%;
  width: 58%;
  padding-right: 1em;
  padding-top: 1em;
}
.about-cta-heading {
  font-family: 'Schabo Condensed', Arial, sans-serif;
  font-size: 99px;
  line-height: 1.04;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FCFFDB;
  margin: 0;
  font-weight: 400;
}
.about-cta-punctuation-img {
  display: inline-block;
  height: 126px;
  width: auto;
  margin-left: 15px;
  vertical-align: bottom;
  margin-bottom: -15px;
  transform: rotate(5deg);
}
.about-cta-right {
  flex: 0 0 40%;
  width: 40%;
  padding-left: 2.5em;
  padding-top: 7.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4em;
}
.about-cta-body {
  font-family: Comedik, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.15;
  color: #FF6316;
  margin: 0;
  text-transform: uppercase;
  max-width: 480px;
}
.about-cta-exactly {
  color: #E2F533;
}
/* CTA Button */
.about-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 100px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.about-cta-btn-bg {
  position: absolute;
  inset: 0;
  display: block;
}
.about-cta-btn-bg-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.about-cta-btn-content {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px 18px 22px;
}
.about-cta-btn-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.about-cta-btn-text {
  font-family: Comedik, Arial, sans-serif;
  font-size: 22px;
  color: #2B2D29;
  font-weight: 400;
  white-space: nowrap;
}
/* Literally anything */
.about-cta-literally {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -0.5em;
}
.about-cta-literally-text {
  font-family: Comedik, Arial, sans-serif;
  font-size: 20px;
  color: #FF6316;
  text-transform: uppercase;
}
.about-cta-literally-sparkle {
  width: 28px;
  height: 28px;
}
/* We'll actually read it */
.about-cta-reply {
  position: relative;
  display: inline-block;
}
.about-cta-reply-text {
  font-family: Comedik, Arial, sans-serif;
  font-size: 24px;
  color: #FF6316;
  text-transform: uppercase;
  display: block;
}
.about-cta-reply-underline {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 4px;
}
/* Hand illustration */
.about-cta-hand {
  position: absolute;
  left: 40px;
  bottom: -100px;
  width: 260px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.about-cta-hand-img {
  width: 100%;
  height: auto;
  display: block;
}
.footer {
  position: relative;
  z-index: 2;
}

/* Team Section */

.about-team-section {
  padding: 8em 4em;
  background: transparent;
}
.about-team-intro {
  margin-bottom: 6em;
}
.about-team-intro-p {
  font-family: Comedik, Arial, sans-serif;
  font-size: 34px;
  color: #E2F533;
  margin: 0 0 0.5em 0;
}
.about-team-intro-heading {
  font-family: 'Schabo Condensed', Arial, sans-serif;
  font-size: 120px;
  line-height: 1.02;
  color: #FCFFDB;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.team-container {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 1150px;
  margin: 0 auto;
}
.team-row-sumon {
  display: flex;
  justify-content: center;
  width: 100%;
}
.team-row-double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  
}
.team-row-bottom {
  margin-top: 3em;
}

/* Staggered translations */
.staggered-wrapper.staggered-translate-sumon {
  transform: none;
}
.staggered-wrapper.staggered-translate-rishi {
  transform: none;
}
.staggered-wrapper.staggered-translate-chawla {
  transform: none;
}
.team-card-icon {
  height: 22px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.team-tilt-sumon {
  transform: rotate(-1.5deg);
}
.team-tilt-dubey {
  transform: rotate(1.5deg);
}
.team-tilt-rishi {
  transform: rotate(-2deg);
}
.team-tilt-prayash {
  transform: rotate(-1deg);
}
.team-tilt-chawla {
  transform: rotate(2deg);
}

/* Reusable Team Cards Styles */
.team-card {
  position: relative;
  width: 450px;
  height: 240px;
  margin: 10px;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.62, 0.05, 0.01, 0.99);
}
.team-card:hover {
  transform: translateY(-8px) scale(1.03);
}
.team-tilt-sumon:hover { transform: translateY(-8px) scale(1.03) rotate(-1.5deg); }
.team-tilt-dubey:hover  { transform: translateY(-8px) scale(1.03) rotate(1.5deg); }
.team-tilt-rishi:hover  { transform: translateY(-8px) scale(1.03) rotate(-2deg); }
.team-tilt-prayash:hover { transform: translateY(-8px) scale(1.03) rotate(-1deg); }
.team-tilt-chawla:hover  { transform: translateY(-8px) scale(1.03) rotate(2deg); }
.team-card-img-wrap,
.team-card-img-wrap-left {
  transition: transform 0.3s steps(2, end);
}

.team-card-img-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.team-card-img-wrap-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card-title {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  font-family: 'Schabo Condensed', Arial, sans-serif;
  font-size: 110px;
  line-height: 0.9;
  color: rgba(252, 255, 219, 0.05);
  text-transform: uppercase;
  margin: 0;
  pointer-events: none;
  font-weight: 400;
}
.team-card-title-left {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  font-family: 'Schabo Condensed', Arial, sans-serif;
  font-size: 110px;
  line-height: 0.9;
  color: rgba(252, 255, 219, 0.05);
  text-transform: uppercase;
  margin: 0;
  pointer-events: none;
  text-align: right;
  font-weight: 400;
}
.team-card-subtitle {
  position: absolute;
  left: 8px;
  top: 125px;
  z-index: 3;
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #FCFFDB;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.team-card-subtitle-left {
  position: absolute;
  left: 230px;
  top: 125px;
  z-index: 3;
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #FCFFDB;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.team-card-name-yellow {
  position: absolute;
  left: 10px;
  top: 165px;
  z-index: 3;
  font-family: Comedik, Arial, sans-serif;
  font-size: 62px;
  line-height: 1;
  color: #E2F533;
  margin: 0;
}
.team-card-name-orange {
  position: absolute;
  left: 10px;
  top: 165px;
  z-index: 3;
  font-family: Comedik, Arial, sans-serif;
  font-size: 62px;
  line-height: 1;
  color: #FF6316;
  margin: 0;
}
.team-card-name-orange-left {
  position: absolute;
  left: 230px;
  top: 165px;
  z-index: 3;
  font-family: Comedik, Arial, sans-serif;
  font-size: 62px;
  line-height: 1;
  color: #FF6316;
  margin: 0;
}



@media (max-width: 1680px) {
  .about-we-text { font-size: 450px; }
  .about-tagline-text { font-size: 110px; }
  .about-history-title { font-size: 110px; }
  .about-brainchild-badge { right: 90px; top: 375px; max-width: 200px; }
  .about-history-clapper { right: -60px; top: 227px; width: 200px; height: 200px; }
  .honest-badge-container { margin-top: auto; margin-bottom: -120px; left: 80px; }
  .about-hero-arrow { left: 35%; bottom: 20%; width: 200px; height: 198px; }
}
@media (max-width: 1400px) {
  .about-we-text { font-size: 350px; }
  .about-tagline-text { font-size: 90px; }
  .about-history-title { font-size: 100px; }
  .about-brainchild-badge { right: 75px; top: 345px; max-width: 180px; }
  .about-history-clapper { right: -60px; top: 270px; width: 180px; height: 180px; }
  .honest-badge-container { margin-top: auto; margin-bottom: -100px; left: 70px; }
  .about-hero-arrow { left: 35%; bottom: 20%; width: 180px; height: 178px; }
}
@media (max-width: 1200px) {
  .about-we-text { font-size: 260px; }
  .about-tagline-text { font-size: 70px; }
  .about-history-title { font-size: 85px; }
  .about-brainchild-badge { right: 60px; top: 320px; max-width: 160px; }
  .about-history-clapper { right: -50px; top: 250px; width: 160px; height: 160px; }
  .honest-badge-container { margin-top: auto; margin-bottom: -80px; left: 60px; }
  .about-hero-arrow { left: 35%; bottom: 20%; width: 150px; height: 148px; }
}
@media screen and (min-width: 991px) and (max-width: 1179px) {
  .about-history-title { font-size: 75px; }
  .about-history-p { font-size: 20px; }
  .about-history-left { flex: 1 1 50%; }
  .about-history-right { flex: 1 1 40%; }
  .about-brainchild-badge { right: 30px; top: 320px; max-width: 140px; }
  .about-history-clapper { right: -60px; top: 250px; width: 140px; height: 140px; }
}
@media (max-width: 991px) {
  .about-hero-section { padding: 7em 2em 4em 2em; }
  .about-philosophy-section { padding: 3.5em 2em 5em 2em; }
  .about-team-section { padding: 4em 2em; }
  .about-team-intro { margin-bottom: 3em; }
  .about-team-intro-heading { font-size: 80px; }
  .about-team-intro-p { font-size: 26px; }
  .about-we-text { font-size: 180px; }
  .about-tagline-text { font-size: 50px; }
  .about-history-section { padding: 4em 2em; } /* Decreased vertical padding */
  .about-history-title { font-size: 65px; }
  .about-history-p { font-size: 22px; } /* Matched to hero text size */
  .about-history-badge-wrap { min-height: 180px; } /* Decreased gap */
  .about-history-clapper { right: -40px; top: auto !important; bottom: 10px; width: 160px; height: 160px; }
  .about-brainchild-badge { right: 80px; top: auto !important; bottom: 70px; max-width: 170px; }
  .about-comedik-p { font-size: 22px; }
  .team-row-double {
    flex-wrap: nowrap;
    gap: 1.5em;
  }
  .team-card {
    width: 340px;
    height: 200px;
  }
  .team-card-img-wrap, .team-card-img-wrap-left {
    width: 170px;
    height: 170px;
  }
  .team-card-title, .team-card-title-left {
    font-size: 80px;
  }
  .team-card-subtitle {
    left: 6px;
    top: 100px;
    font-size: 28px;
  }
  .team-card-subtitle-left {
    left: 180px;
    top: 100px;
    font-size: 28px;
  }
  .team-card-name-yellow, .team-card-name-orange {
    left: 8px;
    top: 135px;
    font-size: 42px;
  }
  .team-card-name-orange-left {
    left: 180px;
    top: 135px;
    font-size: 42px;
  }
  .about-hero-body-row { display: flex; flex-direction: column; align-items: center; }
  .about-hero-text-col { order: 1; width: 100%; }
  .about-hero-arrow {
    order: 2;
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    margin: -0.5em auto 0 auto;
    width: 80px;
    height: 80px;
    transform: scaleX(-1) rotate(30deg);
  }
  .about-hero-badge-col {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .honest-badge-container {
    transform: rotate(-10deg);
    margin-top: -1.5em;
    margin-bottom: 2em;
    left: auto;
    display: inline-block;
    padding: 20px;
  }
  .honest-sparkle {
    display: block;
    position: absolute;
    right: -35px;
    top: -15px;
    width: 80px;
    height: 80px;
    pointer-events: none;
    z-index: 1;
  }
  .honest-text-lg { font-size: 60px; }
  .honest-text-sm { font-size: 28px; }
}
@media (max-width: 767px) {
  .about-hero-section { padding: 5em 1.2em 3em 1.2em; }
  .about-philosophy-section { padding: 2.2em 1.2em 3.5em 1.2em; }
  .about-team-section { padding: 2.5em 1.2em; }
  .about-team-intro { margin-bottom: 2em; }
  .about-team-intro-heading { font-size: 55px; }
  .about-team-intro-p { font-size: 20px; }
  .about-we-text { font-size: 110px; }
  .about-tagline-text { font-size: 32px; }
  .about-history-section { padding: 2.5em 1.2em; } /* Removed/minimized vertical padding */
  .about-history-title { font-size: 45px; }
  .about-history-p { font-size: 18px; } /* Matched to hero text size (18px) */
  .about-history-badge-wrap { min-height: 160px; } /* Decreased gap on mobile */
  .about-history-clapper { right: -30px; top: auto !important; bottom: 5px; width: 140px; height: 140px; }
  .about-brainchild-badge { right: 40px; top: auto !important; bottom: 50px; max-width: 150px; }
  .about-brainchild-underline {
    position: absolute;
    left: 6px;
    bottom: -28px;
    width: 85px;
    height: 27px;
    pointer-events: none;
  }
  .about-comedik-p { font-size: 18px; }
  .team-row-double {
    flex-direction: column !important;
    align-items: center !important;
    gap: 2em !important;
  }
  .team-row-bottom {
    margin-top: 2em !important;
  }
  .team-card {
    position: relative !important;
    width: 340px !important;
    height: 220px !important;
    margin: 0 auto !important;
    display: block !important;
    overflow: visible !important;
  }
  .team-card-img-wrap {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 170px !important;
    height: 170px !important;
    border: none !important;
  }
  .team-card-img-wrap-left {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 170px !important;
    height: 170px !important;
    border: none !important;
  }
  .team-card-title {
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
    font-size: 70px !important;
    line-height: 0.9 !important;
    width: auto !important;
    height: auto !important;
  }
  .team-card-title-left {
    position: absolute !important;
    right: 0 !important;
    top: 10px !important;
    font-size: 70px !important;
    line-height: 0.9 !important;
    text-align: right !important;
    width: auto !important;
    height: auto !important;
  }
  .team-card-subtitle {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-left: 6px !important;
    margin-top: 125px !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    max-width: 155px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
  }
  .team-card-subtitle-left {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-left: 180px !important;
    margin-top: 125px !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    max-width: 155px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
  }
  .team-card-name-yellow, .team-card-name-orange {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-left: 8px !important;
    margin-top: 4px !important;
    font-size: 28px !important;
    line-height: 1 !important;
    max-width: 155px !important;
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
  }
  .team-card-name-orange-left {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-left: 180px !important;
    margin-top: 4px !important;
    font-size: 28px !important;
    line-height: 1 !important;
    max-width: 155px !important;
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
  }
  .team-card-icon {
    height: 14px !important;
  }
}

/* Sprite and Wiggle Hover Animations */
@keyframes sprite {
  to {
    transform: translateX(-100%);
  }
}

[data-hover-sprite]:hover .filled-arrow__svg,
[data-hover-sprite]:hover .filled-close__svg,
[data-hover-sprite]:hover .btn__back-svg,
[data-hover-sprite]:hover .btn-icon__svg,
[data-always-sprite] .sprite-element__svg {
  animation: sprite 0.45s steps(3, end) infinite;
}

.filled-arrow__svg path,
.filled-close__svg path,
.btn__back-svg path,
.btn-social__bg-svg path {
  stroke-width: 0em;
}

[data-hover-sprite]:hover .filled-arrow__svg path,
[data-hover-sprite]:hover .filled-close__svg path,
[data-hover-sprite]:hover .btn__back-svg path,
[data-hover-wiggle]:hover .btn-social__bg-svg path {
  stroke-width: 0.175em;
}

[data-hover-wiggle]:hover [data-wiggle-target],
[data-always-wiggle] [data-wiggle-target] {
  animation: wiggle 0.3s steps(2, end) infinite;
}

@keyframes wiggle {
  from {
    transform: rotate(-1.25deg);
  }
  to {
    transform: rotate(1.25deg);
  }
}

[data-hover-wiggle="2"]:hover [data-wiggle-target],
[data-always-wiggle="2"] [data-wiggle-target] {
  animation: wiggle2 0.3s steps(2, end) infinite;
}

@keyframes wiggle2 {
  from {
    transform: rotate(1.25deg);
  }
  to {
    transform: rotate(-0.5deg);
  }
}

[data-hover-wiggle="3"]:hover [data-wiggle-target],
[data-always-wiggle="3"] [data-wiggle-target] {
  animation: wiggle3 0.3s steps(2, end) infinite;
}

@keyframes wiggle3 {
  from {
    transform: rotate(2deg);
  }
  to {
    transform: rotate(-4deg);
  }
}

/* Responsive media query overrides for the new CTA section structure */
@media (max-width: 991px) {
  .about-cta-section {
    padding: 0 2em 100px;
  }
  .about-cta-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2.5em;
    min-height: auto;
    padding-bottom: 90px; /* Leave space for the absolute hand */
  }
  .about-cta-left {
    width: 100%;
    padding-right: 0;
  }
  .about-cta-heading {
    font-size: 72px;
  }
  .about-cta-punctuation-img {
    height: 85px;
    margin-bottom: -8px;
    margin-left: 10px;
  }
  .about-cta-right {
    padding-left: 0;
    padding-top: 0;
    align-items: center;
    width: 100%;
    gap: 1.5em;
  }
  .about-cta-body {
    font-size: 22px;
    line-height: 1.3;
  }
  .about-cta-hand {
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    width: 220px;
  }
}

@media (max-width: 767px) {
  .about-cta-heading {
    font-size: 49px;
  }
  .about-cta-punctuation-img {
    height: 58px;
    margin-bottom: -5px;
  }
  .about-cta-body {
    font-size: 18px;
  }
  .about-cta-hand {
    width: 180px;
    bottom: -100px;
  }

  /* Smaller buttons on mobile */
  .about-history-btn-inner {
    padding: 0.5em 1em;
    gap: 0.5em;
    font-size: 13px; /* Shrinks the em-based arrow */
  }
  .about-history-btn-text {
    font-size: 16px;
  }

  .about-cta-btn-content {
    gap: 10px;
    padding: 12px 20px 12px 14px;
  }
  .about-cta-btn-icon {
    width: 28px;
    height: 28px;
  }
  .about-cta-btn-text {
    font-size: 16px;
  }
}

