@import url('https://fonts.googleapis.com/css?family=Paprika');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(owl.theme.css);
@import url(owl.carousel.css);
@import url(slick.css);
@import url(flaticon.css);
@import url(font-awesome.min.css);
@import url(bootstrap-datetimepicker.css);
@import url(bootstrap-select.min.css);
@import url(normalize.css);
@import url(animate.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url('../fonts/nautilus-webfont.woff2') format('woff2'),
         url('../fonts/nautilus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Butler Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Regular'), url('../fonts/Butler_Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler UltraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Butler UltraLight'), url('../fonts/Butler_Ultra_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Light';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Light'), url('../fonts/Butler_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Medium'), url('../fonts/Butler_Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Bold'), url('../fonts/Butler_Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler ExtraBold'), url('../fonts/Butler_ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Black';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Black'), url('../fonts/Butler_Black.woff') format('woff');
    }


/* General Styles */
body {
    font-family: 'Butler Light';
    overflow-x: hidden;
    color: #f4edda;
}
body{
    color:#f4edda;
    font-size:16px;
    font-family: 'Butler Regular';
    line-height:1.80857;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #2f3b2f;
    margin: 0;
    font-family: 'Butler Regular';

}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #f4edda;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

ul, li, ol{
    margin:0px;
    padding:0px;
    list-style:none;
}

a {
    color: #f4edda;
    text-decoration: none;
    outline: none !important;
}

a:hover,
a:focus {
    color: #f4edda;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


html, body{ height: 100%; }

h1, h2, h3, h4, h5, h6 {
        font-family: 'Butler Light';
}

.font-heading {
    color: #f4edda;
    font-size: 40px;
    letter-spacing: 3px;
    font-family: 'Butler Light';
}

/*------------------------------------------------------------------
    BANNER AREA
-------------------------------------------------------------------*/
#heroCarousel {
    height: 100vh;
    min-height: 100%;
    overflow: hidden;
}

.carousel-inner, 
.carousel-item {
    height: 100%;
}

.banner-slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-attachment: fixed;
 
    z-index: 1;
}
.banner-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.banner-text {
    position: relative;
    z-index: 2;
    color: #f4edda;
    width: 100%;
    
}
.banner-text .logo img {
    height: 150px;
    opacity: 0.9;
    max-width: 80%;
    margin: 0 auto;
    z-index: 1;
}


.banner {
    background: url(../images/banner.jpg) no-repeat center center;
    background-attachment: scroll; /* better for mobile than fixed */
    background-size: cover;
    height: 100vh;
    min-height: 100%;
    transition: ease all 0.5s;
    /* -webkit-transition: ease all 0.5s; */
    display: flex;
    align-items: center;
    justify-content: center;
}
img.banner {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  


/* Loader */

#loader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 9999;
    height: 100%;
 }

#status  {
     width: 120px;
     height: 120px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     background-image: url(../images/raya_logo.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
 }
 @keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform:translate(-50%, -50%) rotate(360deg);
    }
}

/* Header */
/*.navbar {
    transition: all 0.3s ease;
    padding: 15px 0;
}*/

.navbar.scrolled {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 50px;
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #f4edda;
    font-weight: 500;
    padding: 2px 19px;
    transition: all 0.3s ease;
}
.header-block-top .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 15px;
    display: inline-block;
    line-height: normal;
    font-size: 100%;
    height: 100%;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #f4edda;
}

/* Banner */
.banner {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
/*    margin-top: -80px;*/
    z-index: 1;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: -1;
}

.banner-text {
    color: #f4edda;
    text-align: center;
}




.block-title {
    font-size: 2.5rem;
    margin-bottom: -1.0rem;
    position: relative;
    display: inline-block;
}
/*
.block-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #2f3b2f;
}*/

/* Sections */
.section {
    padding: 80px 0;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

/* Menu */
.nav-tabs {
    border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-link {
    color: #555;
    font-weight: 600;
    border: none;
    padding: 12px 20px;
    margin-right: 5px;
}

.nav-tabs .nav-link.active {
    color: #2f3b2f;
    background-color: transparent;
    border-bottom: 3px solid #2f3b2f;
}

.menu-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #f4edda;
}

.menu-item h4 {
    color: #2f3b2f;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.menu-item p {
    margin-bottom: 0;
}

/* Testimonials */
.testimonials .card {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: #f4edda;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonials .card:hover {
    transform: translateY(-5px);
}

.testimonials .card-title {
    color: #2f3b2f;
}

/* Gallery */
/*------------------------------------------------------------------
    GALLERY AREA
-------------------------------------------------------------------*/

.gallery-main{
    
}

/* new gallery */

.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(231, 91, 30, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #f4edda;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #f4edda;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #f4edda;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 80px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(7, 0, 0, 0.5);
    color: #f4edda;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color:#f4edda;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

.title-caption {
    letter-spacing: 0.16px;
/*    padding: 0px 120px 20px; */
    color:#2f3b2f;
    font-size: 16px;
    font-family: 'Butler Regular';
}
.color-white {
    color: #f4edda;
}



/* Footer */
.footer-main {
    color: #f4edda;
/*    padding: 60px 0 0;*/
    margin-top: 0px;
    font-family: 'Butler Regular';
    line-height: 1.80857;
}

/*.footer-main h3 {
    color: #2f3b2f;
    margin-bottom: 20px;
    font-size: 1.3rem;
}*/

.footer-main a {
    color: #f4edda;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-main a:hover {
/*    color: #2f3b2f;*/
background-color: transparent;
}


.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
/*    background: rgba(255, 255, 255, 0.1);*/
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #2f3b2f;
    color: #f4edda;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
}

/* Scroll to top button */
.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background-color:#2f3b2f ;
    color: #fff;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    padding: 0;
    border: none;
}

