.hero-bg,
.hero-overlay {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0
}

.city-scroll,
.city-tabs,
.city-track {
    white-space: nowrap
}

.back-link:hover,
.copyright-bar a:hover,
.footer-links a:hover,
.occasion-heading,
.quick-links a {
    text-decoration: underline
}

.footer-links,
nav li {
    list-style: none
}

:root {
    --purple: #4b2e83
}

.main-header .nav-link {
    color: #333;
    font-size: 14px
}

.main-header .nav-link.active {
    background: var(--purple);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px
}

.btn-book {
    background: var(--purple);
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px
}

.btn-book:hover {
    background: #3a2266;
    color: #fff
}

.offer-bar {
    background: linear-gradient(90deg, #5a2ea6, #ff7a00);
    padding: 6px;
    font-size: 14px
}

.hero-section {
    min-height: 900px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero-bg {
    background: url('../../assets/images/homeHero_1.jpeg') center/cover no-repeat;
    z-index: 0;
    animation: 12s ease-in-out infinite heroZoom
}

.hero-overlay {
    z-index: 1;
    background: rgba(0, 0, 0, .6)
}

.hero-section .container {
    position: relative;
    z-index: 2;
    margin-top: -334px
}

@keyframes heroZoom {

    0%,
    100% {
        transform: scale(1)
    }

    25%,
    75% {
        transform: scale(1.08)
    }

    50% {
        transform: scale(1.15)
    }
}

.hero-text {
    padding-top: 30px
}

.booking-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    margin-top: 20px
}

.city-tabs {
    font-size: 14px;
    margin-bottom: 15px;
    overflow-x: auto
}

.blog-card,
.city-scroll,
.gallery-card,
.gallery-item,
.img-box,
.insta-card,
.service-card {
    overflow: hidden
}

.city-tabs span {
    margin-right: 12px;
    color: #777;
    cursor: pointer
}

.city-tabs span.active,
.city-track .sep,
.city-track span.active {
    color: #ff7a00;
    font-weight: 600
}

.booking-stats {
    background: #f3eadf;
    padding: 10px;
    border-radius: 12px;
    font-size: 14px
}

.city-scroll-container {
    border-radius: 14px;
    padding: 8px 12px;
    margin-bottom: 15px;
    overflow: hidden
}

.city-scroll {
    position: relative
}

.city-track {
    display: inline-block
}

.city-track span {
    font-size: 14px;
    color: #6f6a86;
    margin: 0 6px;
    cursor: pointer;
    transition: .3s
}

.city-track span:hover {
    color: #ff7a00
}

.btn-purpol {
    width: 100%;
    margin-top: .7rem;
    background-color: #34265c;
    color: #fff;
    padding: .35rem 1rem;
    border-radius: 12px;
    font-size: .8rem;
    border: none;
    cursor: pointer;
    transition: .3s
}

.addons-section,
.gallery-section,
.occasion-box,
.reviews-section,
.why-section {
    background: #fff
}

.btn-purpol:hover {
    background-color: #281c4b
}

.hero-bottom-banner {
    position: relative;
    margin-top: -182px;
    z-index: 2
}

.hero-section {
    position: relative;
    z-index: 1
}

.occasion-box {
    border-radius: 22px;
    padding: 30px 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    transition: .3s
}

.occasion-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12)
}

.icon-circle::after,
.icon-circle::before {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%
}

.occasion-icon {
    font-size: 30px;
    margin-top: 4px
}

.occasion-heading {
    font-size: 22.5px;
    font-weight: 700;
    color: #7c3aed;
    display: inline-block;
    margin-bottom: 10px
}

.book-btn,
.gallery-btn,
.view-btn {
    text-decoration: none;
    transition: .3s
}

.occasion-heading:hover {
    color: #6d28d9
}

.occasion-desc {
    font-weight: 500;
    font-size: 15.75px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 0
}

.why-title {
    font-size: 36px;
    font-weight: 700;
    padding-left: 2rem;
    justify-self: center;
    margin-bottom: 10px
}

.why-subtitle {
    color: #6b7280;
    font-size: 16px;
    line-height: 22px
}

.why-list {
    padding-left: 20px
}

.why-list li {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.7;
    color: #555
}

.btn-purple {
    background: var(--purple);
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px
}

.btn-purple:hover {
    background: #2a1d49;
    color: #fff
}

.why-img {
    border-radius: 10px;
    height: 360px;
    object-fit: cover
}

