
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
   
    background-color: #000000;
    color: #512E24;
    line-height: 1.6;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}




.cbp-spmenu {
    background: #dfdfdf;
    position: fixed
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #000000;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #000000;
}

.cbp-spmenu a:active {
    background: #333;
    color: #fff
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size:75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size:90%;
        width: 190px
    }

    .cbp-spmenu-left,.cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}


#showLeftPush {
    display: block;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 18px;
    width: 40px;
    z-index: 2;
    background: 0 0;
    border: 0;
    cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
    background: #000;
    content: "";
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    width: 30px
}

#showLeftPush:before {
    top: 8px
}

#showLeftPush:after {
    top: 24px
}

#showLeftPush span {
    top: 16px
}

#showLeftPush.active:before {
    transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
    top: 10px
}

#showLeftPush.active:after {
    transform: rotate(-45deg)
}

#showLeftPush.active span {
    opacity: 0
}

.navbar {
    display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#ommenu {
    width: auto
}

#ommenu a {
    color: #fff;
    text-transform: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 10px
}

#ommenu ul {
    list-style: none
}

#ommenu>ul>li {
    display: block;
    margin: 0
}

#ommenu.align-center {
    text-align: center
}

#ommenu.align-center>ul>li {
    float: none
}

#ommenu.align-center ul ul {
    text-align: left
}

#ommenu.align-right>ul {
    float: right
}

#ommenu.align-right ul ul {
    text-align: right
}

#ommenu>ul>li>a {
    color: #fff;
    font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
    display: block;
    z-index: 20
}

#ommenu .has-sub ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #222
}

#ommenu .has-sub ul li a {
    background: #fff;
    border-bottom: 2px solid #080808;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 12px;
    color: #000
}

#ommenu .has-sub ul li:hover a {
    background: #222;
    color: #fff
}

#ommenu ul ul li:hover>a {
    color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
    display: block
}

#ommenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

#ommenu .has-sub .has-sub ul li a {
    background: #0c7fb0;
    border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
    background: #0a6d98
}

body.cbp-spmenu-push-toleft {
    left: 240px
}

@media screen and (min-width: 768px) {
    #showLeftPush {
        display:none
    }

    .navbar {
        display: block
    }

    .navbar-inverse {
        background: 0 0;
        margin-top: 9px;
        margin-bottom: 0;
        border: 0;
        z-index: 1;
        min-height: auto;
        text-transform: none;
        border-radius: 0
    }

    #ommenu a {
        border-bottom: none;
        padding: 0 10px;
        font-weight: 400;
        line-height: 102px;
        text-transform: normal
    }

    #ommenu ul {
        display: table;
        margin: 0 auto
    }

    #ommenu ul ul {
        display: block
    }

    #ommenu .has-sub ul li a {
        background: #000;
        color: #fff;
        border-bottom-color: #222
    }

    #ommenu>ul>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }

    #ommenu ul:after,#ommenu:after {
        content: '';
        display: block;
        clear: both
    }

    #ommenu>ul>li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    #ommenu>ul>li:first-child>a {
        border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0
    }

    #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    #ommenu.align-right>ul>li:last-child>a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0
    }

    #ommenu>ul>li.active>a {
        color: #688005;
        border-bottom-color: #688005;
        border-radius: 0
    }

    #ommenu>ul>li:hover>a {
        color: #264896;
        border-bottom-color: #264896;
        border-radius: 0
    }

    #ommenu .has-sub {
        z-index: 10
    }

    #ommenu.align-right .has-sub ul {
        left: auto;
        right: 0
    }

    #ommenu .has-sub ul li {
        *margin-bottom: -1px;
        background: #222
    }

    #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
        left: auto;
        right: 100%
    }

    #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
        border-bottom: 0
    }

    #ommenu>ul>li {
        display: inline-block;
        float: left;
        margin: 0
    }

    #ommenu .has-sub ul {
        width: 250px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:16px
    }

    #ommenu .has-sub ul li a {
        font-size: 14px
    }

    #ommenu a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:20px
    }
}



.button,.om-btn-wrapper a,.view-menu-btn {
    background: #f60207;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 15px auto 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: normal;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
    background: #ff8343;
    color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
    background: #688005;
    font-weight: 700;
    color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
    background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
    color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
    color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
    width: 50%
}

.order-online a {
    background: #ffcd02;
    :;
    display: block;
    font-size: 16px;
    border: none;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

.order-online a:hover {
    background: #ffffff;
    color: #000000 !important;
}



#header {
    background: #000000;
    width: 100%;
    padding: 14px
}

#header .container {
    position: relative;
    color: #fff;
    padding: 0;
    gap: 0;
}

#header .container #logo {
    margin: 0 auto;
    width: 120px
}