.scroll-top i {
    margin: 0;
    padding: 0;
    line-height: 1;
}


/* Hover effects */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #f4edda;
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.btn-primary {
    background-color: #2f3b2f;
    border-color: #2f3b2f;
}
.book-btn a{
    /*background:#e75b1e;*/
    color:#f4edda;
    min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-size:18px;
}
.book-btn a:hover {

background-color: transparent;
}

.order-button{
    background: #2f3b2f;
    border: 3px solid #2f3b2f;
}
.btn-primary:hover {
    background-color: #2f3b2f;
    border-color: #2f3b2f;
}
.btn:hover .btn.active {
    color: #2f3b2f;

}

/* Fixed Header Styles */
.header-block-top {
    transition: all 0.3s ease;
    background-color: transparent;
    backdrop-filter: blur(0);
}
.main-menu .navbar-default{
    background-color:transparent;
}
.main-menu .navbar{
    min-height:inherit;
    border-radius:0px;
    border:none;
    margin:0px;
}
.main-menu nav .navbar-header .navbar-brand {
    height:inherit;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.main-menu nav .navbar-header .navbar-brand img {
    height: 50px; 
    margin-right: 5px;
}
.main-menu nav .navbar-header .navbar-brand .title.font-heading {
    color: #f4edda;
    font-size: 40px;
    letter-spacing: 3px;
    font-family: 'Butler Light';
}
.main-menu nav .navbar-header .navbar-brand .description.font-title {
    color: #f4edda;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
.main-menu .navbar-default .navbar-nav li a{
    color:#f4edda;
}
.main-menu nav li a{
    padding: 28px 0;
    margin: 0 14px;
    color: #f4edda;
    font-family: 'Butler Regular';
    letter-spacing: 1.6px;
    position:relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-weight: normal;
    font-size: 16px;
}

.main-menu nav li a::after,  .main-menu nav li a::before{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.main-menu nav li a::before {
    background: #f4edda;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu nav li.active a::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu nav li.active a::after, .main-menu nav li.active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);

}

.main-menu nav li.active a::after{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    
}

.main-menu nav li a:hover::before, .main-menu nav li a:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu .navbar-default .navbar-nav .active a{
    background-color:transparent;
}

.header-block-top.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #2f3b2f;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px #2f3b2f;
    z-index: 1000;
    padding: -5px 0 12px 0;

    animation: fadeInDown 0.5s ease;
}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #2f3b2f;    
        padding: 20px;
        margin-top: 15px;
    }
    
    .banner {
        min-height: 500px;
    }
    
    .block-title {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding: 60px 0;
    }
    
    .banner {
        min-height: 400px;
    }
    
    .block-title {
        font-size: 1.8rem;
    }
    
    .nav-tabs .nav-link {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
}

/* Navigation Underline Animation */
.navbar-nav .nav-link {
    position: relative;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

/* Underline effect */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #f4edda;
    transition: all 0.3s ease;
}

/* Hover state */
.navbar-nav .nav-link:hover {
    color: #f4edda;
}

.navbar-nav .nav-link:hover::after {
    width: calc(100% - 30px); /* 30px accounts for padding */
}

/* Active state */
.navbar-nav .nav-link.active {
    color: #f4edda;
    font-weight: 500;
}

.navbar-nav .nav-link.active::after {
    width: calc(100% - 30px);
    background: #f4edda; /* Orange color for active state */
}


/*About*/


.about-main{
    background:#E6E6E6;
}

.about-main p {
    color: #6b6b6b;    
}

.about-content {
    max-width: 700px;
    margin:  0 auto;
}
.pad-top-100{
    padding-top: 90px;
}
.pad-bottom-100{
    padding-bottom: 90px;
}

.pad-top-70{
    padding-top: 70px;
}
.pad-top-50{
    padding-top: 50px;
}
.pad-bottom-70{
    padding-bottom: 70px;
}

.block-title{
    font-size:52px;
    font-family: 'Butler Regular';
}

.about-images {
    text-align: center;
    position: relative;
}

.about-main h3{

    font-size:20px;
}

.left-btn{
    padding-top:10px;
}


.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 100%;
}

.about-inset {
    position: absolute;
    top: 0;
    right: 0;
}

/*------------------------------------------------------------------
    MENU AREA
-------------------------------------------------------------------*/


