h1 {
    font-size: 3.8rem;
    font-weight: bold;
}

p {
    font-size: 1.1rem;
}

/* about banner section css start */
.about_banner {
    background: url("/assets/images/aboutBanner.webp") no-repeat top center;
    height: 35rem;
    background-size: cover;
    font-family: "Frutiger";
}
.custom-bnr-txt {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
}

.btn-abt-banner {
    padding: 0.5rem;
    background: #e2001a;
    font-weight: bold;
    color: #fff;
    border: none;
    margin-top: 2rem;
}

/* about information section css start */
.about_info {
    background: url("/assets/images/aboutSection.webp") no-repeat top center;
    height: 80rem;
    /* background-size: cover; */
    background-size: 100% 100%;
    font-family: "Frutiger";
}
/* .about_info_txt {
    background: #ffffff8a;
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-radius: 10px;
} */
.about_info_txt {
    background: #00000080;
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-radius: 10px;
    color: #fff !important;
    backdrop-filter: blur(17.399999618530273px);
}

.custom-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.abt-ab {
    padding: 3rem;
}

.abt-ab1 {
    display: none;
}

.custom-img {
    display: none;
}

/* about information section css End */

/* about mission section css start */
.abt_custom_box {
    box-shadow: 1px 3px 10px 5px #ddd;
    padding: 4rem;
    border-radius: 3rem;
    height: 28rem;
}

.abt_custom_box ul {
    list-style-type: none;
}

.abt_mr3 {
    margin-right: 1rem;
    margin-top: -0.5rem;
}

/* about mission section css End */

/* about values section css start */
.abt-bx {
    padding: 2rem 1rem;
    box-shadow: 1px 2px 10px 2px #ddd;
    border-radius: 1rem;
    margin: 1rem;
    width: 14%;
    text-align: center;
}

.fw-bold {
    font-weight: bold;
}

/* about values section css End */

/* about video section css strart */
.custom {
    width: 100%;
    max-width: 100%;
}

.about_videos video {
    /* height: 650px; */
    /* object-fit: cover; */
    width: 100%;
}
.about_videos {
    padding-bottom: 0rem !important;
}

/* about video section css End */
.abt_custom_box ul {
    padding: 0;
}
.abt_custom_box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.abt_custom_box ul li img {
    width: 20px;
}
.abt_custom_box ul li p {
    margin: 0;
}
/* .abt_custom_box ul li {
        margin-bottom: 0;
    } */

@media screen and (max-width: 1400px) {
    .abt_custom_box {
        min-height: 35rem;
    }

    P {
        font-size: 1rem;
    }

    h5 {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 1280px) {
    .abt-ab{
        padding: 2rem;
    }
    h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 1200px) {
    section.about_info .w-100 {
    width: unset !important;
}
    .about_info {
        height: 68rem;
    }

    p {
        font-size: 0.95rem !important;
    }

    .abt-ab {
        padding: 2rem;
    }

    .abt_custom_box {
        padding: 3rem;
        min-height: 28rem;
    }

    h1 {
        font-size: 3.2rem;
    }

    .abt-bx {
        padding: 2rem 1rem;
        box-shadow: 1px 2px 10px 2px #ddd;
        border-radius: 1rem;
        margin: 1rem;
        width: 20%;
        text-align: center;
    }

    h5 {
        font-size: 1.1rem;
    }

    .abt-txt-pos {
        top: 10rem;
        right: 8rem;
    }
}

@media screen and (max-width: 1024px) {
    .abt-bx {
        padding: 2rem 0rem;
        box-shadow: 1px 2px 10px 2px #ddd;
        border-radius: 1rem;
        margin: 1rem;
        width: 20%;
        text-align: center;
    }

    h5 {
        font-size: 1rem;
    }

    p {
        font-size: 0.95rem !important;
    }

    .custom-fluid {
        padding: 0rem 1rem;
    }

    .abt-ab {
        padding: 1rem;
        display: none;
    }

    .abt-txt-pos {
        top: 13rem;
        right: 9rem;
    }

    .abt-ab1 {
        display: block;
        padding: 1rem;
    }

    .about_info {
        /* height: 75rem; */
        height: auto;
        background: none;
        background-position: center;
    }
    .aboutImg {
        margin-top: -15rem;
        display: block;
    }
    h1 {
        font-size: 2.8rem;
        font-weight: bold;
    }

    .abt_custom_box {
        padding: 2rem;
        min-height: 30rem;
    }
}

@media screen and (max-width: 767px) {
    .abt-txt-pos {
        position: relative;
        text-align: end;
        top: 11rem;
        right: 1rem;
    }

    .abt-ab {
        padding: 1rem;
        display: none;
    }

    .abt-ab1 {
        display: block;
        padding: 1rem;
    }

    .custom-fluid {
        padding: 0rem 1rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    .about_info {
        background: none;
        height: auto;
    }

    .custom-img {
        width: 100%;
        display: block;
    }

    .abt_custom_box {
        padding: 2rem;
        margin-bottom: 1rem;
        min-height: auto;
        height: auto;
    }

    .abt-bx {
        padding: 2rem 1rem;
        box-shadow: 1px 2px 10px 2px #ddd;
        border-radius: 1rem;
        margin: 1rem;
        width: 42%;
        text-align: center;
    }
    .about_mission {
        /* padding-top: 1rem !important; */
    }

    .about_vslues {
        padding-top: 1rem !important;
    }

    .mt5 {
        margin-top: 1rem !important;
    }
    .aboutImg {
        margin-top: -8rem;
        display: block;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 450px) {
    .abt-bx {
        width: 100%;
    }
}

/* Sustainability Section Styles */
.sustainability_section {
    background-color: #fff;
    padding: 60px 0;
}

.sustainability-heading {
    font-family: 'Frutiger LT Std', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 40px;
    line-height: 1.2;
}

.sustainability-text {
    font-family: "Frutiger";
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #1c1c1c;
    margin-bottom: 0;
}
.paddingImage{
    padding: 0 5px;
}

.sustainability-image {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.sustainability-inline-image {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.sustainability-caption {
    font-size: 1rem;
    color: #1c1c1c;
    line-height: 1.5;
    margin-bottom: 0;
    font-style: italic;
}
@media screen and (max-width: 991px) {
    .sustainability-text{
        margin-bottom: 20px;
    }
    .flexdirection768{
        flex-direction: column-reverse;
    }
}

/* Responsive Design for Sustainability Section */
@media (max-width: 768px) {
    .sustainability-heading {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .sustainability-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .sustainability-image,
    .sustainability-inline-image {
        margin-bottom: 15px;
    }
    
    .sustainability-caption {
        font-size: 0.9rem;
    }
}
