/*
Theme Name: Mitr Restaurant Theme
Theme URI: https://yourwebsite.com/mitr
Author: Raghav
Description: Custom WordPress theme for Mitr Restaurant
Version: 1.0
License: GNU General Public License v2 or later 
License URI: https: //www.gnu.org/licenses/gpl-2.0.html
Text Domain: mitr 
*/


.text.text-white,
.text-white p {
    color: #fff;
}

.box-why-text-slide p {
    padding-bottom: 15px;
}
.wg-food-offer .image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 438px;
}

.wg-food-offer .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.sidebar-welcome .logo img.item-1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}