@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;700;900&display=swap');

:root {
    /* --- Premium Palette 2026 --- */
    --primary: #0f172a;
    /* Deep Navy */
    --primary-light: #1e293b;
    /* Slate 800 */
    --accent: #38bdf8;
    /* Sky Blue */
    --accent-dark: #0284c7;
    /* Sky 600 */
    --success: #10b981;
    /* Emerald */
    --danger: #ef4444;
    /* Red 500 */
    --warning: #f59e0b;
    /* Amber */

    --bg-body: #f8fafc;
    /* Slate 50 */
    --bg-surface: #ffffff;
    --text-main: #334155;
    /* Slate 700 */
    --text-muted: #64748b;
    /* Slate 500 */
    --text-light: #94a3b8;
    /* Slate 400 */

    /* Legacy Mappings (Maintains backward compatibility) */
    --color-black: var(--primary);
    --color-black-75: rgba(15, 23, 42, 0.75);
    --color-black-50: rgba(15, 23, 42, 0.5);
    --color-white: #ffffff;
    --color-white-75: rgba(255, 255, 255, 0.75);
    --color-neutra: var(--bg-body);
    --color-neutra-50: #e2e8f0;
    --color-blue: var(--accent-dark);
    --color-danger: var(--danger);
    --color-success: var(--success);

    /* Typography */
    --font-heading: 'Outfit', 'Inter', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;

    --fs-1: 2.5rem;
    --fs-2: 1.75rem;
    --fs-3: 1.25rem;
    --fs-4: 1rem;
    --fs-5: 0.875rem;

    --fw-light: 300;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --fw-black: 900;
}

.h-100 {
    height: 100% !important;
}

.color-black {
    color: var(--color-black) !important;
}

.color-blue {
    color: var(--color-blue) !important;
}

.color-black-75 {
    color: var(--color-black-75);
}

.fs1 {
    font-size: var(--fs-1) !important;
}

.fs2 {
    font-size: var(--fs-2) !important;
}

.fs3 {
    font-size: var(--fs-3) !important;
}

.fs4 {
    font-size: var(--fs-4) !important;
}

.fs5 {
    font-size: var(--fs-5) !important;
}

.fw-light {
    font-weight: var(--fw-light);
}

.bg-neutro {
    background-color: var(--color-neutra);
}

.radius-8 {
    border-radius: 8px !important;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
}

.pointer {
    cursor: pointer;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-body);
    color: var(--text-main);
}

a {
    text-decoration: none !important;
}

.white {
    color: var(--color-white) !important;
}

.cursor,
.paymenttype_id:hover {
    cursor: pointer;
}

.pesquisar_home {
    color: var(--color-white) !important;
    font-size: 20px;
}

p,
.topicos {
    font-weight: var(--fw-semi-bold);
}

.blue_ff {
    color: #13294B !important;
}

.blue_subtitulo {
    color: #564f49 !important;
}

.blue_texto {
    color: #2B2A29 !important;
}

.blue_alternativo {
    color: #696969 !important;
}

.check {
    color: #7AB19F;
}

.cancel {
    color: #CF7979;
}

.btn_black,
.btn_planos,
.btn_planos_outline {
    width: 100%;
    border-radius: 6px !important;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    padding-block: 15px !important;
    font-size: var(--fs-4) !important;
}

.btn_black,
.btn_planos {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
}

.btn_planos:hover,
.btn_black:hover {
    background-color: #313538 !important;
}

.btn_black:disabled {
    background-color: #afafaf !important;
}

.btn_planos_outline:disabled {
    background-color: rgba(239, 239, 239, 0.3) !important;
    border-color: rgba(118, 118, 118, 0.8) !important;
    color: rgba(118, 118, 118, 0.8) !important;
}



.btn_planos_outline {
    border: var(--color-black) 1px solid !important;
    background-color: var(--color-neutra) !important;
    color: var(--color-black) !important;
}

.btn_planos_outline:hover {
    background-color: var(--color-neutra) !important;
}

.btn_planos:focus,
.btn_planos_outline:focus {
    box-shadow: none !important;
}





.menu-login:hover,
.menu-login:focus {
    font-weight: bold;
    background-color: #767676 !important;
}

.menu-login:hover .white {
    color: white !important;
}

.menu-login:active {
    background-color: #e9ecef !important;
    font-weight: bold;
}

.menu-login:active .white {
    color: #1e2125 !important;
}

.user-options hr {
    border-top: 1px solid white !important;
}

.input_datas {
    max-width: 120px;
    ;
    padding: 0.25rem 1.5rem !important;
    border-radius: 20px !important;
    border: #959393 1px solid;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.texto_sobre {
    color: var(--color-black-50);
    font-weight: var(--fw-bold);
    font-size: var(--fs-4);
    padding: 2%;
}

.icones {
    border-radius: 50% !important;
    color: white;
    padding: 4%;
    margin-bottom: 10%;
    width: 7rem !important;
}

.carousel-item .card {
    height: 350px;
    align-items: center;
    border: none;
    background-color: transparent !important;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex !important;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0) !important;
}

.carousel-indicators {
    margin-bottom: 0 !important;
}

.carousel-indicators button {
    width: 15px !important;
    height: 15px !important;
    background-color: #13294B !important;
    border-radius: 50%;
}

.card-map {
    margin-bottom: 0px !important;
}

