* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Outfit';
    src: url(../fonts/Outfit-Regular.ttf);
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Poppins-regular';
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'TrajanPro-Bold';
    src: url(../fonts/TrajanPro-Bold.otf);
}

:root {
    --primary-color: #5da9dd;
    --secondary-color: #45443f;
    --primary-font-size: 1rem;
    --title-font-size: 1.6rem;
    --primary-font: 'Poppins-regular';
    --secondary-font: 'Poppins';
    --title-font: 'Outfit';
    --title-font-trajan: 'TrajanPro-Bold';
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: var(--primary-font-size);
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    line-height: 1.2;
    background: #fffef4;
    height: 100vh;
    width: 100vw;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.home-screen {
    height: 100vh;
    width: 100vw;
}

.main {
    height: 100vh;
    width: 100vw;
    background-size: 13rem;
    background-repeat: repeat;
    position: relative;
    /* GPU acceleration for smooth background rendering */
    will-change: background-image;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/*loader*/

.loading-section {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.loading-items {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 200px;
    position: relative;
}


.loading {
    position: relative;
    width: 110px;
    display: flex;
    align-items: center;
}

.loading span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #8c7249;
    border-radius: 30px;
    position: absolute;
}

.loading span:first-child {
    animation: loading-span1 1.3s infinite;
    left: 0;
}

.loading span:nth-child(2) {
    animation: loading-span2 1.3s infinite;
    left: 40px;
}

.loading span:nth-child(3) {
    animation: loading-span3 1.3s infinite;
    left: 80px;
}

@keyframes loading-span1 {
    0% {
        height: 30px;
    }

    25% {
        height: 60px;
    }

    50% {
        height: 30px;
    }

    100% {
        height: 30px;
    }
}

@keyframes loading-span2 {
    0% {
        height: 30px;
    }

    25% {
        height: 30px;
    }

    50% {
        height: 60px;
    }

    75% {
        height: 30px;
    }

    100% {
        height: 30px;
    }
}

@keyframes loading-span3 {
    0% {
        height: 30px;
    }

    25% {
        height: 30px;
    }

    50% {
        height: 30px;
    }

    75% {
        height: 60px;
    }

    100% {
        height: 30px;
    }
}


/*loader end*/

.svg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.svg-img embed {
    height: 100%;
    width: 85%;
}

.arch-section {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85vw;
    height: 70vh;
}
.home-button.left-button {
    position: fixed;
    top: 44%;
    transform: translateY(-50%);
    left: -7%;
    border-radius: 0 50% 50% 0;
    z-index: 9;
}
.home-button.left-button img{
    width: 90px;
}
.home-button.right-button {
    position: fixed;
    top: 44%;
    transform: translateY(-50%);
    right: -6%;
    border-radius: 50% 0 0 50%;
    z-index: 9;
}
.home-button.right-button img{
    width: 80px;
}
.logo2 {
    position: absolute;
    top: 20%;
    left: 0;
    background: linear-gradient(90deg, #8a3ab9, #ff6ec4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    padding: 15px;
}

.logo-img {
    top: 12%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}
#hotelLogo {
    width: 100%;
}
.explore-button {
    margin-top: 4rem;
}

.button {
height: 100%;
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 30px !important;
    /* background-color: #fff; */
    border-radius: 50%;
    background-image: url(../../assets/images/emblem-color.png);
    background-size: cover;
    object-fit: cover;
    background-position: center;
    filter: brightness(20.5);
}

.button img {
    height: 100%;
    width: auto;
}

.circle {
    position: absolute;
    top: auto;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    height: 210px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background-color: #00000061;
    /* outline-offset: 8px; */
}

.logo {
    width: 110px;
    height: 110px;
    z-index: 9;
}

.text {
    position: absolute;
    width: 90%;
    height: 90%;
    font-family: var(--title-font-trajan);
    color: #fff;
    font-size: 18px;
    animation: textRotation 8s linear infinite;
    transform-origin: center;
    letter-spacing: 80px;
}

.swiper {
    height: 100vh;
    width: 100vw;
}

.swiper-cards {
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0px 94px;
    text-transform: capitalize;
}

.button-section {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.navigation .home {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    display: flex;
    justify-content: center;
    border-radius: 0 50% 50% 0;
    z-index: 9;
}

.navigation .back {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
    display: flex;
    justify-content: end;
    border-radius: 50% 0 0 50%;
    z-index: 9;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15);
}

.swiper-slide {
    background: #FFFEF4;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
#todays-events{
    background-image: url('../images/todays-events-bg.webp');
    background-position: center;
    background-size: cover;
}
.events-main-container{
    margin-top: 20rem;
}
#no-events h3{
    color: #FFF;
    font-weight: 600;
}
#eventsDisplay-two .swiper-container {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#eventsDisplay-two .swiper-wrapper,
#eventsDisplay-two .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: none;
  contain: none;
  overflow: visible;
}


