﻿/* =========================================================
   RTT HEADER
========================================================= */

.rtt-header {
    position: relative;
    z-index: 1000;
    height: 86px;
    background: #0D1B2A;
    font-family: Inter, sans-serif;
}

.rtt-header-inner {
    max-width: 1280px;
    height: 86px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: rgba(13,27,42,.97) !important;
}
.rtt-simple-menu a i {display:inline-block;font-size:13px;}
.rtt-simple-menu-i{display:inline-block;font-size:13px;}
.rtt-view-products{font-size:13px;margin-top:10px;}
/* =========================================================
   LOGO
========================================================= */
.rtt-logo {
    display: flex;
    align-items: center;
}

    .rtt-logo img {
        height: auto;
        display: block;
    }


/* =========================================================
   NAV
========================================================= */

.rtt-nav {
    height: 100%;
    margin-left: 160px;
    background-color: rgba(13,27,42,.97) !important;
    line-height: 100%;
}

.rtt-nav-list {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.rtt-nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}


/* =========================================================
   NAV LINK
========================================================= */

.rtt-nav-link {
    height: 100%;
    padding: 0 14px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #d7dbe2;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

    .rtt-nav-link:hover {
        color: #fff;
    }

    .rtt-nav-link .material-icons {
        font-size: 17px;
    }


/* =========================================================
   MEGA MENU
========================================================= */

.rtt-mega-menu {
    position: absolute;
    top: 86px;
    left: 0;
    width: 720px;
    padding: 22px 26px;
    background: #1a2e45;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,.35);
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all .18s ease;
}


/* Desktop hover */

@media (min-width: 992px) {

    .rtt-has-menu:hover .rtt-mega-menu,
    .rtt-has-menu:hover .rtt-simple-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}


/* =========================================================
   MEGA COLUMNS
========================================================= */

.rtt-mega-column {
    padding-right: 16px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.rtt-last-column {
    padding-right: 0;
    border-right: 0;
}


/* =========================================================
   HEADINGS
========================================================= */

.rtt-mega-title {
    color: #f5a623;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
}

.rtt-mega-divider {
    height: 1px;
    margin: 9px 0;
    background: rgba(255,255,255,.13);
}


/* =========================================================
   MEGA LINKS
========================================================= */

.rtt-mega-link {
    min-height: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dce2ea;
    font-size: 14px;
    text-decoration: none;
    transition: .15s ease;
}

    .rtt-mega-link:hover {
        color: #fff;
        transform: translateX(2px);
    }

    .rtt-mega-link .material-icons {
        width: 18px;
        color: #8290a3;
        font-size: 16px;
    }

    .rtt-mega-link:hover .material-icons {
        color: #f5a623;
    }

.rtt-soon {
    margin-left: 4px;
    color: #7d8999;
    font-size: 10px;
}


/* =========================================================
   OFFER
========================================================= */

.rtt-mega-offer {
    margin-top: 12px;
    padding: 10px 12px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(245,166,35,.35);
    border-radius: 8px;
}

    .rtt-mega-offer strong {
        display: block;
        color: #f5a623;
        font-size: 12px;
    }

    .rtt-mega-offer span {
        color: #aeb7c4;
        font-size: 11px;
    }


/* =========================================================
   SIMPLE DROPDOWN
========================================================= */

.rtt-simple-menu {
    position: absolute;
    top: 86px;
    left: 0;
    width: 230px;
    padding: 8px 0;
    background: #1a2e45;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all .18s ease;
}

    .rtt-simple-menu a {
        display: block;
        color: #dce2ea;
        font-size: 13px;
        text-decoration: none;
    }

        .rtt-simple-menu a:hover {
            color: #fff;
            background: rgba(255,255,255,.06);
        }


/* =========================================================
   RIGHT SIDE
========================================================= */

.rtt-header-actions {
    margin-left: 25px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.rtt-contact {
    color: #d7dbe2;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.rtt-phone {
    height: 38px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    gap: 7px;
    background: #f5a623;
    color: #111c2b;
    border-radius: 8px;
    font-size: 13px;
    font-family: Manrope, sans-serif;
    font-weight:800;
    text-decoration: none;
    width: 155px;
}

    .rtt-phone .material-icons {
        font-size: 17px;
    }


/* =========================================================
   MOBILE BUTTON
========================================================= */

.rtt-mobile-button {
    display: none;
    width: 42px;
    height: 42px;
    padding: 7px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

    .rtt-mobile-button span {
        display: block;
        width: 23px;
        height: 2px;
        margin: 5px auto;
        background: #fff;
        transition: .2s ease;
    }

@media (min-width: 992px) {

    /* Menu links */
    .rtt-mega-link {
        min-height: 28px;
        height: 28px;
        padding: 0;
        display: flex;
        align-items: center;
        font-size: 13px;
    }

    /* Space between menu items */
    .rtt-mega-column {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    /* Heading */
    .rtt-mega-title {
        margin-bottom: 8px;
        height:30px;
    }

    /* Icon */
    .rtt-mega-link .material-icons {
        font-size: 14px;
    }
    .rtt-resources-menu {
        width: 470px;
        padding: 18px 18px 20px;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }


        /* Columns */

        .rtt-resources-menu .rtt-mega-column {
            padding: 0 16px;
            border-right: 1px solid rgba(255,255,255,.12);
        }

            .rtt-resources-menu .rtt-mega-column:first-child {
                padding-left: 0;
            }

            .rtt-resources-menu .rtt-mega-column:last-child {
                padding-right: 0;
                border-right: 0;
            }


        /* Heading */

        .rtt-resources-menu .rtt-mega-title {
            margin: 0 0 10px;
            padding-bottom: 8px;
            border-bottom: 1px solid rgba(255,255,255,.14);
            color: #f5a623;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .7px;
            text-transform: uppercase;
        }


        /* Links */

        .rtt-resources-menu .rtt-mega-link {
            min-height: 30px;
            height: 30px;
            padding: 0;
            display: flex;
            align-items: center;
            gap: 7px;
            color: #dce2ea;
            font-size: 13px;
            text-decoration: none;
        }


            .rtt-resources-menu .rtt-mega-link:hover {
                color: #ffffff;
            }


            /* Icons */

            .rtt-resources-menu .rtt-mega-link .material-icons {
                flex: 0 0 18px;
                width: 18px;
                color: #8795a8;
                font-size: 14px;
            }
        .rtt-products-menu .rtt-mega-column {
            gap: 1px;
        }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 991px) {
    .rtt-nav-item.open > .rtt-nav-link {
        background: transparent;
        color: #f5a623;
    }
 
    /* =========================================
       HEADER
    ========================================= */

    .rtt-header {
        height: 58px;
        background: #0d1928;
    }

    .rtt-header-inner {
        height: 58px;
        padding: 0 12px;
    }

    .rtt-logo img {
        width: 195px;
        height: auto;
    }


    /* =========================================
       HAMBURGER / CLOSE BUTTON
    ========================================= */

    .rtt-mobile-button {
        display: block;
        width: 38px;
        height: 38px;
        margin-left: auto;
        padding: 5px;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

        .rtt-mobile-button span {
            display: block;
            width: 20px;
            height: 2px;
            margin: 4px auto;
            background: #fff;
            transition: all .2s ease;
        }


    /* =========================================
       MOBILE NAV
    ========================================= */

    .rtt-nav {
        position: fixed;
        top: 58px;
        left: 0;
        width: 100%;
        height: 80vh;
        max-height: 80vh;
        margin: 0;
        background-color: #0d1928 !important;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: transform .25s ease, opacity .2s ease, visibility .25s ease;
        z-index: 9999;
        line-height:100%;
    }


    /* Menu open */

    .rtt-header.menu-open .rtt-nav {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }


    /* =========================================
       NAV LIST
    ========================================= */

    .rtt-nav-list {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }


    /* =========================================
       NAV ITEM
    ========================================= */

    .rtt-nav-item {
        position: relative;
        width: 100% !important;
        height: auto;
        min-height: 40px;
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.07);
    }


    /* =========================================
       NAV LINK
    ========================================= */

    .rtt-nav-link {
        width: 100%;
        height: 40px;
        padding: 0 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        background: transparent;
        color: #e7ebf0;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        cursor: pointer;
    }


        .rtt-nav-link:hover {
            color: #fff;
            background: transparent;
        }


        /* =========================================
       ICON / ARROW
    ========================================= */

        .rtt-nav-link .material-icons {
            font-size: 16px;
        }


    /* =========================================
       ACTIVE MENU
    ========================================= */

    .rtt-nav-item.open > .rtt-nav-link {
        color: #f5a623;
        background: rgba(255,255,255,.03);
    }


    /* =========================================
       MEGA MENU
       Hidden until Solutions is clicked
    ========================================= */

    .rtt-mega-menu {
        position: static;
        width: 100%;
        margin: 0;
        padding: 10px 20px 15px;
        display: none;
        grid-template-columns: 1fr;
        gap: 0;
        background: #17263b;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }


    .rtt-nav-item.open > .rtt-mega-menu {
        display: block;
    }


    /* =========================================
       MEGA MENU COLUMNS
    ========================================= */

    .rtt-mega-column {
        width: 100%;
        padding: 8px 0 12px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

        .rtt-mega-column:last-child {
            border-bottom: 0;
        }


    /* =========================================
       MEGA MENU HEADING
    ========================================= */

    .rtt-mega-title {
        margin-bottom: 7px;
        color: #f5a623;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .7px;
    }


    /* =========================================
       MEGA MENU LINKS
    ========================================= */

    .rtt-mega-link {
        min-height: 36px;
        display: flex;
        align-items: center;
        gap: 8px;
        color: #dce2ea;
        font-size: 14px;
        text-decoration: none;
    }

        .rtt-mega-link .material-icons {
            width: 18px;
            color: #7f8da0;
            font-size: 14px;
        }


    /* =========================================
       SIMPLE DROPDOWN
    ========================================= */

    .rtt-simple-menu {
        position: static;
        width: 100%;
        margin: 0;
        padding: 8px 20px 12px;
        display: none;
        background: #17263b;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }


    .rtt-nav-item.open > .rtt-simple-menu {
        display: block;
    }


    .rtt-simple-menu a {
        display: block;
        padding: 9px 0;
        color: #dce2ea;
        font-size: 13px !important;
        text-decoration: none;
    }
    
    /* =========================================
       DESKTOP ACTIONS HIDDEN
    ========================================= */
    .rtt-header-actions {
        display: none;
    }
        /* =========================================
       MOBILE CTA AREA
    ========================================= */

        .rtt-mobile-actions {
            display: block;
            padding: 18px 13px 20px;
        }

            .rtt-mobile-actions a {
                width: 100%;
                height: 36px;
                margin-bottom: 7px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 6px;
                font-size: 11px;
                font-weight: 700;
                text-decoration: none;
            }
            /* Primary CTA */

            .rtt-mobile-actions .rtt-mobile-call {
                background: #f5a623;
                color: #111c2b;
            }
            /* Secondary CTA */

            .rtt-mobile-actions .rtt-mobile-demo {
                background: #202d3e;
                color: #fff;
                border: 1px solid rgba(255,255,255,.2);
            }
        /* =========================================
       HAMBURGER -> X
    ========================================= */

        .rtt-header.menu-open .rtt-mobile-button span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .rtt-header.menu-open
    .rtt-mobile-button span:nth-child(2) {
        opacity: 0;
    }

    .rtt-header.menu-open
    .rtt-mobile-button span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
}