/*------------------------------------------------------------------
[Master Stylesheet]
Theme : ESS Restaurant
Author Name: Naveen Kumar Verma
Description: Restaurant - Responsive theme and desgin
Version: 1.0
license: https://euclidesoftwaresolutions.com/
Copyright 2021 ESS Authors
*/
@charset "UTF-8";

/*==========================================================
							Fonts 
==========================================================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Oswald:300,400,700&amp;display=swap');

/*======================================================
[Table of contents]

+ General
	- body
	- h1,h2,h3,h4,h5,h6
	- Padding and margins
    - Font Family
    - Colors
    - buttons
    - Bs modal css
    - border zigzap
    - forms
    - 
+ Header
	- Logo
	- Navbar
+ Footer
+ Homepage
	- Banner
	- Story section
	- Gallery section
	- Testimonial section
	- Private Dinning
	- Our Menu
	- Instagram Gallery
    - Press + News
    - Make Reservarion
    - Keep upto Date
+ Inner Page
	- menu
	- gallery page
	- story page
	- news Page
        - news-detail 
	- Contact page
+ Kayframes animation


-------------------------------------------------------------------*/


/*==========================================================
							General 
==========================================================*/


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
}

body {
    margin: 0;
    -ms-text-size-adjust: 100%;

    font-family: 'Avenir Next LT Pro';
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #000000;

}

.clearfix:after,
.clearfix:before,
.col,
article,
aside,
figure,
footer,
header,
hgroup,
hr,
nav,
section {
    display: block
}

html ol,
html ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
button,
input,
select,
textarea {
    margin: 0
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}

a:hover {
    color: #fe4e2b;
}

