﻿
/* body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
}

.topbar a {
  color: #fff;
  margin: 0 6px;
  text-decoration: none;
}

.topbar .register-btn {
  background: #ff9800;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: bold;
}

.topbar .search-icon {
  margin-left: 10px;
  cursor: pointer;
} */

/* Reset */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* adjust to match your fixed header height */
}

body, ul {
    margin: 0;
    padding: 0;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: "Instrument Sans", sans-serif !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
    a:hover{
        text-decoration:none !important;
        color:inherit !important;
    }
    b {
        font-weight: 600 !important;
    }

/* Header CSS Start */

@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap);

.logo img, header {
    -webkit-transition: .2s ease-in-out
}

.topbar i, .topbar span, .topbar strong {
    display: inline-block
}

.navigation li a, a {
    text-decoration: none !important;
}

body, html {
    font-size: 13px;
    scroll-behavior: inherit
}

body {
    font-family: "Instrument Sans", sans-serif !important;
    font-weight: 400;
    color: var(--textColor) !important;
    /* padding-top: 111px; */
}
@media(min-width:1440px) {
    body, html {
        font-size: 14px
    }
}

ul {
    margin: 0;
    padding: 0
}

:root {
    --borderColor: #BCBCBC;
    --white: #ffffff;
    --black: #000000;
    --lightGray: #FFFDF8;
    --gray: #7B7B7B;
    --gold: #E1C562;
    --darkGray: #373435;
    --playfair: 'Playfair Display',serif;
    --textColor:black;
}



.cartIcon a, p {
    color: var(--darkGray)
}

header {
    transition: .2s ease-in-out;
    position: sticky;
    z-index: 9999;
    background: #fff; 
    width: 100%;
    top: 0;
    left: 0
}

/* Initially hide the sublist */
/*.sublist {
   position: absolute;
   display: none;
   list-style: none;
   margin: 0;
   padding: 0;
   z-index: 1;
   left: 0;
   top: 25px;
}*/

/* Show the sublist when the parent list item is hovered */
li div {
    display: none;
}
li:hover div {
    display: block;
}
.logo img {
    transition: .2s ease-in-out
}

.topbar {
    border-bottom: 1px solid var(--borderColor);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.topbar i {
    color: #7b7b7b
}

.topbar > div {
    /* flex: 1 1 auto; */
    text-align: center;
    padding: 5px 10px;
    /* border-right: 1px solid var(--borderColor) */
}

@media(min-width:1300px) {
    .topbar > div {
        padding: 10px 15px
    }
}






.logo {
    /* order: 2; */
    margin: 0 20px;
    
}

    .logo a, .navigation li ul li {
        display: block
    }

        .logo a img {
            /*width: 100%;
            height: auto*/
            width:250px;
            height:50px;
        }


.cartIcon  {
    color: var(--gray);
    padding: 0 15px;
    position: relative
}

.cartIcon {
    order: 5;
    font-size: 1.2rem
}


    .cartIcon span {
        text-align: center;
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        background: #000;
        top: -8px;
        right: 8px;
        color: var(--white);
        font-size: 11px
    }

.search {
    order: 4;
    font-size: 1.2rem;
    color: var(--gray);
    padding: 0 10px;
    cursor: pointer
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    text-align: center;
    color: #2d2d2d;
}

    .navigation ul ul {
        text-align: left
    }

    .navigation li {
        display: inline-block;
        position: relative
    }

        .navigation li div {
            display: none;
            position: absolute;
            left: 0;
            top: 20px;
            padding-top: 20px;
            z-index:10;
        }
        .navigation li > a.active-page .nav-text {
            background: -webkit-linear-gradient(#08BEFF, #47B5FF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-decoration: none;
            border-bottom: 2px solid #47B5FF;
            font-size: 1.2rem;
            font-weight: 600;
        }

.loginPopup, .menuBtn, .mobHeader {
    display: none
}

.loginSocial img {
    height: 15px;
    width: auto
}

.mainPopup {
    padding: 30px !important;
    width: 500px
}

.eventPopup {
    width: 800px
}

.mainPopup input.field {
    font-size: 1.1rem;
    width: 100%;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--borderColor)
}

    .mainPopup input.field:focus {
        outline: 0
    }

.loginBox {
    padding: 20px;
    border: 1px solid var(--gold)
}

    .loginBox input[type=submit] {
        background: var(--gold);
        color: var(--white);
        padding: 8px 30px;
        color: var(--black);
        font-weight: 600;
        font-size: 1.2rem;
        border: none;
        outline: 0
    }

        .loginBox input[type=submit]:hover {
            background: var(--black);
            color: var(--white)
        }

    .loginBox h4 {
        font-family: var(--playfair)
    }

.loginSocial .socialBtn {
    border: 1px solid var(--borderColor);
    padding: 10px;
    min-width: 120px;
    text-align: center
}

.loginSocial a {
    display: inline-block;
    color: var(--black)
}

.fbButton {
    margin-right: 15px
}

.loginSocial a:hover {
    background: var(--darkGray);
    color: var(--white);
    font-weight: 600
}

.loginSocial .socialBtn img {
    margin-right: 10px
}

.navigation li ul {
    overflow: hidden;
    min-width: 200px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px var(--gray)
}

.navigation li a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--darkGray);
    transition: .2s ease-in-out;
    text-transform: capitalize
}