.menu-main {
    background-color: #2f3b2f;
    background-position: center;
    background-size: cover;
}
.menu-main .block-title,
.team-main .block-title {
    color: #f4edda;
    font-family: 'Butler Light';
}
.menu-main .title-caption{
    color: #f4edda;
}
.tab-title-menu {
    text-align:center;
}

.tab-title-menu h2{
    display: inline-block;
    padding-top: 10px;
}

.tab-title-menu p{
    font-size:35px;
    padding-top:0px;
}
.tab-title-menu p {
    color:#000;
}

.tab-menu {
    padding: 2px 0px;
}

.offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.offer-item img {
    width: 20%;
    float: left;
    padding: 10px;
    background: #f4edda;
    border-radius: 50%;
}

.offer-item div {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font-size: 26px;
    font-family: 'Butler Regular';
    text-align: center;
    letter-spacing: .5px;
}

.offer-item div h3 {
    font-size: 20px;
    margin: 9px 0 0px;
    font-family: 'Butler Regular';
    font-weight: 400;
    letter-spacing: .5px;
}

.offer-item div p {
    color: #6b6b6b;
}


.tab-menu .slick-prev.slick-arrow {
    display:none;
}
.tab-menu .slider.slider-single{
    border-top:1px solid #ccc;
    padding-top:25px;
}

.tab-menu .slick-initialized .slick-slide{
    outline:none;
}

.tab-menu .is-active h2{
    color:#f4edda;
    border-bottom: 1px solid #f4edda;
}
.tab-menu .is-active p{
    color:#f4edda;
}
.menu-main .nav-tabs {
    border: 0;
    text-align: center;
}
.menu-main .nav-tabs>li>button {
    border: 0;
    color: #2f3b2f;
    font-weight:500;
    font-size: 20px;
    font-family: 'Butler Regular';
}
.menu-main .nav-tabs>li.active>a, 
.menu-main .nav-tabs>li.active>a:hover, 
.menu-main .nav-tabs>li.active>a:focus {
    border: 0;
    background-color: transparent;
    font-family: 'Butler Regular';
}
.menu-main .nav-tabs>li>a:hover {
    border-color: transparent;
}
.menu-main .nav>li>a:hover, 
.nav>li>a:focus {
    background-color: transparent;
}
.menu-main .nav-tabs>li {
    float: none;
    display: inline-block;
}
.menu-main .menu-col {
    max-width: 720px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    background-color: #f0ecdc;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensures the background stays contained */
}

