/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --theme-primary: #1B59A4;
    --theme-secondary: #0B3142;
    --theme-ternary: #fedca0;
    --theme-ternary-hard: #f0b649;
    --theme-primary-gradient: linear-gradient(101.15deg, #f0b649 14.52%, #FAEDCF 54.61%, #f6be58 78.24%);
    --theme-ternary-gradient: linear-gradient(90deg, #f0b649 0%, #fedca0 29.81%, #FFF3DE 64.9%, #ebac38 100%);
}

::selection {
    background: var(--theme-primary) !important;
}

body {
    scroll-behavior: smooth;
}
body.unaccepted-cookie {
    padding-bottom: 120px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    box-shadow: none;
    cursor: pointer;
    position: relative;
        top: 0;
        right: 0;
}

/* Footer */
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer::before {
    content: '';
    position: absolute;
        top: -5.5rem;
        left: 0;
    width: 100%;
    height: 200px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 98;
}
footer .bg-white {
    z-index: 99;
}

#logo {
    margin-right: auto !important;
}

.logo-footer img {
    height: 60px;
    object-fit: contain;
}

.text-theme {
    color: var(--theme-primary) !important;
}
.text-title-footer {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-primary);
    text-align: center;
}

.text-justify {
    text-align: justify !important;
}

.max-w-term {
    max-width: 970px !important;
}

.mobile-menu-footer {
    /* grid-template-columns: repeat(2, 1fr); */
}
.mobile-menu-footer .navbar-item a.active {
    color: var(--theme-primary);
    font-weight: 700;
}

.social-icon.bg-instagram {
    background-color: #F00073 !important;
    color: var(--bs-white) !important;
}
.social-icon.bg-facebook {
    background-color: #1877F2 !important;
    color: var(--bs-white) !important;
}
.social-icon.bg-youtube {
    background-color: #FF0000 !important;
    color: var(--bs-white) !important;
}
.social-icon.bg-tiktok {
    background-color: #000000 !important;
    color: var(--bs-white) !important;
}
.social-icon.bg-mail {
    background-color: #FC6D26 !important;
    color: var(--bs-white) !important;
}
.social-icon:hover {
    filter: brightness(1.2);
}

/* Navbar */
/* body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) #header-wrap {
    position: fixed !important;
} */

.primary-menu {}
.primary-menu .menu-container {
    display: block !important;
    border: none !important;
    height: 0px;
    overflow: hidden;
    padding-inline: 2.5rem !important;
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.primary-menu.primary-menu-active .menu-container {
    height: 480px;
}


.top-search-form {
    width: calc(100% - 0px) !important;
}
.top-search-open .top-search-parent #logo {
    opacity: 0 !important;
    z-index: unset;
}
.top-search-open .top-search-parent .absolute-index {
    opacity: 1 !important;
    z-index: 11;
}

.header-wrap-clone {
    height: 56px !important;
}

.header-misc-icon > a {
    height: 24px !important;
    width: 24px !important;
}
.header-misc-icon > a > i {
    font-size: 20px !important;
}

.logo {
    border: none !important;
    margin-left: 0 !important;
}
.logo img {
    height: 40px !important;
}

.is-expanded-menu .full-header #logo {
    padding-inline: 8px !important;
}

.primary-menu-active .menu-container {
    padding-inline: 2.5rem !important;
}
.primary-menu-active .menu-link {
    flex-direction: column !important;
}
.is-expanded-menu .full-header .primary-menu .menu-container {
    margin-inline: 0px !important;
    padding-inline: 0px !important;
}
.header-misc {
    margin-inline: 0 !important;
}
.menu-item {
    border: 0 none !important;
}
.menu-link {
    display: flex;
    justify-content: center;
    align-items: start;
    font-family: 'Myriad Pro Regular', serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    padding-block: 5px !important;
    padding-inline: 0 !important;
    position: relative;
    text-transform: uppercase;
    transition: all .2s !important;
}
.menu-link > div {
    padding-block: 6px !important;
    padding-inline: 8px !important;
}
.menu-link.active,
.menu-link:hover {
    color: var(--theme-primary) !important;
}
.menu-link.active {
    /* font-family: 'Barmeno Extra Bold', serif !important; */
    font-weight: 1000 !important;
}
.menu-link.active > div {
    /* background-color: var(--bs-white); */
    background: var(--theme-primary-gradient);
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    padding-inline: 20px !important;
}
/* .menu-link.active::before {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    z-index: -1;
    height: 60px;
    width: 85%;
    border-radius: 50%;
    background: radial-gradient(rgba(255, 243, 222, .25) 50%, rgba(255,255,255,1), rgba(255,255,255,1));
} */