.home-screen {
    background: url(../images/bottom-element.png) #fffef4;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;

}

.navigation .home img,
.navigation .back img {
    width: 55%;
}

.menu img {
    width: 75% !important;
    height: auto !important;
}

.img-section {
    height: 60%;
    overflow: hidden;
}

.inner-section {
    height: 100%;
    width: 100%;
}

.img-section:after {
    display: none;
}

.bg-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* GPU acceleration for smooth background rendering */
    will-change: background-image;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.img-section {
    height: 60%;
    overflow: hidden;
}

.img-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.content-section {
height: 40%;
    width: 87%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 2.5rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    font-family: var(--secondary-font);
}

.img-section:after {
    display: none;
}

.swiper-pagination-bullet {
    width: .8rem !important;
    height: .8rem !important;
    display: inline-block !important;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%) !important;
    background: #fff !important;
    opacity: .6 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5% !important;
}

.swiper-pagination-bullet-active {
    width: 4rem !important;
    border-radius: 1rem !important;
    opacity: 1 !important;
}

.bg-section:after {
    content: '';
    height: 120px;
    width: 100%;
    /* background-color: red; */
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bottom-element.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.no-object.bg-section:after {
    content: unset;

}

@keyframes move {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.content-section h1 {
    font-family: var(--title-font-trajan);
    text-transform: uppercase;
    font-size: 2rem;
}

.content-section p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--secondary-color);
    text-align: justify;
}

.title {
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4.5rem;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-family: var(--title-font);
}

.title-font {
    font-family: var(--title-font);
}

.overlay {
    position: relative;
}

.overlay:after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/destination/destination-overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
}

.dining::after {
    background-image: url(../images/dining-overlay.png);
}

.high-tide:after {
    background-image: url(../images/high-tide-overlay.png);
}

.hide-tide-page:after {
    background-image: url(../images/high-tide-overlay-inner-page.png);
}

.wellness:after {
    background-image: url(../images/wellness-overlay.png);
}

.event:after {
    background-image: url(../images/events-overlay.png);
}

.room:after {
    background-image: url(../images/rooms/room-overlay.png);
}

.pool:after {
    background-image: url(../images/pool-overlay.png);
}

.fitness:after {
    background-image: url(../images/fitness-overlay.png);
}

.fitness-page:after {
    background-image: url(../images/fitness-overlay-page.png);
}

.about:after {
    background-image: url(../images/about-overlay.png);
}

.bekal:after {
    background-image: url(../images/gateway-bekal-overlay.png);
}

.gateway:after {
    background-image: url(../images/gateway-overlay.png);
}

.menubtn.button-section {
    position: relative;
    top: 0;
    width: 100%;
    height: 210px;
    margin-bottom: 1rem;
}

.menubtn .button {
    background-color: var(--secondary-color);
}

.menubtn .circle {
    outline: 1px solid var(--secondary-color);
}

.menubtn .text {
    color: var(--secondary-color);
}

.fancybox-toolbar {
    right: 0;
    top: 10%;
}

.fancybox-infobar {
    bottom: 10%;
    top: unset;
}

.fancybox-caption {
    top: 5%;
}

.arrow {
    position: absolute;
    bottom: 200px;
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    height: 110px;
    animation: hide 4s linear forwards;
}

.arrow img {
    height: 100%;
    width: auto;
    opacity: 0.8;
    transform: rotate(95deg);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transform-origin: 70% 70%;
    animation: rotate .8s linear 5 alternate forwards;
}
.arrow.color img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(59%) saturate(534%) hue-rotate(1deg) brightness(97%) contrast(95%);
}



