/* Hero */
.hero_mission {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 10vh 50px;
    text-align: center;
    overflow: hidden;
}

/* Gradient overlay */
.hero_mission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000, #0000);
    z-index: 1;
}

/* Background video */
.hero_mission video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content stays above everything */
.hero_mission .hero_content {
    position: absolute;
    top: 0vh;
    left: 0;
    z-index: 2;
    color: white;
    display: flex;
    width: 100%;
    justify-content: center;
}

.hero_mission_heading{
    font-size: 6.5em;
    font-weight: 700;
    color: #fff;
    margin-top: -10vh;
    margin-bottom: 10vh;
}

.hero_mission p{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 5%;
}
.hero_mission p span{
    
}


/* breakthrough_mission */

.breakthrough_mission {
    min-height: 100vh;
    padding: 10vh 50px;
    overflow-x: hidden;
    background: 
        linear-gradient(to right, 
            rgba(0, 0, 0, 0.5) 0%, 
            rgba(0, 0, 0, 0.5) 60%),
        url('https://maymaan.b-cdn.net/assets/frontend/img/mission_second_hero_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.breakthrough_mission_heading{
    font-size: 3.5em;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.breakthrough_mission_heading i{
    margin-right: 50px;
    font-size: 80px;
    position: relative;
    top: -6px;
}

.breakthrough_mission_left_content {
    margin-top: 50px;
    margin-left: 15%;
    margin-right: 10%;
}

.breakthrough_mission_left_content_box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.breakthrough_mission_left_content_box_left {
    padding: 25px 25px 25px 0;
}

.breakthrough_mission_left_content_box_left img{
    height: 100px;
    width: 100px;
}

.breakthrough_mission_left_content_box_right p{
    font-size: 18px;
    font-weight: 400;
    color: #f1f1f1;
}



.breakthrough_mission_right_content{
    padding: 50px;
}

.breakthrough_mission_right_content img{
    width: auto;
    height: 60vh;
    position: absolute;
    right: 0;
    top: 25%;
    border-radius: 25px 0 0 25px;
}



/* quote_section */
.quote_section {
    /* min-height: 100vh; */
    margin-top: 50px;
    background: url('https://maymaan.b-cdn.net/assets/frontend/img/optimized/mission_bg_transparent.webp');
    background-size: cover;
    padding: 10vh 50px 30vh 50px;
}

.quote{
    font-size: 3em;
    font-weight: 300;
    color: #000;
    margin-top: 50px;
}

.quote_name {
    font-size: 2em;
    font-weight: 500;
    margin-top: 30px;
}

.quote_designation {
    font-size: 1.5em;
    font-weight: 300;
}

/* system_scale */
.system_scale {
    min-height: 100vh;
    padding: 0 50px;
    background-image: linear-gradient(0deg, hsl(0deg 0% 100%) 0%, hsl(0deg 0% 100%) 20%, #e4efff 40%, hsl(209deg 100% 39%) 60%, #00378a 80%, hsl(0deg 0% 0%) 100%);

}

.system_scale_top{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    flex-direction: row;
}

.system_scale_top_right{
    color: #fff;
    padding-right: 20%;
}

.system_scale_top_right h2{
    font-size: 60px;
    font-weight: 600;
}

/* system_scale_middle */

.system_scale_middle {
    width: 70%;
    margin: auto;
    background: linear-gradient(to right, #000, #1881e3);
    padding: 50px 25px;
    border-radius: 25px;
    color: #fff;
    margin-bottom: 0vh;
    transform: translateY(-22vh);
}

.system_scale_middle_box{
    border-right: 4px solid #fff;
    padding-right: 35px;
    padding-left: 15px;
}

.system_scale_middle .col-md-4:last-child .system_scale_middle_box {
    border-right: none;
}


/* touching_world */

.touching_world{
    /* min-height: 100vh; */
    padding: 50px;
}

.touch_world_heading{
    text-align: center;
    margin-bottom: 50px;
}

.touch_world_heading h2 {
    font-size: 3em;
    font-weight: 600;
    color: #000;
}

.touch_world_heading p {
    font-size: 1.1em;
    font-weight: 500;
}

.touch_world_content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.touching_world_box_left {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}

.touching_world_box_left .touching_world_box_content:nth-child(2){
    margin-right: -27%;
}

.touching_world_box_left .touching_world_box_content:nth-child(3){
    margin-right: -52%;
}

.touching_world_box_middle{
    shape-outside: polygon(0% 0%, 100% 0%, 52% 100%, 48% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 52% 100%, 48% 100%);
}

.touching_world_box_right {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}

.touching_world_box_right .touching_world_box_content:nth-child(2){
    margin-left: -27%;
}

.touching_world_box_right .touching_world_box_content:nth-child(3){
    margin-left: -52%;
}

.touching_world_box_content{
    margin-bottom: 0px;
}

.touching_world_box_content h5 {
    font-size: 24px;
    font-weight: 600;
}

.touching_world_box_content h6 {
    font-size: 21px;
    font-weight: 600;
    color: #818181;
}


.cleaner_design {
    margin-top: 50px;
    background-size: cover;
    padding: 10vh 50px 30vh 50px;
}
.cleaner_design_container{
    min-height: 60vh;
    background: linear-gradient(to right, #00000080, #00000080),
                url('https://maymaan.b-cdn.net/assets/frontend/img/optimized/page05-Press Releases .webp');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 50px;
    color: #fff;
}

.cleaner_design_content_left h2 {
    font-size: 55px;
    font-weight: 700;
}

.cleaner_design_content_left p {
    font-size: 1.2em;
    font-weight: 500;
}


.cleaner_design_content_right {
    display: flex;
    justify-content: flex-end;
}

.cleaner_design_content_right_box {
    margin: 10px;
    padding: 20px;
    text-align: center;
    width: 300px;
}

.cleaner_design_content_right_box img {
    height: 120px;
}

.cleaner_design_content_right_box p {
    font-size: 1.5em;
    font-weight: 500;
}


/* mission_footer */
.mission_footer {
    min-height: 150vh;
    background:
        url("https://maymaan.b-cdn.net/assets/frontend/img/optimized/mission_footer.webp") no-repeat center / cover;
    padding: 50px;
    color: #000;
    position: relative; /* Needed for absolute positioning of child */
    overflow: hidden; /* Prevent scrolling artifacts */
}

.mission_footer .parallax-icon {
    position: absolute;
    width: 280px;
    height: 280px;
    background: url("https://maymaan.b-cdn.net/assets/frontend/img/favicon-dark.svg") no-repeat center / contain;
    left: 24%;
    top: 57vh; /* Initial position */
    will-change: transform; /* Optimize for animation */
    z-index: -1;
}

.mission_footer h3 {
    font-weight: 300;
    font-size: 38px;
    margin-top: 15vh;
}

.mission_footer .btn {
    padding: 6px 17%;
    font-size: 20px;
    border-radius: 50px !important;
    margin-top: 30px;
}

.mission_footer_logo {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 85vh;
    flex-direction: column;
    justify-content: flex-end;
}

.mission_footer_logo img {
    width: 100%;
    opacity: 0.4;
}

.mission_footer_button_section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10vh;
}

.mission_footer_button_section .btn{
    margin: 10px;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px !important;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 30%;
}








/* --------------  Small Devices  -------------- */
/* Larger smartphones & small tablets in portrait */
@media (max-width: 767px) {
    /* styles for large phones & small tablets */
    .hero_mission {
        min-height: 100vh;
        padding: 7px 25px;
    }

    .hero_mission .hero_content {
        top: 0vh;
        left: 0;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .hero_mission p {
        font-size: 18px;
        left: 0;
    }

    .hero_mission_heading {
        font-size: 2.5em;
    }

    .breakthrough_mission {
        min-height: auto;
        padding: 7vh 25px;
    }

    .breakthrough_mission_heading {
        font-size: 2em;
    }

    .breakthrough_mission_left {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .breakthrough_mission_left_content {
        margin-top: 40px;
        margin-left: 0%;
        margin-right: 1%;
    }

    .breakthrough_mission_right{
        display: none;
    }

    .breakthrough_mission_heading {
        align-items: flex-start;
        text-align: center;
        justify-content: center;
    }

    .breakthrough_mission_left_content_box_right p {
        font-size: 16px;
    }

    .breakthrough_mission_left_content_box_left img {
        height: 80px;
        width: 80px;
    }

    .quote_section {
        margin-top: 0px;
        padding: 7vh 10px 7vh 10px;
    }

    .quote {
        margin-top: 0px;
        font-size: 1.5em;
    }

    .quote_name {
        font-size: 1.7em;
    }

    .system_scale {
        min-height: auto;
        padding: 0 10px;
    }

    .system_scale_middle {
        transform: translateY(-3vh);
        width: 100%;
        padding: 25px 10px;
    }

    .system_scale_middle .col-md-4{
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .system_scale_middle_box {
        border-right: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .system_scale_top_left_container {
        width: 100%;
    }

    .system_scale_top_right_container {
        width: 100%;
    }

    .system_scale_top_right {
        color: #fff;
        padding-right: 0;
    }

    .system_scale_top_right h2 {
        font-size: 35px;
    }

    .touching_world {
        padding: 7vh 10px;
    }

    .touch_world_heading {
        text-align: left;
    }

    .touch_world_heading h2 {
        font-size: 2em;
    }

    .touch_world_heading p {
        font-size: 16px;
        font-weight: 400;
    }

    .touch_world_content {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .touching_world_box_left {
        flex-direction: column;
        min-height: auto;
    }

    .touching_world_box_right {
        flex-direction: column;
        min-height: auto;
    }

    .touching_world_box_middle{
        display: none;
    }

    .touching_world_box_left {
        text-align: left;
    }

    .touching_world_box_left .touching_world_box_content:nth-child(1) {
        margin-right: 0;
    }

    .touching_world_box_left .touching_world_box_content:nth-child(2) {
        margin-right: 0;
    }

    .touching_world_box_left .touching_world_box_content:nth-child(3) {
        margin-right: 0;
    }

    .touching_world_box_content{
        margin-bottom: 15px;
        margin-left: -20px;
    }



    

    .touching_world_box_right {
        text-align: left;
    }

    .touching_world_box_right .touching_world_box_content:nth-child(1) {
        margin-left: 0;
    }

    .touching_world_box_right .touching_world_box_content:nth-child(2) {
        margin-left: 0;
    }

    .touching_world_box_right .touching_world_box_content:nth-child(3) {
        margin-left: 0;
    }




    .cleaner_design_content_left h2 {
        font-size: 24px;
    }

    .cleaner_design_content_left p {
        font-size: 1em;
    }

    .cleaner_design_content_right {
        justify-content: center;
        flex-direction: column;
        margin-top: 40px;
    }

    .cleaner_design_content_right_box img {
        height: 80px;
    }

    .cleaner_design_content_right_box p {
        font-size: 1em;
        font-weight: 500;
    }

    .cleaner_design_content_right_box {
        padding: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }

    .cleaner_design {
        padding: 0vh 10px 0vh 10px;
        margin-top: 0;
    }

    .cleaner_design_container {
        padding: 25px;
    }

    .mission_footer .parallax-icon {
        left: 0%;
        display: none;
    }

    .mission_footer h3{
        font-size: 24px;
    }

    .mission_footer_logo{
        /* display: none; */
    }

    .mission_footer_logo img{
        /* display: none; */
    }

    .mission_footer_button_section {
        flex-direction: column;
    }

    .mission_footer_button_section .btn {
        width: 100%;
    }
}
    

/* --------------  Medium Devices  -------------- */
/* Tablets in landscape, small laptops */
@media (min-width: 768px) and (max-width: 1023px) {
    /* styles for tablets & small laptops */

    .hero_mission {
        min-height: 100vh;
        padding: 7px 25px;
    }

    .hero_mission .hero_content {
        top: 0vh;
        left: 0;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .hero_mission p {
        font-size: 22px;
        left: 0;
    }

    .hero_mission_heading {
        font-size: 4.5em;
    }

    .breakthrough_mission_left {
        width: 100%;
    }

    .breakthrough_mission_right{
        display: none;
    }

    .breakthrough_mission_heading {
        align-items: flex-start;
        text-align: center;
        justify-content: center;
    }

    .quote_section {
        margin-top: 0px;
        padding: 7vh 50px 7vh 50px;
    }

    .quote {
        margin-top: 0px;
    }

    .system_scale_middle {
        transform: translateY(-3vh);
        width: 100%;
    }

    .system_scale_middle .col-md-4{
        width: 100%;
        margin-bottom: 30px;
    }

    .system_scale_middle_box {
        border-right: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .system_scale_top_left_container {
        width: 100%;
    }

    .system_scale_top_right_container {
        width: 100%;
    }

    .system_scale_top_right h2 {
        font-size: 45px;
    }

    .touching_world_box_middle{
        display: none;
    }

    .touching_world_box_left {
        text-align: left;
    }

    .touching_world_box_left .touching_world_box_content:nth-child(1) {
        margin-right: 0;
    }

    .touching_world_box_left .touching_world_box_content:nth-child(2) {
        margin-right: 0;
    }

    .touching_world_box_left .touching_world_box_content:nth-child(3) {
        margin-right: 0;
    }



    

    .touching_world_box_right {
        text-align: right;
    }

    .touching_world_box_right .touching_world_box_content:nth-child(1) {
        margin-left: 0;
    }

    .touching_world_box_right .touching_world_box_content:nth-child(2) {
        margin-left: 0;
    }

    .touching_world_box_right .touching_world_box_content:nth-child(3) {
        margin-left: 0;
    }




    .cleaner_design_content_left h2 {
        font-size: 40px;
    }

    .cleaner_design_content_right {
        justify-content: center;
        margin-top: 40px;
    }

    .cleaner_design_content_right_box img {
        height: 100px;
    }

    .cleaner_design_content_right_box p {
        font-size: 1em;
        font-weight: 500;
    }

    .cleaner_design_content_right_box {
        padding: 10px;
        width: 100%;
    }

    .cleaner_design {
        padding: 10vh 50px 0vh 50px;
    }

    .mission_footer .parallax-icon {
        left: 0%;
    }
}


/* --------------  Large Devices  -------------- */
/* Laptops and small desktops */
@media (min-width: 1024px) and (max-width: 1279px) {
    /* styles for laptops */

    .hero_mission {
        min-height: 100vh;
        padding: 7px 25px;
    }

    .hero_mission .hero_content {
        top: 0vh;
        left: 0;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .hero_mission p {
        font-size: 22px;
        left: 0;
    }

    .hero_mission_heading {
        font-size: 3.5em;
    }

    .breakthrough_mission_heading {
        font-size: 3em;
    }


    .system_scale_middle {
        transform: translateY(-3vh);
        width: 100%;
    }

    .system_scale_top_right h2 {
        font-size: 2.4em;
        font-weight: 600;
    }

    .touch_world_heading h2 {
        font-size: 2.4em;
    }

    .cleaner_design_content_left h2 {
        font-size: 45px;
    }

    .cleaner_design_content_right {
        justify-content: center;
    }

    .cleaner_design {
        padding: 10vh 50px 0vh 50px;
    }

    .mission_footer .parallax-icon {
        left: 11%;
    }
}


/* --------------  Extra Large Devices  -------------- */
/* Full HD screens & larger desktops */
@media (min-width: 1280px) and (max-width: 1535px) {
    .system_scale_middle {
        transform: translateY(-14vh);
    }
}