@media (max-width: 768px) {
  .page-banner {
   
    height: 250px !important;
    }

  .banner-content h1 {
    font-size: 25px;
}

  .company-promise {
    padding: 50px 20px !important;
}

.company-promise h1{
  font-size: 25px;
}

.partners-section h2 {
    font-size: 25px;
   
    margin-bottom: 50px;
    
}

/* .intro {
  text-align: justify !important;
  font-size: 1.1rem;
  margin-bottom: 3rem;
} */

}





.partners-section h2 {
    font-size: 30px !important;
   
    
    
}

h1.page-title {
  font-size: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 2rem;
}

h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}


.intro {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}


.section-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 10px 0;
  flex-wrap: wrap;
}

.section-flex.reverse {
  flex-direction: row-reverse;
}

.section-flex .text {
  flex: 1 1 50%;
}

.section-flex .image {
  flex: 1 1 45%;
  text-align: center;
}




.section-flex img {
  width: 100%;
  max-width: 420px;
  height: 400px;          
  object-fit: cover;      
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


@media (max-width: 768px) {
  .section-flex,
  .section-flex.reverse {
    flex-direction: column;
    text-align: center;
  }


  .company-promise {
    padding: 50px 20px !important;
}

}


.services {
  margin-bottom: 4rem;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.service-card {
  background: #f8faff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 14px rgba(0,0,0,0.12);
}

.service-card h3 {
  color: #000;
  margin-bottom: 0.5rem;
}


.features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.feature {
  flex: 1 1 250px;
  background: #eef4fa;
  padding: 1.5rem;
  border-radius: 12px;
}


.benefits {
  margin-bottom: 4rem;
}

.benefits ul {
  list-style: none;
  padding-left: 0;
}

.benefits li {
  background: #f1f8ff;
  padding: 0.8rem 1rem;
  border-left: 5px solid #000;
  margin-bottom: 0.6rem;
  border-radius: 5px;
}


.contact .btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.contact .btn:hover {
  background: #002f66;
}


.company-promise {
  width: 100%;
  background-color: #4f6270;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.company-promise .content {
  max-width: 900px;
  margin: 0 auto;
}

.company-promise h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.company-promise .underline {
  width: 50px;
  height: 4px;
  background-color: #f5b400;
  margin: 0 auto 20px;
}

.company-promise p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #dce1e6;
}


.partners-slider {
  margin: auto;
  position: relative;
  max-width: 1100px;
  overflow: hidden;
}

.text p {
    text-align:justify;
}
