/* TedzCafe - Premium Chocolate Cafe Template */

/* TABLE OF CONTENT 

1.Main Header style
2.Hidden Sidebar style
3.Hidden info bar style
4.Banner Slider Section
5.Title Box Section
6.We Offer Section
7.Story Section
8.Special Dish Section
9.Menu Section Tab Style
10.Special Offer Section
11.Testimonials Section
12.Reservation Section
13.Team Section
14.Intro Section
15.News Section
16.IG post Section
17.Main Footer
18.Inner page Banner Section
19.Fluid Section
20.Services Section
21.Testimonials two Section
22.Why Us Two Section
23.Chef Section 1
24.Image Gallery Section
25.Menu Section - menu style 1
26.Menu Section - menu style 2
27.Special Offer Section
28.Special Dish Section
29.Menu Two Section
30.Contact Page
31.Chef Page
32.Masonary Gallery
33.Hamburger section

*/

/*** 

====================================================================
      Fonts
====================================================================

 ***/

@import url('global.css');
@import url('fonts.css');
@import url('owl.css');
@import url('preloader.css');
/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: none;
    min-height: 0;
    z-index: 999;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.fixed-header.header-down {
    top: 0;
}

.fixed-header.header-up {
    top: -175px;
}

.main-header .auto-container {
    max-width: 1780px;
    padding: 0 20px;
}

.header-top {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
    color: #ffffff;
    border-bottom: 1px solid var(--white-color-opacity-four);
    display: none;
}

.header-top .top-left {
    position: relative;
    float: left;
    line-height: 30px;
}

.header-top .top-info {
    position: relative;
}

.header-top .top-info li {
    position: relative;
    float: left;
    margin-right: 70px;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.header-top .top-info li:last-child {
    margin-right: 0;
}

.header-top .top-info li .icon {
    position: relative;
    padding-right: 5px;
}

.header-top .top-info li:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 30px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid var(--main-color);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-top .top-info li:last-child:after {
    display: none;
}

.header-top .top-info li a {
    position: relative;
    display: block;
    line-height: 30px;
    color: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.header-top .top-info li a:hover {
    color: var(--main-color);
}

.header-top .top-right {
    position: relative;
    float: right;
    line-height: 30px;
}

.main-header .header-upper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    padding: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.fixed-header .header-upper {
    position: relative;
    /*top: 0;*/
    /*background: #202020;
  border-bottom-color: rgba(0,0,0,0.15);*/
    backdrop-filter: blur(9px);
    background-color: rgba(11, 107, 116, 0.7);
}

.header-two.fixed-header .header-upper {
    background: #ffffff;
}

.main-header ul,
.main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .main-box {
    position: relative;
    padding: 0px;
}

.main-header .main-box .logo-box {
    position: relative;
    display: block;
    float: left;
    padding: 40px 0px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 5;
}

.fixed-header .main-box .logo-box {
    padding: 20px 0px;
}

.fixed-header .main-menu .navigation>li {
    padding: 10px 0px;
}

.main-header.fixed-header .main-menu .navigation>li>ul {
    top: 134%;
}

.main-header.fixed-header .header-upper .links-box {
    padding: 15px 0px;
}

.main-header .main-box .logo-box .logo {
    position: relative;
    display: block;
}

.main-header .main-box .logo-box .logo img {
    position: relative;
    display: block;
    height: 46px;
    z-index: 1;
}

.main-header .nav-box {
    position: static;
    float: right;
}

.main-header .header-upper .links-box {
    position: relative;
    float: left;
    padding-top: 38px;
    padding-bottom: 38px;
    margin-left: 150px;
}

.main-header .header-upper .links-box .link {
    position: relative;
    float: left;
    margin-left: 50px;
}

.main-header .header-upper .links-box .link:first-child {
    margin-left: 0;
}

.main-header .info-btn {
    position: relative;
    cursor: pointer;
    background: none;
    font-size: 16px;
    color: var(--white-color);
    padding-top: 15px;
    line-height: 34px;
}

.main-header .info-btn img {
    height: 20px;
}

.main-header .nav-toggler {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding: 0;
    margin-top: 40px;
    margin-left: 20px;
    display: none;
}

.fixed-header .nav-toggler {
    margin-top: 18px;
}

.main-header .nav-toggler button {
    position: relative;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #e1e1e1;
    font-size: 16px;
    margin: 0px;
    border-radius: 0px;
    outline: none !important;
}

.main-header .nav-toggler button img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.main-header .nav-outer {
    position: static;
    float: left;
}

.main-menu {
    position: static;
    display: block;
    padding: 0px 0px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: none;
}

.main-menu .navigation {
    position: static;
    z-index: 1;
}

.main-menu .navigation>li {
    position: static;
    display: block;
    float: left;
    padding: 30px 0px;
    margin-left: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--white-color);
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown {
    position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu {
    position: static;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 20px;
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 18px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    z-index: 5;
}

.main-menu .navigation>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    display: block;
    height: 5px;
    border-top: 1px solid var(--white-color);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a:before {
    right: 20px;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: var(--white-color);
    text-decoration: none;
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -35px;
    top: 100%;
    width: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: var(--color-two);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul {
    left: 0;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 20px;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul .auto-container {
    max-width: 1200px;
}

.main-menu .navigation>li .mega-menu {
    position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 2000px;
    height: 100%;
    background: var(--color-two);
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    height: 100%;
    background: var(--color-two);
}

.main-menu .navigation>li .mega-menu .menu-inner {
    position: relative;
}

.main-menu .navigation>li .mega-menu .row {
    margin: 0 -25px;
}

.main-menu .navigation>li .mega-menu .menu-block {
    position: relative;
    padding: 0 25px;
    margin-bottom: 30px;
    text-align: center;
}

.main-menu .navigation>li .mega-menu .menu-block .image {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image {
    border-color: var(--main-color);
    border-radius: 32px 32px 0 0;
}

.main-menu .navigation>li .mega-menu .menu-block .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image img {
    transform: scale(1.05);
    border-radius: 32px 32px 0 0;
}

.main-menu .navigation>li .mega-menu .menu-block .title {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.main-menu .navigation>li .mega-menu .menu-block .title a {
    position: relative;
    color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .title a {
    color: var(--main-color);
}

.main-menu .navigation>li>ul>li {
    position: relative;
    margin-bottom: 10px;
}

.main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -4px;
    height: 12px;
    width: 12px;
    /*background-color: var(--main-color);*/
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li.current>a:before {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
    color: var(--main-color);
    padding-left: 55px;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 2px;
    width: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: var(--color-two);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    margin-bottom: 10px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid var(--main-color);
    opacity: 0;
    visibility: hidden;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li.current>a:before {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
    color: var(--main-color);
    padding-left: 55px;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
    overflow-y: hidden;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: var(--black-color-opacity);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    visibility: hidden;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

body.visible-sidebar .hidden-bar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
    list-style-type: none;
    margin: 0px;
}

.hidden-bar .inner-box {
    position: relative;
    background-color: var(--color-two);
    padding-top: 75px;
    padding-bottom: 50px;
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    background: none;
    transition: all 0.2s ease;
}

.hidden-bar .inner-box .cross-icon:hover {
    color: #ffffff;
    transform: scale(1.1);
}

.hidden-bar .inner-box .logo-box {
    position: relative;
    line-height: 50px;
    margin-bottom: 40px;
    padding: 30px;
    text-align: center;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.hidden-bar .inner-box .logo-box img {
    position: relative;
    max-height: 50px;
}

.hidden-bar h5 {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hidden-bar h5::before,
.hidden-bar h5::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.hidden-bar .info {
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.hidden-bar .info li {
    position: relative;
    line-height: 1.6em;
    color: var(--color-one);
    margin-bottom: 10px;
}

.hidden-bar .info li:last-child {
    margin-bottom: 0;
}

.hidden-bar .info li a {
    color: var(--color-one);
}

.hidden-bar .info li a:hover {
    color: var(--main-color);
}

.hidden-bar .separator {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hidden-bar .separator span {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid var(--main-color);
    margin: 0 auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hidden-bar .booking-info {
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.hidden-bar .booking-info .bk-title {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.hidden-bar .booking-info .bk-no {
    position: relative;
    font-size: 30px;
    color: var(--main-color);
    line-height: 1em;
}

.hidden-bar .booking-info .bk-no a {
    position: relative;
    display: inline-block;
    color: var(--main-color);
}

.hidden-bar .booking-info .bk-no a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -7px;
    height: 5px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.hidden-bar .booking-info .bk-no a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.hidden-bar .side-menu {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
}

.hidden-bar .side-menu ul {
    position: relative;
    border: none;
    padding: 20px 0;
    margin: 0;
}

.hidden-bar .side-menu ul li {
    position: relative;
    display: block;
    border: none;
    margin: 0;
}

.hidden-bar .side-menu ul li a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    padding: 16px 30px;
    letter-spacing: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    border-left: 3px solid transparent;
    margin: 0;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    color: #ffffff;
    background: rgba(11, 107, 116, 0.1);
    border-left-color: var(--main-color);
    padding-left: 35px;
}

.hidden-bar .side-menu ul li>a:before {
    display: none;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul li.current>a {
    color: #ffffff;
    background: rgba(11, 107, 116, 0.1);
    border-left-color: var(--main-color);
    padding-left: 35px;
}

.hidden-bar .side-menu ul li ul li:last-child {
    border-bottom: none;
}

.hidden-bar .side-menu ul li .btn-expander {
    position: absolute;
    top: 10px;
    right: 0px;
    background: none;
    color: var(--white-color);
    font-size: 12px;
    height: 30px;
    width: 30px;
    text-align: right;
    line-height: 30px;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    z-index: 1;
}

.hidden-bar .side-menu ul li .btn-expander i {
    font-weight: 700;
}

/*** 

====================================================================
  Hidden info bar style
====================================================================

***/

.info-bar {
    position: fixed;
    right: -440px;
    top: 0px;
    width: 100%;
    max-width: 440px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    background: var(--color-two) url(../images/resource/pattern-dark.png) center top repeat;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.info-back-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: var(--black-color-opacity-two);
    visibility: hidden;
    z-index: 9990;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.side-content-visible .info-back-drop {
    opacity: 1;
    visibility: visible;
}

.side-content-visible .info-bar {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.info-bar .inner-box {
    position: relative;
    background: var(--color-two) url(../images/resource/pattern-dark.png) center top repeat;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.info-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: var(--white-color);
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}

.info-bar .inner-box .cross-icon:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.info-bar .inner-box .logo-box {
    position: relative;
    line-height: 50px;
    margin-bottom: 35px;
}

.info-bar .inner-box .logo-box img {
    position: relative;
    max-height: 50px;
}

.info-bar .inner-box .image-box {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 45px;
    border-radius: 32px 32px 0 0;
    display: inline-block;
}

.info-bar .inner-box .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 32px 32px 0 0;
}

.info-bar .inner-box .image-box::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 32px 32px 0 0;
    z-index: 100;
}

.info-bar h5 {
    position: relative;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.info-bar h5::before,
.info-bar h5::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.info-bar .info {
    position: relative;
    color: var(--white-color);
}

.info-bar .info li {
    position: relative;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.info-bar .info li:last-child {
    margin-top: 30px;
}

.info-bar .info li a {
    color: var(--white-color);
}

.info-bar .info li a:hover {
    color: var(--main-color);
}

.info-bar .info li .ib-ttl {
    text-transform: uppercase;
    color: var(--color-three);
}

.info-bar .booking-info {
    position: relative;
}

.info-bar .booking-info .bk-no {
    position: relative;
    color: var(--main-color);
    line-height: 1em;
}

.info-bar .booking-info .bk-no a {
    position: relative;
    display: inline-block;
    color: var(--main-color);
}

.info-bar .booking-info .bk-no a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -8px;
    height: 5px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid var(--main-color);
}

.info-bar .booking-info .bk-no a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

/*** 

====================================================================
  video hero Section
====================================================================

***/

/* hero video css start */

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(44, 24, 16, 0.8) 0%, rgba(139, 69, 19, 0.8) 100%);
}

.bg-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;*/
    z-index: 2;
}

.bg-video-wrap .auto-container {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
}

.bg-video-wrap .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    padding-top: var(--padding-top-150);
    padding-bottom: var(--padding-bottom-50);
    height: 880px;
    min-height: 100vh;
    z-index: 10;
}

.bg-video-wrap .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    z-index: 5;
}

.bg-video-wrap .inner {
    position: relative;
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}

.bg-video-wrap .subtitle {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: var(--font-12);
    letter-spacing: 0.40em;
    margin-bottom: var(--margin-bottom-10);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.bg-video-wrap .pattern-image {
    position: relative;
    width: 100px;
    margin: 0 auto;
    /*margin-bottom: var(--margin-bottom-30);*/
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.bg-video-wrap .subtitle,
.bg-video-wrap .pattern-image {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 500ms;
    -ms-transition: all 1000ms ease 500ms;
    -o-transition: all 1000ms ease 500ms;
    -moz-transition: all 1000ms ease 500ms;
    transition: all 1000ms ease 500ms;
}

.bg-video-wrap h1 {
    position: relative;
    font-size: 130px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.0em;
    margin: 0px 0px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.bg-video-wrap h1 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Herr Von Muellerhoff", cursive;
    font-size: 240px;
    text-transform: none;
    line-height: 0.2;
}

.bg-video-wrap .text {
    position: relative;
    display: block;
    font-size: var(--font-20);
    margin-top: var(--margin-top-10);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

/* hero video css end */

/* Video Background Styles */
.bg-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Video Fallback Styles */
.video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 24, 16, 0.8) 0%, rgba(139, 69, 19, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-overlay-content {
    text-align: center;
    color: #fff;
    z-index: 3;
    position: relative;
}

.video-overlay-content h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.video-overlay-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Video Loading States */
.video-loading {
    background: linear-gradient(135deg, rgba(44, 24, 16, 0.9) 0%, rgba(139, 69, 19, 0.9) 100%);
}

.video-loaded {
    background: transparent;
}

/* Responsive Video Styles */
@media (max-width: 768px) {
    .video-overlay-content h3 {
        font-size: 2rem;
    }
    
    .video-overlay-content p {
        font-size: 1rem;
    }
    
    .bg-video-wrap video {
        min-width: 120%;
        min-height: 120%;
    }
}

@media (max-width: 480px) {
    .video-overlay-content h3 {
        font-size: 1.5rem;
    }
    
    .video-overlay-content p {
        font-size: 0.9rem;
    }
}

/* Video Performance Optimizations */
.bg-video-wrap video {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Video Accessibility */
@media (prefers-reduced-motion: reduce) {
    .bg-video-wrap video {
        display: none;
    }
    
    .video-fallback {
        display: flex;
    }
}

.bg-video-wrap .book-btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 141px;
    /* full badge size */
    height: 141px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/resource/book-badge.png) no-repeat center center;
    background-size: contain;
    text-decoration: none;
    /* remove underline if any */
}

.bg-video-wrap .book-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 141px;
    height: 141px;
    background: url(../images/resource/book-badge.png) no-repeat center center;
    background-size: contain;
    /* ensures the image fits */
    z-index: 0;
}

.bg-video-wrap .book-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 83px;
    z-index: 1;
}

.bg-video-wrap .book-btn .icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* Parent container to position it inside the banner */

.bg-video-wrap .banner-social-list {
    position: absolute;
    left: 30px;
    /* adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    /* stack vertically */
    align-items: center;
    gap: 10px;
    z-index: 10;
}

/* Top and bottom vertical lines */

.banner-social-list .line {
    width: 1px;
    height: 25px;
    background-color: var(--white-color);
}

/* Vertical list */

.banner-social-list .custom-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
}

.banner-social-list .custom-ul li {
    position: relative;
    padding: 0 5px;
}

.banner-social-list .custom-ul li i {
    font-size: 24px;
    color: var(--white-color);
    opacity: 0.3;
    transition: all 0.3s ease;
}

.banner-social-list .custom-ul li:hover i {
    opacity: 1;
}

.banner-social-list .custom-ul li a {
    color: var(--white-color);
}

.banner-social-list .custom-ul li a:hover img {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(180deg);
    transform: scale(1.1);
}

/* Close icon styling */
.cross-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}


/* Container positioning */

.bg-video-wrap .banner-call {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
    /* space between lines and text */
    z-index: 10;
}

/* Lines (above and below text) */

.banner-call .line {
    width: 1px;
    height: 25px;
    background-color: var(--white-color);
}

/* List styling */

.banner-call .call-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner-call .call-ul li {
    transform: rotate(-90deg);
    transform-origin: center center;
    white-space: nowrap;
    /* prevent wrapping */
}

.banner-call .call-ul li a {
    font-size: 14px;
    color: var(--white-color);
    text-decoration: none;
}

.banner-call .call-ul li a:hover {
    color: var(--main-color);
}

/*** 

====================================================================
  Title Box Section
====================================================================

***/

.title-box {
    position: relative;
    padding-bottom: 30px;
}

.title-box.centered {
    margin: 0 auto;
    text-align: center;
}

.title-box .subtitle {
    position: relative;
    display: inline-flex;
    /* Make it inline so it wraps only around content */
    align-items: center;
    /* Vertically center the SVGs and text */
    gap: 8px;
    /* Space between SVG and text */
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ancient-color);
    font-size: 14px;
    letter-spacing: 0.20em;
    line-height: 1em;
    margin-bottom: 10px;
}

.title-box .subtitle::before,
.title-box .subtitle::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.title-box .title-badge {
    width: 205px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 10px 0;
}

.title-box h2 {
    position: relative;
    margin-bottom: 0;
}

.title-box h3 {
    position: relative;
    margin-bottom: 0;
}

.title-box .text {
    position: relative;
    line-height: 1.85em;
}

.title-box.centered .text {
    max-width: 420px;
    margin: 0 auto;
}

/*** 

====================================================================
  We Offer Section
====================================================================

***/

.we-offer-section {
    position: relative;
    background: var(--color-one);
}

.we-offer-section .auto-container {
    max-width: 1600px;
}

.offer-block {
    position: relative;
    display: flex;
}

.offer-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    max-width: 440px;
}

.offer-block:nth-child(1) {
    justify-content: flex-start;
    /* default: left */
}

.offer-block:nth-child(2) {
    justify-content: center;
    /* center align */
}

.offer-block:nth-child(3) {
    justify-content: flex-end;
    /* right align */
}

.offer-block .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin-bottom: 25px;
    border-radius: 32px 32px 0 0;
}

.offer-block .inner-box .image {
    position: relative;
    display: inline-block;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
}

.offer-block .inner-box .image img {
    display: block;
    border-radius: 32px 32px 0 0;
    position: relative;
    z-index: 1;
}

.offer-block .inner-box .image::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--white-color);
    border-radius: 32px 32px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.offer-block .inner-box .image:after {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.offer-block .inner-box:hover .image:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.offer-block .inner-box:hover .image:before {
    transform: rotateY(180deg);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.offer-block .inner-box .image img {
    position: relative;
    display: block;
    /*width: 100%;*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.offer-block .inner-box:hover .image img {
    transform: scale(1.04, 1.04);
}

.offer-block h3 {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.offer-block h3 a {
    color: var(--white-color);
}

.offer-block .more-link {
    position: relative;
    padding-top: 20px;
}

.offer-block .more-link a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: var(--ancient-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    padding-bottom: 4px;
}

.offer-block .more-link a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid var(--white-color);
}

.offer-block .more-link a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.offer-block .more-link a:hover {
    color: var(--white-color);
    border-color: var(--white-color);
}

.we-offer-section .bg-text {
    font-size: 730px;
    line-height: 0.5em;
}

/*** 

====================================================================
  Story Section
====================================================================

***/

.story-section {
    position: relative;
    background-color: var(--color-two);
}

.story-section .title-box {
    max-width: 1050px;
    margin-bottom: 10px;
}

.story-section .text-col {
    position: relative;
    z-index: 1000;
}

.story-section.home-page .title-box h2 {
    font-size: 70px;
}

.story-section .title-box h2 img {
    border-radius: 32px;
    margin: 0 10px;
}

.story-section .text-col .inner {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-right: 90px;
    text-align: left;
}

.story-section .feature-info {
    position: relative;
    padding: 30px 0 60px 0;
    display: flex;
}

.story-section .feature-info .feature-info-box {
    position: relative;
    width: 50%;
    padding-right: 20px;
}

.story-section .feature-info .feature-info-box .feature-title {
    display: flex;
    align-items: center;
    text-align: left;
}

.story-section .feature-info .feature-info-box .feature-title h6 {
    padding-left: 15px;
}

.story-section .feature-info .feature-info-box .infotext {
    font-size: 15px;
    line-height: 1.5em;
    padding: 20px 0 0 0;
    color: var(--white-color);
}

.story-section .feature-info .feature-info-box:hover .feature-title img {
    transform: rotateY(180deg);
    transition: transform 0.4s ease;
}

.story-section .booking-info {
    position: relative;
    display: flex;
}

.story-section .booking-info .bk-title {
    position: relative;
    text-transform: capitalize;
    margin-top: -5px;
    padding-right: 40px;
}

.story-section .booking-info .bk-no {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1em;
}

.story-section .booking-info .bk-no a {
    color: var(--main-color);
    padding-bottom: 5px;
}

.story-section .booking-info .bk-no a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: 0px;
    height: 5px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.story-section .booking-info .bk-no a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.hidden-bar .booking-info .bk-no a:hover::before {
    opacity: 1;
}

.story-section .image-col {
    position: relative;
}

.story-section .image-col .inner {
    position: relative;
    display: block;
}

.story-section .image-col .images {
    position: relative;
}

.story-section .image-col .images img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    border-radius: 100% 100% 0 0;
}

.story-section .image-col .image {
    position: relative;
    display: inline-block;
}

.story-section .image-col .image .image-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 20px;
}

.story-section .image-col .image .image-overlay-text h3 {
    font-size: 28px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.9;
    font-family: var(--font-one);
}

.story-section .image-col .image .image-overlay-text h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 15px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: var(--font-two);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.story-section .image-col .image .image-overlay-text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    font-style: italic;
    opacity: 0.95;
    font-family: var(--font-one);
}

.story-section .image-col .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 100% 100% 0 0;
    z-index: 2;
    pointer-events: none;
}

.story-section .image-col .image::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--white-color);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 100% 100% 0 0;
    z-index: 100;
}

.side-image.storyside-img {
    left: 0;
    bottom: 70px;
}

/*** 

====================================================================
  Special Dish Section
====================================================================

***/

.special-dish {
    position: relative;
    background: var(--color-five);
}

.special-dish .right-bg {
    position: absolute;
    right: 0;
    bottom: 140px;
}

.special-dish .bottom-image {
    position: absolute;
    right: 0;
    bottom: -170px;
    z-index: 1;
}

.special-dish .outer-container {
    position: relative;
}

.special-dish .row {
    margin: 0 0;
}

.special-dish .image-col {
    position: relative;
    padding: 0 0;
}

.special-dish .image-col .inner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.special-dish .image-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.special-dish .image-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.special-dish .image-col .image {
    position: relative;
    display: none;
}

.special-dish .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}

.special-dish .content-col {
    position: relative;
    padding: 0 0;
}

.special-dish .content-col .inner {
    position: relative;
    display: block;
    max-width: 600px;
    padding: 225px 20px 225px 130px;
}

.special-dish .content-col .badge-icon {
    position: absolute;
    left: -60px;
    top: 0;
}

.special-dish .title-box {
    margin-bottom: 40px;
}

.special-dish .price {
    position: relative;
    line-height: 30px;
}

.special-dish .price .old {
    position: relative;
    font-size: 18px;
    color: var(--color-three);
    padding-right: 20px;
}

.special-dish .price .new {
    position: relative;
    font-size: 24px;
    color: var(--main-color);
}

.special-dish .content-col .link-box {
    padding-top: 40px;
}

/*** 

====================================================================
  Menu Section Tab Style
====================================================================

***/

.menu-section {
    position: relative;
    overflow: hidden;
    background-color: var(--color-two);
}

.tabs-box {
    position: relative;
}

.tabs-box .tab-buttons {
    position: relative;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tabs-box .tabs-content {
    position: relative;
    background-color: var(--color-two);
}

.tabs-box .tabs-content:before {
    display: none;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
    padding: 32px 0;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

/* Menu Grid Layout */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    padding: 0;
}

/* Menu Product Card */
.menu-card {
    position: relative;
    background: var(--color-two);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.menu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.menu-card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu-card-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: var(--color-two);
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-card:hover .menu-card-image img {
    transform: scale(1.05);
}

.menu-card-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-family-Urbanist);
}

.menu-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.menu-card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: var(--font-family-Urbanist);
    letter-spacing: 0.5px;
}

.menu-card-calories {
    font-size: 14px;
    color: #ff6b6b;
    margin-bottom: 15px;
    font-weight: 500;
}

.menu-card-price {
    font-size: 20px;
    font-weight: 900;
    color: var(--white-color);
    margin-top: auto;
    font-family: var(--font-family-Urbanist);
}

.menu-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: var(--white-color);
    font-size: 18px;
}

