* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.outfit-bold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.outfit-medium {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.outfit-light {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.outfit-medium {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.bebas-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kaushan-regular {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
}


body {
    /* max-width: 1500px; */
    margin: 0 auto;
    overflow-x: hidden !important;
}

h1 {
    margin-bottom: 0;
    font-size: 52px;
}

h2 {
    margin-bottom: 0;
    font-size: 32px;
}

h3 {
    margin-bottom: 0;
    font-size: 18px;
    color: #191919;
}

h4 {
    margin-bottom: 0;
    font-size: 16px;
}

h5 {
    margin-bottom: 0;
    font-size: 14px;

}

h6 {
    margin-bottom: 0;
    font-size: 20px;
}

p {
    margin-bottom: 0;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: inherit;
}



li {
    list-style: none;
}

.logo {
    width: 109px;
    height: 74px;
}

.login-btn {
    background-color: #3e3e3e;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 35px;
    font-size: 13px;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1.2px solid transparent;

}

.login-btn:hover {
    /* font-size: 17px; */
    background-color: transparent;
    border: 1.2px solid rgb(136, 30, 9);
    color: rgb(136, 30, 9);
}

.headerbg {
    position: absolute;
    top: 0;
    left: 0;
}

.headerbg img {
    width: 344px;
    height: 304px;
}

.headericon {
    width: 16px;
    height: 16px;
}

.headericon2 {
    width: 20px;
}

.section-1 {
    position: relative;
    background-image: url(../img/section-1bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60% 100%;
    min-height: 100%;
}

.sec1 {
    position: relative;
    z-index: 1;
}

.sec1 h1 {
    color: #881E09;
}

.sec1 p {
    width: 46%;
    color: #000000;
    margin: 20px 0px;
}

.locationicon {
    width: 18px;
    height: 18px;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 550px;
}

.search-container input {
    width: 100%;
    padding: 14px 40px 14px 22px;
    /* Adjust padding for the button */
    font-size: 16px;
    border: 1px solid #000000;
    border-radius: 10px;
    outline: none;
    color: #959595;
}

.search-container .submit-btn button {
    border: none;
    background-color: transparent;
    color: #ffffff;
}

.search-container .submit-btn {
    position: absolute;
    right: 0px;
    /* Adjust the right position to fit inside the input */
    padding: 14px 45px;
    background-color: #3E3E3E;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    border: 1.2px solid transparent;
    transition: background-color 0.2s ease-in-out;
}

.search-container .submit-btn:hover {
    background-color: rgb(136, 30, 9);
    border: 1.2px solid rgb(136, 30, 9);
}

.catimg {
    width: 67px;
    height: 44px;
    transition: transform 0.5s ease-in-out;
}

a:hover div .catimg {
    transform: scale(1.08);
}

.category h5 {
    color: #323232;
}

.friesbg {
    background: url(../img/friesimg.png);
    background-position: right;
    background-position-y: 220px;
    background-size: 440px;
    background-repeat: no-repeat;
}

.heart {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: 30px !important;
    width: 28px !important;
    transition: transform 0.3s ease !important;
    cursor: pointer !important;
}

.heart.clicked {
    transform: scale(1.1) !important;
}

.sec2box1 {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 20%);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 50%);
    padding: 12px 13px;
    transition: all 0.5s ease-in-out;
    width: 260px;
}

.sec2box1:hover .starimg {
    display: none !important;
}

.starimg2 {
    display: none !important;
}

.sec2box1:hover .starimg2 {
    display: block !important;
}

.sec2box1:hover {
    background: linear-gradient(180deg, #FF9E36 40%, #b67127 100%);
    border: 1px solid #FF9E36;
}

.sec2box1:hover .whitetext {
    color: #ffffff;
}

.whitetext {
    color: #FF9E36;
}

.sec2box1:hover .calbox h5 {
    background-color: #ffffff;
}

/* .sec2box1:hover .cartbtn {
    background-color: #ffffff;
    color: #343434;
} */

.sec2box1:hover .buybtn {
    color: #000000;
}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    align-items: center;
}

.new-owl-carousel.owl-drag .owl-item.active {
    display: flex;
    justify-content: center !important;
    width: fit-content !important;
    gap: 80px !important;
    margin-right: 48px;
}

.owl-carousel.owl-drag .owl-item.active {
    display: flex;
    justify-content: center !important;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    background: linear-gradient(180deg, #FF9E36 40%, #b67127 100%) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important;
}

.owl-carousel .owl-nav button.owl-next {
    background: linear-gradient(180deg, #FF9E36 40%, #b67127 100%) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important;
}

.owl-carousel .owl-nav button.owl-next span {
    margin-bottom: 6px;
}

.owl-carousel .owl-nav button.owl-prev span {
    margin-bottom: 6px;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sec2img {
    width: 100%;
    height: 155px;
}

.starimg,
.starimg2 {
    width: 18px !important;
    height: 18px !important;
}

.calbox h5 {
    background-color: rgba(255, 155, 37, 29%);
    border-radius: 10px;
    width: 90px;
    height: 24px;
    text-align: center;
    margin: 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    font-size: 12px;
}

.cartbtn {
    border: 1px solid #FF9B25;
    border-radius: 10px;
    font-size: 14px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 50%);
    width: 112px;
    height: 45px;
    transition: background-color 0.3s ease-in-out;
}

.cartbtn:hover {
    background-color: #FF9B25;
    color: #000 !important;
    border: 1px solid #FF9B25;
}

.buybtn {
    border: 1px solid #FF9B25;
    border-radius: 10px;
    font-size: 14px;
    background-color: #FF9B25;
    color: #ffffff;
    width: 112px;
    height: 45px;
    transition: background-color 0.3s ease-in-out;
}

.pading-cs {
    padding-top: 30px;
}

.buybtn:hover {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 50%) !important;
    border: 1px solid #FF9B25;

}

.sec3 {
    margin-top: 100px;
}

.sec3h1 {
    font-size: 109px;
    color: #000000;
    line-height: 120px;
    position: relative;
    z-index: 999;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke: 4px #ffffff;
    margin-bottom: 80px;
}

.sec3h1 span {
    position: relative;
    z-index: -1;
    font-size: 122px;
    bottom: 10px;
    color: #FF9B25;
    /* Fill color of the text */
    text-transform: uppercase;
    -webkit-text-stroke: 1px black;
    /* Stroke color and width */
    text-stroke: 1px black;
    /* Fallback for other browsers */
}

.saladbg {
    background: url(../img/saladbg.png);
    background-position: right;
    background-position-y: 1020px;
    background-size: 280px;
    background-repeat: no-repeat;
}

.sec3boxes {
    background: rgba(255, 255, 255, 20%);
    backdrop-filter: blur(5px);
    border-radius: 25px;
    text-align: center;
    position: relative;
    width: 310px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    margin-bottom: 70px;
    height: 272px;
}

.sec3boxes:hover {
    background: linear-gradient(180deg, #FF9E36 40%, #b67127 100%);
    border: 1px solid #FF9E36;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.sec3img-container {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.sec3img {
    width: 240px;
    height: 240px;
    border-radius: 100%;
}

.sec3boxes h1 {
    color: #881E09;
    font-size: 22px;
    margin-top: 200px;
    text-wrap: auto;
}

.sec3boxes p {
    font-size: 16px;
}

.icon-container {
    margin-top: 35px;
    background: linear-gradient(180deg, #FF9E36 40%, #b67127 100%);
    position: absolute;
    bottom: -30px;
    left: 50%;
    padding: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon {
    width: 33px;
    height: 33px;
}

.sec4 {
    margin-top: 200px;
}

.box {
    padding: 50px 0;
    position: relative;
    background-image: url(../img/sec4bg.png);
    background-size: 85%;
    background-position: left top;
    background-repeat: no-repeat;
}

.nav-link:hover h3 {
    color: rgb(136, 30, 9) !important;
}

.sec4img {
    width: 750px;
    height: auto;
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateY(-50%);
}

.sec4 h1 {
    font-size: 75px;
    line-height: 65px;
    color: #000000;
    position: relative;
    z-index: 1;
}

.sec4 h1 span {
    position: relative;
    z-index: 999;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke: 3px #ffffff;
    font-size: 129px;
    color: #000000;
}

.referbtn {
    color: #F7F7F7;
    font-size: 16px;
    background-color: #1E1E1E;
    border-radius: 10px;
    padding: 13px 30px;
    border: none;
    transition: background-color 0.3s ease-in-out;
    border: 1.4px solid transparent;
}

.referbtn:hover {
    background-color: transparent;
    border: 1.4px solid #1E1E1E;
    color: #1E1E1E;

}

.sec5 {
    background: url(../img/bgimg.png);
    background-position: center;
    background-size: cover;
    padding-top: 150px;
}

.sec6 {
    background: url('../img/sec6bg.png') center no-repeat;
    background-size: contain;
}

.sec6h1 {
    font-size: 40px;
    color: #881E09;
    text-transform: capitalize;
}

.sec6h2 {
    font-size: 35px;
    color: #212121;
    text-transform: capitalize;
    line-height: 1.2;
}

.sec6btn {
    background: #FF9B25;
    border-radius: 10px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 13px 35px;
    border: none;
    transition: background-color 0.3s ease-in-out;
    border: 1.4px solid transparent;
}

.sec6btn:hover {
    background-color: rgb(136, 30, 9);
    border: 1.4px solid rgb(136, 30, 9);
}

.sec6img {
    width: 720px;
    position: relative;
    top: 10px;
    left: -90px;
}

.sec6-content {
    display: flex;
    align-items: center;

}

.sec6-text {
    padding-top: 80px;
}

.ft-hover-anc:hover {
    color: rgb(136, 30, 9) !important;
}

.footer {
    background: linear-gradient(100deg, #FF9E36 20%, #b67127 100%);
    padding: 30px 0px 60px 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.footerbg {
    background: url(../img/thali2.png);
    background-position: right 90%;
    background-size: contain;
    background-repeat: no-repeat;
}

.loginimg {
    width: 100%;
    height: 100%;
}

.toploginimg {
    background: url(../img/logintopimg.png);
    background-position: right top;
    background-size: 22%;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.bottomloginimg {
    background: url(../img/loginbottomimg.png);
    background-position: right bottom;
    background-size: 22%;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.loginform h1 {
    font-size: 36px;

}

.loginform p {
    font-size: 20px;

}


.password-container {
    position: relative;
    display: inline-block;
}


.toggle-password {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
}

.fa-eye-slash {
    color: rgba(0, 0, 0, 38%);
}

.logininput {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 50%);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    height: 45px;
    padding-left: 5px;
    /* padding-bottom: 15px; */
    font-size: 15px;
    color: #000000;
    background-color: transparent;
}

.form h3 {
    font-size: 15px;
    color: #000000;
}



.customCheck {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 50%);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    outline: none;
    background-color: white;
    display: inline-block;
}


.customCheck::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.customCheck:checked::before {
    display: block;
}


.loginbtn {
    border-radius: 6px;
    background-color: #FF9B25;
    color: #ffffff;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 16px;
}


.checkradio {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 50%);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.checkradio:checked {
    position: relative;
}

.checkradio:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3.5px;
    width: 9px;
    height: 9px;
    background-color: #000;
    border-radius: 50%;
}


.healthinput {
    color: rgba(0, 0, 0, 50%);
    border: 1px solid rgba(0, 0, 0, 50%);
    font-size: 15px;
    outline: none;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: transparent;
    width: 442px;
}

.backbtn {
    width: 100%;
    background-color: transparent;
    border: 1px solid #FDC55E;
    font-size: 16px;
    color: #FDC55E;
    border-radius: 6px;
    padding: 20px;
}

.nextbtn {
    width: 100%;
    background-color: #FF9B25;
    border-radius: 6px;
    border: none;
    color: #ffffff;
    padding: 20px;

}


.confirmcheckbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 50%);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    outline: none;
    background-color: white;
    display: inline-block;
    padding: 2px;
}


.confirmcheckbox::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #48b02c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.confirmcheckbox:checked::before {
    display: block;
}

.form-select:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 50%);
    outline: none;
}

.form-select option {
    color: #1E1E1E;
}

.input-group {
    width: 321px;
    position: relative;

}

.input-group input {
    padding: 10px;
}

.input-group .btn-befoodie {
    padding: 10px;
    background-color: #1E1E1E;
    border-radius: 20px;
    border: none;
    position: absolute;
    color: #ffffff;
    right: 0;
}

.form-control {
    width: 100%;
}

.search-containers {
    position: relative;
    display: flex;
    align-items: center;
    width: 550px;
}

.search-containers input {
    width: 371px;
    padding: 14px 40px 14px 22px;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    color: #959595;
}


.search-containers button {
    position: absolute;
    right: 179px;
    padding: 14px 45px;
    background-color: #3E3E3E;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;

}

.search-btn-footer:hover {
    background-color: rgb(136, 30, 9) !important;
}

/* plan bg */

.planbg {
    background: url(../img/planebg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mealsbg {
    background: url(../img/mealsbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.plansec {
    padding: 100px 10px 50px 10px;
}

.mealsec {
    padding: 100px 10px 50px 10px;
}

.plansec h2 {
    font-size: 36px;
    color: #000000;
}

.mealsec h2 {
    font-size: 36px;
    color: #ffffff;
}

.mealsec h1 {
    font-size: 65px;
    color: #FF9B25;
    line-height: 55px;
}

.plansec h1 {
    font-size: 65px;
    color: #ffffff;
    line-height: 55px;
}

.planseclist {
    padding-top: 90px;
}

.planseclist h3 {
    text-decoration: underline;
    font-size: 22px;
    color: #000000;
}

.rightarrow {
    width: 12px;
}

.discountedbox {
    position: absolute;
    top: -70px;
    right: 8px;
    width: 108.79px;
    height: 108.79px;
    border: 5px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.discountedbox h1 {
    font-size: 34px;
    color: #ffffff;
    line-height: 28px !important;
}

.details {
    background-color: #F4EBDC;
    padding: 40px;
}

.logoimg {
    width: 194px;
    height: 164px;
}

.ratestar {
    width: 20px;
    height: 20px;
}

.detailsicons {
    width: 24px;
    height: 23px;
}

.detailsbtn-1 {
    border: none;
    border-radius: 10px;
    background: #3E3E3E;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
}

.detailsbtn-1:hover {
    background-color: rgb(136, 30, 9);
}

.detailsbtn-2 {
    border: none;
    border-radius: 10px;
    background: #FF9B25;
    padding: 9px 20px;
    color: #ffffff;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
}

.detailsbtn-2:hover {
    background-color: rgb(136, 30, 9);
}


.deliveryicon {
    width: 18px;
    height: 18px;
}

.plansselect {
    border: 1px solid #929292;
    background-color: #ffffff;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    color: #757575;
    padding: 11px;
    font-size: 15px !important;
}

.form-select {
    background-image: url(../img/selectarrow.png);
    background-size: 2%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 16px;
}

.foodimg {
    width: 200px;
    height: 190px;
}

.selected-day {
    border: 1px solid #DBDFD0;
    border-radius: 6px;
    padding: 8px 10px;
}

.selected-day h4 {
    color: #2C2F24;
}

.removebtn {
    border: none;
    background: transparent;

}

.removebtn img {
    width: 11px;
    height: 11px;
}

.weeklydeliverybox {
    border-radius: 12px;
    background-color: #FDFDFD;
    border: 1px solid rgba(0, 0, 0, 10%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    height: 240px;
    transition: transform, box-shadow 0.3s ease-in-out;
}

.weeklydeliverybox p {
    color: #FF9B25;
}

.weeklydeliverybox:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 30px;
    transform: scale(1.006);
}

.plusicon {
    background-color: rgba(255, 255, 255, 80%);
    border-top-left-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 70px;
    right: 0;
}

.plusicon img {
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.friesimg {
    position: absolute;
    right: 0;
    top: 140px;
    width: 290px;
}

.wishfriesimg {
    position: absolute;
    right: 0;
    top: 0px;
    width: 220px;
}

.friesimg-info {
    position: absolute;
    right: 0;
    top: 120px;
    width: 250px;
}

.friesimg-info-e {
    position: absolute;
    right: 0;
    top: 30px;
    width: 250px;
}

.friesimg-ord {
    position: absolute;
    right: 0;
    top: 120px;
    width: 240px;
}

.friesimg2 {
    position: absolute;
    right: 0;
    top: 270px;
    width: 290px;
}

.saladimg {
    position: absolute;
    left: 0;
    top: 207px;
    width: 252px;
}

.card-text .img-det-card,
.card-text .img-det-card2 {
    width: 22px;
}

.saladimg3 {
    position: absolute;
    left: 0;
    top: 250px;
    width: 250px;
}

.blogimg {
    position: absolute;
    left: 0;
    top: 1250px;
    width: 250px;
}

.friesblogimg {
    position: absolute;
    right: 0;
    top: 1100px;
    width: 250px;
}

.foodetailimg {
    width: 100%;
    height: 303px;
}

.fooddetails {
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 10%);
    padding: 20px 24px;
}

.fooddetails h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, 60%);
}

.cardbox {
    border: 1px solid rgba(0, 0, 0, 20%);
    padding: 20px 20px;
    border-radius: 25px;

}

.cardbox h2 {
    font-size: 24px;
}

.cardbox h3 {
    font-size: 24px;
}

.cardbox h5 {
    color: #808080;
}

.infos {
    width: 16px;
    height: 16px;
}

.paybtn {
    background-color: #FF9B25;
    border-radius: 8px;
    width: 100%;
    border: none;
    color: #ffffff;
    padding: 10px 13px;
    transition: background-color 0.3s ease-in-out;
}

.paybtn:hover {
    background-color: rgb(136, 30, 9);
}

.confirmbtn {
    background-color: #FF9B25;
    border-radius: 8px;
    width: 100%;
    border: none;
    color: #ffffff;
    padding: 13px;
    transition: background-color 0.3s ease-in-out;
}

.confirmbtn:hover {
    background-color: rgb(136, 30, 9);
}


.createplanebox {
    border-radius: 25px;
    padding: 25px 20px;
    border: 1px solid rgba(0, 0, 0, 10%);
}

.tabs {
    margin-bottom: 20px;
}

.tab-button {
    background: transparent;
    border: none;
    padding: 5px 40px;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 10%);
    cursor: pointer;
    transition: background 0.3s;
}

.tab-button.active {
    background: #FF9B25;
    color: #ffffff;
    border: none;
}


.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.accordion-item {
    border: none;
    margin: 10px 0;
    border-radius: 5px;
}

.accordion-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.accordion-content {
    padding: 10px;
    display: none;
}

.accordion-header h4 {
    margin: 0;
}

.accordion-header i {
    transition: transform 0.3s;
    color: #FF9B25;
    font-size: 20px;
}

.accordion-header.active i {
    transform: rotate(180deg);
}

.table-responsive {
    width: 100%;
    border-collapse: collapse;
}

.table-responsive th,
.table-responsive td {
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
    padding: 10px;
}

.table-responsive td {
    color: rgba(0, 0, 0, 60%);
}

.tablecounter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 10%);
    padding: 0px 2px;
    width: fit-content;
    gap: 10px;
    border-radius: 5px;
}

.qty-btn {
    margin: 0 5px;
    cursor: pointer;
    cursor: pointer;
    color: rgba(0, 0, 0, 50%);
    background: transparent;
    border: none;
    font-size: 22px;
}

.qty {
    font-weight: bold;
}

.tablecheckbox {
    display: none;
}

.checkbox-label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;
}

.checkmark {
    width: 28px;
    height: 26px;
    border: 1px solid #5B5B5B;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    background-color: transparent;
}

.tablecheckbox:checked+.checkmark::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #5B5B5B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.border-right {
    border-right: 2px dashed #000000;
    padding-right: 23px;
    padding-left: 23px;

}

