/* =========================================
   CAGE RENTAL PAGE
   GFC - GLOBAL FIGHTER COMPETITION
========================================= */


/* =========================================
   HERO
========================================= */

.cage-hero {

    position: relative;

    height: 70vh;
    min-height: 600px;

    background:
        url("../images/cage.jpeg")
        center center /
        cover
        no-repeat;

    display: flex;

    justify-content: center;
    align-items: center;

    text-align: center;

    overflow: hidden;
}


.cage-hero .overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            rgba(0, 0, 0, .72),
            rgba(0, 0, 0, .65)
        );

    z-index: 1;
}


.cage-hero .hero-content {

    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 950px;

    padding: 40px 25px;
}


.cage-hero h5 {

    color: #D61C24;

    letter-spacing: 4px;

    font-size: 14px;

    font-weight: 800;

    margin-bottom: 20px;

    text-transform: uppercase;
}


.cage-hero h1 {

    font-size: 72px;

    font-weight: 900;

    line-height: 1.05;

    margin: 0 0 25px;

    color: #fff;
}


.cage-hero p {

    color: #d0d0d0;

    font-size: 21px;

    line-height: 1.8;

    margin: 0 auto 45px;

    max-width: 800px;
}


/* =========================================
   CAGE SECTION
========================================= */

.cage-section {

    padding: 120px 0;

    background: #050505;
}


.cage-grid {

    display: grid;

    grid-template-columns: 1.1fr 1fr;

    gap: 70px;

    align-items: center;
}


/* =========================================
   CAGE IMAGE
========================================= */

.cage-image {

    width: 100%;

    overflow: hidden;

    border-radius: 25px;

    background: #111;
}


.cage-image img {

    display: block;

    width: 100%;

    height: auto;

    border-radius: 25px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .5);

    transition:
        transform .35s ease;
}


.cage-image:hover img {

    transform: scale(1.03);
}


/* =========================================
   CAGE INFORMATION
========================================= */

.cage-info h2 {

    font-size: 52px;

    line-height: 1.1;

    margin: 0 0 25px;

    color: #fff;
}


.cage-info p {

    color: #bdbdbd;

    line-height: 1.9;

    margin-bottom: 35px;

    font-size: 17px;
}


/* =========================================
   FEATURES
========================================= */

.feature {

    background: #111;

    border-left:
        4px solid #D61C24;

    padding: 18px 25px;

    margin-bottom: 18px;

    border-radius: 15px;

    color: #fff;

    font-weight: 600;

    transition:
        transform .3s ease,
        background .3s ease;
}


.feature:hover {

    transform: translateX(10px);

    background: #151515;
}


/* =========================================
   SPECIFICATIONS
========================================= */

.specs {

    padding: 120px 0;

    background: #080808;
}


.spec-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 30px;

    margin-top: 60px;
}


.spec-card {

    background: #111;

    border:
        1px solid
        rgba(255, 255, 255, .08);

    border-radius: 22px;

    padding: 40px;

    text-align: center;

    transition:
        transform .35s ease,
        border-color .35s ease;
}


.spec-card:hover {

    transform: translateY(-10px);

    border-color: #D61C24;
}


.spec-card h3 {

    color: #D61C24;

    font-size: 20px;

    margin:
        0 0 18px;
}


.spec-card p {

    color: #d5d5d5;

    line-height: 1.8;

    margin: 0;
}


/* =========================================
   CONTACT
========================================= */

.cage-contact {

    padding: 120px 0;

    background: #050505;
}


.contact-wrapper {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 35px;

    margin-top: 60px;
}


.contact-card {

    background: #111;

    border:
        1px solid
        rgba(255, 255, 255, .08);

    border-radius: 25px;

    padding: 50px;

    text-align: center;

    transition:
        transform .35s ease,
        border-color .35s ease;
}


.contact-card:hover {

    transform: translateY(-8px);

    border-color: #D61C24;
}


/* =========================================
   CONTACT ICON
========================================= */

.contact-card .icon {

    width: 75px;

    height: 75px;

    margin:
        0 auto 25px;

    border-radius: 50%;

    background: #D61C24;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 34px;
}


