body {
  font-family: "Montserrat", sans-serif;
}
p {
  text-align: justify;
}
.head-text {
  color: #c28c1f;
}
/* White mobile toggler icon */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Custom Nav Animations */


.dropdown-menu {
    transition: opacity 0.3s ease;
}
.dropdown-toggle::after {
    display: none !important;
    content: none !important;
}
.nav-link.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    white-space: nowrap;
}


    .nav-link.dropdown-toggle::after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.4em;
        transform: translateY(1px);
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #ffffff; /* Adjust thickness/colour as needed */
    }



.nav-link,
.dropdown-item {
    position: relative;
    transition: color 0.3s ease;
    padding-bottom: 5px; /* Prevents overlap with underline */
}

    .nav-link::after,
    .dropdown-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px; /* Increased underline thickness */
        width: 0%;
        background-color: #C38C1F; /* Brand gold */
        transition: width 0.3s ease;
    }

    .nav-link:hover::after,
    .nav-link.active::after,
    .dropdown-item:hover::after {
        width: 100%;
    }

   

/* Navbar Styling */
.navbar-light {
    background-color: #002951;
}

.navbar-brand img {
    height: 70px;
}

li.nav-item {
    padding: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }

/* Button Styling */
.nav-btn {
    background-color: #ffffff;
    color: #002951;
}

    .nav-btn:hover {
        background-color: #c28c1f;
        color: white;
    }


.rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.nav-link i {
    transition: transform 0.3s ease;
}


    /*Diffenrent*/
.search {
    padding: 22px;
    border-radius: 10px;
    background-color: #002951;
}
.search-btn {
  background-color: #002951;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.carousel-caption h1 {
  font-size: 5vw;
  text-shadow: 2px 2px #000000;
}

.form-box {
  background-color: #002951;
  border-radius: 25px;
  padding: 30px 20px;
  color: white;
  max-width: 400px;
  width: 100%;
}

.form-select,
.btn {
  border-radius: 8px;
}

.icon-options {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 0.8rem;
}

.icon-option {
  text-align: center;
  color: white;
}

/* .icon-option input {
  display: ;
} */

.icon-option label {
  cursor: pointer;
  display: block;
}

.search-btns {
  margin-top: 30px;
  width: 100%;
  border: none;
  border-radius: 30px;
  background-color: white;
  color: #002951;
  font-weight: bold;
  padding: 10px;
}

.map-image {
  max-width: 100%;
  height: auto;

}
@media (min-width: 992px) {
    .map-image {
        margin-left: 150px; /* Apply margin-left only on desktop screens */
    }
}

.title-text {
  font-size: 2rem;
  font-weight: bold;
  color: #c28c1f;
  margin-bottom: 30px;
}
.promo-card {
  position: relative;
  color: white;
  border: none;
  border-radius: 0;
  overflow: hidden;
  min-height: 584px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.tab-pane li {
  list-style-type: none;
}
ul.arrow-list li::before {
  content: "➤"; /* or use →, ►, ➔, etc. */
  color: #007bff; /* arrow color */
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.promo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
}

.promo-content {
  position: relative;
  z-index: 2;
}

.promo-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.promo-desc {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.promo-btn {
    background-color: #002951;
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
}

.nav-pills .nav-link.active {
  background-color: #002951 !important;
  color: #ffffff !important;
}
.nav-pills .nav-link {
  width: 182px;
  color: #002951 !important;
  background-color: #ffffff !important;
  font-size: 15px;
}
footer {
  color: #fff;
}
ul {
  padding: 0px;
}
ol,
ul {
  margin-bottom: 0px;
}

.social-icon {
  padding: 0;
  margin-bottom: 0px;
  float: right;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li i {
  font-size: 24px;
  color: #ffffff;
  height: 31px;
  width: 31px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  line-height: 27px;
  margin-right: 15px;
  transition: 1s;
}
.social-icon li i:hover {
  border: solid 2px #262725;
  color: #ffffff;
  background: #262725;
}

.phone-no i {
  position: relative;
  margin-right: 14px;
  font-size: 43px;
  top: 5px;
}
.phone-no {
  margin-top: -22px;
  text-align: right;
}
span.badge.pull-right {
  float: right;
  color: #002951;
}
.footer-day-time {
  padding-bottom: 30px;
  border-bottom: 2px solid #7a6f6f;
  padding-top: 14px;
  margin-bottom: 55px;
}
.footer-day-time ul li {
  display: inline;
  margin-right: 20px;
}
.footer-day-time ul li:last-child {
  margin-right: 0px;
}
.phone-no a {
  color: #fff;
  font-family: PlayfairDisplay-Black;
  font-size: 34px;
  font-weight: bold;
}
.footer-top {
    background: #002951;
    padding: 20px 0 5px;
}
.footer-top h4 {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-top p {
  font-size: 13px;
  line-height: 2;
}

footer p {
  margin-bottom: 0;
}
.footer-logo {
  display: block;
  margin-bottom: 32px;
}
.address1 li {
  list-style: none;
  position: relative;
  padding: 0px 0 14px 34px;
  line-height: 26px;
}
ul.address1 span {
  position: absolute;
  width: 40px;
  max-width: 40px;
  left: 0;
}
.address1 li a {
  color: #fff;
  text-decoration: none;
}
ul.address1 i {
  width: 20px;
  position: absolute;
  left: 0px;
  text-align: center;
  font-size: 28px;
  top: 0;
}

ul.address1 i.fa-envelope {
  font-size: 18px;
  top: 4px;
}
footer ul.social-icon {
  float: left;
}
footer .social-icon li i:hover {
  background: #002951;
  border-color: #4d4d4d;
}
.footer-top li {
  list-style-type: none;
}

.footer-bottom {
  border-top: #5e5e5e 2px solid;
  background: #002951;
  padding: 10px 0px;
}
.footer-bottom ul li {
  display: inline;
  margin-right: 20px;
  font-size: 18px;
}
.footer-bottom ul li a {
  color: #fff;
}

.footer-bottom ul {
  float: right;
}

.footer-bottom ul li:last-child {
  margin-right: 0;
}
.copyright {
  font-size: 18px;
}

.facility-icon {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #f8f9fa;
}

    .facility-icon:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }


.starters-menu {
    background-color: #fffaf7;
    border-top: 9px solid #002951;
    border-bottom: 9px solid #002951;
}

.menu-item h5 {
    font-size: 1.125rem;
}

.menu-item p {
    font-size: 0.95rem;
}

.special-item {
    border: 2px solid #6c757d;
    background-color: #fff;
}

    .special-item .icon {
        color: #6c757d;
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 0 10px;
    }
@media (min-width: 768px) {
    #responsiveStickyBar {
        position: sticky;
        top: 70px; /* Adjust if you have a fixed navbar */
        z-index: 1020;
    }
}
area {
    cursor: pointer;
}

.hero-header {
    background: linear-gradient(to right, #e3f2fd, #ffffff);
    padding: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* Sticky Navbar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1030; /* Keep navbar above other content */
}

/* Sticky Bottom Bar below the navbar */
#stickyBottomBar {
    position: sticky;
    top: 85px; /* Height of the navbar */
    z-index: 1020; /* Lower than navbar */
    background-color: #c28c1f; /* Custom red color (Tomato) */
    color: #fff; /* White text color */
}

    #stickyBottomBar .row {
        padding-top: 10px 0; /* Add padding to each row */
        display: flex;
        justify-content: center; /* Centers the content horizontally */
        text-align: center; /* Ensures text inside columns is centered */
    }

    #stickyBottomBar p {
        margin: 0;
    }

