body, html {
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
}

.navbar-brand small {
    font-size: 14px;
    line-height: 1.2;
}

.navbar-brand span {
    color: #FAC564;
}

.nav-pills .nav-link {
    color: #333;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.nav-pills .nav-link.active {
    background-color: #FAC564;
    color: #fff;
}

.menu-description {
    color: #495057;;
    font-weight: bold;
    font-size: large;
    margin-bottom: 10px;
}

.menu-price {
    color: #F0BF4C;
    font-weight: bold;
    font-size: large;
    margin-bottom: 10px;
}

.menu-subheading {
    color: #F0BF4C;
    font-weight: bold;
    font-size: large;
    margin-bottom: 10px;
}

.menu-contact {
    color: #F0BF4C;
    font-weight: bold;
    margin-bottom: 10px;
}

.menu-contact a {
    color: #F0BF4C;
    text-decoration: none;
}

.menu-contact a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
}

.footer a {
    color: #FAC564;
}

.footer .ftco-footer-social a {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
}

.footer .ftco-footer-social a:hover {
    color: #FAC564;
}

#ftco-loader {
    background: rgba(255, 255, 255, 0.9);
}

#ftco-loader .circular {
    animation: rotate 2s linear infinite;
    z-index: 10;
}

#ftco-loader .path {
    stroke: #FAC564;
}

.nav-link-wrap {
    margin-bottom: 30px;
}

.nav-pills {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .navbar-brand small {
        font-size: 12px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

.tab-content {
    margin-top: 20px;
}

.tab-pane {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 1.75rem);
        display: flex;
        align-items: center;
    }
}

@media (max-width: 575.98px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem 0.5rem;
    }

    .modal-content {
        padding: 0.5rem;
    }
}

/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #343a40;
}

.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Contact Form Styles */
.contact-form input, .contact-form textarea {
    background: #eb7171;
    border: 1px solid #2c8dee;
    color: #495057;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #6c757d;
    opacity: 1;
    font-weight: 500;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: #78d5ef;
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
}

.contact-form .btn {
    background: #F0BF4C;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.contact-form .btn:hover {
    background: #ecf28f;
}

h2.h4 {
    font-weight: bold;
    color: #343a40;
}

.contact-info p span {
    font-weight: bold;
    color: #495057;
}

.ftco-footer {
    background: #121618 ;
    color: white;
    padding: 20px 0;
    margin-top: 20px;
}

.ftco-footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}

.ftco-footer a {
    color: #78d5ef;
    text-decoration: none;
}

.ftco-footer a:hover {
    color: #34c0e7;
}

#ftco-loader {
    background: rgba(0, 0, 0, 0.5);
}

#ftco-loader .circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    width: 50px;
    position: relative;
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
body.modal-open {
    padding-right: 0 !important;
}
.modal.show {
    padding-right: 0 !important;
}
.menus-modal .modal-content {
    background: #fff6e8 !important;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
    touch-action: auto;
}
.owl-carousel {
    touch-action: pan-y !important;
}