.generated-title img {
    height: 30px;
    object-fit: contain;
    width: 100%;
}
.generated-title.start img {
    object-position: left;
}
.generated-title.end img {
    object-position: right;
}
.generated-title.small img {
    height: 20px;
}
.generated-title.medium img {
    height: 25px;
}
.generated-title.semimedium img {
    height: 32px;
}
.generated-title.large img {
    height: 80px;
}
.generated-title.extra-large img {
    height: 100px;
}

/* Buttons */
.nav-link {
    color: var(--bs-gray-600);
    transition: all .2s;
}
.nav-link:hover {
    color: var(--theme-primary) !important;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--theme-primary);
    display: flex;
    align-items: end;
    font-weight: 700;
}
.breadcrumb .breadcrumb-item.active::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-left: 0 !important;
}

.btn-theme-primary,
.btn-theme-orange,
.btn-theme-white {
    background: var(--theme-ternary-gradient);
    border: 0 none;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    padding: 2px;
}
.btn-theme-primary > div,
.btn-theme-orange > div,
.btn-theme-white > div {
    border-radius: 25px;
    font-family: 'Myriad Pro Regular', serif !important;
    /* font-size: 13px; */
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px 20px;
    transition: all .2s;
}
.btn-theme-primary > div {
    background-color: var(--theme-primary);
    color: var(--bs-white);
}
.btn-theme-primary:hover > div {
    background-color: var(--bs-primary);
}
.btn-theme-orange > div {
    background-color: #EA501F;
    color: var(--bs-white) !important;
}
.btn-theme-orange:hover > div {
    background-color: #dc4416;
}
.btn-theme-orange > div > img {
    height: 18px;
    margin-right: 8px;
    object-fit: contain;
    width: 18px;
}
.btn-theme-white > div {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}
.btn-theme-white:hover > div {
    background-color: var(--bs-gray-300);
}

