/* About Page Specific Styles for SeatPro */

/* About Banner Section */
.about-banner {
    background: linear-gradient(to right, rgba(34, 40, 49, 0.95), rgba(34, 40, 49, 0.85)), url('../images/website-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    color: white;
    margin-top: 80px;
    background-attachment: fixed;
}

.about-banner .banner-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-banner h2 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: white;
}

.about-banner h2 span {
    color: var(--secondary-color);
}

.about-banner p {
    line-height: 1.8;
    opacity: 0.9;
    color: white;
}

/* Journey Section */
.journey-section {
    padding: 100px 0;
    background-color: var(--color-light);
}

.journey-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.journey-content h2 {
    margin-bottom: 1.5rem;
    color: var(--color-dark);
}

.journey-content h2 span {
    color: var(--color-primary);
}

.journey-content p {
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: 3rem;
}

.timeline {
    position: relative;
    margin-top: 3rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--color-primary);
}

.timeline-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 2.5rem;
    opacity: 0;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color-primary);
    color: var(--color-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 1;
}

.timeline-content {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.timeline-content h3 {
    margin-bottom: 0.5rem;
    color: var(--color-dark);
}

.timeline-content p {
    margin-bottom: 0;
}

.journey-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Mission Section */
.mission-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.mission-content h2 {
    margin-bottom: 1.5rem;
    color: var(--color-dark);
}

.mission-content h2 span {
    color: var(--color-primary);
}

.mission-content p {
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: 3rem;
}

.mission-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-item {
    background-color: var(--color-light);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.value-item:hover {
    transform: translateY(-10px);
}

.value-icon {
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}

.value-item h3 {
    margin-bottom: 0.8rem;
    color: var(--color-dark);
}

.value-item p {
    margin-bottom: 0;
}

.mission-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mission-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(248, 249, 250, 0.95), rgba(248, 249, 250, 0.8));
    z-index: -1;
}

/* Team Section */
.team-section {
    padding: 100px 0;
    background-color: var(--color-light);
}

.team-section .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.team-section .section-header h2 {
    margin-bottom: 1.5rem;
    color: var(--color-dark);
}

.team-section .section-header h2 span {
    color: var(--color-primary);
}

.team-section .section-header p {
    line-height: 1.8;
    color: var(--color-text);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.team-member {
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
}

.member-image {
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.team-member:hover .member-image img {
    transform: scale(1.05);
}

.member-details {
    padding: 1.5rem;
}

.member-details h3 {
    margin-bottom: 0.5rem;
    color: var(--color-dark);
}

.member-role {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 1rem;
}

.member-bio {
    line-height: 1.7;
    color: var(--color-text);
}

/* CTA Section */
.about-cta-section {
    background: linear-gradient(to right, rgba(34, 40, 49, 0.9), rgba(34, 40, 49, 0.7)), url('../images/website-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5;
}

.cta-content h2 {
    margin-bottom: 1.5rem;
    color: white;
}

.cta-content h2 span {
    color: var(--secondary-color);
}

.cta-content p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: white;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.cta-buttons .btn-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.cta-buttons .btn-secondary:hover {
    background-color: white;
    color: var(--primary-color);
}

.cta-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

/* Media Queries for Responsiveness */
@media screen and (max-width: 1200px) {
    .journey-grid, 
    .mission-grid {
        gap: 40px;
    }
    
    .team-grid {
        gap: 30px;
    }

    .journey-grid, 
    .mission-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media screen and (max-width: 992px) {
    .about-banner,
    .journey-section,
    .mission-section,
    .team-section,
    .about-cta-section {
        padding: 80px 0;
    }
    
   
    
    .journey-content,
    .mission-content {
        order: 1;
    }
    
    .journey-image,
    .mission-image {
        order: 2;
    }
    
    .mission-values {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .team-section .section-header {
        margin-bottom: 40px;
    }
    
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .about-banner,
    .journey-section,
    .mission-section,
    .team-section,
    .about-cta-section {
        padding: 60px 0;
    }
    
    .about-banner {
        margin-top: 70px;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        padding-left: 70px;
        margin-bottom: 30px;
    }
    
    .timeline-year {
        width: 50px;
        height: 50px;
    }
    
    .timeline-content {
        padding: 20px;
    }
    
    .mission-values {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .value-item {
        padding: 25px;
    }
    
    .team-grid {
        gap: 30px;
    }
    
    .team-member {
        max-width: 320px;
        margin: 0 auto;
    }
    
    .cta-buttons {
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .cta-buttons .btn {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .about-banner,
    .journey-section,
    .mission-section,
    .team-section,
    .about-cta-section {
        padding: 50px 0;
    }
    
    .about-banner {
        margin-top: 70px;
        padding: 80px 0 50px;
    }
    
    .journey-content p,
    .mission-content p {
        margin-bottom: 30px;
    }
    
    .timeline {
        margin-top: 30px;
    }
    
    .timeline::before {
        left: 25px;
    }
    
    .timeline-item {
        padding-left: 60px;
        margin-bottom: 25px;
    }
    
    .timeline-year {
        width: 45px;
        height: 45px;
        left: 3px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .team-section .section-header {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .about-banner {
        padding: 70px 0 40px;
    }
    
    .timeline-content {
        padding: 15px;
    }
    
    .value-item {
        padding: 20px;
    }
    
    .member-details {
        padding: 15px;
    }
}

/* Animation Styles */
section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

section.animate {
    opacity: 1;
    transform: translateY(0);
}

.journey-section.animate .timeline-item {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} 