
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400 !important;
    font-family: 'Playball', cursive !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
}

.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-light);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: #a5adb5;
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: #0f65ba !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover .team-content {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*.contact-banner {
    background: url('../image/contact-us/contact-us-02.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;
}*/





.testimonial-item {
    height: 330px;              /* Same height for all boxes */
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d8a75b;
}

.testimonial-content {
    flex-grow: 1;
}

.testimonial-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

/* SERVICE - CARD */
.why-card{
    background: #fff;
    border-radius: 15px;
    transition: 0.4s;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.why-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.why-card i{
    color: #5c7c3d;
}

.why-card h5{
    font-weight: 600;
    margin-bottom: 15px;
}

.why-card p{
    color: #666;
    font-size: 15px;
}

/* Event Process */
.process-card{
    background:#fff;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    transition:0.4s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.process-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.process-card i{
    color:#5c7c3d;
}

.process-card h5{
    font-weight:600;
    margin-bottom:15px;
}

.process-card p{
    color:#666;
    font-size:15px;
    line-height:1.7;
}

.process-number{
    position:absolute;
    top:15px;
    right:20px;

    font-size:40px;
    font-weight:700;

    color:rgba(92,124,61,0.12);
}

/* Popular Packages */
.package-card{
    background:#fff;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    transition:0.4s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.package-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.package-icon i{
    color:#5c7c3d;
}

.package-card h3{
    font-weight:700;
    color:#222;
}

.price{
    color:#5c7c3d;
    font-weight:700;
}

.price span{
    font-size:18px;
    color:#666;
}

.package-list li{
    margin-bottom:15px;
    font-size:16px;
    color:#555;
}

.package-list i{
    color:#5c7c3d;
    margin-right:10px;
}

.active-package{
    border:3px solid #5c7c3d;
    transform:scale(1.03);
}

.popular-tag{
    position:absolute;
    top:20px;
    right:-35px;

    background:#5c7c3d;
    color:#fff;

    padding:8px 40px;
    font-size:14px;
    font-weight:600;

    transform:rotate(45deg);
}

.package-card .btn{
    background:#5c7c3d;
    border:none;
}

.package-card .btn:hover{
    background:#47622f;
}

/* Live Counters */
.counter-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:0.4s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.counter-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.counter-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.counter-content i{
    color:#5c7c3d;
}

.counter-content h5{
    font-weight:600;
    margin-bottom:15px;
}

.counter-content p{
    color:#666;
    font-size:15px;
    line-height:1.7;
}

/* Testimonials */
.testimonial-card{
    background:#fff;
    border-radius:20px;
    transition:0.4s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.stars i{
    color:#f4b400;
    margin-right:3px;
}

.testimonial-text{
    font-size:16px;
    line-height:1.8;
    color:#666;
    font-style:italic;
}

.user-icon i{
    color:#5c7c3d;
}

.testimonial-user h5{
    font-weight:600;
    color:#222;
}

.testimonial-user small{
    color:#888;
}

/* FAQ */

.accordion-button{
    padding:20px;
    font-size:18px;
    color:#222;
    background:#fff;
}

.accordion-button:not(.collapsed){
    background:#5c7c3d;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    font-size:16px;
    line-height:1.8;
    color:#666;
}


/* CTA Section */

.cta-section{
    background:linear-gradient(rgba(0,0,0,0.75),
    rgba(0,0,0,0.75)),
    url('../image/event/cta-bg.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.cta-section .btn{
    font-weight:600;
    transition:0.4s;
}

.cta-section .btn:hover{
    transform:translateY(-5px);
}

/* Gallery Filter */
.gallery-filter{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.gallery-filter button{
    border:none;
    background:#fff;

    padding:12px 28px;

    border-radius:50px;

    font-size:15px;
    font-weight:600;

    color:#444;

    transition:0.4s;

    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.gallery-filter button:hover{
    background:#5c7c3d;
    color:#fff;

    transform:translateY(-3px);
}

.gallery-filter button.active{
    background:#5c7c3d;
    color:#fff;
}


/* Mobile Responsive */

@media (max-width:768px){

    .gallery-filter{
        gap:10px;
    }

    .gallery-filter button{
        padding:10px 18px;
        font-size:14px;
    }

}

/* Video Card */

.video-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:0.4s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.video-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* Thumbnail */

.video-thumbnail{
    position:relative;
    overflow:hidden;
}

.video-thumbnail img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:0.5s;
}

.video-card:hover img{
    transform:scale(1.08);
}

/* Play Button */

.video-play-btn{
    position:absolute;
    top:50%;
    left:50%;

    transform:translate(-50%, -50%);

    width:80px;
    height:80px;

    background:#5c7c3d;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:28px;

    transition:0.4s;
    text-decoration:none;
}

.video-play-btn:hover{
    background:#47622f;
    color:#fff;
    transform:translate(-50%, -50%) scale(1.1);
}

/* Content */

.video-content h4{
    font-weight:700;
    margin-bottom:15px;
}

.video-content p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Mobile */

@media (max-width:576px){

    .video-thumbnail img{
        height:220px;
    }

    .video-play-btn{
        width:65px;
        height:65px;
        font-size:22px;
    }

}

/* Statistics Section */

.statistics-section{
    background:linear-gradient(rgba(135, 206, 235, 0.75),
    rgba(135, 206, 235, 0.75)),
    url('image/event/stats-bg.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.stats-card{
    background:rgba(255,255,255,0.08);

    backdrop-filter:blur(8px);

    border-radius:20px;

    transition:0.4s;

    color:#fff;
}

.stats-card:hover{
    transform:translateY(-10px);

    background:rgba(255,255,255,0.15);
}

.stats-card i{
    color:#d4a762;
}

.counter-value{
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}

/* CTA Section */

.cta-section{

    background:
    linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.75)
    ),
    url('image/event/cta-bg.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    position:relative;
}

/* Heading */

.cta-section h1{
    font-weight:700;
}

/* Paragraph */

.cta-section p{
    max-width:850px;
    margin:auto;
    line-height:1.8;
}

/* Buttons */

.cta-section .btn{

    font-size:16px;
    font-weight:600;

    transition:0.4s;

    min-width:200px;
}

.cta-section .btn:hover{

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* WhatsApp Button */

.cta-section .btn-success{
    background:#25D366;
    border:none;
}

/* Call Button */

.cta-section .btn-warning{
    color:#fff;
}

/* Mobile */

@media (max-width:576px){

    .cta-section h1{
        font-size:34px;
    }

    .cta-section .btn{
        width:100%;
    }

}


/* Founder Image */

.founder-image img{

    width:100%;
    border-radius:25px;

    box-shadow:0 15px 35px rgba(0,0,0,0.12);

    transition:0.5s;
}

.founder-image img:hover{

    transform:scale(1.03);
}

/* Founder Text */

.founder-text{

    color:#666;
    line-height:1.9;
    font-size:16px;
}

/* Founder Info Box */

.founder-box{

    background:#fff;

    border-radius:20px;

    box-shadow:0 5px 20px rgba(0,0,0,0.08);

    transition:0.4s;
}

.founder-box:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.founder-box h2{

    color:#5c7c3d;

    font-weight:700;

    margin-bottom:10px;
}

.founder-box p{

    margin:0;

    color:#666;

    font-size:15px;
}

/* Quote Box */

.founder-quote{

    background:#fff;

    border-left:5px solid #5c7c3d;

    border-radius:15px;

    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.founder-quote i{

    color:#5c7c3d;
}

.founder-quote p{

    font-size:17px;

    line-height:1.8;

    color:#555;

    font-style:italic;
}

/* Mobile */

@media (max-width:768px){

    .founder-box{
        margin-bottom:15px;
    }

    .founder-quote{
        margin-top:10px;
    }

}


/* About Images */

.about-img img,
.company-image img{
    width:100%;
	height: 600px;
    border-radius:25px;
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
    transition:0.5s;
}

.about-img img:hover,
.company-image img:hover{
    transform:scale(1.03);
}

/* Text */
.about-text,
.company-text{
    color:#666;
    line-height:1.9;
    font-size:16px;
}

/* Features */
.about-feature{
    background:#fff;
    padding:15px 20px;
    border-radius:50px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    font-weight:600;
    transition:0.4s;
}
.about-feature:hover{
    transform:translateY(-5px);
}
.about-feature i{
    color:#5c7c3d;
}
/* Highlight Box */
.company-highlight{
    background:#fff;
    border-left:5px solid #5c7c3d;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}
.company-highlight i{
    color:#5c7c3d;
}
.company-highlight p{
    color:#555;
    line-height:1.8;
    font-style:italic;
    margin:0;
}

/* Button */
.btn-primary{
    background:#5c7c3d;
    border:none;
}

.btn-primary:hover{
    background:#47622f;
}

/* =========================================
   COMMON SECTION STYLES
========================================= */
.section-title small{
    letter-spacing:1px;
}

.bg-light{
    background:#fffcf8 !important;
}

/* =========================================
   MENU FILTER TABS
========================================= */
.menu-filter{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.menu-filter button{
    border:none;
    background:#fff;
    padding:12px 28px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    color:#444;
    transition:0.4s;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}
.menu-filter button:hover{
    background:#5c7c3d;
    color:#fff;
    transform:translateY(-3px);
}

.menu-filter button.active{

    background:#5c7c3d;
    color:#fff;
}

/* =========================================
   MENU PACKAGE CARDS
========================================= */
.menu-package-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    transition:0.4s;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    height:100%;
}

.menu-package-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.menu-package-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:0.5s;
}

.menu-package-card:hover img{
    transform:scale(1.05);
}

.package-badge{
    position:absolute;
    top:20px;
    right:-40px;
    background:#5c7c3d;
    color:#fff;
    padding:8px 45px;
    transform:rotate(45deg);
    font-size:14px;
    font-weight:600;
}

.menu-price{
    color:#5c7c3d;
    font-weight:700;
    margin:20px 0;
}

.menu-price span{
    font-size:18px;
    color:#777;
}

.menu-package-card ul li{
    margin-bottom:12px;
    color:#555;
}

/* =========================================
   FOOD MENU BOX
========================================= */
.food-menu-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    height:100%;
}

.food-menu-box h3{
    color:#5c7c3d;
    font-weight:700;
}

.food-list{
    list-style:none;
    padding:0;
    margin:0;
}

.food-list li{
    padding:15px 0;
    border-bottom:1px dashed #ddd;
    font-size:17px;
    color:#555;
    transition:0.3s;
}

.food-list li:hover{
    color:#5c7c3d;
    padding-left:10px;
}

/* =========================================
   HIGHLIGHT CARDS
========================================= */
.highlight-card{
    background:#fff;
    border-radius:20px;
    transition:0.4s;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    height:100%;
}

.highlight-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.highlight-card i{
    color:#5c7c3d;
}

.highlight-card h5{
    font-weight:600;
}

/* =========================================
   FOOD GALLERY
========================================= */
.food-gallery img{
    width:100%;
    border-radius:20px;
    transition:0.5s;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.food-gallery img:hover{
    transform:scale(1.05);
}

/* =========================================
   PRICING INFO BOX
========================================= */
.pricing-info-box{
    background:#fff;
    border-radius:25px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

.pricing-info-box h1{
    color:#5c7c3d;
    font-weight:700;
}

.pricing-info-box .row div{
    font-size:16px;
    font-weight:600;
    color:#555;
}

/* =========================================
   DOWNLOAD MENU SECTION
========================================= */
.download-menu-section{
    text-align:center;
}

.download-menu-section .btn{
    background:#5c7c3d;
    border:none;
    font-weight:600;
    transition:0.4s;
}

.download-menu-section .btn:hover{
    background:#47622f;
    transform:translateY(-5px);
}

/* =========================================
   FAQ SECTION
========================================= */
.accordion-item{
    border:none;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.accordion-button{
    padding:20px;
    font-size:17px;
    font-weight:600;
    color:#222;
}

.accordion-button:not(.collapsed){
    background:#5c7c3d;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    font-size:16px;
    color:#666;
    line-height:1.8;
}

/* =========================================
   CTA SECTION
========================================= */
.cta-section{
    background:
    linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.75)
    ),
    url('../image/menu/cta-bg.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.cta-section h1{
    font-weight:700;
}

.cta-section p{
    max-width:800px;
    margin:auto;
    line-height:1.8;
}

.cta-section .btn{
    min-width:200px;
    font-size:16px;
    font-weight:600;
    transition:0.4s;
}

.cta-section .btn:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* =========================================
   PRIMARY BUTTON
========================================= */
.btn-primary{
    background:#5c7c3d;
    border:none;
}

.btn-primary:hover{
    background:#47622f;
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width:768px){
    .menu-filter{
        gap:10px;
    }

    .menu-filter button{
        padding:10px 18px;
        font-size:14px;
    }

    .menu-package-card img{
        height:220px;
    }

    .food-menu-box{
        padding:25px;
    }

    .pricing-info-box .row div{
        margin-bottom:15px;
    }

    .cta-section h1{
        font-size:34px;
    }

    .cta-section .btn{
        width:100%;
    }
}

/* =========================================
   FILTER BUTTONS
========================================= */

.gallery-filter{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.gallery-filter button{

    border:none;
    background:#fff;

    padding:12px 28px;

    border-radius:50px;

    font-size:15px;
    font-weight:600;

    color:#444;

    transition:0.4s;

    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.gallery-filter button:hover{

    background:#5c7c3d;
    color:#fff;

    transform:translateY(-3px);
}

.gallery-filter button.active{

    background:#5c7c3d;
    color:#fff;
}


/* =========================================
   MASONRY GALLERY
========================================= */

.masonry-gallery{

    column-count:3;
    column-gap:20px;
}

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    margin-bottom:20px;

    break-inside:avoid;

    cursor:pointer;

    transition:0.4s;
}

.gallery-item img{

    width:100%;

    border-radius:20px;

    display:block;

    transition:0.5s;
}


/* =========================================
   HOVER OVERLAY
========================================= */

.gallery-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        rgba(0,0,0,0.1),
        rgba(0,0,0,0.8)
    );

    display:flex;

    align-items:flex-end;

    opacity:0;

    transition:0.4s;

    padding:25px;
}

.gallery-content{

    color:#fff;

    transform:translateY(30px);

    transition:0.4s;
}

.gallery-content h4{

    font-weight:700;

    margin-bottom:10px;
}

.gallery-content p{

    margin:0;

    font-size:15px;
}


/* =========================================
   HOVER EFFECTS
========================================= */

.gallery-item:hover img{

    transform:scale(1.08);
}

.gallery-item:hover .gallery-overlay{

    opacity:1;
}

.gallery-item:hover .gallery-content{

    transform:translateY(0);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width:992px){

    .masonry-gallery{

        column-count:2;
    }

}

@media (max-width:576px){

    .masonry-gallery{

        column-count:1;
    }

    .gallery-filter{

        gap:10px;
    }

    .gallery-filter button{

        padding:10px 18px;

        font-size:14px;
    }

}

/* =========================================
   VIDEO CARD
========================================= */

.video-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    height:100%;
}
.video-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* Thumbnail */
.video-thumbnail{
    position:relative;
    overflow:hidden;
}
.video-thumbnail img{
    width:100%;
    height:450px;
    object-fit:cover;
    transition:0.5s;
}

.video-card:hover img{
    transform:scale(1.08);
}
/* Play Button */
.video-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:80px;
    height:80px;
    background:#5c7c3d;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    text-decoration:none;
    transition:0.4s;
}
.video-play-btn:hover{
    background:#47622f;
    color:#fff;
    transform:translate(-50%, -50%) scale(1.1);
}
/* Content */
.video-content h4{
    font-weight:700;
    margin-bottom:15px;
}
.video-content p{
    color:#666;
    line-height:1.8;
}

/* =========================================
   VIDEO MODAL
========================================= */
.video-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}
/* Popup Video */
.video-modal video{
    width:80%;
    max-width:1000px;
    border-radius:15px;
}
/* Close Button */
.close-video{
    position:absolute;
    top:30px;
    right:40px;
    color:#fff;
    font-size:50px;
    cursor:pointer;
    z-index:10000;
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width:768px){
    .video-thumbnail img{
        height:250px;
    }
    .video-play-btn{
        width:65px;
        height:65px;
        font-size:22px;
    }
    .video-modal video{
        width:95%;
    }
    .close-video{
        top:15px;
        right:20px;
        font-size:40px;
    }
}


/* =========================================
   MENU IMAGE CARD
========================================= */
.menu-image-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    transition:0.5s;
}
.menu-image-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.18);
}