.menu-tabs {
    position: relative;
}

.menu-tabs .buttons {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--main-color) transparent;
}

.menu-tabs .buttons::-webkit-scrollbar {
    height: 6px;
}

.menu-tabs .buttons::-webkit-scrollbar-track {
    background: transparent;
}

.menu-tabs .buttons::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 3px;
}

.menu-tabs .buttons::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color);
    opacity: 0.8;
}

.menu-tabs .buttons .tab-buttons {
    position: relative;
    text-align: center;
    font-family: var(--font-family-Fraunces);
    white-space: nowrap;
    display: inline-flex;
    width: max-content;
    min-width: 100%;
    justify-content: center;
    padding: 0px;
}

.menu-tabs .buttons .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-family: var(--font-family-Urbanist);
    white-space: nowrap;
    flex-shrink: 0;
}

.menu-tabs .buttons .tab-buttons .tab-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    border-top: 1px solid var(--main-color);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.menu-tabs .buttons .tab-buttons .tab-btn.active-btn:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-tabs .buttons .tab-buttons .tab-btn:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 36px;
    top: 50%;
    margin-top: -8px;
    height: 14px;
    width: 14px;
    background: url(../images/icons/star-element.svg) no-repeat;
}

.menu-tabs .buttons .tab-buttons .tab-btn:first-child {
    margin-left: 0;
}

.menu-tabs .buttons .tab-buttons .tab-btn:last-child {
    margin-right: 0;
}

.menu-tabs .buttons .tab-buttons .tab-btn:last-child:after {
    display: none;
}

.tabs-box .tabs-content .tab .row {
    display: flex;
    align-items: center;
    /* This vertically centers the two columns */
    flex-wrap: wrap;
    /* Ensures responsiveness for smaller screens */
}

.menu-tabs .menu-col .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertical centering inside the column */
    height: 100%;
    padding-left: 70px;
}

.menu-tabs .menu-col.img-col {
    text-align: center;
    padding-top: 30px;
}

.menu-tabs .menu-col.img-col .inner {
    display: block;
}

.menu-tabs .menu-col:nth-child(2) .inner {
    padding-right: 0;
    border-right: none;
}

.menu-tabs .menu-col:nth-child(2) .inner:after {
    display: none;
}

.menu-tabs .menu-col.img-col .image {
    position: relative;
    display: inline-block;
}

.menu-tabs .menu-col.img-col .image img {
    display: block;
    padding: 14px 24px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.menu-tabs .menu-col.img-col .image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--ancient-color);
    border-radius: 100%;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.menu-tabs .dish-block {
    position: relative;
    margin-bottom: 35px;
}

.menu-tabs .dish-block:last-child {
    margin-bottom: 0;
}

.menu-tabs .dish-block .inner-box {
    position: relative;
    padding-left: 120px;
    min-height: 100px;
    padding-top: 10px;
}

.menu-tabs .dish-block .dish-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 32px;
    overflow: hidden;
}

.menu-tabs .dish-block .dish-image img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-tabs .dish-block .inner-box:hover .dish-image img {
    transform: rotate(90deg);
}

.menu-tabs .dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    display: flex;
}

.menu-tabs .dish-block .title .menu-list-line {
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--white-color-opacity-three);
    height: 17px;
}

.menu-tabs .dish-block .title .ttl {
    position: relative;
    float: left;
    padding-right: 10px;
    text-transform: capitalize;
}

.menu-tabs .dish-block .title .ttl a {
    color: var(--white-color);
}

.menu-tabs .dish-block .title .ttl a:hover {
    color: var(--main-color);
}

.menu-tabs .dish-block .title .ttl .s-info {
    position: relative;
    display: inline-block;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 32px;
    font-size: 12px;
    color: var(--main-color);
    background: var(--white-color);
    margin-left: 8px;
}

.menu-tabs .dish-block .title .price {
    position: relative;
    float: right;
    font-size: 16px;
    color: var(--white-color);
    padding-left: 5px;
}

.menu-tabs .dish-block .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-three);
}

.menu-tabs .dish-block .desc a {
    color: var(--ancient-color);
}

.menu-section .open-timing {
    position: relative;
    text-align: center;
}

.menu-section .open-timing .hours {
    position: relative;
    padding: 25px 0;
}

/*** 

====================================================================
  Special Offer Section
====================================================================

***/

.special-offer {
    position: relative;
    background: var(--color-two);
}

.special-offer .outer-container {
    position: relative;
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.offer-block-two {
    position: relative;
    margin-bottom: 30px;
}

.special-offer .owl-theme .offer-block-two {
    margin-bottom: 0;
}

.offer-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.offer-block-two .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: var(--main-color);
    border-radius: 32px 32px 0 0;
}

.offer-block-two .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.offer-block-two .inner-box:hover .image img {
    opacity: 0.60;
    transform: scale(1.05, 1.05) rotate(2deg);
}

.offer-block-two .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.offer-block-two .inner-box:hover .image::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.offer-block-two .cat-name {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color);
}

.offer-block-two h5 {
    position: relative;
    margin-bottom: 10px;
}

.offer-block-two h5 a {
    color: var(--white-color);
}

.offer-block-two h5 a:hover {
    color: var(--main-color);
}

.offer-block-two .desc {
    position: relative;
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 15px;
}

.offer-block-two .price {
    position: relative;
    font-size: 16px;
    color: var(--white-color);
}