@media(min-width:1360px) {
    .navigation li a {
        padding: 0 15px
    }
}
@media(max-width:1091px) {
    .navigation li ul {
        overflow: hidden;
        min-width: 100%;
        /*margin-top: 10px;*/
    }
}
.navigation li ul li a {
    padding: 10px 15px;
    color: var(--darkGray)
}

    .navigation li ul li a:hover {
        background: #c4bfbf;
        color: var(--black)
    }

.subMenu::after {
    content: "\f282";
    display: none;
    font-family: bootstrap-icons;
    color: var(--black);
    position: absolute;
    right: 0;
    top: 0
}

.closeBtn, .searchCloseBtn:hover, .searchNew input {
    color: var(--lightGray)
}

.closeBtn {
    font-size: 2.2rem;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
}

.searchContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 99;
    background: #e1c562;
    padding: 0;
    display: none
}

    .searchContainer::-webkit-scrollbar {
        width: 5px
    }

    .searchContainer::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .searchContainer::-webkit-scrollbar-thumb {
        background: #e1c562
    }

        .searchContainer::-webkit-scrollbar-thumb:hover {
            background: #555
        }

.searchNew {
    position: relative;
    padding-left: 40px;
    z-index: 1000
}

    .searchNew input {
        height: 50px;
        width: 100%;
        text-indent: 25px;
        border: 0 solid var(--darkGray);
        background: #e1c562;
        border-bottom: 2px solid #fff;
        line-height: 40px;
        font-size: 16px;
        padding: 8px 9px
    }

        .searchNew input:focus {
            background: #e1c562;
            border-bottom: 2px solid #fff;
            outline: 0
        }

    .searchNew .fa-search {
        position: absolute;
        top: 20px;
        left: 16px
    }

    .searchNew button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
        background: var(--gray);
        color: var(--black);
        font-weight: 700
    }

        .searchNew button:hover {
            background: var(--lightGray)
        }

.searchCloseBtn {
    color: var(--gray);
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 32px;
    margin: 30px auto 0 1px
}

.rightContent {
    display: flex;
    align-items: center
}


.newRegistration a {
    color: var(--darkGray);
    font-weight: 600
}

.newRegistration button {
    padding: 10px 15px;
    border: none;
    background: var(--gray)
}

@media(min-width:1092px) {

    .navigation li:hover div {
        display: block
    }

    .navigation li:hover a {
        color: var(--gray)
    }

    .navigation li:hover li a {
        color: var(--darkGray)
    }

}


@media(max-width:1091px) {
    .navigation, .navigation ul ul {
        text-align: center
    }

        .navigation li ul li a {
            color: var(--gray)
        }


    .cartIcon, .deskLogo, .search, .topbar {
        display: none;
    }

    .menuBtn, .menuBtn span, .navigation li {
        display: block;
    }

    .loginBar a {
        font-weight: 700;
    }

    body {
        /*padding-top: 15px;*/
    }

    .navigation li div {
        position: relative;
        top: inherit;
        padding-top: 0;
    }

    .subMenu::after {
        display: inline-block;
        color: var(--white);
        right: 15px;
        top: 8px;
    }


    .menuBtn {
        width: 30px;
        cursor: pointer;
    }

        .menuBtn span {
            float: right;
            height: 2px;
            margin-bottom: 7px;
            width: 100%;
            background: var(--darkGray);
        }

            .menuBtn span:nth-child(2) {
                width: 80%;
            }

            .menuBtn span:last-child {
                width: 90%;
                margin-bottom: 0;
            }

    .mobHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .mobLogo {
        display: block;
        max-width: 180px;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

        .mobLogo img {
            max-width: 250px;
            /*width: 240px;*/
            height: auto;
        }


    .logo {
        order: 0;
        margin: 0 15px;
    }

    .leftNav {
        order: 1;
    }

    .rightNav {
        order: 2;
    }

    .search {
        order: 4;
    }

    .navigation {
        display: block;
        position: fixed;
        width: 300px;
        height: 100%;
        overflow: auto;
        z-index: 9999;
        top: 0;
        right: -300px;
        background: var(--black);
        padding-top: 0;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        color: #2d2d2d;
    }


        .navigation li a {
            padding: 10px 9px;
            color: var(--lightGray)
        }

        .navigation li ul {
            box-shadow: none;
            border-radius: 0;
            background: #222
        }
    .rightNav{
        margin-top:10px;
    }
}

@media(max-width:576px) {
    .searchContainer {
        padding: .5rem
    }

    .navigation {
        width: 100%;
        right: -100%
    }
}



ol, ul {
    padding-left: 0rem !important;
}

div#mallTimings {
    text-transform: uppercase;
    font-size: 13px;
}

