.our__journy__padding {
    padding: 0px 10rem 0px 10rem;
}
.banner {
    background-image: url("../assets/our-journy-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    width: 100vw;
    clip-path: polygon(100% 0, 100% 82%, 49% 100%, 0 82%, 0 0);
}
.who__vr__container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.who__vr__btn__container {
    margin-top: 1rem;
}
.who__vr__content {
    margin-top: 3rem;
}

.who__vr__content h2 {
    /* font-size: 2rem;
    font-weight: 900;
    color: #494949; */
}
.who__vr__content p {
    margin: 25px 0;
    line-height: 20px;
}

/* Passion and Video Container - Side by Side Layout */
.passion__container {
    /* Remove background image */
    background-image: none;
    height: auto;
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* Create a flex container for passion and video */
.passion__video__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    overflow: hidden;
}

.passion__content {
    position: relative;
    width: 50%;
    right: auto;
    top: auto;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.passion__content h2.heading {
    /* font-size: 2rem;
    font-weight: 800;
    color: white; */
    background: -webkit-linear-gradient(90deg, #2c3e50, #3498db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}

.passion__content p {
    color: #2c3e50;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    margin-top: 30px;
}

.passion__content ul {
    /* margin-left: 1rem; */
    color: #2c3e50;
    list-style-type: none;
    margin-top: 20px;
}

.passion__content li {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.passion__content ul li .star_icon {
    color: #f39c12;
    margin-right: 10px;
}

.video__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 50%;
    background: none;
    overflow: hidden;
    /* clip-path: circle(50% at 50% 50%); */
}

.video__container::before {
    display: none;
}

.video__iframe {
    position: relative;
    z-index: 2;
    height: 350px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video__iframe:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mission__container {
    margin-top: 4rem;
}
.mission__container h2.heading {
    /* font-size: 2rem;
    font-weight: 900;
    color: #494949; */
    text-align: center;
}
.mission__container > p {
    font-size: 18px;
    line-height: 28px;

    margin-top: 30px;
    text-align: center;
    color: #000000;
}
.mission__contents__container {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: center;
    gap: 40px;
}
.mission__content {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mission__content__image__container {
    width: 130px;
    height: 130px;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #5d5d5d;
}
.mission__content__image__container img {
    object-fit: contain;
}

.mission__content > h3 {
    text-align: center;
    color: #494949;
    font-weight: 600;
    font-size: medium;
    margin-top: 10px;
}
.mission__content > p {
    text-align: center;
    color: #494949;
    margin-top: 10px;

    font-size: medium;
}
.team__container h2.heading {
    /* font-size: 2rem; */
    /* font-weight: 900; */
    /* color: #494949; */
    text-align: center;
    margin-top: 4rem;
}
.team__container > p {
    font-size: 18px;
    line-height: 28px;

    margin-top: 30px;
    text-align: center;
    color: #5d5d5d;
}

.team__profile__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    gap: 10px;
}

.team__profile__image {
    height: 230px;
}

.team__profile__container h5 {
    text-align: center;
}

.joinus__container {
    text-align: center;
    display: grid;
    place-items: center;
    gap: 40px;
    position: relative;
    padding: 5rem 0px;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
}
.joinus__container p {
    z-index: 2;
    line-height: 30px;
    /* color: white; */
}

.joinus__container h2.heading {
    background: -webkit-linear-gradient(90deg, #bd5444, #252e5a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}
.joinus__layerone {
    background-color: rgba(81, 148, 81, 0.614);
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 89%);
    position: absolute;
    inset: 0;
}
.joinus__layertwo {
    clip-path: polygon(0 0, 100% 14%, 100% 89%, 0 99%);
    background-image: linear-gradient(
        rgba(83, 168, 83, 0.159),
        rgb(133, 230, 133)
    );

    position: absolute;
    inset: 0;
}
@media only screen and (max-width: 840px) {
    .our__journy__padding {
        padding: 0px 2rem 0px 2rem;
    }
    .banner {
        clip-path: polygon(100% 0, 100% 91%, 49% 100%, 0 90%, 0 0);
    }
    .banner__heading {
        font-size: 2rem;
    }
    .who__vr__container {
        flex-direction: column;
        align-items: center;
    }
    .who__vr__image {
        margin: auto;
        display: none;

        width: 100%;
    }
    .who__vr__image img {
        object-position: center;
    }

    /* Responsive layout for passion and video */
    .passion__video__wrapper {
        flex-direction: column;
        padding: 1.5rem;
    }

    .passion__content {
        width: 100%;
        margin-bottom: 2rem;
    }

    .video__container {
        width: 100%;
    }

    .video__iframe {
        height: 350px;
    }

    .mission__contents__container {
        grid-template-columns: 1fr 1fr;
    }
    .team__profile__container {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .banner {
        clip-path: polygon(100% 0, 100% 95%, 49% 100%, 0 95%, 0 0);
    }
    .video__iframe {
        height: 250px;
    }
    .mission__contents__container {
        grid-template-columns: 1fr;
    }
    .team__profile__container {
        grid-template-columns: 1fr;
    }
}