/* Background image styling */
.menu-main .menu-col::before {
    content: "";
    background-image: url(../images/menu-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

.menu-main .nav-tabs,
.menu-main .tab-content {
    position: relative;
    z-index: 1; /* Bring content above background */
}

/* Alternative better solution */
.menu-main .menu-col {
    position: relative;
    isolation: isolate; /* Creates new stacking context without z-index issues */
}

.menu-main .menu-col::before {
    z-index: -1; /* Now this will definitely stay behind */
}

.menu-main .tab-content {
    margin-top: 40px;
    text-align: center;
}
.menu-main .tab-content h2 {
    
    margin-bottom: 20px;
    font-family: 'Butler Regular';
}
.menu-main .tab-content h4 {
    font-size: 20px;
}
.menu-main .tab-content p {
    color: #2f3b2f;
}
.menu-main .tab-content .menu-item {
    border-bottom: 1px solid #d9c9af;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.menu-main .tab-content .menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*------------------------------------------------------------------
    TEAM AREA
-------------------------------------------------------------------*/

.team-main{
    background:url(../images/gal_6.DNG) no-repeat center;
    background-attachment:fixed;
    background-size:cover;
    position:relative;
}

.team-main:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.team-main .block-title,
.team-main .title-caption {
    color:#f4edda;
}

.sf-team{
    float: left;
    width: 100%;
}
.team-box .col-md-4.col-sm-6 {
    display: flex;
    display: -webkit-flex;
}
.sf-team .thumb {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.sf-team .text-col {
    float: left;
    width: 100%;
    color: #f4edda;
    padding: 25px 20px;
    border: 1px solid #f4edda;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    background:#2f3b2f;
}

.sf-team .thumb a img{
    width:100%;
}

.sf-team:hover .text-col{
    border: 1px solid rgba(0,0,0,0);
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
.sf-team:hover .thumb img {
    opacity: 0.6;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;    
}

.text-col h3{
    font-family: 'Butler Regular';
    font-size:28px;
    color: #f4edda;
}

.sf-team:hover .team-social {
    border-color: #f4edda;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.team-social {
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    border-top: 1px solid;
}

.team-social li {
    display: inline-block;
    padding: 0 4px;
}

.sf-team:hover .team-social li a {
    border: 1px solid rgba(0,0,0,0);
    background: #f4edda;
    color: #222;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.team-social li a {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #f4edda;
    border-radius: 100%;
    color: #f4edda;
    font-size: 16px;
    display: block;
}

.sf-team:hover .text-col h3, .sf-team:hover .text-col p {
    color: #f4edda;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}


/*------------------------------------------------------------------
    FOOTER AREA
-------------------------------------------------------------------*/

.footer-main{}
.footer-news{
    background:url(../images/newsletter-bg.jpg) no-repeat center;
    background-attachment:fixed;
    background-size:cover;
    position:relative;
}

.footer-news::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.ft-title.color-white {
    color: #f4edda;
}
.ft-title {
    letter-spacing: 0.96px;
    margin-bottom: 22px;
    font-family: 'Butler Regular';
    font-size: 52px;
}

.footer-news p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Butler Regular';
    color:#f4edda;
    text-align:center;
}

.footer-news form{
    max-width:650px;
    margin: 0 auto;
    text-align:center;
    width:100%;
    position:relative;
}

.footer-news form input{
    width:100%;
    border:2px dotted #ccc;
    background:#f5f5f5;
    color:#202020;
    padding:12px;
    text-transform:capitalize;
    border-radius: 4px;
    opacity: 1;
    min-height:53px;
}
.footer-news form a{
    border:2px dotted #ccc;
    padding: 0px 19px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    min-width: inherit;
    height: 53px;
    line-height: 51px;
    color:#f4edda;
}

.footer-news form a:hover{
    background:#f5f5f5;
    color:#202020;
}

.footer-box{
    background:#202020;
}

/*.footer-in-main{
    max-width:960px;
    margin:0 auto;
    width:100%;
}*/

.footer-logo{
    padding-bottom:40px;
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 0px;
    padding: 10px 0;
}
.footer-box {
    background-image:-moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(..images/footer_background.html);
    background-image:-webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
    background-image:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
    background-color:#111;background-position:center;background-repeat:no-repeat;background-size:cover
    }
.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px;
}
.footer-box .social-circle-border{
    background-color: transparent;
    color: #f4edda;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-circle-border {
    font-size: 20px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    color: #6f6f6f;
    text-align: center;
}


.footer-box-a h3{
    font-size:24px;
    font-family: 'Butler Regular';
}
.footer-box-a p{
    font-size: 14px;
    font-family: 'Butler Regular';
    color:#f4edda;
    line-height: 25px;
}


.footer-box-b h3{
    font-size:24px;
    font-family: 'Butler Regular';
}
.footer-box-b p{
    font-size: 14px;
    font-family: 'Butler Regular';
    color:#f4edda;
}
.footer-box-b ul li{
    line-height:30px;
}
.footer-box-b ul li a{
    color:#f4edda;
}

.footer-box-b ul li a:hover{
    padding-left:5px;
}   

.footer-box-c h3{
    font-size:24px;
    font-family: 'Butler Regular';
}
.footer-box-c p{
    font-size: 14px;
    font-family: 'Butler Regular';
    color:#f4edda;
}


.footer-box-c p i{
    font-size: 20px;
    position: relative;
    top: 4px;
    float: left;
    min-width: 20px;
    text-align: center;
}

.footer-box-c p span{
    display: table;
    padding-left: 12px;
    padding-top:1px;
}

.footer-box-c p a{
    color:#f4edda;
}



.footer-box-d h3{
    font-size:24px;
    font-family: 'Butler Regular';
}
.footer-box-d p{
    font-size: 14px;
    font-family: 'Butler Regular';
    color:#f4edda;
}

.footer-box-d ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.footer-box-d ul li{
    display: inline-block;
    width: 100%;
    padding-bottom:12px;
}
.footer-box-d ul li p{
    padding:0px;
    margin:0px;
}
.footer-box-d ul li span{
    color: #f4edda;
}

/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/

.copyright-main{
    border-top: 2px solid #f4edda;
    text-align:center;
    padding-top:25px;
    margin-top:70px;
    padding-bottom:25px;
}

.copyright-main .copy-title{
    letter-spacing: 1px;
    color:#f4edda;
    font-family: 'Butler Regular';
    font-size:14px;
    padding-bottom:0px;
}

a:hover, a:focus {
    color: #f4edda;
}

/* Common Header style */
.right-actions {
    gap: 0.5rem; /* Consistent spacing between elements */
}

/* Ensure buttons maintain proper height */
.right-actions .btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}

/* Cart icon alignment */
.right-actions .nav-link {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}
.rounded-pill{
    background:  #f4edda;
    color:#2f3b2f
}
/* Allert info  on menu page */
.alert{
    background: #2f3b2f;
    color: #f4edda;
    border: none;
    font-family: 'Butler UltraLight';
}
.btn-close{
    background-color: #f4edda;

}


.btn:active{
    background-color: transparent;
}

@import url('https://fonts.googleapis.com/css?family=Paprika');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(owl.theme.css);
@import url(owl.carousel.css);
@import url(slick.css);
@import url(flaticon.css);
@import url(font-awesome.min.css);
@import url(bootstrap-datetimepicker.css);
@import url(bootstrap-select.min.css);
@import url(normalize.css);
@import url(animate.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url('../fonts/nautilus-webfont.woff2') format('woff2'),
         url('../fonts/nautilus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Butler Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Regular'), url('../fonts/Butler_Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler UltraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Butler UltraLight'), url('../fonts/Butler_Ultra_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Light';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Light'), url('../fonts/Butler_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Medium'), url('../fonts/Butler_Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Bold'), url('../fonts/Butler_Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler ExtraBold'), url('../fonts/Butler_ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Black';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Black'), url('../fonts/Butler_Black.woff') format('woff');
    }


/* General Styles */
body {
    font-family: 'Butler Light';
    overflow-x: hidden;
    color: #f4edda;
}
body{
    color:#f4edda;
    font-size:16px;
    font-family: 'Butler Regular';
    line-height:1.80857;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #2f3b2f;
    margin: 0;
    font-family: 'Butler Regular';

}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #f4edda;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

ul, li, ol{
    margin:0px;
    padding:0px;
    list-style:none;
}

a {
    color: #f4edda;
    text-decoration: none;
    outline: none !important;
}

a:hover,
a:focus {
    color: #f4edda;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


html, body{ height: 100%; }

h1, h2, h3, h4, h5, h6 {
        font-family: 'Butler Light';
}

.font-heading {
    color: #f4edda;
    font-size: 40px;
    letter-spacing: 3px;
    font-family: 'Butler Light';
}

/*------------------------------------------------------------------
    BANNER AREA
-------------------------------------------------------------------*/
#heroCarousel {
    height: 100vh;
    min-height: 100%;
    overflow: hidden;
}

.carousel-inner, 
.carousel-item {
    height: 100%;
}

.banner-slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-attachment: fixed;
 
    z-index: 1;
}
.banner-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.banner-text {
    position: relative;
    z-index: 2;
    color: #f4edda;
    width: 100%;
    
}
.banner-text .logo img {
    height: 150px;
    opacity: 0.9;
    max-width: 80%;
    margin: 0 auto;
    z-index: 1;
}


.banner {
    background: url(../images/banner.jpg) no-repeat center center;
    background-attachment: scroll; /* better for mobile than fixed */
    background-size: cover;
    height: 100vh;
    min-height: 100%;
    transition: ease all 0.5s;
    /* -webkit-transition: ease all 0.5s; */
    display: flex;
    align-items: center;
    justify-content: center;
}
img.banner {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  


/* Loader */

#loader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 9999;
    height: 100%;
 }

#status  {
     width: 120px;
     height: 120px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     background-image: url(../images/raya_logo.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
 }
 @keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform:translate(-50%, -50%) rotate(360deg);
    }
}