.planboximg {
    width: 82px;
    height: 82px;
}

.planbox {
    background-color: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 3px 2px 0px, rgba(60, 64, 67, 0.15) 0px 4px 3px 1px;
    width: 300px;
    height: 185px;
    border: 2px solid transparent;
    transition: border 0.3s ease;
    cursor: pointer;
}

.checkimg {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}


.planbox.selected {
    border: 1px solid #000000;
}

.planbox.selected .checkimg {
    display: block;
    /* Show check image when the box is selected */
}

.mealsbox {
    width: 166.04px;
    height: 74.77px;
    border: 1px solid #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.hearticon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 18px;
    height: 16px;
    display: none;
    transition: all 0.5s ease-in-out;
}

.mealsbox.active .hearticon {
    display: block;
}

.counter {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid;
    /* Set a thicker border for the gradient effect */
    border-image: linear-gradient(45deg, #000000, #FF9B25) 1;
    /* Gradient and direction */
    border-image-slice: 2px;
}

.countericon {
    width: 31px;
    height: 30px;
    cursor: pointer;
}

.countericon[style*="pointer-events: none"] {
    opacity: 0.5;
    /* Make the icon visually disabled */
}

.text {
    font-size: 28px;
}

.planbtn {
    align-self: flex-end;
    width: 100%;
    height: 54px;
    color: #FFFFFF;
    background: #FF9B25;
    border-radius: 6px;
    border: none;
    transition: background-color 0.3s ease-in-out;
}

.planbtn:hover {
    background-color: rgb(136, 30, 9);
}

.simpletext {
    font-size: 28px;
}

.planstext {
    font-size: 24px;
}

.allplansbox h2 {
    font-size: 24px;
    text-align: center;
    background-color: #FF9B25;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    padding: 12px;
}

.allplansbox {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 10%);
    width: 250px;
}