/* Image */
.menu-image-card img{
    width:100%;
    object-fit:cover;
    border-radius:25px;
    transition:0.6s;
}


.menu-image-card:hover img{
    transform:scale(1.05);
}
/* Overlay */
.menu-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,0.1),
        rgba(0,0,0,0.75)
    );
    display:flex;
    align-items:flex-end;
    padding:40px;
    opacity:0;
    transition:0.5s;
}

.menu-image-card:hover .menu-overlay{
    opacity:1;
}

/* Content */
.menu-overlay-content{
    color:#fff;
    transform:translateY(40px);
    transition:0.5s;
}
.menu-image-card:hover .menu-overlay-content{
    transform:translateY(0);
}
.menu-overlay-content h2{
    font-weight:700;
    margin-bottom:15px;
}
.menu-overlay-content p{
    margin-bottom:20px;
    line-height:1.8;
}

/* Button */
.menu-overlay-content .btn{
    font-weight:600;
    transition:0.4s;
}
.menu-overlay-content .btn:hover{
    background:#5c7c3d;
    color:#fff;
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width:768px){
    .menu-overlay{
        opacity:1;
        padding:25px;
    }
    .menu-overlay-content{
        transform:translateY(0);
    }
    .menu-overlay-content h2{
        font-size:28px;
    }

}




