/* ===== ESTILOS GENERALES Y VARIABLES ===== */
:root {
   /* --primary-color: #00345e;
    --secondary-color: #5895a3;
    --neutral-1000: #1a1a1a;
    --neutral-500: #666666;
    --neutral-200: #e5e5e5;
    --background-light: #f8f9fa;
    --white: #ffffff;
    --text-dark: #333333;
    --text-light: #6c757d;
    --border-radius: 16px;
    --box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;*/
}

.public-container {

}
.inner-banner-wrap {
    padding-bottom: 50px;
}
.inner-baner-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 190px 0 150px;
    text-align: center;
    position: relative;
}
.inner-baner-container:before {
    background-color: #049ccb;
    content: "";
    display: block;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

section.box-section.box-contact-form.background-body {
    padding: 180px 0 0;
    background-image: url(/assets/img/contact-banner.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.inner-baner-container .inner-banner-content {
    position: relative;
    color: #ffffff;
}
.inner-baner-container .inner-title {
    color: #ffffff;
    line-height: 1.1;
}
.inner-shape {
    background-image: url(/assets/img/slider-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 150px;
    width: 100%;
    margin-top: -100px;
    position: relative;
}
form#contactForm .form-label {
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 0;
}
form#contactForm  textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    height: calc(2.5em + .75rem + calc(var(--bs-border-width) * 2));
}
@media (max-width: 768px) {
    form#contactForm .form-group-modern{
        padding: 0!important;
    }  
    section.contact-form-section .card-body {
        padding: .6rem !important;
    }
}

/* ===== TARJETAS DE MÉTODOS DE CONTACTO ===== */
.contact-methods-section {
    padding: 80px 0;
    background: var(--background-light);
}
.bg-blue-light{
    background-color:#e5fbfb;
}
.bg-yellow-ligth{
background-color: #fffdf5;
}
.contact-method-card {
    background: var(--bg-light-gray);
    padding: 1.5rem 1.5rem;
    border-radius: 8px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    border: 0px solid #e9ecef;
}

.contact-method-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.contact-method-card.card-1 {
    background: linear-gradient(225deg, rgb(240, 240, 255) 0%, rgb(168 201 211) 99%);
}

.contact-method-card.card-2 {
    background-image: linear-gradient(225deg, rgb(255, 237, 254) 0%, rgb(255, 210, 210) 99%);
}

.contact-method-card.card-3 {
    background-image: linear-gradient(135deg, rgb(253, 252, 251) 0%, rgb(226, 209, 195) 100%);
}

.contact-method-icon {
    margin: 0 auto 1.5rem;
    display: flex;
    color: #5895a3;
    font-size: 2rem;
    border-radius: 13px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-color: #eafbfb;
    justify-content: center;
    align-items: center;
}

.contact-method-card h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.contact-method-card p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #204f5e;
    margin-bottom: 0.5rem;
}

.contact-method-note {
    color: #343a40;
    font-size: 1rem;
    font-style: italic;
}

/* ===== FORMULARIO DE CONTACTO ===== */
.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: 0px solid #e4e6e8;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: 'Roboto';
    font-size: 1.1rem;
    color: #6c757d;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(0, 52, 94, 0.2);
}

.box-remember-forgot {
    margin-bottom: 25px;
}

.remeber-me label {
    display: flex;
    align-items: center;
}

.cb-remember {
    margin-right: 8px;
}

.btn-book {
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: var(--transition);
}

.btn-book:hover {
    background-color: #002846;
}

.btn-book svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.btn-book:hover svg {
    transform: translateX(3px);
}

/* ===== BANNER DE CONTACTO ===== */
.banner-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner-img-contact {
    margin-bottom: 20px;
}

.banner-img-contact.img3 {
    height: 235px;
}

.banner-img-contact img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.banner-img-contact.img3 img {
    height: 100%;
}

/* ===== MAPA ===== */
.box-contact-map {
    padding: 80px 0;
    background: var(--background-light);
}

#map {
    height: 500px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.leaflet-popup-content {
    margin: 15px;
    font-family: 'Roboto', sans-serif;
}

.map-popup-title {
    font-weight: 700;
    color: var(--neutral-1000);
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.map-popup-address {
    color: var(--neutral-500);
    font-size: 0.9rem;
    line-height: 1.4;
}

.custom-marker {
    background: var(--primary-color);
    border: 3px solid white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.custom-marker::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid var(--primary-color);
}

/* ===== FAQ SECTION ===== */
.faq-section {
    padding: 80px 0;
    background: var(--white);
}

.section-title {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2.5rem;
   color: var(--bg-dark-blue);
    font-family: 'Playfair Display', serif;
}

.faq-item {
    background: var(--white);
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: var(--border-radius);
    border: 1px solid #e9ecef;
    cursor: pointer;
    transition: var(--transition);
}

.faq-item:hover {
    color: var(--primary-color);
}
.faq-item h5:hover {
    /*box-shadow: 0 8px 25px rgba(0,0,0,0.15);*/
}
.faq-item h5 {
    color: var(--primary-color);
    margin-bottom: 0rem;
    font-size: 1.1rem;
}

.faq-item p {
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

/* ===== ANIMACIONES ===== */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-method-card,
.faq-item {
    animation: slideInUp 0.6s ease-out;
}

.contact-method-card:nth-child(2) {
    animation-delay: 0.1s;
}

.contact-method-card:nth-child(3) {
    animation-delay: 0.2s;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .contact-method-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    section.box-section.box-contact-form.background-body {
        padding: 120px 0 0;
        background-size: cover;
    }
    
    .contact-methods-section,
    .box-contact-map,
    .faq-section {
        padding: 60px 0;
    }
    
    .contact-method-card {
        padding: 2rem 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    .inner-banner-wrap {
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    section.box-section.box-contact-form.background-body {
        padding: 100px 0 0;
    }
    
    .contact-method-card h4 {
        font-size: 1.1rem;
    }
    
    .contact-method-card p {
        font-size: 1rem;
    }
    
    .btn-book {
        font-size: 18px;
        padding: 12px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
}