/* Style the list */
.container-breadcrumb {
    padding-bottom: 0px;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 4px;
    color: black;
    content: ">\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}


/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.custom_description {
    font-size: 18px;
    font-family: poppins;
    text-align: justify;

    line-height: 1.6;
}

.custom_header {
    margin-top: 30px;
    font-weight: bold;
}

.description ul li {
    font-size: 18px;
}

.carousel-item img {
    height: 400px;
}

.top_heading {
    margin: 0px !important;
    padding: 0px !important;
}

/* button */
.book_now_btn {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.9;
    border-radius: 5px;
    margin-bottom: 8px;
}

.book_now_btn:hover {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    opacity: 1.0;
    border-radius: 3px;
    margin-bottom: 8px;

}

.make_enquiry_btn {
    background-color: #fff;
    /* Green */
    border: none;
    color: #36454F;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.9;
    border-radius: 5px;
    border: 2px solid #E5E4E2;
    margin-top: 8px;

}

.make_enquiry_btn:hover {
    background-color: #fff;
    /* Green */
    border: 2px solid green;
    color: green;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.9;
    border-radius: 5px;
    margin-top: 8px;

}

.card {
    padding: 15px !important;
    border: 2px solid #f7f7f7;
    background-color: #f7f7f7;
}

.reduce_top {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMoreAbout.showlesscontentAbout .SecSecAbout,
.addReadMoreAbout.showlesscontentAbout .readLessAbout {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMoreAbout.showmorecontentAbout .readMoreAbout {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreAbout .readMoreAbout,
.addReadMoreAbout .readLessAbout {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxtAbout.showmorecontentAbout .SecSecAbout,
.addReadMoreWrapTxtAbout.showmorecontentAbout .readLessAbout {
    display: block;
}

.list-inline li {
    display: inline-block;
}

.list-inline li {
    display: inline-block;
}

/* Bread Crumb CSS */
.gallery {
    margin-top: 20px;
}

.gallery img {
    cursor: pointer;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

/* Add a custom media query for mobile devices */
@media (max-width: 767px) {
    ul.breadcrumb li {
        white-space: nowrap;
        /* Prevent line breaks */
    }
}

.list-inline li {
    display: inline-block;
}

.partners .row {
    margin-left: 0;
    margin-right: 0;
}

/* Bread Crumb CSS */
.slider .swiper-content>h3 {
    color: #fff;
    margin: 10px 0;
    font-size: 35px;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}


/* Custom CSS for the Google Reviews Rating Badge top bar */
.google-badge {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #faa819;
    background-color: #fff;
    /* Gray background */
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.google-badge .rating-text {
    font-weight: bold;
    margin-right: 5px;
    color: #faa819;
    /* Green star color */
}

.google-badge .star-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #faa819;
    /* Star color */
    position: relative;
    margin-right: 3px;
    vertical-align: middle;
    clip-path: polygon(50% 0%, 61.8% 38.2%, 100% 44.3%, 69.1% 70.7%, 80.3% 100%, 50% 81.8%, 19.7% 100%, 30.9% 70.7%, 0% 44.3%, 38.2% 38.2%);
}



/* .google-badge .star-icon:last-child {
        margin-right: 0;
        background-image:
        linear-gradient(-90deg, #fff 50%, transparent 50%),
    } */

.google-logo {
    display: inline-block;
    width: 18px;
    /* Adjust the logo size as needed */
    vertical-align: middle;
    margin-right: 5px;
}



/* Custom CSS for the TripAdvisor Rating Badge top bar */
.tripadvisor-badge {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #00AF87;
    background-color: #fff;
    /* Gray background */
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tripadvisor-badge .rating-text {
    font-weight: bold;
    margin-right: 5px;
    color: #00AF87;
    /* Green star color */
}

.tripadvisor-badge .star-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #00AF87;
    /* Green star color */
    border-radius: 50%;
    margin-right: 3px;
    vertical-align: middle;
}

.tripadvisor-badge .star-icon:last-child {
    margin-right: 0;
    background-image:
        linear-gradient(-90deg, #fff 50%, transparent 50%),
        linear-gradient(90deg, #00AF87 50%, transparent 50%);
}

.tripadvisor-logo {
    display: inline-block;
    max-width: 80px;
    /* Adjust the logo size as needed */
    vertical-align: middle;
    margin-right: 5px;
}

/* Custom CSS for the TripAdvisor Review Widget */
.review-widget {
    max-width: 500px;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.review-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.review-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.review-rating {
    font-size: 14px;
    color: #f39c12;
    margin-bottom: 5px;
}

.review-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.review-text {
    font-size: 14px;
    line-height: 1.5;
}

.testimonial {
    background-color: #00AF87 !important;
}

.testimonial p {
    padding-top: 5px !important;
    color: #fff !important;
}

.section-title {
    padding-top: 30px !important;
}

.section-title a {
    color: #fff !important;
}

.section-title h1 {
    font-size: 28px;
}

/* Add this CSS to ensure the header is visible on mobile */
@media (max-width: 767px) {
    .upper-head {
        display: block !important;
        /* Override any existing display property */
    }
    .login-btn {
        display: none;
    }
}