.custom-indicators {
    position: relative;
    margin-top: 10px
}

.custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db
}

.custom-indicators .active {
    background: #fff !important
}

.cities-section {
    background: #f2f3f5 !important
}

@media (min-width:992px) {
    .col-lg-2-4 {
        flex: 0 0 20% !important;
        max-width: 20% !important
    }
}

.city-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.city-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px
}

.city-card h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 500
}

.addons-box {
    background: linear-gradient(180deg, #8e008e 0, #7a007a 100%);
    border-radius: 30px;
    padding: 50px 60px;
    color: #fff
}

.addon-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px
}

.addon-text h4 {
    font-size: 18.2px;
    margin-bottom: 6px;
    font-weight: 500
}

.addon-text p {
    margin: 0;
    font-size: 12.6px;
    opacity: .95;
    line-height: 1.5
}

@media(max-width:768px) {
    .hero-section {
        min-height: 650px;
        padding: 40px 0
    }

    .hero-text h2,
    .occasion-heading {
        font-size: 22px
    }

    .hero-bottom-banner {
        margin-top: 0
    }

    .occasion-desc,
    .why-list li {
        font-size: 16px
    }

    .why-title {
        font-size: 28px
    }

    .why-img {
        height: 260px
    }

    .addons-box {
        padding: 30px 25px
    }

    .icon-circle {
        width: 60px;
        height: 60px
    }

    .icon-circle i {
        font-size: 26px
    }
}

.how-works-section {
    background: #f4f4f6;
    padding: 100px 0
}

.how-works-section .container {
    max-width: 1000px
}

.how-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px
}

.how-content {
    margin-bottom: 50px
}

.how-content p {
    margin: 1rem 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: DM Sans, sans-serif
}

.book-btn {
    display: inline-block;
    background: #3f2b66;
    color: #fff;
    padding: 18px 50px;
    border-radius: 40px;
    font-size: 22px
}

.book-btn:hover,
.view-btn:hover {
    background: #2e1f4a;
    color: #fff
}

.review-title {
    margin-top: 36px;
    font-size: 36px;
    font-weight: 700
}

.star {
    color: #f4b400
}

.review-card {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .1) 0 1px 2px -1px;
    text-align: left;
    position: relative;
    height: 100%
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f4511e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.avatar.green {
    background: #2e7d32
}

.avatar.blue {
    background: #1976d2
}

.stars {
    color: #f4b400;
    font-size: 18px;
    margin-top: 10px
}

.faq-title,
h1 {
    font-size: 42px
}

.google-logo {
    width: 24px;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.carousel-control-next,
.carousel-control-prev,
.custom-arrow {
    width: 40px !important
}

.custom-arrow {
    background-color: #ddd !important;
    border-radius: 50% !important;
    height: 40px !important;
    background-size: 60% !important
}

.faq-section {
    background: #f4f4f6
}

.faq-title {
    font-weight: 700;
    margin-bottom: 10px
}

.faq-sub {
    color: #666;
    margin-bottom: 40px
}

.faq-wrapper {
    max-width: 800px
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background: 0 0
}

.accordion-button {
    background: 0 0;
    box-shadow: none;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500
}

.accordion-button:not(.collapsed),
.social-icons a:hover {
    color: #000
}

.accordion-button::after,
.accordion-button:not(.collapsed) .icon-circle::after {
    display: none
}

.faq-btn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.icon-circle {
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: purple
}

.icon-circle::after,
.icon-circle::before {
    content: "";
    position: absolute;
    background: #555
}

.icon-circle::before {
    width: 12px;
    height: 2px
}

.icon-circle::after {
    width: 2px;
    height: 12px
}

.accordion-body {
    padding: 0 0 20px;
    color: #555;
    line-height: 1.7
}

.view-btn {
    background: #3f2b66;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 500
}

.doubts-section {
    background: #325;
    padding: 80px 0
}

.doubts-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px
}

.doubt-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 26px;
    border-radius: 14px;
    height: 100%;
    font-size: 20px;
    font-weight: 500
}

.doubt-card.grey {
    background: #e9e9e9
}

.doubt-card.yellow {
    background: #f7c80a
}

.doubt-card .icon {
    font-size: 32px;
    width: 40px;
    text-align: center
}

.doubt-card p {
    font-size: 16.2px;
    margin: 0;
    line-height: 1.5;
    color: #222;
    font-weight: 500;
    text-align: left
}