a,
li {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

a:hover,
li:hover {
    text-decoration: none !important;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

a:focus,
button:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

body::selection {
    background: #fe4e2b;
}

h1 {
    font-size: 3.125rem;
    font-family: "Futura PT";
}

h2 {
    font-size: 2.75rem;
    font-family: "Futura PT";
}

h3 {
    font-size: 2.375rem;
    font-family: "Futura PT";
}

h4 {
    font-size: 2rem;
    font-family: "Futura PT";
}

h5 {
    font-size: 1.75rem;
    font-family: "Futura PT";
}

h6 {
    font-size: 1.5rem;
    font-family: "Futura PT";
}

img {
    width: 100%;
}

.parallex {
    background-attachment: fixed;
}

/*Padding and margins*/
.py-110 {
    padding: 110px 0;
}

.py-130 {
    padding: 130px 0;
}

.py-210 {
    padding: 210px 0;
}

.py-60 {
    padding: 60px 0;
}

.py-50 {
    padding: 50px 0;
}

.py-80 {
    padding: 80px 0;
}

.py-100 {
    padding: 100px 0;
}

.py-180 {
    padding: 180px 0;
}

.border {
    border: 1px solid #ffffff !important;
}

.border-5 {
    border-width: 5px !important;
}

/*Font Family css*/
.font-cursive {
    font-family: 'Great Vibes', cursive;
}

.font-futura {
    font-family: "Futura PT";
}

.font-Av {
    font-family: 'Avenir Next LT Pro' !important;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-Regular.html') format('woff2'),
        url('AvenirNextLTPro-Regular-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*Colors*/
.text-default {
    color: #000000;
}

.primary {
    color: #fe4e2b;
}

.secondry {
    color: #000000;
}

.text-gray {
    color: #afb9bd;
}

.text-white {
    color: #ffffff;
}

.text-sky {
    color: #e7f0f3;
}

.cursive-title {
    font-size: 50px;
    line-height: 1;
    font-family: 'Great Vibes', cursive;
}

/*--background--*/
.bg-default {
    background-color: #000000;
}

.primary-bg {
    background-color: #fe4e2b;
}

.secondry-bg {
    background-color: #000000;
}

.gray-bg {
    background-color: #afb9bd;
}

.white-bg {
    background-color: #ffffff;
}

.sky-bg {
    background-color: #e7f0f3;
}


/*--buttons--*/
.btn {
    padding: 15px 25px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 3px;
    color: #ffffff;
    font-family: "Futura PT";
    text-transform: uppercase;
    transition: .5s ease-in-out;
    position: relative;
    outline: none !important;
}

.btn-primary {
    background: #fe4e2b;
    border-color: #fe4e2b;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fe4e2b;
    background: #ffffff;
    border-color: #fe4e2b;
    box-shadow: inset 0 -50px 0 #ffffff !important;
}

.btn-outline {
    border-color: #ffffff;
}

.btn-outline:hover,
.btn-outline:focus {
    background: #fe4e2b;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: inset 0 -50px 0 #fe4e2b !important;
}

.btn-black {
    background: #000000;
}

.btn-black:hover,
.btn-black:focus {
    color: #fe4e2b;
    background: #ffffff;
    border-color: #fe4e2b;
    box-shadow: inset 0 -50px 0 #ffffff !important;
}

/*Bs modal css overwrite */
.modal-backdrop {
    z-index: -1;
}

.modal {
    background: rgb(0 0 0 / 50%);
}

.modal-body .reservation-form .form-control {
    border: 1px solid #000000;
}

/*border zigzap*/
.border-zigzag-up {
    position: relative;
}

.border-zigzag-up::After {
    background: linear-gradient(-45deg, #ffffff 10px, #ffffff 10px, #FFFFFF 10px, transparent 0), linear-gradient(45deg, #ffffff 10px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 12px 32px;
    content: " ";
    display: block;
    height: 32px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.border-zigzag-down {
    position: relative;
}

.border-zigzag-down::After {
    background: linear-gradient(-45deg, #ffffff 10px, #ffffff 10px, #FFFFFF 10px, transparent 0), linear-gradient(45deg, #ffffff 10px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 12px 32px;
    content: " ";
    display: block;
    height: 32px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(180deg);
}

.border-gray {}

/*--forms--*/
.reservation-form {
    max-width: 981px;
    margin: 0 auto;
}

.reservation-form .form-control {
    height: auto;
    padding: 14.5px 10px 14.5px 45px;
    border-radius: 0;
    border: none;
    position: relative;
}

.reservation-form .formrow .input-group-prepend {
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    top: 47%;
    transform: translate(0px, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-form .formrow {
    position: relative;
}

.reservation-form .formrow .input-group-prepend i {
    font-size: 22px;
    font-weight: bold;
}

input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 5px;
    width: 20px;
    height: 20px;
    color: #fe4e2b;
}

.reservation-form .form-control#date {
    background-image: url('../images/calender.png');
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 23px;
}

.reservation-form .form-control#time {
    background-image: url('../images/clock.png');
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 23px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=date]::-webkit-calendar-picker-indicator {
    content: '';
    display: block;
    background: url('../images/calender.png') no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0px, -35%);
    visibility: visible;
    z-index: 10;
    opacity: 0;
}

input[type=time]::-webkit-calendar-picker-indicator {
    content: '';
    display: block;
    background: url('../images/clock.png') no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0px, -35%);
    visibility: visible;
    z-index: 10;
    opacity: 0;
}

.arrowadd {
    position: relative;
    cursor: pointer;
}

.arrowadd::after {
    content: '';
    position: absolute;
    right: 10px;
    z-index: 3;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 16px;
    color: #fe4e2b;
    background-image: url(../images/dropdown.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}

form.keepup-form {
    max-width: 770px;
    margin: 40px auto 0 auto;
}

form.keepup-form .formrow {
    position: relative;
}

form.keepup-form .formrow .form-control {
    height: auto;
    padding: 17px 20px;
    border: 1px solid #000000;
    line-height: 1;
    border-radius: 0;
}

form.keepup-form .formrow .input-group-append {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
}

form.keepup-form .formrow .input-group-append button.btn.btn-secondary {
    background: transparent !important;
    border: none;
    color: #000000;
    font-size: 26px;
    padding: 0 0;
    transition: .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.keepup-form .formrow .input-group-append button.btn.btn-secondary:hover {
    transform: translate(10px, 0px);
    color: #fe4e2b;
}

.form-control::placeholder {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgb(0 0 0 / 70%);
}

/*kayframes animation*/
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/* Bottom to top css */
a#toTopBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    transition: .5s ease;
}

/*==========================================================
							Header
==========================================================*/
.fixed-header .navbar-brand img {
    height: 60px !important;
}

.navbar-brand img {
    transition: .5s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: .5s ease-in-out;
}

.fixed-header {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    background: #000 !important;
    z-index: 100;
    animation: stuckMoveDown .6s;
}

.header-area {
    padding: 12px 0;
}

.header-area .navbar-nav li a.nav-link {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Futura PT";
    text-transform: uppercase;
}

a.navbar-brand img {
    max-width: 110px;
}

.header-area .navbar-nav li a.nav-link.active {
    color: #fe4e2b !important;
}

@media (min-width: 992px) {
    ul.dropdown-menu {
        display: block;
        padding: 0 0;
        transition: .5s ease;
        transform: translate(0px, 20px);
        opacity: 0;
        visibility: hidden;
    }

    .nav-item:hover ul.dropdown-menu {
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    ul.dropdown-menu {
        border: none;
        box-shadow: none !important;
        margin-top: 10px !important;
    }
}

a.whatsapp_btn img {
    width: 26px;
}

a.whatsapp_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 15px;
    border-radius: 44px;
    border: 2px solid #fff;
}

a.whatsapp_btn.btn-outline:hover,
a.whatsapp_btn.btn-outline:focus {
    background: #40c351;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: inset 0 -50px 0 #40c351 !important;
}

/*--navbar--*/

/*==========================================================
							Footer
==========================================================*/
.footer .main-footer .footer-widget ul.widget-list li a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer .main-footer .footer-widget ul.widget-list li a .details {
    text-align: left;
}

.footer .main-footer.footer-widget ul.widget-list li a i {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
    transform: rotate(45deg);
    margin-right: 30px;
    line-height: 1;
    top: 15px;
    position: relative;
}

.footer .main-footer .footer-widget ul.widget-list li a i {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: .5s ease;
    transform: rotate(45deg);
    position: relative;
    top: 10px;
}

.footer .main-footer.footer-widget ul.widget-list li a .details {
    text-align: left;
    min-width: 50%;
}

.footer .main-footer.footer-widget ul.widget-list li a .details h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer .main-footer .footer-widget ul.widget-list li a .details p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
}

.footer .main-footer h4.footer-title {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.footer .main-footer .footer-widget ul.widget-list li a:hover i {
    transform: rotate(90deg);
    background: #fe4e2b;
}

.footer .main-footer .footer-widget ul.widget-list li a:hover i::before {
    transform: rotate(-90deg);
}

.footer .main-footer .footer-widget ul.widget-list li i::before {
    transition: .5s ease;
}

.footer .main-footer .footer-widget ul.widget-list li a:hover .details p {
    color: #fe4e2b;
}

.footer .main-footer .footer-widget ul.widget-list li a i::before {
    transform: rotate(-45deg);
}

.footer .main-footer .footer-widget ul.widget-list li a h4 {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #000000;
}

.copyright-bar ul.social-media {
    margin-bottom: 20px;
}

.copyright-bar ul.social-media li {
    margin: 0 8px;
}

.copyright-bar ul.social-media li a {
    background-color: #fd5728;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    border-radius: 50%;
    transition: .5s ease;
}

.copyright-bar ul.social-media li a:hover {
    transform: rotate(360deg);
    background: #000000;
}

/*==========================================================
							Homepage
==========================================================*/

/*Banner*/
.home-banner {
    /*  min-height: 850px;*/
    position: relative;
}

.home-banner .carousel-inner .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner .carousel-inner .item img {
    height: 100vh !important;
    object-fit: cover;
}

.home-banner .carousel-inner .item {
    position: relative;
}

.home-banner .carousel-inner .item .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0;
    bottom: inherit !important;
    min-width: 810px;
    z-index: 2;
}

.home-banner .carousel-inner .item .carousel-caption .taste-title {
    font-size: 60px;
    line-height: .6;
}

.home-banner .carousel-inner .item .carousel-caption .taste-title-1 {
    font-size: 60px;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.home-banner .carousel-inner .item .carousel-caption .address p {
    margin: 0 0 0px 0;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Futura PT";
    text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 4;
}

.home-banner .carousel {
    position: relative;
    z-index: 2;
}

.subtitle {
    font-size: 35px;
}

.main-title {
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
}

/*Story section*/
.story-block .story-detail h5 {
    font-size: 50px;
    line-height: 1;
}

.story-block .story-detail h2 {
    font-size: 50px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: bold;
    font-family: "Futura PT";
    line-height: 1;
    margin: -10px 0 20px 0;
}

.gallery-block .gallery-content {
    height: 100%;
    padding: 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.gallery-block .gallery-content h5 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
}

.gallery-block .gallery-content h2 {
    font-size: 70px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    margin: -10px 0 0 0;
}

.gallery-block .gallery-content p {
    margin: 0 0;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

.galleryrow>.column {
    padding: 0 8px;
}

.galleryrow:after {
    content: "";
    display: table;
    clear: both;
}

.gallerycolumn {
    float: left;
    width: 25%;
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(0px, 100%);
    transition: .5s ease;
}

.gallerymodal .mySlides img {
    height: 600px;
    object-fit: contain;
}

.gallerymodal .mySlides {
    background: black;
}

.gallery-img .gallery-overlay h4,
.gallery-img .gallery-overlay p {
    position: relative;
    z-index: 4;
    color: #ffffff;
    margin: 0 0;
}

.gallery-img:hover .gallery-overlay {
    transform: translate(0px, 0px);
}

/* The Modal (background) */
.gallerymodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    z-index: 1000;
}

/* Modal Content */
.gallerymodal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.gallerymodal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.gallerymodal .close:hover,
.gallerymodal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.gallerymodal .mySlides {
    display: none;
}

.modal-header .btn-close {
    transition: .5s ease;
}

.modal-header .btn-close:hover {
    transform: rotate(360deg);
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.gallerymodal .prev,
.gallerymodal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallerymodal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallerymodal .prev:hover,
.gallerymodal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallerymodal .numbertext {
    color: #f2f2f2;
    font-size: 18px;
    padding: 8px 12px;
    text-align: center;
}

.gallerymodal img {
    margin-bottom: -4px;
}

.gallerymodal .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.gallerymodal .demo {
    opacity: 0.6;
}

.gallerymodal .active,
.gallerymodal .demo:hover {
    opacity: 1;
}

.gallerymodal img.hover-shadow {
    transition: 0.3s;
}

.gallerymodal .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Testimonial bar*/
.Testimonial-block .testimonial-bar i {
    font-size: 40px;
    margin-bottom: 30px;
}

.Testimonial-block .testimonial-bar p.reviewbar {
    max-width: 920px;
    margin: 0 auto 20px auto;
    font-size: 26px;
    line-height: 36px;
    color: #08303e;
    font-weight: bold;
    font-family: "Futura PT";
}

.Testimonial-block .testimonial-bar h6.review-name {
    margin: 0 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}

.Testimonial-block .carousel-indicators {
    position: relative;
    margin: 50px 0 0 0 !important;
}

.Testimonial-block .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #08303e;
    opacity: 1 !important;
    margin: 0 3.5px;
}

.Testimonial-block .carousel-indicators button.active {
    border-color: #fe4e2b;
    background: #fe4e2b;
}

.content-white.Testimonial-block .carousel-indicators button {
    border: 1px solid #ffffff;
}

.content-white.Testimonial-block .carousel-indicators button.active {
    background: #ffffff;
}

/*dinning css*/
.private-dining {
    background-image: url('../images/dining-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.private-dining h4 {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-row a {
    margin: 0 10px;
    position: relative;
}

/*Our Menu */
.order-menu h4 {
    font-size: 44px;
    font-weight: bold;
    font-family: "Futura PT";
    text-transform: uppercase;
}

.tabs-bar .nav {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e8f1f5;
}

.tabs-bar .nav .nav-link {
    font-size: 18px;
    color: #afb9bd;
    font-family: "Futura PT";
    text-align: center;
    padding: 0 0 20px 0;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    transition: .5s ease;
}

.tabs-bar .nav li {
    margin: 0 20px;
}

.tabs-bar .nav .nav-link.active,
.tabs-bar .nav .nav-link:hover {
    border-bottom: 1px solid #fe4e2b;
    color: #000000;
}

ul.menu-listing li .leftbar {
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 20px;
}

ul.menu-listing li .rightbar {
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: space-between;
}

ul.menu-listing h5 {
    margin: 0 0;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    font-family: "Futura PT";
}

ul.menu-listing p {
    margin: 0 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
}

ul.menu-listing li {
    margin-bottom: 30px;
}

/*Our Menu */

/*Book order primary */

.book-order-bar h4 {
    font-size: 14px;
    font-weight: bold;
}

.book-order-bar a.btn {
    padding: 15px 35px;
}

/*Book order primary */
.primary-title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    font-family: "Futura PT";
    text-align: center;
}

.instagram-gallery-bar h6 {
    font-size: 22px;
}

.insta-box {
    height: 485px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.insta-box img {
    object-fit: cover;
    height: 485px;
    transition: .5s ease-in-out;
}

.insta-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s ease-in-out;
    opacity: 0;
}

.insta-box .overlay i {
    font-size: 40px;
    color: #fe4e2b;
}

.insta-box:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.rule-war h4 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 36px;
    font-weight: bold;
}

.Instagram-new i {
    font-size: 40px;
    margin-bottom: 10px;
}

/*Press news*/
.Press-news h4 {
    font-size: 44px;
    font-weight: bold;
    font-family: "Futura PT";
    text-transform: uppercase;
}

.Press-news .press-news-box h6 {
    font-size: 18px;
    line-height: 30px;
}

.Press-news .press-news-box h5 {
    font-size: 24px;
    line-height: 34px;
    color: #08303e;
    font-weight: 500;
    margin-bottom: 20px;
}

.Press-news .press-news-box p {
    font-size: 16px;
    line-height: 26px;
    color: #303030;
}

.readmore a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Futura PT';
}

.Press-news .col-lg-4.press-news-box {
    padding: 0 30px;
}

/*Reservation-bar */
section.Reservation-bar {
    background-image: url(../images/Reservation-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Keepup-date*/
.Keepup-date h4 {
    font-size: 44px;
    font-weight: bold;
    font-family: "Futura PT";
    text-transform: uppercase;
}

.Keepup-date p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
}

.contact .Keepup-date {
    background: #e7f0f3;
    padding: 100px 0 !important;
}

.contact-form form.formreply .form-control[type=number]::-webkit-inner-spin-button,
.contact-form form.formreply .form-control[type=number]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.contact .footer .copyright-bar {
    background: #e7f0f3;
    padding-top: 0;
}

/*Banner inner pages*/
.banner-inner {
    padding: 390px 0 130px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.banner-title {
    font-size: 90px;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0;
}

.max-880 {
    max-width: 890px;
}

.letter-spacing-0 {
    letter-spacing: 0 !important;
}

.story-boxes .story-content {
    max-width: 48%;
    margin: 0 auto;
}

.story-boxes .story-content h4 {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
}

.booktable-bg {
    background-image: url('../images/booktable-bg.webp') !important;
}

/*News post css*/
.newsbar .new-img {
    padding-right: 20px;
    overflow: hidden;
}

.newsbar .new-img img {
    transition: .5s ease;
}

.newsbar .new-img:hover img {
    transform: scale(1.1);
}

.newsbar .news-content p {
    margin-bottom: 5px;
}

.newsbar .news-content .date {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.newsbar .news-content .author {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
}

.newsbar .news-content h4.news-title {
    font-size: 24px;
    line-height: 34px;
    color: #08303e;
    max-width: 100%;
    font-weight: bold;
}

.newsbar .news-content .news-description {
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    max-width: 90%;
    margin-bottom: 20px;
}

.numeric-bar .listing {
    display: flex;
    align-items: center;
    justify-content: center;
}

.numeric-bar {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 50px 0;
}

.numeric-bar .listing li a {
    border: 1px solid #f3f3f3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
    font-weight: 500;
}

.numeric-bar .listing li a.active,
.numeric-bar .listing li a:hover {
    border: 1px solid #000000;
    color: #000000;
}

.news-detail .news-content .news-title {
    font-size: 36px !important;
    line-height: 50px !important;
    margin-bottom: 40px !important;
}

.news-detail .news-content .new-img {
    padding: 0 0 !important;
    height: 460px;
    margin-bottom: 20px;
}

.news-detail .news-content .new-img img {
    height: 100%;
    object-fit: cover;
}

.news-detail .news-content .news-description {
    max-width: 100% !important;
    margin-bottom: 0px !important;
    margin-top: 40px;
}

.news-detail .news-content h5 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    color: #303030;
    font-weight: bold;
    font-family: "Futura PT";
}

.contact-form {
    padding: 50px 55px;
    position: relative;
    background: #e7eff3;
}

.contactformbar .contact-form {
    background: transparent;
    padding: 0 !important;
}

.contactformbar .contact-form .form-control {
    border: 1px solid #000000 !important;
}

.contact .main-footer {
    display: none;
}

.contact-form h3 {
    font-size: 22px;
    line-height: 34px;
    color: #08303e;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-form form.formreply .form-control {
    height: auto;
    padding: 15px 18px;
    background: #ffffff;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Avenir Next LT Pro";
}

.contact-form form.formreply .form-select {
    height: auto;
    padding: 15px 18px;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000;
    font-family: "Avenir Next LT Pro";
    border: 1px solid #000;
}

.contact-form form.formreply .form-control::placeholder {
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
}

.contact-form form.formreply textarea.form-control {
    height: 90px;
}

/*Blog detail css*/
.blogbarin a {
    display: flex;
    align-items: center;
    opacity: .7;
    transition: .5s ease;
}

.blogbarin a:hover {
    opacity: 1;
}

.blogbarin a i {
    padding-right: 30px;
    font-size: 24px;
}

.blogbarin .blogdetail h4 {
    margin: 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #afb9bd;
    font-family: "Futura PT";
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blogbarin .blogdetail h5 {
    font-size: 16px;
    line-height: 22px;
    color: #08303e;
    font-family: "Futura PT";
    text-transform: uppercase;
    font-weight: 600;
}

.blogsnext.blogbarin a i {
    padding-left: 30px;
    padding-right: 0;
}

.blogsnext.blogbarin a {
    justify-content: flex-end;
}

.blogbarin a .blogdetail {
    flex: 0 0 400px;
    max-width: 400px;
    text-align: left;
}

.blogsnext.blogbarin .blogdetail {
    text-align: right;
}

.blogs-sidebar form.search-form .forminput {
    position: relative;
}

.blogs-sidebar form.search-form .forminput .form-control {
    height: auto;
    padding: 17px 50px 17px 17px;
    border: 1px solid #08303e;
    border-radius: 0;
    font-size: 18px;
    color: #08303e;
    font-family: "Futura PT";
}

.blogs-sidebar form.search-form .forminput .form-control::placeholder {
    font-size: 18px;
    color: #08303e;
    font-family: "Futura PT";
}

.blogs-sidebar form.search-form .forminput button.btnsearch {
    border: none;
    background: transparent;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0px, -50%);
}

.blogs-sidebar .search-form {
    margin-bottom: 60px;
}

.news-detail .news-content {
    padding-right: 50px;
}

.blogs-sidebar .sidebar-title {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #08303e;
    font-weight: bold;
}

.blogs-sidebar .sidebar-blogs-listing ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9f2f5;
}

.blogs-sidebar .sidebar-blogs-listing ul li h5 {
    font-size: 16px;
    line-height: 22px;
    color: #08303e;
    font-family: "Futura PT";
    text-transform: uppercase;
    margin: 0 0;
    transition: .5s ease;
    font-weight: 600;
}

.blogs-sidebar .sidebar-blogs-listing ul li a:hover h5 {
    color: #fe4e2b;
}

.blogs-sidebar .sidebar-blogs-listing ul li .date {
    margin: 0 0;
}

/*Contact css*/
.contactus .contact-map {
    height: 450px;
}

.contactus .contact-map .mapouter,
.contactus .contact-map .mapouter .gmap_canvas {
    height: 100%;
}

.contactus .contact-map .mapouter .gmap_canvas iframe {
    width: 100%;
    height: 100%;
}

.contactformbar h4 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #313131;
    font-weight: bold;
}

.contactus .contact-detail {
    padding-left: 30px;
}

.contactus .contact-detail h4 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #313131;
    font-weight: bold;
    font-family: "Futura PT";
}

.contactus .contact-detail ul li h6 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #313131;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Futura PT";
}

.contactus .contact-detail ul li a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #313131;
    font-family: "Futura PT";
    line-height: 20px;
    display: inline-block;
}

