.about-page {
    background: #ffffff;
}

/* What Drives Us Section */
.about-drives-section {
    padding: 80px 0;
    text-align: center;
    background: #fff;
}

.about-drives-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -2px;
}

.about-drives-subtitle {
    font-size: 20px;
    color: #DA3C69;
    font-weight: 500;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

/* Content Sections */
.about-content-section {
    padding: 100px 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

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

.about-content-section:nth-child(even) {
    background: #fff;
}

.about-content-section:nth-child(odd) {
    background: #ffffff;
}

/* Image Containers */
.about-image-container {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

.about-image-container:hover {
    transform: translateY(-10px);
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Text Content */
.about-text-content {
    padding: 40px 0;
    padding-right: 60px;
}

.about-text-content-2 {
    padding: 40px 0;
    padding-left: 60px;
}

.about-section-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 40px;
    color: #0f172a;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

.about-section-paragraph {
    font-size: 18px;
    line-height: 28px;
    color: #4B4B4B;
    opacity: 0;
    transform: translateY(20px);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

.about-section-paragraph:nth-child(2) {
    animation: fadeInUp 0.6s ease-out 0.5s forwards;
}

.about-section-paragraph:nth-child(3) {
    animation: fadeInUp 0.6s ease-out 0.7s forwards;
}

.about-section-paragraph:nth-child(4) {
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
}

/* Our Core Beliefs Section */
.about-core-beliefs-section {
    padding: 100px 0;
    background: #ffffff;
}

.about-beliefs-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 40px;
    color: #0f172a;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

.about-beliefs-description {
    font-size: 18px;
    line-height: 28px;
    color: #4B4B4B;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.4s forwards;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

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

.about-belief-item {
    margin-bottom: 80px;
    opacity: 0;
    transform: translateY(30px);
}

.about-belief-item.animate {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.about-belief-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 18px;
    color: #0f172a;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

.about-belief-description {
    font-size: 18px;
    line-height: 28px;
    color: #4B4B4B;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

/* Join the Team Section */
.about-join-team-section {
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.jointeam-box{
    padding: 80px 0;
    background: url(../images/join-team-bg.svg) no-repeat;
    background-size: cover;
    border-radius: 40px;
}

.about-join-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

.about-join-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

.about-join-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

.about-join-btn:hover {
    background: white;
    color: #e11d48;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-text-content {
        padding: 40px 20px;
        text-align: center;
    }

    .about-text-content-2 {
        padding: 40px 20px;
        text-align: center;
    }

    .about-section-title {
        font-size: 28px;
    }

    .about-drives-title {
        font-size: 32px;
    }

    .about-join-title {
        font-size: 32px;
    }

    .about-beliefs-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .about-content-section {
        padding: 60px 0;
    }

    .about-drives-section {
        padding: 60px 0;
    }

    .about-section-title {
        font-size: 34px;
    }

    .about-drives-title {
        font-size: 28px;
    }

    .about-join-title {
        font-size: 28px;
    }

    .about-join-team-section {
        margin: 0 10px 60px;
        padding: 60px 20px;
    }

    .about-belief-item {
        margin-bottom: 30px;
    }
}

/* Custom Styling for Different Layouts */
.about-layout-left {
    flex-direction: row;
}

.about-layout-right {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .about-layout-left,
    .about-layout-right {
        flex-direction: column;
    }
}