

.logo {
    max-height: 60px;   /* desktop */
    width: auto;
}

@media (max-width: 992px) {
    .logo {
        max-height: 36px;
    }
}

@media (max-width: 576px) {
    .logo {
        max-height: 30px;
    }
}

.page-center {
 display: flex;
 justify-content: center;
}
.text-slider {
  width: 1200px;
  border: 2px solid #0d6efd;
  padding: 16px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  background-color: #EEF9FF ;
}

.title {
  margin-bottom: 12px;
}

.text-content {
  min-height: 80px;
  font-size: 16px;
  line-height: 1.5;
}

.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}



.slide-img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 6px;
  border-color: #0d6efd;
}



.team-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.team-img-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f1f1f1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card:hover .team-img-wrapper {
    transform: scale(1.05);
    border-color: #0d6efd;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0d6efd; /* bootstrap primary */
    background-size: 60% 60%;
    border-radius: 50%;
    padding: 20px;
}

/*about*/

.about-profile {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.about-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #f1f1f1;
}

/* Company logo style */
.about-image.square img {
  border-radius: 16px;
  width: 200px;
  height: auto;
}

.about-content {
  flex: 2;
}

.about-content h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.founder-name {
  margin-top: 20px;
  font-weight: bold;
  color: #222;
}

/* Button */
.btn-download {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  background: #0d6efd;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-download:hover {
  background: #0b5ed7;
}

/* Responsive */
@media (max-width: 768px) {
  .about-row {
    flex-direction: column;
    text-align: center;
  }

  .about-content {
    flex: 1;
  }
}

/*mision and visions*/

.info-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 35px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(0,0,0,0.06);
        height: 100%;
        transition: all 0.3s ease;
    }

    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    }

    .info-title {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .info-text {
        color: #6c757d;
        line-height: 1.7;
    }

    /* about page = our collegues*/

    .section-title-wrapper {
        text-align: center;
        margin-bottom: 70px;
    }

    .section-title-box {
        display: inline-block;
        background: #ffffff;
        padding: 25px 50px;
        border-radius: 50px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
        border: 1px solid rgba(0,0,0,0.06);
    }

    .section-title-box h2 {
        font-weight: 700;
        margin-bottom: 8px;
    }

    .section-title-box p {
        margin: 0;
        color: #6c757d;
        font-size: 15px;
    }

    .title-divider {
        width: 60px;
        height: 4px;
        background: #0d6efd;
        margin: 20px auto 0;
        border-radius: 50px;
    }

    .foundation-logo {
    max-height: 60px;
    width: auto;
    opacity: 0.8;
    transition: 0.3s ease;
}

.foundation-card:hover .foundation-logo {
    opacity: 1;
}


/* school page= first box*/

/* Blue Border Card */
.custom-about-card {
    border: 2px solid #0d6efd;
    border-radius: 14px;
}
.custom-about-card {
    border: 2px solid #0d6efd;
    border-radius: 14px;

   box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 40px 80px rgba(0, 0, 0, 0.15);

}
.custom-about-card {
    transition: 0.3s ease;
}

.custom-about-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.15);
}


/* Image Wrapper */
.about-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
}

.about-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*school page all classes */


.section-subtitle {
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.section-title::after,
.section-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background-color: #0d6efd; /* change color if needed */
    border-radius: 2px;
}

/* Program Card */
.program-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;

    border: 2px solid #0d6efd; /* Blue border */
    /* If you want black use: border: 2px solid #000; */

    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.program-card:hover {
    transform: translateY(-5px);
}


/* Join Button */
.join-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

/* Image */
.program-card .image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.program-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Info Section */
.program-info {
    padding: 20px;
}


.section-title::after {
    display: none !important;
}


.partner-slider {
    width: 180px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-slider img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}