body {
    background-color: #f8f9fa;
    font-family: 'Space Grotesk', sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5 {
    font-family: 'Syne', sans-serif;
}

.container {
    max-width: 1200px;
}

.about-hero-section {
    background: url('/images/taxi-driver.jpg');
    background-size: cover;
    background-position: center center;
    color: white;
    height: 260px;
    min-height: 160px;
    position: relative;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 20, 60, 0.85) 40%, rgba(0, 40, 120, 0.6) 70%, rgba(0, 40, 120, 0.4) 100%);
    z-index: 1;
}

.about-hero-section .container {
    position: relative;
    z-index: 2;
}

.about-hero-content {
    max-width: 500px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.about-hero-content .hero-button-container {
    margin-bottom: 0.8rem;
}

.about-hero-content .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 37, 71, 0.65);
    color: #0dcaf0;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    font-family: 'Space Grotesk', sans-serif;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.18);
}

.about-hero-content .hero-btn:hover {
    background-color: #001c36;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.about-hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.35;
}

.about-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.rating-stars {
    color: #FFC107;
    margin-right: 0.5rem;
    font-size: 1rem;
    display: flex;
}

.rating-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
}

/* Our Story Section */
.our-story-section {
    padding: 4rem 0;
    background: white;
}

.story-content {
    padding-right: 2rem;
}

.story-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1.5rem;
}

.story-text {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 1.5rem;
}

.explore-btn {
    background-color: #0C84FE;
    border-color: #0C84FE;
    color: white;
    font-weight: 600;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.25s;
    display: inline-block;
    margin-top: 1rem;
}

.explore-btn:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(12, 132, 254, 0.3);
    text-decoration: none;
    color: white;
}

.story-image {
    position: relative;
}

.story-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Our Values Section */
.our-values-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.values-header {
    margin-bottom: 3rem;
}

.values-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
}

.values-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.value-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

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

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0C84FE, #4A6CF7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.value-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
}

.value-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* Meet Our Team Section */
.meet-team-section {
    padding: 4rem 0;
    background: white;
}

.team-header {
    margin-bottom: 3rem;
}

.team-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
}

.team-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.team-member {
    background: #f8f9fa;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    transition: all 0.3s;
    height: 100%;
}

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

.member-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.5rem;
}

.member-role {
    font-size: 1rem;
    color: #0C84FE;
    font-weight: 600;
    margin-bottom: 1rem;
}

.member-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* CTA Section */
.about-cta-section {
    background: linear-gradient(135deg, #0C84FE 0%, #4A6CF7 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.about-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/hero-bg.jpg') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

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

.cta-buttons .btn {
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.25s;
}

.cta-buttons .btn-light {
    background-color: #ffffff;
    color: #0C84FE;
    border-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cta-buttons .btn-light:hover {
    background-color: #f8f9fa;
    color: #0069d9;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.cta-buttons .btn-outline-light {
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.cta-buttons .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
    transform: translateY(-2px);
}