.allplansbox ul {
    padding: 10px 45px 0px;
}

.allplansbox ul li {
    font-size: 18px;
    color: #191919;
    margin: 9px 0px;
    padding-bottom: 2px;
}

.blogsec {
    background: url(../img/blogsecimg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px;
}

.blogsec h1 {
    font-size: 138px;
    color: #ffffff;
}




.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination button,
.pagination .page-number {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 1px solid #000000;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination button {
    background-color: black;
    color: white;
    border: none;
}

.pagination .active {
    background-color: #000;
    color: white;
}

.content {
    margin-top: 20px;
}

.blogimg1 {
    border-radius: 20px;
    width: 100%;
    height: 370px;
}

.blogbox1 {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 20%);
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px 10px;
}

.datebox {
    border-radius: 6px;
    background-color: #FF9B25;
    padding: 7px 12px;
    width: fit-content;
}

.datebox img {
    width: 20px;
    height: 20px;
}

.blogh1 {
    font-size: 40px;
}


.read-more-content {
    display: none;
}

.read-more-link {
    color: #0063F9;
    cursor: pointer;
    font-size: 16px;
}

.blogimg2 {
    width: 100%;
    height: 249.73px;
}

.blogbox2 {
    border-radius: 18px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 20%);
    padding: 10px 10px 30px;
    width: 424px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blogbox3 {
    border-radius: 18px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 20%);
    padding: 20px 23px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blogbox2 h3 {
    background-color: #FF9B25;
    border-radius: 3.7px;
    width: fit-content;
    padding: 2px 4px;
    font-size: 18px;
}

.blogbox2 h2 {
    font-size: 23px;
}

.blogbox2 h4 {
    font-size: 15px;
    color: rgba(0, 0, 0, 50%);
}

.blogbox3h1 {
    font-size: 30px;
}

.hrline {
    background-color: #FF9B25;
    opacity: unset;
    height: 3px;
    border-radius: 10px;
    width: 163px;
    color: unset;
    border: none;
}

.blogimg3 {
    border-radius: 10px;
    width: 135px;
    height: 129px;
}

.blogbox3 h2 {
    font-size: 20px;
}

.blogbox3 h4 {
    color: rgba(0, 0, 0, 50%);
    font-size: 13px;
}



/* restraunt.php css */
/* abdul wahab */
.card-rest {
    width: 312px;
    padding: 15px;
    padding-bottom: 12px;
    margin-top: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin-bottom: 20px;
    transition: transform, box-shadow 0.3s ease-in-out;

}

.dailycards {
    padding: 15px;
    padding-bottom: 12px;
    margin-top: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin-bottom: 20px;
    transition: transform, box-shadow 0.3s ease-in-out;
}

.card-rest:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 50px;
    transform: scale(1.006);
}

.monaka {
    font-weight: 600;
    font-size: 23px;
    text-transform: capitalize;
    color: #000000;
    font-family: "Outfit", sans-serif;
}

.spanoo {
    font-weight: 300;
    font-size: 14px;
    /* line-height: 21px; */
    text-transform: capitalize;
    color: #737373;
    ;
}

.monako {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    text-transform: capitalize;
    color: #FFB020;
}