.contact-card h3 {

    margin:
        0 0 20px;

    color: #fff;
}


.contact-card a {

    color: #fff;

    font-size: 18px;

    font-weight: 700;

    text-decoration: none;

    transition:
        color .25s ease;
}


.contact-card a:hover {

    color: #D61C24;
}


.contact-card p {

    color: #bdbdbd;

    margin-top: 18px;

    line-height: 1.8;
}


/* =========================================
   CTA
========================================= */

.cta {

    text-align: center;

    margin-top: 55px;
}


/* =========================================
   ACTIVE NAVIGATION
========================================= */

.nav-links .active {

    color: #D61C24;
}


.nav-links .active::after {

    width: 100%;
}


/* =========================================
   LANGUAGE SWITCH
   IMPORTANT:
   This fixes the white DE / EN boxes
========================================= */

.nav-right .language-switch {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    height: 40px;
}


/* Language buttons */

.nav-right .language-switch button {

    width: auto !important;

    min-width: 0 !important;

    height: auto !important;

    padding: 0 !important;

    margin: 0 !important;

    border: none !important;

    outline: none !important;

    border-radius: 0 !important;

    background: transparent !important;

    color: #fff !important;

    font-family: inherit;

    font-size: 13px;

    font-weight: 600;

    line-height: 1;

    cursor: pointer;

    appearance: none;

    -webkit-appearance: none;

    box-shadow: none !important;

    transition:
        background .25s ease,
        color .25s ease;
}


/* Active language */

.nav-right .language-switch button.active {

    background: #D61C24 !important;

    color: #fff !important;

    border-radius: 50px !important;

    padding:
        7px 9px !important;
}


/* Inactive language */

.nav-right .language-switch button:not(.active) {

    background: transparent !important;

    color: #fff !important;
}


/* Hover */

.nav-right .language-switch button:hover {

    color: #D61C24 !important;

}


/* Active hover */

.nav-right .language-switch button.active:hover {

    color: #fff !important;

    background: #D61C24 !important;
}


/* =========================================
   MOBILE LANGUAGE
========================================= */

.mobile-language {

    display: none;

    align-items: center;

    gap: 8px;
}


.mobile-language button {

    background: transparent;

    border: none;

    color: #fff;

    font-family: inherit;

    font-size: 14px;

    font-weight: 600;

    cursor: pointer;

    padding: 7px 9px;

    border-radius: 50px;
}


.mobile-language button.active {

    background: #D61C24;

    color: #fff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .cage-grid {

        grid-template-columns: 1fr;

    }


    .cage-image {

        max-width: 850px;

        margin: 0 auto;

    }


    .spec-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .contact-wrapper {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .cage-hero h1 {

        font-size: 58px;

    }


    .cage-hero p {

        font-size: 18px;

    }


    .cage-info h2 {

        font-size: 44px;

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .cage-hero {

        height: 65vh;

        min-height: 520px;

        padding:
            0 20px;

    }


    .cage-hero h5 {

        font-size: 12px;

        letter-spacing: 3px;

    }


    .cage-hero h1 {

        font-size: 43px;

    }


    .cage-hero p {

        font-size: 16px;

        line-height: 1.7;

        margin-bottom: 35px;

    }


    .cage-section {

        padding: 80px 0;

    }


    .cage-info h2 {

        font-size: 38px;

    }


    .specs {

        padding: 80px 0;

    }


    .spec-grid {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-top: 40px;

    }


    .spec-card {

        padding: 35px 25px;

    }


    .cage-contact {

        padding: 80px 0;

    }


    .contact-wrapper {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-top: 40px;

    }


    .contact-card {

        padding: 40px 25px;

    }


    /* Hide desktop language switch
       when mobile navigation is active */

    .nav-right .language-switch {

        display: none;

    }


    .mobile-language {

        display: flex;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .cage-hero h1 {

        font-size: 36px;

    }


    .cage-hero p {

        font-size: 15px;

    }


    .cage-info h2 {

        font-size: 32px;

    }


    .feature {

        padding: 16px 18px;

        font-size: 14px;

    }

}