
    /*** 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 ***/

    .event .tab-class .nav-item a.active span, .menu .nav-item a.active span {
        color: white !important;
    }

    .event .tab-class .nav-item a span, .menu .nav-item a span {
        font-size: 16px;
        font-weight: 600;
    }

    .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 ***/
    /* =========================
   NAVBAR IMPROVEMENT
========================= */

.nav-bar {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(132, 57, 28, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
}

.site-logo {
    width: 220px;
    max-width: 100%;
    transition: 0.3s;
}

.navbar {
    min-height: 90px;
}

.navbar .navbar-nav {
    gap: 6px;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 12px 18px;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #84391c;
    background: rgba(132, 57, 28, 0.06);
}

.navbar .btn-primary {
    background: #84391c;
    border-radius: 50px;
    padding: 12px 28px;
    border: none;
    box-shadow: 0 10px 25px rgba(132,57,28,0.18);
}

.navbar .btn-primary:hover {
    background: #a24a28 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

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

    .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 15px;
        border-radius: 20px;
        box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    }

    .navbar .navbar-nav .nav-link {
        margin-bottom: 8px;
    }

}

    .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: rgb(150 92 10 / 72%);
        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: var(--bs-primary);
        border-radius: 8px;
        transition: 1s;
    }

    .service-item:hover .service-content::after {
        height: 100%;
        opacity: 1;
    } */

    .service-content-icon p {
        font-size: 18px;
        min-height: 90px;
    }

    .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: var(--bs-dark) !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-section p {
        font-size: 18px;
    }
    .menu-section-tabs img{
        display: none;
    }
    .full-menubtn {
        display: flex;
        margin-top: 20px;
        justify-content: space-around;
        flex-direction: row;
    }

    /*** Menu Start ***/
    .menu .nav-item a.active {
        background: var(--bs-primary) !important;
    }

    .menu .menu-item .border-bottom {
        border-bottom-style: dashed !important;
    }
    /*** Menu End ***/
    .dots_about {
        font-size: 18px;
        margin-top: 10px;
    }

    /*** 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 ***/


    /* =========================
   MODERN TEAM SECTION
========================= */

.team {
    position: relative;
    overflow: hidden;
}

.modern-team-card {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
    transition: 0.45s ease;
    height: 100%;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

.modern-team-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.team-image-wrap {
    position: relative;
    overflow: hidden;
    height: 420px;
}

.team-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.modern-team-card:hover img {
    transform: scale(1.08);
}

.team-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.45),
            rgba(0,0,0,0.05)
        );
}

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

.team-role {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.modern-team-content h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 400;
}

.team-line {
    width: 70px;
    height: 3px;
    border-radius: 50px;
    background: var(--bs-primary);
    transition: 0.4s;
}

.modern-team-card:hover .team-line {
    width: 120px;
}

/* Responsive */

@media (max-width: 991px) {

    .team-image-wrap {
        height: 380px;
    }

}