@keyframes rotate {
    0% {
        transform: rotate(95deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes hide {

    0%,
    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.menu {
    position: fixed;
    top: 38%;
    transform: translateY(-50%);
    right: 0%;
    display: flex;
    justify-content: center;
    height: 90px;
    width: 90px;
    background-color: #ffffffbf;
    border-radius: 50% 0 0 50%;
    z-index: 9;
    padding-left: 10px;
    box-shadow: 0px 7px 30px 0px #8f8f8f;
}


/*status check*/
#status {
    font-size: 2em;
    margin-bottom: 20px;
}

#authorization {
    font-size: 1.5em;
}

#statusDot {
    position: fixed;
    bottom: 10%;
    left: 2%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: grey;
    z-index: 9999;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

#statusDot:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

#settingsDot {
    position: fixed;
    bottom: 10%;
    left: 5%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #8B7355;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
}

#settingsDot:hover {
    background-color: #6B5345;
    transform: scale(1.1);
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

/* Offline mode styles */
.offline-mode #statusDot,
.offline-mode #settingsDot {
    animation: pulse 2s infinite;
}

.offline-mode .offline-banner {
    display: block !important;
}

.offline-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(244, 67, 54, 0.8);
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    z-index: 10000;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}



.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.position-relative {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.p-3 {
    padding: 1rem !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

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

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

*,
::after,
::before {
    box-sizing: border-box;
}

*,
::after,
::before {
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

/* 
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
} */

img,
svg {
    vertical-align: middle;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)* 2);
    animation-delay: calc(var(--animate-delay)* 2);
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}


#status {
    position: fixed;
    top: 1%;
    right: 2%;
    background-color: #00000000;
    z-index: 9;
}

#status img {
    height: 35px;
    width: 35px;
    filter: invert(1);
    opacity: .5;
}

#home-section video {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.svg-img svg {
    height: 100%;
    width: 85%;
}

.mfp-close {
    position: fixed !important;
    top: 40% !important;
    transform: translateY(-50%) !important;
    right: 0% !important;
    display: flex !important;
    justify-content: center !important;
    height: 80px !important;
    width: 80px !important;
    background-color: #000000bf !important;
    border-radius: 50% 0 0 50% !important;
    z-index: 9 !important;
    padding-left: 8px !important;
    box-shadow: 0px 7px 30px 0px #8f8f8f !important;
    font-size: 60px !important;
    line-height: 80px !important;
    color: #fff !important;
}

/* events seeting */

.setting-list {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.setting-list .setting {
    width: 30%;
}

#events-meetings-and-conferences-section .content-section {
    width: 100%;
}

#events-meetings-and-conferences-section .content-section p {
    width: 87%;
    margin: 0 auto 1rem;
}

.icon-sec .img-sec p {
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

/* Seating Arrangements Styles */
.seating-arrangements {
    /* margin: 1rem 0; */
}

.seating-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem;
    min-width: 80px;
}

.seating-type-item .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seating-type-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.seating-type-item .capacity {
    font-size: 0.9rem;
    color: var(--secondary-color);
    text-align: center;
    font-weight: 500;
    margin: 0;
}

#events-meetings-and-conferences-section .content-section {
    width: 100%;
}

.icon-sec .img-sec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.icon-sec .icon {
    width: 45%;
    height: 45%;
}

.event-container {
    width: 90%;
    margin: auto;
    border-radius: 5px;
    max-width: 400px;
    color: #FFF;
}

.event-container:first-child {
    border-top: none;
}

.event-header {
    font-weight: bold;
    margin-bottom: 5px;
    color: #FFF;
}


.separator {
    margin: 20px 0;
    border-bottom: 1px dashed #ddd;
}

.section17 h2 {
    color: #ad8b3a !important;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.5;
    font-family: var(--title-font-trajan)   ;
}

#eventsDisplay section {
    border: 1px solid #FFF;
    text-align: center;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 0;
}

#eventsDisplay {
    margin-top: 50px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
}

.event-date {
position: absolute;
    top: -25px;
    background-color: #ad8b3a;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    color: #FFF;
}

#events-Display .swiper-wrapper{
    align-items: stretch;
}

#events-Display .swiper-slide{
    height: auto;
}

/* Grid new design css start */

.heading-title{
position: fixed;
    top: 8%;
    font-weight: 600;
    color: #ad8b3a;
    text-transform: uppercase;
    font-size: 2.7rem;
    text-align: center;
    font-family: 'TrajanPro-Bold';
}
.box{
    width: 33.3%;
    text-align: center;
    margin-bottom: 4rem;
}
.box img{
    width: 40%;
    margin: auto;
}

