body {
  font-family: 'Segoe UI', sans-serif;
  background: #f3f7fa;
  margin: 0;
  padding: 0;
}

.about-container {
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
}

.intro-glass {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
  margin-bottom: 2rem;
}

.intro-glass h1 {
  font-size: 2.5rem;
  color: #0072c6;
}

.mission-cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.card {
  flex: 1 1 45%;
  background: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.team-section {
  text-align: center;
  margin-bottom: 2rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.team-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: scale(1.05);
}

.team-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team-card .info {
  padding: 1rem;
}

.contact-strip {
  background: #0072c6;
  color: white;
  text-align: center;
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2rem;
}

.contact-strip a {
  color: #ffecb3;
  text-decoration: underline;
}
.intro-glass {
  max-width: 800px;
  margin: 100px auto 40px auto;
  padding: 2rem;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.intro-glass h1 {
  font-size: 2.5rem;
  margin: 1rem 0;
  color: #000000;
}

.intro-glass p {
  font-size: 1rem;
  line-height: 1.6;
  color: #383737;
  margin-bottom: 1rem;
}

.intro-logo {
  max-width: 120px;
  margin-bottom: 1rem;
  animation: fadeIn 1.2s ease-out;
}

/* Simple fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.mission-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 3rem 1rem;
}

.glass-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2rem;
  max-width: 500px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: rgb(36, 35, 35);
}

.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.glass-card h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.glass-card i {
  margin-right: 0.5rem;
  color: #00bfff;
}

.glass-card ul {
  list-style: none;
  padding: 0;
}

.glass-card ul li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.delivery-process {
  text-align: center;
  margin: 4rem auto;
  max-width: 1200px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.delivery-process h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #000000;
}

.process-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.step {
  background-color: rgba(0, 114, 198, 0.1);
  border: 1px solid #000000;
  border-radius: 15px;
  padding: 1.5rem;
  margin: 1rem;
  width: 240px;
  text-align: center;
  transition: transform 0.3s ease;
}

.step:hover {
  transform: translateY(-10px);
  background-color: rgba(198, 106, 0, 0.2);
}

.step i {
  font-size: 2rem;
  color: #046fad;
  margin-bottom: 1rem;
}

.step h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #000000;
}

.step p {
  font-size: 0.95rem;
  color: #2b2b2b;
}

.arrow {
  font-size: 2rem;
  color: #8c00ff;
  margin: 0 1rem;
}
.implementation-section {
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  z-index: 2;
}

.section-subtitle {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.implementation-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.product-card {
  width: 160px;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: scale(1.05);
}

.product-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.product-card p {
  font-weight: bold;
  font-size: 0.95rem;
}
.trusted-institutions {
  padding: 60px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  margin: 50px auto;
  max-width: 800px;
  color: #353333;
}

.trusted-institutions .section-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #00baff;
}

.trusted-institutions .subtitle {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #000000;
}

.institution-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 2rem;
}

.institution-list li {
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.institution-list li:nth-child(1) { animation-delay: 0.2s; }
.institution-list li:nth-child(2) { animation-delay: 0.4s; }
.institution-list li:nth-child(3) { animation-delay: 0.6s; }
.institution-list li:nth-child(4) { animation-delay: 0.8s; }
.institution-list li:nth-child(5) { animation-delay: 1s; }
.institution-list li:nth-child(6) { animation-delay: 1.2s; }
.institution-list li:nth-child(7) { animation-delay: 1.4s; }
.institution-list li:nth-child(8) { animation-delay: 1.6s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.partners-section {
  padding: 3rem 2rem;
  background: rgba(102, 100, 100, 0.945);
  text-align: center;
}

.partners-section .section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}

.partners-description {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.partner-scroll {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-width: none;
}

.partner-scroll::-webkit-scrollbar {
  display: none;
}

.partner {
  flex: 0 0 auto;
  width: 120px;
  text-align: center;
}

.partner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  background-color: #ffffff00;
  padding: 0.5rem;
}

.partner p {
  color: #ffffff;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.partner-scroll {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-width: none;
  justify-content: center; /* Centers the logos */
  align-items: center;     /* Vertically aligns logos if taller */
}

.partner {
  flex: 0 0 auto;
  width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countries-section {
  padding: 4rem 2rem;
  background: #f4f4f4c2;
  text-align: center;
  overflow: hidden;
}

.countries-section .section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
}

.section-description {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #333;
}

.scroll-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: flex;
  gap: 2rem;
  animation: scroll-logos 40s linear infinite;
}

.country {
  flex: 0 0 auto;
  width: 120px;
  text-align: center;
}

.country img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  background-color: #ffffff00;
  padding: 0.5rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.country p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #333;
}

@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.contact-strip {
  background: linear-gradient(135deg, #0072c6, #005a9e);
  color: #fff;
  text-align: center;
  padding: 3rem 2rem;
  margin-top: 3rem;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.contact-strip h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.contact-strip p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.contact-strip .contact-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #ffffff;
  color: #005a9e;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-strip .contact-btn:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
}
