:root {
  --primary: #00172F;
  --secondary: #021B70;
  --text: #DDDDDD;
  --accent: #3C72FC;
  --pink: #E0009B;
  --h1: 54px;
  --h2: 40px;
  --h3: 28px;
  --h4: 24px;
  --h5: 22px;
  --h6: 20px;
  --p: 18px;
  --white: #ffffff;
  --dark: #000916;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  src: url("fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  src: url("fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  src: url("fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: bolder;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

/** Navbar **/
.bg-dark {
  background: var(--primary) 0% 0% no-repeat padding-box !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  font-size: var(--p);
  color: var(--white) !important;
  font-weight: 500;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.btn-primary {
  background: transparent linear-gradient(98deg, #E0009B 0%, #3C72FC 100%) 0% 0% no-repeat padding-box;
  border-radius: 43px;
}

.navbar .btn-primary {
  margin-left: 10px;
}

.navbar-brand img {
  width: 150px;
}

.navbar-brand {
  margin-bottom: -70px;
}

/** Banner **/
.banner {
  padding-top: 160px;
  background: url('../assets/Header_bg.png');
  background-size: cover;
}

.banner h1 {
  letter-spacing: 0px;
  color: var(--white);
  font-size: var(--h1);
  font-weight: 700;
}

.banner p {
  font-size: var(--p);
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-primary {
  font-size: var(--p);
  padding-left: 40px;
  font-weight: 500;
  padding-right: 40px;
  margin-left: 0px;
  border: none !important;
  box-shadow: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-image {
  padding-left: 50px;
  padding-right: 50px;
}

.self-center {
  align-self: center;
}

/** Who We are **/
.who-we-are {
  background: #00172F 0% 0% no-repeat padding-box;
  border: 2px solid #DDDDDD;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  margin-bottom: -100px;
}

.section-title {
  font-size: var(--h2);
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0px;
}

.who-we-are p {
  font-size: var(--p);
  color: #DDDDDD;
}

.about-us {
  padding-top: 180px;
  padding-bottom: 80px;
  background: var(--dark);
}

.banner-image {
  position: relative;
}

.banner-image::after {
  content: '';
  position: absolute;
  width: 154%;
  top: -160px;
  bottom: 0px;
  background: url('../assets/careers_circle_bg.png');
  background-size: 100% 100%;
  left: -165px;
  right: 0px;
}

.banner-image img {
  position: relative;
  z-index: 999;
}

/* About-us */

.bg-dark-blue {
  background-color: #071735;
  border: 1px solid #ffffff22;
}
 .about-right-content{
    padding-left: 40px;
  }

.about-content a {
  color: #3C72FC;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.about-content h3 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}

.about-content p {
  font-weight: 400 !important;
  font-size: 18px;
  color: #DDDDDD;
  line-height: 1.6;
}

.about-content strong {
  font-weight: bolder;
}


.gradient-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}


.gradient-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 32px;
  background: linear-gradient(135deg, #E0009B 0%, #3C72FC 100%) 0% 0% no-repeat padding-box;
  padding: 4px;
  border-radius: 28px;
  overflow: visible;
  display: inline-block;
  margin: 0 auto;
}
.text-trusted{
  font-size: 20px;
}

.gradient-wrapper::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 0;
  background: linear-gradient(239deg, #E0009B 0%, #3C72FC 100%) 0% 0% no-repeat padding-box;
  border-radius: 28px;
  z-index: 0;
  margin-left: -20px;
  margin-bottom: -15px;
}

.gradient-content {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  overflow: hidden;
}

.badge-custom {
      background: #3C72FCE0 0% 0% no-repeat padding-box;
    border: 1px dashed #FFFFFF;
    border-radius: 23px;
  color: white;
  padding: 10px 10px !important;
  z-index: 2;
  margin-left: 20px;
  margin-bottom: -30px;
}

.badge-custom-text {
  font-weight: 700 !important;
  font-size: 0.875rem;
  text-align: center;
}

.feature-icon {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}

.feature-box {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #FFFFFF !important;
  align-items: center;
  justify-content: start;
  height: 100%;
  padding: 16px;
  background-color: transparent;
  border-radius: 12px;
}

/** Founder section **/

.founders-section h3 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
  text-align: center;
}

.founders-section p.text-primary {
  font-size: 20px;
  font-weight: 700;
  color: #3C72FC;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.founder-card h5 {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.founder-card p {
  font-size: 0.875rem;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.founders-section {
  background-color: #00172F;
  background: url("../assets/carrers_section_bg.png") no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.founder-border-wrapper {
  padding: 2px;
  background: linear-gradient(135deg, #712cf9, #e83e8c);
  border-radius: 20px;
  display: inline-block;
}

.founder-card {
  background-color: #000916 !important;
  border-radius: 18px;
  padding: 16px;
  color: white;
}



.founder-img {
  width: 140px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  background-color: transparent;
}

/* service */
.services-section {
  padding: 140px 20px;
  background-color: #000916;
}

.service-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding-bottom: 110px;
  margin-top: -70px;
}

.services-section .section-title {
  color:#3C72FC !important;
   font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-decoration: underline !important;
  font-size: 22px !important;
}



.section-heading {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0;
}

.section-subtext {
  color: #DDDDDD;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 400;
  max-width: 500px;

  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.card-container {
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  gap: 12px;
  justify-content: center;
  overflow-x: auto;
  padding-top: 30px;
}

.service-card {
  flex: 0 0 110px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.service-card img {
  width: 100%;
  height: 100%;
  padding:5px;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 23px;
}

.service-card.active {
  flex: 0 0 260px;
  background: transparent linear-gradient(121deg, #3C72FC 0%, #E0009B 100%) 0% 0% no-repeat padding-box;
  border-radius: 23px;
  z-index: 2;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  color: white;
  text-align: left;
}

.service-card.active .overlay {
  display: flex;
}

.overlay-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.card-container::-webkit-scrollbar {
  display: none;
}

/* Certified */
.certified-section {
  margin-top: -140px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.certified-container {
  background-color: #0e203b;
  border: 2px solid #80808066;
  border-radius: 12px;
  max-width: 1000px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  backdrop-filter: blur(4px);
}

.certified-left img {
  width: 120px;
  height: auto;
}

.certified-right {
  flex: 1;
  min-width: 250px;
}

.certified-right h3 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 20px;
}

.certified-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.certified-tags span {
  font-weight: 400 !important;
  color: #DDDDDD;
  background-color: #122d52;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 18px;
}

/* trusted-section */
.trusted-section {
  background: url("../assets/carrers_section_bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -132px;
}

.trusted-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  border-top: 2px solid rgba(255, 255, 255, 0.05);
}


.trusted-container {
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  position: relative;
  z-index: 2;
}

.trusted-subtitle {
  color: #3C72FC;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 20px;
}

.trusted-title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.trusted-desc {
  font-weight: 400;
  font-size: 18px;
  color: #DDDDDD;
  margin-bottom: 40px;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.trusted-logos img {
  max-height: 70px;
  max-width: 200px;
  border-radius: 30px;
  object-fit: contain;
}

/* our-ceertifications */
.certifications-section {
  background-color: #000916;
 padding-top: 80px;
 padding-bottom: 80px;
  text-align: center;
}

.certifications-section h5 {
  color: #3C72FC;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}

.certifications-section h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.certifications-section p {
  color: #DDDDDD;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 1rem;
  font-size: 18px;
}

.certifications-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.certifications-logos .cert-logo {
  width: 160px;
  height: 130px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.certifications-logos .cert-logo img {
  height: 100px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* carrer */
.careers-section {
  background: url("../assets/carrers_section_bg.png") no-repeat center center;
  background-size: cover;
  padding: 60px 20px 0px;
  position: relative;
  overflow: hidden;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.left {
  flex: 1;
  min-width: 300px;
}

.right {
  flex: 1;
  position: relative;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-heading {
  color: #3C72FC;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-heading {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

p {
  color: #DDDDDD;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
}

.cta-button {
  display: inline-block;
  background: transparent linear-gradient(98deg, #E0009B 0%, #3C72FC 100%) 0% 0% no-repeat padding-box;
  padding: 12px 25px;
  color: #FFFFFF;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.cta-button:hover {
  opacity: 0.9;
}

.design-back {
  position: absolute;
  width: 100%;
  max-width: 600px;
  z-index: 0;
  left: 0;
  top: 0;
}

.person {
  position: relative;
  max-width: 350px;
  z-index: 1;
}

/* contact */
.contact-section {
  background-color: #000916;
  padding: 100px 20px;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.content-contact {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-left {
  flex: 1;
  min-width: 300px;
}

.section-label {
  color: #3d63ff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
}

.section-title {
  color: #FFFFFF !important;
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 30px;
}

.contact-info .info-item {
  color: #DDDDDD;
  font-size: 180px !important;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 0px;
}

.contact-info .info-item img {
  width: 30px;
  margin-bottom: 10px !important;
  font-size: 18px;
}

.contact-form {
  flex: 1;
  min-width: 300px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.input-group {
  flex: 1;
  position: relative;
}

.input-group input,
.input-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 46px;
  padding: 12px 40px 12px 15px;
  border: none;
  border-radius: 10px;
  background-color: #0a1125;
  color: #ccc;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

.input-group img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.icon-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.blue-arrow {
  color: #3C72FC;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background-color: #0a1125;
  color: white;
  resize: none;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 14px;
}

.submit-btn {
  background: transparent linear-gradient(98deg, #E0009B 0%, #3C72FC 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  font-size: var(--p);
}


/* footer */
.footer {
  background-color: #00172F;
  padding: 20px;
  color: #ccc;
  font-size: 14px;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.footer p {
  color: #DDDDDD;
  font-size: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
}


.footer-links {
  margin-right: 40px;
}

.footer-links a {
  color: #ccc;
  margin-left: 20px;
  font-size: 1rem;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;           /* sticks it to the left edge */
  width: 40px;
  height: 40px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
}

.whatsapp-float img {
  width:40px;
  height: 40px;
}



@media only screen and (min-width:1300px) and (max-width:1550px) {
  .banner-image::after {
    left: -90px;
    width: 130%;
  }
}

@media only screen and (min-width:900px) and (max-width:1400px) {
  .banner h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width:1100px) and (max-width:1300px) {
  .banner-image::after {
    width: 120%;
    left: -60px;
  }
}



@media (max-width: 700px) {
  .card-container {
    flex-direction: column;
    align-items: center;
    overflow-x: visible;
    padding-top: 20px;
  }

  .service-card {
    width: 90%;
    max-width: 300px;
    height: auto;
    margin-bottom: 16px;
  }

  .service-card.active {
    width: 95%;
  }

   /* ABOUT US: content and image tight */
  
  .about-content h3 {
    font-size: 1.5rem;
  }

  .about-content p {
    font-size: 0.9rem;
  }

  .gradient-wrapper {
    max-width: 260px;
    margin: 0 auto;
  }

  .badge-custom {
    font-size: 0.75rem;
  }

  .gradient-content img {
    max-width: 100%;
  }

  /* Submit button */
  .submit-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 0.9rem;
    margin-left: 0;
    border-radius: 30px;
  }
  /* certified-section */
  .certified-container {
    padding: 15px 10px;
    margin: 0 10px;
    margin-top: -100px;
  }

  .trusted-section {
    padding-top: 340px;
    margin-top: -290px;
  }
  

  .certified-right h3 {
    font-size: 18px;
  }

  .certified-tags span {
    font-size: 13px;
    padding: 8px 14px;
  }

  .certified-left img {
    width: 100px;
  }

  /* .footer */
  .footer {
    padding: 15px 10px;
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer p {
    font-size: 0.9rem;
    margin: 10px 0;
    text-align: center;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
  }

  .footer-links a {
    font-size: 0.85rem;
    margin: 5px;
  }
}

@media (max-width: 400px) {
  .banner {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  html {
    font-size: 14px;
  }
   .btn-primary {
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 24px;
    max-width: 50%;
    margin-bottom: 5px;
  }

  /* Typography */
  .banner h1 {
    font-size: 32px;
  }

  .banner p,
  .section-subtext,
  .about-content p {
    font-size: 14px;
  }

  /* CTA button full-width in form */
  .submit-btn,
  .cta-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* SERVICES: cards narrower still */
  .service-card {
    width: 100%;
    height: auto;
  }

  .service-card.active {
    width: 100%;
  }

  /* certified-section */
  .certified-container {
    padding: 15px 10px;
    margin: 0 10px;
    margin-top: -100px;
  }

  .trusted-section {
    padding-top: 340px;
    margin-top: -290px;
  }
  

  .certified-right h3 {
    font-size: 18px;
  }

  .certified-tags span {
    font-size: 13px;
    padding: 8px 14px;
  }

  .certified-left img {
    width: 100px;
  }

  /* ABOUT US: content and image tight */
  .about-content h3 {
    font-size: 1.5rem;
  }

  .about-content p {
    font-size: 0.9rem;
  }

  .gradient-wrapper {
    max-width: 260px;
    margin: 0 auto;
  }

  .badge-custom {
    font-size: 0.75rem;
  }

  .cta-button {
    font-size: 14px;
    width: 50%;
    display: block;
    box-sizing: border-box;
    margin: 10px auto;
    text-align: center;
  }

  /* .footer */
  .footer {
    padding: 15px 10px;
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer p {
    font-size: 0.9rem;
    margin: 10px 0;
    text-align: center;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
  }

  .footer-links a {
    font-size: 0.85rem;
    margin: 5px;
  }



  .banner-image,
  .banner-image img {
    width: 100%;
    padding: 0;
  }

  /* Navbar links */
  .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 0.9rem;
  }

  .navbar-brand img {
    width: 120px;
  }

  /* Sections stack */
  .row.align-items-center.min-vh-100 {
    flex-direction: column;
    text-align: center;
  }

  /* Contact form */
  .content-contact {
    flex-direction: column;
    gap: 20px;
  }

  .contact-left,
  .contact-form {
    width: 100%;
    margin: 0 auto;
  }

  /* Form inputs */
  .form-row {
    flex-direction: column;
  }

  .input-group {
    width: 100%;
  }

  /* Submit button */
  .submit-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 0.9rem;
    margin-left: 0;
    border-radius: 30px;
  }

  /* Headings in other sections */
  .section-title {
    font-size: 1.2rem;
  }

  .section-heading {
    font-size: 1.4rem;
  }

  .trusted-title,
  .certifications-section h2,
  .main-heading {
    font-size: 1.5rem;
  }

  /* Service cards scroll */
  .card-container {
    gap: 8px;
  }

  .service-card {
    flex: 0 0 90px;
    height: 200px;
  }

  .service-card.active {
    flex: 0 0 200px;
  }
}
@media screen and (max-width: 1100px) {
    .submit-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 0.9rem;
    margin-left: 0;
    border-radius: 30px;
  }
  .founders-section {
    padding: 40px 20px;
  }

  .founders-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .founder-card {
    width: 100%;
    max-width: 320px;
    padding: 16px;
    border-radius: 16px;
    background-color: #000916;
    margin: 0 auto;
  }

  .founder-img {
    width: 100px;
    margin: 0 auto 1rem;
    display: block;
  }

  .founder-card h5,
  .founder-card p {
    text-align: center;
  }

}