/* Hero Section */
.hero-about {
  background-color: #000433;
  color: #ffffff;
  padding: 80px 0;
  /*min-height: 90vh;*/
  display: flex;
  align-items: center;
}

.hero-overlay {
  text-align: center;
  width: 100%;
}

.hero-about h1 {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #00deb6;
}

.hero-subtitle {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #ffffff;
}

.hero-description {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  line-height: 1.8;
}

/* Stats Container */
.stats-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.stat-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #00deb6;
  transition: transform 0.3s ease;
  width: 300px;
}

.stat-box:hover {
  transform: translateY(-10px);
}

.stat-number {
  display: block;
  color: #00deb6;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Purpose Section */
.purpose-section {
  padding: 80px 0;
  background: #ffffff;
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.purpose-card {
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
  border-bottom: 3px solid #00deb6;
}

.purpose-card i {
  color: #00deb6;
  font-size: 2rem;
  margin-bottom: 20px;
}

.purpose-card ul {
  list-style: none;
  margin-top: 20px;
}

.purpose-card ul li {
  margin-bottom: 10px;
  padding-right: 20px;
  position: relative;
}

.purpose-card ul li:before {
  content: "•";
  color: #00deb6;
  position: absolute;
  right: 0;
}

/* Features Section */
.features-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-bottom: 3px solid #00deb6;
}

/* Blog Section */
.blog-section {
  padding: 80px 0;
  background: #ffffff;
}

.blog-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.blog-category {
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
  text-align: center;
}

/* Apps Section */
.apps-section {
  padding: 80px 0;
  background: #ffffff;
}

.apps-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.apps-content {
  flex: 1;
}

.app-screenshots {
  display: flex;
  gap: 20px;
}

.phone-frame {
  position: relative;
  width: 393px;
  height: 852px;
  background: #000433;
  border-radius: 40px;
  padding: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 4, 51, 0.25);
}

.screenshot-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
}

/* Leadership Section */
.leadership-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.leader-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.leader-placeholder {
  width: 150px;
  height: 150px;
  background: #000433;
  border-radius: 50%;
  margin: 0 auto 20px;
}

/* Contact Section */
.contact-section {
  padding: 80px 0;
  background: #000433;
  color: #ffffff;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-item i {
  color: #00deb6;
  font-size: 2rem;
}

/* Footer */
footer {
  background: #000433;
  color: #ffffff;
  padding: 30px 0;
  text-align: center;
}

* Apps Section */ .apps-section {
  padding: 80px 0;
  background: #ffffff;
}

.apps-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}

.apps-content {
  flex: 1;
  max-width: 600px;
}

.apps-features ul {
  list-style: none;
  margin-bottom: 30px;
}

.apps-features ul li {
  margin-bottom: 15px;
  padding-right: 25px;
  position: relative;
}

.apps-features ul li:before {
  content: "✓";
  color: #00deb6;
  position: absolute;
  right: 0;
}

.app-screenshots {
  flex: 0 0 393px;
}

.phone-frame {
  position: relative;
  width: 393px;
  height: 852px;
  background: #000433;
  border-radius: 40px;
  padding: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 4, 51, 0.25);
}

.screenshot-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
}

.app-stores {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.store-badge {
  height: 40px;
  width: auto;
  transition: transform 0.3s ease;
}

.store-badge:hover {
  transform: translateY(-2px);
}
/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-card,
.purpose-card,
.leader-card,
.stat-box {
  animation: fadeIn 0.5s ease-out forwards;
}

.navbar.header {
  background: var(--primary-color);
}
.dropdown-toggle::after {
  margin-left: 0;
  margin-inline-start: 0.255em;
}

.heroImage {
  max-height: 700px;
}

.navbar .dropdown-menu {
  --bs-dropdown-link-hover-bg: #087c7c14;
}

.navbar .dropdown-item a,
.navbar .dropdown-item .perent_link {
  border-bottom: 1px dashed #00043324 !important;
  border-color: #00043333 !important;
  min-width: 170px;
}
.navbar .dropdown-item a:focus,
.navbar .dropdown-item a:hover {
  padding-inline-start: 15px !important;
  border-bottom: 1px dashed #00043324 !important;
}
/* Responsive Design */
@media (max-width: 1200px) {
  .apps-wrapper {
    flex-direction: column;
  }

  .app-screenshots {
    width: 100%;
    justify-content: center;
  }

  .phone-frame {
    width: 300px;
    height: 650px;
  }
}

@media (max-width: 768px) {
  .hero-about h1 {
    font-size: 2.5rem;
  }

  .stats-container {
    flex-direction: column;
    align-items: center;
  }

  .stat-box {
    width: 100%;
    max-width: 300px;
  }

  .app-screenshots {
    flex-direction: column;
    align-items: center;
  }
  .heroImage {
    height: 35vh !important;
  }
}