.box p{
    font-size: 1.3rem;
    margin: 12px 0;
    color: #ad8b3a;
    font-weight: 600;
}
.dinner1 {
    margin-top: -18%;
}



/* Grid new design css end here */


#gatewayAurangabadGrid {
    margin-top: 30px;
    height: 100%;
}

.gridBtnClick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gridBtnClick:hover {
    transform: scale(1.05);
}

.grid-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 8px;
}

.grid-title {
    font-size: 14px;
    font-weight: 500;
    color: #9b7b2f; /* same gold shade */
    margin: 0;
}
.atrium2{
    position: absolute;
    bottom: 10%;
    width: auto;
    left: 41%;
}
.atrium2 img {
    width: 100%;
}

.box.sliderBtnClick{
    box-shadow: none !important;
}
.events-without-media{
    margin-left: -8px !important;
}
.venue-info-box {
    position: absolute;
    bottom: 8rem;
    width: 100%;
}
.content-section h1 {
    font-family: var(--title-font-trajan);
    text-transform: uppercase;
    font-size: 2.8rem;
}
.venue-detail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.venue-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.venue-icon {
    width: 35px !important;
    filter: brightness(0) saturate(100%) invert(55%) sepia(65%) saturate(478%) hue-rotate(10deg) brightness(94%) contrast(93%);
}
.venue-text {
    font-size: 22px;
    color: #45443F;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
}
.venue-text p {
    margin-bottom: 0;
}

.cuisine-icon {
    width: 35px !important;
    filter: brightness(0) saturate(100%) invert(55%) sepia(65%) saturate(478%) hue-rotate(10deg) brightness(94%) contrast(93%);
}
.wellness-box{
    bottom: 5rem !important;
}
.banqutes-list.setting-list .setting {
    width: 16% !important;
}
.logo-img img {
    height: auto;
    width: 65%;
}
.location-menu h1{
    color: #8c7249;
}
#banquets-menu .content-section{
    width: 100% !important;
}

#banquets-menu .content-section p{
    width: 87% !important;
    margin: 10px auto !important;
}

#no-events img {
    margin-bottom: 30px;
}
#no-events{
    text-align: center;
    margin-top: 40px;
}
#no-events h3{
    font-size: 1.7rem !important;
}

#home-promotions-swiper .swiper{
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
}
.arch-section{
    border-radius: 0 !important;
}
.taj-no-events-logo {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 55%;
}

.banner-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; /* ensures blur doesn’t overflow */
}

.banner-img .blurred-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



/* Home page events style start from here */

#eventsDisplay-two .swiper {
    width: 100% !important;
    height: 100% !important;
}
#eventsDisplay-two .swiper-slide{
    background: none !important;
}
.promotion-event1{
    margin-top: 35px;
}

.hm-td-vnts{
    background: rgb(255 255 255);
    box-shadow: 7px 7px 2px 3px #ad8b3a;
    border-radius: 8px;
    font-family: 'TrajanPro-Bold';
    font-size: 28px;
    color: #ad8b3a;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-style: normal;
    width: fit-content;
    margin: auto;
    position: relative;
    z-index: 1;
}

#eventsDisplay-two {
    background-color: rgb(0 0 0 / 29%);
    height: 17vh;
    width: 120%;
    margin-left: -50px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-top: -5%;
}
.event-info-overlay {
    width: 70%;
    text-align: center;
    margin: auto;
    padding-top: 11%;
    height: auto;
}
.event-name-two {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
}
.event-room-two {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
}
.spektra-level {
    justify-content: center;
}
/* Home page events style end here */


/* Explore Hotel Grid Layout */
.explore-hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    align-content: center;
}

.box-section {
    flex-wrap: wrap;
    width: 85%;
    margin: auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 23rem;
}

.three .box {
    width: 33%;
    margin-bottom: 30px;
}

.two .box {
    width: 50%;
    margin-bottom: 50px;
}

.box .bg-img img {
    width: 65%;
}



.explore-hotel-section{
    background: url('../images/explore-hotel-bg.webp');
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: cover;
}
/* End Explore Hotel Grid Layout */


/* Rooms Grid Layout - 2 Columns */
.rooms-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 45px;
    margin: 0 auto;
    height: 100%;
    align-content: center;
    overflow-y: auto;
    padding-top: 10rem;
}

