/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Custom styles */
#header_menu {
    background-color: #333;
}

#header_menu a {
    color: #fff !important;
}

.main-menu.show {
    background-color: #fff;
}

.main-menu ul li a {
    color: #333 !important;
}

.main-menu ul li a:hover {
    color: #ed5434 !important;
}

.fi {
    margin-right: 8px;
    width: 1.2em;
    line-height: 1em;
}

#lang_top .fi {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 6px;
}

.language-selector {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}

.language-selector.active {
    color: #ed5434 !important;
    font-weight: 600;
}

/* Title styles */
.main_title [data-translate="welcomeTitle"] {
    font-size: 38px;
    display: block;
    color: #ed5434;
}

.main_title [data-translate="welcomeSubtitle"] {
    font-size: 24px;
    color: #999;
    display: block;
    text-transform: none;
}

/* Sample text styles */
[data-translate="sampleText"] {
    white-space: pre-line;
}

/* Responsive caption header */
.caption_header {
    letter-spacing: -1px;
    font-size: 42px;
    color: #fff !important;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px;
    display: inline-block;
    margin-bottom: 30px;
    width: auto;
    max-width: 100%;
    white-space: normal;
}

.caption_header strong,
.caption_header span {
    display: inline;
    white-space: normal;
}

@media (max-width: 767px) {
    .caption_header {
        font-size: 32px;
        padding: 12px 20px;
        width: auto;
        display: inline-block;
        white-space: normal;
    }
    
    .caption_header strong,
    .caption_header span {
        display: inline;
        white-space: normal;
    }
    
    #sub_content {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .caption_header {
        font-size: 24px;
        padding: 10px 15px;
        width: auto;
        max-width: 100%;
        white-space: normal;
    }
    
    .caption_header strong,
    .caption_header span {
        display: inline;
        white-space: normal;
    }
}

/* Book Now button styles */
#book_button {
    background-color: #ed5434;
    font-size: 20px;
    padding: 12px 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

#book_button:hover {
    background-color: #d94926;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

#book_button i {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle;
}

