/* Start custom CSS for html, class: .elementor-element-a913eb9 *//* =========================================================
   GERMANLANGUAGE.CO.IN
   PREMIUM HEADER + MEGA MENU
   ========================================================= */


/* ---------- ROOT COLORS ---------- */

:root {
    --gl-orange: #FF9E20;
    --gl-teal: #215E61;
    --gl-dark: #1D2128;
    --gl-light: #F4F2F2;
    --gl-white: #ffffff;
    --gl-border: rgba(29, 33, 40, 0.10);
    --gl-shadow: 0 20px 50px rgba(29, 33, 40, 0.14);
}


/* ---------- RESET ---------- */

.gl-header,
.gl-header * {
    box-sizing: border-box;
}

.gl-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gl-header a {
    text-decoration: none;
}


/* =========================================================
   HEADER
   ========================================================= */

.gl-header {
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--gl-border);
    position: relative;
    z-index: 9999;
    font-family: Arial, Helvetica, sans-serif;
}


/* Header container */

.gl-header-inner {
    width: min(1380px, 94%);
    min-height: 88px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}


/* =========================================================
   LOGO
   ========================================================= */

.gl-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.gl-logo img {
    display: block;
    width: 185px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.gl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    gap: 28px;
}

.gl-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gl-menu > li {
    position: static;
}

.gl-menu > li > a {
    color: var(--gl-dark);
    font-size: 15px;
    font-weight: 700;
    padding: 34px 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    white-space: nowrap;
    transition: 0.25s ease;
}


/* Animated orange line */

.gl-menu > li > a::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 24px;
    height: 3px;
    border-radius: 20px;
    background: var(--gl-orange);

    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.gl-menu > li > a:hover {
    color: var(--gl-teal);
}

.gl-menu > li > a:hover::after {
    transform: scaleX(1);
}


/* Dropdown arrow */

.gl-arrow {
    font-size: 18px;
    line-height: 1;
    color: var(--gl-orange);
    transition: 0.25s ease;
}

.gl-mega-parent:hover .gl-arrow {
    transform: rotate(180deg);
}


/* =========================================================
   HEADER CTA
   ========================================================= */

.gl-header-cta {
    flex-shrink: 0;
}

.gl-call-btn {
    display: flex;
    align-items: center;
    gap: 11px;

    background: var(--gl-teal);
    color: white;

    padding: 11px 17px;
    border-radius: 12px;

    box-shadow: 0 8px 20px rgba(33, 94, 97, 0.20);

    transition: 0.25s ease;
}

.gl-call-btn:hover {
    background: var(--gl-orange);
    color: var(--gl-dark);
    transform: translateY(-2px);
}

.gl-phone-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.16);
    font-size: 17px;
}

.gl-call-btn small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 2px;
}

.gl-call-btn strong {
    display: block;
    font-size: 15px;
}


/* =========================================================
   MEGA MENU
   ========================================================= */

.gl-mega-menu {
    position: absolute;

    left: 50%;
    top: 88px;

    width: min(1280px, 94vw);

    transform: translate(-50%, 12px);

    background: var(--gl-white);

    border-radius: 0 0 22px 22px;

    border: 1px solid var(--gl-border);

    box-shadow: var(--gl-shadow);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}


/* Show mega menu */

.gl-mega-parent:hover .gl-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}


/* =========================================================
   MEGA MENU CONTAINER
   ========================================================= */

.gl-mega-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: 330px;
}


/* =========================================================
   MEGA MENU INTRO
   ========================================================= */

.gl-mega-intro {
    padding: 38px 30px;

    background:
        linear-gradient(
            145deg,
            var(--gl-teal),
            #19484b
        );

    color: white;

    border-radius: 0 0 0 22px;

    position: relative;
    overflow: hidden;
}


/* Decorative circle */

.gl-mega-intro::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    border: 35px solid rgba(255,255,255,0.06);

    border-radius: 50%;

    right: -80px;
    bottom: -80px;
}


/* Decorative orange line */

.gl-mega-intro::after {
    content: "";

    position: absolute;

    width: 100px;
    height: 5px;

    background: var(--gl-orange);

    border-radius: 10px;

    top: 25px;
    left: 30px;
}


.gl-menu-label {
    display: block;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2px;

    color: var(--gl-orange);

    margin-top: 15px;
    margin-bottom: 15px;
}


.gl-mega-intro h3 {
    font-size: 25px;
    line-height: 1.2;

    margin: 0 0 15px;

    font-weight: 700;
}

.gl-mega-intro h3 strong {
    color: var(--gl-orange);
    display: block;
}


.gl-mega-intro p {
    color: rgba(255,255,255,0.78);

    font-size: 13px;
    line-height: 1.7;

    margin: 0 0 25px;
}


/* Explore button */

.gl-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 11px 16px;

    border-radius: 8px;

    background: var(--gl-orange);

    color: var(--gl-dark);

    font-size: 12px;
    font-weight: 800;

    transition: 0.25s ease;
}

.gl-explore-btn:hover {
    background: white;
    transform: translateX(3px);
}

.gl-explore-btn span {
    font-size: 17px;
}


