* {
    font-family: "Poppins", sans-serif !important;
    /* overflow: hidden; */
}

.f-poppins {
    font-family: "Poppins", sans-serif !important;
}

.f-playfair {
    font-family: "Playfair Display", serif !important;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

.f-8 {
    font-size: 8px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-26 {
    font-size: 26px !important;
}

.f-28 {
    font-size: 28px !important;
}

.f-30 {
    font-size: 30px !important;
}
.f-36 {
    font-size: 36px !important;
}

.f-37 {
    font-size: 37px !important;
}

.f-40 {
    font-size: 40px !important;
}

.f-100 {
    font-weight: 100 !important;
}

.f-200 {
    font-weight: 200 !important;
}

.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-600 {
    font-weight: 600 !important;
}

.f-700 {
    font-weight: 700 !important;
}

.f-800 {
    font-weight: 800 !important;
}

.f-900 {
    font-weight: 900 !important;
}

.d-grid {
    display: grid !important;
}

.f-white {
    color: #fff !important;
}

.f-black {
    color: #000 !important;
}

.f-base {
    color: #0F5482 !important;
}

.f-base2 {
    color: #288BCE !important;
}

.f-gray {
    color: #666666 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-base {
    background-color: #0F5482 !important;
}

.bg-section {
    background-color: #E9F3FA !important;
}

.active {
    color: #288BCE !important;
}

.btn-primary {
    background-color: #288BCE !important;
    border: 1px solid #288BCE;
}

.btn-primary:hover {
    background-color: #288BCE !important;
    border: 1px solid #288BCE;
}

.form-control{
    border: unset !important;
}
.form-control:focus{
    box-shadow: unset !important;
    border: 1px solid black !important;
}
.form-select:focus{
    box-shadow: unset !important;
    border: 1px solid black !important;
}
.navbar-toggler:focus
{
    box-shadow: unset !important;
}
.text-align-justify{
    text-align: justify !important;
}

/* Sticky Header */
#sticky-header {
    position: sticky;
    top: 0; 
    z-index: 1020; 
    background-color: #ffffff;
    transition: all 0.3s ease-in-out; /* Smooth transition for shadow effect */
}
/* Ensure autofill input has a white background */
input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    color: inherit !important;
  }

/* navbar  */
#header-bg {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20px;
}

#header-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
    background-color: #288BCE;
    border-bottom-left-radius: 25px;
}

.main-logo {
    width: 200px;
    height: 70px;
}

.transparent {
    background-color: transparent !important;
}

.horizontal-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.horizontal-list li {
    margin-right: 15px;
}

.horizontal-line {
    border-top: 1px solid #ffffff;
}
/* end navbar  */

/* footer  */


/* end footer  */

/* Home Page  */
#mainBannerSwiper .swiper-slide {
    padding: 150px 0px;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#mainBannerSwiper .bannerInfoImg {
    max-height: 459px !important;
    min-height: 459px !important;
}

/* Target slides by default Swiper class */
#mainBannerSwiper .swiper-slide[data-swiper-slide-index="0"] {
    background-image: url('../images/home/main-banner-bg-1.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
}

#mainBannerSwiper .swiper-slide[data-swiper-slide-index="1"] {
    background-image: url('../images/home/main-banner-bg-2.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
}

#mainBannerSwiper .swiper-slide[data-swiper-slide-index="2"] {
    background-image: url('../images/home/main-banner-bg-3.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
}

#mainBannerSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    gap: 0px;
    border-radius: 50%;
}

#mainBannerSwiper .swiper-pagination-bullet-active {
    width: 20px !important;
    border-radius: 5px !important;
}

.about-us-img img {
    width: 450px !important;
    height: 747px !important;
}
#DiscoverOurRooms .room-image {
    overflow: hidden;
    height: 281px !important;
    position: relative;
}

#DiscoverOurRooms img {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#DiscoverOurRooms img:hover {
    transform: scale(1.1);
}

.amenities {
    background-color: #E9F3FA;
    padding: 20px;
    width: 85px;
    height: 85px;
    text-align: center;
}

.Restaurant-border {
    border: 1px dotted #288BCE;
    /* border-radius: 8px; */
    padding: 10px;
    width: max-content;
}

.amenities:hover {
    background-color: #288BCE;
}
#rooftopRiverside .rooftop-card {
    top: 20% !important;
    position: absolute;
}