.special-offer .lower-link-box {
    margin-top: 40px;
}

.special-offer .owl-theme .owl-dots {
    display: none;
}

.special-offer .owl-theme .owl-nav {
    position: absolute;
    left: -100px;
    right: -100px;
    height: 0;
    top: 50%;
    margin-top: -22px;
}

.special-offer .owl-theme .owl-nav .owl-next,
.special-offer .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    background: transparent;
    color: var(--main-color);
    border-radius: 0%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next span,
.special-offer .owl-theme .owl-nav .owl-prev span {
    position: relative;
    z-index: 1;
}

.special-offer .owl-theme .owl-nav .owl-next:before,
.special-offer .owl-theme .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white-color-opacity-four);
    border-radius: 32px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next {
    right: 15px;
}

.special-offer .owl-theme .owl-nav .owl-prev {
    left: 15px;
}

.special-offer .owl-theme .owl-nav .owl-next:hover,
.special-offer .owl-theme .owl-nav .owl-prev:hover {
    color: var(--black-color);
}

.special-offer .owl-theme .owl-nav .owl-next:hover:before,
.special-offer .owl-theme .owl-nav .owl-prev:hover:before {
    background: var(--main-color);
}

.side-image.specialoffer-img {
    right: -30px;
    top: -200px;
    z-index: 100;
}

.special-offer .bg-text {
    font-size: 500px;
    line-height: 0.5em;
}

/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-section {
    position: relative;
    background: var(--color-one);
}

.testimonials-section .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.testimonials-section .auto-container {
    max-width: 1600px;
}

.testimonials-section .carousel-img-col {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    /* Adjust this to control overlap */
    z-index: 1;
    padding: 0;
}

.testimonials-section .carousel-img-col img {
    width: 100%;
    border-radius: 32px 0 0 0;
}

.testimonials-section .carousel-img-col .carousel-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.testimonials-section .carousel-img-col .carousel-image .image-layer {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 32px 0 0 0;
}

.testimonials-section .carousel-img-col .carousel-image .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.testimonials-section .carousel-col {
    position: relative;
    border: solid 1px var(--main-color);
    border-radius: 0 32px 0 0;
    background: rgba(21, 44, 41, 0.70);
    padding: 80px;
    z-index: 100;
}

.testimonials-section .carousel-box {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-section .testi-top {
    position: relative;
    text-align: center;
}

.testimonials-section .testi-top .quote-text {
    position: relative;
    line-height: 1.6em;
    font-size: 20px;
}

.testimonials-section .thumbs-carousel-box {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}

.testimonials-section .testi-thumbs {
    position: relative;
    max-width: 130px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-section .testi-thumbs .owl-stage-outer {
    overflow: visible;
}

.testimonials-section .testi-thumbs .image {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    cursor: pointer;
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.testimonials-section .testi-thumbs .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
}

.testimonials-section .testi-thumbs .active .image {
    -ms-transform: scale(1);
    transform: scale(1);
    border: solid 2px var(--main-color);
}

.testimonials-section .testi-thumbs .auth-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 12px;
    letter-spacing: 0.20em;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.testimonials-section .testi-thumbs .active .auth-title {
    opacity: 1;
    visibility: visible;
}

.testimonials-section .owl-theme .owl-nav,
.testimonials-section .owl-theme .owl-dots {
    display: none;
}

/*** 

====================================================================
  Reservation Section - Common css and other css for different options
====================================================================

***/

.reserve-section {
    position: relative;
}

.reserve-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.50;
}

.reserve-section .outer-box {
    position: relative;
    z-index: 1;
}

.reserve-section .outer-box>.row {
    margin: 0 0;
}

.reserve-section .reserv-col {
    position: relative;
    padding: 0 0;
}

.reserve-section .reserv-col .inner {
    position: relative;
    min-height: 100%;
}

.reserve-section .reserv-col .title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.reserve-section .reserv-col .title h2 {
    line-height: 1.2em;
}

.reserve-section .reserv-col .request-info a {
    color: var(--main-color);
}

.reserve-section .reserv-col .request-info a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.reserve-section .reserv-col form .row {
    margin: 0 -10px;
}

.reserve-section .reserv-col form .row .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}

.reserve-section .reserv-col form .btn-style-one {
    display: block;
    width: 100%;
}

.reserve-section .reserv-col form .btn-style-one .btn-wrap .text-two,
.reserve-section .reserv-col form .btn-style-one .btn-wrap {
    width: 100%;
}

/* reservation split style ( common css used from above css) */

.reserve-section.splitscreen .graphic-col .graphic-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reserve-section.splitscreen .graphic-col .image {
    display: none;
}

.reserve-section.splitscreen .reserv-col {
    background-color: var(--color-two);
}

.reserve-section.splitscreen .reserv-col .inner {
    background-color: var(--color-two);
}

.reserve-section.splitscreen .reserv-col .inner {
    background: url(../images/resource/pattern-dark.png) repeat;
    position: relative;
    padding: 150px 180px;
    min-height: 100%;
    display: inline-block;
}

.reserve-section.splitscreen .reserv-col .inner::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.reserve-section.splitscreen .reserv-col .inner .title-box h2 {
    padding-bottom: 0;
}

/* css for style two ( comon css used as above css) */

.reserve-section.style-two {
    position: relative;
    background-color: var(--black-color);
}

.reserve-section.style-two .outer-box {
    margin: 0 0;
    top: 0;
}

.reserve-section.style-two .reserv-col {
    background-color: var(--color-two);
    border-radius: 32px;
}

.reserve-section.style-two .reserv-col .inner .title-box h2 {
    padding-bottom: 0;
}

.reserve-section.style-two .reserv-col .inner {
    background: url(../images/resource/pattern-dark.png) repeat;
    position: relative;
    padding: 75px 100px;
    min-height: 100%;
    display: inline-block;
}

.reserve-section.style-two .reserv-col .inner::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

/* css for style two Reserve PAGE ( comon css used as above css) */

.reserve-section.style-two.reserve-page {
    padding-top: 200px;
}

/* css for style two Reserve PAGE 2 ( comon css used as above css) */

.reserve-section.style-two.reserve-page-2 .row {
    display: flex;
    align-items: center;
    /* vertically center columns */
    flex-wrap: wrap;
    /* keep responsiveness for smaller screens */
}

.reserve-section.style-two.reserve-page-2 {
    padding-top: 200px;
    background: url(../images/resource/pattern-dark.png) repeat;
    background-color: var(--color-one);
}

.reserve-section.style-two.reserve-page-2 .form-col {
    order: 4;
    padding: 0 50px;
}

.reserve-section.style-two.reserve-page-2 .last {
    order: 12;
}

.reserve-section.style-two.reserve-page-2 .reserv-col {
    background-color: inherit;
}

.reserve-section.style-two.reserve-page-2 .reserv-col .inner {
    background: none;
    position: relative;
    padding: 0;
    min-height: 100%;
    display: inline-block;
}

.reserve-section.style-two.reserve-page-2 .reserv-col .inner::before {
    display: none;
}

.reserve-section.style-two.reserve-page-2 .form-image {
    position: relative;
    display: inline-block;
    border-radius: 32px;
    overflow: hidden;
}

.reserve-section.style-two.reserve-page-2 .form-image img {
    display: block;
    border-radius: 32px;
    position: relative;
    z-index: 1;
}

.reserve-section.style-two.reserve-page-2 .form-image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: calc(200px - 20px);
    /* Adjust for inner corner */
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-section {
    position: relative;
    background-color: var(--color-one);
}

.team-section .row {
    margin: 0 -25px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-section .row .team-block {
    padding: 0 25px;
    margin-bottom: 40px;
}

.team-block .inner-box {
    position: relative;
    display: block;
}

.team-block .inner-box .image {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.team-block .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 32px 32px 0 0;
}

.team-block .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
}

.team-block .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.40;
    background-color: var(--main-color);
    border-radius: 32px 32px 0 0;
}

.team-block .overlay-box .overlay-inner {
    position: relative;
    text-align: center;
}

.team-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.team-block .social-box {
    position: relative;
}

.team-block .social-box li {
    position: relative;
    margin: 0px 1px;
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.team-block .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--black-color);
    border-radius: 32px;
}

.team-block .social-box li a:hover {
    background: var(--main-color);
    color: var(--color-five);
}

.team-block h5 {
    position: relative;
    margin-bottom: 4px;
    text-align: center;
}

.team-block h5 a {
    color: var(--white-color);
}

.team-block h5 a:hover {
    color: var(--main-color);
}

.team-block .designation {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 0.10em;
    margin-bottom: 5px;
    text-align: center;
}

.team-block .desc {
    position: relative;
    font-size: 16px;
    color: var(--color-three);
    text-align: center;
}

/*** 

====================================================================
  Intro Section
====================================================================

***/

.intro-section {
    position: relative;
    padding: 300px 0;
    background: var(--color-two);
}