.room-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}

.room-item img {
    width: 100%;
    max-width: 210px;
    height: auto;
    object-fit: contain;
    margin-bottom: 12px;
}

.room-item p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.room-section{
    background: url('../images/rooms-bg.webp');
    background-position: center;
    background-size: cover;
}
/* End Rooms Grid Layout */


/* Room Detail View */
.room-detail-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c0a65b;
}

.room-detail-bg .main {
    background: transparent !important;
    background-image: none !important;
}

.room-detail-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-top: 10rem;
}

#room-detail-title {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.room-gallery-swiper-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
}

.room-gallery-swiper {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.room-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

.room-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-gallery-swiper .swiper-pagination {
    bottom: 15px;
}

.room-gallery-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
    opacity: 0.5;
}

.room-gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

.room-gallery-swiper .swiper-button-next,
.room-gallery-swiper .swiper-button-prev {
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.room-gallery-swiper .swiper-button-next:after,
.room-gallery-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.room-description {
    margin: 30px 0;
    text-align: center;
}

.room-description p {
    color: #fff;
    width: 90%;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    line-height: 30px;
}

.room-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.room-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.room-feature-item img {
    object-fit: contain;
    margin-bottom: 12px;
    width: 55%;
}

.room-feature-item p {
    margin: 0;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 1.4;
}

.room-feature-item p{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    letter-spacing: 2px;
    margin-top: 10px;
}

/* Restaurant Section Styles */
.restaurant-section {
    background: url('../images/restaurants.webp');
    background-position: center;
    background-size: cover;
}

/* Restaurant Grid Layout */
.restaurants-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 45px;
    margin: 0 auto;
    height: 100%;
    align-content: center;
    overflow-y: auto;
    padding-top: 10rem;
    gap: 0px 35px;
    width: 90%;
}

.restaurant-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}

.restaurant-item img {
    width: 100%;
    max-width: 210px;
    height: auto;
    object-fit: contain;
    margin-bottom: 12px;
}

.restaurant-item p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
/* End Restaurant Grid Layout */


/* Restaurant Detail View */
.restaurant-detail-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #be7900;
}

.restaurant-detail-bg .main {
    background: transparent !important;
    background-image: none !important;
}

.restaurant-detail-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-top: 10rem;
}

.restaurant-description {
    margin: 30px 0;
    text-align: center;
}

.restaurant-description p {
    color: #fff;
    width: 90%;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    line-height: 30px;
}

.restaurant-gallery-swiper-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
}

.restaurant-gallery-swiper {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.restaurant-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

.restaurant-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurant-gallery-swiper .swiper-pagination {
    bottom: 15px;
}

.restaurant-gallery-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
    opacity: 0.5;
}

.restaurant-gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

.restaurant-gallery-swiper .swiper-button-next,
.restaurant-gallery-swiper .swiper-button-prev {
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.restaurant-gallery-swiper .swiper-button-next:after,
.restaurant-gallery-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.restaurant-features {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.restaurant-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.restaurant-menu-button:hover {
    transform: scale(1.05);
}

.restaurant-menu-button img {
    object-fit: contain;
    margin-bottom: 12px;
    width: 120px;
    height: auto;
}

.restaurant-menu-button p {
    margin: 0;
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 1.4;
}
/* End Restaurant Detail View */

/* Event Rooms Section Styles */
.event-rooms-section {
    background: url('../images/conference-bg.webp');
    background-position: center;
    background-size: cover;
}

/* Event Rooms Grid Layout */
.event-rooms-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 45px;
    margin: 0 auto;
    height: 100%;
    align-content: center;
    overflow-y: auto;
    padding-top: 10rem;
    gap: 0px 35px;
    width: 90%;
}

.event-room-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}

.event-room-item img {
    width: 100%;
    max-width: 210px;
    height: auto;
    object-fit: contain;
    margin-bottom: 12px;
}

.event-room-item p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
/* End Event Rooms Grid Layout */

/* Event Room Detail View */
.event-room-detail-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #edb559;
}

.event-room-detail-bg .main {
    background: transparent !important;
    background-image: none !important;
}

.event-room-detail-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-top: 10rem;
}

.event-room-gallery-swiper-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
}