#rooftopRiverside .rooftop-img {
    border: 3px solid #ffffff !important;
    border-radius: 1%;
}

#LocationHighlights ul li {
    line-height: 50px;
}

#LocationHighlights .FirstMenu ul {
    border-right: 2px solid #288BCE;
}

#menuList {
    list-style:  none;
    padding: 0;
    margin: 0;
}

#menuList li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    padding-left: 20px !important;
    position: relative;
}
#menuList li::before {
    content: "•";
    color: #0F5482;
    font-size: 18px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    opacity: 0;  /* Initially hide the dot */
    scale: 0;  /* Set scale to 0 for animation */
}

#menuList li span {
    color: gray;
    margin-left: 20px;
}
li::marker {
    font-size: 16px;
    color: black;
}

.separator {
    flex-grow: 1;
    height: 0.5px;
    border-style: dashed;
    border-width: 1px;
}

.checked {
    color: orange;
}

.review-img-bg {
    position: relative;
    z-index: 1;
}

.review-img-bg::before {
    content: '';
    width: 300px !important;
    height: 129px !important;
    background-image: url('../images/home/review-img-bg.svg');
    /* Adjust path */
    background-size: cover;
    /* Or 'cover' if needed */
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
    /* Places the pseudo-element behind the content */
}

#testimonialSwiper .review-bg {
    position: absolute;
    left: 40%;
    bottom: -25px;
}

#testimonialSwiper .swiper {
    width: 600px;
    height: 300px;
}

.amenities .hover-img {
    display: none;
}

.amenities:hover .hover-img {
    display: inline;
}

.amenities:hover img {
    display: none;
}
#accordionExample .accordion-item{
    border: 1px solid #dee2e6;
}
#accordionExample .accordion-button::after{
    background-image: url('../images/home/F&Q-Open.svg') !important;
}
#accordionExample .accordion-button:not(.collapsed)::after{
    background-image: url('../images/home/F&Q-close.svg') !important;
}
#accordionExample .accordion-button:not(.collapsed){
    background-color: #ffffff !important;
    box-shadow: unset !important;
}
#accordionExample .accordion-body a{
    text-decoration: underline!important;
    color: #0d6efd !important;
}
#accordionExample .accordion-button:focus{
    box-shadow:  unset !important;
}

/* End Home Page  */

/* About US Page  */
#AboutUsBannerSec {
    background-image: url('../images/about-us/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
    max-height: 415px !important;
    min-height: 415px !important;
    align-content: center;
}

.aboutus-card {
    border: none;
    background-color: transparent !important;
    border-right: 2px solid #288BCE;
    border-radius: unset;
}

.row .col-md-4:last-child .aboutus-card {
    border-right: none;
}

#Facilities {
    position: relative;
}

#Facilities::before {
    content: "";
    position: absolute;
    background-color: #E9F3FA !important;
    height: 100%;
    width: 65%;
    right: 0;
    top: 0;
    z-index: -1;
    /* border-radius: 10px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


#Facilities .card {
    border-left: 2px solid #288BCE !important;
}

/* End About US Page  */

/* room page  */
#RoomBannerSec {
    background-image: url('../images/room/room-banner.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
    max-height: 415px !important;
    min-height: 415px !important;
    align-content: center;
}

.room-amenities-icon {
    width: 32px !important;
    height: 32px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ffffff !important;
}

/* End room page  */

/* gallery page  */
#GalleryBannerSec {
    background-image: url('../images/gallery/main-banner.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
    max-height: 415px !important;
    min-height: 415px !important;
    align-content: center;
}

.gallery-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the spacing between items */
}
.gallery-item .item {
    width: 32%; /* Adjust the percentage to fit your layout */
    margin-bottom: 10px; /* Space between rows */

}

.gallery-item img {
    width: 100%; /* Full width of the container */
    height: auto; /* Maintain aspect ratio */
    display: block;
}


/* end gallery page  */

/* amenities page */
#AmenitiesBannerSec {
    background-image: url('../images/amenities/main-banner.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
    max-height: 415px !important;
    min-height: 415px !important;
    align-content: center;
}

  #popular-amenities .w-96{
    width: 96% !important;
   }
   #popular-amenities .h-93{
    height: 93% !important;
   }

#popular-amenities .inner-border {
    border: 1px solid white;
    align-content: center;
    text-align: center;
}
#popular-amenities .card-img-overlay{
    padding: 5rem;
}

