
/*--------------------------------------------------------------
# General
--------------------------------------------------------------
    */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');*/

:root {
    /*--Roboto: 'Roboto', sans-serif;*/
    --Shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    --blue: #12b1f5;
    --gray: #504f4d;
    --lightB: #e8f1f3;
    --white: #fff;
    --hWhite: #fdfdfd;
    --halfwhite: #fefefe;
    --backWhite: #f8f8f8;
    --BorderColor: #97a0a5b8;
    --BorderColor1: #97a0a5b8;
    --GrayColor: #211d1da3;
    --main-blue: #12B1F5;
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #1a1f24; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #485664; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #0ea2bd; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
:root {
    --nav-color: var(--gray);
    --nav-hover-color: var(--blue);
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #485664;
    --nav-dropdown-hover-color: var(--blue);
}
.hide{
    display:none;
}
.iti{
    width:100%;
}


/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

    .section-title h1,
    .section-title h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-transform: uppercase;
        position: relative;
    }

        .section-title h1:before,
        .section-title h2:before {
            content: "";
            position: absolute;
            display: block;
            width: 160px;
            height: 1px;
            background: color-mix(in srgb, var(--default-color), transparent 60%);
            left: 0;
            right: 0;
            bottom: 1px;
            margin: auto;
        }

        .section-title h1::after,
        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 60px;
            height: 3px;
            background: var(--blue);
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .section-title p {
        margin-bottom: 0;
    }
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-wrap {
    background-color: var(--surface-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    padding: 30px;
    height: 100%;
}

@@media (max-width: 575px) {
    .contact .info-wrap {
        padding: 20px;
    }
}

.contact .info-item {
    margin-bottom: 40px;
}

    .contact .info-item i {
        font-size: 20px;
        color: var(--blue);
        background: color-mix(in srgb, var(--blue), transparent 92%);
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
    }

    .contact .info-item h3 {
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .contact .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

    .contact .info-item:hover i {
        background: var(--blue);
        color: var(--contrast-color);
    }

.contact .php-email-form {
    background-color: var(--surface-color);
    height: 100%;
    padding: 30px;
    border-top: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@@media (max-width: 575px) {
    .contact .php-email-form {
        padding: 20px;
    }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

    .contact .php-email-form input[type=text]:focus,
    .contact .php-email-form input[type=email]:focus,
    .contact .php-email-form textarea:focus {
        border-color: var(--blue);
    }

    .contact .php-email-form input[type=text]::placeholder,
    .contact .php-email-form input[type=email]::placeholder,
    .contact .php-email-form textarea::placeholder {
        color: color-mix(in srgb, var(--default-color), transparent 70%);
    }

.contact .php-email-form button[type=submit] {
    color: var(--contrast-color);
    background: var(--blue);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: color-mix(in srgb, var(--blue), transparent 25%);
    }


.search_form_heading {
    display: none;
}
.cardFleet .cardInfo p {
    max-height: 120px;
    min-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Number of lines to show (adjust as needed) */
    -webkit-box-orient: vertical;
}
.why_book_content{
    display:flex;
    justify-content:center;
    align-content:center;
    text-align:center;
}
.header-logo img{
    transform:none !important;
}
.accordion .accordion-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.price_table{}
.price_table thead tr{

}
    .price_table thead th {
        font-size: 1rem;
        letter-spacing: 0.7px;
        /*font-family: var(--Roboto);*/
        background-color: var(--blue);
        border: 1px solid var(--BorderColor1);
    }
.price_table tbody tr{}
    .price_table tbody th {
        font-size: 0.9rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
        .price_table tbody th a {
            color: var(--blue) !important;
            cursor:pointer;
        }
.price_table td{}

.phone-group .phone_label {
    z-index: 88;
    top: -11px;
    background-color: #ffffff;
    color: #626262;
}
.form-group-fixed label {
    z-index: 88;
    top: -11px;
    background-color: #ffffff;
    color: #626262;
}
.phone-group input {
    background-color: #ffffff;
}
@media screen and (max-width:991px) {
    .booking_form {
        flex-direction:column-reverse;
    }
    .search_form_heading{
        display:block;
    }
    .search_banner_txt{
        display:none;
    }
}

.mb_container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.inp-form input,
.inp-form select{
    min-height:45px;
    height:45px;
}
.mb_edit .search-item{
    width:100%;
}
@media screen and (min-width:600px) {
    .box-cover-image {
        background-image: url(/images/banner/banner3.webp);
    }
}

@media screen and (max-width:600px) {
    .box-cover-image {
        background: var(--main-blue);
    }
}