/* =========================================
   Structural Racking Applications
========================================= */

.structural-racking-applications {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 35px;
    background: #ffda18;
}

/* =========================================
   Heading
========================================= */

.structural-racking-applications .structural-racking-applications-title {
    margin: 0 0 38px;
    padding: 0 65px;

    color: #000000;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
}

/* =========================================
   Slider
========================================= */

.structural-racking-applications .structural-racking-slider-wrapper {
    position: relative;
    width: 100%;
}

.structural-racking-applications .structural-racking-swiper {
    width: 100%;
    overflow: visible;
}

.structural-racking-applications .structural-racking-swiper .swiper-slide {
    height: auto;
}

/* =========================================
   Application Card
========================================= */

.structural-racking-applications .racking-application-card {
    width: 100%;
}

/* =========================================
   Image
========================================= */

.structural-racking-applications .racking-application-image {
    position: relative;
    width: 100%;
    height: 312px;
    overflow: hidden;
}

.structural-racking-applications .racking-application-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.structural-racking-applications .racking-application-card:hover .racking-application-image img {
    transform: scale(1.04);
}

/* =========================================
   Application Name
========================================= */

.structural-racking-applications .racking-application-name {
    margin: 17px 0 22px;
    padding: 0;

    color: #000000;
    font-size: 29px;
    line-height: 1.15;
    font-weight: 400;
}

/* =========================================
   Button
========================================= */

.structural-racking-applications .racking-application-button {
    min-width: 190px;
    min-height: 60px;
    padding: 10px 27px;
    border: 0;
    border-radius: 6px;
    background: #000000;
    color: #ffda18;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.structural-racking-applications .racking-application-button:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-2px);
}

/* =========================================
   Navigation
========================================= */

.structural-racking-applications .racking-app-navigation {
    position: absolute;
    top: 155px;
    z-index: 10;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.72);
    color: #ffda18;

    font-size: 28px;
    line-height: 1;

    cursor: pointer;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.structural-racking-applications .racking-app-navigation:hover {
    background: #000000;
    transform: scale(1.08);
}

.structural-racking-applications .racking-app-prev {
    left: 80px;
}

.structural-racking-applications .racking-app-next {
    right: 80px;
}

.structural-racking-applications .racking-app-navigation span {
    display: block;
    margin-top: -3px;
}

/* =========================================
   Large Desktop
========================================= */

@media (min-width:1200px) and (max-width: 1399.98px) {
    .structural-racking-applications .structural-racking-applications-title {
        padding: 0 55px;
        font-size: 44px;
    }

    .structural-racking-applications .racking-application-image {
        height: 290px;
    }

    .structural-racking-applications .racking-app-prev {
        left: 55px;
    }

    .structural-racking-applications .racking-app-next {
        right: 55px;
    }
}

/* =========================================
   Laptop
========================================= */

@media (min-width:992px) and (max-width: 1199.98px) {
    .structural-racking-applications {
        padding-top: 25px;
    }

    .structural-racking-applications .structural-racking-applications-title {
        padding: 0 40px;
        margin-bottom: 30px;
        font-size: 40px;
    }

    .structural-racking-applications .racking-application-image {
        height: 270px;
    }

    .structural-racking-applications .racking-application-name {
        font-size: 25px;
        margin-top: 15px;
    }

    .structural-racking-applications .racking-application-button {
        min-height: 65px;
    }

    .structural-racking-applications .racking-app-prev {
        left: 35px;
    }

    .structural-racking-applications .racking-app-next {
        right: 35px;
    }
}

/* =========================================
   Tablet
========================================= */

@media (min-width:768px) and (max-width: 991.98px) {
    .structural-racking-applications .structural-racking-applications-title {
        padding: 0 30px;
        font-size: 36px;
    }

    .structural-racking-applications .racking-application-image {
        height: 260px;
    }

    .structural-racking-applications .racking-application-name {
        font-size: 23px;
    }

    .structural-racking-applications .racking-app-navigation {
        width: 44px;
        height: 44px;
        top: 130px;
        font-size: 24px;
    }

    .structural-racking-applications .racking-app-prev {
        left: 20px;
    }

    .structural-racking-applications .racking-app-next {
        right: 20px;
    }
}

/* =========================================
   Mobile
========================================= */

@media (min-width:576px) and (max-width: 767.98px) {
    .structural-racking-applications {
        padding: 25px 0 30px;
    }

    .structural-racking-applications .structural-racking-applications-title {
        padding: 0 20px;
        margin-bottom: 25px;
        font-size: 30px;
    }

    .structural-racking-applications .racking-application-image {
        height: 260px;
    }

    .structural-racking-applications .racking-application-name {
        margin: 14px 0 18px;
        font-size: 22px;
    }

    .structural-racking-applications .racking-application-button {
        min-width: 145px;
        min-height: 60px;
        padding: 10px 22px;
    }

    .structural-racking-applications .racking-app-navigation {
        width: 40px;
        height: 40px;
        top: 110px;
        font-size: 21px;
    }

    .structural-racking-applications .racking-app-prev {
        left: 12px;
    }

    .structural-racking-applications .racking-app-next {
        right: 12px;
    }
}

/* =========================================
   Small Mobile
========================================= */

@media (min-width:0px) and (max-width: 575.98px) {
    
    .structural-racking-applications .structural-racking-applications-title {
        padding: 0;
        font-size: 25px;
    }

    .structural-racking-applications .racking-application-image {
        height: 230px;
    }

    .structural-racking-applications .racking-application-name {
        font-size: 20px;
    }

    .structural-racking-applications .racking-app-navigation {
        width: 40px;
        height: 40px;
        font-size: 20px;
        top: 95px;
    }

    .structural-racking-applications .racking-app-prev {
        left: 0;
    }

    .structural-racking-applications .racking-app-next {
        right: 00;
    }
}