/* Header */
/*.navbar {
    transition: all 0.3s ease;
    padding: 15px 0;
}*/

.navbar.scrolled {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 50px;
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #f4edda;
    font-weight: 500;
    padding: 2px 19px;
    transition: all 0.3s ease;
}
.header-block-top .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 15px;
    display: inline-block;
    line-height: normal;
    font-size: 100%;
    height: 100%;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #f4edda;
}

/* Banner */
.banner {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
/*    margin-top: -80px;*/
    z-index: 1;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: -1;
}

.banner-text {
    color: #f4edda;
    text-align: center;
}




.block-title {
    font-size: 2.5rem;
    margin-bottom: -1.0rem;
    position: relative;
    display: inline-block;
}
/*
.block-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #2f3b2f;
}*/

/* Sections */
.section {
    padding: 80px 0;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

/* Menu */
.nav-tabs {
    border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-link {
    color: #555;
    font-weight: 600;
    border: none;
    padding: 12px 20px;
    margin-right: 5px;
}

.nav-tabs .nav-link.active {
    color: #2f3b2f;
    background-color: transparent;
    border-bottom: 3px solid #2f3b2f;
}

.menu-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #f4edda;
}

.menu-item h4 {
    color: #2f3b2f;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.menu-item p {
    margin-bottom: 0;
}

/* Testimonials */
.testimonials .card {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: #f4edda;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonials .card:hover {
    transform: translateY(-5px);
}

.testimonials .card-title {
    color: #2f3b2f;
}

/* Gallery */
/*------------------------------------------------------------------
    GALLERY AREA
-------------------------------------------------------------------*/

.gallery-main{
    
}

/* new gallery */

.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(231, 91, 30, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #f4edda;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #f4edda;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #f4edda;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 80px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(7, 0, 0, 0.5);
    color: #f4edda;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color:#f4edda;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

.title-caption {
    letter-spacing: 0.16px;
/*    padding: 0px 120px 20px; */
    color:#2f3b2f;
    font-size: 16px;
    font-family: 'Butler Regular';
}
.color-white {
    color: #f4edda;
}



/* Footer */
.footer-main {
    color: #f4edda;
/*    padding: 60px 0 0;*/
    margin-top: 0px;
    font-family: 'Butler Regular';
    line-height: 1.80857;
}

/*.footer-main h3 {
    color: #2f3b2f;
    margin-bottom: 20px;
    font-size: 1.3rem;
}*/

.footer-main a {
    color: #f4edda;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-main a:hover {
/*    color: #2f3b2f;*/
background-color: transparent;
}


.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
/*    background: rgba(255, 255, 255, 0.1);*/
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #2f3b2f;
    color: #f4edda;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
}

/* Scroll to top button */
.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background-color:#2f3b2f ;
    color: #fff;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    padding: 0;
    border: none;
}

