body {
    overflow-x: hidden;
}

body .entry-content {
    padding: 0 15px;
}

body h1, body h2, body h3, body h4, body h5, body h6, body .faux-heading {
    font-family: 'industry', sans-serif;
    line-height: 1.2;
}

#mountains {
    padding-top: 75px !important;
    position: relative;
    background: linear-gradient(0deg, rgba(187, 215, 251, 1) 00%, rgba(255, 255, 255, 1) 100%);
}

@media (max-width: 768px) {
    #mountains {
        padding-top: 40px !important;
    }
}

#mountains .words {
    max-width: 1100px;
    padding: 0 15px;
    text-align: center;
    margin: auto;
}

#mountains .words .logo {
    width: 100%;
    margin-bottom: 50px;
    max-width: 260px;
}

#mountains .words .impact-at {
    width: 100%;
    margin-bottom: 20px;
    max-width: 380px;
}

@media (max-width: 768px) {
    #mountains .words .logo {
        max-width: 53%;
        margin-bottom: 25px;
    }

    #mountains .words .impact-at {
        max-width: 50%;
        margin-bottom: 15px;
    }
}

#mountains .words img {
    display: block;
    margin: 0 auto;
}

#mountains .image-1,
#mountains .image-2,
#mountains .image-3 {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

#mountains .image-1 {
    background-image: url('/wp-content/uploads/2025/09/mountain-back.png');
    height: 439px;
    margin-top: -765px;
}

#mountains .image-2 {
    background-image: url('/wp-content/uploads/2025/09/mountain-middle.png');
    height: 505px;
    margin-top: -280px;
}

#mountains .image-3 {
    background-image: url('/wp-content/uploads/2025/09/mountain-front.png');
    height: 927px;
    margin-top: -520px;
}

@media (max-width: 1100px) {
    #mountains .image-1 {
        margin-top: -700px;
    }
}

@media (max-width: 768px) {
    #mountains .image-1 {
        margin-top: -610px;
        height: 340px;
    }

    #mountains .image-3 {
        height: 818px;
    }
}

#mountains .gradient {
    height: 600px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#mountains .cards {
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 1100px;
    padding: 0 15px;
    margin: 200px auto 0;
    position: relative;
    z-index: 100;
}

@media (max-width: 778px) {
    #mountains .cards {
        flex-direction: column;
        margin-top: 80px;
    }
}

#mountains .cards .custom-card {
    background-color: #000;
    border-radius: 20px;
    padding: 80px 20px;
    text-align: center;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

#mountains .cards .custom-card h2 {
    line-height: 1.2;
}

#mountains .cards .custom-card .umc-icon {
    height: 64px;
    margin-bottom: 20px;
}

#ytVideoWrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1600px;
}

#ytVideoWrapper .controls {
    position: absolute;
    bottom: 10px;
    z-index: 200;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

#ytVideoWrapper .mute, #ytVideoWrapper .pause {
    height: 44px;
    width: 44px;
    background-color: #fff;
    color: #be0000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    cursor: pointer;
    border: none;
}

#ytVideoWrapper .cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 100;
}

#ytVideo {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 778px) {
    #ytVideo {
        border-radius: 0 !important;
    }
}

.diag-card {
    color: #000;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
}

.diag-card .image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.diag-card .content {
    text-align: center;
    padding-top: 30px;
}

.diag-card h2 {
    line-height: 1.2;
    margin-bottom: 0;
}

.diag-card .umc-icon {
    height: 64px;
    margin-bottom: 20px;
}

@media(min-width: 779px) {
    .diag-card {
        color: #000;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        font-size: 18px;
        font-weight: 600;
    }

    .diag-card .image {
        overflow: hidden;
        aspect-ratio: 10 / 5;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 0;
    }

    .diag-card .content {
        padding-top: 0px;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: rgba(0, 0, 0, .7);
        opacity: 0;
        transition: opacity .3s ease-in-out;
        text-align: center;
    }

    .diag-card:hover .content {
        opacity: 1;
    }
}
