@font-face {
    src: url('../../font/Synonym.ttf');
    font-family: 'Synonym';
}

@font-face {
    src: url('../../font/Lexend-Regular.ttf');
    font-family: 'Lexend-regular';
}

@font-face {
    src: url('../../font/Archivo-Regular.ttf');
    font-family: 'Archivo-regular';
}

@font-face {
    src: url('../../font/Archivo-SemiBold.ttf');
    font-family: 'Archivo-semibold';
}

@font-face {
    src: url('../../font/Poppins-Regular.ttf');
    font-family: 'Poppins-regular';
}

@font-face {
    src: url('../../font/Poppins-SemiBold.ttf');
    font-family: 'Poppins-SemiBold';
}

@font-face {
    src: url('../../font/Poppins-Medium.ttf');
    font-family: 'Poppins-Medium';
}

@font-face {
    src: url('../../font/Poppins-Light.ttf');
    font-family: 'Poppins-Light';
}

@font-face {
    src: url('../../font/Poppins-Bold.ttf');
    font-family: 'Poppins-bold';
}

@font-face {
    src: url('../../font/Inter-Bold.ttf');
    font-family: 'Inter-Bold';
}

@font-face {
    src: url('../../font/Inter-SemiBold.ttf');
    font-family: 'Inter-SemiBold';
}

@font-face {
    src: url('../../font/Inter-Light.ttf');
    font-family: 'Inter-Light';
}

@font-face {
    src: url('../../font/Inter-Regular.ttf');
    font-family: 'Inter-regular';
}

@font-face {
    src: url('../../font/Gilroy-Regular.ttf');
    font-family: 'Gilroy-regular';
}

@font-face {
    src: url('../../font/Gilroy-Medium.ttf');
    font-family: 'Gilroy-Medium';
}

@font-face {
    src: url('../../font/Gilroy-Bold.ttf');
    font-family: 'Gilroy-bold';
}

@font-face {
    src: url('../../font/gilroy-extra-bold.ttf');
    font-family: 'Gilroy-extra-bold';
}

@font-face {
    src: url('../../font/gilroy-semibold.ttf');
    font-family: 'Gilroy-semibold';
}

html {
    width: 100%;
}

body {
    color: #000;
    background: #fff;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p,
li {
    font-size: 16px;
    line-height: 35px;
    overflow-wrap: break-word;
}

a,
a:hover {
    font-size: 16px;
    text-decoration: none;
    color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: normal;
}



p.sub_text {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #544E5F;
    font-family: 'Gilroy-Medium';
}

.row {
    align-items: center;
}

section {
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
}

img {
    width: 100%;
}


.sub_title {
    color: #FC6C00;
    font-family: 'Gilroy-bold';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sub_heading {
    font-family: 'Gilroy-extra-bold';
    margin: 10px 0;
}


/* button */
.custom-btn {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    background: #FFFFFF;
    font-family: 'Gilroy-extra-bold';
    color: #FC6C00;
    border: none;
    z-index: 1;
    padding: 13px 30px;
}

.custom-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #FC6C00;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 64px 0px #0000001A;
}

.custom-btn:hover {
    color: #fff;
    padding: 13px 30px;

}

.custom-btn:hover:after {
    left: 0;
    width: 100%;
}

.custom-btn i {
    margin-top: 5px;
}

/* breadcrmb */

.brdcrmb {
    width: 100%;
    float: left;
}

.brdcrmb ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.brdcrmb li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    font-size: 1rem;
    font-family: 'Gilroy-semibold';
}

.brdcrmb li a {
    color: #000;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    text-decoration: underline;
}

.brdcrmb .brdcrm_blistin:after {
    position: absolute;
    content: '/';
    right: -5px;
    color: #000;
    font-size: 18px;
    font-family: 'Gilroy-semibold';
    top: 5%;
}

.brdcrmb .brdcrm_blistin:last-child {
    position: unset;
}

.brdcrmb .brdcrm_blistin:last-child a {
    text-decoration: none;
}

.brdcrmb li:last-child a,
.brdcrmb .brdcrm_blistin_2 a {
    pointer-events: none;
    color: #000;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
}

.brdcrmb .brdcrm_blistin:last-child:after {
    display: none;
}

/* button 2 */

/* Navigation */
.cater-header nav {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    background-color: #FA6A00;
    padding: 15px 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: auto;
}

.cater-header nav .logo {
    width: 150px;
    height: auto;
}


.cater-header nav .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    width: 80%;
    gap: 8%;
}

.cater-header nav .links li {
    list-style: none;
}

.cater-header .links .sing_up a,
.cater-header .links button.sing_up {
    border: 2px solid #fff !important;
    border-radius: 100px;
    padding: 5px 35px;
    margin: 0;
    margin-right: 15px;
    border: 0;
    font-size: 18px;
    color: #fff;
    background: transparent;
    font-family: 'Gilroy-semibold';
}

.cater-header .sing_up a {
    font-family: 'Gilroy-semibold' !important;
}

.cater-header .links .login_btn a,
.cater-header .links button.login_btn {
    background: #fff;
    border-radius: 100px;
    color: #FC6C00;
    font-size: 18px;
    padding: 8px 22px;
    border: 0 !important;
    margin: 0;
    font-family: 'Gilroy-semibold';
}

.cater-header nav .login_btn a {
    color: #FC6C00 !important;
    font-family: 'Gilroy-semibold' !important;
}

/* Underline Effect Only for Text Links */
.cater-header nav .links a:not(:has(img)) {
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-family: 'Gilroy-bold'
}

/* Hover Effect for Text Links */
.cater-header nav .links a i {
    font-size: 35px;
    margin-top: 6px;
}

.cater-header .dropdown-parent {
    position: relative;
}

.cater-header nav .links .after_login {
    display: flex;
    gap: 50px;
    align-items: center;
    width: 0%;
    justify-content: center;
}

.cater-header .dropdown-parent span::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-weight: 900;
    right: -20px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
}

.cater-header .dropdown-parent:hover span::before {
    transform: rotate(180deg);
    top: -15%;
}

cater-header nav .links a span {
    position: relative;
}

.cater-header .dropdown-parent .dropdown a::after {
    display: none;
}

.cater-header nav .links a img {
    width: 35px;
    height: 35px;
}

.cater-header .links li {
    position: relative;
    margin: 0 13px;
}

.cater-header .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
}

.cater-header .dropdown a {
    color: #000 !important;
}

.cater-header .dropdown-parent:hover .dropdown {
    display: block;
}

.cater-header nav .links a span {
    position: relative;
}

/* Mobile specific styles */
.cater-header #nav-toggle {
    display: none;
}

.cater-header nav .icon-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.cater-header nav .icon-burger .line {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 3px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

.cater-header nav .links li.header-btn a {
    background: #00B1AF;
    border-radius: 3px;
    padding: 2px 18px;
    font-size: 18px;
    color: #fff;
}

header.cater-header {
    height: 65px;
}

/* footer */
footer.cater_footer {
    float: left;
    width: 100%;
    background: #000;
    padding: 50px 0;
}

.copy-ryt p {
    padding: 15px;
    color: #fff;
    font-family: 'Inter-regular';
}

.news-letter p {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-mainsec {
    color: #fff;
    width: 90%;
    margin: auto;
}

.footer-inrmain {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: start;
}

.footer-inrdiv p {
    padding: 5px 0;
    font-size: 18px;
    font-family: 'Inter-regular';
    line-height: 26px;
}

.social-icon {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 15px;
}

.social-icon i {
    font-size: 20px;
}


.footer-inrdiv h4 {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Inter-SemiBold';
}

.footer-inrdiv .location h5 {
    font-size: 18px;
    font-family: 'Inter-regular';
}

.footer-inrdiv p a {
    font-family: 'Inter-regular';
    font-size: 15px;
    text-transform: capitalize;
}

.cater_footer .copy-ryt {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #C1C7CD;
    margin-top: 50px;
}


.foot_subscribe img {
    width: 12%;
}

/* .cater-header nav .mobile_headline.login_head {
    width: 15%;
} */


.cater-header .mobile_headline .dropdown-parent ul.dropdown a {
    font-family: 'Gilroy-bold';
}

.cater_footer .foot_subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #C1C7CD;
    margin-bottom: 50px;
}

.subscribe_form {
    width: 40%;
}

.foot_subscribe form.form-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.subscribe_form .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    padding: 0 10px;
    width: 100%;
    border-radius: 3px 0 0 3px;
}

.subscribe_form .form-group input {
    border: 0;
    box-shadow: unset;
    padding: 10px 0;
    font-family: 'Poppins-regular';
    font-size: 16px;
}

.subscribe_form button {
    background: #FA6A00;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    font-family: 'Archivo-semibold';
    border-radius: 0 3px 3px 0;
}

.subscribe_form button:hover {
    position: absolute;
    width: 100%;
    background: #fff;
    color: #FC6C00;
    border: 3px solid #FC6C00;
    border-radius: 3px;
}