@media(max-width:768px) {
    .doubts-title {
        font-size: 34px
    }

    .doubt-card {
        font-size: 16px;
        padding: 20px
    }
}

.services-section {
    background: #f5f6f8
}

.services-title {
    font-size: 56px;
    font-weight: 600
}

.service-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    position: relative;
    transition: .3s
}

.service-card:hover {
    transform: translateY(-6px)
}

.img-box {
    height: 220px
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-card .card-body {
    padding: 18px 20px;
    font-size: 22px;
    font-weight: 500
}

.badge-best {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff3b3b;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    z-index: 2
}

.instagram-section {
    background: #3b2a64
}

.insta-card {
    background: #fff;
    border-radius: 8px;
    padding: 5px
}

.insta-card iframe {
    width: 100%;
    height: 650px;
    border: 0
}

.insta-arrow {
    width: 50px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000;
    border-radius: 50%;
    padding: 18px;
    background-size: 50%
}

.gallery-title {
    font-size: 32px;
    font-weight: 700
}

.gallery-item {
    position: relative;
    height: 260px;
    border-radius: 12px
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.gallery-item:hover img {
    transform: scale(1.05)
}

.gallery-btn {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #34265c;
    color: #fff;
    padding: 14px 0;
    border-radius: 8px;
    font-weight: 600
}

.gallery-btn:hover {
    background: #2a1f4a;
    color: #fff
}

.quick-links-section {
    background: #f4f5f7
}

.quick-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06)
}

.quick-toggle {
    width: 100%;
    background: 0 0;
    border: none;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.back-btn,
.tag-pill {
    font-size: 14px
}

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px
}

.quick-links a {
    font-size: 15px;
    color: #0d6efd
}

.quick-links a:hover {
    color: #084298
}

.collapse.show+.icon {
    content: "âˆ’"
}

.main-footer {
    background: #d6cfbe
}

.footer-heading {
    font-weight: 600;
    margin-bottom: 15px
}

.footer-links {
    padding: 0;
    margin: 0
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links a {
    text-decoration: none;
    color: #000
}

.back-btn,
.back-btn:hover,
.copyright-bar a {
    text-decoration: none
}

.footer-contact {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    align-items: center
}

.footer-contact i {
    font-size: 20px;
    margin-top: 3px
}

.footer-contact p {
    margin: 0
}

.social-icons a {
    font-size: 24px;
    color: #000;
    margin-right: 12px
}

.copyright-bar {
    background: #000;
    color: #fff;
    padding: 18px 0
}

.copyright-bar a {
    color: #fff;
    margin-left: 25px
}

.location-card {
    background: #ebe9ef;
    padding: 12px 16px;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08)
}

.update-btn {
    background: #34265c;
    color: #fff;
    padding: 4px 16px;
    border-radius: 10px;
    font-weight: 500
}

.update-btn:hover {
    background: #2b1f4c;
    color: #fff
}

.header_bookNowButton__oOIP9 {
    text-decoration: none;
    color: #fff;
    background-color: #34265c;
    padding: .4rem 1rem;
    border-radius: 24px;
    transition: background-color .3s
}

.mobile-menu ul li a,
.tag-pill {
    color: #333;
    text-decoration: none
}

.tag-pill {
    background: #f1f3f5;
    padding: 8px 14px;
    border-radius: 20px
}

.blog-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    height: 100%
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.blog-card h5 {
    font-size: 18px;
    margin-bottom: 12px
}

.read-link {
    color: #6f42c1;
    font-weight: 500
}

.dropdown.show .transition-icon {
    transform: rotate(180deg);
    transition: .3s
}

.transition-icon {
    transition: .3s
}

.city-link.active {
    background: #e9e9e9;
    border-radius: 25px
}

.dropdown-menu {
    border-radius: 15px
}

.section-label {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px
}

.city-wrapper {
    background: #e5e7eb;
    padding: 10px;
    border-radius: 40px;
    display: flex;
    gap: 25px;
    align-items: center;
    width: fit-content
}

.city-btn {
    border: none;
    background: 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    color: #1f2937
}

.logo-text h2,
.section-title,
.theatre-title,
h1 {
    font-weight: 600
}

.city-btn.active,
.float-btn {
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.city-btn.active {
    background: linear-gradient(45deg, #7b2ff7, #6a11cb)
}

.location-select {
    width: 320px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #d1d5db
}

.theatre-title {
    font-size: 22px;
    margin: 30px 0 20px
}

.gallery-card {
    border-radius: 12px
}

.gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover
}

.video-placeholder {
    height: 260px;
    background: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px
}

.play-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.float-btn,
.floating-buttons a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex
}

