.booking-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.booking-box-date {
    flex: 1 1 420px;
}

.booking-box-guests {
    flex: 1 1 320px;
    position: relative;
}

.booking-box-submit {
    flex: 0 0 auto;
}

.booking-button-static {
    position: static !important;
    right: auto !important;
    top: auto !important;
}

.booking-button-static button {
    min-width: 180px;
    height: 64px;
}

#checkin_checkout,
#guestSummary {
    width: 100%;
    background: transparent;
    border: 0 !important;
    outline: none !important;
    cursor: pointer;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}

.home-six .booking-content p {
    margin-bottom: 6px;
}

.single-booking-box {
    position: relative;
}

.booking-box-guests .guest-box {
    cursor: pointer;
}

.booking-box-guests .guest-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 340px;
    max-width: 95vw;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
    padding: 20px;
    display: none;
    z-index: 99999;
}

.booking-box-guests .guest-dropdown.active {
    display: block;
}

.booking-box-guests .guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.booking-box-guests .guest-row:last-of-type {
    margin-bottom: 20px;
}

.booking-box-guests .counter {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    white-space: nowrap !important;
}

.booking-box-guests .counter a.counter-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 1 !important;
    text-align: center !important;
    border: 2px solid #6b0938 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #6b0938 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: Arial, sans-serif !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.booking-box-guests .counter a.counter-btn:hover {
    background: #6b0938 !important;
    color: #fff !important;
}

.booking-box-guests .counter > span[id] {
    display: inline-block !important;
    min-width: 24px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.booking-box-guests .guest-btn {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #003b95;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 16px;
    cursor: pointer;
}

.booking-box-guests .guest-btn:hover {
    background: #002b6d;
}

/* Flatpickr look */
.flatpickr-calendar {
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,0.15) !important;
    padding: 8px !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #003b95 !important;
    border-color: #003b95 !important;
}

.flatpickr-day.inRange {
    background: rgba(0, 59, 149, 0.12) !important;
    border-color: rgba(0, 59, 149, 0.12) !important;
    box-shadow: -5px 0 0 rgba(0, 59, 149, 0.12), 5px 0 0 rgba(0, 59, 149, 0.12) !important;
}

@media (max-width: 991px) {
    .booking-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .booking-box-date,
    .booking-box-guests,
    .booking-box-submit {
        flex: 1 1 100%;
        width: 100%;
    }

    .booking-box-guests .guest-dropdown {
        width: 100%;
        left: 0;
    }

    .booking-button-static button {
        width: 100%;
        min-width: auto;
    }
}

/*slider*/
.hero-slider-3 {
    overflow: hidden !important;
}

.hero-slider-3 .owl-stage-outer {
    overflow: hidden !important;
}

.hero-slider-3 .owl-item {
    overflow: hidden !important;
}

.hero-slider-3 .hero-area.home-six {
    min-height: 950px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.hero-slider-3 .owl-dot {
    display: none;
}



.home-six .hero-content p {
    width: 100%;
}

.hero-area {
    position: relative;
    z-index: 1;
}

.hero-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 0;
}



.home-six .hero-content h1 {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
}

.home-six .hero-content h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
}

/* ===== FOOTER ===== */
.home-six.footer-area {
    position: relative;
}

.home-six.footer-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(107, 9, 56, 0.85);
    z-index: 1;
}

.home-six.footer-area > * {
    position: relative;
    z-index: 2;
}

/* ===== BOTON HAMBURGUESA ===== */
.mobile-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.mobile-nav-toggle span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
}

/* ===== MENU MOBILE ===== */
.mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: none;
}

.mobile-drawer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.3s;
}

.mobile-drawer-content {
    position: absolute;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: #6b0938;
    padding: 20px;
    transition: 0.3s;
}

.mobile-drawer.active {
    pointer-events: auto;
}

.mobile-drawer.active .mobile-drawer-overlay {
    opacity: 1;
}

.mobile-drawer.active .mobile-drawer-content {
    right: 0;
}

.mobile-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-drawer-close {
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
}

.mobile-drawer-menu {
    list-style: none;
    padding: 0;
}

.mobile-drawer-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-drawer-menu a,
.submenu-toggle {
    display: block;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
}

/* ===== LOADER PERSONALIZADO ===== */
.loader-wrapper {
    position: fixed;
    inset: 0;
    background: #6b0938;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.custom-loader img {
    width: auto;
    height: 100px;
    animation: zoomPulse 1.6s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.3));
}

