/*TABLE OF CONTENTS*/
/*=====================
01. digcart Main Menu Area Css

/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

/*============================ 
digcart Main Menu Area Css
==============================*/

html {
    scroll-behavior: smooth;
}

.mobile-submenu-title {
    padding: 12px 20px 8px 40px;
    font-weight: 600;
    color: #1e293b;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f1f5f9;
}

.mobile-submenu-links {
    list-style: none;
    margin: 0;
    padding: 0;
  
}
.mobile-submenu-link:hover {
    background: white;
    color: #667eea;
    border-left-color: #667eea;
    text-decoration: none;
    padding-left: 65px;
}

.mobile-submenu-link i {
    margin-right: 8px;
    font-size: 12px;
    opacity: 0.7;
}
.mobile-submenu-link {
    display: block;
    padding: 10px 20px 10px 60px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    background: white;
}
.mobile-submenu-section {
    border-bottom: 1px solid #cbe5ff;
}

.digcart_nav_manu {
    background: transparent;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
}

.upper1.digcart_nav_manu {
    background: transparent;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
    padding: 0 0 0 42px;
}

/* digcart Menu Css*/
.logo2 img {
    width: 45%;
}

.logo img {
    width: 70%;
}

.digcart_menu ul {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.digcart_menu > ul > li {
    display: inline-block;
    position: relative;
}

    .digcart_menu > ul > li > a {
        display: block;
        margin: 30px 13px;
        -webkit-transition: .5s;
        position: relative;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        font-family: "Rajdhani";
        background: linear-gradient(to right, #ed2c41, #ed2c41, 50%, #fff 50%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-size: 200%, 100%;
        background-position: 100%;
    }

ul.nav_scroll li i {
    font-size: 15px;
    display: inline-block;
}

.digcart_menu > ul > li > a:hover {
    background-position: 0%;
}

.top-social-icon ul {
    display: inline-block;
}

    .top-social-icon ul li {
        display: inline-block;
        list-style: none;
    }

.top-social-icon {
    float: right;
    margin-left: 172px;
}

    .top-social-icon a {
        display: inline-block;
        color: #fff;
        margin-left: 32px;
        margin-top: 30px;
    }

/*sticky*/
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #000000;
    transition: .5s;
    z-index: 4;
    border: 0;
}

    .sticky .digcart_menu > ul > li > a {
        display: block;
        margin: 30px 13px;
        transition: .5s;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .sticky.upper1.digcart_nav_manu {
        z-index: 444;
        position: relative;
        margin-bottom: -91px;
        border-bottom: none;
        padding: 0 0 0 42px;
        background: #000;
    }

    .sticky .lines {
        display: none;
    }

    .sticky.style-two .search-box-btn i {
        display: inline-block;
        color: #33354b;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }

    .sticky.style-two .header-button {
        float: right;
        margin: 20px 138px 0 0px;
    }

    .sticky.style-two .slider-button-text {
        float: right;
        position: relative;
        margin: -72px 0px 0 0;
    }

/* sub menu style */
.digcart_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #ed2c41;
}

    .digcart_menu ul .sub-menu.show {
        opacity: 1;
        visibility: visible;
        top: 100%;
        z-index: 9;
    }

.digcart_menu ul li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.digcart_menu ul .sub-menu li {
    position: relative;
}

    .digcart_menu ul .sub-menu li a {
        display: block;
        padding: 12px 20px;
        margin: 0;
        line-height: 1.3;
        letter-spacing: normal;
        font-size: 17px;
        font-weight: 600;
        font-family: "Rajdhani";
        text-transform: capitalize;
        transition: .1s;
        visibility: inherit !important;
        color: #616161;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .digcart_menu ul .sub-menu li:hover > a,
    .digcart_menu ul .sub-menu .sub-menu li:hover > a,
    .digcart_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
    .digcart_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
        background: #ed2c41;
        color: #fff !important;
    }

/* sub menu 2 */
.digcart_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.digcart_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.digcart_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.digcart_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.digcart_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 4 */
.digcart_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

    .digcart_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        top: 0%;
    }

.digcart_nav_manu.sticky a.dtbtn:hover {
    color: #fff !important;
}

.white .header-button .dtbtn {
    background: #423e6d;
    border-color: #423e6d;
}

.digcart_menu li a:hover:before {
    width: 101%;
}

.digcart_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.digcart_nav_manu.sticky .main_sticky {
    display: inherit;
}

.digcart_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #fc9615;
    border: 2px solid #fc9615;
}

    .digcart_nav_manu.sticky a.dtbtn:hover {
        color: #43baff;
    }

