.aboutus1-con .section-subtitle {
    color: #00a78e;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 25px;
}

.aboutus1-con .section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #ffffff;
}

.aboutus1-con .section-desc {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.aboutus1-cards {
    margin: 0;
    padding: 40px 20px;
    background: #ffffff;
}

/* .col-cards {
    margin-top: -100px;
} */

.aboutus1-card {
    background: #fff;
    padding: 25px;
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    height: 100%;
    max-width: 370px;
    text-align: left;
    border: 1px solid rgb(211, 205, 205);
}

.aboutus1-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.aboutus1-card img.card-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
}

.aboutus1-card h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline;
    color: #000000;
}

.aboutus1-card p {
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}    

.aboutus2-con {
    padding: 20px;
    background: #fff;
}

.aboutus2-con .aboutus2-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.aboutus2-con .aboutus2-text p {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

.aboutus2-con .aboutus2-text strong {
    font-weight: 700;
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .aboutus2-img {
        margin-bottom: 20px;
    }
}

.aboutus3-con {
    padding: 40px 20px 5px 30px;
    background-color: #DDFFFB;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.aboutus3-con h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.aboutus3-con p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 25px;
}

.aboutus3-con .mission-point {
    margin-bottom: 18px;
}

.aboutus3-con .mission-point strong {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.aboutus3-con .mission-point span {
    font-size: 17px;
    color: #000000;
}

/* Responsive */
@media (max-width: 768px) {
    .aboutus3-con {
    padding: 20px 15px;
    }
    .aboutus3-con h2 {
    font-size: 24px;
    }
    .aboutus3-con p,
    .aboutus3-con .mission-point span {
    font-size: 14px;
    }
}

.aboutus4-con {
    background: #fff;
}

.aboutus4-img {
    max-width: 65%;
}

.aboutus4-content {
    padding: 20px;
}

.aboutus4-title {
    font-size: 38px;
    font-weight: 700;
    color: #1d2b4f;
    line-height: 1.3;
}

.aboutus4-title span {
    color: #4a4a4a;
    font-weight: 300;
}

.aboutus4-sub {
    font-size: 16px;
    color: #5a5a5a;
    margin-top: 15px;
}

.aboutus4-sub i {
    color: #06c5a6;
    margin-right: 8px;
}

.aboutus4-overline {
    width: 120px;
    height: 6px;
    background: #01A996;
    margin-bottom: 10px;
    border-radius: 3px;
}


.aboutus4-underline {
    width: 120px;
    height: 6px;
    background: #ffc107;
    margin-top: 10px;
    border-radius: 3px;
}

/* .aboutus5-con {
  background: #00a69c; 
  padding: 60px 20px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.timeline-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  border-left: 3px dashed #fff;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin: 50px 0;
  width: 50%;
}

.timeline-item.left {
  left: 0;
  text-align: right;
  padding-right: 40px;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
  padding-left: 40px;
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-content {
  background: transparent;
}

.timeline-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 10px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 0;
    text-align: left !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-dot {
    left: 10px;
    transform: none;
  }
}
 */

.aboutus6-con {
    background-color: #e6f9f9;   /* light aqua background */
    padding: 20px;
    border-radius: 6px;
}

.aboutus6-heading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.aboutus6-name {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}

.aboutus6-text {
    font-size: 22px;
    line-height: 1.6;
    color: #222;
}


.aboutus7-con {
    background-color: #00a89d;
    padding: 40px 0;
    border-radius: 6px;
    text-align: center;
    gap: 30px;
    margin: auto;
    align-items: center;
}

.person-img {
    position: relative;
    width: 110px;
    height: 250px;
    margin: 0 auto;
    border-radius: 40px / 40px;
}

.person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    border-radius: 60px / 60px;
}

.person-img:hover img {
    transform: scale(1.05);
}

.person-name {
    position: absolute;
    top: 75%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right center;
    background: rgba(0, 0, 0, 0.6); 
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

/* Hover effect */
.person-img:hover .person-name {
    opacity: 1;
    right: 20px;
}

/* ========================= */
/* ✅ Responsive Breakpoints */
/* ========================= */

/* Extra Small Devices (Mobile Phones: up to 576px) */
@media (max-width: 576px) {
    .person-img {
        width: 100px;
        height: 180px;
    }
    .person-name {
        font-size: 10px;
        padding: 3px 6px;
    }
}

/* Small Devices (Tablets: 577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .person-img {
        width: 90px;
        height: 180px;
    }
    .person-name {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* Medium Devices (Small Laptops: 769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .person-img {
        width: 100px;
        height: 200px;
    }
    .person-name {
        font-size: 12px;
    }
}

/* Large Devices (Desktops: 993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .person-img {
        width: 110px;
        height: 220px;
    }
    .person-name {
        font-size: 13px;
    }
}

/* Extra Large Devices (1201px and above) */
@media (min-width: 1201px) {
    .person-img {
        width: 120px;
        height: 240px;
    }
    .person-name {
        font-size: 14px;
    }
}




/* Base Section */
.aboutus8-con {
    gap: 30px;
    justify-content: center;
}

.aboutus8-con .news-title p {
    color: #4752FF;
    font-size: 16px;
    font-weight: 600;
}

.aboutus8-con h2 {
    font-size: 32px;
    color: #223258;
}

.aboutus8-con .card {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 320px;
   
}

.aboutus8-con .card-body h6 {
    margin-bottom: 20px;
}

.aboutus8-con .card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.aboutus8-con .card img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 220px;
    object-fit: cover; /* ✅ corrected from 'top' */
    width: 100%;
}

/* ========================= */
/* ✅ Responsive Breakpoints */
/* ========================= */

/* Extra Small Devices (Mobile Phones: up to 576px) */
@media (max-width: 576px) {
    .aboutus8-con h2 {
        font-size: 20px;
    }
    .aboutus8-con .news-title p {
        font-size: 14px;
    }
    .aboutus8-con .card {
        width: 100%;
        max-width: 95%;
    }
    .aboutus8-con .card img {
        height: 180px;
    }
    .aboutus8-con .card-body h6 {
        font-size: 14px;
    }
}

/* Small Devices (Tablets: 577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .aboutus8-con h2 {
        font-size: 24px;
    }
    .aboutus8-con .news-title p {
        font-size: 15px;
    }
    .aboutus8-con .card {
        width: 100%;
        max-width: 280px;
        margin: auto;
    }
    .aboutus8-con .card img {
        height: 200px;
    }
}

/* Medium Devices (Small Laptops: 769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .aboutus8-con h2 {
        font-size: 26px;
    }
    .aboutus8-con .card {
        width: 300px;
    }
    .aboutus8-con .card img {
        height: 210px;
    }
}

/* Large Devices (Desktops: 993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .aboutus8-con h2 {
        font-size: 28px;
    }
    .aboutus8-con .card {
        width: 320px;
    }
    .aboutus8-con .card img {
        height: 220px;
    }
}


.aboutus9-con {
    padding: 20px;
    margin: auto;
}

.aboutus9-con .latest-news {
    font-size: 14px;
    font-weight: bold;
    color: #2f4fff;
    display: block;
    margin-bottom: 10px;
}

.aboutus9-con .faq-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #223258;
}

.aboutus9-con .accordion-button {
    font-weight: 600;
    font-size: 22px;
    color: #223258;
    background: none;
    box-shadow: none;
    font-weight: 700;
    border: none;
}

.aboutus9-con .accordion-button:not(.collapsed) {
    color: #2f4fff;
    background: none;
    box-shadow: none;
}

.aboutus9-con .accordion-body {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.aboutus9-con .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.aboutus9-con .faq-image h1 {
    font-size: 300px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 20px 20px rgba(0,0,0,0.15);
}

.aboutus10-con {
  background-color: #e0e0e0;
  padding: 20px 0;
}
.aboutus10-con .brand-logo {
  max-height: 35px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
.aboutus10-con .brand-logo:hover {
  transform: scale(1.1);
}

.aboutus11-con {
  background-color: #004d40; /* dark green background */
}

.aboutus11-con h4 {
  font-size: 32px;
}

.logo-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: transform 0.3s ease-in-out;
}

.logo-box img {
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
}

.logo-box:hover {
  transform: scale(1.08);
}

.empty-box {
  background: transparent;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  height: 100px;
}