.cater-header .mobile_headline .after_login {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cater-header nav .mobile_headline {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
}

.mobile_headline .user_btn i {
    font-size: 33px;
    color: #fff;
}

.mobile_headline .after_login p img {
    width: 38px;
    height: 38px;
}

/* Main Section Start */

/* Home Page */
/* Banner Section */
section.banner-section {
    background-image: url(../image/banner_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0 150px;
    overflow: hidden;
}

section.banner-section::before {
    background-image: url(../image/banner-main.png);
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 101%;
    height: 100%;
    bottom: -1rem;
    right: -2px;
    background-position: bottom;
}



.banner-section .banner_main {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 1;
}

section.banner-section h1 {
    text-align: center;
    font-family: 'Gilroy-bold';
    text-transform: capitalize;
    width: 80%;
    margin: auto
}

.banner-section .specify_content {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
    justify-content: space-between;
}

.banner_subscribe {
    width: 65%;
    margin: auto;
}



.banner_subscribe form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.banner_subscribe .form-group {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px 15px;
    color: #000;
    gap: 10px;
    width: 100%;
    border-radius: 8px 0 0 8px;
}

.banner_subscribe .form-group i {
    color: #1B9E45;
    font-size: 25px;
}

.banner_subscribe button {
    background: #1B9E45;
    border: 0;
    border-radius: 0;
    padding: 14px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.banner_subscribe button i {
    font-size: 16px;
}

.banner_subscribe button:hover {
    background: #1B9E45;
}

.banner_subscribe .form-group input {
    box-shadow: unset;
    border: 0;
    padding: 10px 0;
    font-family: 'Gilroy-regular';
    letter-spacing: 1px;
}

.specify_content p {
    position: relative;
    padding-bottom: 30px;
    font-size: 17px;
    font-family: 'Gilroy-semibold';
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specify_content>div {
    width: 50%;
}

.specify_content p img {
    width: 12%;
    padding-right: 10px;
}

/* Buffer */
section.buffeer_sec {
    background: #F2F4F7;
    padding: 40px 0;
}

.buffer_main img {
    width: 55%;
}

.buffer_main .buffer-self {
    text-align: center;
}

.buffer_main .buffer-innr {
    display: flex;
    align-items: center;
}

.buffer_main .buffer-cont h6 {
    color: #114423;
    font-family: 'Gilroy-bold';
}

.buffer_main .buffer-cont p {
    color: #114423;
    font-family: 'Gilroy-semibold';
    font-size: 14px;
    margin-top: 5px;
}

/* Services */

section.greet_meet {
    background: #FBF9F3;
    padding: 60px 0;
    overflow: hidden;
}

section.greet_meet::after {
    content: '';
    position: absolute;
    background-image: url(../image/secbg-leftbottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 300px;
    bottom: 0;
    left: -5%;

}

section.greet_meet::before {
    content: '';
    position: absolute;
    background-image: url(../image/secbg-rytbottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 300px;
    bottom: 0;
    right: 0%;

}

section.greet_meet .container::after {
    content: '';
    position: absolute;
    background-image: url(../image/secbg-lefttop.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 300px;
    top: -5%;
    left: 0%;
    left: 0%;
}

section.greet_meet .container::before {
    content: '';
    position: absolute;
    background-image: url(../image/secbg-rytop.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 300px;
    top: -7%;
    right: 0;

}

.meet_heading p {
    font-family: 'Gilroy-bold';
    font-size: 16px;
    color: #544E5F;
    width: 75%;
    line-height: 25px;
    margin: auto;
}

.greet_meet .parties_innr {
    position: relative;
    margin-bottom: 30px;
}

.parties_innr .parties_moment {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 10%;
    color: #fff;
    padding: 0 15px;
}

.greet_meet .parties_main {
    margin: 30px 0 0;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.parties_moment h3 {
    font-family: 'Gilroy-extra-bold';
    font-size: 28px;
    margin-bottom: 30px;
}

.parties_moment a {
    border-radius: 100px;
    font-size: 15px;
    padding: 13px 35px;
    overflow: hidden;
}

.parties_moment a:after {
    border-radius: 100px;
    font-size: 15px;
}

.caters_img img {
    width: 95%;
}

.read_more a {
    background: #FA6A00;
    color: #fff;
    font-size: 15px;
    font-family: 'Archivo-semibold';
    padding: 17px 50px;
    border-radius: 7px;
}

/* Heart Feast */

section.heart_feast {
    background: #FFF2E8;
    padding: 80px 0;
}

.feast_img img {
    width: 90%;
}

.heart_feast .feast_img {
    text-align: right;
}

/* Why Choose */
section.why_choose {
    background: #FBF9F3;
    overflow: hidden;
    padding: 80px 0;
}

section.why_choose::before {
    content: '';
    position: absolute;
    background-image: url(../image/secbg-rytop.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 300px;
    top: -10%;
    right: 0%;
}

section.why_choose::after {
    content: '';
    position: absolute;
    background-image: url(../image/secbg-leftbottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 300px;
    bottom: -0%;
    left: -4%;
}

.why_choose .choose_main {
    position: relative;
    z-index: 1;
}


.choose_cont .vision_main {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.vision_main .our_vision {
    display: flex;
    align-items: center;
}

.vision_main .our_number {
    background: #FBDBC0;
    color: #FA6A00;
    font-size: 20px;
    font-family: 'Inter-SemiBold';
    padding: 20px;
    border-radius: 100px;
}

.misson_cont h6 {
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    line-height: 140%;
}

.misson_cont p {
    font-family: 'Inter-regular';
    font-size: 14px;
    line-height: 140%;
}

.our_vision .misson_cont {
    padding: 18px;
}

.counter-number .counter-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.why_choose .counter-number {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-top: 50px;
}

.counter-item .counter-innr {
    width: 25%;
}

.counter-item .element-number span {
    font-family: 'Gilroy-extra-bold';
    font-size: 55px;
    line-height: 69px;
    color: #282828;
}

.counter-item .counter-innr p {
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    margin-top: 10px;
    color: #282828;
}

/* client Testmonial */

section.customer_review {
    background-image: url(../image/customer_bg.png);
    background-color: #FC7C1C;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-position: bottom;
}

.customer_title h2 {
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 30px;
}

.customer_title h2 span {
    font-family: 'Poppins-bold';
}

.clients-carousel .client_profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.customer_main.row {
    align-items: start;
    position: relative;
    z-index: 1;
}

.clients-carousel .item p {
    font-family: 'Synonym';
    font-size: 17px;
}

.clients-carousel .client_review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 30px;
}

.client_star i {
    font-size: 25px;
    color: #FFCB2B;
}

.client_review img {
    width: 45px !important;
}

.client_profile img {
    width: 25% !important;
}

.client_profile .client_cusomer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client_profile .tick {
    width: 8% !important;
}

.client_cusomer h4 {
    font-family: 'Synonym';
    font-size: 22px;
}

.client_cusomer h6 {
    font-family: 'Synonym';
    font-size: 16px;
}

.clients-carousel .item {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    min-height: 400px;
    height: 400px;
    overflow-y: auto;

}

.clients-carousel .item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.clients-carousel .item::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.clients-carousel .item::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 1px solid #FA6A00;
}

.clients-carousel .owl-nav {
    position: absolute;
    left: -25rem;
    bottom: 10%;
}

.clients-carousel button.owl-next {
    margin-left: 50px !important;
}

.clients-carousel .owl-dots {
    display: none;
}

.clients-carousel .owl-dot.active span {
    background: #fff !important;
}

.clients-carousel .owl-dot span {
    background: #000 !important;
}


.clients-carousel .owl-dot span {
    width: 13px !important;
    height: 13px !important;
}

.clients-carousel button i {
    background: #FFFFFF;
    color: #FC7C1C;
    padding: 15px 17px;
    border-radius: 100px;
    font-size: 22px;
}

.clients-carousel .owl-nav button:hover {
    background: transparent !important;
}

.clients-carousel .owl-nav .disabled {
    opacity: 1;
}

.clients-carousel .owl-nav .disabled i {
    background: #D45B00;
    color: #fff;
}

/* contact us */
.contact-form .form_main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-form .form-group,
.form-group select {
    width: 100%;
}

.form-select:focus,
.form-control:focus {
    box-shadow: unset;
    border-color: transparent;
    border-bottom: 1px solid #8D8D8D;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 0;
    border-bottom: 1px solid #8D8D8D;
    border-radius: 0;
    width: 100%;
    padding: 15px 5px;
    font-family: 'Lexend-regular';
}

.contact_form p {
    font-family: 'Inter-regular';
    font-size: 18px;
    line-height: 40px;
    color: #091E29;
    margin-top: 20px;
}

.contact_form h2 {
    font-size: 50px;
    line-height: 45px;
    color: #000;
    font-family: 'Inter-Bold';
}

.contact-form .form-group {
    margin: 30px 0 10px;
}

.form-group label {
    color: #8D8D8D;
    font-family: 'Inter-regular';
    font-size: 15px;
    line-height: normal;
}


.contact-form .enquiry-brn button {
    background: #FA6A00;
    color: #fff;
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    padding: 14px 39px;
    border-radius: 7px;
    border: 1px solid #FA6A00;
}

.contact-form .enquiry-brn button:hover {
    color: #FA6A00;
    border: 1px solid #FA6A00;
}

.contact-form .enquiry-brn button:after {
    background-color: #fff;
    border-radius: 7px;
}

.contact_map iframe {
    width: 90%;
    height: 500px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.contact_sec .contact_main {
    box-shadow: 4px 4px 49px 33px #0000000D;
    border-radius: 10px;
    padding: 70px 50px;
    position: relative;
    overflow: hidden;
}

.contact_main::before {
    content: '';
    background: #FC6C00;
    position: absolute;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
}

/* listing page */
.service_main .head_pickup {
    padding: 20px 10px 10px;
    background: #FFF3EB;
}

.pickup_main .picbtn {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 25%;
}

.pickup_main .picbtn-link {
    border: 1px solid #FA6A00;
    background: #fff;
    color: #FC6C00;
    font-family: 'Gilroy-semibold';
    padding: 10px 0px;
    border-radius: 100px;
    width: 50%;
    text-align: center;
    font-size: 16px
}

.picbtn-link.active {
    color: #fff;
    background: #FA6A00;
}

.head_pickup .pickup_main {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pickup_main .deliver_form {
    width: 75%;
    margin-top: -10px;
}

.modal-header {
    border: 0;
}

/* top form */
.head_pickup .event_edit {
    display: none;
}

.head_pickup .event_edit h3 {
    font-family: 'Gilroy-semibold';
    letter-spacing: 0.5px;
    font-size: 18px;
}

.head_pickup .event_edit button {
    font-family: 'Gilroy-semibold';
    font-size: 14px;
    padding: 5px 10px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid;
}

.deliver_form form {
    display: flex;
    align-items: end;
    gap: 10px;
}

.deliver_form .form-group input {
    width: 100%;
    color: #000;
    font-size: 16px;
}

.deliver_form .form-group input::placeholder {
    color: #000;
}

.deliver_form .form-group {
    width: 20%;
}

.form-group.delivery-time {
    width: 15%;
}

.form-group.head-count {
    width: 30%;
}

/* list main */
.cater-header .search_list {
    width: 30%;
}

nav form.search_form {
    background: #fff;
    padding: 2px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.search_form input.searchTerm {
    border: 0;
    font-size: 14px;
    padding: 5px 0;
    color: #000;
    font-family: 'Gilroy-semibold';
    width: 90%;
    margin-left: 10px;
}

.search_form input.searchTerm:focus-visible {
    outline: unset;
}

.search_list button.searchButton {
    background: transparent;
    border: 0;
    padding: 0;
    border-left: 1px solid;
    padding-left: 10px;
    color: #000;
}

.search_list input.searchTerm {
    margin-left: 0;
}

.service_lft h3 {
    font-family: 'Gilroy-bold';
    margin-bottom: 30px;
}

.service_listing .service_lft {
    width: 25%;
    padding-right: 20px;
    border-right: 1px solid #CCCCCC;
    margin-right: 30px;
}

.service_listing .servryt_content {
    width: 75%;
}

.service_main .filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.service_main .service_type {
    justify-content: space-around;
}

.service_main .filter-btn {
    padding: 20px 10px;
    border: none;
    border-radius: 10px;
    background: #eee;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.service_main .filter-btn.active {
    background: #FC6C00;
    color: white;
}

.service_main form .filter-btn option {
    text-align: left;
}

.service_main form .filter-btn {
    width: 150px;
}

.service_main .service_collection {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.service_main .card {
    width: 31%;
    border: 0;
    margin-bottom: 30px;
    position: relative;
}

.service_main .card img {
    border-radius: 12px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.service_collection .collect_detial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
}


.service_collection h4 {
    font-family: 'Poppins-Medium';
    font-size: 18px;
}


.service_collection h6 {
    font-family: 'Poppins-Light';
    font-style: italic;
    font-size: 15px;
    color: #1E1E1E;
}

.collt_title span i {
    color: #FC6C00;
    font-size: 25px;
}

.service_collection p {
    font-family: 'Poppins-Light';
    font-size: 12px;
    color: #1E1E1E;
}

.service_collection p i {
    color: #FFC831;
    margin-right: 10px;
    font-size: 18px;
}

.service_collection .food_style {
    position: absolute;
    top: 1%;
    left: 1.5%;
    background: #ffffffc4;
    font-family: 'Poppins-regular';
    font-size: 16px;
    text-align: center;
    color: #FC6C00;
    padding: 3px 10px;
    border-radius: 8px 0 8px 0;
}

section.service_main .service_listing {
    display: flex;
    padding: 30px 0 50px;
}

section.service_main {

    padding: 0;
}

.service_bffr button {
    width: 46%;
}

.service_bffr img {
    width: 40%;
}

.service_main .filter-btn p {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Gilroy-semibold';
}

.service_main .service_type button {
    width: 47%;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    text-transform: capitalize;
}

.service_type button i {
    margin-top: 3px;
    display: none;
}

.service_type .filter-btn.active i {
    display: block;
}

.service_type .filter-btn.active {
    background: #FFEBDB;
    border: 1px solid #FC6C00;
    color: #FC6C00;
}

.service_lft.filters h5 {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    padding: 20px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin: 20px 0;
}

.service_main .service_cusion button {
    width: 30%;
    padding: 10px;
}

.service_cusion button img {
    width: 40px;
    height: 40px;
}

.service_cusion span {
    font-size: 11px;
    line-height: normal;
    font-family: 'Gilroy-Medium';
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    width: 100%;
}

.service_main .filter-badge {
    display: inline-block;
    background: #eee;
    color: #333;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    border-radius: 3px;
    font-size: 14px;
    position: relative;
}

.service_main .add_removefilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -10px;
}

.service_main div.appliedFiltersContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service_main .filter-badge .remove {
    margin-left: 8px;
    color: red;
    cursor: pointer;
}

.service_lft.filters h4 {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
}

.service_main #clearFilters {
    padding: 10px;
    border: none;
    cursor: pointer;
    background: transparent;
    text-decoration: underline;
}

.service_lft .filters_title h3 {
    font-family: 'Gilroy-Medium';
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin: 30px 0 10px;
}

.deliver_form .head-count {
    display: flex;
    gap: 5px;
}

/* pagination */

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 5rem;
    flex-wrap: wrap;
}

.pagination-wrapper .pag-btn {
    background: #eee;
    border: none;
    padding: 7px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.pagination-wrapper .pag-info input {
    text-align: center;
    font-size: 16px;
    border: none;
    font-family: 'Poppins-regular';
    padding: 8px;
    width: 45px;
    border-radius: 5px;
    background: #fa6a0014;
    color: #FA6A00;
}

.servryt_content #totalPages {
    font-family: 'Poppins-regular';
}

.pagination-wrapper button.main_nexbtn {
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Poppins-regular';
}

.servryt_content .pagination-wrapper .pag-info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: right;
    width: 100%;
    font-family: 'Poppins-regular';
    justify-content: center;
}

.pagination-wrapper .pagination_next {
    width: 100%;
    text-align: center;
    display: none;
}

.servryt_content .listing_title {
    display: flex;
    align-items: center;
    padding: 20px 0 10px;
    gap: 10px;
    width: 100%;
}

.servryt_content .listing_title span {
    width: 50px;
    border-bottom: 2px solid;
    margin-top: 10px;
}

.listing_title h1.top_head span {
    border: 0;
}

.listing_title h1 {
    font-family: 'Gilroy-semibold';
    letter-spacing: 0.5px;
    font-size: 35px;
    text-transform: capitalize;
}

.listing_title p {
    margin-top: 10px;
    font-family: 'Gilroy-Medium';
    font-size: 14px;
}

.category_main .filter-btn {
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    padding: 8px 30px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid;
}

.category_main .category_innr {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 65%;
}

.menu_serach .mob-filter button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    background: #fff;
}

.service_main .menu_serach {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.menu_serach .mob-filter img {
    width: 15px;
}

.menu_serach .mob-filter {
    width: 30%;
}

.servryt_content .category_main {
    margin: 20px 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.servryt_content .category_main .filter-btn.active {
    background: #FA6A00;
    color: #fff;
}

section .reveal-click,
section .reveal-click1 {
    text-align: right;
    display: none;
}

section .reveal-click i {
    font-size: 22px;
    padding: 15px;
}

.service_main img.hover-none {
    display: none;
}

.service_main .filter-btn.active img.hover-none {
    display: block;
}

.service_main .filter-btn.active img.norm-none {
    display: none;
}

.service_cusion button.filter-btn.active {
    background: #FFEBDB;
    border: 1px solid #FA6A00;
    color: #FA6A00;
}

div#noProductsMessage {
    display: block;
    text-align: center;
    padding: 20px;
    font-family: 'Gilroy-semibold';
    font-size: 20px;
}

.menu_serach .search_form {
    display: flex;
    border: 1px solid;
    padding: 0px;
    border-radius: 5px;
    justify-content: space-between;
}

.menu_serach .search_list {
    width: 100%;
}

.appliedFiltersContainer button {
    background: transparent;
    border: 0;
    color: red;
}

div.appliedFiltersContainer span {
    background: #EEEEEE;
    padding: 2px 9px 4px 14px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}


/* detail Page */
/* mobile View */
form .pick_submit {
    width: 15%;
}

.pick_submit button {
    border: 0;
    width: 100%;
    background: #FA6A00;
    color: #fff;
    padding: 10px 25px;
    border-radius: 100px;
    font-family: 'Gilroy-semibold';
    text-align: center !important;
    font-size: 13px;
}

.pick_submit button:hover {
    background: #FA6A00;
}

.pick_submit .cancel-order {
    border: 1px solid #FA6A00;
    background: #fff;
    color: #FC6C00;
}

.goback-btn .back-btn,
.top_btn .back-btn {
    display: none;
}

.detail_content .mobile_detail {
    display: none;
}

.catering_slider .owl-nav {
    display: none;
}

.catering_slider .owl-dots {
    margin: 20px 0 !important;
}

.catering_slider .owl-dot.active span {
    background: #FA6A00 !important;
}

/* .catering_slider .owl-dot span {
    width: 12px !important;
    height: 12px !important;
} */

.dish_gallery .lightbox_clode {
    text-align: right;
}

section.top_btn {
    padding: 15px 0;
}

section.detail_sec {
    padding-top: 0;
}

.detail_cart h4 {
    font-family: 'Lexend-regular';
    font-size: 20px;
    color: #FC6C00;
}

.deliver_locat img {
    width: 20px;
}

.deliver_locat .product_listshare {
    border: 2px solid #9C9C9C;
    border-radius: 10px;
}

.deliver_locat .product_listshare a.share {
    border: 0px solid #9C9C9C;
    border-radius: 10px;
    width: 100%;
}

/*.detail_main .detail_deliver {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}*/

.detail_deliver>div {
    width: 50%;
    position: relative;
}

.success_main .rating_main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.success_main .recent_order {
    background: #F4F8F5;
    display: flex;
    align-items: center;
    width: 95%;
    margin: 30px auto 0;
    padding: 18px;
    border-radius: 10px;
    gap: 20px;
}

.detail_title h1 {
    font-family: 'Gilroy-semibold';
    font-size: 45px;
}

.detail_title h5 {
    font-family: 'Gilroy-semibold';
    color: #696969;
    font-size: 18px;
}

.detail_title p {
    margin: 20px 0;
}

.detail_title span.open_now {
    border: 2px solid #9C9C9C;
    padding: 7px 10px;
    font-family: 'Gilroy-semibold';
    border-radius: 10px;
    color: #696969;
    font-size: 16px;
}

.detail_title button {
    font-style: italic;
    font-family: initial;
    font-size: 18px;
    border: 2px solid #9C9C9C;
    padding: 0px 8px;
    border-radius: 100px;
    margin-left: 10px;
    cursor: pointer;
    color: #9C9C9C;
    background: transparent;
}

.detail_title .info_content {
    position: absolute;
    display: none;
    top: 0;
    background: #fff;
    color: #000;
    padding: 10px;
    font-size: 12px;
    width: 50%;
    border-radius: 7px;
    border: 2px solid #9C9C9C;
    right: 0;
    font-style: normal;
    font-family: 'Gilroy-regular';
    letter-spacing: 1px;
    top: 9%;
    z-index: 2;
}

.detail_title .info:hover .info_content {
    display: block;
}

.deliver_locat i {
    color: #FC6C00;
    font-size: 25px;
}

.deliver_locat button {
    padding: 0;
    border: 0;
}

.detail_title .deliver_locat {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    justify-content: left;
}

.detail_title .deliver_locat a {
    border: 2px solid #9C9C9C;
    padding: 5px 14px;
    font-family: 'Gilroy-semibold';
    border-radius: 10px;
    color: #000;
    gap: 6px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating_main .service-rating {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-rating h5 {
    background: #267E3E;
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    font-family: Helvetica;
    line-height: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.service-rating h5 i {
    font-size: 12px;
}

.service-rating .rate_cont p {
    font-family: 'Gilroy-Medium';
    color: #363636;
    font-size: 13px;
}

.service-rating .rate_cont p:last-child {
    border: 0;
    border-bottom: 2px solid #B5B5B5;
    border-style: dashed;
}

.recent_order img {
    width: 70px;
    height: 70px;
}

.recent_order h6 {
    font-family: 'Gilroy-semibold';
    font-size: 16px;
}

.detail_main .cater_main {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.cater_main .catering_img {
    padding: 0 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    border-radius: 10px;
}

.catering_img .view_moreimg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.cater_main .catering_img:last-child img {
    filter: blur(4px);
    height: auto;
}

.view_moreimg a {
    font-family: Helvetica;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_main .descripction p {
    float: left;
    width: 100%;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
}

.detail_main .catering_menu {
    width: 100%;
    float: left;
    margin: 50px 0;
    position: relative;
}

.catering_menu #menu_tab button.active,
.catering_menu #menu_tab .nav-link:hover,
.catering_menu #menu_tab .nav-link {
    border: 0;
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    color: #000;
}


.catering_menu #menu_tab button.active {
    border-bottom: 3px solid #FA6A00 !important;
    color: #FA6A00 !important;
}


.catering_menu ul#menu_tab {
    border-color: #CCCCCC;
    border-width: 2px;
    gap: 100px;
}

div#menu_detail .customer_menu {
    display: flex;
    position: relative;
}

#menu_detail .left_sidebar {
    width: 28%;
    background: #f9f9f9;
    padding: 20px;
    border-right: 1px solid #ccc;
}

.left_sidebar .menu-section h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.left_sidebar .create-menu {
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 10px;
    color: white;
    background-color: green;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: left;
    font-family: 'Gilroy-Medium';
    font-size: 14px;
    line-height: 22px;
    position: relative;
    gap: 10px;
}

.left_sidebar .create-menu::before {
    position: absolute;
    content: '+';
    top: -10%;
    right: -3%;
    background: #fff;
    color: #008000;
    padding: 0px 7px;
    border-radius: 50px;
    border: 1px solid #008000;
    font-size: 15px;
    font-family: 'Gilroy-semibold';
}

.create-menu.nonveg::before {
    border: 1px solid red;
    color: red;
}

.create-menu.nonveg {
    background-color: red;
}

.main-rightmenu {
    flex-grow: 1;
    padding: 20px 0;
    width: 70%;
    position: relative;
}

.main-rightmenu .tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    justify-content: left;
    text-align: center;
    align-items: center;
    position: sticky;
    top: 0rem;
    z-index: 3;
    background: #fff;
}

.main-rightmenu .tabs div {
    padding: 10px 0;
    cursor: pointer;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
}

/* .main-rightmenu .tabs .active {
    border-bottom: 2px solid #000;
    font-family: 'Gilroy-semibold';
} */


.main-rightmenu .item-card p,
.main-rightmenu .add-item p {
    font-family: 'Lexend-regular';
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
    letter-spacing: 0.5px;
    white-space: normal;
    word-wrap: break-word;
}

.main-rightmenu .item-card {
    position: relative;
    cursor: pointer;
    width: 24%;
    margin-right: 15px;
}

.main-rightmenu .add-item {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 200px;
}

.main-rightmenu .item-card .menu_cardimg {
    position: relative;
}

.main-rightmenu .menu_cardimg img {
    height: 200px;
    object-fit: cover;
}

/* .main-rightmenu .delete-btn {
    top: 0;
    background: #0b080491;
    cursor: pointer;
    position: absolute;
    color: #fff;
    font-size: 20px;
    display: none;
    width: 100%;
    height: 100%;
    border: 0;
}

.main-rightmenu .delete-btn i {
    background: #FA6A00;
    border: none;
    border-radius: 50%;
    padding: 13px 15px;
} */


.main-rightmenu .item-card:hover .delete-btn {
    display: block;
}

.main-rightmenu .add-item .main_add {
    width: 100%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    cursor: pointer;
    height: 100%;
}

.main-rightmenu .main_add span {
    background: #707070;
    border-radius: 50px;
    padding: 0px 15px 6px;
    font-size: 31px;
}

.detail_main .cart_order {
    display: none;
}

.detail_main .detail_cart .mobcart-click {
    display: none;
}

/* Lightbox styles */
#menu_detail .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 94%);
    justify-content: center;
    z-index: 1000;
    color: #fff;
    overflow-y: scroll;
    width: 100% !important;
}

.lightbox .items-grid .menu_cardimg {
    border: 1px solid;
}

#menu_detail .lightbox.show {
    display: flex;
}

div#lightbox .dish_gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    margin-bottom: 50px;
    width: 100%;
}

.dish_gallery h3 {
    font-family: 'Gilroy-semibold';
    font-size: 26px;
    margin-bottom: 22px;
}

.dish_gallery .lightbox-item {
    position: relative;
    cursor: pointer;
}

.dish_gallery .lightbox-item .checkmark {
    position: absolute;
    top: 5px;
    right: 5px;
    background: green;
    color: #fff;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 50%;
}

/* .dish_gallery .lightbox-item.selected {
    outline: 2px solid green;
} */

.dish_gallery .lightbox-actions {
    text-align: center;
    margin-top: 15px;
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px;
}


.dish_gallery .lightbox-actions button {
    border: 0;
    padding: 7px 25px;
    font-size: 15px;
    width: 18%;
    font-family: 'Poppins-Medium';
}

.dish_gallery .lightbox-actions #confirmSelection {
    background: #FA6A00;
    color: #fff;
}

.dish_gallery .lightbox-actions .light-click {
    border: 1.5px solid #FA6A00;
    background: transparent;
}


.dish_gallery p {
    font-family: 'Lexend-regular';
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
    letter-spacing: 0.5px;
}


.dish_gallery>div {
    width: 100%;
    margin-top: 10px;
}

.dish_gallery>div:first-child {
    margin-top: 0;
}

.dish_gallery .items-grid .item-card {
    width: 15%;
    cursor: pointer;
}


.dish_gallery .items-grid {
    display: flex;
    gap: 10px;
    align-items: center;
}



.menu-section .menu-item {
    font-family: 'Gilroy-Medium';
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    gap: 10px;
}

.left_sidebar button {
    width: 100%;
    text-align: left;
}

.menu-section .menu_variant {
    margin: 15px 0px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}


button.menu-item.non_veg {
    background: #FFE6E6;
    padding: 9px 10px;
    border: 0;
    border-radius: 5px;
}

button.menu-item.veg {
    background: #F3FAF5;
    padding: 9px 10px;
    border: 0;
    border-radius: 5px;
}

.left_sidebar .selct_varient button {
    padding: 15px 10px 25px;
    cursor: pointer;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    border: 0;
    background: transparent;
}

.left_sidebar .clearAllBtn {
    text-align: center;
    border: 0;
    background: #FA6A00;
    padding: 10px;
    color: #fff;
    font-family: 'Gilroy-Medium';
    border-radius: 3px;
}

.create-menu span {
    border: 4px solid;
    padding: 2.5px 4px 1px;
    border-radius: 3px;
}

.create-menu span i {
    font-size: 16px;
}

.main-rightmenu .items-grid {
    /* display: flex; */
    display: -webkit-inline-box;
    gap: 10px;
}

.main-rightmenu .ment_catgtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px;
    margin-top: 30px;
}

.ment_catgtitle h3 {
    font-family: 'Gilroy-semibold';
    font-size: 20px;
}

.ment_catgtitle p {
    font-size: 16px;
    color: #979797;
    font-family: 'Poppins-regular';
}

.section_adson .item-card::before {
    position: absolute;
    content: 'Complimentary';
    top: 2px;
    z-index: 2;
    color: #fff;
    background: #1B9E45;
    left: 2px;
    font-size: 11px;
    text-align: center;
    font-family: 'Poppins-regular';
    padding: 2px 7px;
}

/* detail ryt */
.detail_main.row {
    align-items: start;
}

.detail_cart .cart-item .product_items {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.detail_cart .cart-item .item-name {
    gap: 10px;
    align-items: center;
}

.detail_cart .items_boder {
    padding: 0;
    border-bottom: 1px solid #F4F4F4;
    border-top: 1px solid #F4F4F4;
}

.detail_cart .cart-item .item-name small {
    font-size: 14px;
}

.detail_cart .cart-item img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.detail_cart .item-name {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    color: #000;
}

.detail_cart .dropdown-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
    gap: 10px;
    border-top: 1px solid #FFE3C9;
    padding-top: 8px;
}

.cart_quantity button.view_foodbtn {
    border: 0;
    background: #FFEFE0;
    color: #FA6A00;
    font-family: 'Gilroy-Medium';
    text-decoration: underline;
}

.card-body.cart-item.items_boder .list-customfood {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card-body .list-customfood .list-group-item {
    width: 48%;
    border: 1px solid #FA6A00;
    text-align: left;
    font-family: 'Inter-regular';
    font-size: 11px;
    padding: 5px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.list-customfood h6 {
    font-family: 'Poppins-Medium';
    font-size: 14px;
    width: 100%;
}

.detail_cart p.count_qunt {
    padding: 4px 0px;
    font-size: 14px;
    font-family: 'Gilroy-Medium';
    border: 0;
    width: 65%;
}

.detail_cart .quantity-control button {
    border: 0;
    font-family: 'Gilroy-Medium';
    background: transparent;
}

.detail_cart .quantity-control {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 35%;
}

.detail_cart .quantity-control input {
    width: 50px;
    text-align: center;
    border: 0;
    background: #F4F4F4;
    font-family: 'Gilroy-Medium';
    font-size: 14px;
}

.detail_cart .cart-item button.quatation_remove {
    border: 0;
    background: unset;
    font-size: 16px;
    color: red;
    text-transform: capitalize;
    text-decoration: underline;
    padding-top: 0;
    line-height: normal;
}

.detail_cart .items_boder .cart-details {
    background: #FFEFE0;
    padding: 10px;
    border: 1px solid #FC6C00;
    margin-bottom: 10px;
    border-radius: 10px;
}

.detail_cart .subtotal {
    color: grey;
    display: flex;
    justify-content: space-between;
    font-family: 'Lexend-regular';
    font-size: 16px;
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.detail_cart .date-time {
    margin-top: 20px;
    font-family: 'Lexend-regular';
    display: flex;
    position: relative;
    justify-content: space-between;
}

.date_changeoption fieldset.change_date input {
    padding: 10px;
    width: 100%;
    border-radius: 3px;
}

.date_changeoption fieldset.change_time input {
    padding: 10px;
    width: 100%;
    border: 2px solid !important;
    margin-top: 10px;
}

.date_changeoption {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    padding: 20px;
    top: 2rem;
    z-index: 99;
}

.detail_cart .change-link {
    color: #FC6C00;
    text-decoration: underline;
}

.detail_cart .quote-button {
    padding: 10px 40px;
    background-color: #1B9E45;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-family: 'Gilroy-semibold';
}

.detail_cart .login_cart {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    padding: 10px;
    margin-top: 30px;
}

.detail_cart .login_cart img {
    width: 40px;
    height: 40px;
}

.detail_cart .login_cart p span {
    font-family: 'Gilroy-semibold';
}

.detail_cart .login_cart p {
    font-family: 'Gilroy-Medium';
    font-size: 15px;
    line-height: 24.81px;
    letter-spacing: 0.16px;
}

.detail_cart .login_cart p a {
    font-family: 'Gilroy-Medium';
    color: #006EEB;
    text-decoration: underline;
}

/* cart Page */
.cart_main.row {
    float: left;
    width: 100%;
}

.cart_main .cart_left h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 28px;
    font-family: 'Lexend-regular';
}

.cart_main .cart_left h2 span {
    color: #9D9EA2;
    font-size: 20px;
}

.cart_left .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ECECEC;
    width: 100%;
    padding-top: 30px;
}

.cart_main .item-info {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
}

.cart-item .item-name {
    font-family: 'Gilroy-Medium';
}

.cart-item .price {
    font-family: 'Gilroy-Medium';
    width: 10%;
    text-align: center;
}

.cart-item .quantity-control input {
    background: #FFE3C9;
    border: 0;
    border-radius: 3px;
}

.cart_quantity .dropdown-row img {
    width: 21px;
    height: 22px;
    padding: 4px;
}

.product_items input.checktoconform {
    font-size: 17px;
    padding: 10px;
    width: 20px;
    height: 20px;
}

.cart-item .quantity-control button {
    background: transparent;
    border: 0;
    font-size: 20px;
}

.cart_main .cart_left {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.cart-item .quantity-control {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 40%;
}

.cart_main .item-info img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.cart_left .subtotal {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    padding: 30px 0;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_left .subtotal .price {
    margin-right: 15px;
}

.cart_payment .summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.cart_payment .summary-row span {
    font-family: 'Gilroy-semibold';
    font-size: 14px;
}

.cart_payment .summary-row span.cartryt_title {
    color: #9D9EA2;
}

.cart_main .cart_payment {
    padding: 20px 30px;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
}

.cart_payment .apply-coupon input {
    border: 1px solid #F4F4F4;
    padding: 10px;
    border-radius: 10px;
    width: 60%;
    color: #C8C9CB;
    font-family: 'Gilroy-semibold';
}

.cart_payment .apply-coupon {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 30px 0;
}

.cart_payment .note {
    font-family: 'Gilroy-semibold';
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #717378;
    margin-bottom: 10px;
}

.cart_payment .note b {
    color: #000;
}

.cart_payment .note span {
    color: Red;
}

.cart_payment .apply-coupon button {
    background: #F3FBF4;
    border: 0;
    padding: 10px 0px;
    border-radius: 50px;
    color: #1B9E45;
    font-family: 'Gilroy-semibold';
    width: 40%;
}

.cart_payment .cart_shipping button {
    margin-top: 20px;
    padding: 12px 20px;
    background-color: #1B9E45;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Gilroy-semibold';
    width: 100%;
}

.cart_payment .cart_shipping a {
    color: #000;
    font-family: 'Gilroy-semibold';
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration: underline;
}

.cart_payment .payment-icons {
    border-top: 1px solid #ECECEC;
    padding-top: 15px;
    margin-top: 15px;
}

.cart_payment .payment-icons p {
    font-family: 'Gilroy-semibold';
    font-size: 14px;
    margin: 10px 0;
    color: #717378;
}

.cart_payment .progress {
    margin: 20px auto;
    padding: 0;
    width: 95%;
    height: 10px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 6px;
}

.cart_payment .bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #1B9E45;
}

/* .cart_payment .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-family: tahoma, arial, helvetica;
    font-size: 12px;
    color: white;
} */
.payment-icons img {
    width: 70%;
    margin-top: 20px;
}

.delivery_main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart_delivery h4 {
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    color: #17AF26;
    margin-bottom: 30px;
}

.cart_delivery .order_cont img {
    width: 40px;
    background: #F2F6F4;
    padding: 10px;
    border-radius: 50px;
}

.delivery_main .order_cont {
    padding: 30px;
    background: #FFFFFF;
    border: 1.38px solid #F4F4F4;
    border-radius: 20px;
}

.delivery_main .order_cont p {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    color: #717378;
    margin: 10px 0;
}

.delivery_main .order_cont h5 {
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}

.customer_menu .menufilt-click {
    display: none;
}

.left_sidebar .selct_varient {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* top progress */
.shippin_progress img {
    width: 30px;
}

section.breadcrmb_sec {
    background-color: #E9E9E9;
    margin-top: 10px;
    padding: 30px;
}


.shippin_progress .ship_innr p {
    font-family: 'Lexend-regular';
    font-size: 16px;
    color: #717378;
}

.shippin_progress .ship_innr:last-child {
    padding: 0;
    margin: 0;
}

.shippin_progress .ship_innr:first-child p {
    color: #000;
}

.breadcrmb_sec .shippin_progress {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.shippin_progress .ship_innr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
}

.shippin_progress .ship_innr::before {
    content: '';
    position: absolute;
    width: 46px;
    border-bottom: 2px solid #C3D2CC;
    height: 5px;
    right: -13%;
}

.shippin_progress .ship_innr:last-child::before {
    display: none;
}

/* checkout page */

.checkout_main.row {
    align-items: start;
    float: left;
    width: 100%;
}

.checkout_main h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 28px;
    font-family: 'Lexend-regular';
    border-bottom: 2px solid #C8C9CB;
    margin: 0px 0 40px;
    padding-bottom: 20px;
}

.checkout_main h2 span {
    color: #9D9EA2;
    font-size: 20px;
}

.cart_left .checkout_form,
.checkout_form .main_form {
    width: 100%;
}

.checkout_form .form-group {
    display: flex;
    flex-wrap: wrap;
}

.checkout_form .form-group label {
    width: 100%;
    color: #46494F;
    font-family: 'Gilroy-semibold';
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.checkout_form input,
.checkout_form select,
.checkout_form textarea {
    width: 100%;
    color: #000;
    font-family: 'Gilroy-semibold';
    padding: 10px;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}

.checkout_form input::placeholder,
.checkout_form select::placeholder,
.checkout_form textarea::placeholder {
    color: #000;
}

.diifer_address .address_checkbox input,
.diifer_address .address_checkbox label {
    width: auto;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
}

.checkout_form .form_name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.checkout_form .form_name .form-group {
    width: 50%;
}

.checkout_form .country_code {
    margin: 50px 0;
}

.country_code input {
    position: relative;
}

.country_code input::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: -0px;
    width: 20px;
    height: 20px;
}

.checkout_form .about_us {
    border-top: 2px solid #C8C9CB;
    margin-top: 30px;
    padding-top: 30px;
}

.checkout_form textarea::placeholder {
    color: #C8C9CB;
}

.checkout_form .form_location {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 50px;
}

.checkout_main .address_checkbox {
    margin: 50px 0;
    border-top: 2px solid #C8C9CB;
    padding-top: 30px;
}

.cart_payment .email_pay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4F4F4;
    margin-top: 10px;
    padding-top: 10px;
}

.cart_payment .email_pay img {
    width: 30px;
}

.cart_payment .email_pay p {
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    color: #9D9EA2;
}

.checkout_main .cart_payment {
    border: 1px solid #F4F4F4;
    padding: 10px;
    border-radius: 5px;
}

.policy_checkout .form-group {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 20px;
}

.policy_checkout .form-group input {
    margin-top: 5px;
}

.policy_checkout .form-group label {
    font-family: 'Gilroy-semibold';
    font-size: 14px;
    color: #717378;
}

.policy_checkout .point-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F4F4F4;
    margin-top: 10px;
    padding-top: 10px;
}

.point-container .point-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.point-info .point-text {
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    color: #9D9EA2;
}

.point-info .point-text .point-value {
    color: #000;
}

.point-container .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.point-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.point-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.point-container .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.point-container .point-icon {
    width: 20px;
}

.point-container input:checked+.slider {
    background-color: #4CAF50;
}

.point-container input:checked+.slider:before {
    transform: translateX(24px);
}

/* Oreder Page */
section.order_secion {
    padding: 20px 0 50px;
}

.order_shipmain .cart_payment {
    border: 0;
    margin-top: 30px;
}

.cart_payment .order_amount {
    color: #EB2606;
    font-size: 18px !important;
}

.order_shipmain .summary-row span {
    font-family: 'Lexend-regular';
}

.cart_main .order_shipmain {
    align-items: start;
}

.cart_payment .order_total {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding: 20px 0;
    margin-top: 10px;
}

.order_secion .cart_main h2 span {
    color: #17AF26;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.order_secion h2 span i {
    background: #17AF26;
    color: #fff;
    padding: 6px 7px;
    border-radius: 50px;
    font-size: 12px;
}

.order_secion .back_home {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #ECECEC;
    padding-top: 30px;
}

.order_secion .back_home p {
    font-family: 'Lexend-regular';
    font-size: 20px;
    color: #9D9EA2;
    margin-bottom: 30px;
}

.order_secion .back_home a {
    background: #17AF26;
    color: #fff;
    padding: 15px 30px;
    font-family: 'Lexend-regular';
    font-size: 20px;
    border-radius: 30px;
}

/* Restaurant Information */
section.restaurant_sec {
    padding-top: 50px;
}

.restaurant_sec .restaurant_main {
    align-items: start;
}

.restaurant_ryt h2 {
    font-family: 'Gilroy-semibold';
    font-size: 25px;
    color: #414449;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.restaurant-info .deatial_order {
    border: 2px solid #D3D3D3;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 15px;
}

.deatial_order .ts-control {
    border: 0;
}

.deatial_order .ts-control input {
    font-family: 'Gilroy-Medium';
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #8D8F91;
}

.deatial_order h4 {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    margin-bottom: 20px;
    color: #414449;
}

.deatial_order .form-group.select {
    position: relative;
}

.deatial_order .form-group.select::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-weight: 900;
    right: 3%;
    top: 55%;
    transform: translateY(-65%);
    font-size: 12px;
    color: #000;
    transition: all 0.3s;
    z-index: 9;
}


.deatial_order .form-group.select .item {
    font-size: 15px;
    margin: 0px;
    font-family: 'Gilroy-Medium';
    padding: 5px 16px;
    margin-right: 10px;
}

.deatial_order input {
    width: 100%;
    border: 0;
    padding: 5px 10px;

}

.deatial_order .form-group {
    border: 2px solid #D9DADB;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

/* 
.deatial_order .form-group:last-child{
    margin-bottom: 0;
} */
.deatial_order .form-group input {
    font-family: 'Gilroy-Medium';
    letter-spacing: 0.5px;
    font-size: 15px;
}

.deatial_order .ts-wrapper.form-control .option {
    font-size: 14px;
    font-family: 'Gilroy-Medium';
}

.locat_basic input::placeholder {
    color: #FA6A00;
}

input:focus-visible {
    outline-offset: unset;
    overflow: unset;
    outline: unset;
}

select:focus-visible {
    outline-offset: unset;
    overflow: unset;
    outline: unset;
}

.infor_name .restaurant_label {
    position: absolute;
    top: -25%;
    background: #fff;
    padding: 0 4px;
}

.restaurant-info .owner_detail h4 {
    margin-bottom: 5px;
}

.restaurant-info .owner_detail p {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    color: #8D8F91;
}

.owner_detail .form-detail input {
    border: 2px solid #D9DADB;
    padding: 14px 10px;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.owner_detail .form-detail {
    margin-bottom: 40px;
}

.owner_detail .form-detail p {
    background: #F2F2F3;
}

.owner_detail .form-detail p {
    background: #F2F2F3;
    padding: 20px 15px 10px;
    border-radius: 0 0 15px 15px;
    transform: translateY(-10px);
}

.owner_detail .locat_basic {
    border: 0;
    border-top: 2px solid #D9DADB;
    border-radius: 0;
    border-style: dashed;
    padding-top: 30px;
}

.owner_detail .locat_basic input {
    width: auto;
    margin-top: 0px;
    width: 17px;
    height: 17px;
}

.owner_detail .locat_basic .form-group {
    border: 0;
    margin: 0;
    display: flex;
    gap: 6px;
}

.owner_detail .locat_basic label.address_check {
    padding: 0;
}

.locat_basic label.whats_label {
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    color: #8D8D8D;
    margin-bottom: 10px;
}

.deatial_order .form-group.check_main {
    border: 0;
    margin: 0;
    position: relative;
}

/* .check_main #select_all_days {
    position: absolute;
    width: 100%;
    border: 0;
} */

.deatial_order .check_main input {
    width: auto;
}

.working_main h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.working_main .work_select label.address_check {
    color: #FA6A00;
    font-size: 18px;
    cursor: pointer;
}

.working_main .working_days {
    display: flex;
    flex-wrap: wrap;
}

.working_days .form-group {
    width: 50%;
}

.deatial_order .close_basic {
    border: 0;
    border-bottom: 2px solid #D9DADB;
    border-radius: 0;
    border-style: dashed;
}

.deatial_order .orders_thing {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    background: #F0F0F5;
    padding: 10px 20px;
    border-radius: 16px;
    margin-top: 30px;
    color: #616469;
}

.deatial_order .detail_timer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail_timer .time_inner {
    width: 50%;
    border: 2px solid #D9DADB;
    border-radius: 15px;
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
    padding: 25px;
    position: relative;
    text-align: center;
}

.detail_timer .time_inner input {
    text-align: center;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    color: #6C757D;
}

.check_main input.form-check-input {
    border: 1px solid;
    line-height: normal;
    padding: 8px;
}

.working_main .work_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.detail_timer .time_inner i {
    color: #1BA672;
    font-size: 20px;
    width: 40px;
}

/* .detail_timer .time_inner p {
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    color: #6C757D;
} */

.restaurant-info .next_detail {
    float: right;
    background: #FA6A00;
    border: 0;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 20px;
    color: #fff;
}

.restaurant_lft .details_step {
    background: #FFF8F2;
    padding: 50px 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.details_step p {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #676768;
    position: relative;
}

.restaurant_lft .step_innr {
    padding-bottom: 20px;
    position: relative;
    padding-left: 40px;
    border: 0;
    border-left: 3px solid #E6E1DB;
    border-radius: 0;
    border-style: dashed;
    margin-left: 10px;
}

.restaurant_lft .step_innr.active {
    border-color: #1B9E45;
}

.restaurant_lft .step_innr.active::before {
    color: #1B9E45;
    background: #1B9E45;
    box-shadow: 0px 0px 2px 8px #DAE9D6;
}

.restaurant_lft .step_innr::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 0;
    left: 0%;
    border-radius: 100px;
    background: #D9D4D0;
    transform: translateX(-7px);
}

.restaurant_lft .step_innr:last-child {
    border: 0;
}

.restaurant_lft .step_innr h4 {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    color: #6C757D;
}

.restaurant_lft .step_innr.active h4 {
    color: #000;
}

.restaurant_lft .step_innr h5 {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #676768;
    margin-top: 10px;
}

.restaurant_lft .back-btn a {
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    text-decoration: underline;
    color: #676A6D;
}

.restaurant_main .restaurant_lft {
    position: sticky;
    top: 4%;
    z-index: 3;
}

/* Doocument Page */
.document_order select {
    border: 0;
    font-family: 'Gilroy-Medium';
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #8D8F91;
}

.deatial_order .fssai_require {
    margin-top: 20px;
}

.fssai_require h5 {
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    color: #FA6A00;
    margin-bottom: 10px;
}

.fssai_require ul li {
    font-family: 'Gilroy-Medium';
    color: #414449;
}

.deatial_order .fssai_require h6 {
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    color: #414449;
}

.deatial_order .fssai_require a {
    color: #FA6A00;
}

.form-uplode input {
    border: 1px solid #D9B79E;
    background-color: #FFD6B7;
    border-radius: 15px;
    padding: 15px 20px;
    font-family: 'Gilroy-bold';
    font-size: 20px;
    cursor: pointer;
}

.form-uplode input::file-selector-button {
    border: 0;
    background-color: #FFD6B7;
    color: #FC6C00;
    transition: all .25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
}

.restaurant-info .menu_order h4 {
    font-family: 'Gilroy-semibold';
}

/* Partner Contract */

.check_condition input {
    width: auto;
}

.check_condition label {
    color: #000;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
}

.check_condition label a {
    color: #FC6C00;
    text-decoration: underline;
}


.patner_agreement .check_condition {
    margin-top: 50px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.patner_agreement .agreement_cont p,
.patner_agreement .agreement_cont li {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 35px;
    color: #414449;
}

.patner_agreement .argerrment_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.argerrment_top p {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    color: #868686;
}

.contract_detail .commision_innr {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.contract_detail .commision_innr p {
    font-family: 'Gilroy-Medium';
    margin: 10px 0;
}

.contract_detail .commision_innr button {
    font-size: 10px;
    padding: 0px 5px;
    margin-left: 2px;
}

.contract_detail .commision_innr .info_content {
    top: -115%;
    left: 0;
}

.contarct_downolde i {
    font-size: 20px;
}

/* .commision_innr .info_content:before,
.commision_innr .info_content:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(51, 51, 51, 0.9);
    position: absolute;
    bottom: -10px;
    left: 48%;
} */

/* Profile Page */
.profile_section .profile_detail {
    background: #fff;
    box-shadow: 10px 10px 194px 0px #02060C1A;
    padding: 20px;
    border-radius: 10px;
    margin: 30px;
}

.profile_check .profile-credit {
    padding: 20px;
    width: 80%;
}

.profile_check .profile-credit #v-pills-orders {
    height: 600px;
    overflow-y: auto;
}

.profile_check .profile_nav {
    padding: 20px 20px 50px;
    background: #FFEFE3;
    padding-right: 0;
    width: 20%;
    border-radius: 10px 0 0 10px;
}

.profile_check .profile_nav button {
    background: transparent;
    border-radius: 0;
    font-family: 'Gilroy-semibold';
    font-size: 17px;
    color: #000;
    margin: 10px 0;
    padding: 15px 0;
    padding-left: 20px;
    text-align: left;
}

.profile_nav button.active {
    background: #fff !important;
    color: #FA6A00 !important;
}

.profile_check .profile_nav button i {
    font-size: 20px;
    margin-right: 10px;
}

.profile_list .profilr_product {
    display: flex;
    gap: 20px;
}

.profilr_product .prod_img {
    width: 20%;
}


.profilr_product .prod_ordered {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
    width: 80%;
    align-items: start;
}

.prod_ordered .deliver_date img {
    width: 15px;
    height: 15px;
}

.prod_ordered .deliver_date {
    display: flex;
    gap: 5px;
    align-items: center;
}

.prod_ordered .deliver_date p {
    display: flex;
    gap: 5px;
    font-family: 'Poppins-regular';
    font-size: 11px;
}

.prod_ordered .oreder_head h4 {
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
}

.prod_ordered h4 span {
    font-family: 'Poppins-Medium';
    color: #B8B8B8;
}

.prod_ordered .oreder_head h6 {
    font-style: italic;
    font-family: 'Poppins-regular';
    margin: 8px 0;
    color: #1E1E1E;
}

.prod_ordered .oreder_head p {
    font-style: italic;
    font-family: 'Poppins-regular';
    margin: 8px 0;
    font-size: 14px;
    color: #1E1E1E;
}

.profilr_product .oreder_head {
    display: grid;
}

.prod_ordered .oreder_head a {
    color: #FA6A00;
    font-family: 'Poppins-SemiBold';
    margin: 8px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.prod_ordered .view_detorder {
    display: flex;
    align-items: center;
}

.profile_detail .accordion h3 {
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    color: #1E1E1E;
}

.profile_detail .tab-content h3 {
    font-family: 'Gilroy-semibold';
    font-size: 30px;
    margin: 0 0 30px;
    color: #1E1E1E;
}

.profile_detail .button_createadd {
    align-items: center;
    margin: 0 0 30px;
}


.profile_detail .button_createadd h3 {
    margin-bottom: 0;
}

.profile_detail .button_createadd .change-link {
    color: #FC6C00;
    text-decoration: underline;
    font-family: 'Lexend-regular';
}

.profile_check .profile_list {
    padding: 20px;
    box-shadow: 10px 10px 194px 0px #02060C1A;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
}

.profile_list .reorder_profile h5 {
    display: flex;
    justify-content: space-between;
    font-family: 'Gilroy-semibold';
    font-size: 20px;
}

.reorder_profile h5 span {
    font-family: 'Poppins-regular';
    font-size: 15px;
    color: #6C6C6C;
}

.reorder_profile .order_help {
    padding: 20px 0;
    display: flex;
    gap: 10px;
}

.reorder_profile .order_help a {
    background: #FA6A00;
    font-family: 'Gilroy-semibold';
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 22px;
    width: 25%;
    text-align: center;
    color: #fff;
    line-height: normal;
}



.reorder_profile .order_help .help_btn {
    background: #fff;
    color: #FA6A00;
    border: 2px solid #FA6A00;
}

.profile_list .reorder_profile {
    padding: 20px 20px 0;
    border-top: 1px dotted #D9D9D9;
    margin-top: 30px;
}

.profile_section h2 {
    font-family: 'Gilroy-semibold';
    font-size: 30px;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.profile_section .customer_detail a {
    margin: 8px 0;
    color: #1E1E1E;
    font-family: 'Gilroy-regular';
    letter-spacing: 1px;
}

/* Thank you */
.thankyou-section::before {
    display: none;
}

.thankyou-section p {
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    margin-top: 5px;
}

/* forget Password */
.form_main .form_content {
    /* background-image: url(../image/form_bg.png); */
    color: #fff;
    padding: 20px;
}

.form_main .form_content h3 {
    font-family: 'Gilroy-bold';
    font-size: 28px;
    line-height: 100%;
    margin: 20px 0;
    position: relative;
    z-index: 3;
}

.form_main .form_content p {
    font-family: 'Gilroy-regular';
    font-size: 16.26px;
    line-height: 25px;
    position: relative;
    z-index: 3;
}

.form_main .form_minilogo {
    width: 60px;
    height: 60px;
}

.form_main .form_account h2 {
    font-family: 'Inter-Bold';
    font-size: 32.06px;
    margin: 10px 0;
}

.form_main .form_account p {
    font-family: 'Inter-regular';
    font-size: 16px;
    margin: 15px 0 50px;
    color: #757575;
}

.singup_section .form_main {
    width: 60%;
    background: #FC6C00;
    margin: 50px auto;
    box-shadow: 4px 4px 250px 0px #0000001A;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    align-items: start;
}

.form_main.row.form_registermain {
    width: 80%;
}

.main_register .tab-content {
    padding: 30px;
}

.singup_section .form_main::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 250px;
    height: 250px;
    z-index: 2;
    border-radius: 0 0 0 100%;
    background-image: linear-gradient(190deg, #FA832B, #f16e0d4d);
}

.form_main.row.form_registermain::after {
    width: 500px;
    height: 500px;
}

.form_registermain .form_content {
    padding: 70px 30px;
}

.singup_section .form_main::after {
    background-image: url('/assets/image/plate_meal.png');
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    z-index: 3;
    width: 300px;
    height: 300px;
    bottom: -18%;
    right: -12%;
    background-size: 100%;
}

.form_main .form_account {
    padding: 40px;
    background: #fff;
}

.form_account button.proceed_pay {
    background: #FC6C00;
    border: 0;
    font-family: 'Inter-regular';
    font-size: 16px;
    line-height: 18.7px;
    color: #fff;
    padding: 16px;
    width: 100%;
    border-radius: 10px;
}

.form_main h6.log-register {
    font-family: 'Gilroy-regular';
    font-size: 20px;
}

.form_main h6.log-register a {
    font-family: 'Gilroy-regular';
    font-size: 16px;
    color: #FC6C00;
}

.singup_section .main_register .nav-link {
    line-height: normal;
    font-family: 'Gilroy-semibold';
    width: 100%;
    padding: 14px;
    background: #FA6A00;
    border-radius: 0;
    color: #fff;
}

.singup_section .main_register .nav-link.active {
    color: #FA6A00;
    background: #fff;
}

.singup_section .main_register .nav-item {
    width: 50%;
}

.singup_section .main_register ul {
    border: 3px solid #FA6A00;
    overflow: hidden;
    display: flex;
    border-radius: 16px 0 0 0;
}

.form_account .form-group .form-control {
    margin-bottom: 12px;
    font-family: 'Inter-regular';
    border: 1px solid #CBD5E0;
    padding: 10px;
    border-radius: 10px;
}

.servryt_content .parties_moment a {
    border: 1px solid #FA6A00;
}

.collect_detial .collt_title button {
    border: 0;
    background: transparent;
}


.deliver_locat .product_listshare .social {
    position: absolute;
    bottom: -1.3rem;
    right: -1rem;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    justify-content: end;
    gap: 10px;
    transition: all 0.4s ease;
    background: #fff;
    padding: 5px 10px;
    transform: translateY(20px);
    display: flex;
}

.deliver_locat .product_listshare .social.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.product_listshare .social li {
    list-style: none;
}

.product_listshare .social li a {
    padding: 6px 10px;
}

.product_listshare .social li i.fa-x-twitter {
    color: #000;
}

.product_listshare i.fa-brands.fa-whatsapp {
    color: green !important;
}

.product_listshare .social li i.fa-linkedin-in {
    color: #0077B5;
}

.product_listshare .social li i.fa-square-facebook {
    color: #3b5998;
}

.main-rightmenu .cateradd_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.464);
    background: #fff;
    padding: 10px 20px;
    align-items: center;
    position: sticky;
    bottom: 0;
    z-index: 3;

}

div#orderAnimation {
    overflow: hidden;
}

p.empty {
    font-size: 18px;
    text-align: center;
    font-family: 'Gilroy-semibold';
}

.main-rightmenu .item-name p {
    font-family: 'Gilroy-semibold';
    font-size: 30px;
}

.main-rightmenu .add_cart .quote-button {
    background: #FA6A00;
    border: 0;
    font-family: 'Gilroy-semibold';
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}

.favorite_main .service_collection {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.favorite_main .service_collection .card {
    width: 30%;
}

.my-account_edit-form .form-new-product h3 {
    margin: 0;
    font-size: 20px;
}

.my-account_edit-form .form-new-product {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin: 30px;
}

.my-account_edit-form .profile_edit a {
    background: #FA6A00;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 22px;
    text-align: center;
    color: #fff;
    border: 0;
}

.my-account_edit-form form button {
    background: #fff;
    color: #FA6A00;
    border: 2px solid #FA6A00 !important;
    font-family: 'Gilroy-semibold';
    font-size: 14px;
    border-radius: 22px;
    text-align: center;
    padding: 8px 18px;
    width: 100%;
}

/* .my-account_edit-form .profile_edit,
.my-account_edit-form form {
    width: 20%;
} */

.favorite_main a.custom-btn {
    border: 1px solid #FA6A00;
}

.text-center.favorite_main h4 {
    font-family: 'Poppins-Medium';
    font-size: 18px;

}

.my-account_edit-form .form-new-product {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin: 30px;
}

.profile_section .accordion-body {
    padding: 10px;
    height: 600px;
    overflow-y: scroll;
}

.my-account_edit-form .form-new-product h6 {
    font-family: 'Gilroy-semibold';
}

.mobile_detail .save_cater {
    position: absolute;
    top: 4%;
    right: 4%;
    z-index: 2;
    padding: 8px 7px 5px;
    background: #fff;
    border-radius: 40px;
}

.mobile_detail .save_cater i {
    font-size: 25px;
}

.tab-content .review_form {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.tab-content .review_form button {
    background: #FA6A00;
    border: 0;
    font-family: 'Gilroy-semibold';
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}

.tab-content .review_form h4 {
    font-family: 'Gilroy-semibold';
    font-size: 20px;
    color: #000;
}

.review_content p.content {
    font-family: 'Gilroy-semibold';
    color: #696969;
    font-size: 16px;
    padding: 15px 0;
    line-height: 25px;
}

.review_content p {
    padding: 10px 0;
    font-size: 16px;
    padding: 5px 0;
    font-family: 'Gilroy-semibold';
}

.review-popup .star-rating {
    font-size: 2rem;
    font-size: 2rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.review-popup .star-rating input {
    display: none;
}

.review-popup .star-rating label {
    color: #ccc;
    cursor: pointer;
}

.review-popup .star-rating input:checked~label,
.review-popup .star-rating label:hover,
.review-popup .star-rating label:hover~label {
    color: #FA6A00;
}

.review-popup .modal-body form input,
.review-popup .modal-body form textarea {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    font-family: 'Gilroy-semibold';
}

.review-popup .modal-body form label {
    font-family: 'Gilroy-semibold';
}

.review-popup .modal-body button.btn.btn-primary {
    background: #FA6A00;
    border: 0;
    font-family: 'Gilroy-semibold';
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    width: 100%;
}

.review-popup .modal-header h5 {
    width: 100%;
    text-align: center;
}

.cart_address .location_mark {
    display: flex;
    align-items: start;
    gap: 10px;
    background: #FC6C00;
    padding: 20px 20px 0;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
}

div#v-pills-address li#address-11 p {
    padding: 8px 0;
}

.deliver_mark span {
    font-family: 'Gilroy-regular';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
    width: 80%;
}

.address_edit a {
    color: #0d6efd;
    background: #fff;
    padding: 4px 19px;
    margin-top: 10px;
    border-radius: 3px;
}

.mobile_headline a img {
    width: 40px;
    margin-top: -5px;
    height: 40px;
}

.cart_address .location_mark h5 {
    font-family: 'Gilroy-bold';
    font-size: 17px;
}

.cart_address .location_mark p {
    font-family: 'Gilroy-regular';
    font-size: 15px;
}

.address_addform .form-group,
.address_four .form-group {
    padding: 10px 0;
    width: 100%;
}


.cart_address .location_mark i {
    background: #F5FAFF;
    padding: 5px 10px;
    color: #FC6C00;
    font-size: 30px;
    border-radius: 10px;
}

.address_addform .form-group input,
.address_four .form-group input {
    width: 100%;
    padding: 14px;
    /* margin: 12px 0; */
    font-family: 'Gilroy-Medium';
    border: 1px solid #D9DADB;
    color: #676A6D;
    font-size: 14px;
    border-radius: 8px;
}

.address_addform .address_lable label,
.address_four .address_lable label {
    display: flex;
    gap: 5px;
}

.address_addform .address_lable input,
.address_four .address_lable input {
    width: auto;
}


.profile_detail .address_lable {
    display: flex;
    gap: 10px;
}



.address_addform h3 {
    color: #414449;
    font-family: 'Inter-SemiBold';
    font-size: 22px;
}

.modal-body.singup_section .form_account {
    padding: 20px;
}

.login_popup .modal-header {
    position: absolute;
    top: 0%;
    z-index: 9;
    right: 0%;
    font-size: 14px;
}

.login_popup .modal-header button {
    background-color: #fff;
    opacity: 1;
}

.login_popup .modal-dialog.modal-dialog-centered {
    max-width: 50%;
}

.login_popup.singup_popup .modal-dialog.modal-dialog-centered {
    max-width: 60%;
}

.login_popup .modal-content {
    border-radius: 15px;
}

.singup_popup .main_register .tab-content {
    padding: 20px;
}

.singup_popup .form_account .form-group .form-control {
    margin: 0;
}

.singup_popup .form_main .form_account h2 {
    margin: 0px 0 5px;
}

.lightbox button.light-click {
    background: #FA6A00;
    color: #fff;
    font-size: 20px;
    padding: 2px 10px;
    border: 0;
    border-radius: 3px;
}

.lightbox-actions button.light-click {
    color: #FA6A00;
    padding: 7px 25px;
    font-size: 15px;
    font-family: 'Poppins-Medium';
}

.address_addform ul#addressList p strong {
    font-family: 'Poppins-regular';
}

.address_addform ul#addressList li {
    list-style: none;
}

.address_addform ul#addressList p {

    font-family: 'Gilroy-regular'
}

.detail_cart button.place_order {
    background: #FA6A00;
    border: 0;
    font-family: 'Gilroy-semibold';
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 6px 30px;
    margin-top: 10px;
}

.detail_cart button.place_order:active {
    background: #FA6A00;
}

.order_placecater .cart_quantity .dropdown-row p {
    width: 23%;
}

.order_placecater .cart_quantity .dropdown-row p.count_qunt {
    width: 40%;
}

.order_placecater .cart-item .quantity-control {
    width: auto;
}

.detail_cart .order_placecater .cart-details {
    background: #fff;
    border: 1px solid #FA6A00 !important;
}

.detail_cart .order_placecater input[type=checkbox] {
    accent-color: #00CE42;
    width: 35px;
    height: 23px;
    color: #fff;
}

.detail_cart .order_placecater .cart-details.active {
    background: #FFEFE0;
}

.order_placecater .cart-details p span {
    font-family: 'Lexend-regular';
    font-size: 14px;
    color: #FC6C00;
}

.order_placecater .cart-details.active p span {
    display: none;
}

.order_placecater .cart_quantity p {
    font-family: 'Gilroy-Medium';
}

.detail_cart .orderd-policy p {
    font-family: 'Gilroy-semibold';
    margin-bottom: 10px;
}

.detail_cart .orderd-policy {
    border: 2px solid #D9D9D9;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
}

.detail_cart .orderd-policy a {
    color: #FA6A00;
    text-decoration: underline;
    font-family: 'Gilroy-semibold';
}

.address_addform .address_fixlable label {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.address_fixlable label.btn.btn-outline-primary {
    color: #FC6C00;
    font-family: 'Gilroy-Medium';
    border-color: #D9DADB;
    padding: 10px;
}

.address_addform button.btn.btn-primary {
    background: #FA6A00;
    border: 0;
    font-family: 'Gilroy-semibold';
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 10px;
}

.order_delivery span {
    overflow: visible;
    display: block;
    margin-bottom: -5px;
    width: 100%;
}

.address_addform .btn-check:checked+.btn {
    background: #FC6C00;
    color: #fff;
}

.order_placecater .food_cartitem p {
    font-size: 11px;
}

.order_placecater .food-item p {
    font-size: 12px;
}

.cart_quantity .food-item {
    width: 46%;
    border-color: #FA6A00 !important;
}

.order_placecater .cart-item.items_boder {
    border-bottom: 0;
}

.address_addform .address_fixlable>div {
    width: 33%;
    text-align: center;
}

.cart_quantity .cart_items h6.fw-bold {
    font-family: 'Gilroy-regular';
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.order_main .head_pickup .card {
    width: 100%;
}

.order_main .head_pickup p {
    font-family: 'Inter-regular';
    padding-bottom: 10px;
    line-height: 25px;
}

.order_main .head_pickup .card-header {
    font-family: 'Inter-SemiBold';
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_main .head_pickup .card-header button {
    padding: 4px 12px;
    font-size: 15px;
}

.mobile_headline .cart_head {
    position: relative;
}

.mobile_headline .cart_head span {
    position: absolute;
    bottom: 0;
    right: 2%;
    background: #fff;
    padding: 0px 3px 1px;
    border-radius: 31px;
    font-size: 10px;
}

/* .cart_quotation .cart_producrdetl.extra-class-name {
    display: block;
}

.cart_quotation .cart_producrdetl {
    display: none;
} */

/* new detail page css */
.save_cater {
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 2;
    padding: 6px 10px;
    background: #fff;
    border-radius: 40px;
}

button.filter-btn.applyfilyter {
    background: #FA6A00;
    color: #fff;
    padding: 10px 0px;
    border-radius: 100px;
    width: 50%;
    margin: auto;
    font-size: 16px;
    font-family: 'Gilroy-semibold';
}

.comment_form textarea {
    width: 100%;
    margin: 20px 0;
    font-family: 'Gilroy-Medium';
    font-weight: 400;
    padding: 10px;
}

.detail_main .detail_deliver {
    display: flex;
    float: unset;
    width: 100%;
    align-items: center;
    margin-bottom: 0px;
}

.detail_content .detailcater_menu {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.detailcater_menu .toggle {
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 4px 34px 0px #0000001A;
    padding: 3px 12px;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
}

.detailcater_menu .toggle span {
    font-family: 'Poppins-regular';
    font-size: 14px;
}


.detailcater_menu .toggle-switch {
    display: inline-block;
    background: #EAEAEA;
    border-radius: 16px;
    width: 35px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
    margin-top: -8px;
}

.detailcater_menu .toggle-switch:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -30%;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
    transition: left 0.4s ease-in-out;
    /* Move time */
    transition-delay: 0.1s;
    /* Add your delay here */
}

/* When checkbox is checked */
.detailcater_menu .veg_toggle .toggle-checkbox:checked+.toggle-switch,
.detailcater_menu .menuveg_toggle .toggle-checkbox:checked+.toggle-switch {
    background: green;
}

.detailcater_menu .menunonveg_toggle .toggle-checkbox:checked+.toggle-switch,
.detailcater_menu .nonveg_toggle .toggle-checkbox:checked+.toggle-switch {
    background: #FF0000;
}


.detailcater_menu .toggle-checkbox:checked+.toggle-switch:before {
    left: calc(110% - 16px);
    transition-delay: 0.09s;
    /* Start immediately when turning ON */
}

.detailcater_menu .veg_toggle .toggle-switch:before,
.detailcater_menu .menuveg_toggle .toggle-switch:before {
    background-image: url('../image/veg_icons.png');
}

.detailcater_menu .toggle:hover:before {
    background-image: url('../image/veg_icons.png');
}

.detailcater_menu .nonveg_toggle .toggle-switch:before,
.detailcater_menu .menunonveg_toggle .toggle-switch:before {
    background-image: url('../image/nonveg_icons.png');
}

.detailcater_menu .toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.detailcater_menu .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.detailcater_menu h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
}

.main-rightmenu .item-card p img {
    width: 15px;
    height: 15px;
}

.pack_fooditem h4.foodpack_type {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins-Medium';
    font-size: 18px;
    margin: 10px 0;
}

.pack_fooditem h4.foodpack_type img {
    width: 15px;
    height: 15px;
}


.package_recoment .package_list h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins-Medium';
    font-size: 18px;
}

.package_recoment .package_list h4 img {
    width: 15px;
    height: 15px;
}

.package_recoment .package_list h6 {
    font-family: 'Poppins-Light';
    font-size: 14px;
    padding: 10px 0;
    color: #929292;
}

.package_list p.price_pack {
    font-family: 'Poppins-Medium';
    font-size: 20px;
    padding-bottom: 10px;
}

.package_list p.price_pack span {
    font-size: 16px;
    font-family: 'Poppins-Light';
}

.pack_cartbtn button {
    border: 0;
    background: #fff;
    font-family: 'Poppins-regular';
    border-radius: 5px;
}

.pack_cartbtn button.view_btn {
    background: #F7F7F7;
    color: #FC6C00;
    padding: 5px 20px;
}

.pack_cartbtn button.cart_btn {
    background: #FC6C00;
    color: #fff;
    padding: 5px 10px;
}

.package_list .pack_cartbtn {
    display: flex;
    gap: 10px;
}

.pagkage_listmain .package_recoment {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.package_recoment .package_list {
    width: 32%;
    border: 1px solid #CDCDCD;
    padding: 20px;
    border-radius: 10px;
}

.popup_listpack .modal-body h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins-Medium';
    font-size: 20px;
    color: #1E1E1E;
}

.modal-header button.close_packlist {
    position: absolute;
    top: 1%;
    right: 2%;
    background: #FC6C00;
    border: 0;
    color: #fff;
    border-radius: 3px;
    padding: 0px 5px;
}

.popup_listpack .modal-body {
    padding: 0 40px 40px;
}

.pack_popads .pack_adslist {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.pack_popads .pack_adslist p {
    font-size: 15px;
}

.popup_listpack .modal-content {
    background: #F7F7F7;
}

.popup_listpack .modal-content .modal-body ul {
    background: #fff;
    padding: 20px 40px;
    margin: 10px 0 20px;
    font-family: 'Poppins-Light';
    border-radius: 10px;
}

.popup_listpack .modal-body .pack_popads {
    background: #fff;
    padding: 20px;
    margin: 20px 0 0;
    font-family: 'Poppins-Light';
    border-radius: 10px;
}

.popup_listpack .modal-body h4 img {
    width: 15px;
    height: 15px;
}

.popup_listpack .modal-body .pack_cartbtn button {
    width: 100%;
    margin-top: 20px;
    padding: 10px 5px;
}

.popup_listpack .modal-header button.btn-closed {
    position: absolute;
    right: 2%;
    top: 1%;
    border: 0;
    background: #FA6A00;
    color: #fff;
}

.pack_popads .pack_adslist .free_lable {
    color: #1B9E45;
}

.pack_popads .pack_adslist label {
    font-size: 14px;
}

.pack_popads .pack_adslist .form_group {
    display: flex;
    gap: 5px;
    align-items: center;
}

.pack_adslist input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.detail_content .testimonial_section {
    padding: 50px 0;
    position: relative;
}

.detailtestimonial_slider .item {
    box-shadow: 0px 9.89px 7.91px 0px #3131310A;
    border: 1.21px solid #EDEDED;
    padding: 25px;
    position: relative;
    margin-top: 50px;

}

.detailtestimonial_slider .item i.fa-quote-left {
    position: absolute;
    background-color: #FC6C00;
    color: #fff;
    top: -4%;
    padding: 10px 12px;
    border-radius: 100px;
    font-size: 18px;
}

.detailtestimonial_slider .client_detail {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detailtestimonial_slider .client_detail img {
    width: 50px;
    height: 50px;
}

.detailtestimonial_slider .item p {
    color: #797979;
    font-family: 'Inter-regular';
    margin: 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    height: 250px;
    min-height: 250px;
    overflow-y: auto;
    padding-right: 10px
}

.detailtestimonial_slider .item p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.detailtestimonial_slider .owl-dots.disabled {
    display: none;
}

.detailtestimonial_slider .item p::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.detailtestimonial_slider .item p::-webkit-scrollbar-thumb {
    background-color: #FA6A00;
    border: 1px solid #FA6A00;
}

.detailtestimonial_slider .item .star i {
    color: #FE8B75;
}

.detailtestimonial_slider .client_user h4 {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    color: #453232;
}

.detailtestimonial_slider .client_user h6 {
    color: #797979;
    font-family: 'Inter-regular';
    font-size: 14px;
}

.testimonial_section h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 0px;
    text-align: center;
}

.testimonial_section p {
    font-family: 'Poppins-regular';
}

.detailtestimonial_slider .owl-nav button i {
    background-color: #FC6C00;
    color: #fff;
    padding: 15px 18px;
    border-radius: 100px;
}

.detailtestimonial_slider .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 3;
}


.detailtestimonial_slider .owl-nav .owl-prev {
    left: 0;
}

.detailtestimonial_slider .owl-nav .owl-next {
    right: 0;
}

.detailtestimonial_slider .owl-nav button:hover {
    background: transparent !important;
}

.detailtestimonial_slider .owl-dots button.owl-dot span {
    width: 13px;
    height: 13px;
    margin-top: 20px;
}

.detailtestimonial_slider .owl-dots button.owl-dot.active span {
    background: #FA6A00;
}

.detailtestimonial_slider::before {
    content: '';
    position: absolute;
    background: linear-gradient(-90deg, rgb(250 250 250 / 0%) -2.75%, #FFFFFF 79.26%);
    height: 100%;
    width: 15%;
    top: 0;
    left: 0;
    z-index: 2;
}

.detailtestimonial_slider::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(250 250 250 / 0%) -2.75%, #FFFFFF 79.26%);
    height: 100%;
    width: 15%;
    top: 0;
    right: 0;
    z-index: 2;
}

.about_catering h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 0px;
    text-align: center;
}

.about_catering p {
    font-family: 'Poppins-regular';
}

.about_catering .about_catinfo {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.about_catering .about_catinfo .item {
    background: #F3F3F3;
    padding: 20px;
    border-radius: 10px;
    width: 25%;
    text-align: center;

}

.about_catering .about_catinfo .item h4 {
    font-family: 'Poppins-regular';
    line-height: normal;
    font-size: 18px;
}

.about_catering .about_catinfo .item p {
    font-family: 'Poppins-Light';
    line-height: normal;
    font-size: 14px;
}

.cater_footer.productdetai_footer img {
    width: 150px;
}

.cater_policys .main-servi a {
    color: #fff;
    font-family: 'Gilroy-Medium';
}

.cater_policys .main-servi {
    display: flex;
    gap: 20px;
}

.productdetai_footer .cater_policys {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer.cater_footer.productdetai_footer {
    padding: 20px 0;
}


/* replace */

.detail_main .detail_cart {
    padding-top: 0;
}

.main-rightmenu .tabs {
    justify-content: space-between;
}

.ment_catgtitle h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ment_catgtitle h3 span {
    background: #FA6A00;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 11px;
    font-family: 'Poppins-regular';
}

.main-rightmenu .ment_catgtitle {
    padding: 20px 0 20px;
}

section.top_btn {
    padding: 10px 0;
}

.recent_order img {
    width: 60px;
    height: 60px;
}

.success_main .recent_order {
    background: #F4F8F5;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 25px auto 0;
    padding: 18px;
    border-radius: 10px;
    gap: 15px;
}

.recent_order h6 {
    font-size: 16px;
}

.recent_order p {
    font-family: 'Gilroy-regular';
}

.rating_main .service-rating {
    gap: 10px;
}

.success_main .rating_main {
    gap: 10px;
}


.main-rightmenu .tabs div {
    font-family: 'Gilroy-regular';
    line-height: normal;
    font-size: 17px;
}


.main-rightmenu .item-card .menu_cardimg {
    position: relative;
}

.main-rightmenu .menu_cardimg img {
    border-radius: 10px;
    width: 100%;
}

.main-rightmenu .item-card .menu_cardimg::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.4%, #090909 100%);
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: 0;
}

.main-rightmenu .delete-btn {
    z-index: 1;
    position: absolute;
    color: #000;
    font-size: 10px;
    border: 0;
    right: 5%;
    top: 5%;
    background-color: #fff;
    padding: 2px 3px 2px 7px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Lexend-regular';
    box-shadow: 0px 4px 14px 0px #0000005c;
}

.main-rightmenu .delete-btn i {
    background: #FA6A00;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    /* transform: rotate(45deg); */
    padding: 4px 4px 3px 4px;
}

.main-rightmenu .lastcard_view button {
    left: 0;
    right: 0;
    width: auto;
    justify-content: center;
    top: 0;
    bottom: 0;
    border-radius: 0;
    background: #0000009e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Lexend-regular';
    z-index: 1;
    position: absolute;
    color: #000;
    font-size: 10px;
    border: 0;
}

.item-card.lastcard_view button span {
    background: #fff;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 16px;
    color: #FC6C00;
    padding-right: 3px;
}

.item-card.lastcard_view button span i {
    font-size: 12px;
    padding: 8px 9px;
    transform: unset;
    background: #FA6A00;
    border: none;
    border-radius: 50%;
    color: #fff;
}

.detail_main .cart_order {
    display: none;
}

.detail_main .detail_cart .mobcart-click {
    display: none;
}

.section_adson .item-card::before {
    content: unset;
}

.main-rightmenu .item-card p,
.main-rightmenu .add-item p {
    font-family: 'Lexend-regular';
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    white-space: normal;
    word-wrap: break-word;
    position: absolute;
    left: 0%;
    color: #fff;
    z-index: 1;
    padding: 20px 10px 10px;
    width: 100%;
    bottom: 8%;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Popup Overlay */

.fooditem_slide .item,
.expant_maingrid .item {
    cursor: pointer;
}

.fooditem_slide .item.selected .food_info,
.expant_maingrid .item.selected .food_info {
    border: 1px solid #FC6C00;
    /* box-shadow: 0 0 10px rgba(40, 167, 69, 0.5); */
}


.popup-overlay.fooditem_popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 20px;
}

.fooditem_popup .popup-content {
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.fooditem_popup .popup-content .exapnd_itempop {
    background: #F7F7F7;
    border-radius: 20px 20px 0 0;
}

.fooditem_popup .popup-content.expanded {
    height: 95%;
    overflow-y: auto;
    max-width: 90%;
    padding: 0;
}

.fooditem_popup.expanded .popup-content {
    height: 95%;
    overflow-y: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* .fooditem_popup .close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FC6C00;
    border: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
} */
.fooditem_popup .itemsub-buttons .close-popup {
    background: #000;
    border: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.fooditem_popup .carousel-view,
.fooditem_popup .grid-view {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.fooditem_popup .carousel-view {
    padding: 25px;
}



.fooditem_popup .carousel-view.active,
.fooditem_popup .grid-view.active {
    display: block;
    opacity: 1;
}

.fooditem_popup .grid-view.active .expant_maingrid {
    display: flex;
    gap: 15px;
    padding: 25px;
    flex-wrap: wrap;
}

.fooditem_popup .grid-view img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s;
}

.fooditem_popup .grid-view img:hover {
    transform: scale(1.05);
}

.fooditem_popup .carousel-view .action-buttons {
    background: #FC6C00;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    border-radius: 0 0 12px 12px;
}

.fooditem_popup .action-buttons a {
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    font-size: 20px;
}

.fooditem_popup .food_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fooditem_popup .item {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.fooditem_popup .expant_maingrid .item {
    width: 23%;
}

.fooditem_popup .item .img1 {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: cover;

    /* mask properties applied via inline style */
    -webkit-mask-size: cover;
    mask-size: cover;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    display: block;
}

.fooditem_popup .item .food_info {
    background: #fff;
    padding: 50px 20px 20px;
    border-radius: 20px;
    margin-top: -40px;
}

.fooditem_popup .item .food_info p {
    font-family: 'Poppins-Light';
    min-height: 30px;
    font-size: 15px;
}

.fooditem_popup .item .food_info i {
    background: #FC6C00;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: 20px;
    height: 20px;
    margin: auto;
}


.exapnd_itempop .item .food_info .remove-item {
    background: transparent;
    border: 0;
    display: none;
}

.exapnd_itempop .item.selected .food_info .remove-item {
    display: flex;
    text-align: center;
    width: 100%;
}

.exapnd_itempop .item .food_info .remove-item i {
    background: green;
}


.fooditem_popup .item .food_info button {
    border: 0;
    background: transparent;
}

.fooditem_popup .item .food_info i.fa-solid.fa-check {
    background: green;
}

.fooditem_popup .popup-item.add-item.added .food_info {
    border: 1px solid green;
}

.exapnd_itempop .item.selected .food_info i.fa-plus {
    display: none;
}

.exapnd_itempop .item .food_info i.fa-plus {
    display: flex;
}

.fooditem_slide .owl-nav button i {
    background: #FC6C00;
    color: #fff;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 50px;
}

.fooditem_slide .owl-nav button {
    position: absolute;
    top: 50%;
}

.fooditem_slide .owl-nav button:hover {
    background: transparent !important;
}

.fooditem_slide .owl-nav .owl-prev {
    left: -3%;
}

.fooditem_slide .owl-nav .owl-next {
    right: -3%;
}

.fooditem_popup .itemsub-buttons button {
    background: #FC6C00;
    border: 0;
    color: #fff;
    font-family: 'Poppins-regular';
    margin: 20px 0;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 6px;
    margin: 6px;
    width: 50%;
}

.fooditem_popup .itemsub-buttons {
    text-align: center;
    display: flex;
    width: 60%;
    margin: auto;
    justify-content: center;
}


.foods_itemsearch .detailcater_menu {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.foods_itemsearch .menu_types {
    display: flex;
}

.foods_itemsearch .detailcater_menu form {
    background: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0px 4px 34px 0px #0000001A;
    display: flex;
    width: 100%;
}

.foods_itemsearch form input {
    background: #fff;
    border: 0;
    font-family: 'Poppins-regular';
    color: #000;
    padding: 8px;
    width: 100%;
}

.foods_itemsearch form input::placeholder {
    color: #000;
}

.foods_itemsearch form button {
    background: #fff;
    border: 0;
    border-left: 1px solid #000;
    font-size: 20px;
    padding: 0px 15px 0 15px;
}

.testimonial_slider .owl-dots,
.fooditem_slide .owl-dots {
    display: none;
}

.detail_main .detail_content {
    /* height: 1000px;
    overflow-y: auto; */
    width: 70%;
    border-right: 1px solid #afabab36;
}

.detail_main .cart_detailpage {
    width: 30%;
    height: 1000px;
    overflow-y: auto;
}

.detail_main .cart_detailpage::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.detail_main .cart_detailpage::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

.detail_main .cart_detailpage::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #FA6A00;
}

.detail_main .cart_detailpage .main-rightmenu .tabs {
    top: 0;
}

.detail_main .detail_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.detail_main .detail_content::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
}

.detail_main .detail_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #FA6A00;
}

.fooditem_popup .item .food_info img {
    width: 15px;
    height: 15px;
    margin: 5px auto;
    border-radius: 0;
}

.detail_main .cart_quotation {
    height: 1000px;
    overflow-y: auto;
}

.detail_main .cart_quotation::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.detail_main .cart_quotation::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

.detail_main .cart_quotation::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #FA6A00;
}

.detail_main .main_catersec img.banner {
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.detail_sec .detail_topsec {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.main-rightmenu .delete-btn.added {
    display: block;
}

.main-rightmenu .delete-btn.removed {
    display: none;
}

.fooditem_slide.owl-carousel.owl-hidden {
    opacity: 1;
}

.fooditem_popup .grid-view .grid_foodbtn {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 2;
    backdrop-filter: blur(6px);
}

.fooditem_popup .grid_foodbtn button {
    margin: 10px;
}

.popup-content.expanded .grid-view .action-buttons a {
    background: #FC6C00;
    color: #fff;
}

.fooditem_popup .grid-view .expant_maingrid {
    padding: 0px 20px 20px;
}

.exapnd_itempop .foods_itemsearch {
    padding: 20px 20px 0;
}

.main_catersec .cater_bgbanner {
    position: relative;
}

.main_catersec .cater_bgbanner .vendor_storelogo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    border-radius: 7px;
}

.main_catersec .cater_bgbanner .vendor_storelogo img {
    padding: 5px 10px;
    width: 110px;
}



.calendar_datechange .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar_datechange .calendar-header button {
    background: #FA6A00;
    color: #fff;
    border: none;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Inter-SemiBold';
}


.calendar_datechange .calendar-header span {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter-SemiBold';
}

.calendar_datechange .calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}

.calendar_datechange .day-name {
    font-weight: bold;
    background: #fa6a0030;
    padding: 5px;
    border-radius: 4px;
    font-family: 'Inter-SemiBold';
}

.calendar_datechange .day {
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter-SemiBold';
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar_datechange .day:hover {
    background: #FEE3CF;
}

.calendar_datechange .day.today {
    border: 2px solid #FA6A00;
}

.calendar_datechange .day.selected {
    background: #FA6A00;
    color: #fff;
}

.calendar_datechange .time-slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
    max-height: 340px;
    overflow-y: auto;
}

.calendar_datechange .time-slot {
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter-regular';
    font-size: 14px;
}

.datapickpopup button.btn-close1 {
    border: 0;
    background: #FA6A00;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 4px 0px 4px;
    padding: 4px 10px;
    z-index: 2;
}

.cart_address h5#addressModalLabel {
    font-family: 'Inter-regular';
    width: 100%;
    text-align: center;
}

.cart_address .modal-header {
    padding-bottom: 0;
}

.calendar_datechange .time-slot:hover {
    background: #FEE3CF;
    border-color: #FA6A00;
}

.calendar_datechange .time-slot.selected {
    background: #FA6A00;
    color: #fff;
    border-color: #FA6A00;
}

.calendar_datechange .info {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
    font-family: 'Inter-regular';
    background: #eef7ff;
    padding: 8px;
    border-radius: 6px;
}

.calendar_datechange button#updateBtn {
    width: 100%;
    background: #FA6A00;
    font-family: 'Gilroy-Medium';
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    margin-top: 15px;
    font-size: 18px;
    cursor: pointer;
}

.calendar_datechange button#updateBtn:hover {
    background: #FEE3CF;
    color: #000;
    border: 1px solid #FA6A00;
}

.calendar_datechange .calender_full {
    border: 1px solid #82808073;
    border-radius: 10px;
    padding: 8px;
}

.modal-body.calendar_datechange h3 {
    font-family: 'Lexend-regular';
    margin-bottom: 20px;
    font-size: 25px;
}

.cart_emptybtn {
    background: #FA6A00;
    border: 0;
    font-family: 'Gilroy-semibold';
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}

/* .order_placecater .cart_quantity {
    display: none;
} */

.order_placecater .cart-item.items_boder h5 {
    font-family: 'Lexend-regular';
    margin-bottom: 10px;
}

.order_main ul.list-group li {
    font-size: 17px;
    font-family: 'Inter-regular';
    padding: 5px 10px;
}

.order_main .card-body h6 {
    font-size: 22px;
    font-family: 'Gilroy-bold';
    padding: 15px 0;
}

.profilr_product .prod_img img {
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.truck-icon {
    font-size: 50px;
    animation: moveTruck 2s linear forwards infinite;
}

@keyframes moveTruck {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(300px);
    }
}

div#orderAnimation button.place_order i {
    font-size: 22px;
}

.no-click {
    pointer-events: none;
    opacity: 0.8;
    cursor: default;
}

.main-rightmenu .customize.food {
    position: relative;
}

.head_pickup h3 {
    font-family: 'Inter-SemiBold';
    margin-top: 10px;
}

.head_pickup a.back_btn {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

section.order_main {
    padding-top: 25px;
}

.reason_cancel .modal-header h3 {
    text-align: center;
    width: 100%;
    font-size: 23px;
    font-family: 'Gilroy-semibold';
}

.reason_cancel .modal-header button {
    position: absolute;
    top: 4%;
    right: 2%;
}

.reason_cancel .modal-body .form-group button {
    background: #FA6A00;
    width: 100%;
    border: 0;
    color: #fff;
    margin-top: 10px;
    padding: 6px;
    font-size: 18px;
    font-family: 'Inter-regular';
}

.reason_cancel .modal-body .form-group textarea,
.reason_cancel .modal-body .form-group textarea:focus {
    height: 100px;
    font-size: 16px;
    font-family: 'Inter-regular';
    border: 1px solid;
}

.servryt_content .listing_title .menu_serach {
    display: flex;
    gap: 10px;
}


.servryt_content .listing_title .menu_serach .mob-filter {
    display: none;
}

/* .modal-backdrop.fade.show {
    display: none;
} */

.after_login .cart_count {
    position: relative;
}

.after_login .cart_count span {
    position: absolute;
    background: #1B9E45;
    padding: 2px 6px;
    border-radius: 50px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    font-size: 10px;
    right: 0;
    color: #fff;
    font-family: 'Lexend-regular';
}

.login_popup .popup_loginerror {
    background: #F8D7DA;
    border: 1px solid #721c24;
    margin-bottom: 10px;
    padding: 0;
    color: #721c24;
    border-radius: 3px;
}

.login_popup .popup_loginerror ul {
    margin: 5px 10px;
    padding: 0;
}

.login_popup .popup_loginerror ul li {
    list-style: none;
    padding: 0;
    font-size: 15px;
    font-size: 14px;
    font-family: 'Gilroy-Regular';
}

.auto-hide-error {
    transition: opacity .4s ease;
}

.auto-hide-error.hideError {
    opacity: 1;
    pointer-events: none;
}

.address-item .order_help {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.accordion-body .order_help {
    margin-top: 10px;
}

.address_addform button.address_submit,
.address_four button.address_submit {
    line-height: normal;
    background: #FA6A00;
    font-family: 'Gilroy-semibold';
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    border: 0;
    width: auto !important;
}



.order_help .btn-danger.delete-address {
    border: 1px solid #FA6A00;
    background: #fff;
    color: #FA6A00;
    border-radius: 3px;
    padding: 8px 25px;
    line-height: normal;
}

.main_catersec .product_like button {
    border: 0;
    background: transparent;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 5%;
    right: 2%;
}

.main_catersec .product_like a img {
    border: 0;
    background: transparent;
    width: 33px;
    height: 28px;
    position: absolute;
    top: 7%;
    right: 2%;
}

.otp-container.form-group.forget_pass input {
    margin-bottom: 12px;
}

.form_account .password-rules {
    font-size: 14px;
    margin-top: 6px;
    display: none;
    transition: 0.3s ease;
    gap: 10px;
    margin-bottom: 10px;

}

.form_account .password-rules span {
    display: block;
    color: red;
    user-select: none;
    pointer-events: none;
    font-family: 'Inter-regular';
    font-size: 13px;
}

.form_account .password-rules span.valid {
    color: green;
}

.form_account .show-pass-btn {
    cursor: pointer;
    font-size: 18px;
    color: #007bff;
    padding-left: 5px;
    user-select: none;
}

.login_popup .show-pass-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    background: #FC6C00;
    padding: 10px;
    border-radius: 0 6px 6px 0;
}

/* .login_popup .show-pass-btn.toggle-loginpassword,
.profile_editpage .show-pass-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
} */

.profile_editpage .form_account .password-rules span {
    font-size: 11px;
}

.login_mainacc form.cancelForm {
    margin-top: 10px;
}

.login_mainacc .form_account h2 {
    margin-bottom: 0px;
}

.pickup_main .counter-box .counter {
    display: flex;
}

.counter-box select#delivery_service {
    font-family: 'Poppins-regular';
    font-size: 15px;
}

.pickup_main .counter-box {
    width: 100%;
}

.pickup_main .counter-box .foodcounter-btn {
    border: 1px solid #ced4da;
    width: auto;
    height: auto;
}

.pickup_main .counter-box input {
    border-radius: 0;
    text-align: center;
    font-family: 'Gilroy-Medium';
}

.pickup_main .counter-box label {
    font-size: 13px;
    font-family: 'Lexend-regular';
    text-align: center;
    width: 100%;
}

.pickup_main .counter-box .foodcounter-btn.dec {
    border-radius: 6px 0 0 6px;
}

.pickup_main .counter-box .foodcounter-btn.inc {
    border-radius: 0 6px 6px 0;
}

.pickup_filter button.btn-close1 {
    background: #FA6A00;
    color: #fff;
    border: 0;
    text-align: right;
    padding: 5px 12px;
    border-radius: 5px;
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute;
}

.pickupitem_filter button.btn-close1 {
    background: #FA6A00;
    color: #fff;
    border: 0;
    text-align: right;
    padding: 5px 12px;
    border-radius: 5px;
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute;
}

.pickup_main .counter-box input {
    border-radius: 6px;
}

.pickup_main .counter-box input[type="text" i] {
    border-radius: 0px;
}

.ui-timepicker-standard {
    z-index: 999999 !important;
}

.nav_pickupvisible.active~.deliver_visible {
    display: none;
}

.pickup_visible p {
    font-size: 18px;
    font-family: 'Lexend-regular';
}

.service_main .card .wishlist-topbtn {
    position: absolute;
    right: 2%;
    top: 2%;
}

.card .wishlist-topbtn button {
    border: 0;
    background: transparent;
    padding: 0;
}

.card .wishlist-topbtn i {
    background: #fff;
    color: #000;
    padding: 6px 6px 5px;
    border-radius: 30px;
    font-size: 23px;
}

.card .wishlist-topbtn i.active-heart {
    color: #FA6A00;
}

.cart-item .foodcustomnone img {
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin-right: 5px;
}

form .select {
    position: relative;
}

form .select::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-weight: 900;
    right: 5%;
    top: 55%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #000;
    transition: all 0.3s;
}