.set-map {
    height: 600px;
    width: 100% !important;
}

#map {
    z-index: 99;
}

.copy-icon {
    height: 40px;
    width: 40px;
}

.title-bloco {
    color: #6B7984;
    font-size: .9rem;
    font-weight: 600;
}

.text-bloco {
    color: #2B2A29;
    font-weight: 600;
    font-size: 1rem;
}

.total-bloco {
    font-weight: bolder;
    font-size: 1.1rem;
    color: #2B2A29;
}

.bg-bloco {
    background-color: #f2f2f2;
}

.row-encomendas:hover .row,
.row-encomendas:focus .row {
    background-color: #b9bec357;
}

.parallax {
    background-color: #EDF2F5;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(237, 242, 245, 0.5)), url('../img/bg_parallax.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-attachment: fixed;
}

.about2 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #223A5E !important;
}

.product-title {
    font-size: 1.3rem !important;
}

.sombra {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    -webkit-box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    -moz-box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    font-size: 14px;
    padding: 40px 20px !important;
    margin: 10px 0 30px 0;
    border-radius: 8;
}

.adquirir {
    text-transform: uppercase;
    background-color: #564f49 !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    padding: 4% !important;
    transition: transform .2s;
    color: white !important;
}

.adquirir:hover,
.btn_search:hover {
    color: #2B2A29 !important;
    background-color: #c1c1c1 !important;
    box-shadow: 0 3px 6px #8b919caf;
    -webkit-box-shadow: 0 3px 6px #8b919caf;
    -moz-box-shadow: 0 3px 6px #8b919caf;
}

.adquirir a {
    text-decoration: none;
    color: white !important;
}

.mais-info {
    text-transform: uppercase;
    background-color: #EDF2F5 !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    border: 1px solid #1A3459 !important;
    padding: 4% !important;
    transition: transform .2s !important;
}

.mais-info a {
    text-decoration: none;
    color: #564f49 !important;
}

.mais-info:hover {
    color: #564f49;
    background-color: #C8D0DE !important;
    box-shadow: 0 3px 6px #8b919caf;
    -webkit-box-shadow: 0 3px 6px #8b919caf;
    -moz-box-shadow: 0 3px 6px #8b919caf;
}

.mais-info-cards {
    text-decoration: none;
    color: #7D8AA1 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 1rem;
}

.mais-info-cards:hover,
.links:hover {
    color: #564f49 !important;
    transform: scale(1.01);
}

.header-card {
    background-color: #EDF2F5;
    padding: 1rem 1rem;
    box-shadow: 0 3px 6px #b2bbca81;
    -webkit-box-shadow: 0 3px 6px #b2bbca81;
    -moz-box-shadow: 0 3px 6px #b2bbca81;
    min-height: 77px;
}

.ver-todos {
    color: #13294B !important;
    text-transform: uppercase;
    font-weight: bold;
}

.ver-todos:hover {
    color: #6B7984 !important;
    transform: scale(1.01);
}

.img-clientes {
    height: 100px !important;
}

#clientes {
    background-color: #EDF2F5 !important;
}

.contact {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(125, 138, 161, 0.5)), url('../img/contact.jpg');
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

#btn_contact,
#btn_encomenda,
#sign_submit {
    width: 100%;
    color: white;
    font-weight: bolder;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 15px;
}

#contacts_form {
    width: 100%;
    font-size: 13px;
    border-radius: 15px;
}

#contactos_form input,
#contactos_form textarea {
    margin-bottom: .5em;
    border-radius: 5px;
    background-color: #EDF2F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pw {
    margin-bottom: .5em;
}

::placeholder {
    color: rgba(27, 54, 93, .6) !important;
    opacity: 1;
}

footer {
    color: #FFF;
    background-color: #161515 !important;
    -webkit-box-shadow: 0 0 10px #b2bbcae0;
    -moz-box-shadow: 0 0 10px #b2bbcae0;
    box-shadow: 0 0 10px #b2bbcae0;
    z-index: 999;
}

.footer-link {
    font-size: 14px;
}

.scrollToTop {
    width: 55px;
    height: 55px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 9999;
    color: #e6e7e9;
}

.scrollToTop:hover {
    color: #f7f7f7;
    background-color: #9f9f9fbf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.title-mine:hover {
    text-decoration: none;
    color: #3D5FA0 !important;
}

.input-group-text {
    padding: 0 0.75rem !important;
}

.dados-icons {
    width: 45px;
    justify-content: center;
}

.birthdate {
    color: rgba(27, 54, 93, .8) !important;
    opacity: 1;
}

.inline-group {
    max-width: 9rem;
    padding: .5rem;
}

.quantidade {
    background-color: transparent;
    border: transparent !important;
    padding: 0 !important;
    font-size: var(--fs-3);
    font-weight: var(--fw-semi-bold);
}

.inline-group .form-control {
    text-align: right;
}