@keyframes zoomPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.15);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.loader-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.loader-dots span {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.3;
    animation: dotPulse 1.4s infinite;
}

.loader-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotPulse {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    40% {
        transform: scale(1.3);
        opacity: 1;
    }
}

.header-area {
    /* background: linear-gradient(135deg, #040404a8 0%, #383838 50%, #00000036 100%); */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(0 0 0 / 35%);
}

/*responsive*/
@media (max-width: 991px) {

    .header-menu{
        display: none;
    }

    .top-header.home-six {
        display: none !important;
    }

    .mobile-menu-area {
        display: none !important;
    }

    .header-area.home-six {
        padding: 10px 0 !important;
        background: rgba(0,0,0,0.88) !important;
        position: relative;
        z-index: 9999;
    }

    .header-area.home-six .container {
        width: 100%;
    }

    .header-area.home-six .row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
    }

    .header-area.home-six .col-lg-3,
    .header-area.home-six .col-lg-9 {
        width: auto !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .header-area.home-six .header-logo {
        display: flex !important;
        align-items: center !important;
    }

    .header-area.home-six .header-logo img {
        max-width: 140px !important;
        width: auto !important;
        height: auto !important;
    }

    .header-area.home-six .header-menu {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
    }

    .header-area.home-six .header-menu > ul,
    .header-area.home-six .header-button,
    .header-area.home-six .hader-nav-button {
        display: none !important;
    }

    .mobile-nav-toggle {
        display: inline-flex !important;
        width: 46px !important;
        height: 46px !important;
        border: 1px solid rgba(255,255,255,0.22) !important;
        background: transparent !important;
        border-radius: 8px !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 5px !important;
        cursor: pointer !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-nav-toggle span {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        background: #fff !important;
        border-radius: 20px !important;
    }

    .mobile-drawer {
        position: fixed !important;
        inset: 0 !important;
        z-index: 99999 !important;
        pointer-events: none;
    }

    .mobile-drawer.active {
        pointer-events: auto !important;
    }

    .mobile-drawer-overlay {
        position: absolute !important;
        inset: 0 !important;
        background: rgba(0,0,0,.45) !important;
        opacity: 0;
        transition: .3s ease;
    }

    .mobile-drawer.active .mobile-drawer-overlay {
        opacity: 1 !important;
    }

    .mobile-drawer-content {
        position: absolute !important;
        top: 0 !important;
        right: -320px !important;
        width: 300px !important;
        max-width: 88% !important;
        height: 100% !important;
        background: #6b0938 !important;
        padding: 20px !important;
        overflow-y: auto !important;
        transition: .35s ease !important;
        box-shadow: -10px 0 35px rgba(0,0,0,.25) !important;
    }

    .mobile-drawer.active .mobile-drawer-content {
        right: 0 !important;
    }

    .mobile-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-bottom: 18px !important;
        padding-bottom: 14px !important;
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
    }

    .mobile-drawer-logo img {
        max-height: 52px !important;
        width: auto !important;
    }

    .mobile-drawer-close {
        background: transparent !important;
        border: 0 !important;
        color: #fff !important;
        font-size: 34px !important;
        line-height: 1 !important;
        cursor: pointer !important;
    }

    .mobile-drawer-menu,
    .mobile-drawer-menu ul {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mobile-drawer-menu > li {
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
    }

    .mobile-drawer-menu > li > a,
    .submenu-toggle {
        display: flex !important;
        width: 100% !important;
        align-items: center !important;
        justify-content: space-between !important;
        color: #fff !important;
        text-decoration: none !important;
        padding: 14px 0 !important;
        background: transparent !important;
        border: 0 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        cursor: pointer !important;
    }

    .mobile-submenu {
        display: none;
        padding: 0 0 12px 14px !important;
    }

    .has-submenu.active .mobile-submenu {
        display: block !important;
    }

    .mobile-submenu li a {
        display: block !important;
        color: rgba(255,255,255,.82) !important;
        text-decoration: none !important;
        padding: 8px 0 !important;
        font-size: 15px !important;
    }

    .mobile-reservar-btn {
        margin-top: 12px !important;
        display: inline-block !important;
        text-align: center !important;
        background: #c19d68 !important;
        color: #fff !important;
        border-radius: 6px !important;
        padding: 12px 16px !important;
    }
}

/* ===== BOOKING HOME RESPONSIVE ===== */
.booking-area.home-six {
    position: relative;
    z-index: 30;
}

.booking-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.booking-box-date {
    flex: 1 1 420px;
}

.booking-box-guests {
    flex: 1 1 320px;
    position: relative;
}

.booking-box-submit {
    flex: 0 0 auto;
}

.booking-button-static {
    position: static !important;
    right: auto !important;
    top: auto !important;
}

.booking-button-static button {
    min-width: 180px;
    height: 64px;
}

#checkin_checkout,
#guestSummary {
    width: 100%;
    background: transparent;
    border: 0 !important;
    outline: none !important;
    cursor: pointer;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guest-box {
    cursor: pointer;
}

.guest-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    width: 340px;
    max-width: 95vw;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0,0,0,.15);
    padding: 20px;
    display: none;
    z-index: 99999;
}

.guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.guest-row:last-of-type {
    margin-bottom: 20px;
}

.guest-row > span:first-child {
    flex: 1 1 auto;
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

.guest-btn {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #003b95;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 16px;
    cursor: pointer;
}

.guest-btn:hover {
    background: #002b6d;
}

/* ===== CONTADOR FORZADO ===== */
.guest-dropdown .counter {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    min-width: 150px;
    white-space: nowrap;
}

.guest-dropdown .counter button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border: 2px solid #6b0938 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #6b0938 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.guest-dropdown .counter span {
    display: inline-block !important;
    min-width: 24px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
    .header-button a{
        display: none;
    }
    .header-menu{
        display: none;
    }
    .booking-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .booking-box-date,
    .booking-box-guests,
    .booking-box-submit {
        flex: 1 1 100%;
        width: 100%;
    }

    .booking-button-static button {
        width: 100%;
        min-width: auto;
    }

    .guest-dropdown {
        left: 0;
        right: auto;
        width: 100%;
        max-width: 100%;
    }

    #checkin_checkout,
    #guestSummary {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .header-button a{
        display: none;
    }
    .header-menu{
        display: none;
    }
    .single-booking-input-box {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .booking-images-icon {
        margin-right: 12px !important;
        flex: 0 0 auto;
    }

    .booking-content p {
        font-size: 14px !important;
        margin-bottom: 4px !important;
    }

    #checkin_checkout,
    #guestSummary {
        font-size: 15px !important;
    }

    .guest-dropdown {
        padding: 16px;
    }

    .guest-row {
        gap: 10px;
    }

    .guest-row > span:first-child {
        font-size: 15px;
    }

    .guest-dropdown .counter {
        min-width: 132px;
        gap: 8px !important;
    }

    .guest-dropdown .counter button {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        font-size: 22px !important;
    }

    .guest-dropdown .counter span {
        font-size: 16px !important;
    }
}

/* ===== BOOKING RESPONSIVE HOME ===== */
@media (max-width: 991px) {
    .header-button a{
        display: none;
    }
    .header-menu{
        display: none;
    }
    .booking-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
    }

    .booking-box-date,
    .booking-box-guests,
    .booking-box-submit {
        width: 100% !important;
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }

    .booking-button-static,
    .booking-button-static button {
        width: 100% !important;
    }

    .booking-button-static button {
        min-width: auto !important;
        height: 58px !important;
    }

    .single-booking-input-box {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
    }

    .booking-content {
        width: 100% !important;
        min-width: 0 !important;
    }

    #checkin_checkout,
    #guestSummary {
        width: 100% !important;
        font-size: 16px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .booking-box-guests {
        position: relative !important;
    }

    .guest-dropdown {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        z-index: 99999 !important;
        padding: 16px !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: 0 18px 45px rgba(0,0,0,.15) !important;
    }

    .guest-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        margin-bottom: 16px !important;
    }

    .guest-row:last-of-type {
        margin-bottom: 18px !important;
    }

    .guest-row > span:first-child {
        flex: 1 1 auto !important;
        font-size: 15px !important;
        color: #555 !important;
    }

    .guest-btn {
        width: 100% !important;
        border-radius: 10px !important;
        background: #003b95 !important;
        color: #fff !important;
        border: 0 !important;
        padding: 14px 16px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 575px) {
    .header-menu{
        display: none;
    }
    .header-button a{
        display: none;
    }
    .booking-area.home-six {
        position: relative !important;
        z-index: 20 !important;
    }

    .single-booking-input-box {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .booking-images-icon {
        margin-right: 12px !important;
        flex: 0 0 auto !important;
    }

    .booking-content p {
        font-size: 14px !important;
        margin-bottom: 4px !important;
    }

    #checkin_checkout,
    #guestSummary {
        font-size: 15px !important;
    }

    .guest-dropdown {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    .guest-row {
        gap: 10px !important;
    }

    .guest-row > span:first-child {
        font-size: 14px !important;
    }

    .guest-btn {
        font-size: 15px !important;
    }
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 34px;
    text-decoration: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    z-index: 99999;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.30);
    color: #fff !important;
}