/*Theme OPtion change css ends here*/


/*==============service section ==============*/
section.service_section {
    padding: 80px 0px;
}

.service_section h4 {
    font-size: 44px;
    font-weight: bold;
    font-family: "Futura PT";
    text-transform: uppercase;
}

.sec-line {
    max-width: 350px;
    margin: 0px auto 60px;
}

.service_items {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 14px 20px rgb(34 34 34 / 10%) !important;
}

.items_reverse {
    flex-direction: row-reverse;
}

.service_img {
    width: 300px;
    height: 280px
}

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

.service_info {
    width: calc(100% - 380px)
}

.service_info h3 {
    color: #eb671a;
}

.map_area iframe {
    display: block;
}


.custom-nav-link {
    transition: color 0.3s ease;
}

.custom-nav-link:hover {
    color: #f8b400;
}

.custom-dropdown-item {
    transition: all 0.3s ease;
}

.custom-dropdown-item:hover {
    background-color: rgba(248, 180, 0, 0.1);
    color: #f8b400;
    padding-left: 1.75rem;
}

.footer-widget a {
    transition: color 0.3s ease;
}

.footer-widget a:hover {
    color: #f8b400;
}

@media (max-width: 991px) {
    .navbar-dark .navbar-toggler-icon {
        filter: invert(70%) sepia(87%) saturate(1450%) hue-rotate(352deg) brightness(101%) contrast(97%);
    }
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #fd5728;
}

/* Custom Header & Footer Styles from Inline */
.logo-img {
    max-height: 60px;
}

.offcanvas {
    background-color: #000;
}

.offcanvas-logo {
    max-height: 50px;
    width: 60px;
}

