.about-section {
  background-color: #111; /* dark background */
      padding-top:104px;
      padding-bottom:30px;
    background: url(../images/bgforall.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    width: 95%;
    margin: auto;
    height: 300px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.about-image img{
  display: none;
}

.logo-slider {
  overflow: hidden;
  margin: 40px auto;
  padding: 20px 0;
  max-width: 100%;
  position: relative;
  background-color: #0d0d0d;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 20s linear infinite;
  gap: 60px;
  align-items: center;
}

.logo-track img {
  height: 50px;
  opacity: 0.8;
  transition: transform 0.3s ease;
}

.logo-track img:hover {
  transform: scale(1.05);
  opacity: 1;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .dome-bg-left,
  .dome-bg-right {
    width: 100px;
  }

  .logo-track {
    gap: 30px;
  }

  .logo-track img {
    height: 40px;
  }
  .about-section {
    display: flex;
    flex-direction: column-reverse;
    background-image: none; 
    /* Remove background image */
    margin-bottom: 320px !important;
  }

  .about-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-image img {
    width: 100%;
    position: relative;
    bottom: 190px;
    display: inline-block !important;
  }
  .about-text {
    background-color: #1d1d1d;
    border-radius: 10px;
    padding: 30px;
    max-width: 451px;
    flex: 1;
    color: #eee;
    position: relative;
    left: 0px !important;
    top: 600px !important;
}
}

.about-text {
 background-color: #1d1d1d;
    border-radius: 10px;
    padding: 30px;
    max-width: 451px;
    flex: 1;
    color: #eee;
    position: relative;
    left: -119px;
    top: -70px;
}

.about-badge {
  display: inline-block;
  background-color: #BD9C6A;
  color: #000;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.about-text h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.about-text p {
  line-height: 2.3;
  font-size: 15px;
  color: #ccc;
}

.about-image {
  flex: 1;
  max-width: 550px;
  text-align: center;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }

  .about-text, .about-image {
    max-width: 100%;
  }

  .about-text {
    text-align: center;
  }
}



.journey-section {
  background-color: #111; /* Dark background */
  color: #ddd;
  padding: 60px 20px;
  text-align: center;
}

.journey-container {
  max-width: 900px;
  margin: 0 auto;
}

.journey-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.journey-title .highlight {
  background-color: #0a3b8c;
  color: #fff;
  padding: 2px 12px;
  border-radius: 5px;
  margin-left: 5px;
}

.journey-description {
  font-size: 16px;
  line-height: 1.7;
  color: #bbb;
}

/* Responsive */
@media (max-width: 768px) {
  .journey-title {
    font-size: 24px;
  }
  .journey-section{
    padding: 0px 20px !important;
  }

  .journey-description {
    font-size: 15px;
    padding: 0 10px;
  }
}
.journey-section img{
    position: absolute;
    left: 0px;
}
.mission-section {
  background-color:#111111;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  color: #ddd;
}

.mission-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mission-text {
  flex: 1 1 50%;
  padding-right: 20px;
}

.mission-text h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #ccc;
}

.mission-heading {
  color: #BD9C6A;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
}

.mission-text p {
  color: #bbb;
  font-size: 16px;
  line-height: 1.6;
}

.mission-image {
  flex: 1 1 40%;
  text-align: right;
}

.mission-image img {
  width: 100%;
  max-width: 350px;
  border-radius: 10px;
  object-fit: cover;
}

/* Bottom Line */
.bottom-line {
  height: 1px;
  background-color: #1E1E1E;
  margin-top: 20px;
  width:50%;    
    margin-left: 199px;
}

/* Responsive */
@media (max-width: 768px) {
  .mission-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .mission-text {
    padding-right: 0;
    margin-bottom: 20px;
  }
.mission-section {
    background-color: #111111;
    padding: 0px 20px !important; 
  }
  .mission-image {
    text-align: center;
  }

  .mission-image img {
    max-width: 90%;
  }
}



.stats-section {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 40px 20px;
    text-align: center;
    flex-wrap: wrap;
  }
  
  .stat {
    flex: 1 1 150px;
    min-width: 150px;
  }
  .stat-value {
    font-weight: 700;
    font-size: 22px;
    color:#BD9C6A;
  }
  .stat-label {
    font-weight: 400;
    font-size: 12px;
    color: #BD9C6A;
    margin-top: 6px;
  }
  @media (max-width: 600px) {
    .stats-section {
      gap: 30px;
      padding: 30px 10px;
    }
    .stat-value {
      font-size: 18px;
    }
    .stat-label {
      font-size: 11px;
    }
  }


  /* General styles */
.business-figures {
  background-color: #111; /* dark background */
  color: #ccc; /* light grey text */
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.business-figures h2 {
  color: #f0f0f0;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.business-figures p {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1rem;
  color: #bbb;
}

.business-figures .container {
  z-index: 1;
  position: relative;
}

/* Responsive styles */
@media (max-width: 768px) {
  .business-figures h2 {
    font-size: 1.5rem;
  }

  .business-figures p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .business-figures {
    padding: 40px 15px;
  }

  .business-figures p {
    font-size: 0.9rem;
  }
}


.faq-section {
  background-color: #111;
  color: #fff;
  padding: 60px 20px;
  max-width: 1050px;
  margin: auto;
  text-align: center;
}

.faq-title {
  text-align: center;
  background-color: #003087;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000000;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '▼';
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: #ccc;
  font-size: 0.95rem;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Responsive */
@media (max-width: 600px) {
  .faq-title {
    font-size: 1.2rem;
  }

  .faq-question {
    font-size: 0.95rem;
  }
  .faq-section {
    padding:0px 20px !important;
  }
}



/* CSS */
.stats-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
  background-color: #111;
}

.card {
  background-color: #1c1c1c;
  color: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 300px;
  flex: 1 1 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.icon-circle {
  width: 48px;
  height: 48px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.icon-circle img {
  width: 24px;
  height: 24px;
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.card p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 20px;
}

.chart-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .stats-cards {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1340px) {
  .about-text{
    left:0px !important;
  }
}
