@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

/* Theme Control CSS Starts Here */

:root {
    --Font_One: "Google Sans Flex", sans-serif !important;
    /* --SitePrimaryColor: #ff0000;
    --secondary-color: #fff0e7;
    --teritary-color: #f9ac38;
    --Color1: #ff0000;
    --Color2: #FEF4F3;
    --Color3: #3a1593; */
}

body {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--Font_One) !important;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.primaryColor {
    color: var(--SitePrimaryColor) !important;
}

.primaryColor a {
    color: var(--SitePrimaryColor) !important;
}

.primaryBgColor {
    background-color: var(--Primary_BGColor) !important;
}

.secondaryColor {
    color: var(--SitePrimaryColor) !important;
}

.secondaryColor a {
    color: var(--SitePrimaryColor) !important;
}

.secondaryBgColor {
    background-color: var(--Secondary_BGColor) !important;
}

.headingColor {
    color: var(--Heading_Color) !important;
}

.headingColor a {
    color: var(--Heading_Color) !important;
}

.linkColor {
    color: var(--Link_Color) !important;
}

.linkColor a {
    color: var(--Link_Color) !important;
}

.iconColor {
    color: var(--Icon_Color) !important;
}

.iconColor a {
    color: var(--Icon_Color) !important;
}

.borderColor {
    border-color: var(--SitePrimaryColor) !important;
}

.paragraphColor {
    color: var(--Paragraph_Color) !important;
}

.offerBg {
    background-color: var(--Secondary_BtnBgColor) !important;
}

.secondaryBtnBgColor {
    background-color: var(--Secondary_BtnBgColor) !important;
}

.HdrCTA1BG {
    background-color: var(--HdrCTA1BG) !important;
}

.HdrCTA2BG {
    background-color: var(--HdrCTA2BG) !important;
}

.HdrCTA3BG {
    background-color: var(--HdrCTA3BG) !important;
}

.HdrCTA1Text {
    color: var(--HdrCTA1Text) !important;
}

.HdrCTA2Text {
    color: var(--HdrCTA2Text) !important;
}

.HdrCTA3Text {
    color: var(--HdrCTA3Text) !important;
}

.instaPrimaryColor {
    color: var(--SitePrimaryColor);
}

.instaPrimaryBgColor {
    background-color: var(--Primary_BGColor);
}

/* Theme Controls Ends Here */

/* Main CSS Starts Here */

a {
    text-decoration: none !important;
}