.event-room-gallery-swiper {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.event-room-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

.event-room-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-room-gallery-swiper .swiper-pagination {
    bottom: 15px;
}

.event-room-gallery-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
    opacity: 0.5;
}

.event-room-gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

.event-room-gallery-swiper .swiper-button-next,
.event-room-gallery-swiper .swiper-button-prev {
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.event-room-gallery-swiper .swiper-button-next:after,
.event-room-gallery-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.event-room-description {
    margin: 30px 0;
    text-align: center;
}

.event-room-description p {
    color: #fff;
    width: 90%;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    line-height: 30px;
}
.seating-type {
    text-align: center;
    position: absolute;
    top: 72%;
}
/* Seating Layout Table */
table {
    width: 90%;
    background: #fff;
    color: #000;
    border-collapse: collapse;
    box-shadow: 5px 5px 5px #3e3e3e;
    outline: 3px solid #8c7249;
    position: absolute;
    top: 79%;
}

table td {
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

table tr td:first-child {
    text-align: left;
}

table tr:first-child td {
    border-bottom: 1px solid #000;
}

table td img {
    width: 40px;
    margin-bottom: 5px;
    display: block;
    margin: 0 auto 5px;
}

.seating-type {
    text-align: center;
}

.seating-type img {
    width: 180px;
    margin-bottom: 10px;
}
/* End Event Room Detail View */

/* End Room Detail View */


/* Restaurant Detail View */
.lapasterie-detail-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b69837;
}

.lapasterie-detail-bg .main {
    background: transparent !important;
    background-image: none !important;
}

.lapasterie-detail-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-top: 10rem;
}

.lapasterie-description {
    margin: 30px 0;
    text-align: center;
}

.lapasterie-description p {
    color: #fff;
    width: 90%;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    line-height: 30px;
}

.lapasterie-gallery-swiper-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
}

.lapasterie-gallery-swiper {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.lapasterie-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

.lapasterie-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lapasterie-gallery-swiper .swiper-pagination {
    bottom: 15px;
}

.lapasterie-gallery-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
    opacity: 0.5;
}

.lapasterie-gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

.lapasterie-gallery-swiper .swiper-button-next,
.lapasterie-gallery-swiper .swiper-button-prev {
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.lapasterie-gallery-swiper .swiper-button-next:after,
.lapasterie-gallery-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.lapasterie-features {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.lapasterie-timing {
    margin: 20px 0;
    text-align: center;
}

.lapasterie-timing p {
    color: #fff;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}

.lapasterie-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.lapasterie-menu-button:hover {
    transform: scale(1.05);
}

.lapasterie-menu-button img {
    object-fit: contain;
    margin-bottom: 12px;
    width: 120px;
    height: auto;
}

.lapasterie-menu-button p {
    margin: 0;
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 1.4;
}

/* Taj Art Gallery Detail View */
.tajart-detail-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #a27a2f;
}

.tajart-detail-bg .main {
    background: transparent !important;
    background-image: none !important;
}

.tajart-detail-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-top: 12rem;
}

.tajart-description {
    text-align: center;
    margin-bottom: 20px;
}

.tajart-description p {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.tajart-gallery-swiper-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.tajart-gallery-swiper {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.tajart-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

.tajart-gallery-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tajart-gallery-swiper .swiper-pagination {
    bottom: 15px;
}

.tajart-gallery-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
}

.tajart-gallery-swiper .swiper-pagination-bullet-active {
    background: #d4af37;
    opacity: 1;
}

.tajart-gallery-swiper .swiper-button-next,
.tajart-gallery-swiper .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.tajart-gallery-swiper .swiper-button-next:after,
.tajart-gallery-swiper .swiper-button-prev:after {
    font-size: 18px;
}

.tajart-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    padding: 15px;
}

.tajart-menu-button:hover {
    transform: scale(1.05);
}

.tajart-menu-button img {
    object-fit: contain;
    margin-bottom: 12px;
    width: 120px;
    height: auto;
    filter: brightness(0.95);
}

.tajart-menu-button p {
    margin: 0;
    color: #d4af37;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 1.4;
    text-transform: uppercase;
}

/* End Taj Art Gallery Detail View */

/* Jiva Spa Detail View */
.jivaspa-detail-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #e7a527;
}

.jivaspa-detail-bg .main {
    background: transparent !important;
    background-image: none !important;
}

.jivaspa-detail-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-top: 12rem;
}