#header .container #logo a {
    display: block
}

#header .container .order-online ul {
    padding: 0;
    margin: 0
}

#header .container .order-online ul li {
    display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
    display: none
}





@media screen and (min-width: 700px) {
    #header,#header .container {
        padding:0
    }

    #header .container #logo {
        width: 140px;
        float: left;
        margin: 0;
        padding: 14px 0 14px 14px
    }

    #header .container #logo a {
        padding: 0
    }

    #header .container .navbar {
        float: right;
        padding: 0;
        margin-top: 0;
        margin-right: 175px
    }

    #header .container .navbar .navbar-collapse {
        display: block
    }

    #header .container .order-online {
        right: 0;
        top: 15px;
        position: absolute;
        margin: 0;
        padding: 0
    }

    #header .left-nav,#header .right-nav {
        display: block
    }

    #header .left-nav .nav ul,#header .right-nav .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header .left-nav .nav ul li,#header .right-nav .nav ul li {
        display: inline-block
    }

    #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
        display: block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        color: #000
    }

    #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
        color: #ed1c24
    }

    #header .left-nav {
        float: left;
        margin-left: 70px
    }

    #header .right-nav {
        float: right
    }

    .contact-wrapper {
        padding-right: 80px
    }
}

@media screen and (min-width: 768px) {
    .m-visible {
        display:none!important
    }

    .d-visible {
        display: block!important
    }

    #header .container .navbar-collapse {
        padding: 0
    }
}

@media screen and (min-width: 980px) {
    #header .container #logo {
        width:158px;
        padding: 5px 0 0
    }

    #header .container .top-right .order-online {
        right: 80px;
        top: 52px
    }

    #header .container .navbar {
        margin-right: 265px;
        margin-top: 25px
    }

    section.about-us {
        padding: 40px;
        text-align: center
    }

    .menu-wrapper h2 {
        font-size: 32px
    }

    .menu-wrapper h3 {
        font-size: 30px
    }

    .menu-wrapper p {
        font-size: 20px
    }

    .menu-wrapper p.m-heading {
        font-size: 28px
    }
}

@media screen and (min-width: 992px) {
    .h1,h1 {
        font-size:32px
    }

    .h2,h2 {
        font-size: 28px
    }

    #header {
        position: static
    }

    #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
        padding: 0
    }

    .main-container h1 {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1180px) {
    #header .container .top-right .social-icon-list {
        margin-left:50px
    }

    .menu-items .menu-item {
        margin-bottom: 0
    }

    .header-top .oo-top {
        top: 12px
    }

    .header-top .oo-top a {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px
    }

    .main-container {
        padding: 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu-items .menu-item .desc {
        min-height:130px
    }

    .container {
        max-width: 1080px
    }
}



#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#header {
    padding-top: 0;
}

#header .container #logo {
    width: 245px;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
}

#header .container #logo h1 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
    color: #033e4b;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
    background: #ffcd02;
}

#ommenu > ul > li > a {
    color: #000;
}

#ommenu > ul > li:hover > a {
    color: #ffffff;
}




@media screen and (min-width: 768px) {
    #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
        color: #ffcd02;
    }

    #ommenu > ul > li > a {
        color: #ffffff;
        text-transform: uppercase;
    }

   

    #header {
    }

    .menu-category .menu-category-wrapper {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff
    }

    .menu-category .menu-category-wrapper .menu-items-wrapper {
        display: flex;
        margin: 0 -15px
    }

    .menu-category .menu-category-wrapper .menu-item {
        flex: 1;
        padding: 0 15px
    }

    .menu-category .menu-category-wrapper .menu-title {
        top: auto;
        bottom: -25px
    }

    #header .container #logo {
        margin: 0px auto 0px auto;
        width: 105px;
        z-index: 50;
    }

    #ommenu a {
        line-height: 60px;
    }

    #header .container .navbar {
        margin-top: 16px;
    }

    #header .container .order-online {
        top: 5px;
    }
}

@media screen and (min-width: 980px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    #header .container .navbar {
        margin-top: 0px;
    }

    .order-online a {
        margin-top: 0;
    }

    #header .container .top-right {
        flex: 1;
    }

    #header .container #logo {
        padding-top: 0;
    }

    #header .container .top-right .order-online {
        top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        padding:10px;
        background: #000000;
    }

    #header .container #logo {
        width: 180px;
    }

    #header .container .top-right .order-online {
        top: 38px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1321px;
    }
}


/* SECTION BASE */
.our-story {
    padding: 120px 8%;
    background: #f4602a;
    overflow: hidden;
}

.container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 88px;
}

/* LEFT SIDE */
.story-left {
    width: 45%;
    position: relative;
}