.scroll-top i {
    margin: 0;
    padding: 0;
    line-height: 1;
}


/* Hover effects */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #f4edda;
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.btn-primary {
    background-color: #2f3b2f;
    border-color: #2f3b2f;
}
.book-btn a{
    /*background:#e75b1e;*/
    color:#f4edda;
    min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-size:18px;
}
.book-btn a:hover {

background-color: transparent;
}

.order-button{
    background: #2f3b2f;
    border: 3px solid #2f3b2f;
}
.btn-primary:hover {
    background-color: #2f3b2f;
    border-color: #2f3b2f;
}
.btn:hover .btn.active {
    color: #2f3b2f;

}

/* Fixed Header Styles */
.header-block-top {
    transition: all 0.3s ease;
    background-color: transparent;
    backdrop-filter: blur(0);
}
.main-menu .navbar-default{
    background-color:transparent;
}
.main-menu .navbar{
    min-height:inherit;
    border-radius:0px;
    border:none;
    margin:0px;
}
.main-menu nav .navbar-header .navbar-brand {
    height:inherit;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.main-menu nav .navbar-header .navbar-brand img {
    height: 50px; 
    margin-right: 5px;
}
.main-menu nav .navbar-header .navbar-brand .title.font-heading {
    color: #f4edda;
    font-size: 40px;
    letter-spacing: 3px;
    font-family: 'Butler Light';
}
.main-menu nav .navbar-header .navbar-brand .description.font-title {
    color: #f4edda;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
.main-menu .navbar-default .navbar-nav li a{
    color:#f4edda;
}
.main-menu nav li a{
    padding: 28px 0;
    margin: 0 14px;
    color: #f4edda;
    font-family: 'Butler Regular';
    letter-spacing: 1.6px;
    position:relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-weight: normal;
    font-size: 16px;
}

.main-menu nav li a::after,  .main-menu nav li a::before{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.main-menu nav li a::before {
    background: #f4edda;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu nav li.active a::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu nav li.active a::after, .main-menu nav li.active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);

}

.main-menu nav li.active a::after{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    
}

.main-menu nav li a:hover::before, .main-menu nav li a:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu .navbar-default .navbar-nav .active a{
    background-color:transparent;
}

.header-block-top.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #2f3b2f;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px #2f3b2f;
    z-index: 1000;
    padding: -5px 0 12px 0;

    animation: fadeInDown 0.5s ease;
}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #2f3b2f;    
        padding: 20px;
        margin-top: 15px;
    }
    
    .banner {
        min-height: 500px;
    }
    
    .block-title {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding: 60px 0;
    }
    
    .banner {
        min-height: 400px;
    }
    
    .block-title {
        font-size: 1.8rem;
    }
    
    .nav-tabs .nav-link {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
}

/* Navigation Underline Animation */
.navbar-nav .nav-link {
    position: relative;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

/* Underline effect */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #f4edda;
    transition: all 0.3s ease;
}

/* Hover state */
.navbar-nav .nav-link:hover {
    color: #f4edda;
}

.navbar-nav .nav-link:hover::after {
    width: calc(100% - 30px); /* 30px accounts for padding */
}

/* Active state */
.navbar-nav .nav-link.active {
    color: #f4edda;
    font-weight: 500;
}

.navbar-nav .nav-link.active::after {
    width: calc(100% - 30px);
    background: #f4edda; /* Orange color for active state */
}


/*About*/


.about-main{
    background:#E6E6E6;
}

.about-main p {
    color: #6b6b6b;    
}

.about-content {
    max-width: 700px;
    margin:  0 auto;
}
.pad-top-100{
    padding-top: 90px;
}
.pad-bottom-100{
    padding-bottom: 90px;
}

.pad-top-70{
    padding-top: 70px;
}
.pad-top-50{
    padding-top: 50px;
}
.pad-bottom-70{
    padding-bottom: 70px;
}

.block-title{
    font-size:52px;
    font-family: 'Butler Regular';
}

.about-images {
    text-align: center;
    position: relative;
}

.about-main h3{

    font-size:20px;
}

.left-btn{
    padding-top:10px;
}


.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 100%;
}

.about-inset {
    position: absolute;
    top: 0;
    right: 0;
}

/*------------------------------------------------------------------
    MENU AREA
-------------------------------------------------------------------*/


.menu-main {
    background-color: #2f3b2f;
    background-position: center;
    background-size: cover;
}
.menu-main .block-title,
.team-main .block-title {
    color: #f4edda;
    font-family: 'Butler Light';
}
.menu-main .title-caption{
    color: #f4edda;
}
.tab-title-menu {
    text-align:center;
}

