/* landing */

.approach-text h5 {
text-align: center;}

@media (max-width: 576px) {
  .approach-text h5 {
    text-align: center !important;
    font-size: 1.2rem;
    margin: 0 auto;
  }

  .approach-text p {
    font-size: 0.7rem;
    text-align: center;
  }
}
/* about */
.about-section {
  padding: 40px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff6600;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.about-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff6600;
}

.about-section p, .about-section ul {
  font-size: 1rem;
  color: black;
  line-height: 1.7;
}

.about-section ul {
  padding-left: 1.2rem;
}
.abt img {
  width: 90% !important;
  height: 500px;
  display: block;
          background-position: center;  border-radius: 10px;  width: 50%;

}



/* Remove padding/margin that causes overflow in mobile */
@media (max-width: 767px) {
  .about-section .container,
  .about-section .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .about-section [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .abt img {
  width: 90% !important;
  height: 350px;
  display: block;
          background-position: center;  border-radius: 10px;  width: 50%;

}
  .text-start,
  .text-md-start {
    text-align: center !important;
  }

  .about-heading {
    text-align: center !important;
    margin-top: 15px;
  }

  .about-section p {
    padding: 0 15px;
    text-align: center !important;
  }

  /* Optional: avoid content touching the screen edge */
  .about-section .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

 

 html, body {
  overflow-x: hidden;
  max-width: 100%;
}

}
@media (max-width: 1024px) {
  * {
    box-sizing: border-box;
  }

  .scroll-content img {
    max-width: 100%;
    height: auto;
  }

  .about-section .container,
  .about-section .row,
  .about-section .col-md-6 {
    max-width: 100%;
    overflow-x: hidden;
  }

  .footer .row {
    flex-wrap: wrap;
  }
}