.whatsapp-btn-custom {
    border-color: #f8b400 !important;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

.whatsapp-btn-custom:hover {
    background-color: #f8b400 !important;
    color: #1a1a1a !important;
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
}

.offcanvas-dark {
    background-color: #1a1a1a !important;
}

.footer-dark {
    background: #111;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f8b400, #ff6b00, #f8b400);
}

.footer-top {
    padding: 80px 0 60px;
}



.footer-logo img {
    margin-bottom: 20px;
    height: 100px;
    width: 100px;
    object-fit: contain;
}



.footer-about {
    color: #fff;
    line-height: 1.9;
}

.footer-dark h4 {
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    font-weight: 600;
}

.footer-dark h4:after {
    content: "";
    width: 55px;
    height: 3px;
    background: #f8b400;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #d8d8d8;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #f8b400;
    padding-left: 8px;
}

.footer-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact li {
    display: flex;
    margin-bottom: 22px;
}

.footer-contact i {
    width: 42px;
    height: 42px;
    background: #f8b400;
    color: #111;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.footer-contact span,
.footer-contact a {
    color: #ddd;
    text-decoration: none;
    line-height: 1.8;
}

.footer-contact a:hover {
    color: #f8b400;
}

.footer-social a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    transition: .35s;
}

.footer-social a:hover {
    background: #f8b400;
    color: #111;
    transform: translateY(-5px);
}


.footer-bottom {
    background: #0b0b0b;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 22px 0;
    color: #bbb;
    font-size: 15px;
}

@media(max-width:991px) {

    .footer-top {
        padding: 60px 0;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .text-md-end {
        margin-top: 10px;
        text-align: center !important;
    }

}

@media(max-width:767px) {

    .footer-dark h4 {
        margin-top: 20px;
    }

    .footer-logo {
        font-size: 32px;
    }

    .footer-contact li {
        align-items: flex-start;
    }

}

@media(max-width:767px) {
    .offcanvas {
        background-color: #1a1a1a;
    }
}

/*=========================================
        ABOUT SECTION
=========================================*/

.about-section {
    position: relative;
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}

/* Background Decoration */

.about-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #fe4e2b;
    opacity: .04;
    border-radius: 50%;
    top: -220px;
    left: -220px;
}

.about-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: #000;
    opacity: .03;
    border-radius: 50%;
    right: -180px;
    bottom: -180px;
}

/*=========================================
        IMAGE AREA
=========================================*/

.about-images {

    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* Main Image */

.about-main-image {

    width: 82%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, .12);

}

.about-main-image img {

    width: 100%;
    display: block;
    transition: .8s;

}

.about-main-image:hover img {

    transform: scale(1.08);

}

/* Small Image */

.about-small-image {

    position: absolute;

    right: 0;

    bottom: 50px;

    width: 270px;

    border-radius: 25px;

    overflow: hidden;

    border: 8px solid #fff;

    z-index: 3;

    box-shadow:
        0 25px 50px rgba(0, 0, 0, .18);

}

.about-small-image img {

    width: 100%;
    transition: .8s;

}

.about-small-image:hover img {

    transform: scale(1.08);

}



/*=========================================
      DECORATION
=========================================*/

.shape-circle {

    position: absolute;

    width: 180px;

    height: 180px;

    background: #fe4e2b;

    border-radius: 50%;

    opacity: .08;

    right: 120px;

    top: 30px;

    z-index: 1;

}

.shape-dots {

    position: absolute;

    width: 150px;

    height: 150px;

    left: 40px;

    top: 30px;

    z-index: 1;

    background-image: radial-gradient(#fe4e2b 2px, transparent 2px);

    background-size: 18px 18px;

    opacity: .25;

}

/*=========================================
        CONTENT
=========================================*/

.about-content {

    position: relative;
    padding-left: 50px;

}

.section-subtitle {

    display: inline-block;

    color: #fe4e2b;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin-bottom: 18px;

    position: relative;

}

.section-subtitle::before {

    content: "";

    width: 50px;

    height: 2px;

    background: #fe4e2b;

    display: inline-block;

    margin-right: 12px;

    vertical-align: middle;

}

.section-title {

    font-size: 40px;

    line-height: 1.15;

    font-weight: 800;

    color: #000;

    margin-bottom: 30px;

}

.section-title span {

    color: #fe4e2b;

}

.about-text {

    color: #000;

    font-size: 17px;

    line-height: 1.9;

    margin-bottom: 25px;

}

/*=========================================
        FEATURES AREA
=========================================*/

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 45px;
}

/* Feature Card */

.feature-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #ececec;
    overflow: hidden;
    transition: all .45s ease;
    z-index: 1;
}

/* Left Accent Bar */

.feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    background: #fe4e2b;
    transition: .45s;
    border-radius: 10px;
}

/* Hover Glow */

.feature-item::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #fe4e2b;
    border-radius: 50%;
    opacity: .06;
    right: -120px;
    bottom: -120px;
    transition: .5s;
}

.feature-item:hover {
    transform: translateY(-12px);
    border-color: transparent;
    box-shadow:
        0 22px 55px rgba(0, 0, 0, .10);
}

.feature-item:hover::before {
    height: 100%;
}

.feature-item:hover::after {
    transform: scale(1.4);
}

/*=========================================
        ICON
=========================================*/

.feature-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 20px;
    background: #fff4f1;
    color: #fe4e2b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    transition: .45s;
}

.feature-item:hover .feature-icon {
    background: #fe4e2b;
    color: #fff;
    transform: rotate(-10deg) scale(1.08);
}

/*=========================================
        FEATURE CONTENT
=========================================*/

.feature-item h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.feature-item p {
    margin: 0;
    color: #000;
    line-height: 1.7;
    font-size: 15px;
}

/*=========================================
        CTA BUTTON
=========================================*/

.about-btn {
    margin-top: 25px;
}

.btn-about {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 38px;
    background: #fe4e2b;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 60px;
    text-decoration: none;
    overflow: hidden;
    transition: .4s;
    box-shadow:
        0 15px 40px rgba(254, 78, 43, .30);
}

/* Button Shine */

.btn-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 60px;
    height: 100%;
    background: rgba(255, 255, 255, .35);
    transform: skewX(-30deg);
    transition: .7s;
}

.btn-about:hover::before {
    left: 130%;
}

.btn-about:hover {
    background: #000;
    color: #fff;
    transform: translateY(-4px);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, .22);
}

.btn-about i {
    transition: .35s;
}

.btn-about:hover i {
    transform: translateX(6px);
}

/*=========================================
        CONTENT SPACING
=========================================*/

.about-content p:last-of-type {
    margin-bottom: 0;
}

/*=========================================
        IMAGE DECORATION
=========================================*/

/* Orange Border Behind Image */

.about-main-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #fe4e2b;
    border-radius: 30px;
    left: 18px;
    top: 18px;
    z-index: -1;
}

/* Floating Shadow */

.about-main-image::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -28px;
    height: 45px;
    background: rgba(0, 0, 0, .12);
    filter: blur(30px);
    z-index: -2;
}

/*=========================================
        EXPERIENCE ANIMATION
=========================================*/

.experience-box {
    animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {

    0% {
        transform: translateY(0);
    }

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

    100% {
        transform: translateY(0);
    }

}

/*=========================================
        PREMIUM MICRO INTERACTIONS
=========================================*/

/* Smooth Animation */

.about-section,
.about-section * {
    transition:
        background-color .35s ease,
        color .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        transform .45s ease;
}

/*=========================================
        IMAGE HOVER EFFECT
=========================================*/

.about-images:hover .about-main-image {
    transform: translateY(-10px);
}

.about-images:hover .about-small-image {
    transform: translateY(10px);
}

.about-images:hover .shape-circle {
    transform: scale(1.12);
    opacity: .15;
}

.about-images:hover .shape-dots {
    transform: rotate(12deg);
}

/*=========================================
        GLASS EFFECT
=========================================*/

.experience-box {

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 6px solid rgba(255, 255, 255, .25);

}

/*=========================================
        SUBTITLE ANIMATION
=========================================*/

.section-subtitle {

    position: relative;

    overflow: hidden;

}

.section-subtitle::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -8px;

    width: 70px;

    height: 3px;

    background: #fe4e2b;

    border-radius: 10px;

}

/*=========================================
        TITLE
=========================================*/

.section-title {

    letter-spacing: -1px;

}

.section-title span {

    position: relative;

}

.section-title span::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 6px;

    width: 100%;

    height: 12px;

    background: #fe4e2b;

    opacity: .12;

    z-index: -1;

}

/*=========================================
        PARAGRAPH
=========================================*/

.about-text {

    max-width: 100%;

}

/*=========================================
        FEATURE CARD
=========================================*/

.feature-item {

    cursor: pointer;

}

.feature-item .feature-title {
    font-size: 28px;

}

.feature-item:hover .feature-title {
    font-size: 28px;
    color: #fe4e2b;

}

.feature-item:hover p {

    color: #000;

}

/*=========================================
        ICON GLOW
=========================================*/

.feature-icon {

    position: relative;

    overflow: hidden;

}

.feature-icon::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: inherit;

    background: rgba(254, 78, 43, .18);

    transform: scale(0);

    transition: .45s;

}

.feature-item:hover .feature-icon::before {

    transform: scale(1.5);

    opacity: 0;

}

/*=========================================
        BUTTON
=========================================*/

.btn-about {

    position: relative;

}

.btn-about::after {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 60px;

    border: 2px solid #fe4e2b;

    transform: scale(1.12);

    opacity: 0;

    transition: .45s;

}

.btn-about:hover::after {

    opacity: 1;

    transform: scale(1);

}

/*=========================================
        IMAGE BORDER GLOW
=========================================*/

.about-main-image {

    background: #fff;

}