.cardBoxShadow {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.br0 {
    border-radius: 0 !important;
}

.br5 {
    border-radius: 5px !important;
}

.br7 {
    border-radius: 7px !important;
}

.br10 {
    border-radius: 8px !important;
}

.br50 {
    border-radius: 50px !important;
}

.mutedColor {
    color: #505050;
}

.lightMutedColor {
    color: #a39797;
}

.colorWhite {
    color: #ffffff !important;
}

.extraDarkMute {
    color: #6c757d !important;
}

.blackColor {
    color: #000000;
}

.blackColor:hover {
    color: #000000 !important;
}

.greenColor {
    color: #249d01 !important;
}

.mutedText {
    color: #4d4d4e !important;
}

.muted1 {
    color: #898989 !important;
}

.redColor {
    color: #e30b0b !important;
}

.font400 {
    font-weight: 400 !important;
}

.font500 {
    font-weight: 500 !important;
}

.font600 {
    font-weight: 600 !important;
}

.font700 {
    font-weight: 600 !important;
}

.font800 {
    font-weight: 800 !important;
}

.font900 {
    font-weight: 900 !important;
}

.font9 {
    font-size: 9px;
    line-height: 13px;
}

.font10 {
    font-size: 10px;
    line-height: 15px;
}

.font11 {
    font-size: 11px;
    line-height: 16px;
}

.font12 {
    font-size: 12px;
    line-height: 18px;
}

.font13 {
    font-size: 13px;
    line-height: 20px;
}

.font14 {
    font-size: 14px;
    line-height: 21px;
}

.font16 {
    font-size: 16px;
    line-height: 24px;
}

.font18 {
    font-size: 18px;
    line-height: 27px;
}

.font20 {
    font-size: 20px;
    line-height: 30px;
}

.font22 {
    font-size: 22px;
    line-height: 33px;
}

.font24 {
    font-size: 24px;
    line-height: 36px;
}

.font26 {
    font-size: 26px;
    line-height: 39px;
}

.font28 {
    font-size: 28px;
    line-height: 36px;
}

.font30 {
    font-size: 30px;
    line-height: 40px;
}

.font32 {
    font-size: 32px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font40 {
    font-size: 40px;
    line-height: 47px;
}

.font42 {
    font-size: 42px;
    line-height: 50px;
}

.font60 {
    font-size: 60px;
    line-height: 75px;
}

.textDecorationNone a {
    text-decoration: none;
}

.borderRadius8 {
    border-radius: 8px !important;
}

/* Theme Controls CSS Ends Here */

.customHeading {
    font-size: 16px;
    color: #0e0e0e !important;
}

.bizCardStart .backgroundDiv {
    width: 500px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.bizCardStart .backgroundImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bizCardStart .overlay {
    background-color: rgba(255, 255, 255);
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 25%;
    left: 0;
    border-radius: 30px 30px 0 0;
    padding: 20px;
    z-index: 2;
}

.bizCardStart .logo {
    width: 100px;
    height: auto;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 123;
}

.bizCardStart .btnCustom {
    background-color: var(--Primary_BGColor);
    color: white;
    font-weight: 400;
    border-radius: 20px;
    padding: 10px 20px;
}

.bizCardStart .footerText {
    font-size: 12px;
    margin-top: 10px;
}

.bizCardStart .viewMenuBtn,
.bizCardStart .payNowBtn {
    border-radius: 50px;
    transition: all 0.5s;
    padding: 10px 20px;
}

.bizCardStart .viewMenuBtn:hover,
.bizCardStart .payNowBtn:hover {
    background: #000;
    color: #fff;
    transform: scale(1.05);
}

.bizCardStart .textContentStart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    padding: 0 10px;
}

.bizCardStart .footerContentStart {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
}

.bizCardStart .langBtnStart {
    width: 70px;
    height: 30px;
    border: 2px solid #5d3ab0a9;
    border-radius: 50px;
    color: #5d3ab0;
    font-weight: 500;
    margin-bottom: 10px;
}

.bizCardStart .langTextStart {
    font-weight: 900;
    color: #5d3ab0;
    font-size: 18px;
}

.bizCardStart .termsAndCondition {
    font-weight: 500;
    color: #5d3ab0;
    font-size: 12px;
}

.table-info {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    border-bottom: 2px solid rgba(173, 173, 173, 0.79);
    border-radius: 2px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.bill-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bill-total,
.payable-amount {
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.buttons {
    display: flex;
    justify-content: space-between;
}

.btn-split {
    background: #f6ebfc;
    color: var(--SitePrimaryColor);
    font-weight: 400;
    border-radius: 25px;
    padding: 12px 20px;
    border: none;
    flex: 1;
    margin-right: 10px;
    font-size: 15px;
}

.btn-split:hover {
    box-shadow: rgb(255 87 35 / 36%) 0px 6px 20px;
    background-color: #ff5722 !important;
    color: #fff !important;
}

.btn-pay {
    background: var(--Primary_BGColor);
    color: white;
    font-weight: 400;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    flex: 1;
    margin-left: 10px;
}

.btn-pay:hover {
    box-shadow: rgb(255 87 35 / 36%) 0px 6px 20px;
    background-color: #ff5722 !important;
    color: #fff !important;
}

.tip-section {
    text-align: center;
    margin-top: 20px;
}

.tip-emoji {
    font-size: 24px;
}

.tip-amount {
    font-weight: 400;
    margin-top: 10px;
}

.viewMemuTable {
    text-decoration: none;
    color: var(--Primary_BGColor);
}

.tableHeadingNo,
.viewMemuTable {
    font-size: 18px;
}

.currencyPricing {
    font-size: 12px;
    font-weight: 400;
}

.actualPricingAmount {
    font-weight: 700;
}

.billItemStart,
.billSummary {
    border-bottom: 2px solid rgba(173, 173, 173, 0.79);
    border-radius: 2px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.totalAmountNet {
    font-size: 20px;
    color: #252525;
}

.buttons {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(173, 173, 173, 0.79);
    border-radius: 2px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.buttonsSplit {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 2px solid rgba(173, 173, 173, 0.79); */
    border-radius: 2px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.netPriced {
    color: #777;
    font-weight: 400;
}

.item-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #000;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 400;
}

.icon-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
}

/* .tipHeading {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
} */

.tipEmoji {
    font-size: 30px;
    text-align: center;
}

.tipOptions {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.tipOption {
    width: 30%;
    padding: 6px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
}

.tipOptionSelected {
    background-color: var(--SiteSecondaryColor);
    color: var(--SitePrimaryColor);
    border: 2px solid var(--SitePrimaryColor);
}

.tipCustomOption {
    text-align: center;
    /* margin: 20px 0; */
    font-size: 14px;
    font-weight: 400;
    /* border-bottom: 2px solid rgba(173, 173, 173, 0.79); */
    border-radius: 2px;
    /* padding-bottom: 20px; */
    margin-bottom: 10px;
    cursor: pointer;
}

.tipDetails {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    /* font-size: 16px;
    font-weight: 400; */
}

.paymentMethod {
    margin-bottom: 20px;
}

.paymentOption {
    display: flex;
    align-items: center;
    padding: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 12px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: var(--SiteSecondaryColor) !important;
}

.paymentOptionSelected {
    border: 2px solid var(--Primary_BGColor);
    background-color: #f3e6ff;
}

.paymentLogo {
    width: 30px;
    margin-right: 10px;
}

.payButton {
    background-color: #272525;
    color: white;
    font-weight: 400;
    text-align: center;
    transition: all 0.5s;
    padding: 10px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

.payButton:hover {
    color: #000000;
    background: #fff;
    transform: scale(1.05);
}

.agreeText {
    font-size: 12px;
    color: #777;
    text-align: center;
    margin-top: 10px;
}

.agreeText a {
    text-decoration: none;
    color: var(--Primary_BGColor);
}

.tickBox {
    color: #8a3bb8;
}

.tickBoxVacant {
    color: #ebecf0;
}

.smallGreyFont {
    color: #989898 !important;
    font-size: 12px !important;
}

.paymentCard {
    font-size: 22px !important;
}

.footerLogoStart {
    width: 90px;
}

.offcanvas-bottom {
    right: 0;
    left: -15px;
    height: 80vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    width: 500px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0 !important;
}

.custom-offcanvas {
    right: 0;
    left: -15px;
    /* height: 60vh; */
    height: 80% !important;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    width: 500px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0 !important;
}

.custom-offcanvas {
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    /* padding: 20px; */
}

.offcanvas-title {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
}

.description {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 20px;
    text-align: center;
}

.splitPaymentOptions button {
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 12px;
    border-radius: 8px;
    background-color: #fafafa;
    color: #222;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
}

.splitPaymentOptions button:hover {
    background-color: #e9ecef;
    color: #495057;
}

.custom-offcanvas {
    position: fixed;
    bottom: 0;
    width: 500px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0 !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.custom-offcanvas .offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #eaeaea;
}

.custom-offcanvas .offcanvas-title {
    font-size: 18px !important;
    font-weight: 400;
}

.custom-offcanvas .offcanvas-body {
    padding: 16px;
}

/* Bill Summary Section */
.custom-offcanvas .bill-summary {
    text-align: center;
    margin-bottom: 24px;
}

.custom-offcanvas .total-amount {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}

.custom-offcanvas .bill-label {
    font-size: 14px;
    color: #8e8e8e;
}

.custom-offcanvas .divider-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 16px auto;
}

.custom-offcanvas .progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* Ensures a perfect circle */
    background: conic-gradient(var(--SitePrimaryColor) 0% 50%, #eaeaea 50% 100%);
}

.custom-offcanvas .progress-circle .progress {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.custom-offcanvas .bill-amount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

/* People Counter Section */
.custom-offcanvas .people-counter {
    border-bottom: 2px solid rgba(173, 173, 173, 0.79);
    border-radius: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.custom-offcanvas .counter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 14px;
    color: #4a4a4a;
}

.dubaiRiyalPrice {
    font-size: 14px;
    font-weight: normal;
}

.custom-offcanvas .counter {
    display: flex;
    align-items: center;
    background: var(--SitePrimaryColor);
    padding: 5px;
    border-radius: 50px;
}

.custom-offcanvas .counter button {
    background: var(--SitePrimaryColor);
    color: #fff;
    border: none;

    border-radius: 50%;
    font-size: 22px;
}

.custom-offcanvas .counter .count {
    margin: 0 8px;
    font-size: 16px;
    color: #fff;
}

/* Footer Actions Section */
.custom-offcanvas .footer-actions {
    text-align: center;
}

.custom-offcanvas .your-share {
    font-size: 14px;
    color: #8e8e8e;
}

.custom-offcanvas .amount {
    font-size: 20px;
    font-weight: 400;
    margin: 4px 0;
}

.custom-offcanvas .note {
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 16px;
}

.custom-offcanvas .buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.custom-offcanvas .btn-remove-split {
    background: #ffcccc;
    color: #e63946;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.custom-offcanvas .btn-confirm {
    background: var(--SitePrimaryColor);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.removeSplitBtn {
    background: #fcecec;
    border-radius: 50px;
    color: #de1d16;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 400;
}

.splitConfirmBtn {
    background: var(--SitePrimaryColor);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    font-size: 15px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 400;
}

.splitConfirmBtn:hover {
    box-shadow: rgb(255 87 35 / 36%) 0px 6px 20px;
    background-color: #ff5722 !important;
    color: #fff !important;
}

.customRoundedButton {
    background: var(--SitePrimaryColor);
    border-radius: 50px;
    color: #fff;
    align-items: center;
    padding: 10px 30px;
    font-size: 15px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 400;
}

.customRoundedButton:hover {
    box-shadow: rgb(255 87 35 / 36%) 0px 6px 20px;
    background-color: #ff5722 !important;
    color: #fff !important;
}

#customAmountInput {
    border-color: var(--SitePrimaryColor) !important;
    border: 2px solid var(--SitePrimaryColor) !important;
}

.custom-offcanvas i.fa-solid.fa-circle-check.ms-2 {
    color: var(--SitePrimaryColor);
}

.custom-offcanvas i.fa-solid.fa-plus-circle.text-primary.ms-2 {
    color: #999 !important;
    background: transparent !important;
}

.itemsNamesInput {
    border-radius: 8px !important;
    padding: 10px 12px !important;
}

/* Custom Styles */

.offcanvas-bottom .editSplitBtn {
    background-color: #f5eaff;
    color: #8000ff;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
}

.offcanvas-bottom .tipBox {
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 60px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    cursor: pointer;
}

.offcanvas-bottom .tipBox.active {
    background-color: #f5eaff;
    color: #8000ff;
    border: 2px solid #c4a6f8;
}

.offcanvas-bottom .tipBox span {
    font-weight: 400;
}

.offcanvas-bottom .youShareText {
    font-size: 18px;
}

.offcanvas-bottom .mostCommonTip {
    background: #111;
    color: #fff !important;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 14px;
    position: absolute;
    /* Enable precise positioning */
    bottom: -18%;
    /* Move half of its height outside the box */
    left: 50%;
    /* Center it horizontally */
    transform: translateX(-50%);
    /* Adjust centering */
    padding: 5px 10px;
    /* Optional padding for styling */
    font-size: 12px;
    /* Adjust font size as needed */
}

.form-check-label img {
    width: 60px !important;
}

.paymentOption .form-check-label {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
    padding: 8px 0px 8px 0px;
}

.anypayLogoFooter {
    width: 80px;
}

.bigdotLogoFooter {
    width: 75px !important;
}

.checkoutHeaderLogo img {
    width: 75px;
}

.secondaryBgColor {
    background-color: var(--SiteSecondaryColor) !important;
}

.customButton {
    border-radius: 8px !important;
    padding: 10px 10px !important;
    font-size: 15px !important;
    color: #ffffff !important;
}

.borderDashedTop {
    border-top: 2px dashed #d2d2d2;
    margin-top: 15px;
    padding-top: 15px;
}

.borderDashedBottom {
    border-bottom: 2px dashed #d2d2d2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.form-control {
    padding: 10px 10px;
    border-radius: 8px;
    /* text-align: left !important; */
    font-size: 14px;
}

.card {
    border-radius: 8px;
}

/* Scrollbar CSS */

::-webkit-scrollbar-thumb {
    background: var(--SitePrimaryColor) !important;
}

::-webkit-scrollbar-thumb {
    background: var(--SitePrimaryColor) !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar {
    width: 6px;
}

/* Scrollbar CSS */

.offcanvas {
    width: 600px !important;
}

.activeTag {
    border-radius: 25px;
    border: 1px solid var(--SitePrimaryColor);
    color: var(--SitePrimaryColor);
}

.form-check-input:checked {
    background-color: var(--SitePrimaryColor) !important;
    border-color: var(--SitePrimaryColor) !important;
}

.view-all-offers a {
    color: #ffffff;
    background-color: #f9ac38;
    padding: 5px 8px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}

.view-all-offers a:hover {
    color: #ffffff;
    background-color: #ff5722;
}

.increment-decrement-btn-container {
    display: flex;
    width: 80px;
    height: 35px;
    background-color: var(--Primary_BGColor);
    border-radius: 8px;
    position: relative;
    float: right;
    cursor: pointer;
}

.increment-decrement-btn-container div:first-child {
    width: 22px;
    border-radius: 18px 0 0 18px;
}

.increment-decrement-btn-container div {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600 !important;
}

.increment-decrement-btn-container div:nth-child(2) {
    flex: 1 1;
    word-wrap: normal;
    border-radius: 0;
}

.cartIncrementButton {
    color: rgb(255, 255, 255) !important;
}

.increment-decrement-btn-container div:nth-child(3) {
    width: 22px;
    border-radius: 0 18px 18px 0;
}

/* New Increment Button */

.paynowButton {
    padding: 12px 15px !important;
    font-size: 15px !important;
    border-radius: 50px !important;
}

.paynowButton:hover {
    box-shadow: rgb(255 87 35 / 36%) 0px 6px 20px;
    background-color: #ff5722 !important;
    color: #fff !important;
}

.offcanvas-title {
    color: var(--SitePrimaryColor);
}

.form-floating>label {
    font-size: 14px;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}

.cursorPointer {
    cursor: pointer !important;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important color: fieldtext !important;
}

/* Promo Code Component Start */

.flat-text {
    font-size: 14px;
    font-weight: 500;
    color: #575757;
    border: 1px dashed #575757;
    border-radius: 8px;
    padding: 7px 15px;
    text-align: center;
}

.applyCustomCoupon {
    height: 50px;
    border: 1px solid var(--SitePrimaryColor);
    background-color: var(--SiteSecondaryColor) !important;
}

.applyCustomButton:hover {
    box-shadow: rgb(255 87 35 / 36%) 0px 6px 20px;
    background-color: #ff5722 !important;
    color: #fff !important;
}

.cApplycoupon {
    padding: 5px 15px;
    border: 1px solid var(--SitePrimaryColor);
    background: none;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--SitePrimaryColor);
    font-size: 14px;
    width: 150px;
    font-weight: 500;
    border-radius: 8px;
    margin-left: 8px;
}

.cApplycoupon:hover {
    box-shadow: rgb(255 87 35 / 36%) 0px 6px 20px;
    background-color: #ff5722 !important;
    color: #fff !important;
}

/* Promo Code Component End */

.selectExistingAddress {
    border-radius: 50px;
    border: 1px solid var(--SitePrimaryColor);
    padding: 3px;
}

.customOrderTab.nav-pills .nav-link.active {
    background-color: var(--Primary_BGColor) !important;
    color: #ffffff !important;
}

.customOrderTab.nav-pills .nav-link {
    padding: 10px;
    border: 2px solid var(--Primary_BGColor);
    color: var(--Primary_BGColor) !important;
    font-weight: 500 !important;
}

.selectcalenderDate {
    position: absolute;
    right: 27px;
    top: 44px;
}

.input-group-prepend span#timeIcon {
    border-right: 0px;
    border-radius: 10px 0px 0px 10px;
    height: 47px;
}

.input-group .input-group-text {
    z-index: 12;
    /* height: 45px; */
    top: 0px;
}

.border-bottom-dashed {
    border-bottom: 2px dashed rgb(204, 67, 18);
    width: fit-content;
}

.promoType h5 {
    font-weight: 500;
}

.bankOfferImg {
    width: 24px;
}

.borderDashedCustom {
    border-top: 2px dashed #d2d2d2;
    margin-top: 15px;
    padding-top: 15px;
}

.assignBeneficiary {
    border-top: 2px dashed #d2d2d2;
    margin-top: 15px;
    padding-top: 15px;
}

.assignBeneficiary .primaryBgColor.reddemBtn {
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
}

.assignBeneficiary select.form-select {
    width: 200px;
}

.walletBalance h2.accordion-header img {
    width: 70px;
    border: 1px solid #cccccc;
    border-radius: 100%;
    height: 70px;
    margin-right: 10px;
}

div#cartTotalSection input.form-control::placeholder {
    color: var(--SitePrimaryColor);
}

.walletBalance h2.accordion-header img {
    width: 70px;
    border: 1px solid #cccccc;
    border-radius: 100%;
    height: 70px;
    margin-right: 10px;
}

.walletBalance {
    margin-top: 15px !important;
}

.walletBalance {
    border-radius: 8px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion {
    --bs-accordion-bg: none;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.disabledCoupon {
    background-color: #e8e8e8;
    opacity: 0.4;
}

/* SavedAddress Component */

.address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #333;
}

.address-header h5 {
    font-weight: 400;
    margin: 0;
    color: #5c5c5c;
}

.savedAddress {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.savedAddress:hover {
    border-color: #c0c0c0;
}

.savedAddress.selected {
    border-color: var(--SitePrimaryColor);
    background-color: #fff3f3;
}

.address-radio {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.address-content {
    margin-left: 30px;
}

.address-detail {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
}

.address-location {
    font-size: 13px;
    color: #767676;
}

.add-address {
    color: var(--SitePrimaryColor);
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 0;
}

.add-address i {
    margin-right: 8px;
    font-size: 16px;
}

/* .address-actions {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
} */
.address-actions {
    position: relative;
    right: 5px;
    top: 50%;
    float: right;
    top: -35px;
}

.address-actions button {
    background: none;
    border: none;
    color: #767676;
    cursor: pointer;
}

.address-dropdown {
    position: absolute;
    right: 20px;
    top: 0;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 100px;
    z-index: 10;
    display: none;
}

.address-dropdown.show {
    display: block;
}

.dropdown-item {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
}

.dropdown-item.delete {
    color: #ff4d4d;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Responsive CSS Start Here */

@media (max-width: 420px) {

    .custom-offcanvas {
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        /* padding: 10px; */
    }

    .removeSplitBtn {
        padding: 10px 15px;
        font-size: 15px;
    }

    .paymentOption {
        padding: 4px 10px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .savedAddress {
        padding: 4px 10px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .paynowButton {
        padding: 10px 15px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    .customHeading {
        font-size: 14px;
    }

    .customAccordion {
        padding: 10px;
    }

    .walletBalance h2.accordion-header img {
        width: 50px;
        height: 50px;
    }

    .mobilefont14 {
        font-size: 14px;
    }

    .mobilefont16 {
        font-size: 16px;
    }

    .mobileDisplayBlock {
        width: 100%;
        margin-bottom: 15px;
    }

    .assignBeneficiary {
        margin-top: 35px;
    }

    .mobileWidth100 {
        width: 100%;
    }

    .mobileTextStart {
        text-align: start !important;
    }

    .cApplycoupon {
        width: 100%;
        margin-top: 16px;
    }

    .mobileLineHeightNormal {
        line-height: normal;
    }

    .mobileMrgTop10 {
        margin-top: 14px !important;
    }

    .cApplycoupon {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .bizCardStart .backgroundDiv {
        width: 100%;
    }

    .address-actions {
        top: -50px;
    }

    .bizCardStart .overlay {
        padding: 15px;
        /* Adjust padding for smaller screens */
    }

    .custom-offcanvas,
    .offcanvas-bottom {
        left: 0px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bizCardStart .backgroundImg {
        height: 385px;
    }
}

@media (min-width: 1200px) {

    .font10 {
        font-size: 8px;
        line-height: 15px;
    }

    .font11 {
        font-size: 9px;
        line-height: 16px;
    }

    .font12 {
        font-size: 10px;
        line-height: 18px;
    }

    .font13 {
        font-size: 13px;
        line-height: 20px;
    }

    .font14 {
        font-size: 12px;
        line-height: 21px;
    }

    .font16 {
        font-size: 14px;
        line-height: 24px;
    }

    .font18 {
        font-size: 18px;
        line-height: 27px;
    }

    .font20 {
        font-size: 18px;
        line-height: 30px;
    }

    .font22 {
        font-size: 20px;
        line-height: 33px;
    }

    .font24 {
        font-size: 22px;
        line-height: 36px;
    }

    .font26 {
        font-size: 24px;
        line-height: 39px;
    }

    .font28 {
        font-size: 26px;
        line-height: 36px;
    }

    .font30 {
        font-size: 28px;
        line-height: 40px;
    }

    .font32 {
        font-size: 30px;
    }

    .font34 {
        font-size: 32px;
    }

    .font36 {
        font-size: 34px;
    }

    .font40 {
        font-size: 40px;
        line-height: 47px;
    }

    .font42 {
        font-size: 42px;
        line-height: 50px;
    }

    .font60 {
        font-size: 60px;
        line-height: 75px;
    }

    .h5,
    h5 {
        font-size: 1.05rem;
    }

    .paymentOption {
        padding: 6px 10px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .savedAddress {
        padding: 6px 10px;
        border-radius: 8px;
        margin-bottom: 10px;
    }
}


/* Responsive CSS Ends Here */

/* Form Floating Custimization */

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 0.75rem .50rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 0.75rem .50rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 1.5));
    line-height: 1;
}

/* Form Floating Custimization */

.tip-btn.selected {
    background-color: var(--SitePrimaryColor) !important;
    color: #ffffff !important;
}

.tip-btn {
    background-color: transparent !important;
    border: 1px solid var(--SitePrimaryColor) !important;
    color: var(--SitePrimaryColor) !important;
    border-radius: 50px !important;
    padding: 4px 12px;
}

.loggedInUserInfo {
    font-size: 14px;
    font-weight: 300 !important;
    color: #989898 !important;
}

.business-header {
    font-size: 18px;
}

.logOutUser {
    font-weight: 500 !important;
    font-size: 14px;
}

.changeDeliveryTime {
    font-weight: 500 !important;
}