.tab-title-menu h2{
    display: inline-block;
    padding-top: 10px;
}

.tab-title-menu p{
    font-size:35px;
    padding-top:0px;
}
.tab-title-menu p {
    color:#000;
}

.tab-menu {
    padding: 2px 0px;
}

.offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.offer-item img {
    width: 20%;
    float: left;
    padding: 10px;
    background: #f4edda;
    border-radius: 50%;
}

.offer-item div {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font-size: 26px;
    font-family: 'Butler Regular';
    text-align: center;
    letter-spacing: .5px;
}

.offer-item div h3 {
    font-size: 20px;
    margin: 9px 0 0px;
    font-family: 'Butler Regular';
    font-weight: 400;
    letter-spacing: .5px;
}

.offer-item div p {
    color: #6b6b6b;
}


.tab-menu .slick-prev.slick-arrow {
    display:none;
}
.tab-menu .slider.slider-single{
    border-top:1px solid #ccc;
    padding-top:25px;
}

.tab-menu .slick-initialized .slick-slide{
    outline:none;
}

.tab-menu .is-active h2{
    color:#f4edda;
    border-bottom: 1px solid #f4edda;
}
.tab-menu .is-active p{
    color:#f4edda;
}
.menu-main .nav-tabs {
    border: 0;
    text-align: center;
}
.menu-main .nav-tabs>li>button {
    border: 0;
    color: #2f3b2f;
    font-weight:500;
    font-size: 20px;
    font-family: 'Butler Regular';
}
.menu-main .nav-tabs>li.active>a, 
.menu-main .nav-tabs>li.active>a:hover, 
.menu-main .nav-tabs>li.active>a:focus {
    border: 0;
    background-color: transparent;
    font-family: 'Butler Regular';
}
.menu-main .nav-tabs>li>a:hover {
    border-color: transparent;
}
.menu-main .nav>li>a:hover, 
.nav>li>a:focus {
    background-color: transparent;
}
.menu-main .nav-tabs>li {
    float: none;
    display: inline-block;
}
.menu-main .menu-col {
    max-width: 720px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    background-color: #f0ecdc;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensures the background stays contained */
}