/* Add scroll capability on mobile */
@media (max-width: 576px) {
    #stickyBottomBar .container {
        overflow-x: hidden; /* Hide overflow initially */
    }

    #stickyBottomBar .row {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping of columns */
        justify-content: flex-start; /* Align columns to the left */
        animation: scrollLeft 15s linear infinite; /* Auto-scroll animation */
    }

    #stickyBottomBar .col-12 {
        min-width: 200px; /* Ensure each column has a minimum width */
    }
}

/* Scroll animation for mobile view */
@keyframes scrollLeft {
    0% {
        transform: translateX(100%); /* Start from the right */
    }

    100% {
        transform: translateX(-100%); /* End at the left */
    }
}

html {
    scroll-behavior: smooth;
}

.sticky-tabs {
    position: sticky;
    top: 124px; /* Adjust based on fixed navbar height */
    z-index: 1010;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding-top: 1rem;
}

    .sticky-tabs .nav-link {
        color: #444;
        font-weight: 500;
    }

        .sticky-tabs .nav-link.active {
            border-bottom: 3px solid #28a745;
            font-weight: 600;
        }

.section {
    scroll-margin-top: 130px;
    padding: 20px 0;
}

/* Adjust padding for mobile view */
@media (max-width: 576px) {
    .section {
        scroll-margin-top: 130px; /* You can reduce if navbar is smaller */
        padding: 22px 0;
    }
}





.location-icon {
    color: #007bff;
}

.hotel-image,
.grid-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
}

.grid-image {
    height: 180px;
}

/* Mobile view */
@@media (max-width: 768px) {
    .grid-image {
        height: 150px; /* Adjusted for better display on smaller screens */
    }
}

.modal-img {
    max-height: 80vh;
    object-fit: contain;
    width: 100%;
}

.thumb-button {
    background: none;
    border: none;
    padding: 0;
}

.thumb-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 4px;
}

.amenities .icon-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.faq-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.faq-header {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.faq-item {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .faq-item .card-header {
        cursor: pointer;
        background-color: #f1f1f1;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .faq-item .card-body {
        font-size: 1rem;
        padding: 15px;
    }

.highlighted-heading {
    /*text-align: center;*/ /* Center the text */
    background-color: #f8f9fa; /* Light background color */
    padding: 5px 10px; /* Padding around the text */
    border-left: 4px solid #002951; /* Blue left border */
    /*border-right: 4px solid #002951;*/
    color: #002951; /* Blue text color */
    font-weight: bold; /* Bold text */
    margin-bottom: 40px;
}

/* Default desktop view: caption overlay */
@media (min-width: 768px) {
    .carousel-caption.custom-caption {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        padding: 1rem;
        display: flex;
        justify-content: end;
        align-items: end;
        pointer-events: none; /* allow clicks to pass through */
    }

        .carousel-caption.custom-caption .card {
            position: absolute;
            bottom: 20px;
            right: 150px;
            pointer-events: auto; /* allow card content to remain clickable */
        }
}


/* Mobile view: caption below image */
@media (max-width: 767.98px) {
    .carousel-caption.custom-caption {
        position: relative !important;
        padding: 1rem 0;
        background: #ffffff;
        display: block !important;
    }

        .carousel-caption.custom-caption .card {
            position: relative !important;
            margin: -0.5rem -5.5rem 0rem auto;
            max-width: 90%;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
}


  .social-icon {
        font-size: 2rem;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all 0.3s ease;
        text-decoration: none;
    }

        .social-icon.facebook {
            background-color: #3b5998;
        }

        .social-icon.instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }

        .social-icon.twitter {
            background-color: #000;
        }

        .social-icon:hover {
            transform: scale(1.1);
            opacity: 0.9;
        }