.input-group .btn {
    z-index: 0 !important;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phone {
    border-radius: 0 5px 5px 0 !important;
    -webkit-border-radius: 0 5px 5px 0 !important;
    -moz-border-radius: 0 5px 5px 0 !important;
    -ms-border-radius: 0 5px 5px 0 !important;
    -o-border-radius: 0 5px 5px 0 !important;
}

.table_esquerda {
    color: #6B7984;
    text-align: left;
    font-size: .9rem;
    font-weight: 600;
}

.table_direita {
    color: #2B2A29;
    font-weight: 600;
    text-align: right;
    font-size: 1rem;
}

.totalKz {
    font-weight: bolder;
    font-size: 1.1rem;
    color: #2B2A29;
    text-align: right;
}

.titulo_encomenda {
    font-weight: bold;
    text-transform: math-auto;
    font-size: 1.6rem;
}

.box div,
.box ul {
    float: right;
}

.page-link {
    background-color: #FFFFFF;
    color: #959393;
    font-weight: bold;
    cursor: pointer;
    font-size: .7rem;
}

.page-link:hover,
.btn_qtd:hover {
    background-color: #c3d4b8 !important;
    color: #223120;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem #2c49777c;
    border-color: #2c49777c;
}

.page-link {
    color: #212529f2 !important;
}

.page-item.active .page-link,
.btn_qtd {
    background-color: #4c4d4ef2 !important;
    color: #fff !important;
    border-color: #4c4d4ef2 !important;
}

.page-item.disabled .page-link {
    color: #dfe2e5 !important;
}

.btn_pages {
    border: #959393 1px solid;
    border-radius: 20px !important;
    background-color: #FFFFFF;
    color: #959393;
    width: 100%;
    max-width: 160px !important;
    cursor: pointer;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.text-black {
    color: #212529;
    font-weight: 600;
}

.table-icons {
    color: var(--color-black) !important;
}

.table-icons:hover {
    color: var(--color-black-75) !important;
}

.search-input:focus-visible {
    outline: none !important;
}

.table-encomenda tbody td,
.table-encomenda-title th,
.table-total {
    padding-left: 20px !important;
}

a .trash {
    color: #aeb7c3;
}

a .trash:hover {
    color: #797a7a;
}

.delete_registo {
    color: #C21130 !important;
}

.delete_registo:hover {
    color: #979797 !important;
}

.conta_produtos {
    min-width: 8px;
    border-radius: 20px;
    background-color: var(--color-danger);
    text-align: center;
    display: inline-block;
    position: absolute;
    right: -6px;
    top: -1px;
    z-index: 2;
    font-size: 14px;
    color: var(--color-white);
    font-weight: var(--fw-bold);
    padding: 0px 7px;
    border: 1px solid var(--color-danger);
}

.table-carrinho tr,
.table-carrinho th {
    padding: 1.25rem 0.75rem;
}

.btn_search {
    color: white !important;
    background-color: #13294B !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    transition: transform .2s;
}

.btn_cancel {
    background-color: #C53B3B !important;
    color: white !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transition: transform .2s;
    width: 50%;
}

.btn_cancel:hover {
    color: white !important;
    background-color: #C12020 !important;
    box-shadow: 0 3px 6px #8b919caf;
    -webkit-box-shadow: 0 3px 6px #8b919caf;
    -moz-box-shadow: 0 3px 6px #8b919caf;
}

.btn_confirm {
    background-color: #279A73 !important;
    color: white !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transition: transform .2s;
    width: 50%;
}

.btn_confirm:hover {
    color: white !important;
    background-color: #129367 !important;
    box-shadow: 0 3px 6px #8b919caf;
    -webkit-box-shadow: 0 3px 6px #8b919caf;
    -moz-box-shadow: 0 3px 6px #8b919caf;
}

.about {
    text-transform: none !important;
    font-weight: bold;
    font-size: 25px;
}

.about3 {
    font-size: 18px;
    color: #223A5E !important;
}

.links {
    text-decoration: none;
    color: #7D8AA1 !important;
}

.card-version {
    background-color: white;
    border-radius: 10px !important;
    box-shadow: 0 0 30px #b2bbca81;
    -webkit-box-shadow: 0 0 30px #b2bbca81;
    -moz-box-shadow: 0 0 30px #b2bbca81;
    border: none !important;
}

.titulo {
    font-weight: bold;
    text-transform: uppercase;
}

.img-produtos {
    object-fit: cover;
    position: center;
    height: 200px !important;
    width: 100%;
}

.adquirir-container {
    min-height: calc(100vh - 340px);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #828790 !important;
}

.divider::after,
.divider::before {
    content: "";
    border: 1px solid #D3D7DD;
    flex: 1;
}

.divider:not(:empty)::before {
    margin-right: 0.25em;
}

.divider:not(:empty)::after {
    margin-left: 0.25em;
}

#login input {
    padding-top: 2%;
    padding-bottom: 2%;
}

.myradio {
    margin-top: 0 !important;
    background-color: #fff !important;
    border-color: #3a3938 !important;
    border-width: 2px !important;
    border-radius: 50% !important;
}

.form-check-input:checked {
    background-color: #3a3938 !important;
    border-color: #3a3938 !important;
}

.form-check-input:focus {
    border-color: #3a3938 !important;
}

.menu {
    font-size: .9rem;
}

.paga-minus,
.paga-plus {
    cursor: pointer;
}

.iniciada,
.espera,
.paga,
.terminada,
.canceladacc,
.cancelada,
.criada,
.aguarda,
.expirada {
    color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 125px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

.criada {
    background-color: #5b6f95;
}

.iniciada {
    background-color: #2A4981;
}

.espera {
    background-color: #d98a4c;
}

.expirada {
    background-color: #d8bc3e;
}

.aguarda {
    background-color: #4e97c7;
}

.paga {
    background-color: #82a53c;
}

.terminada {
    background-color: #078932;
}

.cancelada {
    background-color: #db5454;
}

.canceladacc {
    background-color: #000;
}

.sm-btn-version {
    width: auto !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    font-weight: 600;
    font-size: .8rem;
    width: 130px;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.swal2-styled.swal2-cancel {
    background-color: transparent !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.swal2-styled.swal2-cancel:hover,
.swal2-styled.swal2-cancel:focus,
.swal2-styled.swal2-cancel:active {
    background-color: #dc3545 !important;
    color: white !important;
    box-shadow: 0 0 0 0 transparent !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 0 transparent !important;
}

.swal2-title h2 {
    font-size: 1.875em !important;
}

.swal2-html-container {
    font-size: 1.35rem !important;
}

.pr-img {
    width: 400px;
    height: 400px !important;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 240px) and (max-width: 575px) {
    .pr-img {
        height: 230px !important;
        width: 230px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 2.5rem !important;
    }

    h3 {
        font-size: 1.25rem !important;
    }

    .carousel-inner .carousel-item>div {
        display: none !important;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block !important;
    }

    .comingsoon {
        font-size: .9rem !important;
    }
}

@media (min-width: 575px) and (max-width: 992px) {
    h3 {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 992px) {
    .about {
        font-size: 20px;
    }

    .about2 {
        font-size: 16px;
    }

    .about3 {
        font-size: 14px;
    }

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%) !important;
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%) !important;
    }

    .navbar-fixed-top {
        background-color: #EDF2F5 !important;
    }

    .user-options {
        text-align: center !important;
        background-color: transparent !important;
        border: none !important;
    }
}

@media (min-width: 992px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%) !important;
    }
}

