@charset "UTF-8";

.index1-logo img{
    width: 200px;
}

.mobile-logo img {
    width: 110px;
}

.about-img img {
    max-width: 700px !important;
}

.food-today-offer-main-wrapper {
    padding: 40px 0;
}

.slider-text {
    color: #fff !important;
    max-width: none !important;
}

.slider-heading {
    color:#fff;
}
.slider-heading span{
    color: #F82348;
}


.form-range {
    width: 80%;
    margin: 0 auto;
    height: 8px;
    background-color: #F82348;
    border-radius: 4px;
    outline: none;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.btn-warning {
    background-color: #F82348;
    color: #fff;
    border: none;
}

.btn-warning:hover {
    background-color: #F82348;
}

.footer-logo img{
    max-width:240px;
}

.footer-link li, .footer-link p {color: #fff !important;}
.footer-logo .text-link {color: #fff !important; text-decoration: underline;}

.footer-main-wrapper  p {
    color: #ffffff;
    padding-top: 18px;
    margin-bottom: inherit;
    /* font-family: inherit; */
    line-height: 1.5;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
}

.footer-main-wrapper .footer-link ul li {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}

.footer-main-wrapper .payment-icons img {display:inline-block;}

.footer-main-wrapper {padding-bottom:40px;}

.no-logo-menu .index1-logo {display:none !important;}


@media (max-width: 1024px) {
    .food-about-us-main-wrapper .food-aboout-inner-wrapper .about-text {
        margin-top: 120px;
    }

    .left-title p {
        width:100%;
        max-width:none;
    }
}

@media (max-width: 991px) {
    .food-about-us-main-wrapper .food-aboout-inner-wrapper .about-text {
        margin-top: 120px;
    }
}


.simple-page-text {
    line-height: 1.6;
    font-size: 16px;
    padding: 20px;
}

.simple-page-text h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #F82348;
}

.simple-page-text p {
    margin-bottom: 15px;
}

.simple-page-text ul {
    margin: 10px 0 20px 20px;
    padding-left: 20px;
}

.simple-page-text li {
    margin-bottom: 8px;
}

.simple-page-text a {
    color: #F82348;
    text-decoration: underline;
}

.simple-page-text a:hover {
    color: #e6193f;
}

.simple-page-text a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(248, 35, 72, 0.4);
}

.food-contact-form-wrapper .col-lg-10 {
    margin: 0 auto;
    padding: 20px;
}

.food-contact-box-wrapper {
    background-color: #111526;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.food-contact-box-wrapper label {
    font-weight: bold;
}

.food-contact-box-wrapper .form-control {
    margin-bottom: 10px;
    border-radius: 5px;
}


.text-link {
    color: #F82348;
    text-decoration: underline;
}

.text-link:hover {
    color: #e6193f;
}

.redButton {
    background-color: #F82348 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 20px !important;
    border-radius: 5px !important;
}

.redButton:hover {
    background-color: #e6193f !important;
}

.red-border-line{
    border:2px solid #F82348 !important;
}

.food-contact-form-wrapper .response {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    opacity: 0.9;
    transition: opacity 0.3s ease-in-out;
}

.food-contact-form-wrapper .alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.food-contact-form-wrapper .alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/*login blades*/

.lower-link {
    line-height: 1.6em;
}
/* Mobile Specific Adjustments */
@media (max-width: 768px) {
    .login-wrapper .login-form {
        width: 100%;
        margin: 0 auto;
    }

    .login-wrapper {
        justify-content: center;
    }

    /* Hide the right column on mobile */
    .hide-on-mobile {
        display: none;
    }
}