.carousel-caption {
    bottom: 43% !important;
}

.img-movil {
    display: none;
}

@media(max-width:768px) {
    .img-movil {
        display: block;
    }

    .img-desktop,
    .carousel-desktop {
        display: none;
    }
}

/**CSS PERUVIAN*/
.navbar_fixed {
    background: #FFD700;
}

.navbar {
    background: #FFD700;
    border-radius: 10px;
}

.btn-login-head {
    background: #000;
    border: 1px solid #000;
    color: #fff !important;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.btn-login-head:hover {
    color: #FFD700 !important;
}

.img-profile {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    margin: 4px;
    border: solid 2px #0fbd09;
}

.div-cont-search {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: solid 1px #fafafa;
    border-radius: 10px;
}

.h2-search {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.div-search {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.lbl-search-categ {
    border-bottom: solid 1px #ffffff;
    margin: 10px 12px 0px 12px;
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
    user-select: none;
}

.lbl-search-categ:hover {
    border-bottom: solid 1px #888888;
    color: #888888;
    cursor: pointer;
}

.lbl-search-categ.active {
    border-bottom: solid 1px #000000;
    margin: 10px 12px 0px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.div-input-search {
    display: flex;
    justify-content: space-around;
    margin: 15px 0px;
    position: relative;
}

.search-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    width: 574px;
}

.search-box {
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 10px;
}

.search-box i {
    font-size: 16px;
    color: #888;
    margin-right: 8px;
}

.search-box input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #333;
}

.search-button {
    background-color: #ffd600;
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.search-button:hover {
    background-color: #ffbe00;
    color: #000;
}

.search-button-disabled {
    background-color: #fff0a4;
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: progress;
    transition: background-color 0.3s ease;
    user-select: none;
}

.search-button-disabled:hover {
    background-color: rgb(248, 217, 122);
    color: #000;
}

.dropdown-search {
    display: none;
    position: absolute;
    top: calc(100% + 0px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-top: 1px solid #908888;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 535px;
    z-index: 18;
    padding: 10px;

}

.dropdown-search .scroll-cont {
    overflow-y: auto;
    max-height: 278px;
}

.dropdown-search .scroll-cont::-webkit-scrollbar {
    width: 8px;
}

.dropdown-search .scroll-cont::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

.dropdown-search .scroll-cont::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
    cursor: pointer;
}

@media (max-width: 771px) {
    .dropdown-search {
        width: 90%;
    }

    .div-btn-option {
        display: flex;
        flex-wrap: wrap;
    }

    .lbl-search-categ,
    .lbl-search-categ.active {
        font-size: 14px;
    }
}

.div-search-comp {
    background: #fff;
    color: #000;
    border-bottom: solid 1px #e0e0e0;
    text-align: justify;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    margin: 6px 0px;
    font-size: 12px;
    cursor: pointer;
}

.div-search-comp:hover {
    background: #f1f1f1;
}

.img-search {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 5px;
}

.div-btn-option {
    display: flex;
    justify-content: space-around;
}

.btn-option-dark {
    background: #000;
    color: #F4D91A;
    border: solid 1px #000;
    border-radius: 50px;
    padding: 4px 15px;
    margin: 12px 0px 0px 0px;
    user-select: none;
}

.btn-option-dark:hover {
    background: #000;
    color: #F4D91A;
    border: solid 1px #F4D91A;
}

.btn-option-yellow {
    background: #F4D91A;
    color: #000;
    border: solid 1px #F4D91A;
    border-radius: 50px;
    padding: 4px 15px;
    margin: 12px 0px 0px 0px;
    user-select: none;
}

.btn-option-yellow:hover {
    background: #F4D91A;
    color: #000;
    border: solid 1px #000;
}

.btn-all-dark {
    background: #000;
    color: #ffffff;
    border: solid 1px #000;
    border-radius: 50px;
    padding: 8px 15px;
    margin: 12px 0px 0px 0px;
    user-select: none;
    cursor: pointer;
}

.btn-all-dark:hover {
    background: #313131;
    color: #ffffff;
    border: solid 1px #313131;
}

/**slide*/
.slide-control-prev-bsc {
    height: 30px;
    width: 30px;
    font-size: 25px;
    font-family: monospace;
    padding: 3px 6px 5px 5px;
    color: #000;
    border: solid 1px #FFD700;
    background: #FFD700;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translate(40%, -50%);
    align-items: center;
    justify-content: center;
    display: flex;
}

.slide-control-next-bsc {
    height: 30px;
    width: 30px;
    font-size: 25px;
    font-family: monospace;
    padding: 3px 6px 5px 5px;
    color: #000;
    border: solid 1px #FFD700;
    background: #FFD700;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-control-prev-bsc:hover,
.slide-control-next-bsc:hover {
    background: #ffbe00;
    border: solid 1px #ffbe00;
    color: #000;
}

.li-slide-btn {
    width: 10px !important;
    height: 10px !important;
    background: #4e4e4e !important;
    border: solid 1px #FFD700 !important;
    border-radius: 30px !important;
    cursor: pointer !important;
}

.li-slide-btn.active {
    background: #FFD700 !important;
}

.carousel-indicators {
    margin-top: -35px;
}

.img-carousel {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.cnt-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.cnt-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(to right, rgba(37, 37, 37, 0.72), rgba(100, 100, 100, 0));
    z-index: 1;
    border-radius: 10px;
    pointer-events: none;
}

.div-text-carousel {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 6%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-see-opinions {
    padding: 4px;
    width: 120px;
    background: #ffffff;
    border-radius: 50px;
    color: #000;
    text-align: center;
    margin: 7px 0px;
}

.btn-see-opinions:hover {
    background: #ebebeb;
    color: #000;
}

/**TOURS*/
.h3-search {
    font-weight: 700;
    color: #000;
}

.div-box-tr {
    margin: 0px 9px 9px 9px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 5px rgb(0 0 0 / 4%);
    background-color: #fff;
    height: 100%;
}

.div-box-tr h4 {
    color: #000;
    font-size: 17px;
}

.btn-reserv-tr {
    width: max-content;
    background-color: #FFD700;
    border: solid 1px #FFD700;
    color: #000000 !important;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Manrope", sans-serif;
    display: inline-flex;
    align-items: center;
    z-index: 3;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.btn-reserv-tr:hover {
    background-color: #ffbe00;
    border: solid 1px #ffbe00;
    color: #000000;
}

.img-detail-tr {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}

.efect-zoom-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.efect-zoom-img img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    width: 100%;
}

.efect-zoom-img:hover img {
    transform: scale(1.1);
    filter: brightness(0.9);
}

.div-detail-tr {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.detail-sp-b {
    font-size: 12px;
    font-weight: 600;
    color: #656565;
    line-height: initial;
    padding: 3px;
}

.detail-sp {
    font-size: 12px;
    color: #656565;
    line-height: initial;
    padding: 3px;
}

/**TAXI*/
.div-taxi-box {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: solid 1px #fafafa;
    border-radius: 10px;
    padding: 10px 12px 10px 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
    margin: 6px 0px;
}

.div-taxi-box:hover {
    background-color: #f1f1f1;
}

.ruta-div {
    display: flex;
    justify-content: space-between;
    background-color: #ffd600;
    border: solid 1px #ffd600;
    border-radius: 10px 10px 0px 0px;
    padding: 2px 6px;
    width: 100%;
    align-items: center;
}

.spn-taxi-b {
    font-weight: 500;
}

.lbl-fontsize-tarifa {
    font-size: 12px;
}

.btn-div-taxi {
    text-align: center;
    width: 100%;
    margin: 7px 0px;
}

.section_gap {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.footer-area-color {
    background: #000000 !important;
}

.footer-bt {
    background-color: #1d1d1d;
    position: relative;
    height: 50px;
    align-items: center;
    color: #fff;
}

.list_style a {
    color: #969696 !important;
}

/**TAXI TOURS Y TRANSFER*/
.input-busqueda-bsc {
    border-radius: 50px;
    height: 40px;
    font-size: 14px;
}

.btn-def-pag {
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 0px 0px;
    color: #000;
    margin: 1px;
}

.btn-def-pag:hover {
    background-color: #000;
    border: solid 1px #000;
    color: #fff;
}

.btn-def-pag:disabled {
    background-color: #fff;
    border: solid 1px #d3d1d1;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 0px 0px;
    color: #d3d1d1;
    margin: 1px;
    cursor: no-drop;
}

.btn-pos-pag {
    background-color: #000;
    border: solid 1px #000;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 0px 0px;
    color: #fff;
    margin: 1px;
}

.btn-pos-pag:hover {
    background-color: #424242;
    border: solid 1px #424242;
    color: #fff;
}

.btn-render-table {
    background-color: #000;
    border-radius: 50%;
    border: solid 1px #000;
    color: #fff;
    padding: 5px 11px 5px 11px;
    font-size: 12px;
    cursor: pointer;
}

.btn-render-table:hover {
    background-color: #424242;
    border: solid 1px #424242;
    color: #fff;
}

.error-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffd70047;
    border-radius: 10px;
    text-align: center;
    padding: 14px 0px;
}

/**DETAILS*/

.ta-gallery {
    width: 100%;
}

/* Header */
.ta-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.ta-header i {
    font-size: 20px;
}

/* ================================
   GRID PRINCIPAL
================================ */

.ta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

/* ================================
   IMAGEN PRINCIPAL
================================ */

.ta-main {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.ta-main img {
    width: 100%;
    height: 300px;
    /* ⬅️ MÁS ALTA */
    object-fit: cover;
}

/* ================================
   MINIATURAS
================================ */

.ta-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.ta-thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.ta-thumb img {
    width: 100%;
    height: 150px;
    /* ⬅️ MÁS ALTA */
    object-fit: cover;
}

/* Contador +N */
.ta-more span {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================================
   MODAL SLIDER (RESPONSIVE REAL)
================================ */

.ta-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.ta-modal img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* ⬅️ CLAVE */
    border-radius: 12px;
}

/* Cerrar */
.ta-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}

/* Flechas navegación */
.ta-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #ffcc00;
    /* amarillo */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ta-nav i {
    font-size: 17px;
    color: #000;
    /* flecha negra */
    font-weight: bold;
}

.ta-nav.left {
    left: 8px;
    width: 25px;
    height: 25px;
}

.ta-nav.right {
    right: 8px;
    width: 25px;
    height: 25px;
}

/* Hover */
.ta-nav:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

/* ================================
   CAPTION MODAL (NOMBRE IMAGEN)
================================ */

.ta-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
}

.ta-caption {
    margin-top: 12px;
    padding: 8px 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
    max-width: 90%;
    line-height: 1.4;
}

/* ================================
   DESKTOP (>= 768px)
================================ */

@media (min-width: 768px) {

    .ta-grid {
        grid-template-columns: 2fr 1fr;
    }

    .ta-main img {
        height: 380px;
        /* ⬅️ MÁS PRESENCIA */
    }

    .ta-thumbs {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr;
    }

    .ta-thumb img {
        height: 185px;
    }

    .ta-modal img {
        max-width: 90vw;
        /* ⬅️ AJUSTE PERFECTO */
        max-height: 90vh;
    }

    .ta-nav {
        width: 42px;
        height: 42px;
    }

    .ta-nav i {
        font-size: 17px;
    }

    .ta-caption {
        font-size: 15px;
        max-width: 70%;
    }
}


/* ================================
   TABLIST 
================================ */

.ta-tabs {
    width: 100%;
}

/* Tab buttons */
.ta-tablist {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 18px;
}

.ta-tab {
    flex: 1;
    /* ⬅️ se adaptan al ancho */
    text-align: center;
    position: relative;
    background: #ece9df;
    border: none;
    padding: 10px 0;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    color: #000;
}

.ta-tab:hover {
    background: #e2dfd6;
    color: #000;
}

/* Active tab */
.ta-tab.active {
    background: #ffcc00;
}

/* Flechita */
.ta-tab.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffcc00;
}

/* Panels */
.ta-tab-content {
    width: 100%;
}

.ta-panel {
    display: none;
    animation: fade 0.25s ease-in-out;
}

.ta-panel.active {
    display: block;
}

.ta-panel p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Mobile */
@media (max-width: 576px) {
    .ta-tab {
        font-size: 14px;
        padding: 8px 0;
    }
}

/* ===============================
   BOOKING CARD
================================ */

.booking-wrapper {
    position: relative;
}

.booking-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
    transition: all .25s ease;
}

/* Sticky desktop */
.booking-card.is-fixed {
    position: fixed;
    top: 90px;
    width: 320px;
    z-index: 19;
}

/* ===============================
   FORM
================================ */

.booking-field {
    margin-bottom: 16px;
}

.booking-field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.date-field input {
    border-radius: 8px;
}

/* ===============================
   VEHICLE SELECTOR
================================ */

.vehicle-option {
    border: 1.5px solid #dcdcdc;
    border-radius: 10px;
    padding: 4px 12px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    transition: .2s;
}

.vehicle-option.active {
    border-color: #0071c2;
    box-shadow: 0 0 0 1px #0071c2;
}

.vehicle-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vehicle-info strong {
    display: block;
    font-size: 14px;
}

.vehicle-info span {
    font-size: 12px;
    color: #666;
}

.vehicle-price {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}

/* Radio */
.vehicle-radio {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    border: 2px solid #bbb;
    border-radius: 50%;
}

.vehicle-option.active .vehicle-radio {
    border-color: #0071c2;
}

.vehicle-option.active .vehicle-radio::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: #0071c2;
    border-radius: 50%;
}

/* ===============================
   BUTTON
================================ */

.btn-booking {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.btn-booking:hover {
    background: #222;
}

.btn-booking-disabled {
    width: 100%;
    background: #b0b0b0;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 600;
    cursor: progress;
    text-align: center;
}

.btn-booking-disabled:hover {
    background: rgb(65, 64, 64)0b0;
}

/* ===============================
   NOTE
================================ */

.booking-note {
    margin-top: 14px;
    font-size: 13px;
    color: #555;
    display: flex;
    gap: 6px;
}

.booking-note i {
    color: #00aa6c;
}

.flecha-ocultar {
    display: none;
}

/* ===============================
   MOBILE BAR (COLLAPSE + EXPAND)
================================ */
@media (max-width: 576px) {

    /* CONTENEDOR GENERAL */
    .booking-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9998;
    }

    /* ===============================
       BOOKING CARD
    ================================ */
    .booking-card {
        position: relative;
        width: 100%;
        max-height: 92px;
        /* COLAPSADO */
        overflow: hidden;

        padding: 12px 14px;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.22);
        background: #fff;

        transition: max-height 0.35s ease, padding 0.35s ease;
    }

    /* ESTADO ABIERTO */
    .booking-card.is-open {
        max-height: 90vh;
        overflow-y: auto;
        padding: 16px;
    }

    /* OCULTAR CAMPOS CUANDO ESTÁ COLAPSADO */
    .booking-card:not(.is-open) .booking-field,
    .booking-card:not(.is-open) .booking-note {
        display: none;
    }

    /* ===============================
       BOTONES
    ================================ */
    .btn-booking,
    .btn-booking-disabled {
        width: 100%;
        padding: 14px 0;
        font-size: 15px;
        border-radius: 999px;
    }

    /* Botón sticky cuando está abierto */
    .booking-card.is-open .btn-booking,
    .booking-card.is-open .btn-booking-disabled {
        position: sticky;
        bottom: 0;
        margin-top: 16px;
    }

    /* ===============================
       OPCIONES VEHÍCULO
    ================================ */
    .vehicle-option {
        padding: 14px;
    }

    .vehicle-price {
        font-size: 13px;
    }

    /* Espaciado interno */
    .booking-card>*+* {
        margin-top: 14px;
    }

    /* ===============================
       FLECHA OCULTAR (ENCIMA DEL CARD)
    ================================ */
    .flecha-ocultar {
        position: absolute;
        top: -15px;
        /* 👈 ENCIMA DEL CARD */
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 8px 14px;
        border-radius: 999px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
        cursor: pointer;
        z-index: 10001;
        display: none;
    }

    /* Mostrar flecha SOLO cuando está abierto */
    .booking-card.is-open .flecha-ocultar {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/**PLACE TO LIST*/
.text-sb-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}

.place-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.place-image {
    width: 250px;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.place-content h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.place-content p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

@media (max-width: 576px) {

    .place-card {
        flex-direction: column;
    }

    .place-image {
        width: 100%;
        height: 200px;
    }
}

/*ACORDEON*/
.cont-acord {
    background: #fff;
    box-shadow: 2px 2px 15px 5px rgb(0 0 0 / 4%);
    border-radius: 5px;
    margin-bottom: 8px;
}

.accordion03 {
    background-color: #ffffff;
    cursor: pointer;
    padding: 8px 18px 3px 18px;
    width: 100%;
    text-align: left;
    border: solid 1px #fff;
    outline: none;
    transition: 0.5s;
    border-radius: 5px;
}

.num-acord {
    color: #000000;
    font-weight: 600;
    padding: 0px 9px 0px 0px;
    font-size: 15px;
}

.title-acord {
    color: #000000;
    font-weight: 500;
}

.div-cont-acord {
    padding: 12px 20px 0px 30px;
}

.active-acordeon03 {
    background-color: #fff;
    border-bottom: solid 1px #000000;
}

.active-acordeon,
.accordion03:hover {
    background-color: #fff;
    border-bottom: solid 1px #000000;
}

.accordion03:after {
    content: url('../image/icons/ico-acord.png');
    float: right;
    margin-left: 5px;
}

.active-acordeon03:after {
    content: url('../image/icons/ico-acord-active.png');
}

.div-cont-acord ul {
    color: #000;
}


/**MODAL LOGIN*/
/**Eyes*/
.div-input-pass {
    display: flex;
}

.inp-login-us {
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
}


.inp-login-pss {
    height: 40px;
    border-radius: 10px 0px 0px 10px;
    font-size: 14px;
    border-right: 0px;
}

.lg-span-eyes {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border: none;
    display: flex;
    align-items: center;
    width: 49px;
    justify-content: center;
    border-radius: 0px 12px 12px 0px;
    border-left: 0px;
    cursor: pointer;
}

/**Eror*/
.error-peruvian-red {
    color: #e70000;
    font-size: 11px;
}

/* ===== MODAL BASE ===== */
.peruvian-modal {
    border-radius: 18px;
    border: none;
}

/* HEADER */
.peruvian-header {
    border-bottom: none;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-back {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* LOGO */
.peruvian-logo {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.peruvian-logo img {
    width: 100px;
}

/* BODY */
.peruvian-body {
    padding: 0 29px 21px;
}

.peruvian-title {
    text-align: center;
    color: #000000;
    font-weight: 700;
    margin-bottom: 28px;
}

/* INPUTS */
.peruvian-input {
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    padding: 12px;
    height: 43px !important;
    font-size: 14px;
}

/* PHONE GROUP */
.peruvian-phone-group .custom-select {
    border-radius: 12px 0 0 12px;
    border: none;
    background: #f4f4f4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    padding-left: 10px;
    height: 43px;
}

.peruvian-phone-group .form-control {
    border-radius: 0 12px 12px 0;
}

/* CHECKBOX */
.peruvian-check {
    padding: 0px 22px;
}

.peruvian-check label {
    font-size: 13px;
    color: #333;
}

/* LABEL */
.lbl-form {
    color: #000;
}

/* FOOTER */
.peruvian-footer {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}

.peruvian-footer a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.peruvian-auth-divider {
    align-items: center;
    color: #707070;
    display: flex;
    font-size: 12px;
    gap: 12px;
    margin: 14px 0 8px;
}

.peruvian-auth-divider::before,
.peruvian-auth-divider::after {
    background: #dedede;
    content: "";
    flex: 1;
    height: 1px;
}

.google-auth-button {
    align-items: center;
    border: 2px solid #004225;
    border-radius: 999px;
    box-sizing: border-box;
    display: flex;
    height: 52px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.google-auth-button:hover {
    border-color: #006b3a;
    box-shadow: 0 6px 16px rgba(0, 66, 37, 0.12);
}

.google-auth-face {
    align-items: center;
    color: #06381f;
    display: grid;
    font-size: 15px;
    font-weight: 800;
    grid-template-columns: 58px 1fr 58px;
    height: 100%;
    inset: 0;
    letter-spacing: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.google-auth-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234285F4' d='M23.5 12.27c0-.85-.08-1.67-.22-2.46H12v4.65h6.44c-.28 1.5-1.12 2.77-2.38 3.62v3.01h3.86c2.26-2.08 3.58-5.15 3.58-8.82z'/%3E%3Cpath fill='%2334A853' d='M12 24c3.24 0 5.95-1.07 7.93-2.91l-3.86-3.01c-1.07.72-2.44 1.14-4.07 1.14-3.13 0-5.78-2.11-6.73-4.95H1.28v3.11C3.25 21.3 7.31 24 12 24z'/%3E%3Cpath fill='%23FBBC05' d='M5.27 14.27c-.24-.72-.38-1.49-.38-2.27s.14-1.55.38-2.27V6.62H1.28C.46 8.25 0 10.07 0 12s.46 3.75 1.28 5.38l3.99-3.11z'/%3E%3Cpath fill='%23EA4335' d='M12 4.78c1.76 0 3.34.61 4.58 1.8l3.43-3.43C17.94 1.22 15.23 0 12 0 7.31 0 3.25 2.7 1.28 6.62l3.99 3.11C6.22 6.89 8.87 4.78 12 4.78z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    margin-left: 22px;
    width: 24px;
}

.google-auth-button > div:not(.google-auth-face) {
    inset: 0;
    margin: 0 !important;
    opacity: 0.01;
    position: absolute;
    width: 100% !important;
    z-index: 2;
}

.google-auth-button > div:not(.google-auth-face) iframe {
    border-radius: 999px !important;
    display: block !important;
    height: 52px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* =========================================
   COUNTRY DROPDOWN (PHONE)
========================================= */

.peruvian-country-wrapper {
    position: relative;
}

/* Botón visible */
.peruvian-country-btn {
    border: none;
    background: #f4f4f4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 12px 0 0 12px;
    padding: 12px 10px;
    height: 43px;
    font-size: 14px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 90px;
}

/* Lista desplegable */
.peruvian-country-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;

    width: 92px;
    max-height: 220px;
    /* 🔑 altura controlada */
    overflow-y: auto;
    /* 🔑 scroll */

    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    z-index: 1050;

    display: none;
}

/* Items */
.peruvian-country-list div {
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
}

.peruvian-country-list div:hover {
    background: #f4f4f4;
}

/* ===== FIX MODAL Z-INDEX ===== */

.modal-backdrop {
    z-index: 9998 !important;
}

.modal {
    z-index: 9999 !important;
}

/* ===== MOBILE FULLSCREEN ===== */
@media (max-width: 576px) {

    .modal {
        padding: 0 !important;
    }

    .modal-dialog {
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .peruvian-modal {
        height: 100%;
        border-radius: 0;
    }

    .peruvian-body {
        padding: 20px;
        overflow-y: auto;
    }

    .peruvian-country-list {
        max-height: 180px;
        width: 100%;
    }
}

/** RESERVE **/
.reservation-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

/* HEADER */
.reservation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.reservation-header .title,
.reservation-header .user {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

/* ICONS SAME SIZE AS TEXT */
.reservation-header i {
    font-size: 25px;
    line-height: 1;
    color: #000;
}

/* INPUT STYLE (PERUVIAN) */
.peruvian-input:focus {
    outline: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

/* LABEL */
.lbl-form {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

/* SUMMARY */
.reservation-summary {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
}

.summary-card {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.summary-card img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.summary-card span {
    font-weight: 600;
    display: block;
    margin-top: 6px;
}

textarea.peruvian-input {
    min-height: 120px;
    resize: vertical;
}

/* RESPONSIVE */
@media (max-width: 576px) {

    .reservation-header .title,
    .reservation-header .user {
        font-size: 20px;
    }

    .reservation-header i {
        font-size: 20px;
    }

    .reservation-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

/**ERROR MODAL*/

#modal-error-message .modal-dialog {
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#modal-error-message .modal-content {
    margin: auto;
    border-radius: 2.3rem;
}

.btn-close-modal-error {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(255 255 255);
    margin-left: 90%;
    margin-top: -25px;
    color: #000000 !important;
    display: flex;
    font-weight: bold;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mdl-error-red {
    border-bottom: 0px;
    background: #ff0000;
    border-radius: 21px;
    display: flex;
    justify-content: center;
}

.mdl-error-green {
    border-bottom: 0px;
    background: #00a306;
    border-radius: 21px;
}

.text-error-white {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 17px 0px;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
}

/**My reservations*/
.empty-reservation {
    min-height: calc(90vh - 120px);
    /* ajusta según header */
    display: flex;
    align-items: center;
}

.font-weight-bold {
    color: #000;
}

.reservation-card {
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease-in-out;
    border: none;
}

.reservation-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Forzar texto negro en todo el contenido */
.reservation-card,
.reservation-card p,
.reservation-card h6,
.reservation-card span,
.reservation-card strong {
    color: #000 !important;
}

.reservation-card i {
    margin-right: 5px;
}

.btn-driver-reserv {
    background: #000;
    border-radius: 15px;
    width: 100%;
    margin: 5px 0px;
    color: #fff;
    border: solid 1px #000;
    cursor: pointer;
    text-align: center;
}

.btn-cancel-reserv {
    background: #f50000;
    border-radius: 15px;
    width: 100%;
    margin: 5px 0px;
    color: #fff;
    border: solid 1px #f50000;
    cursor: pointer;
    text-align: center;
}

.btn-details-reserv {
    background: #ffd700;
    border-radius: 15px;
    width: 100%;
    margin: 5px 0px;
    color: #000000;
    border: solid 1px #ffd700;
    cursor: pointer;
    text-align: center;
}

.btn-null-reserv {
    background: #e1e1e1;
    border-radius: 15px;
    width: 100%;
    margin: 5px 0px;
    color: #999999;
    border: solid 1px #c0bfbf;
    cursor: no-drop;
    text-align: center;
}

.img-service-reserv {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

/**DRIVER*/
.shadow-driver-box {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: solid 1px #ffffff;
    border-radius: 12px;
}

.text-black {
    color: #000 !important;
}

.img-fluid {
    max-height: 130px;
    object-fit: cover;
}

/**WHATSAPP*/
.red {
    position: fixed;
    top: 80%;
    z-index: 100;
    right: 0;
}

#whatsapp a {
    background: #08d63c;
    padding: 17px 8px 19px 10px;
    text-decoration: none;
    border-radius: 87px;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    font-weight: 600;
}

#whatsapp a:hover {
    background: #03ad2e;
    margin: 0px 12px;
}

#whatsapp img {
    width: 35px !important;
}

.btn-si-modal {
    background: #3caa36;
    color: #fff;
    border-radius: 15px;
    padding: 3px 25px 3px 25px;
    border: solid 1px #3caa36;
    cursor: pointer;
    user-select: none;
}

.btn-si-modal-cargando {
    background: #061805;
    color: #fff;
    border-radius: 15px;
    padding: 3px 25px 3px 25px;
    border: solid 1px #061805;
    cursor: progress;
    user-select: none;
}

.btn-no-modal {
    background: #e7302a;
    color: #fff;
    border-radius: 15px;
    padding: 3px 25px 3px 25px;
    border: solid 1px #e7302a;
    user-select: none;
    cursor: pointer;
}

/**ABOUT*/
.about-section {
    padding: 50px 0;
    background: #ffffff;
    color: #000;
}

.img-stack {
    position: relative;
    width: 100%;
    min-height: 420px;
}

/* Estilo stack escritorio */
.img-stack img {
    position: absolute;
    width: 40%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    transition: .4s ease;
}

.img-stack img:hover {
    transform: scale(1.05) rotate(-1deg);
    z-index: 5;
}

.img-1 {
    top: 0;
    left: 0;
}

.img-2 {
    top: 15%;
    right: 0;
}

.img-3 {
    bottom: 0;
    left: 30%;
}

/* 📱 Responsive: GRID limpio */
@media (max-width: 768px) {
    .img-stack {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .img-stack img {
        position: static;
        width: 100%;
        height: 160px;
        transform: none !important;
        box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
    }

    .img-stack img:last-child {
        grid-column: span 2;
        height: 200px;
    }
}


.section-title {
    margin-bottom: 30px;
}

.strategy-img-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    transition: .4s;
    cursor: pointer;
    height: 100%;
}

.strategy-img-card:hover {
    transform: translateY(-10px) scale(1.02)
}

.strategy-img-card img {
    width: 100%;
    height: 150px;
    object-fit: cover
}

.strategy-img-card h6 {
    padding: 18px;
    text-align: center;
    font-weight: 600
}

.mv-card {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    text-align: center;
    height: 100%
}

.mv-card i {
    font-size: 2.3rem;
    color: #ffb703;
    margin-bottom: 12px
}


.driver-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.driver-track {
    display: flex;
    will-change: transform;
    transition: transform .6s ease;
}

.driver-slide {
    flex: 0 0 100%;
    text-align: center;
    padding: 20px;
}


.driver-slide img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 15px
}

.carousel-controls button {
    background: #ffb703;
    border: none;
    padding: 4px 10px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: .8s
}

.fade-in.show {
    opacity: 1;
    transform: none
}

@media (min-width:768px) {
    .driver-slide {
        flex: 0 0 50%;
    }
}

@media (min-width:992px) {
    .driver-slide {
        flex: 0 0 25%;
    }
}

/**LOGIN*/

.btn-aulavirtual {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    height: 39px;
}

.btn-aulavirtual:hover {
    background: #424242;
    border: 1px solid #000000;
    color: #fff;
}

.btn-aulavirtual-phone {
    display: none;
}

.acount-link {
    display: none;
}

.header-top {
    background-color: #961918;
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
}

.p-span {
    padding: 12px;
}


@media (max-width: 991px) {
    .btn-aulavirtual-phone {
        background: #000000;
        border: 1px solid #000000;
        color: #fff;
        font-size: 12px;
        border-radius: 25px;
        cursor: pointer;
        display: flex;
        width: 135px;
        justify-content: center;
        align-items: center;
        height: 39px;
    }

    .btn-aulavirtual-phone:hover {
        background: #424242;
        border: 1px solid #000000;
        color: #fff;
    }

    .btn-aulavirtual {
        display: none;
    }

    .d-none-img {
        display: none;
    }

    .item-btn-aulavirtual {
        display: none;
    }

    .header-top {
        display: none !important;
    }

    .acount-link {
        display: block;
    }
}

@media(max-width: 991px) {
    .header_area .navbar-brand {
        padding-top: 0px;
        width: 122px;
    }
}

/**TRIP ADVISOR*/
.tripadvisor-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #00eb5b;
    margin: 5px 0;
    border-radius: 12px;
    padding: 10px;
}

.ta-left,
.ta-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/* Desktop: badge a la derecha */
@media (min-width: 768px) {
    .ta-left {
        justify-content: flex-end;
    }

    .ta-right {
        justify-content: flex-start;
    }
}

/* Móvil: todo centrado */
@media (max-width: 767px) {
    .tripadvisor-box {
        text-align: center;
    }
}

.widSSP{
    width: 100% !important;
}

/**Contact*/
.caja-info {
    background-color: #FFD700;
    color: rgb(0, 0, 0);
    width: 100%;
    margin: auto;
    padding: 20px 10px;
    font-size: 15px;
    border-radius: 8px;
}

.text-subinfo {
    color: #000;
    font-weight: 700;
}

b, sup, sub, u, del{
    color: #000;
}

/**Profile*/
.profile-section {
    min-height: calc(90vh - 120px);
}

.profile-wrapper {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 24px;
}

.profile-summary {
    border-right: 1px solid #eeeeee;
    padding-right: 24px;
    text-align: center;
}

.profile-avatar {
    border: 3px solid #0fbd09;
    border-radius: 50%;
    height: 112px;
    object-fit: cover;
    width: 112px;
}

.profile-summary h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 14px 0 6px;
}

.profile-summary p {
    color: #555;
    font-size: 14px;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
}

.profile-badge {
    background: #f4d91a;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
}

.profile-form {
    align-self: center;
}

.profile-message {
    border-radius: 8px;
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 10px;
    padding: 10px 12px;
}

.profile-message.success {
    background: #e8f8ea;
    color: #0b7d13;
    display: block;
}

.profile-message.error {
    background: #ffe7e7;
    color: #d90000;
    display: block;
}

@media (max-width: 768px) {
    .profile-wrapper {
        grid-template-columns: 1fr;
    }

    .profile-summary {
        border-bottom: 1px solid #eeeeee;
        border-right: 0;
        padding-bottom: 20px;
        padding-right: 0;
    }
}

.profile-page {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.profile-hero {
    background: #151515;
    height: 240px;
    position: relative;
}

.profile-cover {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.profile-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
    content: "";
    inset: 0;
    position: absolute;
}

.profile-cover-action,
.profile-avatar-action {
    align-items: center;
    background: #000;
    border: 1px solid #000;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    justify-content: center;
    margin: 0;
    transition: 0.2s ease;
}

.profile-cover-action {
    bottom: 18px;
    padding: 8px 14px;
    position: absolute;
    right: 18px;
    z-index: 2;
}

.profile-cover-action:hover,
.profile-avatar-action:hover {
    background: #ffd700;
    border-color: #ffd700;
    color: #000;
}

.profile-body {
    display: grid;
    gap: 28px;
    grid-template-columns: 285px 1fr;
    padding: 0 28px 28px;
}

.profile-panel {¿
    margin-top: -58px;
    padding-right: 28px;
    position: relative;
    text-align: center;
    z-index: 3;
}

.profile-avatar-wrap {
    display: inline-block;
    position: relative;
}

.profile-page .profile-avatar {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    height: 132px;
    object-fit: cover;
    width: 132px;
}

.profile-avatar-action {
    bottom: 8px;
    height: 38px;
    position: absolute;
    right: 4px;
    width: 38px;
}

.profile-panel h1 {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    margin: 14px 0 6px;
}

.profile-panel p {
    color: #555;
    font-size: 14px;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
}

.profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.profile-badge {
    background: #ffd700;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
}

.profile-badge.is-soft {
    background: #e9f8eb;
    color: #0b7d13;
}

.profile-content {
    padding-top: 26px;
}

.profile-section-title {
    border-bottom: 1px solid #eeeeee;
    margin: 4px 0 18px;
    padding-bottom: 10px;
}

.profile-section-title span {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 800;
}

.profile-section-title small {
    color: #666;
    display: block;
    font-size: 13px;
    margin-top: 3px;
}

.profile-page .peruvian-input[readonly] {
    background: #f4f4f4;
    cursor: not-allowed;
}

.profile-actions {
    display: flex;
    justify-content: flex-end;
}

.profile-actions .btn-booking,
.profile-actions .btn-booking-disabled {
    max-width: 220px;
}

@media (max-width: 991px) {
    .profile-body {
        grid-template-columns: 1fr;
    }

    .profile-panel {
        border-bottom: 1px solid #eeeeee;
        border-right: 0;
        padding-bottom: 22px;
        padding-right: 0;
    }

    .profile-content {
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .profile-hero {
        height: 190px;
    }

    .profile-cover-action {
        bottom: 12px;
        font-size: 12px;
        right: 12px;
    }

    .profile-body {
        padding: 0 16px 22px;
    }

    .profile-actions .btn-booking,
    .profile-actions .btn-booking-disabled {
        max-width: none;
    }
}

.profile-crop-modal .peruvian-body {
    padding: 12px 24px 24px;
}

.profile-crop-title {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.profile-crop-workspace {
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 390px;
    overflow: hidden;
    padding: 22px;
}

.profile-crop-frame {
    background: #111;
    border: 3px solid #ffd700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
    cursor: grab;
    overflow: hidden;
    position: relative;
}

.profile-crop-frame.is-dragging {
    cursor: grabbing;
}

.profile-crop-frame.is-avatar {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: min(330px, 78vw);
}

.profile-crop-frame.is-cover {
    aspect-ratio: 14 / 5.2;
    border-radius: 8px;
    width: min(720px, 86vw);
}

.profile-crop-frame img {
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform-origin: center;
    user-select: none;
    width: 100%;
}

.profile-crop-controls {
    margin-top: 18px;
}

.profile-crop-controls label {
    color: #000;
    font-weight: 700;
}

.profile-crop-controls input[type="range"] {
    accent-color: #ffd700;
    width: 100%;
}

.profile-crop-controls small {
    color: #666;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.profile-crop-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
}

.profile-crop-primary,
.profile-crop-secondary {
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    min-width: 130px;
    padding: 10px 16px;
}

.profile-crop-primary {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.profile-crop-primary:hover {
    background: #ffd700;
    border-color: #ffd700;
    color: #000;
}

.profile-crop-secondary {
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #000;
}

.profile-crop-secondary:hover {
    background: #f1f1f1;
}

@media (max-width: 576px) {
    .profile-crop-workspace {
        min-height: 300px;
        padding: 14px;
    }

    .profile-crop-actions {
        flex-direction: column-reverse;
    }

    .profile-crop-primary,
    .profile-crop-secondary {
        width: 100%;
    }
}