@media (min-width:576px) and (max-width: 1200px) {
    h2 {
        font-size: 3.2rem !important;
    }
}

@media (min-width:1200px) and (max-width: 1400px) {
    h2 {
        font-size: 3.6rem !important;
    }
}

.destaque-caixa {
    margin-bottom: 7px;
}

.destaque {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 7px;
    overflow: hidden;
}

.destaque-titulo {
    font-size: 18px;
    font-weight: 700;
}

.img-hover img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 140px;
}

.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: translatZ(0) scale(1.20);
    transform: translatZ(0) scale(1.20);
}

.foto-home {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 140px;
}

.logos_delta {
    padding: 3px;
    height: 50px;
}

.border-event {
    border-right: 1px solid #ced4da;
}

.evento-title {
    font-size: 16px;
}

.border-event-2 {
    border-right: 1px solid #ced4da;
}

@media (min-width:341px) and (max-width:346px) {
    .border-event {
        border-color: white;
    }
}

@media (width:487px) {
    .border-event-2 {
        border-color: white;
    }
}

@media (max-width:486px),
(min-width:576px) and (max-width: 1199px) {
    .border-event-2 {
        border-right: none;
    }
}

@media (max-width: 341px),
(min-width: 576px) and (max-width: 992px) {
    .border-event {
        border-right: none;
    }
}

@media (min-width:1200px) and (max-width: 1400px) {
    .evento-title {
        font-size: 13px;
    }
}

.esgotado {
    color: #ef0018;
    font-size: 1rem;
    font-weight: bold;
}

.disponivel {
    color: green;
}

.restam {
    color: orange;
}

.disponivel,
.restam {
    font-size: 14px;
    font-weight: bold;
}

.ticket_line {
    border: 1px solid #000;
    background-color: #fff !important;
}

.soldout {
    position: relative;
    color: #CCC;
}

.soldout .esgotado,
.soldout .restam,
.soldout .disponivel,
.soldout .btn_black {
    color: #CCC;
}

.soldout .btn_black {
    background-color: #1d1c1c !important;
}

.soldout .soldout_tip {
    margin-top: 50px;
    width: 199px;
    background: #FFF;
    color: #CA0B0F;
    border: 2px solid #CA0B0F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.95;
    z-index: 999;
}

.short-info {
    color: var(--color-black);
}

.comingsoon {
    font-size: 1.3rem;
    background: #FFF;
    color: var(--color-success);
    border: 2px solid var(--color-success);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 3px 5px 2px #f1f1f145;
}

.event-card {
    position: relative;
}

.soon-overlay,
.sold-out-overlay,
.archived-overlay {
    position: absolute;
    right: 20px;
    top: 10px;
    width: auto !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    z-index: 1;
}

.soon-overlay {
    background-color: #89A135c9;
}

.sold-out-overlay {
    background-color: #919191c9;
}

.archived-overlay {
    background-color: #ab3d3fc9;
}

.category_subtitle {
    background-color: #cccccc6e;
    padding: 8px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;

}

@media (min-width: 1200px) {
    .container-meusdados {
        max-width: 1141px !important;
    }
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    color: #959393;
}

input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.btn-sm {
    padding: 8px 14px;
    line-height: 16px;
    font-size: 11px;
}

.sombra_encomendas {
    box-shadow: 0 2px 6px rgb(214 215 216 / 30%);
    -webkit-box-shadow: 0 2px 6px rgb(214 215 216 / 30%);
    -moz-box-shadow: 0 2px 6px rgb(214 215 216 / 30%);
    font-size: 14px;
    padding: 20px !important;
    margin: 10px 0 15px 0;
}