.btn-theme-join-community {
    background: var(--theme-ternary-gradient);
    border-radius: 25px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 3px;
}
.btn-theme-join-community > div {
    background-color: var(--theme-secondary);
    border-radius: 25px;
    padding: 8px 20px;
    transition: all .2s;
}
.btn-theme-join-community:hover > div {
    background-color: var(--theme-primary);
}
.button-gradient-text-navbar {
    background: linear-gradient(90deg, #F1CF92 0%, #FFF3DE 50%, #F1CF92 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 900;
}

.floating-shortcuts {
    position: fixed;
        top: 45%;
        left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}
.floating-whatsapp {
    position: fixed;
        bottom: 0px;
        right: 20px;
    z-index: 100;
}
.floating-whatsapp > a img {
    height: 60px;
    transition: all .2s;
}
.floating-whatsapp > a:hover img {
    filter: brightness(1.2);

}

.banner-home {
    margin-top: 3.5rem;
}

.modal-theme {
    background-image: var(--theme-primary-gradient);
    border-radius: 15px !important;
    padding: 7px;
}
.modal-theme .modal-inner-content {
    background-color: var(--bs-white);
    border-radius: 8px;
}
.modal-theme .modal-theme-heading {
    position: relative;
    text-align: center !important;
}
.modal-theme .modal-theme-heading h6 {
    color: var(--theme-primary);
    font-family: 'Barmeno Extra Bold', serif !important;
    font-weight: 1000;
    font-size: 28px !important;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
}
.modal-theme .modal-theme-heading::before {
    content: attr(data-outline);
    color: var(--theme-ternary);
    font-family: 'Barmeno Extra Bold', serif !important;
    font-weight: 1000;
    font-size: 28px !important;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    position: absolute;
        top: 0;
        left: 0px;
    z-index: 0;
    text-shadow: 0 -5px 14px rgba(var(--bs-dark-rgb), .5);
    stroke: 6px var(--theme-ternary);
    -webkit-text-stroke: 6px var(--theme-ternary);
}
.modal-theme .btn-close-modal {
    background-color: var(--theme-primary);
    border: 0 none;
    border-radius: 50%;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    font-size: 10px !important;
}
.modal-theme .input-group {
    border: 2px solid var(--bs-gray-300) !important;
    border-radius: 10px;
}
.modal-theme .input-group input {
    background-color: transparent !important;
    border: 0 none !important;
}
.modal-theme .input-group button {
    color: var(--theme-primary) !important;
}
.modal-theme .input-group input:focus,
.modal-theme .input-group button:focus {
    box-shadow: none !important;
    border: 0 none !important;
}
.modal-theme .icons-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.modal-theme .icons-share > a {
    display: block;
}
.modal-theme .icons-share > a img {
    height: 40px;
    object-fit: contain;
    transition: all .2s;
}


/* Article */
.article-highlight {
    border: 0 none;
    box-shadow: none;
    border-radius: 1rem;
    color: var(--bs-dark);
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.article-sub-highlight {
    border: 0 none;
    box-shadow: none;
    border-radius: 1rem;
    color: var(--bs-dark);
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.article-item {
    border: 0 none;
    box-shadow: none;
    border-radius: 1rem;
    color: var(--bs-dark);
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.article-item::before {
    content: "";
    position: absolute;
        top: 200px;
        left: 0;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 1;
}
.article-item:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.article-item:hover::before {
    opacity: 1;
    transform: translateY(0);
}
.article-highlight figure,
.article-sub-highlight figure,
.article-item figure {
    border-radius: 1rem;
    margin: 0;
    overflow: hidden;
}
.article-sub-highlight figure {
    flex: 180px 0 0;
    width: 100%;
}
.article-highlight figure > img,
.article-sub-highlight figure > img,
.article-item figure > img {
    display: block;
    height: 240px;
    object-fit: cover;
    transform-origin: center;
    transition: transform 0.4s ease;
    width: 100%;
}
.article-sub-highlight figure > img {
    height: 180px;
}
.article-highlight:hover img,
.article-sub-highlight:hover img,
.article-item:hover img {
    transform-origin: center;
    transform: scale(1.05);
}
.article-highlight .article--body,
.article-sub-highlight .article--body,
.article-item .article--body {
    background: var(--bs-white);
    position: relative;
    z-index: 2;
}
.article-highlight .article--body-title {
    font-size: 24px;
    transition: all .2s;
}
.article-sub-highlight .article--body-title,
.article-item .article--body-title {
    font-style: 18px;
    transition: all .2s;
}
.article-highlight:hover .article--body-title,
.article-sub-highlight:hover .article--body-title,
.article-item:hover .article--body-title {
    color: var(--theme-primary);
    position: relative;
}
.article-highlight .article--body-text::before,
.article-sub-highlight .article--body-text::before,
.article-item .article--body-text::before {
    content: '';
    display: block;
    height: 2px;
    margin: 5px 0 10px 0;
    position: relative;
        bottom: 0;
        left: 0;
    width: 100%;
    background: var(--theme-ternary-gradient);
}
.article-highlight .article--body-title,
.article-sub-highlight .article--body-title,
.article-item .article--body-title,
.article-highlight .article--body-text,
.article-sub-highlight .article--body-text,
.article-item .article--body-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px 0;
    text-overflow: ellipsis;
    width: 100%;
}
.article-sub-highlight .article--body-text {
    /* display: none; */
}

.shortcut-btn {
    background-color: #1B59A4;
    color: white;
    width: 45px; /* lebar default */
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 8px 8px 0px;
    border: 2px solid #F9E7C5;
    border-left-width: 0px;
    transition: all 0.3s ease, opacity 0.3s ease;
    position: relative;
    opacity: 0.85;
    overflow: hidden;
    white-space: nowrap;
}
.shortcut-btn:hover {
    opacity: 1;
    width: 45px;
}
.shortcut-btn:hover span,
.shortcut-btn:hover i {
    background: linear-gradient(90deg, #F1CF92 0%, #FFF3DE 29.81%, #F1CF92 64.9%, #FFF3DE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shortcut-btn.with-label {
    gap: 8px;
}
.shortcut-btn.with-label .label {
    display: none;
    font-weight: bold;
}
.shortcut-btn.with-label:hover .label {
    display: none;
    animation: fadeIn 0.3s forwards;
}

.accordion .accordion-header,
.toggle-bg .toggle-header {
    align-items: center !important;
    transition: all .2s;
}
.accordion .accordion-header:hover,
.toggle-bg .toggle-header:hover {
    filter: brightness(1.2);
}

.cookie-banner {
    max-width: 360px;
    position: fixed;
        bottom: 0;
        left: 50%;
        right: 50%;
    background: #EAEAEA;
    border-top: 2px solid #EAEAEA;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    padding: 25px 15px;
    width: 100%;
    transform: translate(-50%, -5%);
    z-index: 1000;
}
.cookie-banner h5 {
    color: var(--theme-primary);
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}
.cookie-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.cookie-actions > a {
    width: 100%;
    white-space: nowrap;
}

.for-desktop {
    display: none;
}
.for-mobile {
    display: block;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}
/* md: tablet */
@media (min-width: 768px) {
    .floating-whatsapp {
        z-index: 97;
    }

    .top-search-form {
        width: calc(100% - 150px) !important;
    }
    .top-search-open .top-search-parent #logo {
        opacity: 1 !important;
        z-index: 11 !important;
    }

    .menu-link {
        padding-block: 7px !important;
    }

    .generated-title img {
        height: 40px;
    }
    .generated-title.small img {
        height: 10px;
    }
    .generated-title.medium img {
        height: 18px;
    }
    .generated-title.semimedium img {
        height: 28px;
    }
    .generated-title.large img {
        height: 40px;
    }
    .generated-title.extra-large img {
        height: 60px;
    }

    /* Article */
    .article-sub-highlight figure {
        flex: 180px 0 0;
        width: 180px;
    }
    .article-sub-highlight .article--body-text {
        display: -webkit-box;
    }

    .text-title-footer {
        text-align: left;
    }

    .cookie-banner {
        max-width: unset;
        position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
        background: #EAEAEA;
        border-radius: 0;
        border-top: 2px solid #EAEAEA;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
        padding: 15px 20px;
        transform: unset;
    }
    .cookie-banner h5 {
        font-size: 20px;
    }
    .cookie-actions {
        flex-direction: row;
        margin-left: auto;
    }
    /* .cookie-actions .btn-accept {
        background: var(--theme-primary);
        color: var(--bs-white);
        border: none;
        padding: 8px 15px;
        border-radius: 5px;
        cursor: pointer;
    }
    .cookie-actions .btn-decline {
        background: var(--bs-white);
        border: 2px solid var(--theme-primary);
        color: var(--theme-primary);
        padding: 8px 15px;
        border-radius: 5px;
        cursor: pointer;
    } */
}
/* lg: desktop */
@media (min-width: 992px) {
    #logo {
        margin-right: 0 !important;
    }

    .primary-menu .menu-container {
        display: flex !important;
        height: unset;
        overflow: unset;
        padding-inline: unset !important;
        transition: all .5s;
    }
    .primary-menu.primary-menu-active .menu-container {
        height: unset;
    }

    .top-search-form {
        width: calc(100% - 300px) !important;
    }

    .logo-footer img {
        height: 40px;
    }

    .menu-link.active > div {
        /* background-color: var(--bs-dark); */
        background: var(--theme-primary-gradient);
    }

    .shortcut-btn:hover {
        opacity: 1;
        width: 160px;
    }
    .shortcut-btn.with-label:hover .label {
        display: inline;
        animation: fadeIn 0.3s forwards;
    }

    .generated-title img {
        height: 60px;
        object-fit: contain;
        width: 100%;
    }
    .generated-title.small img {
        height: 20px;
    }
    .generated-title.medium img {
        height: 28px;
    }
    .generated-title.semimedium img {
        height: 50px;
    }
    .generated-title.large img {
        height: 80px;
    }
    .generated-title.extra-large img {
        height: 120px;
    }

    /* Article */
    .article-sub-highlight figure {
        flex: 220px 0 0;
        width: 220px;
    }
    .article-sub-highlight .article--body-text {
        display: block;
    }
    .article-highlight .article--body-text,
    .article-sub-highlight .article--body-text,
    .article-item .article--body-text {
        display: -webkit-box;
        width: 100%;
    }

    .floating-shortcuts {
        position: fixed;
            top: 30%;
    }

    .floating-whatsapp {
        position: fixed;
            bottom: 20px;
    }
    .unaccepted-cookie .floating-whatsapp {
        bottom: 120px;
    }
    .floating-whatsapp a > img {
        height: 80px;
    }

    .for-desktop {
        display: block;
    }
    .for-mobile {
        display: none;
    }
}
/* xl: wide */
@media (min-width: 1200px) {
}
/* super wide */
@media (min-width: 1440px) {
    footer::before {
        top: -8rem;
    }

    .generated-title img {
        height: 60px;
        object-fit: contain;
        width: 100%;
    }
    .generated-title.small img {
        height: 25px;
    }
    .generated-title.medium img {
        height: 42px;
    }
    .generated-title.large img {
        height: 90px;
    }
    .generated-title.extra-large img {
        height: 155px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