.jivaspa-description {
    text-align: center;
    margin-bottom: 20px;
}

.jivaspa-description p {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.jivaspa-gallery-swiper-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.jivaspa-gallery-swiper {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.jivaspa-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

.jivaspa-gallery-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.jivaspa-gallery-swiper .swiper-pagination {
    bottom: 15px;
}

.jivaspa-gallery-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
}

.jivaspa-gallery-swiper .swiper-pagination-bullet-active {
    background: #5da9dd;
    opacity: 1;
}

.jivaspa-gallery-swiper .swiper-button-next,
.jivaspa-gallery-swiper .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.jivaspa-gallery-swiper .swiper-button-next:after,
.jivaspa-gallery-swiper .swiper-button-prev:after {
    font-size: 18px;
}

.jivaspa-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    padding: 15px;
}

.jivaspa-menu-button:hover {
    transform: scale(1.05);
}

.jivaspa-menu-button img {
    object-fit: contain;
    margin-bottom: 12px;
    width: 120px;
    height: auto;
    filter: brightness(0.95);
}

.jivaspa-menu-button p {
    margin: 0;
    color: #5da9dd;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 1.4;
    text-transform: uppercase;
}
/* End Jiva Spa Detail View */

/* Taj Salon Detail View */
.tajsalon-detail-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #ffbd3d;
}

.tajsalon-detail-bg .main {
    background: transparent !important;
    background-image: none !important;
}

.tajsalon-detail-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-top: 12rem;
}

.tajsalon-description {
    text-align: center;
    margin-bottom: 20px;
}

.tajsalon-description p {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.tajsalon-gallery-swiper-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.tajsalon-gallery-swiper {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.tajsalon-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

.tajsalon-gallery-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tajsalon-gallery-swiper .swiper-pagination {
    bottom: 15px;
}

.tajsalon-gallery-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
}

.tajsalon-gallery-swiper .swiper-pagination-bullet-active {
    background: #d4af37;
    opacity: 1;
}

.tajsalon-gallery-swiper .swiper-button-next,
.tajsalon-gallery-swiper .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.tajsalon-gallery-swiper .swiper-button-next:after,
.tajsalon-gallery-swiper .swiper-button-prev:after {
    font-size: 18px;
}

.tajsalon-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    padding: 15px;
}

.tajsalon-menu-button:hover {
    transform: scale(1.05);
}

.tajsalon-menu-button img {
    object-fit: contain;
    margin-bottom: 12px;
    width: 120px;
    height: auto;
    filter: brightness(0.95);
}

.tajsalon-menu-button p {
    margin: 0;
    color: #d4af37;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 1.4;
    text-transform: uppercase;
}
/* End Taj Salon Detail View */

/* Shopping Arcade Section Styles */
.shopping-arcade-section {
    background-position: center;
    background-size: cover;
}

/* Shopping Arcade Grid Layout - 2 Columns */
.shopping-arcade-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 30px 45px;
    margin: 0 auto;
    height: 100%;
    align-content: center;
    overflow-y: auto;
    padding-top: 10rem;
    width: 80%;
}

.shopping-arcade-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-arcade-item:hover {
    transform: scale(1.05);
}

.shopping-arcade-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* Shopping Arcade Detail View */
.shopping-arcade-detail-bg {
    background-position: center;
    background-size: cover;
}

.shopping-arcade-detail-bg .main {
    background: transparent !important;
    background-image: none !important;
}

.shopping-arcade-detail-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 120px 50px 50px;
}

.shopping-arcade-detail-image {
    width: 100%;
    max-width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-arcade-detail-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    max-height: 80vh;
}
/* End Shopping Arcade Detail View */

/* End Restaurant Detail View */

/* Gallery Css start from here */

.gallery-section{
    background-image: url('../images/gallery-bg.webp');
    background-position: center;
    background-size: cover; 
    position: relative;
}
.gallery-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 85%;
    margin: auto;
}

.gallery-item {
    position: absolute;
    touch-action: none;
    user-select: none;
    cursor: grab;
    will-change: transform;
    width: 70%;
    max-width: 600px;
    height: auto;
}

.gallery-item:active {
    cursor: grabbing;
}
/* Gallery css end here */


.back.home-back {
    right: 0 !important;
    left: auto !important;
}
.justify-content-end{
    justify-content: end;
}