@font-face {
    font-family: 'Janeiro';
    src: url('fonts/janeiro/Janeiro-DEMO.otf');
}

.about-hero-section {
    background-color: var(--bg);
    color: var(--text);
    /* padding: 5.556vw 0 8.333vw; */
    position: relative;
    overflow: hidden;
}

.hero-images-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-main-image-wrapper {
    position: relative;
    width: 100%;
    height: 68vw;
    overflow: hidden;
    background-color: var(--bg);
    display: flex;
    justify-content: center;
}

.hero-main-image {
    position: absolute;
    width: 50.53vw;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 5;
    top: 5vw;
}

.hero-small-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    pointer-events: none;
}

.hero-small-image-left {
    position: absolute;
    width: 14.75vw;
    height: 19.611vw;
    object-fit: cover;
    border-radius: 0.694vw;
    box-shadow: 0 0.278vw 1.389vw rgba(0, 0, 0, 0.5);
    background-color: var(--bg);
    top: 6.778vw;
    left: 17.167vw;
}

.hero-small-image-right {
    position: absolute;
    width: 14.75vw;
    height: 19.611vw;
    object-fit: cover;
    border-radius: 0.694vw;
    box-shadow: 0 0.278vw 1.389vw rgba(0, 0, 0, 0.5);
    background-color: var(--main-red);
    top: 19vw;
    right: 10.167vw;
}

.hero-text-overlay {
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    pointer-events: none;
    padding: 0 3vw;
}

.hero-logo-text {
    font-size: clamp(7vw, 14vw, 22vw);
    color: var(--main-red);
    line-height: 1;
    text-transform: uppercase;
    font-family: Janeiro !important;
    text-shadow: 0.4vw 0.4vw 1.8vw rgba(0, 0, 0, 0.95);
    white-space: nowrap;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;

}

.hero-description {
    position: relative;
    margin-top: 8.333vw;
    padding: 0 5.556vw 8.333vw;
}

/* Vertical Line - from top through text to horizontal line */
.hero-description::before {
    content: '';
    position: absolute;
    top: -75%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.080vw;
    height: 65%;
    background-color: white;
    z-index: 1;
}

/* Horizontal Line - connecting to vertical line */
.hero-description::after {
    content: '';
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    width: 9%;
    height: 0.069vw;
    background-color: var(--text);
    z-index: 1;
    margin: 0 auto;
}

.hero-description-content {
    position: relative;
    z-index: 2;
}

.hero-description-text {
    color: #CBCBCB;
    font-size: 3.5vw;
    max-width: 74vw;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 4vw;
}

.hero-description-text .line-1 {
    display: block;
}

.hero-description-text .line-2 {
    display: block;
}


.hero-description-repeat {
    position: absolute;
    bottom: 0;
    left: 5.556vw;
    right: 5.556vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    gap: 0;
}

/* Vertical line in center of horizontal line */
.hero-description-repeat::before {
    content: '';
    position: absolute;
    bottom: 44%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.080vw;
    height: 60%;
    background-color: white;
    z-index: 2;
}

.hero-description-repeat-text {
    color: var(--text);
    font-size: 1.6vw;
    font-weight: 300;
    line-height: 1.6;
    max-width: 36vw;
    text-align: left;
}

.hero-description-repeat-text .line-1 {
    display: block;
}

.hero-description-repeat-text .line-2 {
    display: block;
}

.hero-description-repeat-text .line-3 {
    display: block;
}

.hero-description-repeat-left {
    text-align: right;
}

.hero-description-repeat-right {
    text-align: left;
}

.achievements-section {
    background-color: var(--bg);
    color: var(--text);
    padding: 8.333vw 0 11.111vw;
    border-top: 0.069vw solid rgba(255, 255, 255, 0.1);
}

.achievements-heading {
    text-align: center;
    margin-bottom: 6.944vw;
    padding: 0 2.778vw;

}

.achievements-heading h2 {
    font-size: 13vw;
    color: var(--main-red);
    letter-spacing: 0.417vw;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Janeiro' !important;

}

.achievements-heading .line-1 {
    display: block;
}

.achievements-heading .line-2 {
    display: block;
}

.achievements-heading .line-3 {
    display: block;
}

.services-grid {
    max-width: 97.222vw;
    margin: 0 auto;
    padding: 0 2.778vw;
}

.service-card {
    background-color: transparent;
    border: 0.069vw solid #2B2B2B;
    padding: 3vw 2.778vw;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 2.278vw;
}

.service-card-title {
    color: var(--main-red);
    font-size: clamp(1.389vw, 2.5vw, 2.5vw);
    margin-bottom: 1.389vw;
    font-family: 'HelveticaNeue', sans-serif;
    max-width: 21vw;
    line-height: 1;
}

.service-card-description {
    color: #CBCBCB;
    font-size: 1.5vw;
    line-height: 1.3;
    max-width: 19vw;
}

@media (max-width: 991.98px) {
    .hero-main-image-wrapper {
        height: 60vw;
    }

    .hero-small-image-left {
        width: 20vw;
        height: 25vw;
        top: 2vw;
        left: 3vw;
    }

    .hero-small-image-right {
        width: 18vw;
        height: 18vw;
        top: 2vw;
        right: 3vw;
    }

    .hero-logo-text {
        font-size: clamp(6vw, 14vw, 18vw);
        letter-spacing: 1vw;
    }

    .hero-text-overlay {
        bottom: 12%;
    }
}

@media (max-width: 767.98px) {
    .hero-main-image-wrapper {
        height: 50vw;
    }

    .hero-small-image-left {
        width: 25vw;
        height: 30vw;
        top: 1.5vw;
        left: 2vw;
    }

    .hero-small-image-right {
        width: 22vw;
        height: 22vw;
        top: 1.5vw;
        right: 2vw;
    }

    .hero-logo-text {
        font-size: clamp(5vw, 12vw, 16vw);
        letter-spacing: 0.8vw;
    }

    .hero-text-overlay {
        bottom: 10%;
    }

    .service-card {
        padding: 2.778vw 2.083vw;
        margin-bottom: 2.083vw;
    }
}

@media (max-width: 575.98px) {
    .service-card-title {
        font-size: 20px;
        max-width: none;
    }

    .service-card-description {
        max-width: none;
        font-size: 16px;
    }

    /* .hero-description-repeat-text {
                font-size: 10px;
            } */
    .hero-description-repeat::before {
        bottom: 54%;
        height: 80%;

    }

    .service-card {
        padding: 4.778vw 5.083vw;
    }
}