.telephone {
    text-decoration: none;
    color: #212529;
    font-size: 13px;
}


.topbar {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: flex-end; */
    gap: 75px;
    background-color: #FFF;
}



@media(min-width:1200px) {
    .closeBtn {
        display: none;
    }
}

@media (max-width: 480px) {
    .topbar {
        display: none;
    }
}

/* .navigation {
    background: #FFF;
} */

.leftNav {
    margin-bottom: 0px;
   
}

.rightNav {
    margin-bottom: 0px;
}

.transition {
    transition: all ease-in-out 0.3s;
}

.navigation.active {
    right: 0%;
}


/* Header CSS End */


/* Footer CSS Start */


/* footer */
footer {
    /* background: #000 url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/footer_bg.png) repeat-x; */
    background-color: #2d2d2d;
    color: #FFFFFF;
}

.foot_head, .foot_head_2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}

.foot_head {
    /* text-transform: uppercase; */
}

.foot_list li {
    margin-bottom: 10px;
}

.foot_list a {
    color: #DADADA;
    text-decoration: none;
    font-size:16px;
}


.popularSearch_box {
    background: #E1C562;
    position: relative;
}

.popularSearch_btn {
    display: table;
    margin: 0 auto;
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
}

.popularHidden_box {
    background: #d3d3d3;
    display: none;
    position: absolute;
    bottom: 48px;
    width: 100%;
}

    .popularHidden_box p {
        color: var(--black);
        padding-top: 15px;
    }

        .popularHidden_box p a {
            display: inline-block;
            vertical-align: top;
            border-right: 1px solid var(--gray);
            padding: 0px 5px;
            margin-bottom: 5px;
            color: var(--black);
        }

/***********************************************************/


.subscribe {
    display: block;
    width: 100%; 
}
    .subscribe input {
        height: 45px;
        width: 100%;
        background: #4B4B4B;
        color: white;
        border: none;
        padding: 10px 16px;
        font-size: 16px;
        border-radius: 5px;
        margin-top: 12px;
    }

        .subscribe input:focus {
            /* border: none; */
            outline: none;
        }

    .subscribe input::placeholder {
        color: #C3C3C3;
       
        font-weight: 300 !important;
        font-size:14px;
    }



.agreeContainer {
    font-weight: 300;
}

    .agreeContainer input[type="checkbox"] {
        background: none;
        border: 1px solid var(--white);
        margin-right: 5px;
        vertical-align: top;
    }

        .agreeContainer input[type="checkbox"]:focus {
            box-shadow: none;
        }

footer .social a {   
    margin-right: 15px;   
}


.signup-heading {
    font-size: 1.6rem;
    margin-bottom: 0px !important;
}


.contactUs {
    font-size: 1rem;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding: 10px 0px;
}

    .contactUs span {
        text-transform: uppercase;
        margin-right: 15px;
    }

    .contactUs a {
        display: inline-block;
        border: 1px solid var(--gold);
        padding: 5px 10px;
        color: var(--gold);
    }

        .contactUs a:hover {
            background: var(--gold);
            color: var(--black);
        }

        .contactUs a:first-child {
            margin-right: 10px;
        }
/************************************************************/

@media (max-width:768px) {
    .foot_head {
        margin: 0;
        padding: 15px 0 10px;
        position: relative;
        cursor:pointer;
    }

    .foot_head_2{
        padding :15px 0;
    }
    .foot_list {
        /*display: none;*/
    }



/*    .foot_box .foot_head::before {
        content: "\f4fe";
        font-family: bootstrap-icons !important;
        position: absolute;
        right: 0;
        font-size: 18px;
        
    }

        .foot_box .foot_head.active::before {
            content: "\f2ea";
        }*/
}


/* Footer CSS End */


/* Blog css start*/

.blog-section {
    background-color: #fff9f5 !important;
}

    .blog-section .card-title {
        font-weight: 400;
        font-size: 1.3rem;
    }

    .blog-section .btn-outline-dark {
        font-weight: 500;
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
        text-transform: uppercase;
    }

    .blog-section h2 {
        font-size: 3.5rem;
        font-weight: 400 !important;
    }

@media (max-width: 767px) {
    .blog-section h2 {
        font-size: 1.4rem;
    }
}

.section-title {
    color: #c1944f;
}

.text-yellow {
    color: #c1944f;
}

.blog-section .card {
    background-color: #fff9f5 !important;
}

.section-title {
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    letter-spacing: 5px !important;
}

p.category-title {
    font-size: 1rem;
}

.blog-date {
    font-size: 1rem;
}

.circle-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    text-decoration: none;
}

.circle {
    width: 90px;
    height: 90px;
    border: 1px solid #111;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.circle-btn:hover .circle {
    transform: scale(1.1);
}

.circle-btn:hover {
    color: #555;
}

.arrow {
    font-size: 36px;
}