.story-title {
    font-size: 70px;
    font-family: Bebas Neue, sans-serif;
    font-weight: 800;
    color: #040911;
    letter-spacing: 3px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(40px);
    transition: 1s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.story-text {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 650px;
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s ease;
}

/* SMALL IMAGE */
.small-image {
    margin-top: 80px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.small-image img {
    width: 74%;
    transition: transform 0.6s ease;
}

/* Hover zoom */
.small-image:hover img {
    transform: scale(1.1);
}

/* RIGHT SIDE IMAGE */
.story-right {
    width: 50%;
    overflow: hidden;
}

.story-right img {
    width: 100%;
    height: 91%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover effect */
.story-right:hover img {
    transform: scale(1.05);
}

/* Scroll animation active */
.our-story.active .story-title,
.our-story.active .story-text {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media(max-width: 992px) {
    .container {
        flex-direction: column;
    }

    .story-left,
    .story-right {
        width: 100%;
    }

    .story-title {
        font-size: 48px;
    }
}
/* SECTION */
.menu-section {
    padding: 120px 8%;
    background: #f3f3f1;
    overflow: hidden;
    position: relative;
}

.menu-container {
    max-width: 1400px;
    margin: auto;
}

.menu-title {
    font-size: 70px;
    font-weight: 800;
    color: #ffcd02;
    margin-bottom: 80px;
    font-family: Bebas Neue, sans-serif;
    opacity: 0;
    transform: translateY(40px);
    transition: 1s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* GRID */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    position: relative;
}


/* ITEM */
.menu-item {
    text-align: left;
    opacity: 0;
    transform: translateY(60px);
    transition: 1s ease;
}

.image-wrapper {
    overflow: hidden;
    border: 1px solid #ffffff;
}

.image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

/* Hover Zoom */
.image-wrapper:hover img {
    transform: scale(1.08);
}

/* Text */
.menu-item h3 {
    font-size: 30px;
    margin: 25px 0 15px;
    color: #ffcd02;
    text-transform: uppercase;
    font-family: Bebas Neue,sans-serif;
    font-weight: 800;
}

.menu-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
    max-width: 320px;
}

/* Active Animation */
.menu-section.active .menu-title,
.menu-section.active .menu-item {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .menu-grid {
        grid-template-columns: 1fr 1fr;
    }

    .menu-grid::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .menu-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .menu-title {
        font-size: 40px;
    }
}
/* TITLE LINE */
.title-line {
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    margin-top: 20px;
    transition: width 1s ease;
}

/* ITEM LINE */
.item-line {
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    margin: 10px 0 20px;
    transition: width 1s ease;
}

/* Animate on scroll */
.menu-section.active .title-line {
    width: 120px;
}

.menu-section.active .menu-item:nth-child(1) .item-line {
    width: 60px;
    transition-delay: 0.3s;
}

.menu-section.active .menu-item:nth-child(2) .item-line {
    width: 60px;
    transition-delay: 0.5s;
}

.menu-section.active .menu-item:nth-child(3) .item-line {
    width: 60px;
    transition-delay: 0.7s;
}
.item-line:hover {
    box-shadow: 0 0 8px rgba(47, 94, 84, 0.5);
}
.menu-top-shape {
    width: 100%;
    line-height: 0;
}

.menu-top-shape img {
    width: 100%;
    height: auto;
    display: block;
}

.menu-section {
    background-color: #040911; /* Brown background example */
    padding: 80px 20px;
}
.image-wrapper{
position:relative;
overflow:hidden;
border:1px solid #ffffff;
}

/* overlay */

.image-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);

display:flex;
align-items:center;
justify-content:center;

opacity:0;
transition:0.4s ease;
}

/* button */

.order-btn{background:#ffcd02;color:#000;padding:12px 28px;font-size:14px;font-weight:700;text-decoration:none;border-radius: 5px;letter-spacing:1px;transition:0.3s;text-transform: uppercase;}

.order-btn:hover{
background:#ffffff;
    color:black;
}

/* hover effect */

.image-wrapper:hover .image-overlay{
opacity:1;
}
/* BACKGROUND IMAGE SECTION */
.bg-image-section {
    width: 100%;
    height: 600px;
    background-image: url("assets/img/restaurant.jpg"); /* your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Optional Dark Overlay */
.bg-image-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 48%);
}

/* Content */
.overlay-content {
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 700px;
    padding: 20px;
}

.overlay-content h2 {
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fef1ec;
    font-family: Bebas Neue, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.overlay-content p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Button */
.btn {
    display: inline-block;
    padding: 15px 45px;
    background: #ffcd02;
    color: #000;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s ease;
    font-family: Bebas Neue, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
}

.btn:hover {
    background: #000;
    color: #fff;
}
@media (max-width: 768px) {
    .bg-image-section {
        height: 450px;
    }

    .overlay-content h2 {
        font-size: 32px;
    }

    .overlay-content p {
        font-size: 16px;
    }
}
/* SECTION */
.gallery-section {
    padding: 120px 6%;
    background: #f4602a;
}

.gallery-container {
    max-width: 1400px;
    margin: auto;
}

/* TITLE */
.gallery-title {
    text-align: center;
    font-size: 70px;
    font-family: Bebas Neue, sans-serif;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000000;
    margin-bottom: 70px;
    letter-spacing: 1.5px;
}

/* GRID */
.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 300px 300px;
    gap: 10px;
}

/* LARGE IMAGE */
.gallery-item.large {
    grid-row: span 2;
}

/* IMAGE STYLE */
.gallery-item {
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover Zoom */
.gallery-item:hover img {
    transform: scale(1.08);
}
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .gallery-item.large {
        grid-row: span 1;
        grid-column: span 2;
        height: 350px;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item.large {
        grid-column: span 1;
        height: 300px;
    }

    .gallery-title {
        font-size: 40px;
    }
}
span.footer_contact {
    color: white;
}
a.footer_main {
    color: white;
}
p.footer_address {
    color: white;
}
p.footer_timing {
    color: white;
}
/* SECTION */
.testimonial-section{

position:relative;

padding: 120px 60px;

background: #040911;

overflow:hidden;
}


/* OVERLAY EFFECT */
.testimonial-overlay{

position:absolute;

inset:0;

/* background: linear-gradient(
120deg, transparent, rgba(255, 255, 255, 0.3), transparent); */

opacity:0.4;

animation:overlayMove 8s linear infinite;
}

@keyframes overlayMove{

    from{
        transform:translateX(-100%);
    }

    to{
        transform:translateX(100%);
    }

}


/* CONTAINER */
.testimonial-container{

    position:relative;
    max-width:1200px;
    margin:auto;
    text-align:center;

}


/* TITLE */
.testimonial-title{

text-transform: uppercase;

font-size: 50px;

margin-bottom: 10px;

/* font-family:Georgia, serif; */

opacity:0;

transform:translateY(-40px);

animation:titleFade 1s ease forwards;

color: #ffcd02;

font-weight: 700;

font-family: forum, sans-serif;
}


@keyframes titleFade{

    to{
        opacity:1;
        transform:translateY(0);
    }

}


/* GRID */
.testimonial-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;

}


/* BOX */
.testimonial-box{

padding: 15px;

transition:0.4s ease;

position:relative;

opacity:0;

transform:translateY(60px);

animation:boxFade 1s ease forwards;
}


/* DELAY ANIMATION */
.testimonial-box:nth-child(2){
    animation-delay:0.3s;
}

.testimonial-box:nth-child(3){
    animation-delay:0.6s;
}


@keyframes boxFade{

    to{
        opacity:1;
        transform:translateY(0);
    }

}


/* TEXT */
.testimonial-text{

font-size:18px;

line-height:1.7;

margin-bottom:25px;

color: #ffffff;
}


/* NAME */
.testimonial-name{

font-size:16px;

font-weight:500;

color: white;
}


/* HOVER EFFECT */
.testimonial-box:hover{

    transform:translateY(-15px) scale(1.05);
    background:#f4602a;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
    border-radius:10px;
   

}


/* HOVER OVERLAY */
.testimonial-box::before{

content:"";

position:absolute;

inset:0;

background: linear-gradient(336deg, transparent, rgb(255 255 255 / 17%), transparent);

opacity:0;

transition:0.4s;

/* color: black; */
}

.testimonial-box:hover::before{
    opacity:1;
}


/* MOBILE */
@media(max-width:992px){

    .testimonial-grid{
        grid-template-columns:1fr 1fr;
    }

}


@media(max-width:600px){

    .testimonial-section{
        padding:60px 20px;
    }

    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .testimonial-title{
        font-size:36px;
    }

    .testimonial-text{
        font-size:16px;
    }


}
.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.menu-title {
    font-size: 70px;
    font-weight: 700;
    color: #ffcd02;
    margin: 0;
    position: relative;
}

.title-line {
    display: block;
    width: 80px;
    height: 3px;
    background: #e63946;
    margin-top: 10px;
}

/* Badge inside About Section */
.badge-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

/* Certificate Image */
.badge-left img {
  width: 140px;
  border: 3px solid #e21d2f;
  border-radius: 8px;
}

/* Badge */
.badge-right {
  transform: scale(0.9);
}

/* Responsive */
@media (max-width: 576px) {
  .badge-box {
    flex-direction: row;
    align-items: flex-start;
  }

  .badge-left img {
    width: 120px;
  }

  .badge-right {
    transform: scale(0.8);
  }
}