/* About Page Styles */

/* Title Section */
.about-title-section {
    position: relative;
    width: 100%;
    padding: 78px 0;
    background-color: #ffffff;
}

.container {
    width: 100%;
    max-width: 1464px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-content {
    width: 100%;
    max-width: 935px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

/* Large screen specific padding */
@media (min-width: 1200px) {
    .about-content {
        padding-left: 100px;
    }
}

.about-heading {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 120%;
    color: #292929;
    margin: 0 0 20px 0;
}

.accent-star {
    color: #ff4c4b;
}

.about-description {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 138%;
    color: #828282;
    margin: 0;
}

/* Image Section */
.about-image-section {
    position: relative;
    width: 100%;
    height: 493px;
}

.about-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("/assets/newimg/about1.png") no-repeat center center;
    background-size: cover;
}

.about-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(255, 176, 176, 0.5),
        rgba(255, 176, 176, 0.5)
    );
}

/* Our Story Section */
.our-story-section {
    position: relative;
    width: 100%;
    height: 795px;
    background: #292929;
}

.story-container {
    position: relative;
    max-width: 1137px;
    height: 100%;
    margin: 0 auto;
    padding: 87px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
}

.story-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 21px;
    width: 107px;
    height: 88px;
}

.story-image {
    width: 39px;
    height: 39px;
}

.story-title {
    width: 107px;
    height: 28px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 120%;
    color: #ff4c4b;
}

.story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
    width: 100%;
}

.story-heading {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.story-paragraphs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 42px;
    width: 100%;
}

.story-paragraph {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 225%;
    color: #c6c6c6;
    margin: 0;
}

/* Mission Title Section */
.mission-title-section {
    position: relative;
    width: 100%;
    height: 645px;
    background-color: #14213d;
    overflow: hidden;
}

.mission-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            0deg,
            rgba(20, 33, 61, 0.9),
            rgba(20, 33, 61, 0.9)
        ),
        url("/assets/newimg/about2.jpeg");
    background-size: cover;
    background-position: center;
}

.mission-title-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 736px;
}

.mission-title {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 80px !important;
    line-height: 120% !important;
    text-align: center;
    color: #ffffff !important;
    margin: 0;
}

/* Mission Vision Section */
.mission-vision-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-color: #ffffff;
}

.mission-vision-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
}

/* Mission Container */
.mission-container,
.vision-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    width: 100%;
}

.mission-header,
.vision-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
}

.mission-image,
.vision-image {
    width: 39px;
    height: 39px;
}

.vision-image {
    transform: rotate(-180deg);
}

.mission-title,
.vision-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 120%;
    color: #ff4c4b;
}

.mission-content,
.vision-content {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 176%;
    color: #828282;
    margin: 0;
    text-wrap-style: pretty;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .about-heading {
        font-size: 64px;
    }

    .about-content {
        max-width: 100%;
    }

    .story-container {
        max-width: 100%;
        padding: 60px 30px;
    }

    .story-heading {
        font-size: 36px;
    }

    .story-paragraph {
        font-size: 20px;
    }

    .mission-title {
        font-size: 44px !important;
    }

    .mission-content,
    .vision-content {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .about-title-section {
        padding: 80px 0;
    }

    .about-heading {
        font-size: 48px;
    }

    .about-description {
        font-size: 18px;
    }

    .our-story-section {
        height: auto;
    }

    .story-heading {
        font-size: 32px;
    }

    .story-paragraph {
        font-size: 18px;
        line-height: 200%;
    }

    .mission-title-section {
        height: 500px;
    }

    .mission-title {
        font-size: 30px !important;
    }

    .mission-content,
    .vision-content {
        font-size: 20px;
        line-height: 160%;
    }
}

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

    .about-heading {
        font-size: 36px;
    }

    .about-description {
        font-size: 16px;
    }

    .about-image-section {
        height: 350px;
    }

    .story-container {
        padding: 40px 20px;
    }

    .story-heading {
        font-size: 28px;
    }

    .story-paragraph {
        font-size: 16px;
        line-height: 180%;
    }

    .story-paragraphs {
        gap: 30px;
    }

    .mission-title-section {
        height: 400px;
    }

    .mission-title {
        font-size: 36px;
    }

    .mission-vision-section {
        padding: 60px 0;
    }

    .mission-vision-container {
        gap: 50px;
    }

    .mission-content,
    .vision-content {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 576px) {
    .about-title-section {
        padding: 40px 0;
    }

    .about-heading {
        font-size: 32px;
    }

    .about-image-section {
        height: 280px;
    }

    .story-container {
        padding: 30px 15px;
    }

    .story-heading {
        font-size: 24px;
    }

    .story-paragraph {
        font-size: 15px;
        line-height: 160%;
    }

    .story-paragraphs {
        gap: 20px;
    }

    .mission-title-section {
        height: 300px;
    }

    .mission-title {
        font-size: 28px;
    }

    .mission-vision-section {
        padding: 40px 0;
    }

    .mission-vision-container {
        gap: 40px;
    }

    .mission-content,
    .vision-content {
        font-size: 16px;
        line-height: 154%;
    }
}