span.btn-label {
    /* padding: 20px; */
    position: relative;
    left: -40px;
    padding: 5px 10px;
    background-color: #fff9f5 !important;
}

/* Blog css end */


/* Events css start */

.events-section h2 {
    font-size: 3.5rem !important;
    font-weight: 400 !important;
}

.events-section {
    padding: 60px 40px;
    position: relative;
    background-color: #d6b15a; /* yellow-golden background */
    font-family: 'Poppins', sans-serif;
}

.events-section {
    overflow: hidden;
}

    .events-section::before {
        content: "The Spotlight";
        position: absolute;
        top: 10%;
        left: 22%;
        transform: translateX(-50%);
        font-size: 8rem; /* Big size */
        font-weight: 600;
        color: rgba(0, 0, 0, 0.1); /* Faded black */
        white-space: nowrap;
        z-index: 0; /* Behind everything */
        pointer-events: none;
    }

    .events-section h2 {
        text-align: center;
        /* margin-bottom: 40px; */
        font-size: 28px;
        font-weight: 600;
        color: #111;
    }

    .events-section .section-header {
        margin-bottom: 40px;
    }

/* Event card */
.event-card {
    background: #fff;
    /* box-shadow: 8px 8px 0 rgba(0,0,0,0.15); */
    /* overflow: hidden !important; */
    border: none !important;
    position: relative !important;
    display: inline-block !important;
    border-radius: 0px !important;
}

/* .event-card img {
  width: 100%;
  display: block;
} */

.event-info {
    padding: 15px;
    padding-left: 0px;
    background: #e3c66a;
    color: #111;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2 !important;
}