.floating {
    position: fixed;
    right: 20px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.float-btn {
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.main-wrapper {
    padding: 40px 120px
}

.back-link {
    color: #5f6b7a;
    text-decoration: none;
    font-size: 16px
}

h1 {
    margin-top: 30px
}

.description {
    font-size: 20px;
    color: #3d4b5d;
    line-height: 1.8;
    margin-top: 20px;
    max-width: 1200px
}

.section-title {
    font-size: 28px;
    margin-top: 60px
}

.image-card {
    margin-top: 30px;
    background: #e9ecef;
    border-radius: 20px;
    padding: 40px
}

.floating-buttons {
    position: fixed;
    right: 25px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999
}

.dot-spinner,
.location-wrapper {
    position: relative
}

.floating-buttons a {
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    text-decoration: none
}

.floating-buttons i {
    font-size: 22px;
    color: #000
}

.whatsapp-btn i {
    color: #fff
}

@media(max-width:992px) {
    .main-wrapper {
        padding: 30px
    }

    h1 {
        font-size: 32px
    }

    .description {
        font-size: 18px
    }
}

.image-card img {
    width: 100%;
    border-radius: 12px;
    display: block
}

@media (max-width:991px) {
    .hero-section .container {
        margin-top: 0 !important;
        padding-top: 60px
    }

    .hero-text h2 {
        font-size: 22px;
        line-height: 1.4
    }

    .hero-text p,
    .how-content p,
    .why-subtitle {
        font-size: 14px
    }

    .booking-card {
        padding: 15px;
        border-radius: 15px
    }

    .addon-text p,
    .booking-card label,
    .faq-sub,
    .occasion-desc {
        font-size: 13px
    }

    .booking-card .form-control,
    .booking-card .form-select {
        font-size: 14px;
        padding: 10px
    }

    .offer-bar {
        font-size: 12px;
        padding: 6px
    }

    .doubt-card,
    .occasion-box,
    .review-card {
        padding: 15px
    }

    .occasion-heading {
        font-size: 16px
    }

    .why-title {
        font-size: 22px
    }

    .why-list li {
        font-size: 14px;
        margin-bottom: 10px
    }

    .why-img {
        height: 220px;
        object-fit: cover;
        border-radius: 10px
    }

    .addon-item {
        flex-direction: row;
        gap: 10px
    }

    .addon-text h4 {
        font-size: 15px
    }

    .faq-title,
    .how-title {
        font-size: 20px
    }

    .review-title {
        font-size: 18px
    }

    .doubt-card {
        text-align: center
    }

    .service-card .card-body {
        font-size: 14px;
        text-align: center
    }

    .insta-card iframe {
        height: 300px
    }

    .gallery-item img {
        height: 120px;
        object-fit: cover
    }

    .hero-text {
        margin-top: -60px
    }
}

@media (max-width:576px) {
    .hero-text h2 {
        font-size: 18px
    }

    .hero-text p {
        font-size: 12px
    }

    .btn-purpol {
        font-size: 14px;
        padding: 10px
    }

    .booking-stats {
        font-size: 12px;
        text-align: center
    }

    .why-img {
        height: 180px
    }

    .gallery-item img {
        height: 100px
    }

    .insta-card iframe {
        height: 688px
    }
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center
}

.dot-spinner {
    width: 60px;
    height: 60px
}

.dot-spinner div {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ec3a7a;
    border-radius: 50%;
    animation: 1.2s linear infinite dotSpin
}

.dot-spinner div:first-child {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s
}

.dot-spinner div:nth-child(2) {
    top: 10%;
    right: 10%;
    animation-delay: .15s
}

.dot-spinner div:nth-child(3) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    animation-delay: .3s
}

.dot-spinner div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: .45s
}

.dot-spinner div:nth-child(5) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: .6s
}

.dot-spinner div:nth-child(6) {
    bottom: 10%;
    left: 10%;
    animation-delay: .75s
}

.dot-spinner div:nth-child(7) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation-delay: .9s
}

.dot-spinner div:nth-child(8) {
    top: 10%;
    left: 10%;
    animation-delay: 1.05s
}

@keyframes dotSpin {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: .2;
        transform: scale(.5)
    }
}