/* ABOUT BANNER START */
/*.about-banner img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 10px;
}*/
/* ABOUT BANNER END */

/* SERVICE BANNER START*/
/*.service-banner img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 10px;
}*/
/* SERVICE BANNER END*/

/* EVENT BANNER START*/
/*.event-banner img {
    width: 100%;
    max-height: 750px;
    object-fit: cover;
    border-radius: 10px;
}*/
/* EVENT BANNER END*/

/* CONTACT US BANNER START*/
/*.contact-banner img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 10px;
}*/
/* CONTACT US BANNER END*/

/* GALLERY BANNER START*/
/*.gallery-banner img {
    width: 100%;
    max-height: 750px;
    object-fit: cover;
    border-radius: 10px;
}*/
/* GALLERY BANNER END*/

/* MENU BANNER START*/
.menu-banner img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 10px;
}
/* MENU BANNER END*/

/* EVENT BANNER START */
.event-banner {
    background: url('../image/event/event-banner-01.png');
    background-size: 92% auto;   /* adjust 90–95% */
    background-position: center top;
    background-repeat: no-repeat;
    height: 801px;
}
/* Large Screens */
@media (max-width: 1400px) {
    .event-banner {
        min-height: 700px;
    }
}
/* Tablet */
@media (max-width: 992px) {
    .event-banner {
        min-height: 500px;
        background-position: center;
    }
}
/* Mobile */
@media (max-width: 576px) {
    .event-banner {
        height: auto;
        min-height: unset;
        aspect-ratio: 1323 / 801;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 0;
    }
}