/* end amenities page  */

/* gallery page  */
#galleryFilters .gallery-menu{
    display: flex;
    justify-content: center;
}
#galleryFilters .gallery-menu .btn{
    border: 1px solid #D9D9D9 !important;
    border-radius: 10px;
    padding: 12px;
    margin-left: 10px;
}
#galleryFilters .gallery-menu .btn:hover{
    border: 1px solid #288BCE !important;
    color: #288BCE !important;
}
#galleryFilters .gallery-menu ul .active{
    background-color: #288BCE !important;
    color: #ffffff !important;
    padding: 12px;
    font-weight: 600;
}
.gallery-item {
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.3s ease;
}

/* Hide elements initially */
.hidden {
    opacity: 0;
    transform: scale(0.95);
}
/* End galllery page  */

/* contact us page  */
#ContactUsBannerSec {
    background-image: url('../images/contact-us/contactus-main-banner.png');
    background-repeat: no-repeat;
    background-size: cover !important;
    max-height: 415px !important;
    min-height: 415px !important;
    align-content: center;
}
/* End contact us page  */

/* pyment details page  */
#PymentDetailsBannerSec {
    background-image: url('../images/about-us/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
    max-height: 415px !important;
    min-height: 415px !important;
    align-content: center;
}
/* End pyment details page  */

/* privacy policy page  */
#PrivacyPolicySec {
    background-image: url('../images/about-us/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
    max-height: 415px !important;
    min-height: 415px !important;
    align-content: center;
}
/* End privacy policy page  */

/* terms-and-conditions page  */
#TermsandConditionsSec {
    background-image: url('../images/about-us/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover !important;
    max-height: 415px !important;
    min-height: 415px !important;
    align-content: center;
}
/* End terms-and-conditions page  */

/* large screen  */
@media (max-width: 1440px) {
    #header-bg::before {
        left: 80%;
    }
}
/* small screen  */
@media (min-width: 1920px) {
    #header-bg::before {
        left: 72% !important;
    }
}
input::placeholder {
    opacity: 1;
    color: #6c757d; /* Adjust color as needed */
}

/* mobile screen  */
@media (max-width:768px) {


    input::placeholder {
        opacity: 1;
        color: #6c757d; /* Adjust color as needed */
    }

    .horizontal-list {
        flex-direction: column;
    }

    .logo-footer {
        width: 75%;
    }

    .horizontal-list li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #header-bg::before {
        height: 96px !important;
    }

    #header-mobile-icon {
        display: none !important;
    }

    .navbar-toggler {
        background-color: white !important;
    }
    .mob-btn{
        display: flex;
        justify-content: center;
    }
    #rooftopRiverside .rooftop-card {
        position: relative;
        width: 100% !important;
        top: 0 !important;
    }

    .sub-title {
        font-size: 26px !important;
    }

    #testimonialSwiper .card {
        width: 90%;
    }

    #testimonialSwiper .card .f-20{
        font-size: 18px !important;
    }
    #testimonialSwiper .star{
    width: 10% !important;
    }

    /* About Us page  */
    .aboutus-card {
        border-right: none;
        border-bottom: 2px solid #288BCE;
    }

    .row .col-md-4:last-child .aboutus-card {
        border-bottom: none;
    }


    #Facilities::before {
        width: 100%;
        border-radius: 0;
    }

    #Facilities p.f-40 {
        font-size: 28px;
    }

    #Facilities .card-body img {
        max-width: 50px;
    }

    #Facilities .card-body p.f-24 {
        font-size: 20px;
    }

    /* End About Us page  */

    /* room page  */
    .room-hr {
        color: #0F5482 !important;
        border: 2px solid #0F5482 !important;
    }
    /* end room page  */

/* amenities page  */
#popular-amenities .f-40{
    font-size: 26px !important;
}
#popular-amenities .f-16{
    font-size: 14px !important;
}
#popular-amenities .card-img-overlay{
    padding: 3rem;
}
/* end amenities page  */
    /* gallery page  */
    #galleryFilters .gallery-menu ul {
        padding-left: 0 !important;
    }
    #galleryFilters .gallery-menu
    .gallery-item .item {
        width: 50%;
    }

    .gallery-item .popup-btn img {
        height: auto;
    }
    .gallery-item .item {
        width: 33.33%;
    }
      /* end gallery page  */
}
