/* Start custom CSS for html, class: .elementor-element-2734dd49 *//* ================================
   MAIN MEGA MENU
================================ */

.sc-format-menu {
    width: 800px;
    max-width: 100%;
    /*min-height: 427px;*/

    display: flex;

    background: #ffffff;

    border-radius: 20px;
    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.08);
        margin: 0 auto;
       
       
}


/* ================================
   LEFT CONTENT
================================ */

.sc-format-left {
    width: 55%;
    padding: 28px 30px 26px 30px;

    background: #ffffff;
}


/* ================================
   TITLE
================================ */

.sc-format-title {
    margin: 0 0 24px 0;

    color: #929292;

    font-size: 11px;
    line-height: 1.2;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}


/* ================================
   FORMAT ITEM
================================ */

.sc-format-item {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 20px;

    text-decoration: none;

    color: inherit;
    font-family: Poppins, sans-serif;
}

.sc-format-item:last-child {
    margin-bottom: 0;
}


/* ================================
   ICON BOX
================================ */

.sc-format-icon {
    width: 34px;
    height: 34px;

    min-width: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #fff1f3;

    color: #f0344c;
}

/*.sc-format-item:hover{*/
/*    background: red;*/
/*}*/


/* ================================
   ITEM CONTENT
================================ */

.sc-format-content {
    padding-top: 1px;
}

.sc-format-name {
    display: block;

    margin-bottom: 5px;

    color: #303030;

    font-size: 14px;

    line-height: 1.3;

    font-weight: 700;
        font-family: Poppins, sans-serif;
}

.sc-format-description {


    margin: 0;

    color: #6b6b6b;

    font-size: 13px;

    line-height: 1.55;

    font-weight: 400;
    font-family: Poppins, sans-serif;
}


/* ================================
   RIGHT FEATURED AREA
================================ */

.sc-featured-guide {
    width: 45%;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 30px 24px;

    min-height: 427px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #783139 0%,
            #563033 28%,
            #272727 72%,
            #292929 100%
        );
}


/* Subtle overlay */

.sc-featured-guide::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(255,255,255,0.06),
            transparent 35%
        );

    pointer-events: none;
}


/* ================================
   FEATURED CONTENT
================================ */

.sc-featured-content {
    position: relative;

    z-index: 2;
}


/* ================================
   DOTS
================================ */

.sc-featured-dots {
    display: flex;

    align-items: center;

    gap: 4px;

    margin-bottom: 17px;
}

.sc-featured-dot {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #f02e48;
}

.sc-featured-dot:nth-child(2) {
    background: #f02e48;
}

.sc-featured-dot:nth-child(3) {
    background: #777777;
}


/* ================================
   FEATURED LABEL
================================ */

.sc-featured-label {
    margin-bottom: 13px;

    color: #f24a5c;

    font-size: 10px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.8px;

    text-transform: uppercase;
        font-family: Poppins, sans-serif;
}


/* ================================
   FEATURED TITLE
================================ */

.sc-featured-title {
    margin: 0 0 14px 0;
    letter-spacing: -0.3px;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
}


/* ================================
   FEATURED LINK
================================ */

.sc-featured-link {
    display: inline-flex;

    align-items: center;

    color: #ffffff;

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1px;

    text-decoration: none;

    transition: all 0.25s ease;
        font-family: Poppins, sans-serif;
}

.sc-featured-link:hover {
    color: #f03b52;

    transform: translateX(3px);
}

.sc-menu-left{
    border-top:1px solid #e9e9e9;
    padding-top: 10px;
}

.sc-menu-left a{
    align-items: center;

    color: #e43946;

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1px;

    text-decoration: none;

    transition: all 0.25s ease;
        font-family: Poppins, sans-serif;
}
.sc-menu-left a:hover {
    /*transition: transform 0.25s ease;*/
    transform: translateX(4px);
    color: #2d2d2d;
}



/* ================================
   HOVER EFFECTS
================================ */

.sc-format-item {
    transition: transform 0.25s ease;
}

.sc-format-item:hover {
    transform: translateX(4px);
}

.sc-format-item:hover .sc-format-name {
    color: #e43946;
}

.sc-format-icon {
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.sc-format-item:hover .sc-format-icon {
    background: #ffe3e7;

    transform: scale(1.05);
}


/* ================================
   TABLET
================================ */

@media only screen and (max-width: 1024px) {

    .sc-format-menu {
        width: 100%!important;
        padding-left: 10px;
        margin-top:0;
    }
    .sc-featured-guide{
        display: none;
    }

    .sc-format-left {
        padding: 25px 22px;
    }

    .sc-featured-guide {
        padding: 25px 20px;
    }

    .sc-format-name {
        font-size: 13px;
    }

    .sc-format-description {
        font-size: 12px;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100%!important;
}

}


/* ================================
   MOBILE
================================ */

@media only screen and (max-width: 767px) {

   

    .sc-format-menu {
        flex-direction: column;

        width: 100%;
         padding-left: 0px;
        min-height: auto;
    }

    .sc-format-left {
        width: 100%;

        padding: 25px 22px;
    }

    .sc-featured-guide {
        width: 100%;

        min-height: 280px;

        padding: 30px 22px;
    }

    .sc-format-description {
        max-width: 100%;
    }

}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 380px) {

    .sc-format-item {
        gap: 10px;
    }

    .sc-format-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .sc-format-name {
        font-size: 13px;
    }

    .sc-format-description {
        font-size: 12px;
    }

    .sc-featured-title {
        font-size: 18px;
    }

}/* End custom CSS */