.about-main-image:hover {

    box-shadow:

        0 30px 70px rgba(0, 0, 0, .16),

        0 0 0 10px rgba(254, 78, 43, .05);

}

/*=========================================
        SMALL IMAGE
=========================================*/

.about-small-image {

    transition: .5s;

}

.about-small-image:hover {

    transform: translateY(-10px) rotate(-2deg);

}

/*=========================================
        EXPERIENCE BOX
=========================================*/

.experience-box {

    position: relative;

    overflow: hidden;

}

.experience-box::before {

    content: "";

    position: absolute;

    top: -50%;

    left: -50%;

    width: 200%;

    height: 200%;

    background: linear-gradient(transparent,

            rgba(255, 255, 255, .18),

            transparent);

    transform: rotate(35deg);

    animation: badgeShine 6s linear infinite;

}

@keyframes badgeShine {

    from {

        transform: translateX(-120%) rotate(35deg);

    }

    to {

        transform: translateX(120%) rotate(35deg);

    }

}

/*=========================================
        SHAPES
=========================================*/

.shape-circle {

    transition: 1s;

}

.shape-dots {

    transition: 1s;

}

.about-section:hover .shape-circle {

    transform: translateY(-15px);

}

.about-section:hover .shape-dots {

    transform: translateY(15px);

}

/*=========================================
        CTA AREA
=========================================*/

.about-btn {

    display: flex;

    align-items: center;

    gap: 20px;

}

.about-btn small {

    color: #888;

    font-size: 15px;

}

/*=========================================
        EXTRA SPACING
=========================================*/

.about-content {

    padding-right: 15px;

}

/*=========================================
        FEATURE GRID
=========================================*/

.about-features {

    position: relative;

}

.about-features::before {

    content: "";

    position: absolute;

    inset: -15px;

    border: 1px dashed rgba(254, 78, 43, .08);

    border-radius: 30px;

    pointer-events: none;

}

/*====================================================
            RESPONSIVE DESIGN
====================================================*/

/************** Large Desktop (1600px+) **************/
@media (min-width:1600px) {

    .about-section {
        padding: 150px 0;
    }

    .section-title {
        font-size: 68px;
    }

    .about-main-image {
        width: 85%;
    }

    .about-small-image {
        width: 300px;
    }

}


/************** Laptop **************/
@media (max-width:1399px) {

    .section-title {
        font-size: 40px;
    }

    .about-content {
        padding-left: 30px;
    }

    .about-main-image {
        width: 85%;
    }

}


/************** Medium Laptop **************/
@media (max-width:1199px) {

    .about-section {
        padding: 50px 0;
    }

    .about-images {
        min-height: 620px;
    }

    .section-title {
        font-size: 35px;
    }

    .about-small-image {
        width: 230px;
    }

    .experience-box {

        width: 150px;
        height: 150px;

    }

    .experience-box h2 {
        font-size: 48px;
    }

}


/************** Tablet **************/
@media (max-width:991px) {

    .about-section {
        padding: 50px 0;
    }

    .about-content {

        padding-left: 0;
        margin-top: 0px;

    }

    .about-images {

        min-height: 600px;

    }

    .about-main-image {

        width: 90%;
        margin: auto;

    }

    .about-small-image {
        width: 334px;
        right: 45px;
        bottom: 20px;

    }

    .experience-box {

        left: 15px;
        bottom: 120px;

    }

    .section-title {

        font-size: 42px;

    }

}


/************** Mobile Landscape **************/
@media (max-width:767px) {

    .about-section {

        padding: 70px 0;

    }

    .about-images {

        min-height: auto;

        padding-bottom: 0px;

    }

    .about-main-image {

        width: 100%;

    }

    .about-small-image {

        width: 180px;

        right: 0;

        bottom: 0;

        border-width: 5px;

    }

    .experience-box {

        width: 120px;
        height: 120px;

        left: 0;

        bottom: 90px;

    }

    .experience-box h2 {

        font-size: 34px;

    }

    .experience-box span {

        font-size: 12px;

    }

    .shape-circle {

        width: 120px;
        height: 120px;

        right: 30px;

        top: 20px;

    }

    .shape-dots {

        width: 90px;
        height: 90px;

        left: 10px;

    }

    .section-subtitle {

        font-size: 13px;

        letter-spacing: 3px;

    }

    .section-title {

        font-size: 36px;

    }

    .about-text {

        max-width: 100%;

        font-size: 16px;

    }

    .about-features {

        grid-template-columns: 1fr;

        gap: 18px;

    }

    .feature-item {

        padding: 22px;

    }

    .feature-icon {

        width: 60px;
        height: 60px;
        min-width: 60px;

        font-size: 22px;

    }

    .feature-item h3 {

        font-size: 20px;

    }

    .btn-about {

        width: 100%;

        justify-content: center;

        padding: 16px 30px;

    }

}


/************** Small Mobile **************/
@media (max-width:575px) {

    .about-section {

        padding: 60px 0;

    }

    .section-title {

        font-size: 30px;

        line-height: 1.3;

    }

    .section-subtitle {

        font-size: 12px;

    }

    .about-main-image {

        border-radius: 22px;

    }

    .about-small-image {

        width: 150px;

        border-radius: 18px;

    }

    .experience-box {

        width: 95px;
        height: 95px;

    }

    .experience-box h2 {

        font-size: 28px;

    }

    .experience-box span {

        display: none;

    }

    .feature-item {

        flex-direction: column;

        text-align: center;

        align-items: center;

    }

    .feature-item h5 {

        margin-top: 10px;

    }

    .btn-about {

        font-size: 15px;

    }

}


/************** Extra Small **************/
@media (max-width:420px) {

    .section-title {

        font-size: 28px;

    }

    .about-small-image {
        display: none;

    }

    .experience-box {

        width: 85px;
        height: 85px;

    }

    .experience-box h2 {

        font-size: 24px;

    }

}


/*====================================================
        ACCESSIBILITY & PERFORMANCE
====================================================*/


.about-main-image img,
.about-small-image img {
    object-fit: cover;
}

.feature-item,
.btn-about,
.about-main-image,
.about-small-image {
    will-change: transform;
}


/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}


/*====================================================
        SERVICES OWL CAROUSEL
====================================================*/

/* ── Section padding ── */
.service_section {
    padding: 80px 0 100px;
    background: #0d0d0d;
    position: relative;
    overflow: hidden;
}

.service_section .subtitle {
    font-size: 1.4rem;
}

.service_section .main-title {
    color: #ffffff;
    margin-bottom: 10px;
}

.service_section .font-Av {
    color: rgba(255, 255, 255, 0.65);
    max-width: 600px;
    margin: 0 auto;
}

.service_section .sec-line {
    text-align: center;
    margin: 16px 0 0;
}

.service_section .sec-line img {
    display: inline-block;
    width: auto;
}

/* ── Carousel wrapper ── */
.services-owl-carousel {
    padding-bottom: 60px;
    /* space for dots */
}

/* ── Card ── */
.service-card {
    border-radius: 16px;
    overflow: hidden;
    background: #1a1a1a;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
    transition: transform 0.38s cubic-bezier(.25, .8, .25, 1),
        box-shadow 0.38s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(254, 78, 43, 0.3);
}

/* ── Image wrap ── */
.service-card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.service-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.service-card:hover .service-card-img-wrap img {
    transform: scale(1.08);
}

/* ── Gradient overlay ── */
.service-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 55%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

/* ── Category tag ── */
.service-tag {
    display: inline-block;
    background: #fe4e2b;
    color: #fff;
    font-size: 0.72rem;
    font-family: "Futura PT", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px;
    font-weight: 700;
}

/* ── Card body ── */
.service-card-body {
    padding: 24px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-title {
    font-size: 1.4rem !important;
    font-family: "Futura PT", sans-serif !important;
    color: #ffffff !important;
    margin: 0 0 10px !important;
    line-height: 1.3 !important;
}

.service-card-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.7;
    margin: 0 0 20px;
    flex: 1;
}

/* ── Read More button ── */
.service-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-family: "Futura PT", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fe4e2b;
    border: 1.5px solid #fe4e2b;
    padding: 8px 20px;
    border-radius: 50px;
    transition: background 0.28s ease, color 0.28s ease, transform 0.28s ease;
    align-self: flex-start;
    text-decoration: none !important;
}

.service-read-more i {
    transition: transform 0.28s ease;
    font-size: 0.9rem;
}

.service-read-more:hover {
    background: #fe4e2b;
    color: #ffffff;
    transform: translateX(4px);
    text-decoration: none !important;
}

.service-read-more:hover i {
    transform: translateX(4px);
}

/* ── Custom Nav Buttons ── */
.svc-owl-prev,
.svc-owl-next {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(254, 78, 43, 0.65);
    background: rgba(13, 13, 13, 0.85);
    color: #fe4e2b;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(6px);
}

.svc-owl-prev {
    left: -58px;
}

.svc-owl-next {
    right: -58px;
}

.svc-owl-prev:hover,
.svc-owl-next:hover {
    background: #fe4e2b;
    border-color: #fe4e2b;
    color: #ffffff;
}