/* SERVICE BANNER START*/
.service-banner {
    background: url('../image/service/our-service-03.png');
    background-size: 92% auto;   /* adjust 90–95% */
    background-position: center top;
    background-repeat: no-repeat;
    height: 801px;
}
/* Large Screens */
@media (max-width: 1400px) {
    .service-banner {
        min-height: 700px;
    }
}
/* Tablet */
@media (max-width: 992px) {
    .service-banner {
        min-height: 500px;
        background-position: center;
    }
}
/* Mobile */
@media (max-width: 576px) {
    .service-banner {
        height: auto;
        min-height: unset;
        aspect-ratio: 1323 / 801;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 0;
    }
}

/* ABOUT BANNER START*/
.about-us-banner {
    background: url('../image/about/about-us-banner-01.png');
    background-size: 92% auto;   /* adjust 90–95% */
    background-position: center top;
    background-repeat: no-repeat;
    height: 801px;
}

/* Large Screens */
@media (max-width: 1400px) {
    .about-us-banner {
        min-height: 700px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .about-us-banner {
        min-height: 500px;
        background-position: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .about-us-banner {
        height: auto;
        min-height: unset;
        aspect-ratio: 1323 / 801;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 0;
    }
}
/* ABOUT BANNER END */

/* GALLERY BANNER START */
.gallery-banner {
    background: url('../image/gallery/gallery-01.png');
    background-size: 92% auto;   /* adjust 90–95% */
    background-position: center top;
    background-repeat: no-repeat;
    height: 801px;
}
/* Large Screens */
@media (max-width: 1400px) {
    .gallery-banner {
        min-height: 700px;
    }
}
/* Tablet */
@media (max-width: 992px) {
    .gallery-banner {
        min-height: 500px;
        background-position: center;
    }
}
/* Mobile */
@media (max-width: 576px) {
    .gallery-banner {
        height: auto;
        min-height: unset;
        aspect-ratio: 1323 / 801;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 0;
    }
}
/* GALLERY BANNER END */

/* CONTACT BANNER START */
.contact-banner {
    background: url('../image/contact-us/contact-us-03.png');
    background-size: 92% auto;   /* adjust 90–95% */
    background-position: center top;
    background-repeat: no-repeat;
    height: 801px;
}
/* Large Screens */
@media (max-width: 1400px) {
    .contact-banner {
        min-height: 700px;
    }
}
/* Tablet */
@media (max-width: 992px) {
    .contact-banner {
        min-height: 500px;
        background-position: center;
    }
}
/* Mobile */
@media (max-width: 576px) {
    .contact-banner {
        height: auto;
        min-height: unset;
        aspect-ratio: 1323 / 801;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 0;
    }
}

/* =========================================
			MENU BANNER
========================================= */
.menu-banner {
    background: url('../image/menu/menu-banner-01.png');
    background-size: 92% auto;   /* adjust 90–95% */
    background-position: center top;
    background-repeat: no-repeat;
    height: 801px;
}
/* Large Screens */
@media (max-width: 1400px) {
    .menu-banner {
        min-height: 700px;
    }
}
/* Tablet */
@media (max-width: 992px) {
    .menu-banner {
        min-height: 500px;
        background-position: center;
    }
}
/* Mobile */
@media (max-width: 576px) {
    .menu-banner {
        height: auto;
        min-height: unset;
        aspect-ratio: 1323 / 801;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 0;
    }
}


/* =========================================
			HOME BANNER
========================================= */
.home-banner .container{
    display:none;
}

.home-banner{
    background: url('../image/home/home-banner-04.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
	overflow:hidden;
}

/* Large Screens */
@media (max-width: 1400px) {
    .home-banner {
        min-height: 700px;
    }
}
/* Tablet */
@media (max-width: 992px) {
    .home-banner {
        min-height: 500px;
        background-position: center;
    }
}
/* Mobile Hero Banner Fix */
@media (max-width: 768px) {
    .home-banner {
        background-size: 115% auto !important;
        background-position: center top !important;
        background-repeat: no-repeat;
        min-height: 550px;
        overflow: hidden;
    }
}

.marquee{
    background:#0f3b2e;
    color:#fff;
    padding:12px 0;
    overflow:hidden;
    white-space:nowrap;
    border-top:2px solid #d4af37;
    border-bottom:2px solid #d4af37;
}

.marquee-content{
    display:inline-block;
    padding-left:100%;
    animation:scroll 20s linear infinite;
    font-size:18px;
    font-weight:500;
    letter-spacing:1px;
}

@keyframes scroll{
    0%{transform:translateX(0);}
    100%{transform:translateX(-100%);}
}

.offer-flash{
    position:absolute;
    top:30px;
    right:40px;
    background:#d4af37;
    color:#111;
    padding:12px 22px;
    border-radius:30px;
    font-weight:700;
    animation:pulse 1.8s infinite;
}

@keyframes pulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.08);}
    100%{transform:scale(1);}
}