.btn_pdf {
    border: #279A73 1px solid !important;
    background-color: #FFFFFF !important;
    color: #279A73 !important;
    padding: 8px 14px !important;
}

.btn_pdf:hover {
    color: #1f6e54 !important;
    border: 1px solid #1f6e54 !important;
    background-color: #f9f7f7 !important;
}

.mybreadcrumb {
    text-decoration: none;
    color: #2e2c2c;
    font-size: 16px;
    font-weight: bold;
}

.list_home {
    color: black !important;
    background-color: white !important;
}

.list_home:hover {
    color: #3f88b9 !important;
    border: 1px solid #1f6e54 !important;
    background-color: #f9f7f7 !important;
}

.list_home a {
    text-decoration: none;
    color: #564f49 !important;
}

.foto_search_home {
    object-fit: cover;
    object-position: center;
    width: 77px;
    max-height: 77px;
}

#results {
    position: absolute;
    z-index: 1000;
    width: auto;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.party {
    background-image: url('../img/luanda.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inicio {
    margin-top: 80px;
    min-height: 20vh;
}

label {
    font-size: var(--fs-4);
}

.container {
    transition: .7s;
}

.color-white {
    color: var(--color-white);
}

.color-black {
    color: var(--color-black);
}

.blk-section {
    width: 100%;
    padding-top: 75px;
    height: calc(200px + 75px);
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: var(--fs-3);
    font-weight: var(--fw-normal);
}

.ticketsexternal .blk-section,
.pagina .blk-section,
.checkout .blk-section,
.password-esquecida .blk-section,
.registar .blk-section,
.checkoutstore .blk-section,
.entrar .blk-section {
    padding: 0;
    height: 0;
    margin-top: auto;
    background-color: transparent;
}

.evento .blk-section,
.private .blk-section,
.private-event .blk-section,
.carrinho .blk-section,
.cartstore .blk-section,
.home .blk-section {
    padding: 0;
    height: 0;
    margin-top: 100px;
    background-color: transparent;
}

.card-destaque img {
    height: 150px;
    aspect-ratio: 1;
    object-fit: cover;
    width: auto;
    border-radius: 8px;
    position: absolute;
    top: -25px;
    left: -25px;
    box-shadow: 2px 0px 6px 1px #0000004f;
    transition: .2s;
}

.card-destaque {
    min-height: 125px;
    margin-left: 25px;
    padding: 15px;
    width: calc((25% - 25px) - (45px / 4));
    background-color: var(--color-neutra-50);
    border-radius: 8px;
    position: relative;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid var(--color-neutra);
    box-shadow: 2px 0px 6px 1px var(--color-black-25);
    cursor: pointer;
    transition: .2s;
}

.card-destaque .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 120px;
    height: 100%;
}

.titulo {
    line-clamp: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--fs-3);
    font-weight: var(--fw-bold);
    margin-bottom: 5px;
}

.categorie,
.date {
    background: #063a85;
    width: fit-content;
    padding: 10px 10px 5px;
    color: var(--color-white);
    font-size: var(--fs-2);
    font-weight: var(--fw-bold);
    border-radius: 4px;
    float: inline-end;
    text-align: right;
    line-height: 16px;
}

.date span {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.card-destaque:hover img {
    transform: scale(1.025);
    transition: .2s;
    box-shadow: 2px 0px 15px 1px var(--color-black-25);
    transform-origin: top;
}

.card-destaque:hover {
    background-color: var(--color-white-75);
    transition: .2s;
}

a {
    text-decoration: none;
    color: var(--color-black);
}

#destaque {
    padding: 15px;
}

#list {
    padding-inline: 15px;
}

.destaques-row {
    gap: 15px;
}

.btn {
    text-transform: math-auto !important;
}

.nav-link {
    padding-inline: 20px;
    text-transform: capitalize;
    font-weight: var(--fw-normal) !important;
}

.event-row {
    gap: 25px;
}

.categorie {
    background: var(--color-black-50);
    width: fit-content;
    padding: 5px 10px;
    color: var(--color-white);
    font-size: var(--fs-4);
    font-weight: var(--fw-normal);
    border-radius: 4px;
}

.categorie-filter {
    background: var(--color-black);
    width: fit-content;
    padding: 5px 20px;
    color: var(--color-white);
    font-size: var(--fs-3);
    font-weight: var(--fw-normal);
    border-radius: 4px;
}

.categorie-filter:hover {
    transition: .2s;
    color: var(--color-neutra-50);
}

.search-input {
    min-width: 275px;
    font-family: "Lato Sans", sans-serif;
    border: 1px solid var(--color-black);
    color: var(--color-black-50);
    font-size: var(--fs-4) !important;
    background-color: transparent !important;
}

.search-input:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--color-blue);
    background-color: transparent !important;
}

.eventos .search-input {
    color: var(--color-white) !important;
    border: 1px solid var(--color-white);
}

.eventos .search-input::placeholder {
    color: var(--color-white-75) !important;
}

::placeholder {
    font-size: 16px !important;
}

.destaque {
    box-shadow: none;
    transition: .2s;
    background-color: #063a85;
    color: var(--color-white);
    width: fit-content;
    margin-bottom: 20px;
    height: 35px;
    margin-top: -55px;
    font-size: var(--fs-4);
    font-weight: var(--fw-bold);
    border-radius: 4px;
    z-index: 999;
}