.intro-section .image-layer {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.intro-section .content-box {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.intro-section .intro-content-box {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
}

.intro-section .intro-content-box h3 {
    font-size: 32px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0.95;
    font-family: var(--font-one);
    animation: fadeInUp 1s ease-in-out;
}

.intro-section .intro-content-box h1 {
    font-size: 90px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 25px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: var(--font-two);
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 1.2s ease-in-out;
}

.intro-section .intro-content-box p {
    font-size: 24px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 40px;
    font-style: italic;
    opacity: 0.95;
    font-family: var(--font-one);
    animation: fadeInUp 1.4s ease-in-out;
}

.intro-section .intro-content-box .intro-link-box {
    position: relative;
    animation: fadeInUp 1.6s ease-in-out;
}

.intro-section .intro-content-box .intro-link-box .theme-btn {
    display: inline-block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.intro-section .image-layer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.intro-section .content-box .play-btn {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.intro-section .content-box .play-btn .theme-btn {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 140px;
    font-size: 24px;
    color: var(--color-one);
    background-color: var(--white-color);
    border: 2px solid var(--white-color);
    border-radius: 50%;
}

.intro-section .content-box .play-btn .theme-btn:hover {
    color: var(--main-color);
    border-color: var(--color-one);
    background-color: var(--color-one);
}

.intro-section .content-box .play-btn .ripple,
.intro-section .content-box .play-btn .ripple:before,
.intro-section .content-box .play-btn .ripple:after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -1px;
    margin-left: -1px;
    /* -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.intro-section .content-box .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.intro-section .content-box .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.intro-section .intro-anim-image {
    position: absolute;
    z-index: 100;
    top: -200px;
    left: -600px;
    right: 0;
    text-align: center;
}

/*** 

====================================================================
  News Section
====================================================================

***/

.news-section {
    position: relative;
    background: var(--color-one);
}

.news-section .auto-container {
    max-width: 1600px;
}

.news-section .row {
    margin: 0 -25px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}

.news-block:nth-child(1) {
    justify-content: flex-start;
    /* default: left */
}

.news-block:nth-child(2) {
    justify-content: center;
    /* center align */
}

.news-block:nth-child(3) {
    justify-content: flex-end;
    /* right align */
}

.news-section .row .news-block {
    padding: 0 25px;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
    display: block;
    max-width: 440px;
}

.news-block .image-box {
    position: relative;
    display: block;
}

.news-block .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    border-radius: 0 0 32px 32px;
    background: rgba(0, 0, 0, 0.70);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
    z-index: 1;
}

.news-block .image {
    position: relative;
    display: block;
    z-index: 0;
    overflow: hidden;
}

.news-block .image img {
    position: relative;
    display: block;
    border-radius: 32px;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .image.rounded img {
    border-radius: 32px;
}

.news-block .image.rounded {
    overflow: hidden;
    border-radius: 32px;
}

.news-block .date {
    font-size: 23px;
    letter-spacing: 0.10em;
    border-bottom: solid 1px var(--white-color);
    display: inline-block;
}

.news-block .date span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}

.news-block .over-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
    z-index: 3;
}

.news-block .cat {
    position: relative;
    color: var(--white-color);
    padding: 20px 0 10px 0;
    text-transform: capitalize;
}

.news-block h4 {
    position: relative;
    margin-bottom: 0;
}

.news-block h4 a {
    color: var(--white-color);
}

/*** 

====================================================================
  IG post Section
====================================================================

***/

.ig-post-section {
    position: relative;
    background: var(--color-two);
}

.ig-post-section .ig-post-block .ig-post-image img {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ig-post-section .ig-post-block .ig-post-image:hover img {
    transform: scale(1.05, 1.05);
}

/*** 

====================================================================
  blog list page Section
====================================================================

***/

.blog_list_section {
    position: relative;
    z-index: 9;
}

.blog_list_section .blog_left_side {
    padding: 0 20px 0 0;
}

.blog_list_section .blog_left_side .blog_panel {
    margin-bottom: 50px;
}

.blog_list_section .blog_left_side .blog_panel .main_img {
    overflow: hidden;
    display: block;
}

.blog_list_section .blog_left_side .blog_panel .main_img img {
    width: 100%;
    transition: transform 0.5s ease;
    display: block;
}

.blog_list_section .blog_left_side .blog_panel:hover .main_img img {
    transform: scale(1.05);
}

.blog_list_section .blog_left_side .blog_panel .blog_info {
    padding: 30px 0;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul,
.blog_detail_section .blog_info ul {
    position: relative;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li,
.blog_detail_section .blog_info ul li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white-color-opacity-three);
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li a,
.blog_detail_section .blog_info ul li a {
    color: var(--main-color);
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li:not(:last-child)::after,
.blog_detail_section .blog_info ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: var(--white-color-opacity-three);
}

.blog_list_section .blog_left_side .blog_panel .blog_info h4 {
    display: block;
    transition: .4s all;
    margin-bottom: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info h4 a {
    color: var(--white-color);
    display: block;
    transition: .4s all;
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info h4:hover a {
    color: var(--main-color);
}

.blog_list_section .blog_left_side .blog_panel .blog_info p {
    padding-bottom: 10px;
    color: var(--white-color-opacity-two);
}

/* -----blog-right-side------ */

.blog_list_section .blog_right_side {
    border-left: 1px solid var(--white-color-opacity-four);
    padding: 0 0 0 50px;
}

.blog_list_section .blog_right_side .bg_box {
    margin-bottom: 60px;
}

.blog_list_section .blog_right_side .blog_search_block form label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner {
    position: relative;
    width: 100%;
    height: 60px;
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner .form-control {
    height: 100%;
    border-radius: 0;
    border: 1px solid var(--white-color-opacity-four);
    padding-right: 50px;
    color: var(--white-color);
    background-color: var(--color-two);
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner button {
    font-size: 20px;
    position: absolute;
    background-color: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    padding: 5px;
    transition: .4s all;
    color: var(--white-color);
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner button:hover {
    color: var(--main-color);
}

/* Recent Blog Css Start */

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li:last-child a {
    margin-bottom: 10px;
    transition: .4s all;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .img {
    width: 80px;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .img img {
    width: 100%;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text {
    width: calc(100% - 100px);
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text p {
    color: var(--white-color);
    font-size: 16px;
    transition: .4s all;
    text-transform: capitalize;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a:hover p {
    color: var(--main-color);
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text span {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white-color-opacity-three);
    letter-spacing: 2px;
}

/* Categories block Css */

.blog_list_section .blog_right_side .categories_block ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.blog_list_section .blog_right_side .categories_block ul li:last-child {
    margin-bottom: 0;
}

.blog_list_section .blog_right_side .categories_block ul li .cat {
    width: 75%;
    transition: .4s all;
    color: var(--white-color);
}

.blog_list_section .blog_right_side .categories_block ul li .cat:hover {
    color: var(--main-color);
}

.blog_list_section .blog_right_side .categories_block ul li span {
    color: var(--white-color-opacity-three);
}

/* Tag Blocks Css Start */

.blog_list_section .blog_right_side .tags_block ul {
    display: flex;
    flex-wrap: wrap;
}

.blog_list_section .blog_right_side .tags_block ul li a {
    display: inline-block;
    padding: 4px 14px;
    margin: 0 15px 15px 0;
    transition: .4s all;
    border: solid 1px var(--white-color-opacity-three);
    color: var(--white-color);
    font-size: 14px;
}

.blog_list_section .blog_right_side .tags_block ul li a:hover {
    background-color: var(--main-color);
    color: var(--black-color);
    border: solid 1px var(--main-color);
}

.blog_list_section .blog_right_side h6 {
    border-bottom: solid 1px var(--white-color-opacity-four);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* Pagination Css Start */

.pagination_block ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.pagination_block ul li a {
    margin: 0 5px;
    transition: 0.4s all;
    display: block;
    width: 39px;
    height: 39px;
    background-color: none;
    text-align: center;
    line-height: 39px;
    color: var(--white-color);
    border: 1px solid #696969;
}

.pagination_block ul li a:hover,
.pagination_block ul li a.active {
    background-color: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}

.pagination_block ul li a:hover i {
    color: var(--white-color);
}

.pagination_block ul li:first-child a:hover {
    color: var(--main-color);
}

.pagination_block ul li:last-child a:hover {
    color: var(--main-color);
}

/* Blog Single Css Start */

.blog_detail_section .container {
    max-width: 1010px;
}

.blog_detail_section .blog_info h2 {
    color: var(--white-color);
    display: block;
    transition: .4s all;
    margin-bottom: 15px;
    margin-top: 5px;
}

/* Blog Detail */

.blog_detail_section .blog_inner_pannel {
    padding: 0 100px;
    position: relative;
}

.blog_detail_section .blog_inner_pannel p {
    color: var(--white-color-opacity-two);
}

.blog_detail_section .blog_inner_pannel .review {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .review span {
    line-height: 1;
}

.blog_detail_section .blog_inner_pannel .review span:first-child {
    color: var(--main-color);
    display: inline-block;
    font-weight: 700;
}

.blog_detail_section .blog_inner_pannel .review span:last-child {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
}

.blog_detail_section .blog_inner_pannel .section_title {
    margin-bottom: 40px;
}

.blog_detail_section .blog_inner_pannel .section_title h2 {
    margin-bottom: 0;
}

.blog_detail_section .blog_inner_pannel img {
    max-width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img {
    margin: 50px 0;
}

.blog_detail_section .blog_inner_pannel .main_img img {
    width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img iframe {
    width: 100%;
    height: 510px;
}

.blog_detail_section .blog_inner_pannel .info {
    padding: 0 80px;
}

.blog_detail_section .blog_inner_pannel .info h3 {
    color: var(--white-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .info ul {
    margin-bottom: 10px;
}

.blog_detail_section .blog_inner_pannel .info ul li p {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
    font-size: 16px;
}

.blog_detail_section .blog_inner_pannel .info ul li p .icon {
    position: absolute;
    left: 0;
}

.blog_detail_section .blog_inner_pannel .two_img {
    margin-bottom: 70px;
}

.blog_detail_section .blog_inner_pannel .quote_block {
    background-color: var(--color-two);
    padding: 55px 35px 30px 45px;
    position: relative;
    margin: 40px 80px 40px 80px;
    border: solid 1px var(--main-color);
}

.blog_detail_section .blog_inner_pannel .quote_block h5 {
    color: var(--white-color);
    margin: 15px 0;
    line-height: 33px;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon {
    font-size: 80px;
    color: var(--white-color);
    font-family: var(--font-family-Fraunces);
    line-height: 0.2;
    display: block;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon:last-child {
    text-align: right;
    line-height: 0.5;
}

.blog_detail_section .blog_inner_pannel .blog_authore {
    padding: 0 80px;
    margin: 35px 0;
}

/* Social Media link list */

.blog_detail_section .blog_inner_pannel .blog_authore .social_media h6 {
    padding-bottom: 20px;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul {
    display: flex;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    border: 1px solid var(--white-color-opacity-four);
    border-radius: 32px;
    margin-right: 10px;
    transition: 0.4s all;
    color: var(--white-color-opacity-two);
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

/* comment section Css Start */

.comment_section {
    padding-bottom: 100px;
}

.comment_section .blog_cooment_block {
    padding: 0 100px;
}

.comment_section .blog_cooment_block .posted_cooment {
    margin-bottom: 60px;
}

.comment_section .blog_cooment_block .posted_cooment .section_title {
    text-align: left;
}

.comment_section ul {
    margin-top: 30px;
}

.comment_section ul li {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid var(--white-color-opacity-four);
}

.comment_section ul li:last-child {
    border-bottom: 1px solid var(--white-color-opacity-four);
}

.comment_section ul li.replay_comment {
    margin-left: 110px;
}

.comment_section ul li .authore_info {
    display: flex;
    align-items: center;
    width: 260px;
}

.comment_section ul li .authore_info .avtar {
    width: 88px;
    margin-right: 20px;
}

.comment_section ul li .authore_info .avtar img {
    border-radius: 32px;
    border-color: 2 solid var(--white-color-opacity-four);
}

.comment_section ul li .authore_info .text {
    width: calc(100% - 108px);
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.comment_section ul li .authore_info .text span {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--white-color-opacity-two);
}

.comment_section ul li .comment {
    width: calc(100% - 310px);
    margin-left: 50px;
}

.comment_section ul li .comment p {
    margin-bottom: 0;
    color: var(--white-color-opacity-two);
}

/* comment-form-section */

.comment_form_section .section_title {
    text-align: left;
}

.comment_form_section form {
    margin-top: 30px;
}

.comment_form_section form .form-group .form-control {
    height: 60px;
    margin-bottom: 30px;
    color: var(--white-color);
    padding: 15px;
    border: 1px solid var(--white-color-opacity-four);
    background-color: var(--color-one);
    border-radius: 0px;
}

.comment_form_section form .form-group .form-control::placeholder {
    color: var(--white-color);
}

.comment_form_section form .form-group textarea.form-control {
    height: 140px;
    padding-top: 15px;
    resize: none;
}

.comment_form_section .coment-btn {
    text-align: right;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background-color: var(--color-one);
    z-index: 1;
}

.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, var(--color-one) 10%, transparent 60%), url(../images/background/footer-bg.jpg) no-repeat;
    background-attachment: scroll;
    background-size: cover;
    opacity: 0.2;
    /* Keep it 1 if you already fade via gradient */
    z-index: -1;
}

.main-footer .upper-section {
    position: relative;
    text-align: center;
}

.main-footer .upper-section .row {
    display: flex;
    align-items: center;
    /* vertically center columns */
    flex-wrap: wrap;
    /* keep responsiveness for smaller screens */
}

.main-footer .footer-col {
    position: relative;
    text-align: center;
}

.main-footer .footer-image-col {
    position: relative;
}

.main-footer .footer-image-col .footer-image {
    position: relative;
    display: inline-block;
    border-radius: 32px;
    overflow: hidden;
}

.main-footer .footer-image-col .footer-image img {
    display: block;
    border-radius: 32px;
    position: relative;
    z-index: 1;
}

.main-footer .footer-image-col .footer-image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--white-color);
    border-radius: calc(200px - 20px);
    /* Adjust for inner corner */
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.main-footer .footer-image-col.last {
    order: 12;
}

.main-footer .info-col {
    position: relative;
    color: var(--color-one);
    order: 4;
}

.main-footer .footer-image-col .inner {
    position: relative;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 100%;
}

.main-footer .info-col .inner {
    position: relative;
    max-width: 1440px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.main-footer .info-col .content {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}

.main-footer .info-col .logo {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .info-col .info h6 {
    gap: 8px;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: var(--white-color);
    text-transform: uppercase;
    padding-bottom: 15px;
}

.main-footer .info-col .info h6::before,
.main-footer .info-col .info h6::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.main-footer .info-col .info li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 5px;
    color: var(--white-color);
}

.main-footer .info-col .info li:last-child {
    margin-bottom: 0;
}

.main-footer .info-col .info li a {
    color: var(--white-color);
}

.main-footer .info-col .info li a:hover {
    color: var(--main-color);
}

.main-footer .info-col .separator {
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-footer .info-col .separator span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    height: 14px;
    width: 14px;
    background: url(../images/icons/star-element.svg) no-repeat;
}

.main-footer .info-col .separator span:before {
    content: '';
    position: absolute;
    left: auto;
    right: auto;
    top: -25px;
    width: 1px;
    height: 18px;
    background-color: var(--main-color);
}

.main-footer .info-col .separator span:after {
    content: '';
    position: absolute;
    left: auto;
    right: auto;
    bottom: -25px;
    width: 1px;
    height: 18px;
    background-color: var(--main-color);
}

.main-footer .info-col .newsletter {
    position: relative;
}

.main-footer .info-col .newsletter h3 {
    margin-bottom: 0;
}

.main-footer .info-col .newsletter .text {
    line-height: 1.5em;
    font-size: 14px;
    color: var(--white-color);
}

.main-footer .info-col .newsletter-form {
    position: relative;
    margin-top: 30px;
}

.main-footer .info-col .newsletter-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.main-footer .info-col .newsletter-form .alt-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    z-index: 1;
    pointer-events: none;
}

.main-footer .info-col .newsletter-form .form-group input[type="text"],
.main-footer .info-col .newsletter-form input[type="email"],
.main-footer .info-col .newsletter-form input[type="password"] {
    position: relative;
    display: block;
    height: 56px;
    width: 100%;
    font-size: 14px;
    color: var(--color-three);
    line-height: 34px;
    font-weight: 600;
    padding: 10px 20px 10px 40px;
    background-color: var(--color-one);
    border: 1px solid var(--color-four);
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .info-col .newsletter-form .form-group input[type="text"]:focus,
.main-footer .info-col .newsletter-form input[type="email"]:focus,
.main-footer .info-col .newsletter-form input[type="password"]:focus {
    border-color: var(--main-color);
}

.main-footer .info-col .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 56px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-style-one .btn-title {
    line-height: 22px;
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

/* footer last */

footer .bottom_footer {
    position: relative;
}

footer .bottom_footer .auto-container {
    border-top: solid 1px var(--color-four);
    padding: 30px 0;
}

footer .bottom_footer p {
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white-color);
    letter-spacing: normal;
}

footer .bottom_footer .developer_text {
    text-align: right;
}

footer .bottom_footer .developer_text a {
    text-decoration: underline;
    color: var(--white-color);
}

footer .bottom_footer .developer_text a:hover {
    color: var(--white-color);
}

/* footer social media icon */

footer .bottom_footer .social_media {
    justify-content: center;
}

footer .bottom_footer .social_media {
    display: flex;
    justify-content: center;
}

/* footer link list */

footer .bottom_footer .social_media li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 32px;
    margin-right: 10px;
    transition: .4s all;
}

footer .bottom_footer .social_media li a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

/*** 

====================================================================
  Inner page Banner Section
====================================================================

***/

.inner-banner {
    position: relative;
    padding: 230px 0 170px 0;
    background: var(--black-color);
}

.inner-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.50;
}

.inner-banner .inner {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}

.inner-banner .inner .sub_text {
    padding: 0 150px;
}

.inner-banner .inner .subtitle {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 12px;
    letter-spacing: 0.40em;
    margin-bottom: 0px;
}

.inner-banner .inner h1 {
    position: relative;
    text-transform: none;
    line-height: 1.0em;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: top;
}

.inner-banner .inner .sub_text p {
    font-weight: 300;
    font-size: 20px;
    padding-top: 10px;
}

.inner-banner .inner .sub_text .primary-color {
    color: var(--main-color);
}

/*** 

====================================================================
  Fluid Section
====================================================================

***/

.fluid-section {
    position: relative;
    background: var(--color-two);
}

.fluid-section .outer-container {
    position: relative;
}

.fluid-section .row {
    margin: 0 0;
}

.fluid-section .image-col {
    position: relative;
    padding: 0 0;
}

.fluid-section.alternate .image-col {
    order: 12;
}

.fluid-section .image-col .inner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.fluid-section .image-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fluid-section .image-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fluid-section .image-col .image {
    position: relative;
    display: none;
}

.fluid-section .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section .content-col {
    position: relative;
    padding: 0 0;
    text-align: center;
}

.fluid-section.alternate .content-col {
    order: 0;
}

.fluid-section .content-col .inner {
    position: relative;
    display: block;
    padding: 150px 20px;
}

.fluid-section .content-col .content-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px;
}

.fluid-section .content-col .content-box .chef-thumb {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
    display: inline-block;
}

.fluid-section .content-col .content-box .chef-thumb::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 32px 32px 0 0;
    z-index: 100;
}

.fluid-section .content-col .content-box .chef-thumb img {
    border-radius: 32px 32px 0 0;
}

.fluid-section.alternate .content-col .content-box {
    float: right;
}

.fluid-section.alternate .content-col .link-box {
    padding-top: 0px;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section {
    position: relative;
    background-color: var(--color-one);
    z-index: 1;
}

.services-section .row {
    display: flex;
    align-items: center;
    /* Vertically center columns */
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
}

.services-section .s-col {
    position: relative;
    padding-right: 50px;
}

.services-section .s-col .inner {
    position: relative;
    display: block;
}

.services-section .s-col.last {
    order: 12;
    padding-left: 50px;
    padding-right: 0;
}

.services-section .image-col {
    position: relative;
    order: 5;
}

.services-section .image-col .image-box {
    position: relative;
    display: inline-block;
    text-align: center;
}

.services-section .image-col .image-box img {
    position: relative;
    z-index: 1;
    border-radius: 32px 32px 0 0;
}

.services-section .image-col .image-box::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 32px 32px 0 0;
    z-index: 100;
}

.services-section .s-block {
    position: relative;
    margin-bottom: 100px;
}

.services-section .s-col .s-block:last-child {
    margin-bottom: 0;
}

.services-section .s-block .inner {
    position: relative;
    display: block;
    min-height: 100px;
}

.services-section .s-block.alternate .inner {
    padding-left: 0;
    text-align: right;
}

.services-section .s-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.s-block .inner:hover .icon-box {
    transform: rotateY(180deg);
}

.services-section .s-block.alternate .icon-box {
    left: auto;
    right: 0;
}

.services-section .s-block .icon-box img {
    max-height: 80px;
}

.services-section .s-block.alternate h6 {
    padding-top: 15px;
    padding-right: 70px;
}

.services-section .s-block h6 {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 70px;
}

.services-section .s-block .text {
    position: relative;
    color: var(--ancient-color);
    padding-top: 15px;
}

/*** 

====================================================================
  Testimonials two Section
====================================================================

***/

.testimonials-two {
    position: relative;
    background: var(--color-two);
}

.special-offer .carousel-box {
    position: relative;
}

.testimonials-two .testi-block {
    position: relative;
}

.testimonials-two .testi-block .inner-box {
    position: relative;
    padding: 40px;
    background: var(--color-one);
    border: solid 1px var(--color-four);
    text-align: center;
}

.testimonials-two .testi-block .rating {
    position: relative;
    font-size: 12px;
    color: var(--main-color);
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px;
}

.testimonials-two .testi-block .text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 35px;
}

.testimonials-two .testi-block .auth-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonials-two .testi-block .auth-info .auth-title {
    position: relative;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 0.10em;
    padding-top: 10px;
}

.testimonials-two .testi-block .auth-info .location {
    position: relative;
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: normal;
}

.testimonials-two .testi-block .auth-info .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-two .testi-block .auth-info .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-two .owl-theme .owl-dots {
    display: none;
}

.testimonials-two .owl-theme .owl-nav {
    position: absolute;
    left: -100px;
    right: -100px;
    height: 0;
    top: 50%;
    margin-top: -22px;
}

.testimonials-two .owl-theme .owl-nav .owl-next,
.testimonials-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    background: transparent;
    color: var(--main-color);
    border-radius: 0%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonials-two .owl-theme .owl-nav .owl-next span,
.testimonials-two .owl-theme .owl-nav .owl-prev span {
    position: relative;
    z-index: 1;
}

.testimonials-two .owl-theme .owl-nav .owl-next:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    border-radius: 32px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonials-two .owl-theme .owl-nav .owl-next {
    right: 15px;
}

.testimonials-two .owl-theme .owl-nav .owl-prev {
    left: 15px;
}

.testimonials-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover {
    color: var(--black-color);
}

.testimonials-two .owl-theme .owl-nav .owl-next:hover:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover:before {
    background: var(--main-color);
}

/*** 

====================================================================
  Testimonials page - masonry style
====================================================================

***/

.testimonials-masonry {
    position: relative;
}

.testimonials-masonry .google_rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* optional spacing between stars and text */
    text-align: center;
    flex-wrap: wrap;
    /* optional if it may break on small screens */
    padding-bottom: 25px;
}

.testimonials-masonry .google_rating .star {
    font-size: 12px;
    display: flex;
    gap: 2px;
    border: solid 1px var(--white-color-opacity-three);
    background-color: var(--color-two);
    color: var(--main-color);
    padding: 0 14px;
    border-radius: 32px;
}

.testimonials-masonry .google_rating p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonials-masonry .google_rating .rate_link img {
    height: 25px;
    margin-right: 5px;
}

.testimonials-masonry .google_rating a.rate_link {
    color: var(--white-color);
}

.testimonials-masonry .google_rating:hover .star {
    border: solid 1px var(--main-color);
    background-color: var(--main-color);
    color: var(--white-color);
    transition: all ease .3s;
}

.testimonials-masonry .testimonial-boxlist {
    column-count: 2;
    column-gap: 30px;
    /* space between the columns */
}

.testimonials-masonry .testimonial-boxlist .testi-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    /* vertical spacing between boxes */
}

.testimonials-masonry .testi-block {
    position: relative;
}

.testimonials-masonry .testi-block .inner-box {
    position: relative;
    padding: 40px;
    background: var(--color-one);
    border: solid 1px var(--color-four);
    text-align: center;
}

.testimonials-masonry .testi-block .rating {
    position: relative;
    font-size: 12px;
    color: var(--main-color);
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px;
}

.testimonials-masonry .testi-block .text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 35px;
}

.testimonials-masonry .testi-block .auth-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonials-masonry .testi-block .auth-info .auth-title {
    position: relative;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 0.10em;
    padding-top: 10px;
}

.testimonials-masonry .testi-block .auth-info .location {
    position: relative;
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: normal;
}

.testimonials-masonry .testi-block .auth-info .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-masonry .testi-block .auth-info .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/*** 

====================================================================
  Why Us Two Section
====================================================================

***/

.why-us-two {
    position: relative;
    background-color: var(--color-one);
}

.why-us-two .left-bg {
    position: absolute;
    left: 0;
    bottom: 80px;
}

.why-us-two .right-bg {
    position: absolute;
    right: 0;
    top: -100px;
}

.why-block-two {
    position: relative;
    margin-bottom: 30px;
}

.why-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.why-block-two .image-box {
    position: relative;
    overflow: hidden;
}

.why-block-two .inner-box:hover .image-box img {
    opacity: 0.70;
    transform: scale(1.05, 1.05);
}

.why-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 32px 32px 0 0;
}

.why-block-two .image-box::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.why-block-two .inner-box:hover .image-box::after {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    border-radius: 32px 32px 0 0;
}

.why-block-two .over-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
    z-index: 3;
}

.why-block-two .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0.70);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.05));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.05));
    z-index: 1;
}

.why-block-two h6 {
    position: relative;
}

.why-block-two h6 a {
    color: var(--white-color);
}

.why-block-two h6 a:hover {
    color: var(--main-color);
}

.why-block-two .text {
    position: relative;
    font-size: 14px;
    color: var(--color-one);
}

.fact-counter {
    position: relative;
    padding-top: 50px;
}

.fact-counter .fact-block .inner .fact-count {
    font-family: var(--font-family-Fraunces);
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 20px;
}

.fact-counter .fact-block .inner .fact-title {
    font-size: 14px;
    color: var(--main-color);
    text-transform: uppercase;
}

.fact-counter .fact-block .inner p {
    color: var(--color-three);
    padding-right: 25px;
    padding-top: 15px;
}

/*** 

====================================================================
  Chef Section 1
====================================================================

***/

.chef-section-1 {
    position: relative;
    background-color: var(--color-two);
}

.chef-section-1 .title-box {
    padding-right: 100px;
}

.chef-section-1 .title-box p {
    padding-bottom: 25px;
}

.chef-section-1 .chef-image {
    position: relative;
    text-align: right;
    margin: 0 auto;
}

.chef-section-1 .chef-image.image1 img {
    border-radius: 32px;
}

.chef-section-1 .chef-image.image2 img {
    border-radius: 32px;
    text-align: right;
}

.chef-section-1 .chef-image.image3 {
    margin-top: auto;
    text-align: right;
}

.chef-section-1 .chef-image.image3 img {
    border-radius: 32px 32px 0 0;
    text-align: right;
}

.chef-section-1 .row>.col-xl-4:last-child {
    display: flex;
    flex-direction: column;
}

.chef-section-1 .chef-image.image1 {
    position: relative;
    display: inline-block;
    border-radius: 32px;
    overflow: hidden;
}

.chef-section-1 .chef-image.image1 img {
    display: block;
    border-radius: 32px;
    position: relative;
    z-index: 1;
}

.chef-section-1 .chef-image.image1::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    border-radius: calc(200px - 20px);
    /* Adjust for inner corner */
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.chef-section-1 .round-stamp {
    position: absolute;
    left: -30px;
    bottom: 65px;
    width: 133px;
    height: 133px;
    display: flex;
    /* Flexbox added */
    align-items: center;
    /* Vertical centering */
    justify-content: center;
    /* Horizontal centering */
    z-index: 100;
}

.chef-section-1 .round-stamp .stamp_icon {
    position: relative;
    z-index: 100;
}

.chef-section-1 .round-stamp:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/resource/chefbadge.png) no-repeat;
}

/*** 

====================================================================
  Image Gallery Section
====================================================================

***/

.image-gallery {
    position: relative;
    background-color: var(--color-one);
    overflow: hidden;
}

.image-gallery .carousel-box {
    position: relative;
}

.image-gallery .auto-container {
    max-width: 860px;
}

.image-gallery .image-gallery-slider {
    position: static;
}

.image-gallery .image-gallery-slider .owl-stage-outer {
    overflow: visible;
}

.image-gallery .gallery-block {
    position: relative;
}

.image-gallery .gallery-block .image {
    position: relative;
}

.image-gallery .gallery-block .image img {
    position: relative;
    display: block;
    width: 100%;
}

.image-gallery .owl-theme .owl-dots {
    display: none;
}

.image-gallery .owl-theme .owl-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 0;
    top: 60%;
    margin-top: -22px;
}

.image-gallery .owl-theme .owl-nav .owl-next,
.image-gallery .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    background: transparent;
    color: var(--main-color);
    border-radius: 0%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.image-gallery .owl-theme .owl-nav .owl-next span,
.image-gallery .owl-theme .owl-nav .owl-prev span {
    position: relative;
    z-index: 1;
}

.image-gallery .owl-theme .owl-nav .owl-next:before,
.image-gallery .owl-theme .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    border-radius: 32px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.image-gallery .owl-theme .owl-nav .owl-next {
    right: 15px;
}

.image-gallery .owl-theme .owl-nav .owl-prev {
    left: 15px;
}

.image-gallery .owl-theme .owl-nav .owl-next:hover,
.image-gallery .owl-theme .owl-nav .owl-prev:hover {
    color: var(--black-color);
}

.image-gallery .owl-theme .owl-nav .owl-next:hover:before,
.image-gallery .owl-theme .owl-nav .owl-prev:hover:before {
    background: var(--main-color);
}

/*** 

====================================================================
  Menu Section - menu style 1
====================================================================

***/

.menu-one {
    position: relative;
    overflow: hidden;
    background-color: var(--color-one);
}

.menu-one .row {
    background-color: var(--color-two);
    background-image: url(../images/background/menu-bg-paper.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-size: cover;
    align-items: center;
}

.menu-one .image-col {
    position: relative;
    margin-bottom: 40px;
}

.menu-one.alternate .image-col {
    order: 12;
}

.menu-one .image-col .inner {
    position: relative;
    display: block;
    padding: 60px 0;
}

.menu-one.alternate .image-col .vertical-title {
    position: absolute;
    top: auto;
    right: 30px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    font-size: 130px;
    text-transform: uppercase;
    color: var(--main-color);
    font-family: var(--font-family-Fraunces);
    white-space: nowrap;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
}

.menu-one .image-col .vertical-title {
    position: absolute;
    top: 103%;
    left: 30px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
    font-size: 130px;
    text-transform: uppercase;
    color: var(--main-color);
    font-family: var(--font-family-Fraunces);
    white-space: nowrap;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
}

.menu-one.alternate .image-col .image {
    /*margin-right: 100px;*/
    margin-left: 20px;
}

.menu-one .menu-col .inner:before {
    content: '';
    position: absolute;
    right: -15px;
    left: auto;
    top: 0;
    width: 70px;
    height: 100%;
    background-color: var(--color-two);
    background-image: url(../images/resource/pattern-black.png);
    background-repeat: repeat;
    background-position: top center;
}

.menu-one.alternate .menu-col .inner:before {
    left: -15px;
    right: 0;
}

.menu-one .image-col .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 120px;
}

.menu-one .image-col .image img {
    display: block;
    border-radius: 32px 32px 0 0;
    position: relative;
    z-index: 1;
}

.menu-one .image-col .image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: 32px 32px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.menu-one .menu-col {
    position: relative;
}

.menu-one.alternate .menu-col {
    order: 0;
}

.menu-one .menu-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
    padding: 60px 100px 60px 0;
}

.menu-one.alternate .menu-col .inner {
    padding: 60px 0 60px 100px;
}

.menu-one .menu-col .inner .title-box h3 {
    padding-left: 30px;
}

.menu-one .menu-col .inner .title-box h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/star-element.svg);
}