.event-date {
    text-align: center;
    background: #644310;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

span.date {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.2rem;
}

span.event-day {
    font-size: 0.8rem;
    line-height: 0.8rem;
}

span.event-month {
    font-size: 0.7rem;
    line-height: 1rem;
}
/* .event-card {

} */

.event-card-1 {
    position: relative !important;
    display: inline-block !important;
}

.event-card-2 {
    position: relative !important;
    display: inline-block !important;
    transform: scale(0.85);
    bottom: -70px;
}

.event-card-3 {
    position: relative !important;
    display: inline-block !important;
}

.event-card-1::after {
    content: "";
    position: absolute;
    top: 40px;
    left: -15px;
    width: 100%;
    height: 95%;
    background: #c19b38;
    z-index: 1;
}

.event-card-2::after {
    content: "";
    position: absolute;
    top: 34px;
    left: -15px;
    width: 100%;
    height: 95%;
    background: #e3c66a;
    z-index: 1;
}

.event-card-3::after {
    content: "";
    position: absolute;
    top: 40px;
    left: -15px;
    width: 100%;
    height: 95%;
    background: #c19b38;
    z-index: 1;
}

.event-card-1 img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.event-card-2 img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.event-card-3 img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

/* .event-card {
  position: relative;
  display: inline-block;
}

.event-card img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  box-shadow: 10px 10px 0 #b5873b;
} */



/* Events css end  */

/* Phoenix Assist CSS start */

/* .assist-section {
  background: rgba(0, 0, 0, 0.6);
  padding: 180px 20px;
  background: url('../images/dine-homebanner.jpg') no-repeat center center/cover;
  color: #fff;
} */

.assist-section {
    background: linear-gradient( rgba(0, 0, 0, 0.5), /* top gradient (slight black) */
    rgba(0, 0, 0, 0.5) /* bottom gradient */
    ), url('../images/dine-homebanner.jpg') no-repeat center center/cover;
    padding: 80px 20px 140px;
    color: #fff;
}

.tab-btns {
    margin-bottom: 30px;
    gap: 50px;
}

    .tab-btns button {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 1rem;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0 10px;
        position: relative;
    }

        .tab-btns button.active::after {
            content: '';
            display: block;
            height: 1px;
            background: #ffcc66;
            width: 100%;
            /* margin-top: 5px; */
        }

.feature-card {
    background: #ad792b;
    color: #fff;
    text-align: center;
    padding: 30px 10px;
    /* border-radius: 8px; */
    transition: all 0.3s ease;
    cursor: pointer;
    height: 160px; /* fixed square style */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .feature-card:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

    .feature-card i {
        font-size: 2rem;
        margin-bottom: 10px;
        display: block;
    }

.assist-tabs {
    margin-top: 60px;
    gap: 100px;
}

.featured-card-text {
    font-size: 1rem;
    font-weight: 400;
}

.assist-heading {
    font-weight: 400;
    font-size: 2.5rem;
}

.white-circle-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.white-circle {
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.white-circle-btn:hover .circle {
    transform: scale(1.1);
}

.white-circle-btn:hover {
    color: #ffffff;
}

.white-arrow {
    font-size: 36px;
}

span.white-btn-label {
    /* padding: 20px; */
    position: relative;
    left: -20px;
    top: 2px;
    font-weight: 300;
    /* padding: 5px 10px; */
    /* background-color: #fff9f5 !important; */
}

/* Phoenix Assist CSS End */

/* Offers and packages start */

.offers-section {
    text-align: center;
    padding: 80px 0px;
    position: relative;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

    .section-header h2 {
        font-size: 40px;
        font-weight: 500;
    }

.view-all {
    text-decoration: none;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    position: relative;
}

    .view-all::after {
        content: "→";
        margin-left: 6px;
    }

.offers-carousel .item {
    text-align: center;
    transition: all 0.4s ease-in-out;
    transform: scale(0.8);
    opacity: 0.6;
}

.offers-carousel .owl-item.center .item {
    transform: scale(1);
    opacity: 1;
}

/* .offers-carousel .owl-item.active:not(.center) .item {
  transform: scale(0.9);
  opacity: 0.8;
} */

.offers-carousel .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.offer-price {
    background: #caa64c;
    color: #fff;
    padding: 15px;
    margin-top: -5px;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

    .offer-price h3 {
        margin: 0;
        font-size: 22px;
        font-weight: bold;
    }

        .offer-price h3 del {
            color: #333;
            font-size: 18px;
            margin-left: 8px;
        }

    .offer-price p {
        margin: 5px 0 0;
        font-size: 14px;
    }

/* Custom Navigation */
.owl-nav {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}

    .owl-nav button {
        
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 5px;
        font-size: 18px !important;
        transition: all 0.3s ease-in-out;
    }

       

.offers-carousel {
    min-height: 70vh;
}

    /* Default state: smaller & faded */
    /* .offers-carousel .owl-item .item {
  transform: scale(0.7);
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
} */

    /* Center image → Full size */
    /* .offers-carousel .owl-item.center .item {
  transform: scale(1);
  opacity: 1;
} */

    /* Left and right neighbor (2nd & 4th items) → medium size */
    /* .offers-carousel .owl-item.center + .owl-item .item,
.offers-carousel .owl-item.center ~ .owl-item.active:first-child .item,
.offers-carousel .owl-item.active.center ~ .owl-item .item:first-child {
  transform: scale(0.85);
  opacity: 0.8;
} */

    /* 1st (far-left) and 5th (far-right) items → smaller */
    /* .offers-carousel .owl-item.active:first-child .item,
.offers-carousel .owl-item.active:last-child .item {
  transform: scale(0.65) translateY(20px);
  opacity: 0.4;
} */

    /* .offers-carousel .owl-item.left-near .item,
.offers-carousel .owl-item.right-near .item {
  transform: scale(0.85);
  opacity: 0.8;
} */

    /* .offers-carousel .owl-item:not(.center):not(.left-near):not(.right-near) .item {
  transform: scale(0.7);
  opacity: 0.5;
} */


    /* Base style */
    .offers-carousel .owl-item .item {
        transition: all 0.4s ease-in-out;
        transform: scale(0.75) translateY(-50px);
        /* transform: scale(0.7); */
        opacity: 0.5;
    }

    /* Center item → largest */
    .offers-carousel .owl-item.center .item {
        transform: scale(1) translateY(100px);
        opacity: 1;
    }

    /* Nearest left & right → medium size */
    .offers-carousel .owl-item.left-near .item,
    .offers-carousel .owl-item.right-near .item {
        transform: scale(0.85) translateY(50px);
        opacity: 0.8;
    }

    /* Far left & far right (non-near) → smallest + move down */
    .offers-carousel .owl-item.active:not(.center):not(.left-near):not(.right-near) .item {
        /* transform: scale(0.65) translateY(20px); */
        transform: scale(0.75) translateY(-50px);
        opacity: 0.3;
    }

    /* Hide all offer-price by default */
    .offers-carousel .offer-price {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
    }

    /* Show only for center item */
    .offers-carousel .owl-item.center .offer-price {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .offers-carousel .owl-carousel {
        min-height: 70vh;
    }

    .offers-carousel .owl-stage-outer {
        min-height: 70vh;
    }
.owl-nav .owl-prev {
    left: -30px; /* adjust spacing */
}

.owl-nav .owl-next {
    right: -30px; /* adjust spacing */
}


.owl-nav {
    bottom: -6px !important;
}

/* Position nav buttons at bottom center */
.offers-carousel .owl-nav {
    position: absolute;
    bottom: -50px; /* move below carousel */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px; /* spacing between arrows */
}

    /* Reset default button styles */
    .offers-carousel .owl-nav button {
        all: unset; /* remove default button styles */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%; /* make circle */
        background: #000; /* black background */
        color: #fff; /* white arrow */
        font-size: 22px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s ease;
    }

        /* Hover effect */
        /*.offers-carousel .owl-nav button:hover {
            background: #ffcc00;*/ /* gold highlight */
            /*color: #000;
        }*/

/* .offers-carousel .owl-item,
.offers-carousel .owl-item.cloned {
  opacity: 0.5;
  transform: scale(0.9) translateY(-50px);
  transition: all 0.3s ease-in-out;
}

.offers-carousel .owl-item.center {
  opacity: 1;
  transform: scale(1);
  z-index: 5;
} */

button.owl-prev {
    border-radius: 20px !important;
}

button.owl-next {
    border-radius: 20px !important;
}

.offer-circle-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    text-decoration: none;
}

.offer-circle {
    width: 70px;
    height: 70px;
    border: 1px solid #111;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.offer-circle-btn:hover .circle {
    transform: scale(1.1);
}

.offer-circle-btn:hover {
    color: #555;
}

.offer-btn-label {
    /* padding: 20px; */
    position: relative;
    left: -35px;
    padding: 5px 10px;
    background-color: #ffffff !important;
}

.events-btn-label {
    position: relative;
    left: -35px;
    padding: 5px 10px;
    background-color: #d6b15a !important;
}

/* Offers and packages end */



/* Brands Section Start */

.brand-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .brand-header .brand-heading {
        font-weight: 500 !important;
        font-size: 1.5rem !important;
        letter-spacing: 5px !important;
        color: #c1944f;
    }

    .brand-header h2 {
        /* font-size: 32px;
      font-weight: 600; */
        font-size: 3.5rem;
        font-weight: 400 !important;
    }

.view-all-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-decoration: none;
    color: #111;
}

    .view-all-btn::before {
        content: "→";
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #000;
        border-radius: 50%;
        font-size: 16px;
    }

.owl-carousel .item img {
    width: 100%;
    border-radius: 10px;
}

.brand-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #111;
}

    .brand-btn::before {
        content: "→";
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border: 1px solid #bfa14a;
        border-radius: 50%;
        margin-right: 6px;
        font-size: 14px;
        color: #bfa14a;
    }

/* Navigation arrows */
.owl-nav {
    text-align: right;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}


.owl-carousel .item {
    margin-top: 0; /* reset */
    transition: transform 0.3s ease-in-out;
}


@media (max-width: 768px) {
    .brand-header h2 {
        font-size: 22px;
    }
}

/* baseline */
.offers-carousel .item {
    margin-top: 0;
    transition: margin-top .25s ease;
}

    .offers-carousel .item.stagger-bottom {
        margin-top: 32px;
    }
    /* down */
    .offers-carousel .item.stagger-top {
        margin-top: 0;
    }
/* up */

/* (optional) disable on small screens */
@media (max-width: 575.98px) {
    .offers-carousel .item {
        margin-top: 0 !important;
    }
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -50px; /* adjust distance from top */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        background: none !important;
        border: 1px solid #b88b4a; /* gold-like border */
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000 !important;
    }

    .owl-carousel .owl-nav button span {
        font-size: 22px;
        line-height: 1;
    }


.brand-carousel-nav .owl-prev,
.brand-carousel-nav .owl-next {
    border: 1px solid #b88b4a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: #000;
}

.brand-carousel-nav .owl-prev-icon,
.brand-carousel-nav .owl-next-icon {
    font-size: 20px;
}

.brand-circle-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    /* color: #b88b4a; */
    color: #000;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -18px;
    left: 15px;
}

.brand-circle {
    width: 70px;
    height: 70px;
    border: 1px solid #b88b4a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.brand-circle-btn:hover .circle {
    transform: scale(1.1);
}

.brand-circle-btn:hover {
    color: #555;
}

.brand-btn-label {
    /* padding: 20px; */
    position: relative;
    left: -35px;
    padding: 5px 10px;
    background-color: #ffffff !important;
    font-size: 1rem;
    text-transform: uppercase;
}



/* Brands Section End */


/* Restaurants Section Start */

.food-section {
    /* text-align: center; */
    padding: 60px 20px;
    background-color: #FEF9F5;
    position: relative;
    /* padding: 100px 0; */
    padding: 40px 0 20px;
    overflow: hidden;
}

    .food-section h2 {
        font-weight: 600;
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .food-section .btn-search {
        background: #fff;
        border: 0px solid #ccc;
        border-radius: 30px;
        padding: 10px 25px;
        margin: 20px 0;
        font-size: 1rem;
        transition: 0.3s;
        color: #c1944f !important;
    }

.btn-search:hover {
    background: #f5f5f5;
}

.food-cards {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.food-card {
    width: 250px;
    height: 320px;
    /* border-radius: 10px; */
    overflow: hidden;
    transform: rotate(-3deg);
    transition: transform 0.3s ease-in-out;
    position: relative;
}

    .food-card:nth-child(2) {
        transform: rotate(3deg);
    }

    .food-card:nth-child(3) {
        transform: rotate(-2deg);
    }

    .food-card:nth-child(4) {
        transform: rotate(3deg);
    }

    .food-card:hover {
        transform: scale(1.05);
        z-index: 2;
    }

    .food-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tag-offer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #c49a6c;
    color: #fff;
    font-size: 0.85rem;
    padding: 5px 10px;
    border-radius: 5px;
}

.food-card:nth-child(1) {
    position: relative;
    top: -150px;
}

.food-card:nth-child(4) {
    position: relative;
    top: -150px;
}

.restaurants-section {
    text-align: center;
}

.bg-img {
    width: 391px;
    height: -webkit-fill-available;
    background-image: url(../images/pheonix-white-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* top: 30%;
        left: -10px; */
}

    .bg-img::before {
        content: "";
        position: absolute;
        top: -120px;
        left: -60px;
        width: 100%;
        height: 250px;
        background: url(../images/pheonix-white-logo.png) no-repeat center / contain;
        opacity: 1;
        pointer-events: none;
    }

.tab-links {
    margin-bottom: 3rem !important;
    display: flex;
    justify-content: center;
    gap: 45px;
}

    .tab-links a {
        text-decoration: none;
        color: #333;
        cursor: pointer;
        padding-bottom: 5px;
        font-size: 1.2rem;
    }

        .tab-links a.active {
            border-bottom: 2px solid #000;
        }


/* Restaurants Section End */


/* Main Slider Start */

.hero-slider .hero-slide {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-slider .hero-content {
    max-width: 600px;
    margin-left: 80px;
}

.hero-slider h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hero-slider p {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-slider .btn {
    display: inline-block;
    margin-right: 15px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-learn {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

    .btn-learn:hover {
        background: #fff;
        color: #000;
    }

.btn-map {
    background: #d2a446;
    color: #fff;
}

    .btn-map:hover {
        background: #b89036;
    }

/* Main slider end  */


/*Bread Crumb*/
.breadcrumb {
    font-size: 16px;
}
.breadcrumbDiv {
    background-color: #f2f2f2;
}

.breadcrumb-item {
    font-size: 22px;
}



/*Cards */
.card-title {
    font-size:20px;
    font-weight: 600;
}

.card-text {
    font-size: 12px;
}

.card {
    border-radius: 0px;
}
.card-img-top {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}
.donate-btn {
    background: linear-gradient(#00BFFF, #4CB4FF);
    border: #00BFFF;
    border-radius: 30px;
    height: 45px;
    width: 140px;
    color: white;
    font-size: 16px;
    /*padding:12px 40px;*/
}
.navigation.active {
    right: 0;
    background: #000000;
    color:#ffffff;
}
p.foot_para {
    color: #DADADA;
    font-size: 18px;
    margin-top: 12px;
}
.foot {
    padding:0 50px 18px 50px;
}
.foot_logo{
    width:300px;
}
.submit-btn {
    background: linear-gradient(#00BFFF, #4CB4FF);
    border: #00BFFF;
    border-radius: 30px;
    color: white;
    /* height: 50px;
    width: 169px;*/
    font-size: 16px;
    padding: 10px 28px;
    margin-bottom: 2rem;
}



.copyright-txt {
    color: #7C7C7C;
    font-size: 14px;
}
.custom-container {
    width: 87% !important;
    max-width: 1728px !important;
    margin: 0 auto !important;
}

.custom-container2 {
    width: 94% !important;
    max-width: 1728px !important;
    margin: 0 0 0 auto !important;
}

@media (max-width: 995px) {

    .custom-container2 {
        width: 100% !important;
        max-width: 1728px !important;
        
    }

    .foot{
        padding:18px 0px;
    }
}



    .banner-btn {
        background-color: white;
        border: none;
        border-radius: 30px;
        color: black;
        height: 45px;
        width: 150px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }


    .sec-heading {
        font-size: 2.8rem;
        color: #2d2d2d;
        margin-bottom: 2rem;
        /*font-weight:600;*/
    }

    .para-text {
        font-size: 1.3rem;
        color: #5B5B5B;
        margin-bottom: 2rem;
        text-align:justify;
        line-height:1.7rem;
    }

    .para-header {
        font-size: 1.4rem;
        color: #434141;
        margin-bottom: 2rem;
        font-weight: 600;
    }

@media screen and (min-width:220px) and (max-width:750px) {
    .desk-banner {
        display: none;
    }

    .sec-heading {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .para-text, .highlights {
        font-size: 1.2rem !important;
        padding: 6px 0px;
        margin-bottom: 0;
    }
    .pull-out{
        font-size: 1.2rem !important;
    }
    .submit-btn {
        font-size: 12px;
    }
    .cu-link{
        font-size:16px !important;
    }
}
@media (min-width: 220px) and (max-width: 320px) {

    .grey-bg {
        padding: 15px 0px !important;
    }

    .sec-heading {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .para-text, .highlights {
        font-size: 1.2rem !important;
        padding: 6px 0px;
        margin-bottom: 0;
    }

    .cu-link {
        font-size: 14px !important;
    }
}

    @media screen and (min-width:750px) and (max-width:2880px) {
        .mob-banner {
            display: none;
        }

        .sec-heading {
            font-size: 2.5rem;
            margin-bottom: 1.2rem;
        }
    }

    .magic-letter, .para-magic-letter {
        background: -webkit-linear-gradient(#08BEFF, #47B5FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .magic-letter {
        font-style: italic;
    }

.read-more {
    color: #7BBA61;
    text-decoration: none;
    border-bottom: 2px solid #7BBA61;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    width: fit-content;
    line-height: 10px;
}
    /*.border{
    margin:0px 10px;
}
*/
    .grey-bg {
        background-color: #F7F7F7 !important;
    }

    .blue-bg {
        background-color: #F5FBFF !important;
    }

input, textarea {
    padding: 12px;
    border-radius: 3px;
    background: #F8F8F8;
    border: none;
    font-size: 1.2rem;
    width: 100%;
    color: #2d2d2d;
}

    input::placeholder, textarea::placeholder {
        color: #93989D;
    }

    input:focus, textarea:focus {
        outline: none;
    }
.form-select{
    padding:10px !important;
}

#contact .card {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: none
}
.custom-table thead th {
    background-color: #E5F8FF;
    color: #2D2D2D;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    text-align:center;
}

    .custom-table thead th span {
        color: #767676;
        font-size: 14px;
    }

.custom-table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
.custom-table.table thead th {
    border:none !important;
}

.lists li{
    list-style:disc;
}
.lists{
    margin-left:3%;
}

.highlights {
    color: black;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: justify;
    /* line-height: 0.7rem; */
}
.pull-out {
    /*color: #3F3F3F;*/
    color: black;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: justify;
    position: relative;
    padding: 15px 0;
    width:fit-content;
    /*line-height: 0.7rem;*/ 
   
}
    .pull-out::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;/* starts from left */
        width: 95%;
        height: 2px;
        background-color: #055087;
    }
    .pull-out::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0; /* starts from right */
        width: 95%;
        height: 2px;
        background-color: #055087;
    }
.testimonial-statement {
    color: #3F3F3F;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: justify;
    position: relative;
    padding:20px 30px;
    margin-left:-30px
}

.testimonial-statement::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4CB4FF30;
    transform: skew(-10deg);
    z-index: -1;
}

.testimonial-statement::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #4CB4FF33; 
    transform: skew(-10deg);
    z-index: -2;
}
@media screen and (max-width:576px) {
    .pull-out{
        margin-left: -10px;
        padding: 15px 20px;
    }
    .pull-out::after,.pull-out::before{
        transform: skew(0deg);
    }
    
}

/* Remove default numbering */
.custom-list {
    /*list-style: none;*/
    padding: 0;
    margin-left:20px;
}

    .custom-list li {
        /*display: flex;*/
        align-items: flex-start; /* Aligns icon and text at the top */
        /*margin-bottom: 12px;*/ 
    }

        .custom-list li::before {
/*            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url('../images/list-icon.png') no-repeat center center;*/
            background-size: contain;
            margin-right: 10px;
            flex-shrink: 0; /* Prevent shrinking */
            box-sizing: border-box; /* Includes padding, if added */
        }


    .custom-list .para-text {
        margin: 0;
    }




/*Tabs */


/*.cu-tab {*/
    /* text-decoration: none !important; */
    /*margin: 0;
    padding: 0 0 20px !important;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: none;
    color: #000;
}

.cu-item {
    display: table-cell;
}

.divider {
    position: relative;
}

    .divider:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 65%;
        right: 0;
        opacity: 0.5;
        top: 5px;
        background-color: #afafaf;
    }


.cu-tab .cu-link {
    border-bottom: solid;
    border-color: #fff #fff #dee2e6 #fff !important;
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
}

.cu-link:focus-visible {
    outline: 0;*/
    /*box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);*/
/*}

.cu-tab .cu-link.active {
    background: -webkit-linear-gradient(#08BEFF, #47B5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    border-bottom: solid;
    font-weight: bold;
    border-color: #fff #fff #47B5FF #fff !important;
}

.cu-tab .cu-link:hover {
    background: -webkit-linear-gradient(#08BEFF, #47B5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    border-bottom: solid;
    font-weight: bold;
    border-color: #fff #fff #47B5FF #fff !important;
}

.cu-tab a {
    color: #2D2D2D;
}*/


.Invalid{
    margin:0px;
    margin-top:5px;

}


.link {
    background: #007fac;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    border-bottom: 1px solid #007fac;
    font-size: 1.2rem;
    font-weight: 600;
}

.internal-link {
    /*font-size: 1.3rem;*/
    font-style:italic;
    background: -webkit-linear-gradient(#08BEFF, #47B5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
}

.custom-arrows {
    position: absolute;
    bottom: 0px;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: -webkit-fill-available;
}
.prev-arrow, .next-arrow {
    position: absolute;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}
.prev-arrow {
    /* left: 40%; */
    right: 58%;
    rotate: 180deg;
}
.next-arrow {
    left: 52%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    opacity: .25;
    color: #47B5FF !important;
    width: 20px;
    height: 20px;
    font-size: 8px !important;
}
 .slick-dots li.slick-active button:before {
    color: #47B5FF !important;
    opacity: 1;
}
.slick-arrow.slick-disabled{
    opacity:0.3
}