a {
  text-decoration: none;
  color: #08a62d;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #111827;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

p {
  margin-bottom: 16px;
  color: #4b5563;
}

 /* Buttons */
 .re-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #16a34a;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.3 ease;
  border: none;
  cursor: pointer;
}

.re-btn-primary:hover {
  background-color: #138a3f;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.re-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #16a34a;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--border-radius);
  transition: all 0.3 ease;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}

.re-btn-secondary:hover {
  border-color: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* //How it works redesigned */
 
.re-steps {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.re-step-card {
  flex: 1;
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.re-step-number {
  position: absolute;
  top: -20px;
  left: 40px;
  background-color: #16a34a;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
}

.re-step-content {
  margin-top: 20px;
}

.re-step-icon {
  display: flex;
  position: absolute;
  bottom: -20px;
  right: 40px;
  background-color: white;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.re-step-icon svg {
  color: #16a34a;
}

.re-step-connector {
  flex: 0 0 60px;
  height: 2px;
  background-color: #d1d5db;
  margin-top: 100px;
  position: relative;
}

.re-step-connector::before,
.re-step-connector::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d1d5db;
  top: 50%;
  transform: translateY(-50%);
}

.re-step-connector::before {
  left: 0;
}

.re-step-connector::after {
  right: 0;
}

.au-container {
  padding: 84px 120px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  background-color: #fafafa;
}

/* --Redesigned end-- */

.features-navigation-container-end {
  display: flex;
  justify-content: flex-end;
  padding: 32px 120px;
  background: #fafafa;
  border-top: 1px solid rgb(0, 0, 0, 0.05);
  border-bottom: 1px solid rgb(0, 0, 0, 0.05);
}

.features-navigation-container {
  display: flex;
  justify-content: space-between;
  padding: 32px 120px;
  background: #fafafa;
  border-top: 1px solid rgb(0, 0, 0, 0.05);
  border-bottom: 1px solid rgb(0, 0, 0, 0.05);
}

.features-navigation-container-start {
  display: flex;
  justify-content: flex-start;
  padding: 32px 120px;
  background: #fafafa;
  border-top: 1px solid rgb(0, 0, 0, 0.05);
  border-bottom: 1px solid rgb(0, 0, 0, 0.05);
}

.features-navigation-btn {
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #0db031;
  font-weight: 600;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.container-new {
  padding: 84px 120px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.container-2 {
  padding: 84px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-heading {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  text-align: left;
}

.subtitle {
  font-size: 18px;
  color: #16a34a;
  text-align: left;
  font-weight: 700;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.step-card {
  background-color: #fafafa;
  padding: 24px;
  border-radius: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-number {
  color: #16a34a;
  font-weight: 500;
  font-size: 16px;
}

.step-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
}

.step-description {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.cta-container {
  display: flex;
  justify-content: center;
}

.cta-button {
  display: inline-block;
  background-color: #16a34a;
  color: white;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #138a3f;
}

/* Next Level Section */
.next-level {
  background-color: #fafafa;
}

.next-level .main-heading {
  max-width: 800px;
}

.next-level .subtitle {
  color: #16a34a;
  max-width: 800px;
}

.cta-right {
  display: flex;
  justify-content: flex-end;
}

.cta-button-dark {
  display: inline-block;
  background-color: #1a1a2e;
  color: white;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.cta-button-dark:hover {
  background-color: #121220;
}

/* Responsive styles */
@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
  }

  .step-card {
    margin-bottom: 20px;
  }

  .main-heading {
    font-size: 30px;
  }

  .step-title {
    font-size: 20px;
  }

  .cta-right {
    justify-content: center;
  }
}

@media (max-width: 1090px) {
  .navbar-container {
    padding: 15px 60px;
  }
  .showcase-container {
    padding: 120px 60px;
  }
  .showcase-bottom img {
    width: 800px;
  }
  .hero-image-container img {
    width: 600px;
  }
  .container {
    padding: 84px 60px;
  }
  .au-container {
    padding: 84px 60px;
  }
  .container-2-au {
    padding: 84px 60px;
  }
  .footer-top {
    padding: 32px 60px;
  }
  .footer-middle,
  .footer-bottom {
    padding: 24px 60px;
  }
  .hero-header {
    font-size: 38px;
  }
  .hero-subheader {
    font-size: 20px;
  }
  .showcase-left h2,
  .main-heading {
    font-size: 24px;
  }
  .subtitle {
    font-size: 16px;
  }
  .step-title {
    font-size: 20px;
  }
  .nav-links {
    gap: 16px;
  }
  .nav-links a {
    font-size: 14px;
  }
  .logo img {
    height: 20px;
  }
  .login-btn {
    font-size: 14px;
  }
  .register-btn {
    font-size: 14px;
  }
  .about-hero-right img {
    width: 400px;
  }
  .about-hero-left {
    width: 50%;
  }
  .about-hero-container {
    padding: 120px 60px;
  }
  .contact-left-side,
  .contact-right-side {
    padding: 60px;
  }
  .container-2 {
    padding: 84px 60px;
  }
  .container {
    padding: 84px 60px !important;
  }
  .features-navigation-container {
    padding: 32px 60px;
  }
  .container-new {
    padding: 84px 60px;
  }
}

@media (max-width: 1090px) {
  .features-desc-container {
    padding: 64px 0 64px 60px;
  }
  .features-desc-bottom {
    margin-top: 20px;
  }
  .features-card-reverse {
    padding: 0 60px;
  }
  .container-2 {
    padding: 84px 60px;
  }
  .container {
    padding: 84px 60px !important;
  }
  .container-2 {
    padding: 84px 60px;
  }
}

@media (max-width: 800px) {
  .features-navigation-container {
    padding: 32px 30px;
  }
  .container-new {
    padding: 84px 30px;
  }
  .container-2 {
    padding: 84px 30px;
    flex-direction: column;
    gap: 24px;
  }
  .hero {
    padding-top: 0;
  }
  .text-center {
    text-align: center;
  }
  .container{
    padding: 84px 30px !important;
  }
}

@media (max-width: 600px) {
  .features-navigation-container {
    display: none;
  }
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .re-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .re-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .re-hero .re-container,
  .re-overview .re-container,
  .re-cta .re-container,
  .re-who-we-are .re-container,
  .re-our-mission .re-container,
  .re-contact-grid {
    flex-direction: column;
  }

  .re-hero-content,
  .re-overview-content,
  .re-cta-content,
  .re-who-we-are-content,
  .re-mission-content,
  .re-contact-content {
    max-width: 100%;
  }

  .re-highlights-grid,
  .re-values-grid,
  .re-steps {
    flex-direction: column;
  }

  .re-step-connector {
    display: none;
  }

  .re-footer-top {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .re-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    z-index: 101;
  }

  .re-nav.active {
    display: flex;
  }

  .re-nav-list {
    flex-direction: column;
    align-items: center;
  }

  .re-nav-cta {
    margin-top: 40px;
  }

  .re-mobile-menu-toggle {
    display: flex;
    z-index: 102;
  }

  .re-mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .re-mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .re-mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .re-features-grid {
    grid-template-columns: 1fr;
  }

  .re-hero-stats {
    flex-wrap: wrap;
    gap: 20px;
  }

  .re-stat {
    flex: 0 0 calc(50% - 10px);
  }

  .re-footer-links {
    flex-direction: column;
    gap: 40px;
  }

  .re-footer-bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .au-container{
    padding: 84px 30px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .re-hero-title {
    font-size: 40px;
  }

  .re-hero-cta,
  .re-overview-cta,
  .re-cta-buttons {
    flex-direction: column;
  }

  .re-stats-grid {
    grid-template-columns: 1fr;
  }

  .re-team-grid {
    grid-template-columns: 1fr;
  }
}