.mobile-menu.mean-container {
    overflow: hidden;
}

/* ===== MEGA MENU ELEGANTE ===== */
@media (min-width: 992px) {
    .mega-menu-item {
        position: static;
    }

    .mega-menu-dropdown {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-20px);
        width: 90vw;
        max-width: 1200px;
        border: none;
        border-radius: 0;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        padding: 0;
        margin: 0;
        background: #fff;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        display: block !important;
        overflow: hidden;
    }

    .mega-menu-container {
        position: relative;
    }

    /* Header do Mega Menu */
    .mega-menu-header {
        background: linear-gradient(135deg, #ed2c41 0%, #ed2c41 100%);
        color: #fff;
        padding: 2rem 0;
        position: relative;
        overflow: hidden;
    }

        .mega-menu-header::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transform: translate(50%, -50%);
        }

    .mega-menu-main-title {
        font-family: "Rajdhani";
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: #fff;
    }

    .mega-menu-subtitle {
        font-size: 1rem;
        opacity: 0.9;
        margin-bottom: 0;
    }

    .mega-menu-badge {
        background: rgba(255, 255, 255, 0.15);
        padding: 1rem;
        border-radius: 1rem;
        text-align: center;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

        .mega-menu-badge i {
            font-size: 1.5rem;
            color: #f59e0b;
        }

    /* Conteúdo do Mega Menu */
    .mega-menu-content {
        padding: 3rem 0;
        background: #fff;
    }

    .mega-menu-column {
        height: 100%;
        padding: 1.5rem;
        border-radius: 1rem;
        transition: all 0.3s ease;
        position: relative;
    }

        .mega-menu-column:hover {
            background: #f8fafc;
            transform: translateY(-5px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

    .mega-menu-column-header {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #f1f5f9;
    }

    .mega-menu-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #ed2c41 0%, #ed2c41 100%);
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
        flex-shrink: 0;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

        .mega-menu-icon i {
            font-size: 1.25rem;
            color: #fff;
        }

    .mega-menu-title-wrapper {
        flex: 1;
    }

    .mega-menu-title {
        font-family: "Rajdhani";
        font-size: 1.125rem;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 0.25rem;
    }

    .mega-menu-description {
        font-size: 0.875rem;
        color: #64748b;
        line-height: 1.4;
        margin-bottom: 0;
    }

    /* Imagem do Mega Menu */
    .mega-menu-image {
        position: relative;
        overflow: hidden;
        border-radius: 0.5rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

        .mega-menu-image img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            transition: all 0.3s ease;
        }

    .mega-menu-image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(237, 44, 65, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.3s ease;
    }

        .mega-menu-image-overlay i {
            color: #fff;
            font-size: 1.5rem;
        }

    .mega-menu-image:hover .mega-menu-image-overlay {
        opacity: 1;
    }

    .mega-menu-image:hover img {
        transform: scale(1.1);
    }

    /* Links do Mega Menu */
    .mega-menu-links {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .mega-menu-link {
        display: block;
        text-decoration: none;
        color: #374151;
        transition: all 0.15s ease;
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .mega-menu-link-content {
        display: flex;
        align-items: center;
        padding: 0.75rem;
        transition: all 0.15s ease;
    }

    .mega-menu-link:hover .mega-menu-link-content {
        background: #fff;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        transform: translateX(5px);
    }

    .mega-menu-link-icon {
        width: 35px;
        height: 35px;
        background: #f1f5f9;
        border-radius: 0.375rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.75rem;
        flex-shrink: 0;
        transition: all 0.15s ease;
    }

    .mega-menu-link:hover .mega-menu-link-icon {
        background: #ed2c41;
        color: #fff;
    }

    .mega-menu-link-icon i {
        font-size: 0.875rem;
        color: #64748b;
        transition: all 0.15s ease;
    }

    .mega-menu-link:hover .mega-menu-link-icon i {
        color: #fff;
    }

    .mega-menu-link-text {
        flex: 1;
    }

    .link-title {
        display: block;
        font-weight: 500;
        font-size: 0.9rem;
        color: #1e293b;
        margin-bottom: 2px;
    }

    .link-description {
        display: block;
        font-size: 0.75rem;
        color: #64748b;
        line-height: 1.3;
    }

    .mega-menu-link-arrow {
        opacity: 0;
        transform: translateX(-10px);
        transition: all 0.15s ease;
        color: #ed2c41;
    }

    .mega-menu-link:hover .mega-menu-link-arrow {
        opacity: 1;
        transform: translateX(0);
    }

    /* Coming Soon */
    .coming-soon {
        text-align: center;
        padding: 2rem;
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        border-radius: 1rem;
        border: 2px dashed #cbd5e1;
        position: relative;
        overflow: hidden;
    }

        .coming-soon::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            animation: shimmer 3s infinite;
        }

    @keyframes shimmer {
        0% {
            transform: translateX(-100%) translateY(-100%) rotate(45deg);
        }

        100% {
            transform: translateX(100%) translateY(100%) rotate(45deg);
        }
    }

    .coming-soon-icon {
        width: 60px;
        height: 60px;
        background: #f59e0b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
        animation: pulse 2s infinite;
    }

        .coming-soon-icon i {
            font-size: 1.5rem;
            color: #fff;
        }

    .coming-soon h6 {
        font-weight: 600;
        color: #374151;
        margin-bottom: 0.5rem;
    }

    .coming-soon-progress {
        width: 100%;
        height: 4px;
        background: #e2e8f0;
        border-radius: 2px;
        overflow: hidden;
        margin-top: 1rem;
    }

    .progress-bar {
        width: 60%;
        height: 100%;
        background: linear-gradient(90deg, #ed2c41, #f59e0b);
        border-radius: 2px;
        animation: progress 2s ease-in-out infinite;
    }

    @keyframes progress {
        0%, 100% {
            width: 60%;
        }

        50% {
            width: 80%;
        }
    }

    /* Footer do Mega Menu */
    .mega-menu-footer {
        background: #f8fafc;
        padding: 2rem 0;
        border-top: 1px solid #e2e8f0;
    }

    .mega-menu-contact {
        display: flex;
        gap: 2rem;
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .contact-item i {
            font-size: 1.25rem;
        }

        .contact-item div {
            display: flex;
            flex-direction: column;
        }

        .contact-item strong {
            font-size: 0.875rem;
            color: #1e293b;
        }

        .contact-item span {
            font-size: 0.875rem;
            color: #64748b;
        }

    .mega-menu-actions {
        display: flex;
        align-items: center;
    }

    /* Animações das colunas */
    .mega-menu-column {
        animation: fadeInUp 0.5s ease-out;
    }

        .mega-menu-column:nth-child(1) {
            animation-delay: 0.1s;
        }

        .mega-menu-column:nth-child(2) {
            animation-delay: 0.2s;
        }

        .mega-menu-column:nth-child(3) {
            animation-delay: 0.3s;
        }

        .mega-menu-column:nth-child(4) {
            animation-delay: 0.4s;
        }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/*====================================================
--< digcart Header Top Menu Area Css -->
======================================================*/


/* ===== ANIMATIONS ===== */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.digcart_menu > ul > li > a span {
    display: none;
}