.live-clock{
    display:block;
    width:fit-content;
    margin:20px 0 20px auto;   /* pushes to right */
    padding:10px 22px;
    background:rgba(15,59,46,.9);
    color:#fff;
    border:2px solid #d4af37;
    border-radius:35px;
    font-size:18px;
    font-weight:600;
    letter-spacing:1px;
    box-shadow:0 0 15px rgba(212,175,55,.4);
}

/* =========================================
   MOBILE RESPONSIVE FIX
========================================= */

/* Mobile */
@media (max-width: 576px) {
    .home-banner {
        height: 360px;
        min-height: unset;
        background-size: cover;          /* fills the box, no overflow */
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    /* Hero Banner Fix */
    .home-banner{
        height: 320px !important;
        background-position: center center;
        background-size: cover;
    }
    /* Banner content */
    .home-banner .container{
        height: 100%;
        padding: 20px;
    }
    /* Live Clock Fix */
    .live-clock{
        font-size: 20px !important;
        padding: 10px 18px !important;

        top: 70px !important;
        right: 10px !important;

        border-radius: 40px;
    }
    /* Remove Large Gap */
    .container-fluid.py-2{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-top: 0 !important;
    }
    /* Heading Size */
    .display-5{
        font-size: 38px !important;
        line-height: 1.3;
    }
    /* About Image Height */
    .about-img img{
        height: auto !important;
    }
}

.menu-category-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.menu-btn{
    border: none;
    background: #fff;
    color: #2c3e50;
    padding: 16px 34px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.menu-btn:hover{
    background: #6c8c3c;
    color: #fff;
    transform: translateY(-3px);
}

.menu-btn.active{
    background: #6c8c3c;
    color: #fff;
}

.menu-subtitle{
    max-width: 750px;
    font-size: 18px;
    line-height: 1.8;
}


/* =========================================
   MOBILE CUT FIX
========================================= */
@media (max-width: 768px){
    /* Prevent horizontal cut */
    html, body{
        overflow-x: hidden;
        width: 100%;
    }
    /* Navbar logo fix */
    .navbar-brand h1{
        font-size: 28px !important;
    }
    .navbar-brand img{
        width: 45px;
        height: 45px;
    }
    /* Top scrolling banner */
    .marquee{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }
    .marquee-content{
        font-size: 16px !important;
        padding-left: 10px;
    }
    /* Hero banner image fix */
    .home-banner{
        width: 100%;
        height: 360px !important;

        background-size: cover;
        background-position: center center;

        overflow: hidden;
    }
    /* Left content fix */
    .home-banner *{
        max-width: 100%;
    }
    /* Clock size and position */
    .live-clock{
        font-size: 16px !important;
        padding: 8px 15px !important;
        top: 85px !important;
        right: 8px !important;
        transform: scale(0.9);
    }
    /* Hero text spacing */
    .hero-content,
    .banner-content{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}