.form-select:focus,
.form-control:focus {
    border: 1px solid #ced4da;
}

.customize.food .item-card.add-item {
    display: none;
}

.cart-error {
    background: #F8D7DA;
    border: 1px solid #721c24;
    margin-bottom: 10px;
    padding: 0;
    color: #721c24;
    border-radius: 3px;
}

.cart-error ul {
    margin-bottom: 0;
    list-style: none;
    font-family: 'Gilroy-Regular';
}

.detail_cart .cart-item .list-group-item img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 0;
}


.detail_cart .cart-item .list-group-item .remove-food-item {
    font-size: 10px;
    padding: 2px 4px;
}

.favorite_main .service_collection .card img {
    height: 150px;
    object-fit: cover;
}

.favorite_main .service_collection .collect_detial {
    display: block;
}

.favorite_main .service_collection .collt_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* responsive */
@media screen and (max-width: 2500px) {}

@media screen and (max-width: 1700px) {}


@media screen and (max-width: 1400px) {}


@media screen and (max-width: 1300px) {

    .customer_title h2 {
        font-size: 35px;
    }

    .clients-carousel .item p {
        font-size: 16px;
    }

    .login_popup .modal-dialog.modal-dialog-centered {
        max-width: 55%;
    }

    /*.cater-header nav .links {
        width: 100%;
    }*/

    /* detail Page */

    .detail_title .deliver_locat a {
        padding: 5px 8px;
        font-size: 12px;
    }

    .detail_title span.open_now {
        padding: 7px 10px;
        font-size: 13px;
    }

    .recent_order h6 {
        font-size: 14px;
    }

    .main-rightmenu .items-grid {
        overflow-x: scroll;
        overflow-y: hidden;
        width: auto;
        white-space: nowrap;
        gap: 0px;
    }

    .main-rightmenu .item-card {
        height: auto;
    }

    .main-rightmenu .items-grid::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
        background-color: #ffffff;
    }

    .main-rightmenu .items-grid::-webkit-scrollbar {
        width: 2px;
        background-color: #ffffff;
        height: 5px;
    }

    .main-rightmenu .items-grid::-webkit-scrollbar-thumb {
        background-color: #ffffff;
    }

    .main-rightmenu .add-item .main_add {
        padding: 50px;
    }

    .pack_cartbtn button {
        font-size: 14px;
    }

    .head_pickup.product_headpic .pickup_main {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .product_headpic .pickup_main .picbtn {
        gap: 10px;
        width: 20%;
    }

    .product_headpic .pickup_main .deliver_form {
        width: 100%;
    }




}

