/* Estilos personalizados para la página de masajes */

/* Precios destacados */
.price-highlight {
    color: #10ac84;
    font-weight: 600;
    font-size: 16px;
    background: rgba(16, 172, 132, 0.1);
    padding: 4px 12px;
    border-radius: 15px;
    display: inline-block;
}

/* Cajas de precios - Estado exacto que tenías */
.pricing-box {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.pricing-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    background: rgba(255, 255, 255, 0.85);
}

.pricing-box.highlight {
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid #10ac84;
    box-shadow: 0 12px 30px rgba(16, 172, 132, 0.15);
    transform: scale(1.02);
}

.pricing-box.highlight:hover {
    transform: scale(1.02) translateY(-5px);
    background: rgba(255, 255, 255, 0.9);
}

.pricing-box-header h5 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-box .price {
    margin: 20px 0;
}

.pricing-box .price .currency {
    font-size: 18px;
    vertical-align: top;
    color: #10ac84;
}

.pricing-box .price .amount {
    font-size: 48px;
    font-weight: 700;
    color: #10ac84;
}

.pricing-box .price .period {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

.pricing-box .duration {
    background: #10ac84;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.pricing-box-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pricing-box-content ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #555;
}

.pricing-box-content ul li:last-child {
    border-bottom: none;
}

/* Asegurar altura uniforme del contenido */
.pricing-box-header {
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.pricing-box-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-box-content ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 120px;
}

/* Etiqueta de popular */
.popular-tag {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #ff6b6b;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Feature boxes - Estado exacto que tenías */
.feature-box.feature-box-style-3 {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.feature-box.feature-box-style-3:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    background: rgba(255, 255, 255, 0.85);
}

.feature-box-icon {
    margin-bottom: 20px;
}

.feature-box-icon i {
    font-size: 48px;
    color: #10ac84;
}

.feature-box-info h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-box-info p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Testimonial - Estado exacto que tenías */
.testimonial {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 40px 30px;
    color: #333;
    font-style: italic;
    font-size: 18px;
    position: relative;
    border-left: 4px solid #10ac84;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.testimonial::before {
    content: '"';
    font-size: 60px;
    color: #10ac84;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: serif;
    opacity: 0.6;
}

/* Botones mejorados */
.btn-main {
    background: #10ac84;
    border: 2px solid #10ac84;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-main:hover {
    background: transparent;
    color: #10ac84;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(16, 172, 132, 0.3);
}

.btn-line {
    background: transparent;
    border: 2px solid #10ac84;
    color: #10ac84;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}


.btn-line {
    color: white !important;
}

.btn-line i {
    color: white !important;
}

.btn-line:hover {
    background: #10ac84;
    color: white !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(16, 172, 132, 0.3);
}

.btn-line:hover i {
    color: white !important;
}


.btn-lg {
    padding: 15px 40px;
    font-size: 16px;
}

/* Forzar anchos iguales para las tarjetas de servicios (2 columnas) */
#section-main .row.g-4.mb-5.justify-content-center {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 30px !important;
}

#section-main .row.g-4.mb-5.justify-content-center .col-md-5 {
    width: calc(45% - 15px) !important;
    max-width: calc(45% - 15px) !important;
    min-width: calc(45% - 15px) !important;
    flex: 0 0 calc(45% - 15px) !important;
    margin: 0 !important;
}

/* Forzar anchos iguales para las tarjetas de precios (3 columnas) */
#section-main .row.g-4.mb-5:not(.justify-content-center) {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 20px !important;
}

#section-main .row.g-4.mb-5:not(.justify-content-center) .col-md-4 {
    width: calc(33.333% - 14px) !important;
    max-width: calc(33.333% - 14px) !important;
    min-width: calc(33.333% - 14px) !important;
    flex: 0 0 calc(33.333% - 14px) !important;
    margin: 0 !important;
    padding: 0 !important;
}

#section-main .row.g-4.mb-5 .pricing-box {
    width: 100% !important;
    height: 100% !important;
}