.soon-overlay,
.archived-overlay {
    font-size: var(--fs-4) !important;
    font-weight: var(--fw-normal);
    text-transform: capitalize;
    background-color: var(--color-danger);
    border-radius: 4px;
    padding: 5px 15px;
    top: 0px;
    right: 30px;
}

.soon-overlay {
    background-color: var(--color-success);
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 9px 4px;
    text-align: center;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    display: none;
    z-index: 9999;
    color: var(--color-white);
    background-color: var(--color-black-50);
    border-radius: 4px !important;
}



.footer-link.copy {
    text-transform: uppercase;
    font-size: var(--fs-4);
}

.promotores-dark {
    background-color: var(--color-black);
    color: var(--color-white);
    margin-top: -145px;
}

.promotores-light {
    margin-top: 20px;
}

.carrinho-container {
    margin-top: -145px;
}

.img-event-carrinho {
    max-width: 200px;
    border-radius: 8px;
}

.info-event {
    font-size: var(--fs-4);
}

.card-carrinho {
    background-color: var(--color-neutra);
    border-radius: 10px;
}

.evento-container img {
    border-radius: 10px;
}

.variants-evento {
    margin-top: -0vh;
}

.variants-evento button.btn-plus,
.variants-evento button.btn-minus {
    height: 40px;
    width: 40px;
    padding: 0 !important;
    border-radius: 4px !important;
}

.variants-evento input {
    border-radius: 4px !important;
}

#carrinho {
    background: var(--color-black) !important;
    color: var(--color-white) !important;
    padding-block: 20px !important;
}

.variantes::-webkit-scrollbar {
    width: 6px;
}

.variantes::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px !important;
}

.variantes::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px !important;
}

.barra-profile {
    background-color: var(--color-black);
    color: var(--color-white);
    margin-top: -140px;
}

.barra-profile a {
    border-radius: 4px;
    font-size: var(--fs-4);
}

.barra-profile a:hover {
    color: var(--color-white-75);
}

.barra-profile a.pag-active {
    color: var(--color-black);
    background-color: var(--color-white);
}

.barra-profile a.pag-active:hover {
    background-color: var(--color-white-75);
}

.password-esquecida input,
.registar input:not([type=checkbox]),
.entrar input,
.promotores input,
.checkout input:not([type=radio], [type=checkbox]),
.alterar-password input,
.minha-conta input {
    border-radius: 4px !important;
    height: 50px !important;
}

.affiliate input,
.minhas-encomendas input {
    height: 40px !important;
    border-radius: 4px !important;
}

.desc {
    border-radius: 4px !important;
    font-size: var(--fs-5) !important;
}

.table td {
    padding-block: 20px !important;
}

.btn_pages {
    border-radius: 4px !important;
}

.ticket a:hover {
    border-color: var(--color-black-75) !important;
    color: var(--color-black-75) !important;
}

.btn-ver-evento {
    background-color: transparent !important;
    color: var(--color-black) !important;
    border: 1px solid var(--color-black) !important;
    border-radius: 6px !important;
    font-size: var(--fs-2) !important;
    height: 50px !important;
    width: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ticket img {
    height: 125px !important;
    width: auto !important;
}

.ver-encomenda .desc {
    font-size: var(--fs-4) !important;
}

.not-used {
    color: var(--color-success);
}

.used {
    color: var(--color-danger);
}

.link-copy input {
    border: 1px solid var(--color-black);
    width: 100% !important;
    max-width: 400px !important;
    border-right-width: 0 !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-inline: 10px;
}

.link-copy input:active,
.link-copy input:focus {
    border: 1px solid var(--color-blue) !important;
    border-right-width: 0 !important;
    border-top-right-radius: 0px !important;
    outline: none !important;
}

.copy-icon {
    border: 1px solid var(--color-black) !important;
    border-left-width: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.page-item.active .page-link {
    background-color: var(--color-black) !important;
}

.page-link:hover {
    background-color: var(--color-blue-25) !important;
}

.dropdown-menu-end[data-bs-popper] {
    right: auto;
}

#btn_qrcode,
#btn_phone {
    border: 1px solid #000;
    box-shadow: 0px 0px 5px #00000082;
    min-width: 120px !important;
}

.categoria-ativa {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
    font-weight: var(--fw-normal) !important;
}

.variantes {
    max-height: 40vh;
    min-height: 400px;
    overflow-y: auto;
}

.variantes::-webkit-scrollbar {
    width: 8px;
}

.variantes::-webkit-scrollbar-track {
    background-color: var(--color-blue-25);
}

.variantes::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
}

.variantes::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-blue-75);
}

.var_open {
    max-height: none !important;
    min-height: none !important;
    overflow-y: none !important;
}

.ver-mais {
    transition: .2s;
    background-color: var(--color-blue-25);
    color: var(--color-white);
}

.ver-mais:hover {
    transition: .2s;
    background-color: var(--color-blue);
    color: var(--color-white);
}


@keyframes anim-w0-w100 {
    0% {
        width: 100%;
        transform: scaleX(0);
        transform-origin: center;
    }

    100% {
        width: 100%;
        transform: scaleX(1);
        transform-origin: center;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1480px;
    }
}

