/*--------------------
   1. BASE CSS
----------------------*/

/* Importing necessary fonts */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Lato:wght@400;700&family=PT+Sans+Narrow:wght@400;700&family=Raleway:wght@300;700;900&family=Plus+Jakarta+Sans&display=swap');

/* Reset and base box model */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HTML and body base styles */
html, body {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

/* Heading styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
}

/* Anchor styles */
a {
    color: #534730; /* Primary/Text color */
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #333; /* Slightly darker for hover contrast */
}


a:focus {
    outline: 0;
}

/* Responsive images */
img {
    max-width: 100%;
    height: auto;
}

/* Alignment utility classes */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

/* Remove Chrome input autofill yellow background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Utility classes */
.section-padding {
    padding: 80px 0; /* Most recent value from second file */
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.margin-top {
    margin-top: 40px;
}

.margin-bottom {
    margin-bottom: 40px;
}

.gray-bg {
    background: #f3f4f4;
}

.big-text {
    float: left;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: -4px;
    margin-right: 10px;
    line-height: 1;
}
  /*--------------------------
           2. TOP AREA
        --------------------------*/

        .top-area {
            height: 100%;
            position: relative;
            width: 100%;
        }

        .top-area-bg {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 2;
        }

        .top-area-bg::before {
            content: "";
            height: 100%;
            left: 0;
            opacity: 0.5;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

        .top-area-bg.video-bg {
            background: transparent;
        }

        .top-bar {
            background: rgba(255, 243, 188, 0.5) url("img/pattarn.png") repeat scroll 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.9);
        }

        .call-to-action {
            color: #fff;
            text-transform: capitalize;
        }

        .call-to-action a {
            color: #fff;
            letter-spacing: 1px;
        }

        .call-to-action p {
            display: inline-block;
            margin: 7px 15px 0 0;
        }

        .call-to-action i {
            margin-right: 10px;
        }

        .top-social-bookmark {
            float: right;
        }

        .top-social-bookmark ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: right;
        }

        .top-social-bookmark ul li {
            display: inline;
        }

        .top-social-bookmark ul li a {
            color: #656565;
            display: inline-block;
            font-size: 14px;
            height: 39px;
            margin: 0 -2.5px;
            padding: 6px;
            text-align: center;
            width: 40px;
        }

        .top-social-bookmark ul li a:hover {
            background: #fff;
            color: #ca3d26;
        }

        .top-social-bookmark ul li:last-child a {
            margin-right: -5px;
        }



        /*--------------------------
           3. MAIN MENU AREA
        --------------------------*/

        .mainmenu-area {
            position: relative;
            transition: all 0.3s ease;
            z-index: 9999;
        }

        .is-sticky .mainmenu-area {
            background: #ffffff;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
            z-index: 99999;
        }

        .mainmenu-area::after {
            background: url("img/icons/tri-promo-bottom-white.png") repeat scroll 0 0;
            bottom: -7px;
            content: "";
            height: 7px;
            left: 0;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .is-sticky .mainmenu-area::after {
            opacity: 1;
        }

        .navbar {
            border: 0;
            margin-bottom: 0;
        }

        .navbar-header {
            transition: all 0.3s ease;
        }

        .is-sticky .navbar-header {
            margin-top: -7px;
        }

        .navbar-brand {
            display: none;
        }

        .navbar-brand.white {
            display: block;
        }

        .is-sticky .navbar-brand.white {
            display: none;
        }

        .is-sticky .navbar-brand {
            display: block;
        }

        .navbar-toggle {
            border: 2px solid #fff;
            border-radius: 0;
        }

        .navbar-toggle .icon-bar {
            background: #fff;
        }

        .is-sticky .navbar-header .collapse,
        .is-sticky .navbar-toggle {
            border: 2px solid #1a1a1a;
        }

        .is-sticky .navbar-toggle .icon-bar {
            background: #1a1a1a;
        }

        ul#nav {
            float: right;
            transition: 0.3s;
        }

        ul#nav li a {
            background: transparent;
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2px;
            padding: 40px 20px;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

        ul#nav li.active a::before {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            transition: 0.3s;
        }

        ul#nav li:hover a,
        ul#nav li.active a {
            color: white;
        }

        .is-sticky ul#nav li a {
            padding: 30px 20px;
            color: #1a1a1a;
        }

        .is-sticky ul#nav li:hover a,
        .is-sticky ul#nav li.active a {
            color: #ca3d26;
        }

        .is-sticky .signup-and-login-button ul li {
            padding: 14px 0;
        }

        .is-sticky .signup-and-login-button ul li a {
            background: #d64332;
            color: #fff;
        }

        /*--------------------------
           4. VIDEO BACKGROUND
        --------------------------*/

        .video-background {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .background-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }

        .background-video + img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /*--------------------------
           5. HEADER STYLES
        --------------------------*/

        .header-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: transparent;
            z-index: 1000;
            transition: 0.3s ease;
        }

        .header-top-area {
            position: relative;
            width: 100%;
            z-index: 999;
            text-transform: uppercase;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            max-width: 3200px;
            background: linear-gradient(
                135deg,
                rgba(255, 243, 188, 0.9),
                rgba(202, 61, 38, 0.15)
              );
          
        }

        .header-left,
        .header-right {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .logo-wrapper {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }

        .logo-placeholder {
            font-size: 24px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #333;
            text-decoration: none;
        }

        .btn-fancy {
            color: #FCFAF8;
            font-size: 16px;
            font-weight: 500;
            text-transform: uppercase;
            text-decoration: none;
            transition: color 0.3s ease;
            cursor: pointer;
        }

        .btn-fancy:hover {
            color: white;
        }

        .language-select {
            position: relative;
            display: flex;
            align-items: center;
        }
        
        .language-select select {
            background: linear-gradient(135deg, rgba(252, 250, 248, 0.95), rgba(202, 61, 38, 0.1));
            border: 1px solid rgba(51, 51, 51, 0.2);
            color: #333;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            cursor: pointer;
            padding: 8px 30px 8px 12px;
            border-radius: 20px;
            appearance: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(4px);
        }
        
        .language-select select:hover {
            background: linear-gradient(135deg, rgba(252, 250, 248, 1), rgba(202, 61, 38, 0.15));
            border-color: #333;        }
        
        .language-select select option {
            background-color: #FCFAF8;
            color: #333;
        }
        
        .language-select::after {
            content: '▼';
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #333;
            font-size: 10px;
            pointer-events: none;
        }
        .language-select select:focus {
            outline: none;
            box-shadow: 0 0 0 2px rgba(202, 61, 38, 0.3);
            border-color: #333;
        }
        

        /*--------------------------
           6. MOBILE MENU
        --------------------------*/

        .menu-container {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }

        .hamburger-menu {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 25px;
            height: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 1001;
        }

        .hamburger-menu span {
            display: block;
            height: 2px;
            width: 100%;
            background-color: #333;
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .hamburger-menu.active span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .hamburger-menu.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger-menu.active span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        .menu-text {
            color: #333;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .mobile-menu {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(252, 250, 248, 0.95), rgba(202, 61, 38, 0.3));
            backdrop-filter: blur(8px);
            z-index: 600;
            opacity: 0;
            transform: translateX(100%);
            transition: opacity 0.4s ease, transform 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .mobile-menu.active {
            opacity: 1;
            transform: translateX(0);
        }

        .menu-content {
            text-align: center;
            width: 100%;
            max-width: 450px;
        }

        .menu-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu-content ul li {
            margin: 20px 0;
            opacity: 0;
            transform: translateX(30px);
            transition: all 0.5s ease;
        }

        .mobile-menu.active .menu-content ul li {
            opacity: 1;
            transform: translateX(0);
        }

        .menu-content ul li:nth-child(1) { transition-delay: 0.1s; }
        .menu-content ul li:nth-child(2) { transition-delay: 0.2s; }
        .menu-content ul li:nth-child(3) { transition-delay: 0.3s; }
        .menu-content ul li:nth-child(4) { transition-delay: 0.4s; }
        .menu-content ul li:nth-child(5) { transition-delay: 0.5s; }
        .menu-content ul li:nth-child(6) { transition-delay: 0.6s; }
        .menu-content ul li:nth-child(7) { transition-delay: 0.7s; }

        .menu-content ul li a {
            color: #534730;
            font-size: 22px;
            font-family: "brandon-grotesque", sans-serif;
            font-weight: 400;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            display: inline-block;
            padding: 8px 12px;
            transition: color 0.3s ease, transform 0.3s ease, background 0.3s ease;
        }

        .menu-content ul li a:hover,
        .menu-content ul li.active a {
            color: #fff;
            font-weight: 500;
            transform: scale(1.03);
        }

        .close-btn {
            position: absolute;
            top: 25px;
            left: 25px;
            font-size: 28px;
            color: #534730;
            background: none;
            border: none;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .close-btn:hover {
            color: #fff;
        }

        /*--------------------------
           7. CONTENT STYLES
        --------------------------*/

        .right-about-content {
            color: #4a4d4f;
        }

        /*--------------------------
           8. HERO SECTION
        --------------------------*/

        .hero-section {
            position: relative;
            width: 100%;
            height: 100vh;
            z-index: 1;
        }

        .hero-section .container-fluid {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: white;
        }

        .hero-section img {
            max-width: 80%;
            height: auto;
            margin-bottom: 20px;
        }

        .hero-section p {
            font-size: 1.2rem;
            text-transform: uppercase;
            color: #ffffff;
        }

        .hero-section h1 {
            font-family: 'Raleway', sans-serif;
            font-size: 48px;
            font-weight: 300;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .hero-section h1 span {
            font-weight: 700;
        }

        .hero-section h2 {
            font-family: 'Dancing Script', cursive;
            font-size: 60px;
            letter-spacing: 2px;
            text-transform: capitalize;
        }

        .hero-section h3 {
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            letter-spacing: 6px;
            text-transform: uppercase;
        }

        .hero-section h3 a {
            border: 1px solid;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            margin-top: 15px;
            padding: 10px 30px;
        }

        .hero-section h3 a:hover {
            color: #fff;
            background: #ca3d26;
            border-color: #ca3d26;
        }

        .pogoSlider {
            height: 100%;
            overflow: hidden;
            position: relative;
            text-align: center;
            width: 100%;
            padding-bottom: 0;
        }

        .pogoSlider-slide {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-size: cover;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            opacity: 0;
            overflow: hidden;
            -webkit-perspective: 1300px;
            perspective: 1300px;
            position: absolute;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-top: 5%
        }

        .pogoSlider-slide::after {
            content: "";
            height: 100%;
            left: 0;
            opacity: 0.6;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

        .pogoSlider {
            height: 100%;
            width: 100%;
            position: relative;
            z-index: 1;
            background: transparent;
        }

        .pogoSlider-slide {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background: transparent;
            opacity: 1 !important;
        }

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

        /*--------------------------
           9. RESPONSIVE ADJUSTMENTS
        --------------------------*/

        @media (max-width: 768px) {
            .header-right .book-now-btn {
                display: none;
            }

            .menu-text,
            .language-select select {
                font-size: 14px;
                font-weight: bold;
            }

            .logo-placeholder {
                font-size: 20px;
            }

            .hero-section img {
                max-width: 90%;
            }

            .hero-section p {
                font-size: 1rem;
            }

            .hero-section h1 {
                font-size: 36px;
            }

            .hero-section h2 {
                font-size: 48px;
            }

            .hero-section h3 {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .menu-content ul li a {
                font-size: 18px;
            }

            .hero-section h1 {
                font-size: 28px;
            }

            .hero-section h2 {
                font-size: 36px;
            }

            .hero-section h3 {
                font-size: 12px;
            }
        }

/*-----------------------------------
    2.2 Hero Text AREA
-------------------------------------*/
/*-----------------------------------
    2.2 Hero Text AREA
-------------------------------------*/
/*-----------------------------------
    2.2 Hero Text AREA
-------------------------------------*/
/*-----------------------------------
    2.2 Hero Text AREA
-------------------------------------*/


/* Hero Section END */
/* Hero Section END */
/* Hero Section END */
/* Hero Section END */
/* Hero Section END */

/*----------------------------
    3. ABOUT AREA
------------------------------*/
/*----------------------------
    3. ABOUT AREA
------------------------------*/
/*----------------------------
    3. ABOUT AREA
------------------------------*/
/*----------------------------
    3. ABOUT AREA
------------------------------*/

.about-area {
    background: url('img/about/home_three_about_bg.png') no-repeat center bottom / contain;
    position: relative;
    padding: 20px 0;
}

.about-area::after,
.about-area::before,
.menus-area::after,
.menus-area::before,
.team-area::after,
.team-area::before,
.gallery-area::after,
.footer-area::after {
    background: url("img/icons/tri-promo-bottom-white.png") repeat scroll 0 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: -7px;
    transform: rotateX(180deg);
    width: 100%;
    z-index: 9;
}

.about-area::before,
.menus-area::before,
.team-area::before {
    bottom: -7px;
    top: auto;
    transform: rotateX(360deg);
}

.about-content {
    color: #666;
}

.about-author-sign {
    margin-top: 40px;
    text-align: center;
}

.area-title {
    text-align: center;
    margin-bottom: 50px;
}

.area-title h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 48px;
    color: #534730; /* primary */
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 2px;
    line-height: 0.9;
    text-transform: capitalize;
}

.area-title h2::after {
    content: '';
    background: url('img/icons/white.png') no-repeat center / contain;
    height: 20px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.big-text {
    float: left;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: -4px;
    margin-right: 10px;
    line-height: 1;
    color: #534730;
}

.about-area .area-title h2 span {
    color: #534730;
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
}

a.read-more {
    border: 1px solid #534730;
    color: #534730;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 30px;
    padding: 7px 23px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.read-more:hover {
    background: #534730;
    color: #fff;
    border-color: #534730;
}

/*----------------------------
    3. ABOUT AREA
------------------------------*/
/*----------------------------
    3. ABOUT AREA
------------------------------*/
/*----------------------------
    3. ABOUT AREA
------------------------------*/
/*----------------------------
    3. ABOUT AREA
------------------------------*/

/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */

    .reservation-button-area.section-padding {
        padding: 150px 0;
    }
    
    .reservation-button-area {
        color: #fff;
        font-family: "PT Sans Narrow", sans-serif;
        position: relative;
    }
    
    .reservation-button-area-bg {
        background: url("img/promotions/promotions_area_bg_2.jpg") no-repeat center center / cover;
    }
    
    .resarvation-from-button.text-center h2 {
        font-size: 50px;
        letter-spacing: 5px;
        text-transform: uppercase;
    }
    
    a.reservation-button {
        background: #fff;
        color: #ca3d26;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 4px;
        margin-top: 20px;
        padding: 10px 20px;
        text-transform: uppercase;
        min-width: 200px;
    }
    
    a.reservation-button:hover {
        background: #ca3d26;
        color: #fff;
    }
    
    /* Modal */
    #reservation-form-modal .modal-dialog {
        max-width: 700px;
        margin: 2rem auto;
    }
    
    #reservation-form-modal .modal-content {
        background: linear-gradient(135deg, rgba(252, 250, 248, 0.95), rgba(252, 250, 248, 0.85));
        backdrop-filter: blur(10px);
        border-radius: 8px;
        border: none;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }
    
    #reservation-form-modal .modal-header {
        border-bottom: none;
        padding: 25px 30px;
        text-align: center;
        background: transparent;
    }
    
    #reservation-form-modal .modal-title {
        color: #534730;
        font-size: 26px;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 500;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        margin: 0 auto;
    }
    
    #reservation-form-modal .close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 32px;
        color: #534730;
        background: none;
        border: none;
        opacity: 1;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    #reservation-form-modal .close:hover {
        color: #fff;
        transform: scale(1.1);
    }
    
    /* Booking Form */
    .table-booking-form {
        background: transparent;
        padding: 40px 30px;
        position: relative;
        z-index: 99;
    }
    
    .table-booking-form .form-group {
        position: relative;
        margin-bottom: 30px;
    }
    
    .table-booking-form input,
    .table-booking-form select {
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #333;
        border-radius: 6px;
        color: #534730;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 400;
        height: 50px;
        width: 100%;
        padding: 10px 50px 10px 15px;
        font-size: 16px;
        appearance: none;
        transition: border-color 0.3s ease, background 0.3s ease;
    }
    
    .table-booking-form input::placeholder,
    .table-booking-form select:invalid {
        color: rgba(102, 102, 102, 0.7);
        font-style: italic;
    }
    
    .table-booking-form input:focus,
    .table-booking-form select:focus {
        border-color: #534730;
        background: rgba(255, 255, 255, 0.4);
        outline: none;
    }
    
    .table-booking-form label {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #534730;
        font-size: 18px;
        pointer-events: none;
        margin-left: 10px;
    }
    
    .table-booking-form button {
        background: #534730;
        border: 1px solid #534730;
        border-radius: 6px;
        color: #fff;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 2px;
        padding: 14px;
        text-transform: uppercase;
        width: 100%;
        transition: all 0.3s ease;
    }
    
    .table-booking-form button:hover {
        background: transparent;
        color: #534730;
        border-color: #534730;
        transform: translateY(-2px);
    }
    
    option {
        padding: 5px;
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        #reservation-form-modal .modal-dialog {
            max-width: 90%;
        }
    
        #reservation-form-modal .modal-title {
            font-size: 22px;
        }
    
        .table-booking-form {
            padding: 30px 20px;
        }
    
        .table-booking-form input,
        .table-booking-form select {
            height: 45px;
            font-size: 14px;
        }
    
        .table-booking-form button {
            font-size: 14px;
            padding: 12px;
        }
    }
    
    @media (max-width: 576px) {
        #reservation-form-modal .modal-title {
            font-size: 20px;
            letter-spacing: 1.5px;
        }
    
        .table-booking-form input,
        .table-booking-form select {
            height: 40px;
            font-size: 13px;
        }
    
        .table-booking-form label {
            font-size: 16px;
        }
    
        .table-booking-form button {
            font-size: 13px;
            padding: 10px;
        }
    }
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    Modal Styling */
/*-----------------------------
    7. TEAM AREA
-------------------------------*/

.team-area {
    position: relative;
}

.member-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.member-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 100%;
    padding-top: 8px;
    width: 100%;
}