.menu-one .menu-col .dish-block {
    position: relative;
    margin-bottom: 35px;
}

.menu-one .menu-col .dish-block .inner-box {
    position: relative;
}

.menu-one .menu-col .dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: var(--font-family-Fraunces);
    display: flex;
}

.menu-one .menu-col .dish-block .title .ttl {
    position: relative;
    float: left;
    text-transform: capitalize;
}

.menu-one .menu-col .dish-block .title .menu-list-line {
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--white-color-opacity-three);
    height: 17px;
}

.menu-one .menu-col .dish-block .title .ttl a {
    color: var(--white-color);
}

.menu-one .menu-col .dish-block .title .ttl a:hover {
    color: var(--main-color);
}

.menu-one .menu-col .dish-block .title .ttl .s-info {
    position: relative;
    display: inline-block;
    line-height: 16px;
    padding: 2px 6px;
    font-size: 12px;
    color: var(--color-one);
    background: var(--main-color);
    margin-left: 6px;
    border-radius: 32px;
}

.menu-one .menu-col .dish-block .title .price {
    position: relative;
    float: right;
    font-size: 16px;
    color: var(--main-color);
    font-family: var(--font-family-Urbanist);
}

.menu-one .menu-col .dish-block .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-one);
    max-width: 430px;
}

.menu-one .menu-col .dish-block .desc a {
    color: var(--color-three);
}

/*** 

====================================================================
  Menu Section - menu style 2
====================================================================

***/

.menu-card-style-section {
    position: relative;
    overflow: hidden;
    background-color: var(--color-one);
}

.menu-card-style-section .title-box {
    z-index: 100;
}

.menu-card-main .top-pattern {
    background-image: url(../images/resource/pattern-bg-dark.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    position: absolute;
}

.menu-card-main {
    position: relative;
    padding: 80px 70px;
    background: #084A50;
    background: -webkit-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
    background: linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#084A50", endColorstr="#084A50", GradientType=1);
}

.menu-card-main::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: var(--black-color);
    transform: translateX(-50%);
    z-index: 1;
}

.menu-card-style .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* vertically center image-col and menu-col */
}

.menu-card-main .menu-card-corner {
    position: absolute;
}

.menu-card-main .menu-card-corner.top-left {
    top: -2px;
    left: -2px;
}

.menu-card-main .menu-card-corner.top-right {
    top: -2px;
    right: -2px;
}

.menu-card-main .menu-card-corner.bottom-left {
    bottom: -2px;
    left: -2px;
}

.menu-card-main .menu-card-corner.bottom-right {
    bottom: -2px;
    right: -2px;
}

.menu-card-style,
.menu-card-style.alternate {
    padding-bottom: 100px;
}

.menu-card-style.last,
.menu-card-style.alternate.last {
    padding-bottom: 0;
}

.menu-card-style .image-col {
    position: relative;
}

.menu-card-style.alternate .image-col {
    order: 12;
}

.menu-card-style .image-col .inner {
    position: relative;
    display: block;
    text-align: left;
}

.menu-card-style.alternate .image-col .inner {
    position: relative;
    display: block;
    text-align: right;
}

.menu-card-style .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}

.menu-card-style .image-col .image,
.menu-card-style.alternate .image-col .image {
    position: relative;
    display: inline-block;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
}

.menu-card-style .image-col .image img,
.menu-card-style.alternate .image-col .image img {
    display: block;
    border-radius: 32px 32px 0 0;
    position: relative;
    z-index: 1;
}

.menu-card-style .image-col .image::before,
.menu-card-style.alternate .image-col .image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: 32px 32px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.menu-card-style .menu-col {
    position: relative;
}

.menu-card-style.alternate .menu-col {
    order: 0;
}

.menu-card-style .menu-col .inner {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 100%;
    padding: 0 0 0 100px;
}

.menu-card-style.alternate .menu-col .inner {
    padding: 0 100px 0 0;
}

.menu-card-style .menu-col .dish-block {
    position: relative;
    margin-bottom: 30px;
}

