.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.cormorant {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    /*font-weight: 550;*/
    font-style: normal;
}

.cormorant2 {
    font-size: 1.6rem;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.cormorant2sub {
    font-size: 1.3rem;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.cormorant3 {
    font-size: 2.0rem;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.cormorant-garamond {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.libre-baskerville {
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.lora {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.sora {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.space-grotesk {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.dm-sans {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.josefin-sans {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.quicksand {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.nunito {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.comfortaa {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.righteous-regular {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.amatic-sc-regular {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.amatic-sc-bold {
    font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.caveat {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

.abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
}

.yeseva-one-regular {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-style: normal;
}

.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.dancing-script {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}







/* Minimalist Button Styles */
.btn-minimal {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.15);
    /*color: #495057;*/
    /*text-transform: uppercase;*/
    letter-spacing: 0.8px;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.6rem 1.8rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.btn-minimal:hover {
    border-color: rgba(0, 0, 0, 0.3);
    /*color: #2c3e50;*/
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-minimal:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8);
}

.btn-minimal .material-icons {
    font-size: 1.1rem;
}

/* Payment Button Styles - Dark background with white text */
.btn-payment {
    background: #2f363e;
    border: 1px solid #2f363e;
    color: #ffffff !important;
    letter-spacing: 0.8px;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.6rem 1.8rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.btn-payment:hover {
    background: #3d4651;
    border-color: #3d4651;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(47, 54, 62, 0.4);
}

.btn-payment:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(47, 54, 62, 0.4);
    background: #2f363e;
}

.btn-payment .material-icons {
    font-size: 1.1rem;
    color: #ffffff !important;
}

.btn-seccion {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    /*color: #6c757d;*/
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.6rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-seccion:hover {
    border-color: rgba(0, 0, 0, 0.3);
    /*color: #495057;*/
    background: rgba(255, 255, 255, 0.6);
}

.btn-seccion.active {
    background: rgba(255, 255, 255, 0.4);
    border-color: #2c3e50;
    font-weight: 600;
}

.btn-seccion.active:hover {
    /*background: #34495e;
    border-color: #34495e;*/
    background: rgba(255, 255, 255, 0.8);
}




/* Confirmation Section Styles */
.producto-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    transition: all 0.3s ease;
}

.confirm-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    transition: all 0.3s ease;
}

.confirm-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.confirm-card-highlight {
    /*background: rgba(255, 255, 255, 0.8);*/
    border: 2px solid rgba(44, 62, 80, 0.15);
}

.confirm-subtitle {
    font-size: 1.4rem;
    /*color: #6c757d;*/
    /*text-transform: uppercase;*/
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
}

.confirm-subtitle-small {
    font-size: 1rem;
    /*color: #6c757d;*/
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
}

.confirm-selection-count {
    font-size: 1.4rem;
    font-weight: 600;
    /*color: #2c3e50;*/
    margin: 0.5rem 0;
}

.confirm-section-title {
    font-size: 1.4rem;
    /*color: #2c3e50;*/
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.confirm-info-text {
    font-size: 1rem;
    /*color: #495057;*/
    line-height: 1.6;
    margin: 0;
}

.price-breakdown {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 1rem;
}

.price-breakdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.price-breakdown-row:last-child {
    border-bottom: none;
}

.price-breakdown-label {
    font-size: 0.9rem;
    /*color: #495057;*/
    font-weight: 400;
}

.price-breakdown-value {
    font-size: 0.95rem;
    /*color: #2c3e50;*/
    font-weight: 600;
}

.confirm-total-price {
    font-size: 3.5rem;
    font-weight: 700;
    /*color: #2c3e50;*/
    margin: 1rem 0;
    line-height: 1;
}

.confirm-total-price-reserva {
    font-size: 3.5rem;
    font-weight: 700;
    /*color: #2c3e50;*/
    margin: 1rem 0;
    line-height: 1;
}

.confirm-currency {
    font-size: 2rem;
    font-weight: 500;
    /*color: #6c757d;*/
    /*margin-left: 0.5rem;*/
}

.confirm-status-message {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}

.confirm-status-error {
    background: rgba(255, 7, 7, 0.15);
    border: 1px solid rgba(255, 15, 7, 0.3);
    color: #424c58;
    font-size: 1.0rem;
}

.confirm-status-warning {
    background: rgba(255, 193, 7, 0.15);
    border: 1px solid rgba(255, 193, 7, 0.3);
    color: #856404;
}

.confirm-status-success {
    /*background: rgba(40, 167, 69, 0.15);*/
    background-color: #deece0;
    border: 1px solid rgba(40, 167, 69, 0.3);
    color: #155724;
}

.confirm-status-paid {
    background: rgba(0, 123, 255, 0.15);
    border: 1px solid rgba(0, 123, 255, 0.3);
    color: #004085;
}

.confirm-status-confirmed {
    background: rgba(108, 117, 125, 0.15);
    border: 1px solid rgba(108, 117, 125, 0.3);
    color: #383d41;
    padding: 1.5rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
}

.btn-confirm-primary {
    background: #2c3e50;
    border: 2px solid #2c3e50;
    color: white;
    /*text-transform: uppercase;*/
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 1rem 3rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
}

.btn-confirm-primary:hover {
    background: #34495e;
    border-color: #34495e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

.btn-confirm-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(44, 62, 80, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .confirm-total-price {
        font-size: 2.5rem;
    }

    .confirm-currency {
        font-size: 1.5rem;
    }

    .confirm-card {
        padding: 1.5rem;
    }

    .btn-confirm-primary {
        padding: 0.9rem 2rem;
        font-size: 0.8rem;
    }
}

/* Sidebar Configuration Styles */
.config-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background-color: #faf8f6 !important;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease-in-out;
    z-index: 9998;
    overflow-y: auto;
    padding: 80px 25px 25px 25px;
}

.config-sidebar.open {
    left: 0;
}

.config-toggle-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #f1f2f6;
    border: none;
    border-radius: 10px;
    color: #424c58;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(66, 76, 88, 0.3);
    transition: all 0.3s ease;
    z-index: 9999;
}

.config-toggle-btn:hover {
    background-color: #8b9096;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.config-toggle-btn:active {
    transform: translateY(0);
}

.config-toggle-btn .material-icons {
    font-size: 28px;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9997;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-content {
    color: #424c58;
}

.sidebar-content h5 {
    color: #424c58;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #424c58;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
}

/* Configuration Controls */
.config-group {
    margin-bottom: 25px;
}

.config-label {
    display: block;
    color: #424c58;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.form-check-label {
    color: #424c58;
    font-size: 1rem;
}

.color-confirmar {
    color: #424c58;
}

.config-select {
    width: 100%;
    padding: 10px 12px;
    background-color: white;
    color: #424c58;
    border: 1px solid #5a6470;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.config-select:hover {
    border-color: #424c58;
}

.config-select:focus {
    outline: none;
    border-color: #424c58;
    box-shadow: 0 0 0 3px rgba(236, 152, 128, 0.2);
}

.config-select option {
    background-color: white;
    color: #424c58;
}

/* Range Slider */
.config-slider {
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #2d3540 0%, #ffffff 100%);
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.config-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background-color: #2d3540;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.config-slider::-webkit-slider-thumb:hover {
    background-color: #2d3540;
    transform: scale(1.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.config-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background-color: #2d3540;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.config-slider::-moz-range-thumb:hover {
    background-color: #f5a890;
    transform: scale(1.15);
    box-shadow: 0 3px 10px rgba(236, 152, 128, 0.5);
}

/* Visual Color Picker */
.config-color-picker {
    width: 100%;
    height: 50px;
    padding: 0px;
    border: 0px;
    /*padding: 5px;*/
    /*background-color: #2d3540;
    border: 1px solid #5a6470;*/
    /*border: 2px solid #5a6470;
    border-radius: 6px;*/
    cursor: pointer;
    transition: all 0.3s ease;
}

.config-color-picker:hover {
    /*border-color: #ec9880;*/
}

.config-color-picker:focus {
    outline: none;
    border-color: #ec9880;
    box-shadow: 0 0 0 3px rgba(236, 152, 128, 0.2);
}

/* Payment Section Styles */
.payment-methods {
    width: 100%;
}

.payment-label {
    display: block;
    font-size: 0.9rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.payment-option {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.payment-option:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(44, 62, 80, 0.2);
}

.payment-radio {
    margin-right: 0.75rem;
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: #2c3e50;
}

.payment-option-label {
    font-size: 0.9rem;
    color: #495057;
    cursor: pointer;
    margin: 0;
    flex: 1;
}

.discount-code-section {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 1.25rem;
}

.discount-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.discount-input:focus {
    outline: none;
    border-color: #2c3e50;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
}

.discount-info {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.payment-actions {
    margin-top: 1rem;
}

.payment-notice {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.6;
    margin-top: 1rem;
}

.payment-notice-highlight {
    color: #dc3545;
    font-weight: 600;
}

.payment-terms {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

.payment-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #2c3e50;
}

.payment-terms-label {
    font-size: 0.85rem;
    color: #495057;
    margin: 0;
    cursor: pointer;
}

.payment-policies {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
}

/* Equal height cards for services section */
.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}