@media screen and (max-width: 1200px) {

    .cater-header nav {
        padding: 15px 2%;
    }

    .footer-inrdiv {
        width: 33%;
        margin-bottom: 30px;
    }

    .banner-section .specify_content {
        width: 75%;
    }

    .specify_content p {
        font-size: 14px;
    }

    section.banner-section h1 {
        width: 100%;
        font-size: 55px;
    }

    .clients-carousel .owl-nav {
        position: absolute;
        left: -20rem;
        bottom: 10%;
    }

    .favorite_main .service_collection .card {
        width: 48%;
    }

    /* listing Page */
    .service_main .card {
        width: 47%;
    }

    .service_main .filter-btn p {
        font-size: 11px;
    }

    .service_lft.filters h4 {
        font-size: 16px;
    }

    .service_main .service_type button {
        font-size: 12px;
        padding: 7px 4px;
        gap: 5px;
    }

    .service_main #clearFilters {
        font-size: 12px;
    }

    .service_main .service_cusion button {
        width: 46%;
        padding: 10px;
    }

    .service_bffr img {
        width: 40px;
    }

    .main-rightmenu .item-card {
        position: relative;
        cursor: pointer;
        width: 33%;
    }

    /* detail  page */
    #menu_detail .left_sidebar {
        width: 32%;
    }

    .main-rightmenu .tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        width: auto;
        white-space: nowrap;
        padding: 0 15px 0 0;
        margin-top: 25px;
    }

    .main-rightmenu .tabs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
        background-color: #fff;
    }

    .main-rightmenu .tabs::-webkit-scrollbar {
        width: 2px;
        background-color: #fff;
        height: 1px;
    }

    .main-rightmenu .tabs::-webkit-scrollbar-thumb {
        background-color: #fff;
    }

    .detail_cart .cart-details {
        width: 100%;
    }

    .main-rightmenu .tabs div {
        margin: 0 20px 10px 0;
        padding-bottom: 0;
    }

    .detail_title .deliver_locat {
        margin-top: 20px;
        gap: 7px;
    }

    .detail_cart .date-time,
    .detail_cart .change-link {
        font-size: 14px;
    }


    .rating_main .service-rating,
    .success_main .recent_order {
        gap: 10px;
        width: 100%;
    }

    .service-rating h5,
    .service-rating h5 i {
        font-size: 12px;
    }

    .service-rating .rate_cont p {
        font-size: 11px;
    }

    .recent_order img {
        width: 50px;
        height: 50px;
    }


    .detail_main .descripction p {
        font-size: 14px;
        line-height: 30px;
    }

    .left_sidebar .create-menu,
    .detail_title h5 {
        font-size: 12px;
        line-height: normal;
    }

    /* cart page */
    .cart_payment .apply-coupon button {
        font-size: 14px;
    }

    /* restaurant Page */

    .restaurant_lft .step_innr h5 {
        font-size: 14px;
    }

    .restaurant_lft .step_innr h4 {
        font-size: 18px;
    }

    /* form */
    .singup_section .form_main {
        width: 80%;
    }

    .order_placecater .cart_quantity .dropdown-row p {
        font-size: 11px;
    }


    .package_recoment .package_list {
        width: 48%;
    }

    .item-card.lastcard_view button span {
        font-size: 13px;
    }

    .item-card.lastcard_view button span i {
        font-size: 11px;
        padding: 5px 6px;
    }

    .main-rightmenu .item-card p,
    .main-rightmenu .add-item p {
        align-items: start;
    }

    .main-rightmenu .item-card p img {
        margin-top: 5px;
    }

    .product_headpic .deliver_pick {
        display: none;
    }

    .head_pickup.product_headpic .event_edit {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .popup_productpic .deliver_form form {
        display: block;
        text-align: left;
        margin-top: 10px;
    }

    .popup_productpic .pickup_main .picbtn {
        width: 90%;
        margin: 15px auto 0;
        gap: 8px;
    }

    .popup_productpic .pickup_main .deliver_form {
        margin-top: 0;
        width: 100%;
    }

    .popup_productpic .pick_submit button {
        font-size: 13px;
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
        font-size: 16px;
        width: 50%;
    }

    .popup_productpic .pickup_main .counter-box label {
        font-size: 14px;
        text-align: left;
        margin: 7px 0;
    }

    .popup_productpic form .pick_submit {
        width: 100%;
    }

    .head_pickup .event_edit h3 {
        margin-top: 0;
    }


}

