/* Estilos específicos para index.html */

/* Elegant quote styles */
.elegant-quote {
    font-family: 'Playwrite CU', cursive;
    font-size: 2rem;
    font-weight: 500;
    color: #2A5C9D;
    line-height: 1.3;
    margin: 0;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .elegant-quote {
        font-size: 1.5rem;
    }
}

/* Carousel image styles */
.carousel-image {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    filter: brightness(0.7);
}

/* Carousel caption styles */
.carousel-title {
    font-size: 4rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.carousel-subtitle {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.carousel-btn {
    border-radius: 30px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

/* Carousel controls */
.carousel-control-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 0.8;
}

/* Container styles */
.navbar-container {
    z-index: 9;
}

.booking-container {
    max-width: 70%;
    margin: auto;
}

.booking-content {
    padding: 30px;
}

.booking-inner {
    min-height: 60px;
    text-align: center;
}

/* About section styles */
.about-section-height {
    min-height: 500px;
}

.about-image {
    object-fit: cover;
}

.text-letter-spacing {
    letter-spacing: 5px;
}

/* Team item styles */
.team-item-rounded {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.team-img-rounded {
    border-radius: 15px 15px 0 0;
}

.team-img-height {
    height: 300px;
    object-fit: cover;
}

/* Footer styles */
.footer-margin {
    margin-top: 60px;
    padding-bottom: 15px;
}

.footer-spacing {
    letter-spacing: 3px;
}

.footer-border {
    border-color: rgba(256, 256, 256, .1) !important;
}

/* Logo styles */
.logo-max-width {
    max-width: 70px;
}

/* Destination and Service section styles */
.destination-height {
    height: 300px;
}

.service-letter-spacing {
    letter-spacing: 5px;
}

.service-font-size {
    font-size: 2.2rem;
}

/* Registration section styles */
.registration-margin {
    margin: 10px 0;
}

.registration-letter-spacing {
    letter-spacing: 5px;
    margin-bottom: 0.5rem;
}

.registration-margin-bottom {
    margin-bottom: 0.5rem;
}

.registration-list-margin {
    margin-bottom: 0.5rem !important;
}

/* Team section styles */
.team-letter-spacing {
    letter-spacing: 5px;
    margin-bottom: 0.5rem;
}

.team-display-size {
    margin-bottom: 0.5rem;
}

/* Modal styles */
.modal-img-width {
    width: 100%;
    max-width: 360px;
    border-radius: 12px;
}

.modal-display-none {
    display: none;
}