@media (max-width: 1400px) {
    .destaques-row {
        gap: 35px;
    }

    .card-destaque {
        width: calc((50% - 25px) - (70px / 4));
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        gap: 10px !important;
    }

    .nav-item::after {
        left: 30%;
        width: 0%;
    }

    .pag-active::after {
        left: 30%;
        width: 40%;
    }

    .card-carrinho>.d-flex {
        flex-wrap: wrap;
    }

    .card-carrinho img {
        margin-bottom: 20px;
    }

    .card-carrinho .info-event {
        padding: 0 !important;
    }

    .upd-info {
        text-align: left !important;
    }

    @keyframes anim-w0-w100 {
        0% {
            width: 40%;
        }

        100% {
            width: 40%;
        }
    }
}

@media (max-width: 767px) {

    .copy,
    .apd-logo {
        text-align: center;
    }

    .apd-logo {
        padding-bottom: 0 !important;
    }

    .destaques-row {
        gap: 30px;
    }

    .inverte-767 {
        flex-direction: column-reverse;
    }

    .tt-evento {
        align-items: baseline !important;
        height: auto !important;
    }

    .tt-evento h3 {
        font-size: var(--fs-2) !important;
    }

    .card-destaque {
        width: calc(100% - 25px);
    }

    .img-container-evento {
        margin-top: 20px !important;
    }

    .pago-status-row {
        flex-direction: row-reverse !important;
    }

    .barra-profile a {
        width: 49%;
        text-align: center;
    }

    .variantes {
        max-height: none;
        min-height: none;
        overflow-y: none;
    }

    .ver-mais {
        display: none !important;
    }

    .cont {
        text-align: center;
    }
}

@media (max-width: 690px) {
    .container {
        max-width: 640px;
    }

    #eventos {
        padding: 0 25px !important;
    }
}

@media (max-width: 576px) {
    .head-eventos {
        background: var(--color-black);
        gap: 13px;
        margin-left: -16px;
        margin-right: -16px;
        padding-inline: 15px;
        padding-bottom: 15px;
    }

    .carrinho-container .p-0,
    .carrinho-container .ps-0 {
        padding-left: 10px !important;
    }

    .barra-profile a {
        width: 48%;
        text-align: center;
    }

    .menus {
        width: 100% !important;
    }

    .minhas-encomendas .pesquisar {
        max-width: 100% !important;
    }

    p.texto_sobre.p-0 {
        padding-left: 0 !important;
    }

    .social-media-icons {
        justify-content: left !important;
    }
}

@media (max-width: 412px) {
    .barra-profile a {
        width: 100%;
        text-align: center;
    }
}

.item_line {
    text-transform: uppercase;
    background-color: #ebe8e6 !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    transition: transform .2s;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    -webkit-box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    -moz-box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px !important;
}


#autocomplete.search-input {
    color: var(--color-black) !important;
    border-color: #5c636a !important;
}

#autocomplete.search-input::placeholder {
    color: #6a7280 !important;
    opacity: 1;
}

.eventos #autocomplete.search-input {
    color: var(--color-white) !important;
    border-color: var(--color-white) !important;
}

.eventos #autocomplete.search-input::placeholder {
    color: rgba(255, 255, 255, .92) !important;
}

body.home {
    color: #1b1f23 !important;
}

body.home .texto_sobre,
body.home .blue_subtitulo,
body.home .blue_alternativo {
    color: #3a3f45 !important;
}

.categorie {
    background: rgba(0, 0, 0, .66) !important;
    color: #fff !important;
    font-weight: 700;
}

.hero,
.hero-thumb,

.hero::before,
.hero-thumb::before,

.event-title {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

::placeholder {
    color: #6a7280 !important;
    opacity: 1;
}

.eventos ::placeholder {
    color: rgba(255, 255, 255, .92) !important;
}



/* =========================================
   Modern Pro Footer Styling
   ========================================= */

footer {
    background: #1a1f2c !important;
    /* Deep professional dark blue/charcoal */
    color: #e0e6ed !important;
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-family: 'Inter', sans-serif;
    /* Ensure modern font */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: none !important;
    /* Reset existing shadow */
}

footer .titulo {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    /* Muted text for headers */
    font-weight: 700 !important;
    margin-bottom: 1.25rem;
}

footer .footer-link,
footer a.footer-links,
footer .text-decoration-none.white {
    color: #cbd5e1 !important;
    font-size: 0.95rem;
    line-height: 1.8;
    transition: all 0.2s ease-in-out;
}

footer a.footer-links:hover,
footer a.text-decoration-none:hover {
    color: #ffffff !important;
    text-decoration: none;
    transform: translateX(4px);
    /* Subtle nudge effect */
    display: inline-block;
}

/* Sponsors Area */
.patrocinadores_principais {
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.patrocinadores_principais:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

.patrocinadores {
    filter: grayscale(100%) opacity(0.5);
    transition: all 0.3s ease;
}

.patrocinadores:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* Social Media Icons */
.social-media-icons svg,
.social-media-icons i {
    transition: transform 0.2s ease, fill 0.2s ease;
}

.social-link:hover svg,
.social-link:hover i {
    transform: translateY(-3px);
}

/* Bottom Copyright Bar */
footer .apd-logo,
footer .made_angola {
    opacity: 0.8;
    transition: opacity 0.3s;
}

footer .apd-logo:hover,
footer .made_angola:hover {
    opacity: 1;
}

footer .copy {
    color: #64748b;
    font-size: 0.85rem;
    text-align: right;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    footer {
        text-align: center;
        padding-top: 2rem;
    }

    footer .col-10,
    footer .col-auto {
        margin-bottom: 2rem;
    }

    footer .social-media-icons {
        justify-content: center !important;
    }

    footer .copy {
        text-align: center;
        margin-top: 2rem;
    }

    .apd-logo {
        justify-content: center !important;
    }
}


/* =========================================
   PREMIUM HEADER 2026
   ========================================= */

.app-header {
    position: relative;
    z-index: 1030;
}

.navbar {
    padding: 1rem 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #0f172a;
    /* Solid Deep Navy by default for white pages */
}

.navbar.scrolled {
    background: rgba(15, 23, 42, 0.95);
    /* Deep Navy Glass */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 0.75rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-brand img {
    height: 42px;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Central Links */
.main-nav-links .nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1.25rem !important;
    position: relative;
    transition: color 0.3s ease;
}

.main-nav-links .nav-link:hover,
.main-nav-links .nav-link.active {
    color: #ffffff;
}

.main-nav-links .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #38bdf8;
    /* Sky Blue */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.main-nav-links .nav-link:hover::after,
.main-nav-links .nav-link.active::after {
    width: 20px;
    /* Subtle indicator */
}

/* Actions & Buttons */
.icon-btn,
.icon-btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
    color: white !important;
    position: relative;
    text-decoration: none !important;
}

.icon-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    color: white !important;
}

.badge-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ef4444;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #0f172a;
}