@media (max-width: 767px) {

    .modern-team-content {
        padding: 24px;
    }

    .modern-team-content h4 {
        font-size: 24px;
    }

    .team-image-wrap {
        height: 340px;
    }

}


    /*** 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-section {
        background: #fff;
        overflow: hidden;
    }

    .testimonial-tag {
        display: inline-block;
        padding: 8px 18px;
        border-radius: 50px;
        background: #fff8f0;
        border: 1px solid #ffb347;
        color: #c97a00;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 18px;
    }

    .testimonial-title {
        font-size: 52px;
        font-weight: 700;
        line-height: 1.2;
        color: #111;
        margin-bottom: 0;
    }

    .testimonial-nav {
        display: flex;
        gap: 12px;
    }

    .testimonial-nav button {
        width: 58px;
        height: 58px;
        border-radius: 14px;
        border: none;
        background: var(--bs-primary);
        color: #fff;
        transition: 0.3s;
        font-size: 18px;
    }

    .testimonial-nav button:hover {
        background: var(--bs-primary);
        transform: translateY(-2px);
    }

    .testimonial-slider {
        margin: 0 -12px;
    }

    .testimonial-slide {
        padding: 12px;
    }

    .testimonial-card {
        background: #fff;
        border-radius: 28px;
        padding: 40px;
        position: relative;
        border: 1px solid #f1f1f1;
        box-shadow: 0 10px 35px rgba(0,0,0,0.05);
        height: 100%;
    }

    .quote-icon {
        position: absolute;
        right: 35px;
        top: 30px;
        font-size: 42px;
        color: #f4b44c;
        opacity: 0.15;
    }

    .testimonial-top {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 25px;
    }

    .testimonial-top img {
        width: 75px;
        height: 75px;
        object-fit: cover;
        border-radius: 50%;
    }

    .testimonial-top h4 {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
    }

    .testimonial-top span {
        color: #777;
        font-size: 15px;
    }

    .testimonial-stars {
        display: flex;
        gap: 4px;
        color: #f59e0b;
        margin-bottom: 20px;
    }

    .testimonial-card p {
        font-size: 18px;
        line-height: 1.5;
        color: #555;
        margin-bottom: 0;
    }

    /* Slick Fix */
    .slick-track {
        display: flex !important;
    }

    .slick-slide {
        height: inherit !important;
    }

    .slick-slide > div {
        height: 100%;
    }

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

        .testimonial-title {
            font-size: 38px;
        }

        .testimonial-header {
            gap: 25px;
        }
    }

    @media (max-width: 767px) {

        .testimonial-title {
            font-size: 30px;
        }

        .testimonial-card {
            padding: 28px;
        }

        .testimonial-nav button {
            width: 50px;
            height: 50px;
        }
    }
    /*** testimonial End ***/


    /*** Contact start ***/
   /* =========================
   MODERN CONTACT SECTION
========================= */

.modern-contact-section {
    position: relative;
    background:
        linear-gradient(
            180deg,
            #fffaf6 0%,
            #fdf3ea 100%
        );
    overflow: hidden;
}

.modern-contact-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(132,57,28,0.05);
    border-radius: 50%;
}

.section-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(132,57,28,0.08);
    color: var(--bs-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.modern-section-title {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.modern-section-text {
    max-width: 760px;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color: #666;
}

/* FORM WRAP */

.modern-contact-form-wrap {
    background: #fff;
    border-radius: 32px;
    padding: 45px;
    box-shadow: 0 15px 60px rgba(0,0,0,0.06);
    height: 100%;
}

/* CF7 */

.modern-cf7-form .form-group {
    margin-bottom: 24px;
}

.modern-cf7-form input,
.modern-cf7-form textarea {
    width: 100%;
    border: 1px solid #eee;
    background: #fafafa;
    border-radius: 18px;
    padding: 18px 24px;
    font-size: 16px;
    outline: none;
    transition: 0.35s ease;
}

.modern-cf7-form textarea {
    height: 180px;
    resize: none;
}

.modern-cf7-form input:focus,
.modern-cf7-form textarea:focus {
    border-color: var(--bs-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(132,57,28,0.08);
}

.modern-cf7-form input[type="submit"] {
    background: var(--bs-primary);
    color: #fff;
    border: none;
    height: 62px;
    border-radius: 60px;
    font-weight: 700;
    transition: 0.35s ease;
}

.modern-cf7-form input[type="submit"]:hover {
    transform: translateY(-3px);
    background: #6f2f17;
}

/* INFO CARD */

.contact-info-card {
    background: #fff;
    border-radius: 32px;
    padding: 45px;
    height: 100%;
    box-shadow: 0 15px 60px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.modern-contact-form-wrap .wpcf7-not-valid-tip {
    font-size: 16px;
}

.modern-contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output, 
.modern-contact-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output, 
.modern-contact-form-wrap .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
}


.contact-info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    min-width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(132,57,28,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    font-size: 22px;
}

.contact-info-item h4 {
    margin-bottom: 8px;
    font-size: 20px;
}

.contact-info-item p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 18px;
}

/* =========================
   MAP SECTION
========================= */

.restaurant-map-section {
    background: #fff;
}

.map-wrapper {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 15px 60px rgba(0,0,0,0.08);
}

.map-wrapper iframe {
    width: 100%;
    height: 520px;
    border: 0;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .modern-section-title {
        font-size: 42px;
    }

    .modern-contact-form-wrap,
    .contact-info-card {
        padding: 35px;
    }

}

@media (max-width: 767px) {

    .modern-section-title {
        font-size: 34px;
    }

    .modern-contact-form-wrap,
    .contact-info-card {
        padding: 28px;
        border-radius: 24px;
    }

    .map-wrapper iframe {
        height: 400px;
    }

}

    /*** Contact End ***/

  /* =========================
   MODERN LIGHT FOOTER
========================= */

.modern-footer {
    background: #fffaf5;
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f1e3d8;
}

.modern-footer::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(132, 57, 28, 0.05);
    border-radius: 50%;
}

.modern-footer::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -140px;
    width: 320px;
    height: 320px;
    background: rgba(255, 183, 77, 0.08);
    border-radius: 50%;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 50px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.footer-logo {
    width: 240px;
    max-width: 100%;
    margin-bottom: 20px;
}

.footer-brand p {
    color: #6d6d6d;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 25px;
}

.modern-footer h4 {
    color: #222;
    font-size: 24px;
    margin-bottom: 28px;
    position: relative;
}

.modern-footer h4::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #84391c;
    position: absolute;
    left: 0;
    bottom: -12px;
    border-radius: 50px;
}