/* =========================================================
   MEGA LINKS AREA
   ========================================================= */

.gl-mega-links {
    padding: 28px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    align-content: center;
}


/* =========================================================
   COUNTRY CARD
   ========================================================= */

.gl-country-card,
.gl-course-card {
    display: flex;
    align-items: center;

    gap: 13px;

    padding: 14px;

    border: 1px solid var(--gl-border);

    border-radius: 12px;

    background: #fff;

    color: var(--gl-dark);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}


.gl-country-card:hover,
.gl-course-card:hover {
    transform: translateY(-3px);

    border-color: rgba(255,158,32,0.55);

    box-shadow: 0 10px 25px rgba(29,33,40,0.08);
}


/* Country emoji */

.gl-country-icon {
    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--gl-light);

    border-radius: 10px;

    font-size: 24px;
}


/* Text */

.gl-country-card div,
.gl-course-card div {
    flex: 1;
}

.gl-country-card strong,
.gl-course-card strong {
    display: block;

    font-size: 14px;

    margin-bottom: 3px;
}

.gl-country-card small,
.gl-course-card small {
    display: block;

    color: #73777d;

    font-size: 10px;

    line-height: 1.3;
}


/* Arrow */

.gl-card-arrow {
    font-size: 18px;

    color: var(--gl-orange);

    opacity: 0;

    transform: translateX(-5px);

    transition: 0.2s ease;
}

.gl-country-card:hover .gl-card-arrow,
.gl-course-card:hover .gl-card-arrow {
    opacity: 1;
    transform: translateX(0);
}


/* =========================================================
   TEST PREP ICONS
   ========================================================= */

.gl-course-icon {
    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    font-size: 14px;
    font-weight: 900;

    background: var(--gl-light);

    color: var(--gl-teal);
}


.gl-course-icon.french {
    background: #eef4ff;
    color: #2456a6;
}

.gl-course-icon.german {
    background: #fff5e5;
    color: #b96d00;
}

.gl-course-icon.ielts {
    background: #e9f7f6;
    color: var(--gl-teal);
}

.gl-course-icon.oet {
    background: #f3ecff;
    color: #7043a8;
}

.gl-course-icon.pte {
    background: #fff0ec;
    color: #c64a27;
}

.gl-course-icon.toefl {
    background: #eef1f8;
    color: #344d7d;
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.gl-mobile-toggle {
    display: none;

    width: 45px;
    height: 45px;

    border: none;
    border-radius: 10px;

    background: var(--gl-teal);

    padding: 10px;

    cursor: pointer;
}


.gl-mobile-toggle span {
    display: block;

    width: 100%;
    height: 2px;

    background: white;

    margin: 5px 0;

    border-radius: 10px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1200px) {

    .gl-header-inner {
        gap: 15px;
    }

    .gl-logo img {
        width: 155px;
    }

    .gl-menu > li > a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 14px;
    }

    .gl-menu > li > a::after {
        left: 9px;
        right: 9px;
    }

    .gl-call-btn {
        padding: 9px 12px;
    }

    .gl-call-btn strong {
        font-size: 13px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .gl-header-inner {
        min-height: 75px;
    }

    .gl-logo img {
        width: 150px;
    }

    .gl-mobile-toggle {
        display: block;
    }

    .gl-nav {
        position: absolute;

        top: 75px;
        left: 0;

        width: 100%;

        background: white;

        display: none;

        flex-direction: column;

        align-items: stretch;

        padding: 15px;

        border-top: 1px solid var(--gl-border);

        box-shadow: 0 20px 35px rgba(0,0,0,0.10);

        gap: 15px;
    }


    /* Add .active with JS if mobile menu is required */

    .gl-nav.active {
        display: flex;
    }


    .gl-menu {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 0;
    }


    .gl-menu > li {
        width: 100%;
    }


    .gl-menu > li > a {
        padding: 15px 12px;

        border-bottom: 1px solid var(--gl-border);

        justify-content: space-between;
    }


    .gl-menu > li > a::after {
        display: none;
    }


    /* Mega menu mobile */

    .gl-mega-menu {
        position: static;

        width: 100%;

        transform: none !important;

        opacity: 1;

        visibility: visible;

        display: none;

        box-shadow: none;

        border-radius: 10px;

        margin-top: 5px;
    }


    .gl-mega-parent:hover .gl-mega-menu {
        display: none;
    }


    .gl-mega-parent.mobile-open .gl-mega-menu {
        display: block;
    }


    .gl-mega-container {
        display: block;
        min-height: auto;
    }


    .gl-mega-intro {
        display: none;
    }


    .gl-mega-links {
        grid-template-columns: 1fr;

        padding: 10px;

        gap: 8px;
    }


    .gl-header-cta {
        width: 100%;
    }


    .gl-call-btn {
        justify-content: center;
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .gl-header-inner {
        width: 92%;
    }

    .gl-logo img {
        width: 135px;
    }

    .gl-mobile-toggle {
        width: 42px;
        height: 42px;
    }

    .gl-nav {
        top: 75px;
    }

    .gl-country-card,
    .gl-course-card {
        padding: 12px;
    }

}/* End custom CSS */