.badge-count.store {
    background: #10b981;
}

.btn-glass-login {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white !important;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.btn-glass-login:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.btn-primary-gradient {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border: none;
    color: white !important;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.3);
    transition: all 0.3s ease;
}

.btn-primary-gradient:hover {
    box-shadow: 0 6px 20px rgba(14, 165, 233, 0.4);
    transform: translateY(-1px);
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
}

/* User Profile */
.user-profile-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.4rem;
    padding-right: 1rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
    border: 1px solid transparent;
    text-decoration: none !important;
}

.user-profile-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

.user-avatar {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.user-name {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Custom Dropdowns */
.custom-dropdown {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    padding: 0.5rem;
    margin-top: 1rem;
    animation: fadeInSlideUp 0.2s ease forwards;
}

.custom-dropdown .dropdown-item {
    color: #cbd5e1;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.custom-dropdown .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    transform: translateX(4px);
}

.custom-dropdown .dropdown-divider {
    border-top-color: rgba(255, 255, 255, 0.1);
}

/* Custom Toggler (Hamburger) */
.custom-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    cursor: pointer;
}

.toggler-line {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.custom-toggler:not(.collapsed) .toggler-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.custom-toggler:not(.collapsed) .toggler-line:nth-child(2) {
    opacity: 0;
}

.custom-toggler:not(.collapsed) .toggler-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

/* Mobile Dropdown Styling */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #0f172a;
        margin-top: 1rem;
        border-radius: 12px;
        padding: 1.5rem;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .mx-auto {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .icon-btn-mobile {
        width: 36px;
        height: 36px;
    }
}

/* Premium Overlay Card Design (Global) */
.event-card-pro {
    display: block;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Soft shadow */
    transform: translateZ(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #000;
    /* Fallback */
    height: 100%;
}

.event-card-pro:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-img-wrapper {
    position: relative;
    padding-top: 125%;
    /* Poster Aspect Ratio 4:5 */
    background-color: #f1f3f5;
}

.card-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card-pro:hover .card-img-wrapper img {
    transform: scale(1.05);
    /* Zoom effect */
}

.card-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.6) 40%,
            transparent 100%);
    z-index: 1;
    pointer-events: none;
}

/* Badges */
.card-badges-top {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    z-index: 2;
    pointer-events: none;
}

.badge-status,
.badge-featured {
    background: rgba(0, 0, 0, 0.6);
    /* Default Dark Glass */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* High Visibility for Featured */
.badge-featured {
    background: linear-gradient(135deg, #FFC107 0%, #FF9800 100%);
    /* Gold Gradient */
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-shadow: none;
    /* No shadow on black text */
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.5);
    /* Orange Glow */
}

.badge-status.soon {
    background: rgba(59, 130, 246, 0.9);
}

/* High Visibility for Finished */
.badge-status.finished {
    background: #ef4444;
    /* Vivid Red */
    opacity: 1;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.4);
    /* Red Glow */
    border-color: rgba(255, 255, 255, 0.3);
}

.badge-status.soldout {
    background: rgba(0, 0, 0, 0.9);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Date Badge */
.card-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 1);
    /* Keep Date White for pop */
    border-radius: 14px;
    padding: 8px 12px;
    text-align: center;
    min-width: 50px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.card-date-badge.multi-date {
    min-width: 80px;
    padding: 6px 12px;
}

/* Wider for 2 dates */

.card-date-badge .day {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    color: #1a1a1a;
}

.card-date-badge .month {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    margin-top: 2px;
}

.date-sep {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ccc;
    margin-top: -5px;
}

/* Content Overlay */
.card-content-pro {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    z-index: 2;
    pointer-events: none;
}

.event-title-pro {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
    /* Strongest shadow */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-meta-pro {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

.meta-item i {
    margin-right: 6px;
}

.meta-dot {
    margin: 0 8px;
    opacity: 0.6;
}

.meta-item.category {
    background: rgba(0, 0, 0, 0.5);
    /* Dark bg */
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}