/* Page Header */
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.393)), url('../images/hero.jpg') no-repeat center;
    background-size: cover;
    background-position: center;
    padding: 150px 0 80px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.breadcrumb {
    display: inline-flex;
    background: transparent;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #f8f9fa;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/* Our Story Section */
.our-story-section {
    padding: 20px 10px;
    background-color: #f8f9fa;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}

.story-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212529;
    top: 0;
}

.story-content .lead {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 25px;
}

.story-content p {
    margin-bottom: 16px;
    line-height: 1.8;
    text-align: justify;
}

.story-image {
    position: relative;
    padding: 20px;
}

.story-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
    border: 5px solid #007bff;
    z-index: -1;
}

/* Mission & Vision Section */
.mission-vision-section {
    padding: 50px 0;
}

.mission-card,
.vision-card {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    height: 100%;
    transition: all 0.3s ease;
}

.mission-card:hover,
.vision-card:hover {
    transform: translateY(-10px);
}

.mission-card .icon-box,
.vision-card .icon-box {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mission-card .icon-box i,
.vision-card .icon-box i {
    font-size: 30px;
    color: #007bff;
}

.mission-card h3,
.vision-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mission-card p,
.vision-card p {
    font-size: 16px;
    line-height: 1.8;
}

/* Core Values Section */
.values-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 0px;

}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* .section-header p {
    font-size: 18px;
    color: #6c757d;
} */

.value-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;    
}

.value-icon i {
    font-size: 24px;
    color: #007bff;
}

.value-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
}

/* Team Section */
.team-section {
    padding: 50px 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.team-card {
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

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

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    transition: all 0.5s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.1);
}

.team-info {
    background-color: #fff;
    padding: 25px 20px;
    text-align: center;
}

.team-info h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-info p {
    color: #6c757d;
    margin-bottom: 15px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.team-social a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.team-social a:hover {
    background-color: #007bff;
    color: #fff;
}

/* Milestones Section */
.milestones-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #007bff;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
}

.timeline-item::after {
    content: '';
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 4px solid #007bff;
    border-radius: 50%;
    z-index: 1;
}

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

.timeline-item.right {
    left: 50%;
}

.timeline-item.left::after {
    right: -10px;
}

.timeline-item.right::after {
    left: -10px;
}

.timeline-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.timeline-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 10px;
}

.timeline-content p {
    line-height: 1.6;
}

/* Partners Section */
.partners-section {
    padding: 50px 0;
}

.partner-logo {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .page-header {
        padding: 130px 0 60px;
    }
    
    .page-header h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .timeline::after {
        left: 40px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .timeline-item.left::after,
    .timeline-item.right::after {
        left: 30px;
    }
    
    .timeline-item.right {
        left: 0;
    }
}