.aboutus-section {
  background: #edf7fd;
  padding: 30px 0 0 0; /* REDUCED: Top padding reduced from 60px to 30px, bottom padding removed */
  margin-top: 0 !important; /* ENSURE: No top margin */
}

.section-title {
  color: #00264d;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.5px;
}

.aboutus-title-blue {
  color: #00264d;
}

.aboutus-title-red {
  color: #96071a; 
}

.section-title .section-underline {
  display: block;
  margin: 12px auto 0 auto;
  width: 60px;
  height: 5px;
  background: #c9001e;
  border-radius: 2px;
  content: '';
}

.aboutus-content-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.aboutus-layout {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

.aboutus-image-section {
  flex: 1 1 50%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 89, 135, 0.15);
  align-self: stretch;
  display: flex;
}
.aboutus-main-img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  min-height: 360px;
}

.aboutus-text-section {
  flex: 1 1 50%;
  padding: 0;
  max-width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutus-text-section p,
.aboutus-text-section ul {
  color: #00264d;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0 0 20px 0;
  text-align: justify;
}
.aboutus-text-section p:last-child {
  margin-bottom: 0;
}

.aboutus-bullet-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.aboutus-bullet-list li {
  color: #00264d;
  font-size: 1.11rem;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  font-weight: 450;
}
.aboutus-bullet-icon {
  margin-right: 14px;
  font-size: 1.09em;
  color: #00264d;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .aboutus-layout {
    padding: 0 20px;
    gap: 30px;
  }
  .aboutus-image-section,
  .aboutus-text-section {
    max-width: 100%;
  }
  .aboutus-text-section p,
  .aboutus-text-section ul {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .aboutus-section {
    padding: 20px 0 0 0; /* REDUCED: Mobile top padding reduced to 20px, bottom removed */
  }
  .aboutus-layout {
    flex-direction: column;
    gap: 30px;
  }
  .aboutus-image-section {
    width: 100%;
    max-width: 600px;
    align-self: initial;
    height: auto;
  }
  .aboutus-text-section {
    width: 100%;
    max-width: 600px;
  }
  .aboutus-main-img {
    min-height: 220px;
    height: auto;
  }
}

@media (max-width: 600px) {
  .aboutus-section {
    padding: 15px 0 0 0; /* REDUCED: Small screen padding reduced to 15px, bottom removed */
  }
  .section-title {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .aboutus-layout {
    gap: 20px;
    padding: 0;
  }
  .aboutus-image-section,
  .aboutus-text-section {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .aboutus-main-img {
    min-height: 180px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .aboutus-text-section p,
  .aboutus-text-section ul {
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: justify;
    padding-left: 2px;
    padding-right: 2px;
  }
  .aboutus-bullet-list li {
    font-size: 1rem;
  }
}

/* Last updated: 2025-01-08 06:54:32 by Chandali-Dasanayaka */