/* Links */

.footer-links a {
    display: block;
    color: #666;
    text-decoration: none;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 18px;
}

.footer-links a:hover {
    color: #84391c;
    transform: translateX(5px);
}

/* Contact */

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #666;
    margin-bottom: 18px;
    line-height: 1.3;
    font-size: 18px;
}

.footer-contact i {
    color: #84391c;
    margin-top: 5px;
}

/* Social */

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #fff;
    color: #84391c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    font-size: 16px;
}

.footer-socials a:hover {
    background: #84391c;
    color: #fff;
    transform: translateY(-4px);
}

/* Newsletter */

.footer-newsletter p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-newsletter form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-newsletter input {
    height: 56px;
    border-radius: 16px;
    border: 1px solid #ead8ca;
    background: #fff;
    padding: 0 18px;
    outline: none;
    transition: 0.3s;
    font-size: 18px;
}

.footer-newsletter input:focus {
    border-color: #84391c;
}

.footer-newsletter button {
    height: 56px;
    border: none;
    border-radius: 16px;
    background: #84391c;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    font-size: 18px;
}

.footer-newsletter button:hover {
    background: #a24a28;
    transform: translateY(-2px);
}

/* Bottom */

.footer-bottom {
    border-top: 1px solid #eadfd6;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.footer-bottom p {
    margin: 0;
    color: #777;
    font-size: 15px;
}

/* Responsive */

@media (max-width: 991px) {

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

}

@media (max-width: 767px) {

    .modern-footer {
        padding: 70px 0 25px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .footer-logo {
        width: 200px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom a {
        color: #84391c;
        text-decoration: none;
        font-weight: 600;
        transition: 0.3s;
    }
    
    .footer-bottom a:hover {
        color: #a24a28;
    }

}

/* Spinner */
#spinner {
    background: rgba(255, 248, 243, 0.96);
    backdrop-filter: blur(8px);
    z-index: 99999;
    transition: 0.5s;
}

#spinner.hide {
    opacity: 0;
    visibility: hidden;
}

.curryosity-loader {
    position: relative;
}

.loader-logo {
    width: 280px;
    max-width: 80vw;
    animation: floatLogo 3s ease-in-out infinite;
}

.loader-steam {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.loader-steam span {
    width: 10px;
    height: 50px;
    background: linear-gradient(to top, rgba(132,57,28,0.35), transparent);
    border-radius: 50px;
    animation: steam 2s infinite ease-in-out;
}

.loader-steam span:nth-child(2) {
    animation-delay: .3s;
}

.loader-steam span:nth-child(3) {
    animation-delay: .6s;
}

@keyframes steam {

    0% {
        opacity: 0;
        transform: translateY(10px) scaleX(1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-30px) scaleX(1.5);
    }
}

@keyframes floatLogo {

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

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