@media screen and (max-width: 1100px) {


    .cater-header .links li {
        position: relative;
        margin: 0 6px;
    }

    .choose_cont .vision_main {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .why_choose .choose_main {
        position: relative;
        z-index: 1;
        flex-wrap: wrap;
        gap: 30px;
    }

    .why_choose .choose_main>div {
        width: 100%;
        padding: 0;
    }

    /* listing Page */
    .category_main .category_innr {
        width: 70%;
    }

    .login_popup.singup_popup .modal-dialog.modal-dialog-centered {
        max-width: 80%;
    }

    .head_pickup .pickup_main {
        gap: 15px;
    }

    .pickup_main .picbtn {
        gap: 10px;
        width: 22%;
    }

    .pickup_main .counter-box .foodcounter-btn {
        font-size: 10px;
    }

    .pickup_main .picbtn-link {
        font-size: 14px;
    }

    .pickup_main .counter-box input {
        font-size: 14px;
    }

    .pickup_main .counter-box label {
        font-size: 12px;
    }

    .pickup_visible p {
        font-size: 16px;
    }

    .pickup_main .product_detailpick .picbtn-link {
        font-size: 12px;
    }

    .service_main .head_pickup {
        padding: 20px 5px 10px;
    }

}

@media screen and (max-width: 992px) {

    .col-lg-4.cart_detailpage.pb-5 {
        display: none;
    }

    .goback-btn .brdcrmb,
    .top_btn .brdcrmb {
        display: none;
    }

    .cater-header .mobile_headline .after_login {
        gap: 15px;
    }

    .mobile_headline .user_btn i,
    .mobile_headline .search_head i {
        font-size: 33px;
        color: #fff;
    }

    .mobile_headline .after_login p img {
        width: 35px;
        height: 35px;
        margin-bottom: 5px;
    }

    .cater-header nav .search-bar {
        transition: width 0.3s ease;
        white-space: nowrap;
        position: absolute;
        z-index: 99;
        bottom: -3rem;
        left: 0;
        right: 0;
        background: #FFF3EB;
        padding: 10px 0;
    }


    .cater-header nav .search-bar form {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        margin: auto;
    }

    .cater-header .search-bar form .searchTerm {
        padding: 5px 10px;
        font-family: 'Inter';
        width: 78%;
        border-radius: 10px;
    }

    .cater-header .searchButton {
        background: none;
        border: none;
        font-size: 23px;
        padding: 0 18px;
    }

    .cater-header .close-search {
        background: none;
        border: none;
        font-size: 25px;
        color: #000;
        cursor: pointer;
    }

    .cater-header nav .mobile_headline {
        display: flex;
        align-items: center;
        gap: 20px;
        width: auto;
    }

    .cater-header nav .mobile_headline.login_head {
        width: auto;
    }

    .top_btn .back-btn {
        display: block;
    }

    .goback-btn .back-btn {
        display: block;
    }

    .goback-btn .back-btn a {
        font-family: 'Gilroy-semibold';

        letter-spacing: 0.5px;
    }

    li.user_btn i {
        color: #fff;
    }

    .cater-header .search_list {
        display: none;
    }

    .cater-header nav {
        padding: 20px 4%;
        box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    }

    .cater-header nav .links {
        position: fixed;
        z-index: 9;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 100%;
        flex-direction: column;
        background-color: #fff;
        justify-content: flex-start;
        align-items: center;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
        height: 0;
    }

    .cater-header nav .links a:not(:has(img)) {
        font-size: 18px;
        color: #000000;
    }

    .cater-header nav .links {
        gap: 0px;
        padding-left: 0;
    }

    li.header-btn {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0%;
    }

    .cater-header nav .links li.header-btn a {
        border-radius: 0px;
        font-size: 20px;
        padding: 10px;
    }

    .cater-header nav .icon-burger {
        display: flex;
    }

    nav .icon-burger .line {
        width: 30px;
    }

    .cater-header #nav-toggle:checked~.links {
        height: 92%;
        top: 4.4rem;
        padding: 30px 0;
        width: 100%;
        display: flex;
        gap: 22px;
        text-align: left;
    }

    .cater-header .links li .dropdown li {
        padding: 0;
    }

    .cater-header .dropdown-parent span::before {
        right: -20px;
        color: #000;
        transition: all 0.3s;
    }

    .cater-header .dropdown-parent:hover span::before {
        top: -0.4rem;
    }

    .cater-header .links .sing_up a,
    .cater-header .links button.sing_up {
        width: 50%;
        background: #FA6A00;
    }

    .cater-header .links .login_btn a,
    .cater-header .links button.login_btn {
        text-align: center;
        border: 1px solid #FA6A00 !important;
        width: 50%;
    }

    .cater-header nav .login_btn a {
        color: #fff !important;
    }

    /* Animate burger icon */
    .cater-header #nav-toggle:checked~.mobile_headline .icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    .cater-header #nav-toggle:checked~.mobile_headline .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    .cater-header #nav-toggle:checked~.mobile_headline .icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    section.counter-main {
        margin: 0px;
    }

    .cater-header #nav-toggle:checked~.links p,
    .cater-header .dropdown-parent {
        width: 95%;
    }

    .cater-header .mobile_headline .dropdown-parent ul.dropdown {
        position: absolute;
        top: 100%;
        left: -100%;
    }

    .cater-header nav .links .profile_head {
        width: 95%;
        margin: 0 auto;
        gap: 10px;
    }

    .cater-header .links .login_btn a {
        background: transparent;
        margin: 0;
    }


    .cater-header .dropdown {
        display: none;
        position: relative;
        top: 0%;
        width: 100%;
        left: -2%;
        background: #fff;
        color: #000;
        list-style: none;
        padding: 10px 0;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    }

    .cater-header .links li {
        width: 100%;
        padding-left: 30px;
    }

    .cater-header li.header-btn {
        position: absolute;
        bottom: 3%;
        padding-left: 0;
    }

    .footer-inrmain {
        justify-content: center;
        width: 100%;
        margin: auto;
    }

    .footer-inrdiv {
        width: 50%;
        margin-bottom: 30px;
    }

    footer.cater_footer {
        padding: 50px 0 20px;
    }

    /* main Pages */

    /* home Page */

    section.banner-section {
        background-image: url(../image/banner_bg.png);
        padding: 30px 0 250px;
    }

    .banner-section .specify_content {
        width: 100%;
    }

    .specify_content p {
        font-size: 16px;
    }

    .heart_feast .feast_img {
        text-align: center;
    }

    .banner-section .banner_main {
        width: 100%;
        margin: auto;
        position: relative;
        z-index: 1;
    }

    section::before {
        width: 14%;
        height: 36%;
    }

    .banner_subscribe,
    .banner-sectin .specify_content {
        width: 100%;
        margin: auto;
    }

    .buffer_main .buffer-innr {
        width: 50%;
        margin-bottom: 30px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        gap: 10px;
    }

    .buffer_main .buffer-cont {
        width: 100%;
    }

    section.buffeer_sec {
        background: #F2F4F7;
        padding: 30px 0;
    }

    .greet_meet .parties_innr {
        width: 50%;
    }

    section.greet_meet .container::before,
    section.greet_meet .container::after {
        background-size: 100%;
        top: -1%;
        right: 0;
    }

    .why_choose .counter-number {
        padding: 40px 30px 0px;
    }

    section.greet_meet::after {
        background-size: 100%;
        width: 30%;
        height: 15%;
        left: -5%;
    }

    section.greet_meet::before {
        height: 13%;
        background-size: 100%;
    }

    .cater_main.row {
        gap: 50px;
        width: 100%;
        margin: auto;
    }

    .feast_main.row {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .counter-item .counter-innr {
        width: 50%;
        margin-bottom: 30px;
    }

    .customer_title h2 {
        font-size: 35px;
        margin-bottom: 30px;
        margin-top: 0;
        font-family: 'Inter-Bold';
    }

    .customer_title h2 span {
        font-family: unset;
    }

    .clients-carousel .owl-nav {
        display: none;
    }

    .clients-carousel .owl-dots {
        display: block;
        margin-top: 30px;
    }

    section.customer_review {
        padding: 40px 0;
    }

    .contact_sec .contact_main {
        gap: 30px;
        padding: 50px 20px;
    }

    .contact_map iframe {
        width: 100%;
        height: 300px;
        margin: auto;
        z-index: 1;
        position: relative;
    }

    .contact_main::before {
        width: 100%;
        height: 25%;
        right: 0;
        top: unset;
        bottom: 0;
    }

    section.why_choose::after {
        display: none;
    }

    section.customer_review {
        background-image: url(../image/banner_bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    /* listing page */
    .pick_submit button {
        font-size: 13px;
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
        width: 50%;
        font-size: 16px;
    }


    form .pick_submit {
        width: 100%;
    }

    .search_form button.searchButton {
        background: #FA6A00;
        border: 0;
        padding: 8px 12px;
        color: #fff;
        border-radius: 0 4px 4px 0;
    }

    .search_form input.searchTerm {
        margin-left: 10px;
        padding: 10px 0;
    }

    .head_pickup .event_edit {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .service_main .menu_serach {
        display: flex;
        padding: 10px 0 0px;
        width: 100%;
    }

    .servryt_content .listing_title {
        padding: 10px 0;
        flex-wrap: wrap;
        gap: 0px;
    }

    .menu_serach .mob-filter {
        width: 30%;
        display: flex;
        justify-content: end;
    }

    .service_listing .servryt_content,
    .pickup_main .deliver_form {
        width: 100%;
    }

    .pickup_main .picbtn {
        width: 90%;
        margin: 15px auto 0;
        gap: 8px;
    }

    .head_pickup .deliver_pick {
        display: none;
        position: fixed;
        top: 20%;
        margin: auto;
        width: 50% !important;
        background: white;
        box-shadow: 0 0 10px 1000px rgb(0 0 0 / 80%);
        z-index: 3;
        left: 0;
        padding: 50px 30px 40px;
        overflow: scroll;
        right: 0;
    }

    .head_pickup .pickup_main {
        flex-wrap: wrap;
        gap: 0;
    }

    .deliver_form .tab-pane {
        margin-top: 30px;
    }

    .deliver_form form {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .deliver_form .form-group {
        width: 100% !important;
    }

    .deliver_pick .reveal-click1 {
        display: block;
        position: absolute;
        top: 1%;
        right: 2%;
        font-size: 20px;
    }

    .service_main .service_cusion button {
        width: 23%;
    }

    .service_listing .service_lft {
        display: none;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .modal-body.service_main {
        padding: 10px 35px;
    }

    section .reveal-click {
        text-align: right;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .menu_serach .mob-filter button {
        position: unset;
    }

    .service_main .filter-group {
        margin-bottom: 2rem;
    }

    /* .collt_title span {
        position: absolute;
        top: 2%;
        right: 2%;
    } */

    .collect_detial .collt_title button {
        background: #ffffff;
        padding: 7px 6px 2px;
        border-radius: 100px;
    }

    .service_main #clearFilters {
        font-size: 15px;
    }

    /* detail Page */
    /* mobile Detail */
    .detail_main .catering_menu {
        margin: 20px 0;
    }

    .service_lft .filters_title h3 {
        border-top: 0;
        margin-top: 20px;
    }

    .left_sidebar .pick_submit {
        gap: 10px;
    }

    .head_pickup .event_edit button {
        padding: 8px 10px;
    }

    /*.detail_title span.open_now {
        display: none;
    }*/

    .detail_main .descripction p {
        margin-top: 15px;
    }


    .detail_content .desktop_detail {
        display: none;
    }

    .detail_content .mobile_detail {
        display: block;
        margin-top: 0px;
    }

    .service-rating .rate_cont p {
        font-size: 13px;
    }

    .success_main .rating_main {
        margin: 15px 0;
    }

    .deliver_locat a {
        border: 2px solid #9C9C9C;
        padding: 5px 20px;
        font-family: 'Gilroy-semibold';
        border-radius: 10px;
        color: #696969;
        font-size: 16px;
    }

    .success_main .recent_order {
        margin: 10px 0;
    }

    .detail_title .deliver_locat {
        margin-top: 10px;
    }

    .detailcater_menu .toggle-switch:before {
        top: -20%;
    }

    .detail_title span.open_now {
        position: relative;
    }

    section.top_btn .brdcrmb {
        display: none;
    }

    section.top_btn {
        padding: 30px 0;
    }

    .detail_main .cart_order {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 0;
        z-index: 4;
    }

    .cart_order button.mobcart-click {
        width: 100%;
        border: 0;
        background: #FA6A00;
        color: #fff;
        font-family: 'Gilroy-semibold';

        font-size: 18px;
        padding: 10px 25px;
        border-radius: 0;
        text-align: center;
    }

    .detail_main .detail_cart .mobcart-click {
        display: block;
        background: #fff;
        border: 0;
        font-size: 22px;
    }

    .detail_cart .cart-item img {
        width: 100px;
        height: 100px;
    }

    #menu_detail .left_sidebar {
        display: none;
        position: fixed;
        top: 10%;
        margin: auto;
        width: 60% !important;
        background: white;
        box-shadow: 0 0 10px 1000px rgb(0 0 0 / 80%);
        z-index: 4;
        left: 0;
        padding: 30px 40px;
        height: 80%;
        overflow-y: scroll;
        right: 0;
        z-index: 5;
        z-index: 99;
        margin: 10px auto;
        border-radius: 10px;
    }

    .left_sidebar .create-menu::before {
        padding: 2px 7px;
        right: -1%;
    }

    .main-rightmenu .tabs div {
        font-size: 15px;
    }

    .main-rightmenu .tabs .active {
        border-bottom: 3px solid #FA6A00 !important;
        color: #FA6A00 !important;
    }

    .main-rightmenu .mobile_menufilt button {
        background: transparent;
        display: block;
        border: 0;
        font-family: 'Gilroy-semibold';

        font-size: 18px;
        text-decoration: underline;
    }

    .customer_menu .menufilt-click {
        display: block;
        text-align: right;
        position: absolute;
        top: 0.7%;
        right: 1%;
        width: auto;
        background: #FA6A00;
        color: #fff;
        border: 0;
        border-radius: 5px;
    }

    .main-rightmenu button.menufilt-click {
        color: #000;
    }

    .mobile_menufilt button.menufilt-click {
        position: unset;
        border: 2px solid #9C9C9C;
        border-radius: 8px;
        padding: 8px 10px;
        text-decoration: none;
        font-size: 14px;
    }

    .left_sidebar .selct_varient button {
        padding: 15px 0px 25px;
    }

    .selct_varient button.menufilt {
        text-align: right;
    }

    .main-rightmenu .mobile_menufilt {
        text-align: right;
        display: flex;
        justify-content: right;
    }

    .detail_title h1 {
        font-size: 40px;
    }

    /* .detail_title .deliver_locat {
        gap: 10px;
    } */

    .cart_close .mobcart-click {
        position: absolute;
        top: 2%;
        right: 2%;
    }


    /* cart page */
    .cart_main .cart_left {
        margin: 0;
    }

    .cart_main .cart_payment {
        padding: 50px 15px;
    }

    section.breadcrmb_sec {
        margin-top: 1rem;
        padding: 20px 0;
    }

    .checkout_main.row {
        align-items: start;
        gap: 30px;
    }


    /* order Page */
    .order_shipmain .cart_payment {
        padding: 0;
        margin: 0;
    }

    .order_secion .back_home {
        border: 0;
    }

    .cart_main .order_shipmain {
        align-items: start;
        margin-top: 50px;
        padding: 0 20px;
    }

    /* restaurant Page */
    .restaurant_main .restaurant_lft {
        position: unset;
        margin-bottom: 50px;
        padding: 0;
    }

    .restaurant_lft .step_innr h5 {
        font-size: 16px;
    }

    .profile_detail .profile_check {
        flex-wrap: wrap;
    }

    .profile_check .profile-credit {
        width: 100%;
        padding: 30px 10px;
    }


    .profile_check .profile_nav {
        display: flex;
        flex-direction: unset !important;
        padding: 15px 10px 10px;
        border-radius: 0;
        position: relative;
        overflow: scroll;
        flex-wrap: nowrap;
        overflow-y: hidden;
        width: auto;
        white-space: nowrap;
    }

    .profile_check .profile_nav button {
        margin: 8px 30px;
        background: #ffefe39c;
        padding: 0 0 5px;
    }

    .profile_nav button.active {
        background: transparent !important;
        /* border-bottom: 2px solid; */
    }

    /* .profile_nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .profile_nav::-webkit-scrollbar {
        width: 2px;
        background-color: #F5F5F5;
        height: 4px;
    }

    .profile_nav::-webkit-scrollbar-thumb {
        background-color: #FA6A00;
        border: 0px solid #555555;
    } */

    /* profile Page */
    .profile_section .profile_detail {
        padding: 10px;
        margin: 30px 10px;
    }

    .profile_list .profilr_product,
    .profilr_product .prod_ordered {
        flex-wrap: wrap;
        justify-content: left;
        margin-top: 20px;
        gap: 5px;
    }



    .profilr_product .oreder_head {
        gap: 0px;
    }

    .prod_ordered .oreder_head h4 {
        display: flex;
        flex-wrap: wrap;
        font-size: 18px;
    }

    .profilr_product .prod_img {
        width: 30%;
    }

    .profile_check .profile_list {
        padding: 10px;
    }

    .profile_list .reorder_profile h5 {
/*        flex-wrap: wrap;*/
        gap: 10px;
    }

    .reorder_profile .order_help {
        padding: 10px 0;
    }

    .profile_list .reorder_profile {
        padding: 20px 10px 0;
        width: 100%;
        margin-top: 0;
    }

    .profile_check .profile-credit {
        padding: 30px 0px 0;
    }

    .checkout_main h2 {
        margin: 0px 0 40px;
    }

    .mobile_profile .accordion-button::after {
        background-size: 15px;
        background-position: center bottom;
    }

    .profile_section h2 {
        margin-bottom: 0;
    }

    .mobile_profile .accordion-item {
        border-radius: 0;
        margin: 10px 0;
        border: 1px solid #00000042;
    }

    .accordion-button:focus {
        border-color: unset;
        outline: 0;
        box-shadow: unset;
        color: #000;
    }

    .mobile_profile .accordion-button {
        background: #FEEEE2;
        color: #000;
        gap: 10px;
    }

    /* form */
    /* .singup_section .form_main>div {
        width: 50%;
    } */

    .form_main .form_content {
        display: none;
    }

    .singup_section .form_main {
        width: 100%;
        margin: 10px 0;
    }

    .form_main.row.form_registermain {
        width: 100%;
        border-radius: 0;
    }

    .singup_section .main_register ul {
        border-radius: 0;
    }

    .singup_section .form_main::after,
    .singup_section .form_main::before {
        display: none;
    }

    .service_lft .filter-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .service_main .filter-actions button {
        width: 50%;
        padding: 6px;
        border-radius: 3px;
        margin-bottom: 30px;
    }

    .service_main .filter-actions #applyFilterBtn {
        background: #FA6A00;
        color: #fff;
    }

    .service_main .filter-actions #cancelFilterBtn {
        border: 1px solid #FA6A00;
        color: #FA6A00;
        background: #fff;
    }

    .favorite_main .service_collection .card {
        width: 31%;
    }

    .my-account_edit-form .profile_edit a {
        font-size: 14px;
        margin-top: 25px;
    }

    .deliver_locat.mobile_share {
        position: relative;
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .mobile_share .product_listshare {
        position: relative;
    }

    .deliver_locat.mobile_share .product_listshare .social {
        position: absolute;
        bottom: 2.7rem;
        right: -3rem;
    }

    .mobile_share .product_listshare .social li a {
        padding: 8px 10px;
    }

    .mobile_share .product_listshare a {
        padding: 8px 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }


    .deliver_locat a,
    .mobile_share .product_listshare,
    .deliver_locat .product_listshare {
        width: 32%;
        text-align: center;
    }

    .mobile_headline a img {
        width: 38px;
        height: 38px;
        margin-top: 0;
    }

    .profile_detail .button_createadd {
        align-items: center;
        margin: 30px 0 30px;
    }

    .profile_list .profilr_product {
        display: flex;
        box-shadow: 10px 10px 194px 0px #02060C1A;
        border-radius: 10px;
        border: 1px solid #D9D9D9;
        margin-bottom: 10px;
        padding: 10px;
    }

    .cart_quotation .cart_producrdetl {
        display: block;
    }

    .detail_main .detail_content {
        height: auto;
        overflow: visible;
    }

    .detail_main.row>div {
        width: 100%;
        padding: 0;
    }

    .detail_main.row {
        width: 100%;
    }

    .fooditem_popup .expant_maingrid .item {
        width: 31%;
    }

    section.service_main .service_listing {
        display: flex;
        padding: 20px 0 50px;
    }


    .servryt_content .listing_title span {
        display: none;
    }

    .listing_title h1 {
        width: 100%;
    }

    .service_listing .servryt_content .goback-btn {
        padding-top: 15px;
    }

    .servryt_content .listing_title .menu_serach .mob-filter {
        display: block;
    }

    .main_listing .servryt_content .goback-btn {
        padding: 0 !important;
    }

    .servryt_content .category_main {
        margin: 10px 0 20px;
    }

    .detail_main .detail_content {
        border: 0;
    }

    .main-rightmenu .tabs {
        margin: 10px 0 !important;
    }


    .detail_title p {
        margin: 10px 0 15px;
        text-align: left;
    }

    .main-rightmenu .pagkage_listmain .ment_catgtitle {
        padding: 10px 0;
    }

    .pickup_main .counter-box label {
        font-size: 15px;
        font-family: 'Lexend-regular';
        text-align: left;
        width: 100%;
        margin-bottom: 2px;
    }

    .pickup_main .counter-box input {
        text-align: left;
    }

    .pickup_main .counter-box input[type="text" i] {
        text-align: center;
    }

    .service_main .head_pickup {
        padding: 30px 10px 10px;
    }

    .login_popup .modal-header {
        position: relative;
        padding: 10px;
    }

    .login_popup .modal-header button {
        opacity: 1;
        background-color: transparent;
    }

    .main_catersec .product_like {
        position: absolute;
        top: 4%;
        right: 4%;
    }

    .restaurant_lft .details_step {
        margin-top: 20px;
    }

    section.restaurant_sec {
        padding-top: 40px;
    }

    .service_main .card {
        box-shadow: 0px 0px 5px 3px #0000000a;
    }

    .detailtestimonial_slider::after,
    .detailtestimonial_slider::before,
    .detailtestimonial_slider .owl-nav {
        display: none;
    }

    .productdetai_footer .cater_policys {
        flex-wrap: wrap;
        gap: 10px;
    }

    .service_lft h3 span i {
        font-size: 20px;
    }

    .service_lft h3 {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .category_main .filter-btn {
        padding: 8px 20px;
    }

}


@media screen and (max-width: 767px) {
    .footer-inrdiv {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-mainsec {
        width: 100%;
    }

    .copy-ryt p {
        text-align: center;
    }

    .parties_moment h3 {
        font-size: 25px;
    }

    .parties_moment a {
        border-radius: 100px;
        font-size: 10px;
        padding: 10px 20px;
    }

    .counter-item .element-number span {
        font-size: 40px;
        line-height: 20px;
    }

    .counter-item .counter-innr p {
        margin-bottom: 5px;
    }

    .vision_main .our_number {
        font-size: 15px;
        padding: 15px;
    }

    .specify_content p img {
        width: 30px;
        padding-right: 10px;
    }

    section.banner-section h1 {
        text-align: left;
    }

    .specify_content p {
        justify-content: left;
    }

    .specify_content>div {
        width: 100%;
    }

    .specify_content .specify_ryt {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
    }

    section.banner-section::before {
        content: '';
        position: absolute;
        background-image: url(../image/banner_mob.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 90%;
        bottom: 0rem;
        left: 0rem;
        transform: unset;
        background-position: bottom;
    }

    .banner-section .banner_main {
        width: 90%;
        margin-top: 15px;
    }

    /* listing page */

    .category_main .category_innr {
        width: 100%;
    }

    /* detail page */
    .detail_main .detail_deliver {
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 20px;
    }

    .cater_main.row {
        gap: 20px;
    }

    .detail_deliver>div {
        width: 100%;
        position: relative;
    }

    .catering_menu ul#menu_tab {
        gap: 20px;
        justify-content: space-between;
    }

    .main-rightmenu {
        width: 100%;
        padding: 0;
    }


    /* Cart Page */

    .delivery_main .order_cont {
        padding: 30px 10px;
    }

    .shippin_progress .ship_innr p {
        font-size: 12px
    }

    .breadcrmb_sec .shippin_progress {
        justify-content: space-around;
    }

    .shippin_progress .ship_innr::before {
        content: '';
        position: absolute;
        width: 46px;
        border-bottom: 2px solid #C3D2CC;
        height: 5px;
        right: -22%;
    }

    /* contarct Page */
    /* section.restaurant_sec {
        padding-top: 50px;
    } */

    .contract_detail .commision_innr .info_content {
        top: -85px;
    }

    .contract_detail .commision_innr .info_content {
        top: -54px;
        width: 100%;
    }

    .reorder_profile .order_help a {
        width: auto;
    }

    /* form */
    /* .form_main .form_content {
        display: none;
    } */

    /* .singup_section .form_main>div {
        width: 100%;
        padding: 30px;
    } */

    .favorite_main .service_collection .card {
        width: 58%;
    }

    .service_collection h4,
    .service_collection p i {
        font-size: 15px;
    }

    .my-account_edit-form .form-new-product {
        margin: 10px;
    }

    .login_popup .modal-dialog.modal-dialog-centered {
        max-width: 80%;
    }

    .order_main .head_pickup .card-body .row .col-md-2.text-center {
        width: 48%;
        padding: 0;
    }

    /* .order_main .head_pickup .card-body .row {
        gap: 10px;
    } */

    .detail_main .detail_deliver {
        gap: 10px;
    }

    .about_catering .about_catinfo {
        flex-wrap: wrap;
    }

    .about_catering .about_catinfo .item {
        width: 48%;
    }

    .detail_deliver>div {
        width: 100% !important;
    }

    .main_catersec img.banner {
        height: 200px;
        object-fit: cover;
    }

    .fooditem_popup .itemsub-buttons {
        width: 100%;
    }

    .form-group label {
        padding: 10px 0 5px;
    }

    .singup_popup .form_account .form-group {
        padding: 0;
    }

    .form-check .form-check-input {
        float: left;
        margin-left: -1.4em;
        margin-top: 0.6rem;
    }

    .form_main .form_minilogo {
        width: 35px;
        height: 35px;
    }

    .productdetai_footer .cater_policys {
        justify-content: start;
        gap: 20px;
    }

    .service_main .card .wishlist-topbtn {
        top: 3%;
    }
}

@media screen and (max-width: 600px) {

    .detailtestimonial_slider .item i.fa-quote-left {
        position: absolute;
        background-color: #FC6C00;
        color: #fff;
        top: -4%;
        padding: 11px 12px;
        border-radius: 100px;
        font-size: 16px;
    }


    .service_listing .servryt_content .goback-btn {
        padding-top: 5px;
    }

    .row {
        margin: auto;
    }

    .main-rightmenu .item-card {
        width: 48%;
    }

    /* footer */
    section.heart_feast,
    section.why_choose {
        padding: 50px 0;
    }

    .cater-header nav .logo {
        width: 120px;
        height: auto;
    }

    .footer-inrdiv {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-inrdiv .main-servi p {
        position: relative;
        line-height: 22px;
    }

    /* .footer-inrdiv p a {
        font-size: 15px;
    } */

    .foot_subscribe .subscribe_form {
        width: 95%;
        margin: auto;
    }

    .subscribe_form .form-group input {
        font-size: 14px;
    }

    .subscribe_form i {
        font-size: 12px;
    }

    .subscribe_form button {
        padding: 10px 25px;
    }

    .foot_subscribe img {
        display: none;
    }

    .subscribe_form .form-group {
        width: 100%;
    }


    /* footer */

    /* home Page */
    .sub_title {
        font-size: 16px;
    }

    .sub_heading {
        font-family: 'Gilroy-extra-bold';
        margin: 0px 0 10px;
        font-size: 28px;
    }

    p.sub_text {
        font-size: 14px;
        line-height: 25px;
    }

    section.banner-section h1 {
        width: 100%;
        font-size: 40px;
    }

    section.greet_meet {
        background: #FBF9F3;
        padding: 40px 0;
        overflow: hidden;
    }

    .meet_heading p {
        width: 100%;
        font-size: 15px;
    }

    .fixed_addcart .add_cart .quote-button {
        font-size: 12px;
    }

    .fixed_addcart .item-name p {
        font-family: 'Gilroy-semibold';
        font-size: 25px;
    }

    .counter-item .counter-innr p {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .customer_title h2,
    .contact_form h2 {
        font-size: 30px;
    }

    .contact_form p {
        font-size: 15px;
        margin-top: 10px;
        line-height: normal;
        line-height: 25px;
    }

    .contact-form .form_main {
        gap: 0;
        flex-wrap: wrap;
    }

    .contact-form .form-group {
        margin: 10px 0 10px;
    }

    .feast_main.row>div,
    .cater_main.row>div {
        padding: 0;
    }

    form.contact-form {
        margin-top: 30px;
    }

    .contact-form .enquiry-brn button {
        font-size: 16px;
        ;
        padding: 10px 12px;
        width: 100%;
    }

    .contact-form .enquiry-brn.mt-5 {
        margin-top: 2rem !important;
    }

    .contact_map iframe {
        height: 200px;
    }

    .contact_main::before {
        height: 15%;
    }

    .contact_sec .contact_main {
        padding: 50px 10px;
        gap: 50px;
        margin: 5px;
    }

    section.greet_meet::after,
    section.greet_meet::before {
        display: none
    }

    /* Listing Page */
    .search_form button.searchButton {
        padding: 5px 15px;
    }

    .search_form button.searchButton i {
        font-size: 15px;
    }

    .category_main .filter-btn {
        font-size: 15px;
        padding: 5px 10px;
    }

    .menu_serach .mob-filter button {
        font-size: 12px;
        padding: 8px;
    }

    .collt_title span i {
        font-size: 22px;
    }

    .service_collection h6 {
        padding-top: 0;
    }

    .servryt_content .pagination-wrapper .pag-info {
        justify-content: center;
    }

    .service_lft h3 {
        font-size: 20px;
    }

    .pagination-wrapper .pag-btn,
    .pagination-wrapper button.main_nexbtn {
        font-size: 13px;
    }


    .service_main .card {
        width: 100%;
        box-shadow: 0px 0px 5px 3px #0000000a;
        margin-bottom: 10px;
    }

    .service_collection h6,
    .service_collection p,
    .service_collection .food_style {
        font-size: 10px;
    }

    .service_main .service_collection {
        gap: 10px;
    }

    .service_main .card img {
        border-radius: 6px 6px 0 0;
        height: 150px;
        object-fit: cover;
        object-position: top;
    }

    .service_main .head_pickup {
        padding: 20px 0 15px;
        margin-bottom: 0;
    }



    /* filer css */

    .head_pickup .deliver_pick {
        width: 100% !important;
        top: 15%;
        padding-top: 80px;
    }

    .deliver_pick .reveal-click1 {
        top: 2%;
        right: 3%;
    }


    section .reveal-click {
        top: 8%;
        right: 3%;
    }

    .detail_main .detail_cart {
        width: 100% !important;
        top: 0%;
        height: 100%;
        padding: 130px 10px;
    }

    .cart_close .mobcart-click {
        top: 12%;
        right: 3%;
    }

    #menu_detail .left_sidebar {
        width: 95% !important;
        height: 98%;
        top: 0;
        margin: 10px auto;
        bottom: 0;
        padding: 40px 20px 0;
    }

    .customer_menu .menufilt-click i {
        font-size: 20px;
        padding: 3px 0 0px;
    }

    .left_sidebar .pick_submit {
        gap: 10px;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        padding: 15px;
        box-shadow: 0px 0px 5px 3px #0000001A;
    }

    /* filer css */

    /* detail page */
    /* mobile detail */
    .main-rightmenu .tabs {
        top: 4rem;
    }

    .catering_slider .owl-dots {
        margin: 20px 0 !important;
        position: absolute;
        bottom: -2%;
        left: 0;
        right: 0;
    }

    section.top_btn {
        padding: 30px 0;
    }

    .mobile_detail .catering_slider {
        margin-bottom: 20px;
    }

    .deliver_locat {
        display: flex;
        gap: 10px;
        justify-content: space-around;
    }

    .deliver_locat a {
        padding: 10px;
        font-size: 14px;
        width: 32%;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    div#lightbox .dish_gallery {
        padding: 2rem;
    }

    .dish_gallery .items-grid {
        flex-wrap: wrap;
    }

    .dish_gallery .items-grid .item-card {
        width: 48%;
    }

    .dish_gallery .lightbox-actions button {
        border: 0;
        padding: 7px 25px;
        font-size: 15px;
        width: 48%;
        font-family: 'Poppins-Medium';
    }

    /* Cart page */
    .cart_left .cart-item {
        flex-wrap: wrap
    }

    .cart_main .item-info {
        width: 100%;
        margin-bottom: 30px;
    }

    .cart-item .quantity-control {
        width: 70%;
    }

    .cart-item .price {
        width: 30%;
    }

    .delivery_main {
        flex-wrap: wrap;
    }

    .shippin_progress .ship_innr p {
        font-size: 11px;
    }

    section.breadcrmb_sec {
        margin-top: 0;
    }

    .shippin_progress .ship_innr {
        width: 30%;
    }

    /* checkout page */
    .checkout_form .form_name {
        flex-wrap: wrap;
        gap: 30px;
    }

    .checkout_form .form_location {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
    }

    .checkout_form .form_name .form-group {
        width: 100%;
    }

    .checkout_form .form-group {
        width: 100%;
    }

    .checkout_form .country_code {
        margin: 30px 0;
    }

    /* .detail_timer .time_inner {
        gap: 10px;
        flex-wrap: wrap;
    } */

    /* contract page */


    .restaurant_lft .step_innr::before {
        width: 10px;
        height: 10px;
        transform: translateX(-6px);
    }

    .restaurant_lft .step_innr {
        padding-left: 30px;
    }

    .patner_agreement .agreement_cont p,
    .patner_agreement .agreement_cont li {
        font-size: 15px;
    }

    .argerrment_top p {
        font-size: 16px;
    }

    .contract_detail .commision_innr p,
    .profile_section .customer_detail a {
        font-size: 14px;
    }

    .check_condition label a {
        font-size: 13px;
    }

    .profile_section h2 {
        font-size: 25px;
    }

    .modal-body.service_main {
        padding: 10px 20px;
    }

    .form_main .form_account h2 {
        font-size: 20px;
    }

    .main_register .tab-content {
        padding: 10px 10px 20px;
    }

    .my-account_edit-form .form-new-product h3 {
        margin: 0;
        font-size: 15px;
    }

    .my-account_edit-form .flex-grow h6 {
        font-size: 14px;
    }

    .tab-content .review_form button {
        font-size: 10px;
        padding: 8px 20px;
    }

    .review_content p.content {
        font-size: 14px;
    }

    .mobile_share .product_listshare .social li a {
        padding: 4px 10px 4px;
    }

    .login_popup .modal-dialog.modal-dialog-centered {
        max-width: 100%;
    }

    .form_account .form-group .form-control {
        margin-bottom: 0px;
    }

    .login_popup.singup_popup .modal-dialog.modal-dialog-centered {
        max-width: 100%;
        display: block;
    }

    .pack_cartbtn button {
        width: 100%;
    }

    .pack_cartbtn button {
        font-size: 11px;
    }

    .foods_itemsearch .detailcater_menu form {
        background: #fff;
        padding: 5px 1px;
        width: 90%;
        justify-content: left;
    }

    .fooditem_popup .popup-content {
        width: 100%;
    }

    .fooditem_popup .item .food_info {
        padding: 50px 10px 10px;
    }

    .fooditem_popup .popup-content.expanded {
        max-width: 100%;
    }

    .success_main .recent_order {
        padding: 10px;
    }

    /* 
    .fooditem_popup .close-popup {
        top: 5px;
        right: 5px;
        padding: 3px 10px;
    } */

    .testimonial_slider .owl-dots,
    .fooditem_slide .owl-dots {
        display: block;
        margin-top: 10px;
    }

    .testimonial_slider .owl-nav,
    .fooditem_slide .owl-nav {
        display: none;
    }

    .popup_listpack .modal-body {
        padding: 0 20px 20px;
    }


    .popup_listpack .modal-body li {
        font-size: 14px;
    }

    .popup_listpack .modal-content .modal-body ul {
        padding: 10px 10px 10px 30px;
        margin: 10px 0;
    }

    .popup_listpack .modal-body .pack_popads {
        padding: 10px;
        margin-top: 10px;
    }

    .pack_popads .pack_adslist p,
    .pack_popads .pack_adslist label {
        font-size: 13px;
    }

    .pack_adslist input[type="checkbox"] {
        width: 13px;
        height: 13px;
    }

    .popup_listpack .modal-body h4 {
        font-size: 18px;
    }

    .package_list p.price_pack {
        font-size: 16px;
    }

    .package_list p.price_pack span {
        font-size: 12px;
    }

    .package_recoment .package_list h4 {
        font-size: 15px;
    }

    .package_recoment .package_list h6 {
        font-size: 13px;
    }

    .about_catering h2,
    .testimonial_section h2 {
        font-size: 25px;
    }

    .testimonial_section p,
    .about_catering p {
        font-size: 13px;
    }

    .detail_title .deliver_locat a,
    .deliver_locat i {
        width: 31%;
        justify-content: center;
        text-align: center;
    }

    .exapnd_itempop .foods_itemsearch {
        padding: 20px 10px 0;
    }

    .foods_itemsearch .detailcater_menu {
        gap: 10px;
    }

    .fooditem_popup .item .food_info p {
        font-size: 13px;
    }

    .fooditem_popup .item .food_info i {
        font-size: 12px;
        padding: 11px;
        width: 11px;
        height: 11;
    }

    .fooditem_popup .carousel-view,
    .fooditem_popup .grid-view.active .expant_maingrid {
        padding: 25px 10px;
    }

    .head_pickup h3 {
        font-family: 'Inter-SemiBold';
        font-size: 22px;
    }

    .order_main ul.list-group li {
        font-size: 15px;
        font-family: 'Inter-regular';
        padding: 0px 10px;
    }

    .main_catersec .cater_bgbanner .vendor_storelogo img {
        padding: 5px 10px;
        width: 50px;
    }

    .forgetpass_sec .form_main .form_account {
        padding: 20px;
        background: #fff;
    }

    .forgetpass_sec .form_account button.proceed_pay {
        padding: 10px;
    }

    .form_main h6.log-register,
    .form_main h6.log-register a {
        font-size: 16px;
    }

    .pickup_filter button.btn-close1 {
        font-size: 13px;
        padding: 5px 10px;
    }

    .pickup_main .picbtn-link {
        padding: 7px 0px;
        padding: 8px;
    }

    .search_form input.searchTerm {
        margin-left: 10px;
        padding: 7px 0;
    }

    .deatial_order .detail_timer {
        flex-wrap: wrap;
    }

    .detail_timer .time_inner {
        width: 100%;
        padding: 10px 30px;
    }

    /* .detail_timer .time_inner i {
        display: none;
    } */

    .restaurant_main .col-lg-8.restaurant_ryt {
        padding: 0;
    }

    .owner_detail .locat_basic .form-group {
        border: 0;
        margin: 0;
        display: flex;
        gap: 7px;
    }

    .service_main form .filter-btn {
        width: auto;
    }

    .card .wishlist-topbtn i {
        padding: 5px 4px 3px;
        font-size: 16px;
    }


}

@media screen and (max-width: 500px) {




    .specify_content p {
        justify-content: left;
    }

    .banner_subscribe button {
        padding: 15px 18px;
        font-size: 16px;
    }

    .banner_subscribe button i {
        font-size: 14px;
    }

    .banner_subscribe .form-group i {
        color: #1B9E45;
        font-size: 15px;
    }

    .banner_subscribe .form-group input,
    .banner_subscribe button i {
        font-size: 12px;
    }

    .banner_subscribe button {
        padding: 15px 18px;
        font-size: 12px;
    }

    .buffer_main img {
        width: 50%;
    }

    .parties_moment a {
        font-size: 15px;
    }

    .greet_meet .parties_innr {
        width: 100%;
        padding: 0;
    }

    section.banner-section {
        padding: 30px 0 200px;
    }

    /* listing paage */
    .listing_title h1 {
        font-size: 25px;
    }


    /* .service_collection h4,
    .service_collection p i {
        font-size: 18px;
    } */

    /* .service_collection h6,
    .service_collection p,
    .service_collection .food_style {
        font-size: 16px;
    } */

    .brdcrmb li:last-child a,
    .brdcrmb .brdcrm_blistin_2 a,
    .brdcrmb li a {
        font-size: 12px;
    }

    .order_main .head_pickup p {
        font-size: 14px;
    }

    .cater_footer.productdetai_footer img {
        width: 100px;
    }

    .pagination-wrapper .next-btn {
        padding: 10px 20px;
        border: 2px solid #000;
        border-radius: 8px;
        cursor: pointer;
        background: #fff;
        color: #000;

        font-size: 14px;
        text-align: center;
        letter-spacing: 1px;
        font-family: 'Poppins-regular';
    }

    .pagination-wrapper {
        margin-top: 2rem;
    }

    .listing_title p {
        margin-top: 0;
        font-size: 13px;
    }

    /* Detail Page */
    .main-rightmenu .tabs {
        display: flex;
        /* gap: 50px; */
    }

    .catering_menu #menu_tab button.active,
    .catering_menu #menu_tab .nav-link:hover,
    .catering_menu #menu_tab .nav-link {
        font-size: 14px;
        padding: 0 10px;
    }

    .shippin_progress .ship_innr p {
        font-size: 10px;
    }

    /* mobile detail */


    /* order Page */
    .cart_payment .summary-row span {
        font-size: 12px;
    }

    .order_secion .back_home p,
    .order_secion .back_home a {
        font-size: 16px
    }

    .cart_main .cart_left h2 {
        font-size: 22px;
    }

    .order_secion .cart_main h2 span {
        font-size: 16px;
    }

    .delivery_main .order_cont h5 {
        font-size: 16px;
    }

    .delivery_main .order_cont p,
    .cart_payment .note,
    .cart_payment .cart_shipping a,
    .cart_payment .payment-icons p {
        font-size: 14px;
    }

    .payment-icons img {
        width: 100%;
    }

    /* restaurant Page */

    .restaurant_lft .details_step {
        padding: 50px 15px;
    }

    .restaurant_lft .step_innr h5,
    .deatial_order select,
    .deatial_order input {
        font-size: 14px;
    }

    .restaurant_lft .step_innr h4 {
        font-size: 16px;
    }

    .deatial_order .form-group {
        margin-bottom: 20px;
    }

    .owner_detail .form-detail p {
        padding: 15px 14px 8px;
        font-size: 12px;
    }

    .restaurant_ryt h2 {
        font-size: 23px;
    }

    .deatial_order h4,
    .locat_basic label.whats_label {
        font-size: 16px;
    }

    .form-group label {
        font-size: 14px;
    }

    .restaurant-info .deatial_order {
        padding: 30px 10px 10px !important;
    }

    .deatial_order .orders_thing {
        font-size: 12px;
    }

    .deatial_order .fssai_require h6,
    .fssai_require h6 a,
    .restaurant-info .owner_detail p,
    .detail_timer .time_inner p {
        font-size: 14px;
    }

    .fssai_require ul li {
        font-size: 14px;
        line-height: 30px;
    }

    /* profile Page */
    .reorder_profile .order_help a {
        font-size: 14px;
        width: 50%;
        padding: 6px;
    }

    .main-rightmenu .main_add span {
        padding: 0px 15px 1px;

    }


    .mobile_headline .after_login p img {
        width: 28px;
        height: 28px;
    }

    .cater-header .mobile_headline .after_login {
        gap: 8px;
    }

    .fooditem_popup .expant_maingrid .item {
        width: 47%;
    }

    .about_catering .about_catinfo .item h4 {
        font-family: 'Poppins-regular';
        line-height: normal;
        font-size: 16px;
    }

    .about_catering .about_catinfo .item p {
        font-size: 13px;
    }

    .testimonial_slider::after,
    .testimonial_slider::before {
        display: none;
    }

    .main-rightmenu .item-card p img {
        margin-top: 0px;
    }

    .main-rightmenu .item-card p,
    .main-rightmenu .add-item p {
        align-items: center;
    }

    .package_recoment .package_list {
        width: 100%;
    }

    .pack_cartbtn button {
        font-size: 13px;
    }

    .detailcater_menu .toggle span {
        font-family: 'Poppins-regular';
        font-size: 11px;
    }

    .modal-body.calendar_datechange h3 {
        margin: 20px 0;
        font-size: 20px;
    }

    .calendar_datechange .container.row {
        padding: 0;
    }

    .calendar_datechange .col-lg-6 {
        padding: 0;
    }

    .calendar_datechange .day {
        padding: 2px 5px;
        font-size: 13px;
    }

    .calendar_datechange .day-name {
        font-size: 12px;
    }

    .calendar_datechange .calendar-header span {
        font-size: 14px;
    }

    .calendar_datechange .calendar-header button {
        padding: 6px 10px;
        font-size: 10px;
    }

    .calendar_datechange .time-slot {
        padding: 5px;
        font-size: 12px;
    }

    .reason_cancel .modal-header h3 {
        text-align: center;
        width: 95%;
        font-size: 20px;
        font-family: 'Gilroy-semibold';
    }

    .reason_cancel .modal-body .form-group button {
        font-size: 15px;
    }

    .order_main .head_pickup .card-header button {
        padding: 4px 8px;
        font-size: 12px;
    }

    .head_pickup a.back_btn {
        font-size: 13px;
    }

    .main-rightmenu .item-card {
        width: 70%;
    }

    .main-rightmenu .item-name p {
        font-size: 18px !important;
    }

    .main-rightmenu .add_cart .quote-button {
        background: #FA6A00;
        border: 0;
        font-family: 'Gilroy-semibold';
        border-radius: 0;
        color: #fff;
        font-size: 12px;
        padding: 7px 27px;
    }


}


@media screen and (max-width: 450px) {

    .listing_title h1 {
        font-size: 23px;
    }

    .buffer_main .buffer-cont p {
        font-size: 14px;
        margin-top: 5px;
    }

    .buffer_main .buffer-cont h6 {
        font-size: 15px;
    }

    .why_choose .counter-number {
        padding: 40px 10px 0px;
    }

    .counter-item .element-number span {
        font-size: 30px;
        line-height: 20px;
    }

    .counter-item .counter-innr p {
        font-size: 11px;
    }

    .clients-carousel .item {
        padding: 35px 20px;
    }

    section.banner-section {
        padding: 30px 0 170px;
    }

    .banner-section .banner_main {
        width: 100%;
    }

    /* listing page */

    .category_main .category_innr {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .service_main .service_cusion button {
        width: 30%;
    }

    section .reveal-click i {
        font-size: 20px;
        padding: 15px;
    }

    /* detail page */

    .catering_menu ul#menu_tab {
        gap: 0;
    }

    .deliver_locat img {
        width: 15px;
    }

    .detail_title button {
        font-size: 14px;
        padding: 0 6px;
    }

    .detail_title .deliver_locat a {
        width: 48%;
        justify-content: center;
        text-align: center;
    }

    .detail_title h1 {
        font-size: 30px;
    }

    .recent_order h6,
    .recen_cont p {
        font-size: 13px;
    }

    .detail_cart .login_cart p,
    .detail_cart .login_cart p a {
        font-size: 12px;
    }

    .service-rating .rate_cont p {
        font-size: 13px;
    }

    /* cart Page */
    .shippin_progress .ship_innr {
        margin-right: 10px;
        gap: 5px;
        padding-right: 10px;
    }

    .shippin_progress .ship_innr::before {
        content: '';
        position: absolute;
        width: 17px;
        border-bottom: 2px solid #C3D2CC;
        height: 5px;
        right: -8%;
    }

    .shippin_progress img {
        width: 20px;
    }

    /* profile Page */
    .profile-credit h3 {
        font-size: 25px;
    }

    .prod_ordered .oreder_head h4 {
        font-size: 16px;
    }

    .prod_ordered .oreder_head h6,
    .profile_list .reorder_profile h5 {
        font-size: 14px;
    }

    .prod_ordered .oreder_head p {
        font-size: 12px;
    }

    .reorder_profile h5 span {
        font-size: 12px;
    }

    .profile_check .profile_nav {
        padding: 11px 5px;
    }

    .profile_check .profile_nav button {
        padding: 5px 10px;
        margin: 0 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .profile_check .profile_nav button i {
        font-size: 14px;
        margin-right: 2px;
    }

    .favorite_main .service_collection .card {
        width: 100%;
    }

    .deliver_locat.mobile_share {
        gap: 10px;
        flex-wrap: wrap;
    }

    .deliver_locat.mobile_share a,
    .mobile_share .product_listshare {
        width: 100%;
    }

    .deliver_locat.mobile_share .product_listshare .social {
        position: absolute;
        bottom: -4.3rem;
        right: 1rem;
    }

    .foods_itemsearch form input {
        font-size: 12px;
    }

    .foods_itemsearch form button {
        font-size: 14px;
        padding: 0 10px;
    }


    .detailcater_menu .toggle {
        padding: 2px 8px;
        margin-left: 6px;
    }


}

@media screen and (max-width: 400px) {
    .service-rating .rate_cont p {
        font-size: 11px;
    }


    .mobile_headline a img {
        width: 35px;
        height: 35px;
    }

    .service-rating h5 {
        font-size: 10px;
    }

    .detailcater_menu .menu_types {
        display: flex;
    }

    .detailcater_menu .toggle span {
        font-family: 'Poppins-regular';
        font-size: 12px;
    }

    .detailcater_menu .toggle-switch {
        width: 30px;
        height: 10px;
        margin-top: -10px;
    }

    .detailcater_menu .toggle-switch:before {
        display: block;
        width: 14px;
        height: 15px;
    }

    .detailcater_menu h3,
    .ment_catgtitle h3 {
        font-family: 'Poppins-SemiBold';
        font-size: 20px;
    }


    .popup-overlay.fooditem_popup {
        padding: 10px;
    }

    .foods_itemsearch form input {
        padding: 2px 8px;
    }

    .detail_title span.open_now {
        padding: 7px 10px;
        font-size: 12px;
    }

    .cater_policys .main-servi {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .cater_policys .main-servi p {
        width: 46%;
        text-align: center;
    }




}

@media screen and (max-width: 350px) {

    .category_main .filter-btn {
        font-size: 12px;
        padding: 5px 10px;
    }

    .head_pickup .event_edit button {
        font-size: 11px;
    }

    .head_pickup .event_edit h3 {
        font-size: 15px;
    }

    .service_main .service_cusion button {
        width: 46%
    }

    section.banner-section h1 {
        font-size: 30px;
    }

    .service-rating .rate_cont p {
        font-size: 10px;
    }

    .deliver_locat a {
        font-size: 12px;
    }

    .main-rightmenu .cateradd_btn {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .cateradd_btn .add_cart {
        width: 100%;
    }
}