/* #region Responsive Styles */
@media only screen and (max-width: 920px) {
    #about-content {
        padding-bottom: 0 !important;
        background-color: var(--light-blue);
    }

    #blue-box {
        display: none
    }

    video {
        margin: 0 !important
    }

    #values p {
        padding: 0 !important;
    }

    #background #background-images {
        display: none;
    }

    #map h4 {
        font-size: 12px !important
    }
}
/* #endregion */

/* #region About Us */
#about {
    position: relative;
}

#about-content {
    grid-template-columns: 45% 55%;
}

    #about-content p {
        margin-top: 24px;
        line-height: 26px
    }

#about-text {
    padding: 24px
}

    #about-text h2 {
        color: var(--dark-blue)
    }

#about-content {
    max-width: 1280px;
    max-height: 524px;
    aspect-ratio: 1280 / 524;
}

video {
    width: 100%;
    height: auto;
    margin: 64px 0;
    aspect-ratio: attr(width) / attr(height);
}

#blue-box {
    width: 60%;
    z-index: -1;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background-color: var(--light-blue);
}
/* #endregion */

/* #region Background */
.background-grid {
    margin-top: 24px;
    grid-template-columns: 45% 55%;
}

#background h2 {
    margin-top: 0;
    color: var(--dark-blue);
}

#background h3 {
    margin-bottom: 12px;
}

#background p {
    line-height: 26px
}

#background img {
    width: 70%;
    height: auto;
    padding: 5px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 10px #CCC;
    aspect-ratio: attr(width) / attr(height);
}

.overlay {
    margin: -80px 0 0 80px
}
/* #endregion */

/* #region Values */
#values {
    margin-top: 24px;
}

#values-content {
    position: relative;
    border-radius: 10px;
    padding: 64px 20px 32px 20px;
    grid-template-columns: 42% 58%;
    background-color: var(--light-blue);
}

#values h2 {
    color: var(--dark-blue)
}

#values p {
    line-height: 26px;
    padding-right: 24px;
    margin-bottom: 24px;
}

#value-boxes {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.value-item {
    z-index: 1;
    text-align: center;
    border-radius: 8px;
    padding: 24px;
}

    .value-item p {
        margin: 6px 0 0 0 !important;
    }

.value-icon {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto !important;
}

.head-gear {
    background-image: url("../images/about/head-gear.png");
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(157deg) brightness(108%) contrast(102%);
    background-size: cover;
}

.climb-boy {
    background-image: url("../images/about/climb-boy.png");
    transform: rotate(30deg);
    background-size: cover;
}

.touch {
    background-image: url("../images/about/touch.png");
    background-size: cover;
}

.hand-plant {
    background-image: url("../images/about/hand-plant.png");
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(157deg) brightness(108%) contrast(102%);
    background-size: cover;
}

.light {
    color: black;
    background-color: white
}

    .light i {
        color: var(--dark-blue)
    }

.dark {
    color: white;
    background-color: var(--dark-blue)
}

#values-background {
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.5;
    position: absolute;
}

    #values-background img {
        width: 100%;
        height: 100%;
    }
/* #endregion */

/* #region Background Image */
#background-image {
    height: 300px;
    margin-top: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: var(--content-width);
    background-image: url("../images/about/background.jpg");
}
/* #endregion */

/* #region Map */
#map {
    text-align: center;
    color: var(--dark-blue);
}

    #map img {
        width: 100%;
        height: auto;
        aspect-ratio: attr(width) / attr(height);
    }

    #map h4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #map span {
        margin: 0 10px;
        font-size: 32px;
    }
/* #endregion */

/* #region Process */
#process-content {
    padding: 24px;
    border-radius: 10px;
    background-color: var(--light-blue);
}

#process-header {
    text-align: center;
}

    #process-header h2 {
        margin-top: 0;
    }

    #process-header h2:nth-child(1) {
        color: var(--dark-blue);
    }

#process-items {
    gap: 24px;
    color: var(--dark-blue);
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.process-item {
    padding: 50px 30px;
    position: relative;
    background-color: white;
    border: solid 1px #E7E7E7;
}

    .process-item .icon {
        position: relative;
    }

        .process-item .icon img {
            left: 0;
            z-index: 1;
            position: absolute;
        }

    .process-item i {
        font-size: 60px;
    }

    .process-item span {
        z-index: -1;
        opacity: 0.9;
        color: #F4F4F4;
        font-size: 100px;
        font-weight: 900;
        margin-left: 20px;
        line-height: 50px;
        color: transparent;
        font-family: sans-serif;
        -webkit-text-stroke: 2px #F4F4F4;
    }

    .process-item p {
        color: black;
        line-height: 26px;
    }

    .process-item::before, .process-item::after {
        width: 0px;
        height: 0px;
        content: "";
        position: absolute;
        visibility: hidden;
        transition: .3s ease-in-out;
    }

    .process-item::before {
        top: -1px;
        left: -1px;
        border-top: 2px solid var(--dark-blue);
        border-left: 2px solid var(--dark-blue);
    }

    .process-item::after {
        right: -1px;
        bottom: -1px;
        border-right: 2px solid var(--dark-blue);
        border-bottom: 2px solid var(--dark-blue);
    }

    .process-item:hover::before,
    .process-item:hover::after {
        width: 100%;
        height: 100%;
        visibility: visible
    }
/* #endregion */

/* #region Contact Us */
/*#contact-us {
    padding-bottom: 24px;
}

#contact-us-content {
    color: white;
    padding: 0 24px;
    position: relative;
    margin-bottom: 24px;
    grid-template-columns: 1fr 1fr;
}

    #contact-us-content h2:nth-child(2) {
        font-weight: 500;
    }

#contact-button {
    display: flex;
    align-items: center;
    justify-content: right
}

    #contact-button a {
        margin: 24px 0;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 30px;
        border-radius: 50px;
        color: var(--dark-blue);
        background-color: white;
    }

#contact-us-background {
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background-size: cover;
    filter: brightness(60%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 360px;
    background-image: url("../images/home/contact-us.jpeg");
}*/
/* #endregion */