.menu-card-style .menu-col .dish-block .inner-box {
    position: relative;
}

.menu-card-style .menu-col .dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 5px;
    display: flex;
}

.menu-card-style .menu-col .dish-block .title .menu-list-line {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--white-color-opacity-three);
    height: 17px;
}

.menu-card-style .menu-col .dish-block .title .ttl {
    position: relative;
    float: left;
    text-transform: capitalize;
}

.menu-card-style .menu-col .dish-block .title .ttl a {
    color: var(--white-color);
}

.menu-card-style .menu-col .dish-block .title .ttl a:hover {
    color: var(--main-color);
}

.menu-card-style .menu-col .dish-block .title .ttl .s-info {
    position: relative;
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    font-size: 12px;
    color: var(--black-color);
    background: var(--main-color);
    margin-left: 8px;
    border-radius: 32px;
}

.menu-card-style .menu-col .dish-block .title .price {
    position: relative;
    float: right;
    font-size: 16px;
    color: var(--main-color);
    font-family: var(--font-family-Urbanist);
}

.menu-card-style .menu-col .dish-block .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-one);
    max-width: 350px;
}

.menu-card-style .menu-col .dish-block .desc a {
    color: var(--color-three);
}

/*** 

====================================================================
  Special Offer Section
====================================================================

***/

.special-offer-two {
    position: relative;
    background-color: var(--color-one);
}

.special-offer-two .auto-container {
    max-width: 1600px;
}

.special-offer-two .row.clearfix {
    display: flex;
    flex-wrap: wrap;
}

.special-offer-two.main-dish {
    background-color: var(--color-two);
}

.offer-block-three {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.offer-block-three .inner-box.special-box {
    position: relative;
    display: block;
    text-align: center;
    border: solid 1px var(--main-color);
    border-radius: 32px 32px 0 0;
    padding: 0 0 65px 0;
}

.offer-block-three .special-box .desc {
    padding: 0 60px;
}

.offer-block-three .inner-box.special-box .image img {
    border-radius: 32px 32px 0 0;
    position: relative;
    z-index: 1;
}

.offer-block-three .inner-box.special-box:hover .image img {
    transform: inherit;
}

.offer-block-three .inner-box.special-box .special-tag {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: var(--main-color);
    color: var(--color-one);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 2px 14px;
    font-weight: 700;
}

.offer-block-three .inner-box.special-box:hover .special-tag {
    background-color: var(--white-color);
    color: var(--color-one);
    transition: all ease .3s;
}

.offer-block-three .inner-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: solid 1px var(--main-color);
    border-radius: 32px 32px 0 0;
    padding: 65px;
}

.offer-block-three .inner-box .image {
    position: relative;
    display: block;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

.offer-block-three .inner-box .image img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.offer-block-three .inner-box:hover .image img {
    transform: rotate(90deg);
}

.offer-block-three h5 {
    position: relative;
    margin-bottom: 10px;
}

.offer-block-three h5 a {
    color: var(--white-color);
}

.offer-block-three h5 a:hover {
    color: var(--main-color);
}

.offer-block-three .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-three);
    margin-bottom: 15px;
    padding: 0 30px;
}

.offer-block-three .price {
    position: relative;
    font-size: 20px;
    color: var(--main-color);
}

/*** 

====================================================================
  Special Dish Section
====================================================================

***/

.chef-selection {
    position: relative;
    background-color: var(--color-four);
}

.chef-selection .outer-container {
    position: relative;
    background: var(--color-five);
    border-radius: 32px;
    overflow: hidden;
}

.chef-selection .row {
    margin: 0 0;
}

.chef-selection .image-col {
    position: relative;
    padding: 0 0;
}

.chef-selection .image-col .inner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.chef-selection .image-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.chef-selection .image-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.chef-selection .image-col .image {
    position: relative;
    display: none;
}

.chef-selection .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}

.chef-selection .content-col {
    position: relative;
    padding: 0 0;
}

.chef-selection .content-col .inner {
    position: relative;
    display: block;
    max-width: 600px;
    padding: 140px 20px 140px 130px;
}

.chef-selection .content-col .badge-icon {
    position: absolute;
    left: -60px;
    top: 0;
}

.chef-selection .title-box {
    margin-bottom: 40px;
}

.chef-selection .title-box h3 {
    font-size: 40px;
}

.chef-selection .price {
    position: relative;
    line-height: 30px;
}

.chef-selection .price .old {
    position: relative;
    font-size: 18px;
    color: var(--color-three);
    padding-right: 20px;
}

.chef-selection .price .new {
    position: relative;
    font-size: 24px;
    color: var(--main-color);
}

.chef-selection .content-col .link-box {
    padding-top: 40px;
}

/*** 

====================================================================
  Menu Two Section
====================================================================

***/

.menu-two {
    position: relative;
    background-color: var(--color-one);
}

.menu-two.alt-bg {
    background-color: var(--color-two);
}

.menu-two .menu-col .inner {
    position: relative;
    display: block;
    padding-right: 80px;
    min-height: 100%;
}

.menu-two .menu-col .inner:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 50px;
    border-right: 1px solid var(--white-color-opacity-four);
}

.menu-two .menu-col:nth-child(2) .inner {
    padding-right: 0;
    padding-left: 80px;
    border-right: none;
}

.menu-two .menu-col:nth-child(2) .inner:after {
    display: none;
}

.menu-two .dish-block {
    position: relative;
    margin-bottom: 55px;
}

.menu-two .dish-block .inner-box {
    position: relative;
    padding-left: 120px;
    min-height: 100px;
    padding-top: 10px;
}

.menu-two .dish-block .dish-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 32px;
    overflow: hidden;
}

.dish-block .inner-box:hover img {
    transform: rotate(90deg);
}

.menu-two .dish-block .dish-image img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 32px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-two .dish-block .title {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    display: flex;
}

.menu-two .dish-block .title .menu-list-line {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: var(--white-color-opacity-three);
    height: 17px;
}

.menu-two .dish-block .title .ttl {
    position: relative;
    float: left;
    padding-right: 5px;
    text-transform: capitalize;
}

.menu-two .dish-block .title .ttl a {
    color: var(--white-color);
}

.menu-two .dish-block .title .ttl a:hover {
    color: var(--main-color);
}

.menu-two .dish-block .title .ttl .s-info {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    color: var(--black-color);
    background-color: var(--main-color);
    margin-left: 5px;
    border-radius: 32px;
}

.menu-two .dish-block .title .price {
    position: relative;
    float: right;
    font-size: 16px;
    color: var(--main-color);
    padding-left: 5px;
}

.menu-two .dish-block .desc {
    position: relative;
    font-size: 15px;
    color: var(--color-one);
}

.menu-two .dish-block .desc a {
    color: var(--color-three);
}

/*** 

====================================================================
  Contact Page
====================================================================

***/

.contact-page {
    position: relative;
    background: var(--color-one);
}

.contact-page .loc-block.info-block {
    text-align: center;
}

.contact-page .loc-block.info-block h5 {
    color: var(--main-color);
    padding-bottom: 20px;
}

.contact-page .loc-block.info-block h5::before,
.contact-page .loc-block.info-block h5::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.contact-page .loc-block .contact-image {
    position: relative;
    display: inline-block;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.contact-page .loc-block .contact-image img {
    display: block;
    border-radius: 32px 32px 0 0;
    position: relative;
    z-index: 1;
}

.contact-page .loc-block .contact-image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--main-color);
    border-radius: 32px 32px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.c-page-form-box {
    position: relative;
}

.c-page-form-box .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
    text-align: center;
}

.contact-page .loc-block.info-block .c-info-ttl {
    text-transform: uppercase;
    color: var(--color-three);
}

.contact-page .loc-block.info-block .more-link {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.contact-page .loc-block.info-block .more-link a {
    display: inline-block;
    vertical-align: top;
    color: var(--white-color);
    line-height: 1.5em;
    padding-bottom: 4px;
}

.contact-page .loc-block.info-block .more-link a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--main-color);
}

.contact-page .loc-block.info-block a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.contact-page .loc-block.info-block a:hover {
    color: var(--main-color);
    border-color: var(--white-color);
}

.contact-page .loc-block .form-side {
    padding: 0 100px;
}

.contact-page .loc-block .form-side .text.desc {
    color: var(--color-three);
}

.contact-map {
    background-color: var(--color-one);
    position: relative;
}

.contact-page .loc-block {
    margin-bottom: 0;
    position: relative;
}

.middle-line-wrapper {
    align-items: stretch;
    /* makes it match height of tallest column */
    position: relative;
}

.middle-line-container {
    position: relative;
    width: 1px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.v-line {
    flex-grow: 1;
    width: 1px;
    background-color: var(--main-color);
}

.dot {
    width: 13px;
    height: 13px;
    background: url(../images/icons/star-element.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}

.dot.bottom-dot {
    margin-top: -1px;
}

/*** 

====================================================================
  Chef Page
====================================================================

***/

.chef-section {
    position: relative;
    background: var(--color-two);
}

.chef-section .title-box.centered {
    max-width: 1000px;
}

.chef-section .outer-container {
    position: relative;
}

.chef-section .row {
    margin: 0 0;
}

.chef-section .image-col {
    position: relative;
    padding: 0 0;
}

.chef-section.alternate .image-col {
    order: 12;
}

.chef-section .image-col .inner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.chef-section .image-col .image {
    position: relative;
    display: inline-block;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
}

.chef-section .image-col .image img {
    display: block;
    border-radius: 32px 32px 0 0;
    position: relative;
    z-index: 1;
}

.chef-section .image-col .image::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--main-color);
    border-radius: 32px 32px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.chef-section .content-col {
    position: relative;
    padding: 0 0;
    text-align: left;
}

.chef-section.alternate .content-col {
    order: 0;
}

.chef-section .content-col .inner {
    position: relative;
    display: block;
    padding: 50px 100px 0 20px;
}

.chef-section .content-col .content-box {
    position: relative;
    display: block;
    width: 100%;
}

.chef-section .content-col .content-box .side-image {
    text-align: right;
    margin-top: 100px;
}

.chef-section .content-col .content-box .side-image img {
    border-radius: 32px 0 32px 0;
}

.chef-section.alternate .content-col .content-box {
    float: right;
}

.chef-section .content-col .content-box h5 {
    padding-bottom: 25px;
}

.chef-section .content-col .author {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 12px;
    letter-spacing: 0.20em;
    margin-top: 5px;
}

.chef-section.alternate .content-col .link-box {
    padding-top: 0px;
}

.intro-section.quote {
    position: relative;
    padding: 200px 0;
    background: var(--black-color);
}

.chef-section .image-col .round-stamp-2 {
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 3;
    width: 133px;
    height: 133px;
    display: flex;
    /* Flexbox added */
    align-items: center;
    /* Vertical centering */
    justify-content: center;
    /* Horizontal centering */
    z-index: 100;
}

.chef-section .image-col .round-stamp-2 .stamp_icon {
    position: relative;
    z-index: 100;
}

.chef-section .image-col .round-stamp-2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/resource/chefbadge.png) no-repeat;
}

/*** 

====================================================================
  Masonary Gallery
====================================================================

***/

.gallery-page {
    background-color: var(--color-one);
}

.masonry {
    column-count: 3;
    column-gap: 2em;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 2em;
}

.masonry-item img {
    width: 100%;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.masonry-item img:hover {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry {
        column-count: 1;
    }
}

/*** 

====================================================================
  hamburger section
====================================================================

***/

.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hamburger span {
    /* align-self: flex-end; */
    height: 2px;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
}

.hamburger .meat {
    width: 100%;
    transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
}

.hamburger:hover span {
    width: 100%;
}

html:not(.body-menu-opened) .hamburger .top-bun {
    -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
    -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
    -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

/* ===============================================
   TedzCafe Testimonials Grid Styles
   =============================================== */

.testimonials-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-item {
    background: #ffffff;
    border-radius: 32px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
    position: relative;
    z-index: 2;
}

.quote-icon {
    color: #0B6B74;
    font-size: 24px;
    margin-bottom: 20px;
    opacity: 0.7;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #c5deff;
}

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

.author-info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.author-info span {
    font-size: 14px;
    color: #0B6B74;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .testimonial-item {
        padding: 25px;
    }
    
    .testimonial-text {
        font-size: 15px;
    }
    
    .author-image {
        width: 45px;
        height: 45px;
    }
    
    .author-info h6 {
        font-size: 15px;
    }
    
    .author-info span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonial-item {
        padding: 20px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .quote-icon {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/* ===============================================
   Social Media Icons Styles
   =============================================== */

.social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social_media li {
    display: inline-block;
}

.social_media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(11, 107, 116, 0.1);
    color: #0B6B74;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    opacity: 0.3;
}

.social_media li a:hover {
    background: #0B6B74;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 107, 116, 0.3);
    opacity: 1;
}

/* Hero Banner Social Links */
.banner-social-list .custom-ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-social-list .custom-ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 32px;
}

.banner-social-list .custom-ul li a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* Font Awesome Icon Fixes */
.fa-brands {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome", sans-serif;
    font-weight: 400;
}

.fa-tiktok::before {
    content: "\e07b";
}

.fa-snapchat::before {
    content: "\f2ac";
}

.fa-instagram::before {
    content: "\f16d";
}

/* Responsive Social Media */
@media (max-width: 768px) {
    .social_media {
        gap: 10px;
    }
    
    .social_media li a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .banner-social-list .custom-ul {
        gap: 30px;
    }
    
    .banner-social-list .custom-ul li a {
        font-size: 12px;
        padding: 4px 8px;
    }
}

@media (max-width: 480px) {
    .social_media {
        gap: 8px;
    }
    
    .social_media li a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .banner-social-list .custom-ul {
        gap: 25px;
    }
    
    .banner-social-list .custom-ul li a {
        font-size: 11px;
        padding: 3px 6px;
    }
}

/*** 
====================================================================
  Owl Carousel Navigation Buttons
====================================================================
***/

.owl-nav-container {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    z-index: 10;
}

.owl-nav-container .owl-prev,
.owl-nav-container .owl-next {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--white-color);
    border: 2px solid var(--main-color);
    border-radius: 32px;
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.owl-nav-container .owl-prev:hover,
.owl-nav-container .owl-next:hover {
    background-color: var(--black-color);
    color: var(--white-color);
    border-color: var(--main-color);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.owl-nav-container .owl-prev:active,
.owl-nav-container .owl-next:active {
    transform: scale(0.95);
}

.owl-nav-container .owl-prev i,
.owl-nav-container .owl-next i {
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 1;
    font-style: normal;
    color: var(--white-color);
    text-align: center;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .owl-nav-container .owl-prev,
    .owl-nav-container .owl-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin: 0 5px;
    }
}

/*** 
====================================================================
  Modern Page Headers
====================================================================
***/

/* Modern Page Header Base Styles */
.modern-page-header {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #2c1810 0%, #1a0f0a 50%, #0d0604 100%);
}

.modern-page-header .header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.modern-page-header .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(11, 107, 116, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
}

.modern-page-header .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="chocolate-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(242,223,199,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23chocolate-pattern)"/></svg>');
    z-index: 1;
}

.modern-page-header .header-content {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    color: var(--white-color);
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
    margin-bottom: 30px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-list li a {
    color: var(--ancient-color);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb-list li a:hover {
    color: var(--white-color);
    transform: translateY(-2px);
}

.breadcrumb-list li i.fa-chevron-right {
    color: var(--ancient-color);
    font-size: 12px;
}

.breadcrumb-list li.current {
    color: var(--white-color);
    font-weight: 600;
}

/* Header Text */
.header-text {
    margin-bottom: 50px;
}

.subtitle {
    margin-bottom: 20px;
}

.subtitle .badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(242, 223, 199, 0.1);
    border: 1px solid rgba(242, 223, 199, 0.3);
    border-radius: 25px;
    color: var(--ancient-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
}

.main-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.main-title .highlight {
    color: var(--ancient-color);
    position: relative;
}

.main-title .highlight::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ancient-color), transparent);
    border-radius: 2px;
}