.whatsapp-float::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.20);
    z-index: -1;
    animation: whatsappPulse 1.8s infinite;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.18);
        opacity: 0;
    }
    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

@media (max-width: 575px) {
    .whatsapp-float {
        width: 56px;
        height: 56px;
        right: 16px;
        bottom: 16px;
        font-size: 30px;
    }
}

/* ===== FIX FINAL HEADER RESPONSIVE ===== */
@media (max-width: 1199px) {
    .top-header.home-six {
        display: none !important;
    }

    .header-area {
        padding: 12px 18px !important;
        background: rgba(107,9,56,0.88) !important;
        margin-bottom: -85px !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    .header-area .row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    .header-area .col-sm-10 {
        flex: 0 0 70% !important;
        max-width: 70% !important;
        width: 70% !important;
    }

    .header-area .col-sm-2 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
        width: 30% !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    .header-area .col-lg-3:last-child,
    .header-area .header-menu,
    .header-area .header-button {
        display: none !important;
    }

    .header-logo img {
        max-width: 150px !important;
        height: auto !important;
    }

    .mobile-nav-toggle {
        display: inline-flex !important;
        width: 46px !important;
        height: 46px !important;
        border: 1px solid rgba(255,255,255,0.25) !important;
        background: #ffffff !important;
        border-radius: 8px !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 5px !important;
        padding: 0 !important;
        margin: 0 !important;
        cursor: pointer !important;
        z-index: 99999 !important;
    }

    .mobile-nav-toggle span {
        display: block !important;
        width: 24px !important;
        height: 2px !important;
        background: #fff !important;
        border-radius: 20px !important;
    }

    .mobile-menu-area {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .mobile-nav-toggle {
        display: none !important;
    }

    .mobile-drawer {
        display: none !important;
    }
}

/* ===== FORZAR HAMBURGUESA EN LAPTOP 14" ===== */
@media (max-width: 1399px) {

    .top-header.home-six {
        display: none !important;
    }

    .header-area {
        padding: 12px 18px !important;
        
        margin-bottom: -80px !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    .header-area .row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
    }

    .header-area .col-sm-10,
    .header-area .col-lg-3:first-child {
        flex: 0 0 70% !important;
        max-width: 70% !important;
        width: 70% !important;
    }

    .header-area .col-sm-2,
    .header-area .col-lg-6 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
        width: 30% !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    .header-area .header-menu,
    .header-area .header-button,
    .header-area .col-lg-3:last-child {
        display: none !important;
    }

    .mobile-nav-toggle {
        display: inline-flex !important;
        width: 48px !important;
        height: 48px !important;
        background: #6b0938 !important;
        border: 1px solid rgba(255,255,255,.35) !important;
        border-radius: 8px !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 5px !important;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 99999 !important;
    }

    .mobile-nav-toggle span {
        display: block !important;
        width: 24px !important;
        height: 2px !important;
        background: #6b0938 !important;
        border-radius: 20px !important;
    }

    .header-logo img {
        max-width: 150px !important;
        height: auto !important;
    }

    .mobile-menu-area {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .mobile-nav-toggle {
        display: none !important;
    }
}

.mobile-drawer.active {
    display: block !important;
    pointer-events: auto !important;
}

.mobile-drawer.active .mobile-drawer-content {
    right: 0 !important;
}

/* HEADER STICKY */
.header-area.sticky-active {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: slideDown .3s ease;
}

/* animación suave */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* FULL WIDTH REAL */
.hero-slider{
    width:100vw !important;
    margin-left:calc(50% - 50vw);
}

.hero-slider .owl-stage-outer{
    overflow:hidden;
}

.hero-slider .owl-stage{
    display:flex;
}

.hero-slider .owl-item{
    width:100vw !important;
    flex:0 0 100vw !important;
}