.mann {
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    text-transform: capitalize;
    color: #000000;
}

.card-end {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
}

.card-num {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 5px;

}

.listoo {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: #000000;
    background: rgba(255, 155, 37, 0.29);
    border-radius: 10px;
    /* padding: 5px 15px; */
    width: 73px;
    height: 24px;
}

.dailylist {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000000;
    background: rgba(255, 155, 37, 0.29);
    border-radius: 10px;
    width: fit-content;
    padding: 4px 14px;
}

.image-container {
    position: relative;
    /* margin-top: 12px; */
    width: 259px;
    height: 384px;
    border-radius: 20px;
    transition: transform, box-shadow 0.3s ease-in-out;
}

.image-container:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 45px;
    transform: scale(1.006);
}

.image-container img {
    width: 259px;
    height: 384px;
    object-fit: cover;
    border-radius: 20px;
}


.text-overlay {
    position: absolute;
    width: 259px;
    height: 384px;
    top: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 50%, #000000e9 100%);
    ;
    color: #fff;
    padding: 15px;
    padding-left: 40px;

    opacity: 1;
    transition: opacity 0.5s;
    border-radius: 0px 0px 20px 20px;
    font-weight: 600;
    padding-top: 255px;
    font-size: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.column-over {
    display: flex;
    justify-content: center;
}

.btn-view {
    width: 230px;
    height: 49px;
    background: #FF9B25;
    border-radius: 10px;
    font-size: 20px;
    line-height: 33px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 50px;
    border: none;
    transition: background-color 0.5s ease-in-out;
}

.btn-view:hover {
    background-color: rgb(136, 30, 9);
}

.card-top-head {
    margin-top: 60px;
    margin-bottom: 30px;
}

.restaurantbg {
    background: url(../img/restaurantbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* restraunt.php css end */
/* abdul wahab */

/* dailydelivery.php */
/* abdul wahab */
.daily-deliverybg {
    background: url(../img/daily-delivery.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.daily-del-bg {
    background: url(../img/daily-del-bg.png);
    background-position: right;
    background-position-y: 1250px;
    background-size: 250px;
    background-repeat: no-repeat;
}

.daily-del-bg-about {
    background: url(../img/green2.png);
    background-position: right;
    background-position-y: 150px;
    background-size: 200px;
    background-repeat: no-repeat;
}

/* dailydelivery.php end */
/* abdul wahab */

/* Search.php */
/* abdul wahab */

.sorting-tabs {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16.3333px;
    /* line-height: 19px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    /* width: 131.81px; */
    height: 42px;
    border: none;
    background: #F3F3F3;
    border-radius: 11.6667px;
}

.search-pad {
    margin: 0px 13px;
    display: flex;
    align-items: center;
}

.img-serch-tab {
    width: 16.33px;
    height: 16.33px
}

.mar-tab {
    margin-left: 9px
}

.recent-tabs {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    /* padding: 11.7316px 21.9968px 11.7316px 10.2652px; */
    border: 1.46645px solid #E0E0E0;
    border-radius: 9.56381px;
    background: transparent;

}

.recent-pad {
    margin: 0px 13px;
    display: flex;
    align-items: center;
    height: 44px;
}

.image-search-container {
    position: relative;
    margin-top: 12px;
    /* width: 281px; */
    /* height: 416px;  */
}

.text-search-overlay {
    position: absolute;
    top: 0px;
    width: 341.73px;
    height: 211px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.720) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: end;
    padding-bottom: 34px;
    padding-left: 38px;

}

.img-overlay {
    width: 341.73px;
    height: 211px;
}

.image-search-container {
    width: 341.73px;
    height: 211px;
    /* padding: 20px; */
}

.burg-over {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20.6413px;
    line-height: 25px;
    color: #F2F2F2;
    margin-bottom: 3.99px;
    margin-top: 15px;
}

.rate-over {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #F2F2F2;
}

.hed-ser {
    font-size: 22px;
}

.search-centerbg {
    background: url(../img/search-centerbg.png);
    background-position: right;
    background-position-y: 280px;
    background-size: 460px;
    background-repeat: no-repeat;
}

/* Search.php end */
/* abdul wahab */

/* plan-details.php end */
/* abdul wahab */
.plan-detailbg {
    background: url(../img/plan-detailsbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.plan-reg-out {
    font-size: 25px;
}

.line-plan {
    margin-top: 20px;
    border-bottom: 1px solid #000000;
}

.plan-detail-para {
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16.1px;
    line-height: 168%;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.6);
}

.button-plan-detail {
    background: #FF9B25;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    width: 120px;
    justify-content: center;
    margin-top: 40px;
    border: none;
    height: 50px;
    transition: background-color 0.3s ease-in-out;
}

.button-plan-detail:hover {
    background-color: rgb(136, 30, 9);
}

.div-wrap-plan {
    position: relative;

    margin-top: 20px;
    padding: 20px;
    background: rgba(250, 250, 250, 0.5);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    gap: 8px !important;
}

.div-wrap-plan::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    border: 1px solid transparent;
    background: linear-gradient(120deg, #000000 0%, #FF9B25 59%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.text-wrap-div {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    color: #212121;
}

.img-wrap-div {
    width: 80px;
    height: 80px
}

.divo-wrapi {
    border-right: 0.937992px solid #B6B6B6;
    width: 130px;
}

.linee {
    border: 0
}

.friesimg-plan-d {
    position: absolute;
    right: 0;
    top: 1400px;
    width: 340px;
}

.friesimg-bill {
    position: absolute;
    right: 0;
    top: 1120px;
    width: 300px;
}

/* plan-details.php end */
/* abdul wahab */


/* billing-details.php */
/* abdul wahab */

.bill-name-input {
    width: 100%;
    border: 1px solid #929292;
    /* background-color: #ffffff; */
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    color: #757575;
    padding: 15px;
}

.headerbg-bill {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.headerbg-bill img {
    width: 282.87px;
    height: 293.69px;
}

.textarea-bill {
    width: 100%;
    height: 147px;
    border: 1px solid #929292;
    background-color: #ffffff;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    color: #757575;
    padding: 15px;
}


.bill-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #535353;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.bill-check:checked {
    background: transparent;
    color: #111;
    border: 1px solid #000;
}

.bill-check:checked::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 10px;
    width: 8px;
    height: 14px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.bill-check3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background-color: #F3F3F3;
    border: 1px solid #FF9B25;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

/* Add checkmark when checked */
.bill-check3:checked {
    color: #111;
}

.bill-check3:checked::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 8px;
    height: 14px;
    border: solid #111;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


.bill-check2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #535353;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.bill-check2:checked {
    background-color: #007BFF;
}

.bill-check2:checked::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 8.7px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.bill-text-pay {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #4F4F4F;
}

.bill-coupon {
    font-size: 15px;
    color: #000000;
}

.budget-bill {
    font-size: 28px;
    color: #000000;
}

.budget-bottom {
    font-size: 16px;
    text-transform: lowercase;
    color: #000000;
}

.budget-bottom2 {
    font-size: 16px;
    width: 260px;
    text-transform: lowercase;
    color: #000000;
}

.paln-date {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.cost-bill {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.add-extra {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #452301;
}

.bill-pal {
    color: #000;
}

.headerbg-report {
    position: absolute;
    top: 0;
    left: 0;
}

.headerbg-report img {
    width: 98px;
    height: 185px;
}

.about-head-1 {
    font-weight: 600;
    font-size: 55px;
    color: #881E09;
}

.para-about {
    font-size: 15px;
    line-height: 28px;
    color: #2C2F24;
}

.para-about2 {
    font-size: 14px;
    line-height: 24px;
    color: #414536;
}

.para-about3 {
    font-size: 20px;
    color: #4D4D4D;
}

.bg-about-s3 {
    background-image: url(../img/about-ban2.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

.head-s2-about {
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: #000000;
}

.para-s2-about {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.play-btn {
    width: 60%
}

.saladimg-about {
    position: absolute;
    left: 0;
    top: 940px;
    width: 269px;
}

.div-count {
    height: 174px;
    background: #FFFFFF;
    border: 1px solid #DBDFD0;
    border-radius: 30px;
}

.count-counter {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #881E09;
}

.count-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #545454;
}

.about-head-3 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    text-transform: capitalize;
    color: #881E09;
}

/* contact page */

.img-con {
    position: relative;
    bottom: 120px;
}

.details-contact {
    background-color: #F4EBDC;
    padding: 0px;
}

.contact-det {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #2C2F24;
}

.contact-text {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #FF9B25;
}

.contact-text2 {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #FF9B25;
}

.contact-text3 {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #FF9B25;
}

.con-round {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #808080;
    border-radius: 22.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.para-con {
    font-size: 16px;
    color: #495460;
}

.lab-con {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2C2F24;
}

.send-btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #FFFFFF;
    width: 100%;
    height: 64px;
    background: #FF9B25;
    border-radius: 10px;
    border: none;
    justify-content: center;
}

.contact-name-input {
    width: 100%;
    border: 1px solid #DBDFD0;
    background-color: #ffffff;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    color: #737865;
    padding: 15px;
    font-weight: 700;
}

.textarea-bill-con {
    width: 100%;
    height: 147px;
    border: 1px solid #DBDFD0;
    background-color: #ffffff;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    color: #737865;
    padding: 15px;
    font-weight: 700;

}

/* contact page end*/

/* report.php abdul wahab */
.rep-head {
    font-size: 35px;
    text-transform: capitalize;
    color: #FF9B25;
}

.para-report {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}

/* report.php abdul wahab */


/* restaurant-detail.php abdul wahab */
.card-blog {
    width: 390px;
    background: rgba(255, 255, 255, 0.2);
    border: 1.3994px solid rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(9.7958px);
    border-radius: 34.985px;
    padding: 15px 20px 10px 20px;
}

.card-det-title {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
}

.card-yel-text {
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    text-transform: capitalize;
    color: #FFB020;
}

.main-img .img-det-card,
.main-img .img-det-card2 {
    height: 147px;
    border-radius: 27px;
}

.card-text-star {
    font-size: 22.3904px;
    text-transform: capitalize;
    color: #000000;
}

.listoo2 {
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: #000000;
    background: rgba(255, 155, 37, 0.29);
    border-radius: 14px;
    width: 120px;
    height: 30px;
}

.card-blog .btn-rest-detail-card {
    width: 100%;
}

.btn-rest-detail-card {
    height: 37px;
    background: #FF9B25;
    border-radius: 23px;
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 15px;
}

.card-blog:hover {
    background: linear-gradient(180deg, #FF9E36 0%, #995F20 186.52%), #FFFFFF;
    scale: 1.02;
}

.card-blog:hover .listoo2 {
    background-color: #ffffff;
    color: #000;
}

.card-blog:hover .btn-rest-detail-card {
    background-color: #ffffff;
    color: #000;
}

.card-blog:hover .card-yel-text {
    color: #ffffff;
}

.img-det-card2 {
    display: none;
}

.card-blog:hover .img-det-card {
    display: none;
}

.card-blog:hover .img-det-card2 {
    display: block;
}



.plansselect2 {
    background-color: #ffffff;
    outline: none;
    font-size: 16px;
    color: #757575;
    padding: 0px 20px;
    width: 150px;
    height: 50px;
    border: 0.945px solid rgba(17, 16, 16, 0.6);
    border-radius: 9.45px;

}

.form-select-det {
    background-image: url(../img/drop-icon.png);
    background-size: 8%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tex-det-p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
}

.row-car {
    margin-top: 50px
}

.img-overlay2 {
    width: 100% !important;
}

/* restaurant-detail.php end abdul wahab */

/* vendor page  */
.section-1-vend {
    position: relative;
    background-image: url(../img/pizza-s1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60% 100%;
    min-height: 100%;
}

.para-s1-vend {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #000000;
}

.btn-reg {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    background: #FF9B25;
    border-radius: 10px;
    border: none;
    width: 160px;
    height: 60px;
}

.Why-ven {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #212121;
    text-align: center;
}

.del-van {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #FF9B25;
}

.del-van-center {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    color: #FF9B25
}

.del-vanp {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.del-vanp-center {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.van-div {
    height: 201px;
    background: #FFFFFF;
    border: 1px solid #DBDFD0;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    margin: 10px;

}

.van-div:hover {
    /* height: 201px; */
    background: linear-gradient(180deg, #FF9E36 0%, #995F20 186.52%);
    border: 2px solid #000000;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 25px;
    box-shadow: 0px 147px 59px rgba(0, 0, 0, 0.01), 0px 83px 50px rgba(0, 0, 0, 0.05), 0px 37px 37px rgba(0, 0, 0, 0.09), 0px 9px 20px rgba(0, 0, 0, 0.1);
    margin: 10px;
    cursor: pointer;
}

.van-div:hover .del-van {
    color: #ffffff !important;
}

.van-div:hover .del-vanp {
    color: #ffffff !important;
}

.van-div:hover .del-van-center {
    color: #ffffff !important;
}

.van-div2 {
    height: 201px;
    background: linear-gradient(180deg, #FF9E36 0%, #995F20 186.52%);
    border: 2px solid #000000;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    box-shadow: 0px 147px 59px rgba(0, 0, 0, 0.01), 0px 83px 50px rgba(0, 0, 0, 0.05), 0px 37px 37px rgba(0, 0, 0, 0.09), 0px 9px 20px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.re-van {
    height: 400px;
}

.gg-van {
    background-image: url(../img/bg-ven.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.lab-van {
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.wid-ad {
    width: 30vw;
}

.para-van {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #000000;
    margin-top: 10px;
}

.saladimg-vand {
    position: absolute;
    left: 0;
    top: 450px;
    width: 340px;
}

.gap-bill {
    gap: 100px;
}

.friesimg-aboutus {
    position: absolute;
    right: 0;
    top: 600px;
    width: 290px;
}

.bbq-det {
    position: absolute;
    left: 0;
    top: 1350px;
    width: 250px;
}

.salad-det {
    position: absolute;
    right: 0;
    top: 1200px;
    width: 350px;
}

.ped-btn {
    padding: 12px;
}

.cal-modal {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    color: #000000;
    width: 80px;
    background: rgba(255, 155, 37, 0.29);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0px;
}

.modal-body {
    border-bottom: 1px solid #D8D8D8;
}

.btn-modal {
    width: 100%;
    height: 43px;
    background: #FF9B25;
    border-radius: 10px;
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    transition: background-color 0.3s ease-in-out;
}

.btn-modal:hover {
    background-color: rgb(136, 30, 9);
}

.modal-content {
    border-radius: 10px;
}

.modal-dialog {
    max-width: 650px;

}

.spanoo-modal {
    color: #191919;
    font-size: 15px;
}

.btn-close {
    --bs-btn-close-focus-shadow: 0 !important;
    opacity: 1;
}

/* vendor end */


/* info */
.user-info {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #3C4242;
}

.user-info-p {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #807D7E;
}

.user-div {
    width: 6px;
    height: 28px;
    background: #FF9B25;
    border-radius: 10px;
}

.img-inf-2 {
    display: none;
}

.con-det-inf {
    font-family: 'poppins';
    font-style: normal;
    /* font-weight: 600; */
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #3C4242;
}

.con-det-inf2 {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #3C4242;
}

.edit-btn-inf {
    width: 147px;
    height: 50px;
    background: #FF9B25;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-family: 'poppins';
    font-style: normal;
    font-size: 16px;
    margin-top: 12px;
}

.dietary {
    font-family: 'Poppins';
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 14px;
    color: #000000;
}

.avg-div {
    font-family: 'Poppins';
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 15px;
    color: #323232;
}

.charts {
    width: 300px !important;
    height: 200px !important
}

.div-add-inf {
    box-sizing: border-box;
    padding: 25px;
    width: 359px;
    border: 1.5px solid rgba(255, 155, 37, 0.5);
    border-radius: 10px;

}

.div-add-inf2 {
    box-sizing: border-box;
    padding: 25px;
    width: 400px;
    border: 1.5px solid rgba(255, 155, 37, 0.5);
    border-radius: 10px;

}

.add-tex {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #404040;
}

.rem-btn {
    border: none;
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #404040;
    background-color: transparent;
    padding-right: 10px;
    border-right: 1.5px solid #D9D9D9;
}

.input-info::placeholder {
    color: #3C4242;
}

.input-info::-ms-input-placeholder {
    color: #3C4242;
}

.input-info {
    width: 400px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #929292;
    border-radius: 6px;
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #3C4242;
    padding-left: 20px;
    padding-top: 3px;
    outline: none;
}

.Act-info {
    width: 176px;
    height: 55px;
    background: #F6EDE2;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #FF9B25;
    border: none;
    border-bottom: 3px solid #FF9B25;
}

.bod-inf {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.h-div {
    display: flex;
    justify-content: end;
    align-items: end;
    border-bottom: 3px solid #E3E3E3;
    width: 650px;
}

.comp-inf {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #3C4242;
    padding-bottom: 6px;
}

.inf-ord {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #E3E3E3;
}

.ord-details2 {
    padding-top: 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3C4242;
}

.ord-s2-b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #807D7E;
}

.ord-spn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #BEBCBD;
}

.one-meal {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #3C4242;
}

.total-ord {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #807D7E;
}

.mar-ord {
    padding-bottom: 18px;
}

.view-ord-det {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    border: none;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 122px;
    height: 44px;
    background: #FF9B25;
    border-radius: 8px;
}

.h-divv {
    width: 400px;
}

.padieo {
    padding-left: 60px;
}

.ord-no {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #3C4242;
}

.ord-no2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #807D7E;
}

.tot-ord-del {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #807D7E;
}

.tot-ord-del-span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #3C4242;
}

.h2-ord-det {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    color: #191919;
}

.f-riots {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: lowercase;
    color: #191919;
}

.contactban-img {
    height: 300px;
}

.plan-ord {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #191919;
    line-height: 36px;

}

.plan-spn {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #191919;
    text-align: start !important;
    padding-left: 30px;
    width: 100%;
    line-height: 36px;

}

.cost-div {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #191919;
}

canvas {
    width: 100%;
    height: 100%;
}

.hel-no {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    padding: 11px 100px 11px 25px;
    text-wrap: nowrap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #807D7E;
}

.active-link {
    border-bottom-left-radius: 0;
    color: #FF9B25;
    border-left: 2.5px solid transparent;
    border-left: 2.5px solid #FF9B25;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 8px;
    background: rgba(187, 110, 30, 0.1);
    color: #FF9B25 !important;
    display: flex;
    padding: 11px 100px 11px 25px;
    width: 280px;
}

.active-link .img-inf-2 {
    display: flex;
}

.active-link .img-inf-1 {
    display: none;
}

.mt-imggin {
    margin-top: 65px;
}

.headerbg-dash {
    position: absolute;
    top: 0;
    left: 0;
}

.headerbg-dash img {
    width: 125px;
    height: 220px;
}

.inter-bord-div {
    width: 100%;
    text-align: end
}

.radio-btn {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(79, 79, 79, 60%);
}

.saladimg-search {
    position: absolute;
    left: 0;
    top: 160px;
    width: 230px;
}

.z-index2 {
    z-index: -1;
}

.saladimg-rest-main {
    position: absolute;
    left: 0;
    top: 90px;
    width: 260px;
}

.btn-planselect {
    background-color: transparent;
    border: none;
    color: #ffffff;
}

.z-index {
    position: relative !important;
    z-index: 10 !important;
}

.saladimg-rest-main2 {
    position: absolute;
    left: 0;
    top: 115px;
    width: 220px;
}

.saladimg-rest-main3 {
    position: absolute;
    left: 0;
    top: 90px;
    width: 220px;
}

.friesimg-bill2 {
    position: absolute;
    right: 0;
    top: 205px;
    width: 238px;
}

.div-goggle-login {
    align-items: center;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 30px;
    background-color: transparent;
}

.Sign-gog {
    font-size: 16px;
}

.div-or {
    font-size: 17px;
}

.lighter-text {
    color: #ABB0BE;
}

.badge {
    background-color: #FF9E36;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    bottom: 12px;
    right: 5px;
}

.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: 30px;
    left: 0px;
    display: none;
    z-index: 999999999 !important;

    .shopping-cart-header {
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 15px;

        .shopping-cart-total {
            float: right;
        }
    }

    .shopping-cart-items {

        padding-top: 20px;
        padding-left: 0;

        li {
            margin-bottom: 18px;
        }

        img {
            float: left;
            margin-right: 12px;
        }

        .item-name {
            display: block;
            font-size: 16px;
        }

        .item-price {
            margin-right: 8px;
        }

    }

}

.shopping-cart-2 {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    top: 35px;
    left: 0px;
    display: none;
    z-index: 9999999999 !important;


    .shopping-cart-header {
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 15px;

        .shopping-cart-total {
            float: right;
        }
    }

    .shopping-cart-items {

        padding-top: 20px;
        padding-left: 0;

        li {
            margin-bottom: 18px;
        }

        img {
            float: left;
            margin-right: 12px;
        }

        .item-name {
            display: block;
            font-size: 16px;
        }

        .item-price {
            margin-right: 8px;
        }


    }

}


.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.button {
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 0px 0;
    background-color: #3E3E3E;
    border-radius: 2px;
    transition: background-color 0.5s ease-in-out;

    &:hover {
        background-color: rgb(136, 30, 9);
    }
}

.headericon-cart {
    width: 25px;
}

.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.img-cart-div {
    width: 70px;
    height: 55px;
}

.tab-button {
    height: 55px;
    font-size: 19px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #3C4242;
    padding-bottom: 6px;
    padding: 0px 20px;
}

.active-tab {
    height: 55px;
    background: #F6EDE2;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #FF9B25;
    border: none;
    border-bottom: 3px solid #FF9B25;
    border-radius: 0 !important;
}

.userinfodetail .nav-link {
    height: 55px;
    font-size: 19px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #3C4242;
    padding-bottom: 6px;
    padding: 0px 20px;
}

.userinfodetail .active {
    background: #F6EDE2;
    font-weight: 700;
    color: #FF9B25;
    border: none;
    border-bottom: 3px solid #FF9B25;
    border-radius: 0 !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.question {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.div-faq {
    border: 1px solid black;
    border-radius: 20px;
    margin-bottom: 20px;
    height: fit-content;
    padding: 8px;
}


.faq-head {
    color: rgb(136, 30, 9);

}


.chat-info-balloon {
    opacity: 0;
    pointer-events: none;
    transition: all .2s linear;
    position: absolute;
    bottom: -70px;
    right: -70px;
    z-index: -1;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    min-width: 320px;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #fff;
    transform: translate(-70px, -70px);

    img {
        width: 70px;
        height: 70px;
        display: inline-block;
        border-radius: 100%;
        border: 2px solid #F76C6C;
        float: left;
    }

    p {
        font-family: "Outfit", sans-serif;
        font-size: 13px;
        font-weight: bold;
        font-style: italic;
        line-height: 1em;
        margin: 10px 0;
    }

    input {
        border: 1px solid #dedede;
        border-radius: 4px;
        font-family: "Outfit", sans-serif;
        font-size: 13px;
        font-style: italic;
        padding: 10px 5px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        box-shadow: none;
        outline: none;
    }

    a {
        display: inline-block;
        text-align: center;
        background: #F76C6C;
        border-radius: 4px;
        color: #fff;
        font-family: Helvetica, Serif;
        text-decoration: none;
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        letter-spacing: 1px;
        float: right;
    }

    .message-form {
        overflow: hidden;
        margin: 0;
        box-sizing: border-box;
    }
}


.button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    z-index: 9999;
}

.customer-support {
    /* position: fixed; */

    button {
        display: inline-block;
        width: 70px;
        height: 70px;
        appearance: none;
        -webkit-appearance: none;
        border-radius: 100%;
        border: 2px solid #F76C6C;
        overflow: hidden;
        background: #ffffff;
        cursor: pointer;
        outline: none;
        position: relative;
        transition: all .4s ease;

        .fa-comments {
            font-size: 40px;
            color: rgb(136, 30, 9);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all .4s ease;
            opacity: 1;
        }

        .fa-times {
            font-size: 40px;
            color: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all .4s ease;
            opacity: 0;
        }

        .customer-sp-img {
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all .4s ease;
            opacity: 1;
        }

        &:hover {
            .fa-comments {
                opacity: 1;
            }

            img {
                opacity: 0.2;
            }
        }
    }

    &.is-show {
        button {
            background: #F76C6C;

            img {
                display: none;
            }

            .fa-comments {
                display: none;
            }

            .fa-times {
                opacity: 1;
            }
        }

        .chat-info-balloon {
            opacity: 1;
            pointer-events: all;
            transform: translate(-150px, -70px) !important;

            &.bottom-left {
                transform: translate(-70px, 140px) !important;
            }

            &.top-right {
                transform: translate(200px, -70px) !important;
            }

            &.bottom-right {
                transform: translate(200px, 140px) !important;
            }
        }
    }
}




/* order summary */

.order-summary {
    background-color: #fff;
    padding: 0px 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
}

.order-summary h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.order-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.order-item img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 15px;
    object-fit: cover;
}

.item-details h3 {
    margin: 0;
    color: #444;
}

.item-details p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.price {
    font-weight: bold;
    color: #e67e22;
}

.total h3 {
    text-align: right;
    margin-top: 20px;
    color: #333;
}

.confirm-btn {
    width: 100%;
    padding: 10px;
    background-color: #e67e22;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.confirm-btn:hover {
    background-color: #d35400;
}

.socialicons i {
    color: #212529;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.socialicons i:hover {
    color: rgb(136, 30, 9);
}





.testimonials {
    position: relative;
    padding: 50px 0;
}

.testimonials .title {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    text-transform: capitalize;
    color: #881E09;
    text-align: center;
}

.testimonials .title h5 {
    color: #EB6D2F;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -3px;
}

.testimonials .title h2 {
    color: #5A3733;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px;
    letter-spacing: -1px;
    margin: 0
}

.testimonials .title img {
    margin-top: -10px;
}

.testi {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 16px;
}

.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5A3733;
}

.testimonials .testi .item {
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
}

.testimonials .testi .item .profile {
    display: flex;
    padding-left: 15px;
}

.testimonials .testi .item .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover
}

.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px
}

.testimonials .testi .item .profile .information .stars i {
    color: #ffd832
}

.testimonials .testi .item .profile .information p {
    font-size: 24px;
    margin: 0px auto 0px;
    color: #5A3733;
    font-weight: 900;
    line-height: 1;
}

.testimonials .testi .item .profile .information span {
    color: #EB6D2F;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}

.testimonials .testi .item>p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: #5A3733;
    text-align: center;
}

.testimonials .testi .item .icon {
    text-align: center;
}

.testimonials .testi .item .icon i {
    font-size: 32px;
    color: #FFD832;
}


/* filter css start */

.filter-toggle-btn {
    margin: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

.filter-panel {
    background-color: white;
    padding: 12px;
    position: relative;
}


.filter-section h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #212121;
}

.filter-section label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #191919;
}

.apply-filters-btn {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    border: 1px solid #212529;
    background: #FF9B25;
    border-radius: 13px;
    border: none;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
}

.apply-filters-btn:hover {
    background: #1E1E1E;
}

.apply {
    background: #1E1E1E;
    width: 100%;
    color: #ffffff;
    border: 1px solid #1E1E1E;
    font-size: 17px;
    border-radius: 13px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.apply:hover {
    background: transparent;
    color: #1E1E1E;
}

.filteroption {
    background-color: #FF9B25;
    color: #ffffff;
    font-size: 16px;
    border-radius: 9px;
    padding: 8px 11px;
    font-weight: 500;
    border: none;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}



.price-input {
    width: 100%;
    display: flex;
    margin: 10px 0 35px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 100px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #FF9B25;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #FF9B25;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}




.filter-section input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #212529;
    /* Black border */
    background-color: transparent;
    /* No background */
    cursor: pointer;
    position: relative;
}

.filter-sectioninput[type="checkbox"]:checked {
    border-color: #212529;
}

.filter-section input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid #212529;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* filter css end */

.editbtn {
    border: none;
    background: none;
    font-size: 14px;
    color: #212529;
    text-decoration: underline;
}

.removebtn {
    border: none;
    background: none;
    font-size: 14px;
    color: red;
    text-decoration: underline;
}


/* loyalty program discount css start */
.promotions-section {
    padding: 20px 15px;
}

.promotions-section h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.promotion-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
}

.promotion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promotion-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;

}

.promotion-tag {
    font-size: 14px;
    color: #ffffff;
    background-color: #212121;
    padding: 5px 10px;
    border-radius: 5px;
}

.promotion-details {
    margin-top: 10px;
}

.promotion-details p {
    font-size: 16px;
    color: #555;
}

.promotion-expiry {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

.promotion-link {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    background-color: #FF9B25;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}


/* loyalty program discount css end */


/* live chat css start */
.live-chat-container {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 1000;
}

.live-chat-btn {
    background-color: #3E3E3E;
    color: white;
    border: none;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.live-chat-btn i {
    font-size: 26px;
}


.chat-box {
    display: none;
    background-color: white;
    border: 1px solid #ccc;
    padding: 0px 0px 20px;
    width: 300px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.chat-box.show {
    display: block;
}

.close-btn {
    border: none;
    background: transparent;
    font-size: 20px;
    color: #ffffff;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    background: #3e3e3e;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.chat-header i {
    font-size: 22px;
}

.chat-header h2 {
    font-size: 20px;
}

.chat-footer {
    display: flex;
    margin-top: 10px;
}

.chat-footer textarea {
    padding: 7px;
    outline: none;
    height: 220px;
    border-radius: 6px;
}

.chat-footer button {
    background-color: #3E3E3E;
    color: white;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
}

/* live chat css end */

.safetyimg {
    height: 115px;
    width: 90% !important;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
}

.wishlistsec {
    background: url(../img/whislist.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;
}

.wishlistsec h1 {
    font-size: 138px;
    color: #ffffff;
}

.whistlistsec1 h1 {
    font-size: 70px;
    font-weight: bold;
    color: #1E1E1E;
}

.wishbox1 {
    background-color: #ffffff;
    border-radius: 18.85px;
    padding: 24px 16px;
    border: 1px solid rgba(0, 0, 0, 20%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wishbox1 img {
    width: 250px;
    height: 120px;
}

.wishbox1 h4 {
    color: rgba(50, 50, 50, 50%);
    font-size: 15px;
}

.cartbutton {
    background-color: #FF9B25;
    border-radius: 10px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 161px;
    border: none;
    cursor: pointer;
}

/* feature css start */
.featurebox img {
    width: 325px !important;
    height: 325px !important;
    border-radius: 10px !important;
}

.featurebox h2 {
    text-align: center;
    font-size: 28px;
    color: #881E09;
    margin-top: 30px;
}

.owl-stage {
    display: flex;
}

.textrate {
    font-size: 17px;
}


.searchbox {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 9px;
    font-size: 16px;
    background-color: white;
    padding: 12px 20px 12px 40px;
    outline: none;
}

.searchicon {
    position: absolute;
    left: 17px;
    top: 16px;
}

.scroll {
    animation: scroll 40s linear infinite;
    animation-play-state: running;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
}

.scroll:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-150px * 14));
    }
}

.marqueebox1 {
    background-color: #212121;
    color: #ffffff;
    padding: 8px 20px;
}

.marqueebox1 button {
    background-color: #ffffff;
    border-radius: 100px;
    color: #1E1E1E;
    border: none;
    font-size: 15px;
    padding: 5px 10px;

}

.marqueebox1 h2 {
    font-size: 17px;
    font-weight: 600;
}

.marqueebox2 {
    background: linear-gradient(180deg, #FF9E36 40%, #b67127 100%);
    padding: 8px 20px;
}

.marqueebox2 h2 {
    font-size: 15px;
    color: #212529;
    font-weight: 600;
}

.marqueebox2 button {
    background-color: #ffffff;
    border-radius: 100px;
    color: #1E1E1E;
    border: none;
    font-size: 15px;
    padding: 5px 10px;
}

.marqueebox3 {
    background-color: #ffffff;
    color: #212121;
    padding: 8px 20px;
}

.marqueebox3 h2 {
    font-size: 15px;
    font-weight: 600;
}

.tiffinbox h1 {
    font-size: 50px;
    color: #212121;
}

.tiffinbox p {
    font-size: 18px;
    line-height: 26px;
    color: #2C2F24;
}

.mapimg {
    width: 100%;
    height: 400px;
    border-radius: 5px
}






.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-control {
    position: relative;
    border: none;
    padding: 0px 15px;
    margin: 20px 0px;
    background: transparent;

}

.input {
    border: 0;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: block;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    height: 50px;
    padding: 0px 25px;
    width: 100%;
}

.btns {
    background-color: #212529;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    padding: 0px 25px;
    position: absolute;
    top: 0;
    right: 10px;
}

.input:focus,
.btn:focus {
    outline: 0;
}


.reviewstarimg img {
    width: 40px;
    height: 40px;
}

.reviewboxstarimg img {
    width: 14px;
    height: 14px;
}

.reviewuserimg {
    width: 70px;
    height: 70px;
}

.reviewstartbox {
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 26px 15px;
}

.delstarimg {
    width: 18px !important;
    height: 18px !important;
}


.explore-more-food {
    padding: 50px 20px;
    text-align: center;
}

.section-heading {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    /* justify-items: center; */
}

.food-item {
    text-align: center;
}


.food-img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.food-title {
    font-size: 20px;
    color: #555;
    padding: 10px 0;
    margin: 0;
}

.savepaymentbox {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 9px 19px;
    border-radius: 9px;
}

.edit {
    border: none;
    background-color: #FF9B25;
    padding: 6px 18px;
    font-size: 15px;
    color: #fff;
    border-radius: 9px;
}

.delete {
    border: none;
    background-color: #FF9B25;
    padding: 6px 18px;
    font-size: 15px;
    color: #fff;
    border-radius: 9px;
}

.featuresec .owl-next {
    display: none;
}

.featuresec .owl-prev {
    display: none;
}

.featuresec .owl-dot {
    display: none;
}

.featuresec .owl-stage {
    align-items: flex-start;
}


/* percentage number css */

.percetagebox {
    position: absolute;
    top: 8px;
    left: 8px;
    display: none;
}

.percetagebox h3 {
    color: #FF9E36;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 3px solid transparent;
    animation: borderAnimation 2s forwards;
    transition: border-radius 1s ease-in-out;
}

.sec2box1:hover .percetagebox {
    display: block;
}

@keyframes borderAnimation {
    0% {
        border-color: transparent;
    }

    100% {
        border-color: #FF9E36;
        border-width: 3px;
    }
}

.infoicon {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}

.mealsbanner {
    background: url(../img/mealsbanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
}

.mealsbanner h1 {
    font-size: 98px;
    color: #ffffff;
}


/* restinfopage */

.restinfopage {
    background: url(../img/rest-infobanner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 739px;
    padding: 50px 0px;
}

.infologo {
    width: 200px;
    height: 200px;
}

.infotext h2 {
    font-size: 36px;
}

.infotext h1 {
    font-size: 60px;
    text-transform: capitalize !important;
}

.infoaboutimg {
    width: 100%;
    height: 620px;
}

.infotext h3 {
    line-height: 26px;
}

.infoimg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    overflow: hidden;
}

.infoimg img {
    width: 526px;
    height: 310px;
}

.order-det {
    height: 210px;
}


.cart-container {
    /* border: 1px solid #ccc; */
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

table {
    width: 100%;
    border-collapse: collapse;
}

.cart-container table th {
    font-size: 25px;
}

.cart-container table th,
td {
    text-align: left;
    padding: 15px;
    text-wrap: nowrap;

}

thead th {
    /* background-color: #fff; */
    border-bottom: 2px solid #ccc;
}

tbody tr {
    border: 1px solid #D9D9D9;
}

.product-info {
    display: flex;
    align-items: center;
}

.product-info img {
    width: 124px;
    height: 112px;
    margin-right: 15px;
}

.quantity-btn1 {
    width: 28px;
    height: 29px;
    border: none;
    background-color: #D9D9D9;
    color: #000000;
    border-radius: 10px;
    font-size: 16px;
}

.quantity-btn1 img {
    width: 12px;
    height: 12px;
}

.quantity-btn2 img {
    width: 12px;
    height: 12px;
}

.quantity-btn2 {
    width: 28px;
    height: 29px;
    color: #000000;
    border: none;
    background-color: #FF9B25;
    border-radius: 10px;
    font-size: 16px;
}

.quantity-input {
    width: 30px;
    font-size: 22px;
    text-align: center;
    border: none;
    outline: none;
}

.product-info h4 {
    color: #000000;
    font-size: 23px;
}

.product-info p {
    font-size: 22px;
    color: #000000;
}

.amount {
    font-size: 22px;
    color: #000000 !important;
}


.searchselect {
    height: 42px;
    background-color: #F3F3F3;
    border-radius: 11px;
    border: none;
    padding: 0px 20px;
}


.updatebtn {
    width: 100%;
    border-radius: 5px;
    background-color: #FF9B25;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    border: none;
}


.trans-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;

}

.trans-table table {
    width: 100%;
    border-radius: 10px;
    border-collapse: collapse;
}

.trans-table table tr th {
    font-size: 17px;
    color: #000000 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FF9B25;
    padding: 12px 14px;
    text-align: left;
    text-wrap: nowrap;
}

/* Table body styling */
.trans-table table tr td {
    font-size: 17px;
    color: rgba(0, 0, 0, 50%);
    padding: 15px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.trans-table h4 {
    font-size: 17px;
    margin: 0;
    color: rgba(0, 0, 0, 50%);
}

.overflow-x-scroll::-webkit-scrollbar {
    display: none;
}

.addressbox {
    width: 206px;
    height: 100%;
    border: 1px solid rgba(17, 16, 16, 60%);
    border-radius: 9.45px;
    padding: 8px;
    cursor: pointer;
}

.checkaddressimg {
    width: 37px;
    height: 37px;
    /* position: absolute;
    top: 5px;
    left: 5px; */
}

.addressbox h2 {
    font-size: 17px;
    color: rgba(83, 83, 83, 80%);
}

.deleteadd {
    height: 50px;
    width: 100%;
    background: transparent;
    border: 1px solid #FF9B25;
    color: #FF9B25;
    border-radius: 10px;
}

.deletebtn {
    background-color: #212529;
    color: #ffffff;
    height: 34px;
    border: none;
    width: 40%;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.textareamsg {
    height: 366px;
    border-radius: 20px;
    background-color: #FFFBF6;
    width: 100%;
    padding: 14px;
    color: #3C4242;
    opacity: 0.5;
    letter-spacing: 2%;
    line-height: 33.5px;
    font-size: 18px;
    font-style: italic;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.supportbox {
    height: 966px;
    overflow-y: scroll;
    white-space: nowrap;
}

.uploadbtn {
    width: 100%;
    height: 148px;
    border: 2px dashed #FF9B25;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 18px;
    border-radius: 20px;
}

.supportbox p {
    background-color: #FFFBF6;
    border-radius: 20px;
    text-wrap: wrap;
    padding: 13px 20px;
    line-height: 31.5px;
    letter-spacing: 2%;
    font-size: 18px;
    color: #3C4242;
}

.bugbtn {
    background-color: #007BFF;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    padding: 5px 13px;
    font-weight: 500;
}

.detailbtn {
    background-color: #007BFF;
    border: none;
    border-radius: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    padding: 5px 13px;
    font-weight: 500;
    width: fit-content;
}

.markbtn {
    background-color: #7bb13c;
    border: none;
    border-radius: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    padding: 5px 13px;
    font-weight: 500;
    width: fit-content;
    margin-top: 10px;
}

.supporttr th {
    font-size: 20px !important;
}

.for-scrolling {
    height: 450px;
    overflow: auto;
}

.customShadow2 .card-body {
    font-size: 15px !important;
}

.submit {
    background-color: #212121;
    color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
}

.supportmsg {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 40px;
    padding-left: 9px;
    font-size: 15px;
    border-radius: 9px;
}

.customShadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}


.addsupportdropdown {
    height: 45px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 13px;
    color: #212529;
    font-size: 16px;
}

.addsupporttextarea {
    font-size: 16px;
    height: 175px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 13px;
    color: #212529;
}


.infodash_box {
    border: 1px solid rgb(62, 62, 62);
    border-radius: 6px;
    /* width: 250px; */
    padding: 10px 11px;
}

.dailyimg {
    width: 100%;
    height: 100%;
}

.scrollcat {
    height: 30px;
    overflow-x: scroll;
    display: flex;
    gap: 10px;
    width: 735px;
    flex-wrap: nowrap;
    text-wrap: nowrap;
}

.scrollcat::-webkit-scrollbar {
    display: none;
}



.deliveryhead {
    font-size: 22px;
}


.planshead {
    font-size: 14px;
}



.nav-link h3 {
    font-size: 16px;
}



.headeractive h3 {
    color: #ff9b25 !important;
}