.description {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    animation: bounce 2s infinite;
}

.scroll-text {
    font-size: 12px;
    color: var(--ancient-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.scroll-arrow {
    color: var(--ancient-color);
    font-size: 20px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* About Header Specific Styles */
.about-header .header-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.about-header .stat-item {
    text-align: center;
}

.about-header .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--ancient-color);
    line-height: 1;
    margin-bottom: 10px;
}

.about-header .stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Menu Header Specific Styles */
.menu-header .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.menu-header .chocolate-piece {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--ancient-color);
    border-radius: 50%;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.menu-header .piece-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.menu-header .piece-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.menu-header .piece-3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.menu-header .menu-categories {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: nowrap;
    overflow-y: auto;
}

.menu-header .category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgba(242, 223, 199, 0.1);
    border: 1px solid rgba(242, 223, 199, 0.2);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 120px;
}

.menu-header .category-item:hover,
.menu-header .category-item.active {
    background: rgba(242, 223, 199, 0.2);
    border-color: var(--ancient-color);
}

.menu-header .category-item i {
    font-size: 2rem;
    color: var(--ancient-color);
    margin-bottom: 10px;
}

.menu-header .category-item span {
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
}

/* Gallery Header Specific Styles */
.gallery-header .gallery-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gallery-header .preview-image {
    position: absolute;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    opacity: 0.3;
    transition: all 0.3s ease;
}

.gallery-header .preview-1 {
    top: 15%;
    right: 10%;
    width: 200px;
    height: 150px;
    animation: float 8s ease-in-out infinite;
}

.gallery-header .preview-2 {
    top: 50%;
    left: 5%;
    width: 180px;
    height: 120px;
    animation: float 6s ease-in-out infinite 2s;
}

.gallery-header .preview-3 {
    bottom: 20%;
    right: 20%;
    width: 160px;
    height: 140px;
    animation: float 7s ease-in-out infinite 4s;
}

.gallery-header .preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-header .gallery-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.gallery-header .stat-item {
    text-align: center;
}

.gallery-header .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ancient-color);
    line-height: 1;
    margin-bottom: 10px;
}

.gallery-header .stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Contact Header Specific Styles */
.contact-header .contact-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-header .contact-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(242, 223, 199, 0.1);
    border: 2px solid rgba(242, 223, 199, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    animation: pulse 3s ease-in-out infinite;
}

.contact-header .icon-1 {
    top: 25%;
    left: 15%;
    animation-delay: 0s;
}

.contact-header .icon-2 {
    top: 60%;
    right: 20%;
    animation-delay: 1s;
}

.contact-header .icon-3 {
    bottom: 25%;
    left: 25%;
    animation-delay: 2s;
}

.contact-header .contact-icon i {
    font-size: 2rem;
    color: var(--ancient-color);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.contact-header .contact-quick-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.contact-header .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(242, 223, 199, 0.1);
    border: 1px solid rgba(242, 223, 199, 0.2);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    min-width: 200px;
}

.contact-header .info-item:hover {
    background: rgba(242, 223, 199, 0.2);
    transform: translateY(-5px);
}

.contact-header .info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-header .info-icon i {
    font-size: 1.2rem;
    color: var(--black-color);
}

.contact-header .info-text h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 5px;
}

.contact-header .info-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Responsive Design */

/* Desktop Contact Page Optimization */
.contact-info-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f5f0 0%, #ffffff 100%);
}

.contact-info-section .contact-info-block {
    position: relative;
    margin-bottom: 0;
    height: 100%;
}

.contact-info-section .contact-info-block .inner-box {
    text-align: center;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-section .contact-info-block .inner-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 25px;
    pointer-events: none;
}

.contact-info-section .contact-info-block .inner-box:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.contact-info-section .contact-info-block .icon-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.contact-info-section .contact-info-block .icon-box i {
    font-size: 60px;
    color: var(--main-color);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.contact-info-section .contact-info-block .inner-box:hover .icon-box i {
    transform: scale(1.1) rotate(5deg);
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-info-section .contact-info-block h4 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--main-color);
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.contact-info-section .contact-info-block .inner-box:hover h4 {
    transform: translateY(-5px);
    color: var(--ancient-color);
}

.contact-info-section .contact-info-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0;
    text-shadow: none;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.contact-info-section .contact-info-block .inner-box:hover p {
    transform: translateY(-5px);
    color: #555;
}

.contact-info-section .contact-info-block p a {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    transition: all 0.3s ease;
}

.contact-info-section .contact-info-block p a:hover {
    color: var(--ancient-color);
    text-decoration: underline;
}

/* Locations Section - Current & Coming Soon */
.locations-section {
    position: relative;
    padding: 100px 0;
    background: var(--color-two);
}

.locations-section .location-block {
    position: relative;
    margin-bottom: 30px;
}

.locations-section .location-block .inner-box {
    text-align: center;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    border: 2px solid rgba(139, 69, 19, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.locations-section .location-block .inner-box.coming-soon {
    background: rgba(255, 255, 255, 0.85);
    opacity: 0.9;
    border-style: dashed;
}

.locations-section .location-block .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--main-color);
}

.locations-section .location-block .inner-box.coming-soon:hover {
    border-color: var(--main-color);
}

.locations-section .location-status {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.locations-section .status-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.locations-section .location-status.open .status-badge {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.locations-section .location-status.coming-soon-badge .status-badge {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 165, 0, 0.4);
    animation: pulse-coming-soon 2s ease-in-out infinite;
}

@keyframes pulse-coming-soon {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(255, 165, 0, 0.4);
    }
    50% {
        box-shadow: 0 4px 25px rgba(255, 165, 0, 0.6);
    }
}

.locations-section .location-block .icon-box {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.locations-section .location-block .icon-box i {
    font-size: 50px;
    color: var(--main-color);
    transition: all 0.3s ease;
}

.locations-section .location-block .inner-box:hover .icon-box i {
    transform: scale(1.1);
    color: var(--main-color);
}

.locations-section .location-block h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--main-color);
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.locations-section .location-block .location-details {
    text-align: center;
    position: relative;
    z-index: 2;
}

.locations-section .location-block .location-name {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.locations-section .location-block .location-address {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.locations-section .location-block .location-hours,
.locations-section .location-block .location-phone,
.locations-section .location-block .location-status-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.locations-section .location-block .location-hours i,
.locations-section .location-block .location-phone i,
.locations-section .location-block .location-status-text i {
    color: var(--main-color);
    font-size: 16px;
}

.locations-section .location-block .location-phone a {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.locations-section .location-block .location-phone a:hover {
    color: var(--ancient-color);
    text-decoration: underline;
}

.locations-section .location-block .location-note {
    font-size: 13px;
    color: #888;
    font-style: italic;
    margin-top: 10px;
}

.locations-section .location-block.coming-soon .location-details {
    opacity: 0.8;
}

/* Hours Section Desktop Optimization */
.hours-section {
    position: relative;
    padding: 100px 0;
    background: var(--color-two);
    overflow: hidden;
}

.hours-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hours-section .content-column {
    position: relative;
    z-index: 2;
}

.hours-section .title-box {
    text-align: left;
    margin-bottom: 50px;
}

.hours-section .title-box h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--white-color);
    position: relative;
}

.hours-section .title-box h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--ancient-color), var(--white-color));
    border-radius: 2px;
}

.hours-section .title-box p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.hours-section .hours-list {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 35px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.hours-section .hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.hours-section .hours-item:last-child {
    border-bottom: none;
}

.hours-section .hours-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px 15px;
    margin: 0 -15px;
}

.hours-section .hours-item .day {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.hours-section .hours-item:hover .day {
    color: var(--ancient-color);
}

.hours-section .hours-item .time {
    font-size: 16px;
    color: var(--ancient-color);
    text-align: right;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hours-section .hours-item:hover .time {
    color: var(--white-color);
}

.hours-section .image-column .image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
}

.hours-section .image-column .image:hover {
    transform: scale(1.02);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
}

.hours-section .image-column .image img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.hours-section .image-column .image:hover img {
    transform: scale(1.05);
}

/* Reservation Section Desktop Optimization */
.reserve-section {
    position: relative;
    padding: 100px 0;
    background: var(--black-color);
    overflow: hidden;
}

.reserve-section .image-layer {
    opacity: 0.3;
    filter: brightness(0.7);
}

.reserve-section .reserv-col .inner {
    background: url(../images/resource/pattern-dark.png) repeat;
    position: relative;
    padding: 80px 100px;
    min-height: 100%;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.reserve-section .reserv-col .inner::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.reserve-section .reserv-col .title-box {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}

.reserve-section .reserv-col .title-box h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--white-color);
    position: relative;
}

.reserve-section .reserv-col .title-box h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--main-color), var(--ancient-color));
    border-radius: 2px;
}

.reserve-section .reserv-col .request-info {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    text-align: center;
}

.reserve-section .reserv-col .request-info a {
    color: var(--ancient-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.reserve-section .reserv-col .request-info a:hover {
    color: var(--white-color);
    text-decoration: underline;
}

.reserve-section .reserv-col form .form-group {
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}

.reserve-section .reserv-col form .form-group input,
.reserve-section .reserv-col form .form-group select,
.reserve-section .reserv-col form .form-group textarea {
    font-size: 16px;
    padding: 18px 25px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    width: 100%;
}

.reserve-section .reserv-col form .form-group input::placeholder,
.reserve-section .reserv-col form .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.reserve-section .reserv-col form .form-group input:focus,
.reserve-section .reserv-col form .form-group select:focus,
.reserve-section .reserv-col form .form-group textarea:focus {
    border-color: var(--ancient-color);
    background: rgba(255, 255, 255, 0.15);
    outline: none;
    box-shadow: 0 0 20px rgba(242, 223, 199, 0.2);
}

/* Reservation form icon styles */
.reserve-section .reserv-col form .field-inner {
    position: relative;
}

.reserve-section .reserv-col form .field-inner .alt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    pointer-events: none;
}

.reserve-section .reserv-col form .field-inner .arrow-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    pointer-events: none;
}

.reserve-section .reserv-col form .form-group input.l-icon,
.reserve-section .reserv-col form .form-group select.l-icon {
    padding-left: 50px;
    padding-right: 50px;
}

.reserve-section .reserv-col form .btn-style-one {
    width: 100%;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}

.reserve-section .reserv-col form .btn-style-one:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* WhatsApp CTA Box Styles */
.whatsapp-cta-box {
    text-align: center;
    padding: 40px 20px;
    position: relative;
    z-index: 3;
}

.whatsapp-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
    animation: pulse-whatsapp 2s ease-in-out infinite;
}

.whatsapp-icon-wrapper i {
    font-size: 50px;
    color: var(--white-color);
}

@keyframes pulse-whatsapp {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5);
    }
}

.whatsapp-cta-box h3 {
    font-size: 32px;
    color: var(--white-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.whatsapp-cta-box > p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
    line-height: 1.6;
}

.whatsapp-btn {
    display: inline-block;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border: 2px solid #25D366;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
    margin-bottom: 25px;
}

.whatsapp-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5);
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
}

.whatsapp-btn .btn-wrap .text-one,
.whatsapp-btn .btn-wrap .text-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.whatsapp-btn i {
    font-size: 24px;
}

.phone-alternative {
    margin-top: 20px;
}

.phone-alternative p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.phone-alternative a {
    color: var(--ancient-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.phone-alternative a:hover {
    color: var(--white-color);
    text-decoration: underline;
}

/* WhatsApp CTA White Version (for home page) */
.whatsapp-cta-white .whatsapp-icon-wrapper {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    animation: pulse-whatsapp-white 2s ease-in-out infinite;
}

.whatsapp-cta-white .whatsapp-icon-wrapper i {
    color: var(--white-color);
}

@keyframes pulse-whatsapp-white {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
    }
}

.whatsapp-btn-white {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

.whatsapp-btn-white:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
    color: var(--white-color);
}

.whatsapp-btn-white .btn-wrap .text-one,
.whatsapp-btn-white .btn-wrap .text-two {
    color: var(--white-color);
}

/* Contact Header Desktop Optimization */
.contact-header .contact-quick-info {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-header .contact-quick-info .info-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: left;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    min-width: 200px;
    flex: 1;
    max-width: 300px;
}

.contact-header .contact-quick-info .info-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--ancient-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.contact-header .contact-quick-info .info-icon {
    margin-bottom: 20px;
    position: relative;
}

.contact-header .contact-quick-info .info-icon i {
    font-size: 40px;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.contact-header .contact-quick-info .info-item:hover .info-icon i {
    transform: scale(1.1) rotate(5deg);
    color: var(--ancient-color);
}

.contact-header .contact-quick-info .info-text h6 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--white-color);
    font-weight: 700;
    transition: all 0.3s ease;
}

.contact-header .contact-quick-info .info-item:hover .info-text h6 {
    color: var(--ancient-color);
    transform: translateY(-3px);
}

.contact-header .contact-quick-info .info-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    transition: all 0.3s ease;
}

.contact-header .contact-quick-info .info-item:hover .info-text p {
    color: var(--white-color);
    transform: translateY(-3px);
}

/* Desktop About Page Optimization */
.about-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f5f0 0%, #ffffff 100%);
}

.about-section .feature-info {
    position: relative;
    padding: 16px 0 8px 0;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
}

.about-section .feature-info .feature-info-box {
    position: relative;
    width: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(242, 223, 199, 0.3);
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.about-section .feature-info .feature-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--ancient-color);
}

.about-section .feature-info .feature-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    margin-bottom: 0;
}

.about-section .feature-info .feature-title img {
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.about-section .feature-info .feature-info-box:hover .feature-title img {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

.about-section .feature-info .feature-title h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.about-section .feature-info .feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-section .feature-info .feature-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-section .feature-info .infotext {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    padding: 0;
    margin: 0;
    text-align: left;
}

/* Mission Section Desktop Optimization */
.mission-section {
    position: relative;
    padding: 100px 0;
    background: var(--color-two);
    overflow: hidden;
}

.mission-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.mission-section .mission-block {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.mission-section .mission-block .inner-box {
    text-align: center;
    padding: 50px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    height: 100%;
}

.mission-section .mission-block .inner-box:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--ancient-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.mission-section .mission-block .icon-box {
    margin-bottom: 30px;
    position: relative;
}

.mission-section .mission-block .icon-box i {
    font-size: 60px;
    color: var(--ancient-color);
    transition: all 0.3s ease;
    display: inline-block;
}

.mission-section .mission-block .inner-box:hover .icon-box i {
    transform: scale(1.2) rotate(10deg);
    color: var(--white-color);
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.mission-section .mission-block h4 {
    font-size: 28px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.mission-section .mission-block .inner-box:hover h4 {
    color: var(--ancient-color);
    transform: translateY(-5px);
}

.mission-section .mission-block p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    transition: all 0.3s ease;
}

.mission-section .mission-block .inner-box:hover p {
    color: var(--white-color);
    transform: translateY(-5px);
}

/* About Section Content Desktop Optimization */
.about-section .content-column {
    position: relative;
    z-index: 2;
}

.about-section .title-box h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: var(--main-color);
    position: relative;
}

.about-section .title-box h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--main-color), var(--ancient-color));
    border-radius: 2px;
}