.member-social-bookmark ul li a:hover {
    color: #534730;
}

.team-member-img {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-member-img::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-team-member:hover .team-member-img::after {
    opacity: 0.5;
}

.team-member-img img {
    width: 100%;
}

.member-social-bookmark {
    height: 220px;
    margin-top: -110px;
    position: absolute;
    right: -25%;
    top: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 9;
}

.member-social-bookmark ul li {
    height: 40px;
    margin-bottom: 5px;
}

.member-details {
    padding: 0 15px;
}

.single-team-member:hover .member-social-bookmark {
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.member-details>h3 {
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: 1px;
}

.member-details>h3:hover {
    color: #534730;
}

.member-details>p {
    margin-bottom: 0;
}

.team-area .owl-controls {
    display: none;
}

/*-----------------------------
    8. BLOG AREA
------------------------------*/

.blog-area {
    position: relative;
}

.blog-area-bg {
    background: rgba(0, 0, 0, 0) url("img/promotions/promotions_area_bg_3.jpg") no-repeat scroll center center / cover;
}

.post-details {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

a.post-meta-button {
    background: #534730 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    min-width: 150px;
    padding: 7px 20px;
    text-transform: uppercase;
}

.post-details>h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.post-details>h3::after {
    background: #534730 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.post-meta {
    letter-spacing: 1px;
}

.post-meta a {
    margin: 0 10px;
}

.row.post-slider {
    margin: 0;
}

.row.post-slider .col-lg-4 {
    padding: 0;
    width: 100%;
}

.blog-area .owl-controls,
.menus-area .owl-controls {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.blog-area .owl-nav>div,
.menus-area .owl-nav>div {
    background: #534730 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    margin-top: -20px;
    opacity: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}

.blog-area .owl-nav>div.owl-next,
.menus-area .owl-nav>div.owl-next {
    right: 0;
}

.blog-area .owl-nav>div.owl-prev,
.menus-area .owl-nav>div.owl-prev {
    left: 0;
}

.post-slider:hover .owl-nav>div,
.food-menu-list:hover .owl-nav>div {
    opacity: 1;
}

/*------------------------------
    9. GALLERY AREA
-------------------------------*/

.gallery-area {
    position: relative;
}

.instagram.show a {
    display: inline-block;
    width: 20%;
}

/*------------------------------
    11. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #534730 none repeat scroll 0 0;
    border: 1px solid transparent;
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

a.scrolltotop:hover {
    background: #333;
    border: 1px solid;
}

/*------------------------------
    10. FOOTER AREA
-------------------------------*/

.footer-area {
    background: #333 none repeat scroll 0 0;
    color: #FCFAF8;
    letter-spacing: 1px;
    position: relative;
}

.footer-area::after {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer-area-bg {
    background: rgba(0, 0, 0, 0) url("img/footer_bg_2.jpg") no-repeat scroll center center / cover;
}

.footer-top {
    border-bottom: 1px solid #666;
}

.footer-area a {
    color: #534730;
}

.footer-area a:hover {
    color: #fff;
}

.footer-logo,
.footer-address {
    margin-bottom: 50px;
}

.footer-social-bookmark ul,
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social-bookmark ul li,
.footer-menu ul li {
    display: inline;
}

.footer-social-bookmark ul li a {
    display: inline-block;
    font-size: 25px;
    width: 50px;
    color: #666;
}

.footer-social-bookmark a:hover {
    color: #534730;
}

.footer-menu ul {
    text-align: inherit;
}

.footer-menu ul li a {
    display: inline-block;
    padding: 7px 10px 7px 0;
}

.footer-menu {
    padding: 30px 0;
}

.footer-copyright {
    letter-spacing: 1px;
    padding: 40px 0;
    text-align: right;
}

.footer-copyright p {
    margin-bottom: 0;
}

/* Sticky Footer */
.sticky-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 243, 188, 0.5); /* Not in palette, kept as is */
    backdrop-filter: blur(8px);
    text-align: center;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Shadow not in palette, kept as is */
}

.sticky-footer .btn-fancy {
    display: inline-block;
    padding: 10px 20px;
    color: #666;
    font-weight: bold;
}

.sticky-footer .btn-fancy:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .sticky-footer {
        display: block;
    }
    .sticky-footer .btn-fancy:hover {
        color: #666;
    }
}

/*-----------------------------
    4. PROMOTIONS AREA
------------------------------*/

.promotions-area {
    position: relative;
}

.promotion-area-bg,
.reservation-button-area-bg,
.blog-area-bg,
.footer-area-bg {
    background: rgba(0, 0, 0, 0) url("img/promotions/promotions_area_bg_1.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.promotion-area-bg::after,
.reservation-button-area-bg:after,
.blog-area-bg:after,
.footer-area-bg::after,
.page-barner-bg::after {
    background: #333 url(img/pattarn.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.promotions-img {
    height: auto;
    max-height: 450px;
    width: 70%;
}

.promotions-details {
    background: #fff none repeat scroll 0 0;
    color: #534730;
    height: 300px;
    margin-top: -150px;
    max-height: 350px;
    padding: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    z-index: 9;
}

.promotions-details h3 {
    font-size: 30px;
}

.promotions-details a.read-more {
    margin-top: 25px;
}

.promotions-details a.read-more:hover {
    background: #534730 none repeat scroll 0 0;
    border-color: #534730;
    color: #fff;
}

.row.menu-discount-offer {
    margin: auto;
}

.menu-discount-offer .owl-dots>div {
    background: #666 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.owl-dots {
    margin-top: 50px;
    text-align: center;
}

.menu-discount-offer .owl-dots>div.active {
    background: #333 none repeat scroll 0 0;
}

/*-----------------------------
    5. MENUS AREA
-------------------------------*/

.menus-area {
    position: relative;
}

.menus-area.section-padding {
    padding-bottom: 60px;
}

.food-menu-list-menu {
    margin-bottom: 60px;
}

.food-menu-list-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.food-menu-list-menu ul li {
    border: 1px solid;
    color: #534730;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 3px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.food-menu-list-menu ul li:hover,
.food-menu-list-menu ul li.active {
    background: #534730 none repeat scroll 0 0;
    border-color: #534730;
    color: #fff;
}

.single-menu .single-menu-details {
    border-bottom: 1px solid #666;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 140px;
    position: relative;
}

.food-menu-img {
    border-radius: 50%;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
    -webkit-box-shadow: 0 0 0 10px #666;
    box-shadow: 0 0 0 10px #666;
}

.food-menu-details {
    color: #534730;
    padding: 0;
    text-align: inherit;
}

.food-menu-details h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.food-menu-details p span {
    display: inline-block;
    width: 30%;
}

.food-menu-details h3 span {
    color: #534730;
    float: right;
}

.menu-speacification {
    margin-bottom: 0;
}

.mix {
    display: none;
}

/*===============================
    12. SINGLE PAGE
=================================*/

.top-area.single-page {
    height: 500px;
    position: relative;
}

.page-barner-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-barner-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.barner-text h1 {
    font-family: "Dancing Script", cursive;
    font-size: 60px;
    letter-spacing: 4px;
    text-transform: capitalize;
}

.barner-text h1 span {
    font-weight: 300;
}

ul.page-location {
    bottom: -140px;
    left: 0;
    letter-spacing: 2px;
    list-style: outside none none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

ul.page-location li {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

ul.page-location li a {
    color: #fff;
}

ul.page-location li.active a {
    color: #534730;
}

/*===============================
    13. BLOG PAGE
=================================*/

.blog-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("img/blog/blog_page_barner.jpg") no-repeat scroll center center / cover;
}

.blog-page.section-padding {
    padding-top: 50px;
}

.blog-page.blog-area {
    background: inherit;
    position: inherit;
}

.single-blog {
    border-bottom: 1px solid #666;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.single-blog img {
    width: 100%;
}

.title-and-meta {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    position: relative;
}

.title-and-meta::after {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

.title-and-meta h3 {
    font-size: 28px;
    font-weight: 400;
}

.blog-video {
    position: relative;
}

.blog-area iframe {
    width: 100%;
    border: 0;
    overflow: hidden;
}

.blog-page a.read-more {
    margin-bottom: 0;
}

.blog-image-sldie .owl-nav>div {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-size: 35px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.blog-image-sldie .owl-nav>div.owl-next {
    right: -2px;
}

.blog-image-sldie .owl-nav>div.owl-prev {
    left: 0;
}

ul.page-pagination {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.page-pagination li {
    border: 1px solid;
    display: inline-block;
}

ul.page-pagination li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 5px 50px;
    text-transform: uppercase;
}

ul.page-pagination li.active a,
ul.page-pagination li:hover a {
    background: #534730 none repeat scroll 0 0;
    color: #fff;
}

ul.page-pagination li a {
    height: 35px;
    padding: 5px;
    min-width: 35px;
}

.tags-and-social-bar {
    border-bottom: 1px solid #666;
    margin: -40px 0 60px;
    padding-bottom: 20px;
}

.tags h3,
.tags ul,
.single-post-social-bar h3,
.single-post-social-bar ul {
    display: inline-block;
}

.tags ul,
.single-post-social-bar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.tags ul li,
.single-event-social-bar ul li,
.single-post-social-bar ul li {
    display: inline;
}

.tags ul li a {
    display: inline-block;
    padding: 5px;
}

.tags h3,
.single-post-social-bar h3 {
    font-size: 18px;
    margin: 0 15px;
}

.single-post-social-bar ul li a {
    padding: 5px 10px;
}

.single-post-social-bar {
    margin-top: -30px;
}

.blog-video-button {
    border: 4px solid;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 70px;
    left: 50%;
    padding-left: 5px;
    padding-top: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
}

/*------------------------------
    13.1 SIDEBAR AREA
-------------------------------*/

.single-sidebar-widget>form {
    height: 45px;
    position: relative;
}

.single-sidebar-widget>form input {
    border: 2px solid;
    color: #534730;
    height: 100%;
    padding: 12px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-sidebar-widget>form button {
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    height: 41px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-sidebar-widget input:focus {
    border-color: #534730;
}

.single-sidebar-widget input:focus+button {
    background: #534730;
}

.single-sidebar-widget>form button:hover {
    background: #333 none repeat scroll 0 0;
}

.single-sidebar-widget {
    margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget>h4,
.blog-comments h4,
.comment-box h4 {
    color: #534730;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.single-sidebar-widget>h4::after,
.blog-comments h4::after,
.comment-box h4::after {
    background: #534730 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.single-sidebar-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-sidebar-widget ul li {
    display: inline;
}

.single-sidebar-widget.tag-widget ul li a {
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 3px 1px;
    padding: 5px;
    text-transform: uppercase;
}

.single-sidebar-widget.tag-widget ul li a:hover {
    background: #534730 none repeat scroll 0 0;
    border-color: #534730;
    color: #fff;
}

.single-sidebar-widget.catagories-widget ul li {
    border-bottom: 1px solid #666;
    display: block;
}

.single-sidebar-widget.catagories-widget ul li a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: uppercase;
}

.single-sidebar-widget.catagories-widget ul li a i {
    margin-right: 10px;
}

.single-sidebar-widget.catagories-widget ul li:hover a {
    padding-left: 11px;
}

.social-widget ul li {
    display: inline-block;
}

.social-widget ul li a {
    background: #666 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
    color: #fff;
}


.social-widget ul li a:hover {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #333;
}


.post-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-widget ul li.s_post {
    border-bottom: 1px solid #666;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.post-widget ul li .post-tumb {
    height: 80px;
    width: 80px;
}

.post-widget ul li .post-tumb img {
    height: 100%;
    width: 100%;
}

.post-title-and-date h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.post-title-and-date a {
    margin: 0;
}

.single-sidebar-widget .post-meta {
    margin-bottom: 0;
}

ul.blog-instagram-feed-widget {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.blog-instagram-feed-widget li {
    display: inline-block !important;
    margin: 3px;
    width: 30%;
}

.blog-instagram-feed-widget img {
    width: 100%;
}

.blog-instagram-feed-widget img:hover {
    opacity: 0.5;
}

/*==============================
    14. SINGLE BLOG PAGE
================================*/

.single-blog-page .title-and-meta::after {
    left: 0;
    margin-left: auto;
}

.blog-comments {
    margin-bottom: 50px;
}

.single-comments:nth-child(2n+1) {
    margin-left: 80px;
}

.comment-meta h5 {
    color: #534730;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.comment-meta h5 span a {
    color: #534730;
    float: right;
}

.comment-meta h5 span i {
    margin-right: 5px;
}

.comment-meta h5 span a:hover {
    color: #333;
}

.comment-box input,
.comment-box textarea {
    border: 1px solid;
    display: block;
    margin-bottom: 30px;
    max-height: 100px;
    padding: 5px 10px;
    width: 100%;
}

.comment-box input:focus,
.comment-box textarea:focus {
    border-color: #534730;
}

.comment-box button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    color: #333;
    letter-spacing: 1px;
    margin: 0 0 30px;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comment-box button:hover {
    background: #534730 none repeat scroll 0 0;
    border-color: #534730;
    color: #fff;
}

.single-comments {
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #666;
}

/*-----------------------------
    CLASSIC STYLE
------------------------------*/

.style-classic .about-area::after,
.style-classic .about-area::before,
.style-classic .menus-area::after,
.style-classic .menus-area::before,
.style-classic .team-area::after,
.style-classic .team-area::before,
.style-classic .gallery-area::after,
.style-classic .footer-area::after,
.style-classic .mainmenu-area::after {
    display: none;
}

/*----------------------------------
    HOME ALT
----------------------------------*/

.single-menu-two {
    overflow: hidden;
    position: relative;
}

.food-menu-img-two {
    overflow: hidden;
    position: relative;
}

.food-menu-details-two {
    border: 1px solid #666;
    padding: 30px;
    text-align: center;
}

.food-menu-img-two .menu-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0) url("img/icons/tag.png") no-repeat scroll center center / cover;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    z-index: 9;
}

.food-menu-img-two::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.single-menu-two:hover .food-menu-img-two::after {
    opacity: 0.5;
    visibility: visible;
}

.home-alt-two .team-member-img {
    border-radius: 50%;
    overflow: hidden;
}

.home-alt-two .member-social-bookmark {
    height: auto;
    left: 50%;
    margin: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.home-alt-two .member-social-bookmark li {
    display: inline-block;
    margin: 0 5px;
}

.home-alt-two .single-team-member:hover .member-social-bookmark {
    left: 0;
    opacity: 1;
}

.home-alt .promotions-img {
    position: relative;
}

.home-alt .promotions-img::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.package-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0) url("img/icons/tag.png") no-repeat scroll center center / cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
}

.home-alt .single-promotions:hover .promotions-img::after {
    opacity: 0.5;
}


/* Events Area */
.events-area {
    position: relative;
}

.events-area-bg {
    background: rgba(0, 0, 0, 0) url("img/events/events_area_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.events-area-bg::after {
    background: #333 url(img/pattarn.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-event img {
    width: 100%;
    transition: opacity 0.3s ease;
}

.single-event:hover img {
    opacity: 0.7;
}

.event-details {
    background: #fff;
    padding: 20px;
}

.event-details h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.event-details h3::after {
    background: #534730;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.event-meta {
    letter-spacing: 1px;
    color: #666;
}

.event-meta a {
    color: #534730;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.event-meta a:hover {
    color: #333;
}

/* Testimonials Area */
.testimonials-area {
    position: relative;
    background: #FCFAF8;
}

.testimonial-img {
    margin-bottom: 20px;
}

.testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.testimonial-img:hover img {
    opacity: 0.7;
}

.testimonial-details {
    padding: 20px;
}

.testimonial-details p {
    font-style: italic;
    color: #666;
    margin-bottom: 20px;
}

.testimonial-details h4 {
    font-size: 18px;
    color: #534730;
    margin-bottom: 5px;
}

.testimonial-meta {
    color: #666;
    font-size: 14px;
}

/* Location & Contact Area */
.location-contact-area {
    position: relative;
}

.location-contact-area-bg {
    background: rgba(0, 0, 0, 0) url("img/location/location_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.location-contact-area-bg::after {
    background: #333 url(img/pattarn.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.location-map iframe {
    width: 100%;
    height: 400px;
    transition: opacity 0.3s ease;
}

.location-map:hover iframe {
    opacity: 0.8;
}

.contact-details {
    color: #fff;
}

.contact-details h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-details p {
    margin-bottom: 10px;
}

.contact-details a {
    color: #534730;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #fff;
}

.contact-social ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.contact-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.contact-social ul li a {
    font-size: 20px;
    color: #666;
    transition: color 0.3s ease;
}

.contact-social ul li a:hover {
    color: #534730;
}