/* Galería de masajes - Funcionalidad de gallery.php + Mi estilo visual */
#section-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Tres columnas iguales - FUNCIONALIDAD */
    grid-template-rows: auto;
    gap: 20px; /* Espaciado más generoso - MI ESTILO */
    margin-top: 20px;
}

/* Items con mi estilo visual mejorado */
#section-gallery .item {
    position: relative;
    overflow: hidden;
    border-radius: 15px; /* Más redondeado - MI ESTILO */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.1); /* Fondo sutil - MI ESTILO */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); /* Sombra más suave - MI ESTILO */
}

#section-gallery .item:hover {
    transform: translateY(-5px) scale(1.02); /* Efectos hover elegantes - MI ESTILO */
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

#section-gallery .cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* FUNCIONALIDAD para imágenes verticales */
    transition: transform 0.3s ease;
}

#section-gallery .item:hover .cover-image {
    transform: scale(1.1); /* Zoom suave en hover - MI ESTILO */
}

/* Configuración específica para cada imagen - IGUAL que gallery.php */
/* Fila 1 */
#section-gallery .foto1 { grid-column: 1 / 2; grid-row: 1 / 2; }
#section-gallery .foto2 { grid-column: 2 / 3; grid-row: 1 / 2; }
#section-gallery .foto3 { grid-column: 3 / 4; grid-row: 1 / 3; } /* Se extiende hasta la fila 2 */

/* Fila 2 */
#section-gallery .foto4 { grid-column: 1 / 2; grid-row: 2 / 3; }
#section-gallery .foto5 { grid-column: 2 / 3; grid-row: 2 / 3; }

/* Fila 3 */
#section-gallery .foto6 { grid-column: 1 / 2; grid-row: 3 / 4; }
#section-gallery .foto7 { grid-column: 2 / 4; grid-row: 3 / 4; } /* Ocupa dos columnas en la última fila */

/* Fila 4 */
#section-gallery .foto8 { grid-column: 1 / 2; grid-row: 4 / 5; }
#section-gallery .foto9 { grid-column: 2 / 3; grid-row: 4 / 5; }
#section-gallery .foto10 { grid-column: 3 / 4; grid-row: 4 / 5; }

/* Fila 5 */
#section-gallery .foto11 { grid-column: 1 / 2; grid-row: 5 / 6; }
#section-gallery .foto12 { grid-column: 2 / 4; grid-row: 5 / 6; } /* Ocupa dos columnas */

/* Estilos para formulario de contacto */
.contact-form {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 172, 132, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

.contact-form .form-control::placeholder {
    color: #666 !important;
    opacity: 1;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #666 !important;
}

.contact-form .form-control::-moz-placeholder {
    color: #666 !important;
    opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #666 !important;
}

.contact-form .form-control:focus {
    background: rgba(255, 255, 255, 1);
    border-color: #10ac84;
    box-shadow: 0 0 0 2px rgba(16, 172, 132, 0.2);
    outline: none;
}

.contact-form select.form-control {
    cursor: pointer;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

/* Estilos para modal de instrucciones */
#instrucciones-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#instrucciones-modal.show {
    opacity: 1;
    visibility: visible;
}

#instrucciones-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#instrucciones-modal .modal-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

#instrucciones-modal.show .modal-content {
    transform: scale(1);
}

#instrucciones-modal .modal-header {
    background: linear-gradient(135deg, #10ac84, #0e9a73);
    color: white;
    padding: 25px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

#instrucciones-modal .modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

#instrucciones-modal .modal-body {
    padding: 30px;
    color: #333;
}

#instrucciones-modal .modal-body h4 {
    color: #10ac84;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

#instrucciones-modal .instrucciones-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

#instrucciones-modal .instrucciones-list li {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(16, 172, 132, 0.1);
    transition: all 0.3s ease;
}

#instrucciones-modal .instrucciones-list li:hover {
    background: rgba(16, 172, 132, 0.05);
    padding-left: 10px;
}