/* Background image styling */
.menu-main .menu-col::before {
    content: "";
    background-image: url(../images/menu-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

.menu-main .nav-tabs,
.menu-main .tab-content {
    position: relative;
    z-index: 1; /* Bring content above background */
}

/* Alternative better solution */
.menu-main .menu-col {
    position: relative;
    isolation: isolate; /* Creates new stacking context without z-index issues */
}

.menu-main .menu-col::before {
    z-index: -1; /* Now this will definitely stay behind */
}

.menu-main .tab-content {
    margin-top: 40px;
    text-align: center;
}
.menu-main .tab-content h2 {
    
    margin-bottom: 20px;
    font-family: 'Butler Regular';
}
.menu-main .tab-content h4 {
    font-size: 20px;
}
.menu-main .tab-content p {
    color: #2f3b2f;
}
.menu-main .tab-content .menu-item {
    border-bottom: 1px solid #d9c9af;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.menu-main .tab-content .menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*------------------------------------------------------------------
    TEAM AREA
-------------------------------------------------------------------*/

.team-main{
    background:url(../images/gal_6.DNG) no-repeat center;
    background-attachment:fixed;
    background-size:cover;
    position:relative;
}

.team-main:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.team-main .block-title,
.team-main .title-caption {
    color:#f4edda;
}

.sf-team{
    float: left;
    width: 100%;
}
.team-box .col-md-4.col-sm-6 {
    display: flex;
    display: -webkit-flex;
}
.sf-team .thumb {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.sf-team .text-col {
    float: left;
    width: 100%;
    color: #f4edda;
    padding: 25px 20px;
    border: 1px solid #f4edda;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    background:#2f3b2f;
}

.sf-team .thumb a img{
    width:100%;
}

.sf-team:hover .text-col{
    border: 1px solid rgba(0,0,0,0);
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
.sf-team:hover .thumb img {
    opacity: 0.6;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;    
}

.text-col h3{
    font-family: 'Butler Regular';
    font-size:28px;
    color: #f4edda;
}

.sf-team:hover .team-social {
    border-color: #f4edda;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.team-social {
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    border-top: 1px solid;
}

.team-social li {
    display: inline-block;
    padding: 0 4px;
}

.sf-team:hover .team-social li a {
    border: 1px solid rgba(0,0,0,0);
    background: #f4edda;
    color: #222;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.team-social li a {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #f4edda;
    border-radius: 100%;
    color: #f4edda;
    font-size: 16px;
    display: block;
}

.sf-team:hover .text-col h3, .sf-team:hover .text-col p {
    color: #f4edda;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}


/*------------------------------------------------------------------
    FOOTER AREA
-------------------------------------------------------------------*/

.footer-main{}
.footer-news{
    background:url(../images/newsletter-bg.jpg) no-repeat center;
    background-attachment:fixed;
    background-size:cover;
    position:relative;
}

.footer-news::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.ft-title.color-white {
    color: #f4edda;
}
.ft-title {
    letter-spacing: 0.96px;
    margin-bottom: 22px;
    font-family: 'Butler Regular';
    font-size: 52px;
}

.footer-news p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Butler Regular';
    color:#f4edda;
    text-align:center;
}

.footer-news form{
    max-width:650px;
    margin: 0 auto;
    text-align:center;
    width:100%;
    position:relative;
}

.footer-news form input{
    width:100%;
    border:2px dotted #ccc;
    background:#f5f5f5;
    color:#202020;
    padding:12px;
    text-transform:capitalize;
    border-radius: 4px;
    opacity: 1;
    min-height:53px;
}
.footer-news form a{
    border:2px dotted #ccc;
    padding: 0px 19px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    min-width: inherit;
    height: 53px;
    line-height: 51px;
    color:#f4edda;
}

.footer-news form a:hover{
    background:#f5f5f5;
    color:#202020;
}

.footer-box{
    background:#202020;
}

/*.footer-in-main{
    max-width:960px;
    margin:0 auto;
    width:100%;
}*/

.footer-logo{
    padding-bottom:40px;
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 0px;
    padding: 10px 0;
}
.footer-box {
    background-image:-moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(..images/footer_background.html);
    background-image:-webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
    background-image:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
    background-color:#111;background-position:center;background-repeat:no-repeat;background-size:cover
    }
.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px;
}
.footer-box .social-circle-border{
    background-color: transparent;
    color: #f4edda;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-circle-border {
    font-size: 20px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    color: #6f6f6f;
    text-align: center;
}


.footer-box-a h3{
    font-size:24px;
    font-family: 'Butler Regular';
}
.footer-box-a p{
    font-size: 14px;
    font-family: 'Butler Regular';
    color:#f4edda;
    line-height: 25px;
}


.footer-box-b h3{
    font-size:24px;
    font-family: 'Butler Regular';
}
.footer-box-b p{
    font-size: 14px;
    font-family: 'Butler Regular';
    color:#f4edda;
}
.footer-box-b ul li{
    line-height:30px;
}
.footer-box-b ul li a{
    color:#f4edda;
}

.footer-box-b ul li a:hover{
    padding-left:5px;
}   

.footer-box-c h3{
    font-size:24px;
    font-family: 'Butler Regular';
}
.footer-box-c p{
    font-size: 14px;
    font-family: 'Butler Regular';
    color:#f4edda;
}


.footer-box-c p i{
    font-size: 20px;
    position: relative;
    top: 4px;
    float: left;
    min-width: 20px;
    text-align: center;
}

.footer-box-c p span{
    display: table;
    padding-left: 12px;
    padding-top:1px;
}

.footer-box-c p a{
    color:#f4edda;
}



.footer-box-d h3{
    font-size:24px;
    font-family: 'Butler Regular';
}
.footer-box-d p{
    font-size: 14px;
    font-family: 'Butler Regular';
    color:#f4edda;
}

.footer-box-d ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.footer-box-d ul li{
    display: inline-block;
    width: 100%;
    padding-bottom:12px;
}
.footer-box-d ul li p{
    padding:0px;
    margin:0px;
}
.footer-box-d ul li span{
    color: #f4edda;
}

/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/

.copyright-main{
    border-top: 2px solid #f4edda;
    text-align:center;
    padding-top:25px;
    margin-top:70px;
    padding-bottom:25px;
}

.copyright-main .copy-title{
    letter-spacing: 1px;
    color:#f4edda;
    font-family: 'Butler Regular';
    font-size:14px;
    padding-bottom:0px;
}

a:hover, a:focus {
    color: #f4edda;
}

/* Common Header style */
.right-actions {
    gap: 0.5rem; /* Consistent spacing between elements */
}

/* Ensure buttons maintain proper height */
.right-actions .btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}

/* Cart icon alignment */
.right-actions .nav-link {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}
.rounded-pill{
    background:  #f4edda;
    color:#2f3b2f
}
/* Allert info  on menu page */
.alert{
    background: #2f3b2f;
    color: #f4edda;
    border: none;
    font-family: 'Butler UltraLight';
}
.btn-close{
    background-color: #f4edda;

}
.btn:active{
    background-color: transparent;
}

/* Fix for mobile footer social icons */
@media (max-width: 768px) {
    .footer-box-c .d-flex.gap-2 {
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 15px !important;
        /* margin-top: 20px !important; */
    }
    
    .footer-box-c .d-flex.gap-2 a:hover {
        background-color: #f4edda;
        transform: translateY(-3px);
    }
    
    .footer-box-c .d-flex.gap-2 a:hover .social-icon {
        color: #2f3b2f;
    }
    
    .social-icon {
        font-size: 18px;
        color: #f4edda;
        transition: all 0.3s ease;
    }
    /* Center all content in footer boxes on mobile */
    .footer-box-b, .footer-box-d {
        text-align: center !important;
    }
    
    /* Center the order button */
    .book-btn {
        display: flex;
        justify-content: center;
    }
}