@media (max-width: 1280px) {
    .svc-owl-prev {
        left: -20px;
    }

    .svc-owl-next {
        right: -20px;
    }
}

@media (max-width: 767px) {
    .svc-owl-prev {
        left: 0;
    }

    .svc-owl-next {
        right: 0;
    }
}

/* ── Owl Dots override ── */
.services-owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 0;
}

.services-owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    margin: 0 5px;
    transition: background 0.3s ease, transform 0.3s ease;
    display: block;
}

.services-owl-carousel .owl-dot.active span {
    background: #fe4e2b;
    transform: scale(1.35);
    box-shadow: 0 0 8px rgba(254, 78, 43, 0.7);
}

.services-owl-carousel .owl-dot:hover span {
    background: rgba(254, 78, 43, 0.55);
}


/*=====================================
        TESTIMONIAL
=====================================*/

.testimonial-section {

    padding: 40px 0;
    background: #f8f8f8;
    position: relative;

}

/* Card */

.testimonial-item {

    background: #fff;
    border-radius: 25px;
    padding: 45px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    border: 1px solid #eee;
    margin: 15px;

}

.testimonial-item:hover {

    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);

}

.quote-icon {

    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fe4e2b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 30px;

}

.testimonial-content p {

    color: #000;
    line-height: 2;
    font-size: 17px;
    margin-bottom: 30px;

}

.rating {

    color: #ffc107;
    font-size: 18px;
    margin-bottom: 30px;

}

.testimonial-author {

    display: flex;
    align-items: center;

}


.testimonial-author .client-name {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 500;

}

.testimonial-author .client-post {

    color: #000;
    font-size: 14px;

}

/* Owl */

.testimonial-slider .owl-stage {

    display: flex;

}

.testimonial-slider .owl-item {

    display: flex;

}

.testimonial-slider .owl-nav {

    display: none;

}

.testimonial-slider .owl-dots {

    margin-top: 35px;
    text-align: center;

}

.testimonial-slider .owl-dot {

    width: 14px;
    height: 14px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 6px;

}

.testimonial-slider .owl-dot.active {

    background: #fe4e2b !important;
    width: 34px;
    border-radius: 20px;

}


/*=====================================================
        ABOUT US PAGE — ALL SECTIONS
=====================================================*/

/* ── Shared Utility ── */
.au-eyebrow {
    display: inline-block;
    font-family: "Futura PT", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fe4e2b;
    font-weight: 700;
    margin-bottom: 14px;
}

.au-eyebrow--light {
    color: rgba(255, 255, 255, 0.85);
}

.au-highlight {
    color: #fe4e2b;
    position: relative;
}

.au-section-heading {
    font-family: "Futura PT", sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
}


/* ══════════════════════════════
   1. STORY SECTION
══════════════════════════════ */
.au-story-section {
    padding: 100px 0 90px;
    background: #ffffff;
}

/* Image stack */
.au-img-stack {
    position: relative;
    padding-bottom: 80px;
    padding-right: 60px;
}

.au-img-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 2;
}

.au-img-main img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.au-img-main:hover img {
    transform: scale(1.04);
}

.au-img-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    border: 5px solid #fff;
    z-index: 3;
}

.au-img-secondary img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

/* Floating year badge */
.au-badge-float {
    position: absolute;
    top: 30px;
    left: -24px;
    z-index: 5;
    background: #fe4e2b;
    color: #fff;
    border-radius: 16px;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 30px rgba(254, 78, 43, 0.45);
    animation: au-float 3s ease-in-out infinite;
}

.au-badge-year {
    font-family: "Futura PT", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.au-badge-label {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 4px;
    opacity: 0.85;
}

@keyframes au-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Dot decoration */
.au-dot-decor {
    position: absolute;
    bottom: 10px;
    left: -30px;
    width: 130px;
    height: 130px;
    background-image: radial-gradient(circle, #fe4e2b 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.25;
    z-index: 1;
}

/* Story content */
.au-story-content {
    padding-left: 20px;
}

.au-story-heading {
    font-family: "Futura PT", sans-serif;
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    line-height: 1.18;
    color: #111;
    margin-bottom: 22px;
}

.au-story-text {
    font-size: 1rem;
    line-height: 1.85;
    color: #000;
    margin-bottom: 18px;
}

/* Pillars */
.au-pillars {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 28px 0 36px;
}

.au-pillar {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff8f6;
    border: 1.5px solid rgba(254, 78, 43, 0.2);
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #333;
    font-family: "Futura PT", sans-serif;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.au-pillar i {
    color: #fe4e2b;
    font-size: 1rem;
}

.au-pillar:hover {
    background: #fe4e2b;
    border-color: #fe4e2b;
    color: #fff;
}

.au-pillar:hover i {
    color: #fff;
}

/* CTA Button in story */
.au-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fe4e2b;
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 24px rgba(254, 78, 43, 0.35);
}

.au-cta-btn:hover {
    background: #d93d1e;
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 12px 36px rgba(254, 78, 43, 0.45);
}

.au-cta-btn i {
    transition: transform 0.3s ease;
}

.au-cta-btn:hover i {
    transform: translateX(5px);
}


/* ══════════════════════════════
   2. COUNTERS SECTION
══════════════════════════════ */
.au-counter-section {
    position: relative;
}

.au-counter-inner {
    background: linear-gradient(135deg, #111 0%, #1e1e1e 50%, #0a0a0a 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.au-counter-inner::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(254, 78, 43, 0.08);
}

.au-counter-inner::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -40px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(254, 78, 43, 0.06);
}

.au-counter-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.au-counter-num {
    font-family: "Futura PT", sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 700;
    color: #fe4e2b;
    line-height: 1;
    display: inline-block;
}

.au-counter-plus {
    font-family: "Futura PT", sans-serif;
    font-size: 2rem;
    color: #fe4e2b;
    font-weight: 700;
    margin-top: -4px;
    margin-bottom: 8px;
}

.au-counter-label {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Futura PT", sans-serif;
    margin: 0;
}

/* Dividers between counter items (desktop) */
@media (min-width: 992px) {
    .au-counter-item::after {
        content: '';
        position: absolute;
        right: -16px;
        top: 10%;
        height: 80%;
        width: 1px;
        background: rgba(255, 255, 255, 0.08);
    }

    .col-lg-3:last-child .au-counter-item::after {
        display: none;
    }
}


/* ══════════════════════════════
   3. VALUES SECTION
══════════════════════════════ */
.au-values-section {
    padding: 90px 0;
    background: #fafafa;
}

.au-value-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px 36px;
    text-align: center;
    border: 1.5px solid #f0f0f0;
    transition: transform 0.38s ease, box-shadow 0.38s ease, border-color 0.38s ease;
    height: 100%;
}

.au-value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
    border-color: rgba(254, 78, 43, 0.2);
}

.au-value-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fe4e2b 0%, #ff7b5c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    margin: 0 auto 24px;
    transition: transform 0.38s ease, box-shadow 0.38s ease;
    box-shadow: 0 8px 24px rgba(254, 78, 43, 0.3);
}

.au-value-card:hover .au-value-icon-wrap {
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 14px 40px rgba(254, 78, 43, 0.45);
}

.au-value-title {
    font-family: "Futura PT", sans-serif;
    font-size: 24px;
    color: #111;
    margin-bottom: 12px;
}

.au-value-text {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin: 0;
}


/* ══════════════════════════════
   4. CHEF / SKILL SECTION
══════════════════════════════ */
.au-chef-section {
    padding: 90px 0;
    background: #ffffff;
}

.au-chef-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.au-chef-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.au-chef-img-wrap:hover .au-chef-img {
    transform: scale(1.05);
}

.au-chef-ribbon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    padding: 40px 24px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.au-chef-ribbon i {
    color: #fe4e2b;
    font-size: 1.2rem;
}

.au-chef-content {
    padding-right: 20px;
}

.au-chef-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.85;
    margin-bottom: 30px;
}

/* Skill bars */
.au-skill-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.au-skill-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.au-skill-name {
    font-family: "Futura PT", sans-serif;
    font-size: 0.83rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}

.au-skill-bar-wrap {
    height: 8px;
    background: #f0f0f0;
    border-radius: 50px;
    overflow: hidden;
}

.au-skill-bar {
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(90deg, #fe4e2b 0%, #ff9a7a 100%);
    width: 0;
    transition: width 1.2s cubic-bezier(.25, .8, .25, 1);
}


/* ══════════════════════════════
   5. CTA BANNER
══════════════════════════════ */
.au-cta-section {
    position: relative;
    padding: 110px 0;
    background: url('../images/story-bg.webp') center center / cover no-repeat;
    overflow: hidden;
}

.au-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20, 10, 5, 0.88) 0%, rgba(100, 30, 10, 0.78) 100%);
}

.au-cta-heading {
    font-family: "Futura PT", sans-serif;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    color: #fff;
    line-height: 1.25;
    margin-bottom: 18px;
}

.au-cta-sub {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 36px;
}

.au-cta-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.au-btn-solid {
    display: inline-block;
    background: #fe4e2b;
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 24px rgba(254, 78, 43, 0.4);
}

