.cus-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cus-logo h1 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: var(--hotelux-base);
    white-space: nowrap;
}
.cus-logo h1 span {
    display: block;
    font-size: 14px;
    font-family: var(--hotelux-font);
    color: var(--hotelux-black);
}
.cus-logo img {
    width: 42px;
    flex-shrink: 0;
}
.footer-widget__contact p strong {
    display: block;
}
.about-one__right .section-title__title {
    text-transform: uppercase;
}
.about-one__right .section-title__title span {
    text-transform: capitalize;
}
.about-one__right .about-one__text {
    margin-bottom: 15px;
}
.about-one__right .about-one__text:last-child {
    margin-bottom: 0;
}
.list-unstyled.typ-2 {
    column-count: 3;
    gap: 10px;
}
.service-details__left h4 {
    font-family: var(--hotelux-font);
    color: var(--hotelux-base);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: unset;
}
.service-details__left p,
.service-details__left ul {
    margin-bottom: 20px;
}
.service-details__left ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 15px;
}
.service-details__left ul li:last-child {
    margin-bottom: 0;
}
.ul-list-btn {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    gap: 15px;
}
.ul-list-btn li a {
    color: rgba(var(--hotelux-white-rgb), 0.9);
    border: 1px solid rgba(var(--hotelux-white-rgb), 0.9);
    border-radius: 4px;
    padding: 4px 15px;
}
.ul-list-btn li a:hover {
    background: var(--hotelux-base);
}
.gallery-two__image img {
    height: 300px;
    object-fit: cover;
    object-position: top center;
    border: 1px solid var(--hotelux-base);
}
.blog-details__content p {
    margin-bottom: 15px;
}
.blog-details__content .blog-details__user p {
    margin-bottom: 0;
}
.blog-details__content ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}
.blog-details__content ul li:last-child {
    margin-bottom: 0;
}
.success-story-block h2 {
    background: rgba(27, 74, 116, 0.6);
    padding: 10px;
    border-left: 5px solid var(--hotelux-base);
    font-size: 24px;
    color: var(--hotelux-white);
    line-height: normal;
    font-weight: 500;
    margin-bottom: 20px;
}
.success-story-block p {
    margin-bottom: 20px;
}
.main-menu .main-menu__list > li > ul > li + li:nth-child(2) {
    border: none;
}
.footer-widget__map iframe {
    margin-top: 30px;
    height: 200px;
    width: 100%;
}
.restaurant-one__menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}
.foot-top {
    padding: 40px 0;
}
.foot-top ul {
    display: flex;
    gap: 10px;
}
.foot-top ul li {
    flex: 1 1 0;
    display: flex;
    align-items: center;
}
.foot-top h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: var(--black);
    font-family: var(--hotelux-font);
}
.foot-top img {
    width: 60px;
    height: auto;
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 2;
}
.fix-btn li {
    width: 42px;
    height: 42px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 20px;
}
.fix-btn li i {
    color: #fff;
    font-size: 16px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}
.main-menu .main-menu__list > .dropdown2 > ul {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}
.main-menu .main-menu__list > .dropdown2 > ul > li + li:nth-child(2) {
    border-top: 1px solid rgba(var(--hotelux-black-rgb), 0.1);
}
@media (max-width: 767px) {
    .cus-logo h1 {
        font-size: 24px;
    }
    .cus-logo h1 span {
        font-size: 11px;
    }
    .cus-logo img {
        width: 34px;
    }
    .cus-logo a {
        gap: 5px;
    }
    .main-menu__logo {
        padding-right: 20px;
    }
    .main-slider__bg {
        min-height: 550px;
    }
    .about-one__img img {
        max-width: 100%;
    }
    .about-one__right .section-title__title span {
        font-size: 20px;
        line-height: normal;
    }
    .services-one__title {
        font-size: 20px;
        line-height: 30px;
    }
    .section-title__title .split-line {
        display: inline-block !important;
        margin-left: 5px;
    }
    .why-choose-one__list li .icon {
        display: none;
    }
    .restaurant-one__menu-img {
        max-width: 100%;
    }
    .restaurant-one__menu-title {
        font-size: 20px;
    }
    .restaurant-one__menu-text {
        font-size: 14px;
        line-height: 24px;
    }
    .testimonial-one__name {
        font-size: 20px;
        line-height: 30px;
    }
    .testimonial-one__img {
        max-width: 48px;
    }
    .foot-top ul {
        flex-direction: column;
    }
    .list-unstyled.typ-2 {
        column-count: 1;
    }
    .footer-widget__about {
        display: none;
    }
    .ul-list-btn {
        justify-content: start;
        gap: 10px;
        flex-wrap: wrap;
    }
    .cus-logo.logo-box img {
        filter: brightness(0) invert(1);
    }
    .cus-logo.logo-box h1 {
        color: var(--hotelux-white);
        font-size: 20px;
        white-space: wrap;
    }
    .cus-logo.logo-box h1 span {
        color: var(--hotelux-white);
    }
    .page-header__inner h3 {
        margin-bottom: 10px;
    }
    .service-details__title-1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .pricing-one__price {
        font-size: 24px;
    }
    .restaurant-one__menu-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .faq-page__single .faq-one-accrodion .accrodion-title h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .faq-page__single .faq-one-accrodion .accrodion-title h4::before {
        width: 30px;
        height: 30px;
    }
    .success-story-block h2 {
        font-size: 17px;
    }
    .google-map__one {
        height: 240px;
    }
    .contact-info__single {
        height: auto;
        margin-bottom: 20px;
    }
    .why-choose-one__list li .content h3 {
        font-size: 22px;
        color: var(--black);
    }
    .why-choose-one {
        background: #fff;
    }
}
