.top-bar-text-color{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}


.container-breadcrumb {
    padding-bottom: 0px;
}

.container-breadcrumb .breadcrumb-link {
    color: #FF7B5B;
}

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: "\279E";
}

/* 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;
}


.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;
}



/* 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;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}



/* for aspect ration */

.package-card-img-wrap .card-img img {
    width: 100%; /* Make the image fill the container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensures the image covers the container without distortion */
    aspect-ratio: 1.5; /* Set the desired aspect ratio (e.g., 6000x4000 = 1.5) */
}

/* Adjust container dimensions for different screen sizes */
.package-card-img-wrap {
    overflow: hidden; /* Hide any overflow from the image */
}

 
/* Mobile */
@media (max-width: 991.98px) {
    .package-card-img-wrap {
        height: 200px; /* Set a smaller fixed height for mobile */
    }
}

/* slider photos */