.au-btn-solid:hover {
    background: #d93d1e;
    transform: translateY(-3px);
    color: #fff;
}

.au-btn-outline-light {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.55);
    font-family: "Futura PT", sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.au-btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
}


/* ══════════════════════════════
   RESPONSIVE OVERRIDES
══════════════════════════════ */
@media (max-width: 991px) {
    .au-img-stack {
        padding-bottom: 70px;
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .au-img-main img {
        height: 360px;
    }

    .au-img-secondary img {
        height: 170px;
    }

    .au-story-content {
        padding-left: 0;
    }

    .au-chef-content {
        padding-right: 0;
    }

    .au-chef-img {
        height: 380px;
    }
}

@media (max-width: 767px) {

    .au-story-section,
    .au-values-section,
    .au-chef-section {
        padding: 60px 0;
    }

    .au-img-stack {
        padding-right: 24px;
    }

    .au-img-main img {
        height: 280px;
    }

    .au-img-secondary {
        width: 52%;
    }

    .au-img-secondary img {
        height: 140px;
    }

    .au-badge-float {
        left: 0;
        top: 20px;
    }

    .au-pillars {
        gap: 8px;
    }

    .au-pillar {
        font-size: 0.76rem;
        padding: 7px 14px;
    }

    .au-counter-inner {
        padding: 50px 0;
    }

    .au-counter-num {
        font-size: 2.4rem;
    }

    .au-chef-img {
        height: 300px;
    }

    .au-cta-section {
        padding: 70px 0;
    }

    .au-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .au-btn-solid,
    .au-btn-outline-light {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .au-story-heading {
        font-size: 1.7rem;
    }

    .au-section-heading {
        font-size: 1.6rem;
    }

    .au-img-main img {
        height: 230px;
    }
}


/*=====================================================
        CONTACT US PAGE — ALL SECTIONS
=====================================================*/

/* ── Shared Tokens ── */
.ct-eyebrow {
    display: inline-block;
    font-family: "Futura PT", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fe4e2b;
    font-weight: 700;
    margin-bottom: 14px;
}

.ct-orange {
    color: #fe4e2b;
}

.ct-section-heading {
    font-family: "Futura PT", sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.2;
    color: #111;
    margin-bottom: 14px;
}

.ct-section-sub {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto;
}


/* ══════════════════════════════════
   1. INFO CARDS SECTION
══════════════════════════════════ */
.ct-cards-section {
    padding: 80px 0 60px;
    background: #f7f7f7;
}

.ct-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 44px 32px 36px;
    text-align: center;
    border: 1.5px solid #eee;
    height: 100%;
    transition: transform 0.38s ease, box-shadow 0.38s ease, border-color 0.38s ease;
    position: relative;
    overflow: hidden;
}

.ct-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fe4e2b, #ff9a7a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 20px 20px 0 0;
}

.ct-info-card:hover::before {
    transform: scaleX(1);
}

.ct-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
    border-color: rgba(254, 78, 43, 0.18);
}

/* Accent variant (Phone card) */
.ct-info-card--accent {
    background: linear-gradient(145deg, #fe4e2b 0%, #d93d1e 100%);
    border-color: transparent;
    color: #fff;
}

.ct-info-card--accent::before {
    background: rgba(255, 255, 255, 0.3);
}

.ct-info-card--accent .ct-info-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    box-shadow: none;
}

.ct-info-card--accent .ct-info-title {
    color: #fff;
}

.ct-info-card--accent .ct-info-text {
    color: rgba(255, 255, 255, 0.88);
}

.ct-info-card--accent .ct-info-text strong {
    color: #fff;
}

.ct-info-card--accent .ct-info-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.ct-info-card--accent .ct-info-link:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff;
}

/* Icon circle */
.ct-info-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(254, 78, 43, 0.1);
    color: #fe4e2b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 22px;
    transition: background 0.35s ease, transform 0.35s ease;
    box-shadow: 0 6px 20px rgba(254, 78, 43, 0.18);
}

.ct-info-card:not(.ct-info-card--accent):hover .ct-info-icon {
    background: #fe4e2b;
    color: #fff;
    transform: rotate(10deg) scale(1.1);
}

.ct-info-title {
    font-family: "Futura PT", sans-serif;
    font-size: 1.15rem;
    color: #111;
    margin-bottom: 12px;
}

.ct-info-text {
    font-size: 0.92rem;
    color: #666;
    line-height: 1.75;
    margin-bottom: 22px;
}

.ct-info-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: "Futura PT", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fe4e2b;
    border: 1.5px solid rgba(254, 78, 43, 0.4);
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.ct-info-link:hover {
    background: #fe4e2b;
    color: #fff;
    border-color: #fe4e2b;
}

.ct-info-link i {
    transition: transform 0.28s ease;
}

.ct-info-link:hover i {
    transform: translateX(4px);
}


/* ══════════════════════════════════
   2. FORM + MAP SECTION
══════════════════════════════════ */
.ct-main-section {
    padding: 80px 0 90px;
    background: #fff;
}

/* Form wrapper */
.ct-form-wrap {
    background: #fff;
    border-radius: 24px;
    padding: 48px 44px;
    border: 1.5px solid #f0f0f0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.ct-form-heading {
    font-family: "Futura PT", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #111;
    line-height: 1.3;
    margin-bottom: 30px;
}

/* Form layout */
.ct-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ct-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.ct-field-group label {
    font-family: "Futura PT", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}

.ct-field-group label span {
    color: #fe4e2b;
}

/* Input wrap */
.ct-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.ct-input-wrap i {
    position: absolute;
    left: 16px;
    color: #bbb;
    font-size: 1rem;
    pointer-events: none;
    transition: color 0.25s ease;
    z-index: 1;
}

.ct-input-wrap input,
.ct-input-wrap select,
.ct-input-wrap textarea {
    width: 100%;
    padding: 13px 16px 13px 44px;
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    font-size: 0.93rem;
    color: #111;
    font-family: 'Avenir Next LT Pro', sans-serif;
    background: #fafafa;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.ct-input-wrap input:focus,
.ct-input-wrap select:focus,
.ct-input-wrap textarea:focus {
    border-color: #fe4e2b;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(254, 78, 43, 0.1);
}

.ct-input-wrap:focus-within i {
    color: #fe4e2b;
}

.ct-input-wrap input::placeholder,
.ct-input-wrap textarea::placeholder {
    color: #bbb;
}

/* Textarea */
.ct-textarea-wrap {
    align-items: flex-start;
}

.ct-textarea-wrap i {
    top: 14px;
}

.ct-textarea-wrap textarea {
    resize: vertical;
    min-height: 130px;
}

/* Select arrow */
.ct-input-wrap select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23bbb' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* Submit button */
.ct-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fe4e2b 0%, #d93d1e 100%);
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 36px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    margin-bottom: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 6px 24px rgba(254, 78, 43, 0.4);
}

.ct-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(254, 78, 43, 0.5);
}

.ct-submit-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.ct-submit-btn:hover i {
    transform: translateX(4px) translateY(-2px);
}

/* Form note */
.ct-form-note {
    text-align: center;
    font-size: 0.78rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
}

.ct-form-note i {
    color: #fe4e2b;
}


/* ── Map & Hours (right column) ── */
.ct-map-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.ct-map-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    flex: 1;
    min-height: 300px;
}

.ct-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    display: block;
}

/* Hours card */
.ct-hours-card {
    background: #0d0d0d;
    border-radius: 20px;
    padding: 30px 32px;
    color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.ct-hours-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.ct-hours-header i {
    font-size: 1.4rem;
    color: #fe4e2b;
}

.ct-hours-header h5 {
    font-family: "Futura PT", sans-serif;
    font-size: 1.05rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0.05em;
}

.ct-hours-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ct-hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ct-hours-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ct-day {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    font-family: "Futura PT", sans-serif;
}

.ct-time {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 600;
    font-family: "Futura PT", sans-serif;
}

/* Live dot badge */
.ct-hours-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #4ade80;
    font-family: "Futura PT", sans-serif;
    letter-spacing: 0.05em;
    background: rgba(74, 222, 128, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(74, 222, 128, 0.25);
}

.ct-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    display: inline-block;
    animation: ct-pulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes ct-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.4);
    }
}


/* ══════════════════════════════════
   3. WHATSAPP STRIP
══════════════════════════════════ */
.ct-whatsapp-strip {
    padding: 0 0 80px;
    background: #fff;
}

.ct-wa-inner {
    background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
    border-radius: 20px;
    padding: 36px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.2);
}

.ct-wa-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ct-wa-text>i {
    font-size: 2.8rem;
    color: #25d366;
    line-height: 1;
    flex-shrink: 0;
}

.ct-wa-text h5 {
    font-family: "Futura PT", sans-serif;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 4px;
}

.ct-wa-text p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.ct-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.35);
    white-space: nowrap;
    flex-shrink: 0;
}

.ct-wa-btn:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 12px 36px rgba(37, 211, 102, 0.45);
}


/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 991px) {
    .ct-form-wrap {
        padding: 36px 28px;
    }
}