.location-toggle .arrow {
    font-size: 14px;
    transition: .3s
}

.location-toggle.active .arrow {
    transform: rotate(180deg)
}

.location-left {
    padding-right: 20px
}

.location-dropdown {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    position: absolute;
    top: 55px;
    left: 0;
    width: 200px;
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    display: none;
    z-index: 9999;
    transition: width .3s
}

.location-dropdown.expand {
    width: 500px
}

.location-dropdown.show {
    display: block
}

.location-grid {
    display: flex
}

.location-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.location-right {
    display: none;
    width: 50%;
    padding-left: 20px;
    border-left: 1px solid #eee
}

.logo,
.logo-text {
    display: flex
}

.location-grid.show-areas .location-left {
    width: 50%
}

.location-grid.show-areas .location-right {
    display: block;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.location-item {
    border: none;
    background: 0 0;
    padding: 1px 4px;
    text-align: left;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer
}

/* .location-item:hover,
.mobile-menu ul li a:hover {
    background: #f5f5f5
} */

.location-item.active {
    border: 2px solid #3b49df;
    background: #f3f6ff
}

.mobile-menu-header i,
.mobile-toggle {
    font-size: 22px;
    cursor: pointer
}

@media (max-width:991px) {
    nav {
        display: none !important
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0, 0, 0, .1);
    z-index: 9999;
    padding: 20px;
    transition: .3s
}

.mobile-menu.active {
    right: 0
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.mobile-menu ul {
    padding: 0
}

.mobile-menu ul li {
    list-style: none;
    margin-bottom: 15px
}

.mobile-menu ul li a {
    font-size: 16px;
    display: block;
    padding: 10px;
    border-radius: 8px;
    transition: .3s
}

.logo {
    align-items: center;
    padding: 5px 0;
    align-items: center;
    flex-shrink: 0
}

.footer-logo,
.logo img {
    border-radius: 50%;
    object-fit: cover;
    padding: 2px
}

.logo img {
    width: 85px;
    height: 85px;
    border: 3px solid #b48a3c
}

.logo-text {
    align-items: center;
    line-height: 1.1;
    flex-direction: column;
    align-content: stretch
}

.logo-text h2 {
    margin: 0;
    font-size: 25px;
    font-family: "Times New Roman", serif;
    color: #9a7233;
    letter-spacing: 1px
}

.logo-text p {
    margin: 0;
    font-size: 11px;
    letter-spacing: 5px;
    color: #222;
    font-weight: 700
}

.logo-ornament {
    color: #c9a04c;
    font-size: 18px;
    margin-top: 3px;
    margin-left: -17px;
    line-height: 1
}

.footer-logo {
    max-width: 160px;
    border: 3px solid #b48a3c
}

@media (max-width:768px) {
    .gallery-item {
        height: 109px
    }

    .book-now-link {
        display: none
    }
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.floating-btn {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    transition: .35s;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    position: relative
}

.floating-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: 2s infinite pulse;
    z-index: -1
}

.call-btn {
    background: #fff;
    color: #4b2a8f
}

.call-btn::before {
    background: rgba(75, 42, 143, .25)
}

.whatsapp-btn {
    background: #25d366;
    color: #fff
}

.whatsapp-btn::before {
    background: rgba(37, 211, 102, .25)
}

.floating-btn:hover {
    transform: translateY(-5px) scale(1.08);
    color: inherit
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100%,
    70% {
        transform: scale(1.45);
        opacity: 0
    }
}

@media(max-width:768px) {
    .floating-contact {
        right: 15px;
        bottom: 18px
    }

    .floating-btn {
        width: 64px;
        height: 64px;
        font-size: 26px
    }

    .mobile-submenu {
        display: none;
        padding-left: 15px !important;
        margin-top: 8px
    }

    .mobile-submenu.active {
        display: block
    }

    .mobile-submenu li {
        margin-bottom: 8px !important
    }

    .mobile-submenu strong {
        display: block;
        padding: 8px 10px;
        color: #333;
        font-size: 15px
    }

    .mobile-learn-toggle,
    .mobile-location-toggle {
        display: flex !important;
        justify-content: space-between;
        align-items: center
    }

    .mobile-learn-toggle i,
    .mobile-location-toggle i {
        font-size: 13px;
        transition: .3s
    }

    .mobile-learn-toggle.active i,
    .mobile-location-toggle.active i {
        transform: rotate(180deg)
    }
}