.about-section .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
    text-align: justify;
}

.about-section .image-column .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.about-section .image-column .image:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.about-section .image-column .image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.about-section .image-column .image:hover img {
    transform: scale(1.05);
}

@media only screen and (max-width: 1200px) {
    .main-title {
        font-size: 3.5rem;
    }
    
    .about-header .header-stats,
    .gallery-header .gallery-stats {
        gap: 40px;
    }
    
    .contact-header .contact-quick-info {
        gap: 30px;
    }
    
    /* Desktop About Page - Large screens optimization */
    .about-section .feature-info {
        gap: 40px;
        padding: 40px 0 70px 0;
    }
    
    .about-section .feature-info .feature-info-box {
        padding: 35px 25px;
    }
    
    .about-section .feature-info .feature-title img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
    
    .about-section .feature-info .feature-title h6 {
        font-size: 22px;
    }
    
    .about-section .feature-info .infotext {
        font-size: 15px;
    }
    
    .mission-section .mission-block .inner-box {
        padding: 40px 25px;
    }
    
    .mission-section .mission-block .icon-box i {
        font-size: 55px;
    }
    
    .mission-section .mission-block h4 {
        font-size: 26px;
    }
    
    .mission-section .mission-block p {
        font-size: 15px;
    }
    
    .about-section .title-box h2 {
        font-size: 38px;
    }
    
    .about-section .text p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .main-title {
        font-size: 3rem;
    }
    
    .description {
        font-size: 1.1rem;
    }
    
    .about-header .header-stats,
    .gallery-header .gallery-stats {
        gap: 30px;
    }
    
    .menu-header .menu-categories {
        gap: 20px;
    }
    
    .contact-header .contact-quick-info {
        gap: 20px;
    }
    
    .contact-header .info-item {
        min-width: 180px;
    }
    
    /* About page tablet optimization */
    .about-section .feature-info {
        flex-direction: column;
        gap: 25px;
        padding: 25px 0 50px 0;
    }
    
    .about-section .feature-info .feature-info-box {
        width: 100%;
        padding: 25px 20px;
        flex-direction: row;
        align-items: flex-start;
    }
    
    .about-section .feature-info .feature-title {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .about-section .feature-info .feature-title img {
        width: 70px;
        height: 70px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    
    .about-section .feature-info .feature-title h6 {
        font-size: 18px;
        line-height: 1.3;
        text-align: center;
    }
    
    .about-section .feature-info .feature-content {
        flex: 1;
    }
    
    .about-section .feature-info .infotext {
        font-size: 15px;
        line-height: 1.6;
        padding: 0;
        text-align: left;
    }
    
    /* Mission section tablet optimization */
    .mission-section .row {
        flex-direction: column;
        gap: 25px;
    }
    
    .mission-section .mission-block .inner-box {
        text-align: center;
        padding: 25px 15px;
    }
    
    .mission-section .mission-block .icon-box i {
        font-size: 45px;
    }
    
    .mission-section .mission-block h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .mission-section .mission-block p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    /* Contact page tablet optimization */
    .contact-info-section .contact-info-block .inner-box {
        padding: 35px 25px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }
    
    .contact-info-section .contact-info-block .inner-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
        border-radius: 20px;
        pointer-events: none;
    }
    
    .contact-info-section .contact-info-block .inner-box:hover {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    }
    
    .contact-info-section .contact-info-block .icon-box i {
        font-size: 45px;
        color: var(--main-color);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }
    
    .contact-info-section .contact-info-block h4 {
        font-size: 22px;
        color: var(--main-color);
        font-weight: 700;
        text-shadow: none;
    }
    
    .contact-info-section .contact-info-block p {
        font-size: 15px;
        color: #333;
        text-shadow: none;
    }
    
    .contact-info-section .contact-info-block p a {
        color: var(--main-color);
        text-decoration: none;
        font-weight: 600;
        text-shadow: none;
    }
    
    .contact-info-section .contact-info-block p a:hover {
        color: var(--ancient-color);
        text-decoration: underline;
    }
    
    .hours-section .title-box h2 {
        font-size: 32px;
        color: var(--main-color);
    }
    
    .hours-section .title-box p {
        font-size: 17px;
    }
    
    .hours-section .hours-list {
        padding: 30px 25px;
    }
    
    .hours-section .hours-item .day {
        font-size: 17px;
    }
    
    .hours-section .hours-item .time {
        font-size: 15px;
    }
    
    .reserve-section .reserv-col .inner {
        padding: 50px 30px;
    }
    
    .reserve-section .reserv-col .title-box h2 {
        font-size: 32px;
    }
    
    .reserve-section .reserv-col .request-info {
        font-size: 15px;
    }
    
    .reserve-section .reserv-col form .form-group input,
    .reserve-section .reserv-col form .form-group select,
    .reserve-section .reserv-col form .form-group textarea {
        font-size: 15px;
        padding: 12px 18px;
    }
    
    .contact-header .contact-quick-info .info-item {
        padding: 25px;
    }
    
    .contact-header .contact-quick-info .info-icon i {
        font-size: 35px;
    }
    
    .contact-header .contact-quick-info .info-text h6 {
        font-size: 20px;
    }
    
    .contact-header .contact-quick-info .info-text p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-page-header {
        min-height: 80vh;
        padding: 60px 0;
    }
    
    .main-title {
        font-size: 2.5rem;
    }
    
    .description {
        font-size: 1rem;
    }
    
    .about-header .header-stats,
    .gallery-header .gallery-stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .menu-header .menu-categories {
        gap: 15px;
        max-width: 400px;
        margin: 40px auto 0;
    }
    
    .contact-header .contact-quick-info {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .contact-header .info-item {
        min-width: auto;
        width: 100%;
        max-width: 300px;
    }
    
    .gallery-header .preview-1,
    .gallery-header .preview-2,
    .gallery-header .preview-3 {
        display: none;
    }
    
    /* Intro Section Mobile Fixes */
    .intro-section .intro-content-box {
        padding: 0 20px;
        max-width: 100%;
    }
    
    .intro-section .intro-content-box h3 {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    
    .intro-section .intro-content-box h1 {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 20px;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    
    .intro-section .intro-content-box p {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }
    
    .breadcrumb-list {
        flex-direction: column;
        gap: 10px;
    }
    
    .about-header .stat-number,
    .gallery-header .stat-number {
        font-size: 2rem;
    }
    
    /* Intro Section Extra Small Mobile Fixes */
    .intro-section .intro-content-box h1 {
        font-size: 36px;
        line-height: 1.1;
    }
    
    .intro-section .intro-content-box h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .intro-section .intro-content-box p {
        font-size: 14px;
    }
}

/*** 
====================================================================
  Modern Gallery Grid
====================================================================
***/

/* Modern Gallery Section */
.modern-gallery {
    padding: 100px 0;
    background: #f5f1eb;
}

.modern-gallery .title-box {
    margin-bottom: 60px;
}

.modern-gallery .title-box p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.modern-gallery .title-box h2 {
    color: var(--main-color);
}

.modern-gallery .title-box .subtitle span {
    color: var(--main-color);
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 1;
    transform: scale(1);
}

.gallery-item.hide {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

.gallery-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.gallery-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(11, 107, 116, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.gallery-content {
    text-align: center;
    color: var(--white-color);
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.gallery-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--white-color);
}

.gallery-content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.gallery-content i {
    font-size: 24px;
    color: var(--ancient-color);
    animation: pulse 2s infinite;
}

/* Hover Effects */
.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

/* Different Grid Sizes for Visual Interest */
.gallery-item:nth-child(1),
.gallery-item:nth-child(6),
.gallery-item:nth-child(11) {
    grid-column: span 2;
}

.gallery-item:nth-child(1) .gallery-image img,
.gallery-item:nth-child(6) .gallery-image img,
.gallery-item:nth-child(11) .gallery-image img {
    height: 300px;
}

/* Responsive Design */
@media only screen and (max-width: 1200px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
    
    .gallery-item:nth-child(1),
    .gallery-item:nth-child(6),
    .gallery-item:nth-child(11) {
        grid-column: span 1;
    }
}

@media only screen and (max-width: 991px) {
    .modern-gallery {
        padding: 80px 0;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
}

@media only screen and (max-width: 767px) {
    .modern-gallery {
        padding: 60px 0;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
    
    .gallery-image img {
        height: 200px;
    }
    
    
    .gallery-content h4 {
        font-size: 16px;
    }
    
    .gallery-content p {
        font-size: 12px;
    }
    
    .gallery-content i {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-image img {
        height: 250px;
    }
    
    /* Footer logo mobile styling */
    .main-footer .info-col .logo img {
        width: 120px;
        height: auto;
    }
    
    /* About page mobile optimization */
    .about-section .feature-info {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0 40px 0;
    }
    
    .about-section .feature-info .feature-info-box {
        width: 100%;
        padding: 20px 15px;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }
    
    .about-section .feature-info .feature-title {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .about-section .feature-info .feature-title img {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .about-section .feature-info .feature-title h6 {
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    
    .about-section .feature-info .feature-content {
        flex: 1;
    }
    
    .about-section .feature-info .infotext {
        font-size: 14px;
        line-height: 1.6;
        padding: 0;
        text-align: left;
    }
    
    /* Mission section mobile optimization */
    .mission-section .row {
        flex-direction: column;
        gap: 30px;
    }
    
    .mission-section .mission-block {
        margin-bottom: 0;
    }
    
    .mission-section .mission-block .inner-box {
        text-align: center;
        padding: 30px 20px;
    }
    
    .mission-section .mission-block .icon-box {
        margin-bottom: 20px;
    }
    
    .mission-section .mission-block .icon-box i {
        font-size: 40px;
    }
    
    .mission-section .mission-block h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .mission-section .mission-block p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* About section content mobile optimization */
    .about-section .content-column {
        margin-bottom: 40px;
    }
    
    .about-section .title-box h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .about-section .text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .about-section .image-column .image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    /* Contact page mobile optimization */
    .contact-info-section .contact-info-block {
        margin-bottom: 30px;
    }
    
    .contact-info-section .contact-info-block .inner-box {
        text-align: center;
        padding: 30px 20px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .contact-info-section .contact-info-block .inner-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
        border-radius: 20px;
        pointer-events: none;
    }
    
    .contact-info-section .contact-info-block .inner-box:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    }
    
    .contact-info-section .contact-info-block .icon-box {
        margin-bottom: 20px;
    }
    
    .contact-info-section .contact-info-block .icon-box i {
        font-size: 40px;
        color: var(--main-color);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }
    
    .contact-info-section .contact-info-block h4 {
        font-size: 20px;
        margin-bottom: 15px;
        color: var(--main-color);
        font-weight: 700;
        text-shadow: none;
    }
    
    .contact-info-section .contact-info-block p {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        margin: 0;
        text-shadow: none;
    }
    
    .contact-info-section .contact-info-block p a {
        color: var(--main-color);
        text-decoration: none;
        font-weight: 600;
        text-shadow: none;
    }
    
    .contact-info-section .contact-info-block p a:hover {
        color: var(--ancient-color);
        text-decoration: underline;
    }
    
    /* Hours section mobile optimization */
    .hours-section .content-column {
        margin-bottom: 40px;
    }
    
    .hours-section .title-box {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .hours-section .title-box h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 15px;
        color: var(--main-color);
    }
    
    .hours-section .title-box p {
        font-size: 16px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .hours-section .hours-list {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        padding: 25px 20px;
        backdrop-filter: blur(10px);
    }
    
    .hours-section .hours-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .hours-section .hours-item:last-child {
        border-bottom: none;
    }
    
    .hours-section .hours-item .day {
        font-size: 16px;
        font-weight: 600;
        color: var(--white-color);
    }
    
    .hours-section .hours-item .time {
        font-size: 14px;
        color: var(--ancient-color);
        text-align: right;
    }
    
    .hours-section .image-column .image img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    
    /* Reservation section mobile optimization */
    .reserve-section .reserv-col .inner {
        padding: 40px 20px;
        margin: 20px 0;
    }
    
    .reserve-section .reserv-col .title-box h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .reserve-section .reserv-col .request-info {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .reserve-section .reserv-col form .form-group {
        margin-bottom: 20px;
    }
    
    .reserve-section .reserv-col form .form-group input,
    .reserve-section .reserv-col form .form-group select,
    .reserve-section .reserv-col form .form-group textarea {
        font-size: 16px;
        padding: 15px 20px;
        border-radius: 10px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.1);
        color: var(--white-color);
        backdrop-filter: blur(10px);
    }
    
    .reserve-section .reserv-col form .form-group input.l-icon,
    .reserve-section .reserv-col form .form-group select.l-icon {
        padding-left: 45px;
        padding-right: 45px;
    }
    
    .reserve-section .reserv-col form .field-inner .alt-icon {
        left: 15px;
        font-size: 14px;
    }
    
    .reserve-section .reserv-col form .field-inner .arrow-icon {
        right: 15px;
        font-size: 14px;
    }
    
    .reserve-section .reserv-col form .form-group input::placeholder,
    .reserve-section .reserv-col form .form-group textarea::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .reserve-section .reserv-col form .form-group input:focus,
    .reserve-section .reserv-col form .form-group select:focus,
    .reserve-section .reserv-col form .form-group textarea:focus {
        border-color: var(--ancient-color);
        background: rgba(255, 255, 255, 0.15);
        outline: none;
    }
    
    .reserve-section .reserv-col form .btn-style-one {
        width: 100%;
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 600;
    }
    
    /* WhatsApp CTA mobile styles */
    .whatsapp-cta-box {
        padding: 30px 15px;
    }
    
    .whatsapp-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .whatsapp-icon-wrapper i {
        font-size: 40px;
    }
    
    .whatsapp-cta-box h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .whatsapp-cta-box > p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .whatsapp-btn {
        padding: 15px 35px;
        font-size: 16px;
        width: 100%;
        max-width: 300px;
    }
    
    .whatsapp-btn i {
        font-size: 20px;
    }
    
    .phone-alternative p {
        font-size: 14px;
    }
    
    /* Contact header quick info mobile optimization */
    .contact-header .contact-quick-info {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    
    .contact-header .contact-quick-info .info-item {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        padding: 20px;
        text-align: left;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .contact-header .contact-quick-info .info-icon {
        margin-bottom: 15px;
    }
    
    .contact-header .contact-quick-info .info-icon i {
        font-size: 30px;
        color: var(--main-color);
    }
    
    .contact-header .contact-quick-info .info-text h6 {
        font-size: 18px;
        margin-bottom: 8px;
        color: var(--white-color);
    }
    
    .contact-header .contact-quick-info .info-text p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
    }
    
}