@media (max-width: 767px) {
    .ct-cards-section {
        padding: 60px 0 40px;
    }

    .ct-main-section {
        padding: 60px 0 70px;
    }

    .ct-form-row {
        grid-template-columns: 1fr;
    }

    .ct-form-wrap {
        padding: 28px 20px;
    }

    .ct-wa-inner {
        flex-direction: column;
        text-align: center;
        padding: 30px 24px;
    }

    .ct-wa-text {
        flex-direction: column;
        text-align: center;
    }

    .ct-wa-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .ct-hours-card {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .ct-section-heading {
        font-size: 1.6rem;
    }

    .ct-info-card {
        padding: 32px 20px 28px;
    }

    .ct-hours-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
}

/*=========================================
            MENU SECTION
=========================================*/

.gt-menu-section {
    padding: 120px 0;
    background: #fafafa;
    position: relative;
    overflow: hidden;
}

.gt-menu-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: #fe4e2b;
    border-radius: 50%;
    opacity: .04;
    top: -220px;
    left: -180px;
}

.gt-menu-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #000;
    border-radius: 50%;
    opacity: .03;
    bottom: -180px;
    right: -150px;
}

/*=========================================
            HEADING
=========================================*/

.menu-heading {
    margin-bottom: 60px;
}

.menu-subtitle {

    display: inline-block;

    font-size: 14px;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: #fe4e2b;

    font-weight: 700;

    margin-bottom: 15px;

}

.menu-title {

    font-size: 40px;

    font-weight: 800;

    color: #000;

    margin-bottom: 20px;

}

.menu-description {

    max-width: 650px;

    margin: auto;

    color: #777;

    line-height: 1.9;

    font-size: 17px;

}

/*=========================================
        CATEGORY NAVIGATION
=========================================*/

.menu-nav {

    gap: 15px;

}

.menu-nav .nav-link {

    border: none;

    border-radius: 50px;

    background: #fff;

    color: #444;

    font-size: 15px;

    font-weight: 600;

    padding: 14px 30px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);

    transition: .4s;

}

.menu-nav .nav-link:hover {

    color: #fff;

    background: #fe4e2b;

    transform: translateY(-4px);

}

.menu-nav .nav-link.active {

    background: #fe4e2b;

    color: #fff;

    box-shadow: 0 15px 35px rgba(254, 78, 43, .30);

}

/*=========================================
        TAB CONTENT
=========================================*/

.tab-content {

    margin-top: 70px;

}

/*=========================================
        CATEGORY TITLE
=========================================*/

.menu-category-title {

    text-align: center;

    margin-bottom: 60px;

}

.menu-category-title span {

    display: inline-block;

    color: #fe4e2b;

    text-transform: uppercase;

    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 12px;

}

.menu-category-title h3 {

    font-size: 35px;

    font-weight: 700;

    color: #000;

    position: relative;

}

.menu-category-title h3::after {

    content: "";

    width: 80px;

    height: 3px;

    background: #fe4e2b;

    display: block;

    margin: 20px auto 0;

}

/*=========================================
        MENU LIST
=========================================*/

.menu-item {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 22px 0;

    border-bottom: 1px dashed #dddddd;

    transition: .35s;

}

.menu-item:last-child {

    border-bottom: none;

}

.menu-item:hover {

    padding-left: 18px;

}

.menu-item h5 {

    font-size: 20px;

    color: #111;

    font-weight: 600;

    margin: 0;

    transition: .35s;

}

.menu-item span {

    color: #fe4e2b;

    font-size: 22px;

    font-weight: 700;

    white-space: nowrap;

}

.menu-item:hover h5 {

    color: #fe4e2b;

}

/*=========================================
        ANIMATION
=========================================*/

.menu-item {

    position: relative;

}

.menu-item::before {

    content: "";

    position: absolute;

    left: 0;

    top: 50%;

    width: 0;

    height: 2px;

    background: #fe4e2b;

    transition: .4s;

}

.menu-item:hover::before {

    width: 10px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:1199px) {

    .menu-title {

        font-size: 46px;

    }

}

@media(max-width:991px) {

    .gt-menu-section {

        padding: 90px 0;

    }

    .menu-title {

        font-size: 40px;

    }

    .menu-nav {

        justify-content: center;

    }

}

@media(max-width:767px) {

    .menu-nav {

        gap: 10px;

    }

    .menu-nav .nav-link {

        padding: 12px 22px;

        font-size: 14px;

    }

    .menu-title {

        font-size: 34px;

    }

    .menu-category-title h3 {

        font-size: 34px;

    }

    .menu-item {

        padding: 18px 0;

    }

    .menu-item h5 {

        font-size: 17px;

    }

    .menu-item span {

        font-size: 18px;

    }

}

@media(max-width:575px) {

    .gt-menu-section {

        padding: 70px 0;

    }

    .menu-heading {

        margin-bottom: 40px;

    }

    .menu-title {

        font-size: 30px;

    }

    .menu-description {

        font-size: 15px;

    }

    .menu-nav .nav-link {

        padding: 10px 18px;

        font-size: 13px;

    }

    .menu-category-title h3 {

        font-size: 28px;

    }

    .menu-item {

        gap: 20px;

    }

    .menu-item h5 {

        font-size: 16px;

        line-height: 1.5;

    }

    .menu-item span {

        font-size: 17px;

    }

}

.menu-note {

    margin: 20px auto 0;
    color: #000;
    font-size: 15px;
    line-height: 1.8;
    background: #fff5f2;
    border-left: 4px solid #fe4e2b;
    padding: 12px 18px;
    border-radius: 8px;
}

.menu-note strong {
    color: #fe4e2b;
}

/*=========================
        PASTA TABLE
==========================*/

.pasta-table {

    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .06);

}

.pasta-table thead {

    background: #fe4e2b;
    color: #fff;

}

.pasta-table thead th {

    padding: 18px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;

}

.pasta-table tbody td {

    padding: 18px;
    vertical-align: middle;
    border-color: #efefef;
    font-size: 16px;

}

.pasta-table tbody td:first-child {

    font-weight: 600;
    color: #222;

}

.pasta-table tbody td:not(:first-child) {

    color: #fe4e2b;
    font-weight: 700;

}

.pasta-table tbody tr {

    transition: .35s;

}

.pasta-table tbody tr:hover {

    background: #fff7f5;

}

.soup-table {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .06);
}

.soup-table thead {
    background: #fe4e2b;
    color: #fff;
}

.soup-table thead th {
    padding: 18px;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

.soup-table tbody td {
    padding: 18px;
    border-color: #efefef;
}

.soup-table tbody td:first-child {
    font-weight: 600;
    color: #222;
}

.soup-table tbody td:not(:first-child) {
    color: #fe4e2b;
    font-weight: 700;
}

.soup-table tbody tr:hover {
    background: #fff7f5;
}

#drinks .menu-item {
    padding: 18px 0;
}

@media(max-width:991px) {

    #drinks .menu-item {
        padding: 16px 0;
    }

}

/*=========================================
        REUSABLE MENU PRICE TABLE
=========================================*/

.menu-price-table {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .06);
    margin-bottom: 0;
}

.menu-price-table thead {
    background: #fe4e2b;
    color: #fff;
}

.menu-price-table thead th {
    padding: 18px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.menu-price-table tbody td {
    padding: 18px;
    border-color: #efefef;
    vertical-align: middle;
}

.menu-price-table tbody td:first-child {
    font-weight: 600;
    color: #222;
}

.menu-price-table tbody td:not(:first-child) {
    color: #fe4e2b;
    font-weight: 700;
}

.menu-price-table tbody tr {
    transition: .3s;
}

.menu-price-table tbody tr:hover {
    background: #fff7f5;
}

@media(max-width:767px) {

    .menu-price-table thead th,
    .menu-price-table tbody td {
        padding: 14px;
        font-size: 14px;
    }

}

.platter-box {

    background: #fff;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    border: 1px solid #eee;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: .35s;

}

.platter-box:hover {

    transform: translateY(-8px);
    border-color: #fe4e2b;

}

.platter-box h5 {

    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;

}

.platter-box ul {

    margin: 0;
    padding-left: 20px;

}

.platter-box ul li {

    margin-bottom: 10px;
    color: #000;
    line-height: 1.7;

}

.platter-price {

    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #fe4e2b;

}

/*====================================
            COMBO BOX
====================================*/

.combo-box {

    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.combo-box:hover {

    transform: translateY(-8px);

    border-color: #fe4e2b;

    box-shadow: 0 18px 45px rgba(254, 78, 43, .12);

}

.combo-box h4 {

    color: #111;

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 18px;

}

.combo-box h5 {

    font-size: 20px;

    font-weight: 700;

    color: #000;

}

.combo-box ul {

    padding-left: 18px;

    margin: 0;

}

.combo-box ul li {

    color: #000;

    margin-bottom: 8px;
    font-weight: 500;

}

.combo-box p {

    color: #000;
    font-weight: 500;
    margin-bottom: 18px;

    line-height: 1.8;

}

.combo-price {

    font-size: 28px;

    color: #fe4e2b;

    font-weight: 800;

}