#instrucciones-modal .instrucciones-list li:last-child {
    border-bottom: none;
}

#instrucciones-modal .final-message {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #10ac84;
    margin: 0;
    padding: 20px;
    background: rgba(16, 172, 132, 0.1);
    border-radius: 10px;
}

#instrucciones-modal .modal-footer {
    padding: 20px 30px 30px;
    text-align: center;
}

#instrucciones-modal .btn-modal {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

#instrucciones-modal .btn-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    background: linear-gradient(135deg, #128C7E, #25D366);
}

#instrucciones-modal .btn-modal i {
    margin-right: 8px;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 576px) {
    #instrucciones-modal .modal-content {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    #instrucciones-modal .modal-header,
    #instrucciones-modal .modal-body,
    #instrucciones-modal .modal-footer {
        padding: 20px;
    }
    
    #instrucciones-modal .instrucciones-list li {
        font-size: 14px;
    }
}

/* Media Queries responsive - SOLO para galería */

/* Tablets y pantallas medianas */
@media (max-width: 991px) {
    #section-gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* Dos columnas en pantallas medianas */
    }

    /* Ajuste de las imágenes para evitar superposiciones */
    #section-gallery .foto1 { grid-column: 1 / 2; grid-row: 1 / 2; }
    #section-gallery .foto2 { grid-column: 2 / 3; grid-row: 1 / 2; }
    #section-gallery .foto3 { grid-column: 1 / 3; grid-row: 2 / 3; } /* Se extiende en dos columnas */
    #section-gallery .foto4 { grid-column: 1 / 2; grid-row: 3 / 4; }
    #section-gallery .foto5 { grid-column: 2 / 3; grid-row: 3 / 4; }
    #section-gallery .foto6 { grid-column: 1 / 2; grid-row: 4 / 5; }
    #section-gallery .foto7 { grid-column: 1 / 3; grid-row: 5 / 6; } /* Ocupa dos columnas al final */
    #section-gallery .foto8 { grid-column: 1 / 2; grid-row: 6 / 7; }
    #section-gallery .foto9 { grid-column: 2 / 3; grid-row: 6 / 7; }
    #section-gallery .foto10 { grid-column: 1 / 3; grid-row: 7 / 8; } /* Ocupa dos columnas */
    #section-gallery .foto11 { grid-column: 1 / 2; grid-row: 8 / 9; }
    #section-gallery .foto12 { grid-column: 2 / 3; grid-row: 8 / 9; }
}

/* Móviles y pantallas pequeñas */
@media (max-width: 576px) {
    #section-gallery .gallery-grid {
        grid-template-columns: 1fr; /* Una columna en pantallas pequeñas */
    }

    /* Cada imagen ocupa una fila completa en pantallas pequeñas */
    #section-gallery .foto1 { grid-column: 1 / 2; grid-row: 1 / 2; }
    #section-gallery .foto2 { grid-column: 1 / 2; grid-row: 2 / 3; }
    #section-gallery .foto3 { grid-column: 1 / 2; grid-row: 3 / 4; }
    #section-gallery .foto4 { grid-column: 1 / 2; grid-row: 4 / 5; }
    #section-gallery .foto5 { grid-column: 1 / 2; grid-row: 5 / 6; }
    #section-gallery .foto6 { grid-column: 1 / 2; grid-row: 6 / 7; }
    #section-gallery .foto7 { grid-column: 1 / 2; grid-row: 7 / 8; }
    #section-gallery .foto8 { grid-column: 1 / 2; grid-row: 8 / 9; }
    #section-gallery .foto9 { grid-column: 1 / 2; grid-row: 9 / 10; }
    #section-gallery .foto10 { grid-column: 1 / 2; grid-row: 10 / 11; }
    #section-gallery .foto11 { grid-column: 1 / 2; grid-row: 11 / 12; }
    #section-gallery .foto12 { grid-column: 1 / 2; grid-row: 12 / 13; }
}
}