@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --red: #E93C3C;
    --blue: #000;
    --dark: #160040;
    --black: #000000;
    --white: #ffffff;
    --green: #1AB759;
    --gray: #D9DBE9;
    --colorslate: #c1c1c1;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #FFB006;
    --indigo: #6610f2;
    --text: #6E7191;
    --focus: #008BBA;
    --alert: #FB4E4E;
    --primary: #000;
    --secondary: #1F1F39;
    --placeholder: #A0A3BD;
    --border-gray: #D9DBE9;
    --border-slate: #EFF0F6;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --google: #E60023;
    --instagram: #F77737;
    --whatsapp: #25D366;
    --pinterest: #f0002a;
    --youtube: #FF0000;
    --colorPrimary: #000;
    --colorYellow: #168A8B;
    --colorGreen: #042D2F;
    --lightBg: #FFF;
    --ratingColor: #F4A630;
    --paraColor: #525064;
    --colorBlack: #080521;
    --colorWhite: #ffffff;
    --headingFont: "Poppins", sans-serif;
    --paraFont: "Poppins", sans-serif;
}

@media (max-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.activate {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.actiavte.active {
    background-color: var(--primary);
    color: var(--white);
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.mt-24 {
    margin-top: 24px;
}

.text-inherit {
    text-transform: inherit;
}

*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary);
    margin-bottom: 0px;
}

p,
ol,
ul,
li,
dl,
dd,
dt,
span,
figure,
aside,
label {
    margin: 0px;
    padding: 0px;
}

a,
span {
    display: inline-block;
}

html,
body {
    color: var(--secondary);
    background: var(--white);
    direction: ltr;
    scroll-behavior: smooth;
}

input,
select,
button,
textarea {
    border: none;
    outline: none;
    background-color: transparent;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

.h-0 {
    height: 0px;
}

.isolate {
    isolation: isolate;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.transition {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;

}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text);
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text);
}

.form-fieldset {
    padding: 20px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
    .form-fieldset {
        padding: 16px;
    }
}

.form-legend {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px;
    text-transform: capitalize;
    color: var(--secondary);
}

.form-label.required::after {
    content: "*";
    margin-left: 2px;
    font-weight: 700;
    color: var(--primary);
}

.form-select,
.form-control {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0px 16px;
    border-radius: 8px;
    color: var(--secondary);
    border-color: var(--border-gray);
}

.form-select:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--primary);
}

.form-check-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-check-group label {
    padding-left: 8px;
    cursor: pointer;
}

.form-checkbox {
    --input-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    isolation: isolate;
}

.form-checkbox::before {
    content: "";
    width: var(--input-size);
    height: var(--input-size);
    border-radius: 4px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--placeholder);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.form-checkbox::after {
    content: "✓";
    position: absolute;
    text-align: center;
    font-size: 14px;
    inset: 0;
    color: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.form-checkbox:checked::before {
    border-color: var(--primary);
    background-color: var(--primary);
}

.form-checkbox:checked::after {
    color: var(--white);
}

.form-radio {
    --input-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    isolation: isolate;
}

.form-radio::before {
    content: "";
    width: var(--input-size);
    height: var(--input-size);
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    border: 2px solid var(--placeholder);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.form-radio::after {
    content: "";
    position: absolute;
    width: calc(var(--input-size) / 2);
    height: calc(var(--input-size) / 2);
    inset: calc(var(--input-size) / 2 / 2);
    border-radius: 50%;
    background-color: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.form-radio:checked::before {
    border-color: var(--primary);
}

.form-radio:checked::after {
    background-color: var(--primary);
}

.form-number {
    width: 100%;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid var(--border-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.form-number input {
    width: 100%;
    height: 48px;
}

.form-number-group {
    position: relative;
}

.form-number-group button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    height: 48px;
    gap: 8px;
}

.form-number-group button img {
    width: 16px;
}

.form-number-group button span {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
}

.form-number-group button i {
    font-size: 12px;
    color: var(--secondary);
}

.form-number-group ul {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    max-height: 200px;
    overflow-y: auto;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    top: 48px;
    left: -12px;
    z-index: 3;
    padding: 6px;
    border-radius: 8px;
    background-color: var(--white);
    border: 1px solid var(--border-slate);
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.form-number-group ul.active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.form-number-group ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 4px 25px 4px 7px;
    border-radius: 6px;
    gap: 8px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.form-number-group ul li:hover {
    background-color: var(--slate);
}

.form-number-group ul li img {
    width: 14px;
}

.form-number-group ul li span {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
}

.form-alert {
    font-size: 14px;
    font-weight: 400;
}

.form-alert.red {
    color: var(--red);
}

.form-alert.green {
    color: var(--green);
}

.form-btn,
.form-btn-inline {
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 30px;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--white);
    background-color: var(--primary);
}

.form-btn-inline {
    width: auto;
    height: auto;
    padding: 12px 32px;
}

textarea.form-control {
    padding: 15px 15px;
    height: 100px;
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-uploader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background-color: var(--white);
    position: relative;
    border-radius: 8px;
    padding: 16px 24px 16px 16px;
    gap: 24px;
}

@media (max-width: 575px) {
    .form-uploader {
        gap: 16px;
        padding: 16px;
    }
}

.form-uploader::before {
    content: "";
    position: absolute;
    inset: 50%;
    width: 100.2%;
    height: 102%;
    z-index: -1;
    border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 4px dashed var(--border-gray);
}

@media (max-width: 1199px) {
    .form-uploader::before {
        width: 100.5%;
    }
}

@media (max-width: 575px) {
    .form-uploader::before {
        width: 100.8%;
        height: 103%;
    }
}

.form-uploader img {
    width: 68px;
    height: 68px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .form-uploader img {
        width: 40px;
        height: 40px;
    }
}

.form-uploader span {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .form-uploader span {
        font-size: 14px;
    }
}

.form-uploader label {
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--primary);
    border: 1px solid var(--primary);
}

@media (max-width: 575px) {
    .form-uploader label {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.badge-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: capitalize;
}

.badge-text.yellow {
    color: #E89806;
    background-color: #FFF4DA;
}

.badge-text.green {
    color: #1AB759;
    background-color: #E2FFEE;
}

.badge-text.blue {
    color: #008BBA;
    background-color: #E2F8FF;
}

.badge-text.red {
    color: #E93C3C;
    background-color: #FFECEC;
}

.table-responsive {
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.table {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 0px;
    background-color: var(--white);
}

.table> :not(caption)>*>* {
    padding: 16px;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
    color: var(--secondary);
    border-color: var(--border-slate);
}

.table tbody tr> :first-child {
    font-weight: 600;
}

.table tbody tr:last-child>* {
    border: none;
}

.table-primary tr th {
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #FFE8ED;
    color: var(--primary);
}

.table-primary tr th:first-child {
    border-top-left-radius: 12px;
}

.table-primary tr th:last-child {
    border-top-right-radius: 12px;
}

.table-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
}

.table-action button {
    --action-size: 30px;
    width: var(--action-size);
    height: var(--action-size);
    line-height: var(--action-size);
    text-align: center;
    color: var(--white);
    border-radius: 8px;
    font-size: 14px;
}

.table-action button.fa-eye {
    background-color: var(--focus);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 139, 186, 0.24);
    box-shadow: 0px 6px 10px rgba(0, 139, 186, 0.24);
}

.table-action button.fa-circle-exclamation {
    background-color: var(--alert);
    -webkit-box-shadow: 0px 6px 10px rgba(251, 78, 78, 0.24);
    box-shadow: 0px 6px 10px rgba(251, 78, 78, 0.24);
}

@media (max-width: 767px) {
    table thead {
        display: none;
    }
    .branch-section::before, .contact-section::before {
        display:none;
    }
    .contact-item {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    table tbody tr {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    table tbody tr td {
        grid-column: 1/span 6;
        padding: 5px 16px !important;
        align-self: center;
        border: none;
    }

    table tbody tr td::before {
        content: attr(data-title) " : ";
        display: inline-block;
        min-width: 55px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

    table tbody tr td:first-child {
        padding-top: 20px !important;
    }

    table tbody tr td:last-child {
        padding-bottom: 20px !important;
        border-bottom: 1px solid var(--border-slate);
    }
}

.fb-btn {
    width: 90%;
    margin: 0 auto 20px;
    padding: 10px 0px;
    border-radius: 24px;
    letter-spacing: 0.4px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    line-height: 22px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    color: var(--white);
    background-color: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.fb-btn span span {
    font-family: sans-serif;
}

.fb-btn:hover {
    color: #ffffff;
    background-color: rgba(238, 29, 72, 0.9);
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.12);
}

.fb-btn:focus {
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.12);
}

.cart-switch-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    color: var(--primary);
    background-color: #FFE8ED;
}

.cart-switch {
    position: relative;
    cursor: pointer;
}

.cart-switch-input {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.cart-switch-input:checked+label {
    color: var(--white);
    background-color: var(--primary);
}

.cart-switch-label {
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.section-gap-90 {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    .section-gap-90 {
        margin-bottom: 50px;
    }
}

.section-gap-66 {
    margin-bottom: 66px;
}

@media (max-width: 767px) {
    .section-gap-66 {
        margin-bottom: 16px;
    }
}

.section-subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 24px;
    text-align: center;
    display: block;
    color: var(--secondary);
}

@media (max-width: 1399px) {
    .section-subtitle {
        font-size: 22px;
        margin-bottom: 12px;
    }

}

@media (max-width: 767px) {
    .section-subtitle {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    text-align: center;
    margin-bottom: 58px;
}
@media (max-width: 1399px) {
    .section-title {
        font-size: 45px;
        line-height: 65px;
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px;
    }
}

.section-title.borderd::after {
    content: "";
    width: 160px;
    height: 5px;
    display: block;
    border-radius: 5px;
    margin: 24px auto 0px;
    background-color: var(--primary);
}

@media (max-width: 767px) {
    .section-title.borderd::after {
        width: 80px;
        height: 4px;
        margin-top: 14px;
    }
}

.cart-counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border-slate);
    border-radius: 6px;
    height: 24px;
    width: 80px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.cart-counter input {
    width: 30px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid var(--border-slate);
    border-right: 1px solid var(--border-slate);
}

.cart-counter button {
    width: 100%;
    height: 100%;
    font-size: 14px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.cart-counter button:hover {
    color: var(--primary);
}

.thin-scroll {
    overflow-y: auto;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.thin-scroll::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}

.thin-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(110, 113, 145, 0.7);
    border: 2px solid var(--white);
}

.pagination-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border-gray);
    border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    overflow: hidden;
}

.pagination-menu {
    --paginate-size: 35px;
    text-align: center;
    width: var(--paginate-size);
    height: var(--paginate-size);
    line-height: var(--paginate-size);
    border-right: 1px solid var(--border-gray);
    color: var(--text);
    font-size: 14px;
    font-weight: 600;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (max-width: 575px) {
    .pagination-menu {
        --paginate-size: 30px;
    }
}

.pagination-menu:hover {
    color: var(--primary);
    background-color: rgba(238, 29, 72, 0.1);
}

.pagination-menu.active {
    color: var(--primary);
    background-color: rgba(238, 29, 72, 0.1);
}

.pagination-menu:last-child {
    border-right: none;
}

.pagination-menu.fa-solid {
    font-size: 14px;
    font-weight: 900;
}

.category-card {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    display: block;
}

.category-card:hover img {
    -webkit-transform: scale(1.05) rotate(3deg);
    transform: scale(1.05) rotate(3deg);
}

.category-card img {
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.category-card h4 {
    position: absolute;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--white);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: linear-gradient(92.22deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
}

@media (max-width: 575px) {
    .category-card h4 {
        font-size: 18px;
        padding: 8px 12px;
    }
}

.restaurant-card {
    width: 100%;
    display: block;
    border-radius: 12px;
    margin-bottom: 24px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.restaurant-card:hover {
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}

.restaurant-card:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.restaurant-card .figure {
    display: block;
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
}

.restaurant-card img {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.restaurant-card .content {
    padding: 16px 12px 12px;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid var(--border-gray);
    border-top: none;
}

.restaurant-card h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    color: var(--dark);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.restaurant-card .ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 12px;
    gap: 6px;
}

.restaurant-card .ratings svg {
    fill: var(--gray);
    stroke: var(--gray);
}

.restaurant-card .ratings .active {
    fill: var(--yellow);
    stroke: var(--yellow);
}

.restaurant-card .ratings span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-left: 3px;
    color: var(--secondary);
}

.restaurant-card .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 12px;
    gap: 10px;
}

.restaurant-card .location svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.restaurant-card .location span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--secondary);
}

.restaurant-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.restaurant-card p.on {
    color: var(--green);
}

.restaurant-card p.off {
    color: var(--red);
}

.product-card-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: auto;
    gap: 24px;
}

@media (max-width: 1199px) {
    .product-card-group {
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    }
}

.product-card {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--border-slate);
}

.product-card-media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 110px;
    height: 100%;
}

.product-card-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card-content {
    width: 100%;
    height: 100%;
    padding: 10px 12px 12px;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.product-card-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    width: inherit;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.product-card-title:hover {
    color: var(--primary);
}

.product-card-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: var(--text);
}

.product-card-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.product-card-price del {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--text);
}

.product-card-price span {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.product-card-add {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    background-color: var(--white);
    -webkit-box-shadow: 0px 5px 16px rgba(23, 31, 70, 0.08);
    box-shadow: 0px 5px 16px rgba(23, 31, 70, 0.08);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.product-card-add:hover {
    background-color: var(--primary);
}

.product-card-add:hover span {
    color: var(--white);
}

.product-card-add:hover svg {
    fill: var(--white);
}

.product-card-add span {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    color: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.product-card-add svg {
    fill: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.booking-card {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.booking-card-figure {
    position: relative;
    isolation: isolate;
}

.booking-card-figure img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.booking-card-figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 12px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: linear-gradient(92.22deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.booking-card-figcaption dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    gap: 24px;
}

.booking-card-figcaption dl dt {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--white);
}

.booking-card-figcaption dl dd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 2px;
    padding: 2px 6px;
    border-radius: 30px;
    background-color: var(--primary);
}

.booking-card-figcaption dl dd i {
    font-size: 14px;
    color: var(--white);
}

.booking-card-figcaption dl dd span {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.booking-card-figcaption p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.booking-card-figcaption p svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.booking-card-figcaption p span {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--white);
}

.booking-card-details {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid var(--border-gray);
    border-top: none;
}

.booking-card-details dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    gap: 12px;
    border-bottom: 1px solid var(--border-gray);
}

.booking-card-details dl dd {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--blue);
}

.booking-card-details ul {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: auto;
    padding: 16px;
}

.booking-card-details ul li {
    font-size: 14px;
    text-transform: capitalize;
}

.booking-card-details ul li span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-transform: initial;
}

.auth {
    overflow: hidden;
    padding: 32px 0px 50px;
}

.auth-content {
    border-radius: 12px;
    background-color: var(--white);
    border: 1px solid var(--border-slate);
}

.auth-banner {
    width: 100%;
    max-width: 480px;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    top: 0px;
    right: 0px;
}



@media (max-width: 1199px) {
    .auth-banner {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .auth-banner {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .auth-banner {
        display: none;
    }
}

.auth-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    padding: 0px 16px;
    border-bottom: 1px solid var(--border-slate);
}

.auth-navs .nav-link {
    padding: 16px 0px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    color: var(--secondary);
}

.auth-navs .nav-link.active {
    color: var(--primary);
    border-color: var(--primary);
}

.auth-tabs {
    padding: 16px;
}

.auth-header {
    padding: 10px 0px 32px;
    text-align: center;
}

.auth-header h3 {
    line-height: 34px;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.auth-header p {
    line-height: 16px;
    font-size: 14px;
    font-weight: 300;
}

.auth-divide {
    margin: 25px 0px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.auth-divide::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--border-slate);
}

.auth-divide span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0px 12px;
    text-transform: capitalize;
    color: var(--text);
    background-color: var(--white);
}

.auth-sync {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 15px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

@media (max-width: 575px) {
    .auth-sync {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.auth-sync a {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    background-color: var(--slate);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.auth-sync a img {
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.auth-sync a span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--secondary);
}

.auth-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: 24px;
}

.auth-types li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}

.auth-types li input {
    accent-color: var(--primary);
    cursor: pointer;
}

.auth-types li label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    text-transform: capitalize;
    color: var(--secondary);
}

@media (max-width: 991px) {
    .cart-flow {
        overflow-y: hidden;
    }
}

@media (max-width: 991px) {
    .cart-sidebar {
        position: fixed;
        inset: 0;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.5);
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }
}

@media (max-width: 991px) {
    .cart-sidebar.active {
        opacity: 1;
        visibility: visible;
    }
}

.cart-sidebar.active .cart-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.cart-content {
    width: 100%;
    max-width: 380px;
    position: fixed;
    isolation: isolate;
    top: 71px;
    right: 0px;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    background-color: var(--white);
    border-left: 1px solid var(--border-slate);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .cart-content {
        max-width: 320px;
    }
}

@media (max-width: 991px) {
    .cart-content {
        top: 0px;
    }
}

.cart-content .cart-close {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: -13px;
    z-index: 1;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white);
    color: var(--red);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (min-width: 0px) and (max-width: 400px) {
    .cart-content .cart-close {
        border: 1px solid var(--border-slate);
        line-height: 24px;
        left: 20px;
    }
}

.cart-content .cart-close:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: var(--white);
}

.cart-empty {
    width: 100%;
    height: 100vh;
}

.cart-empty h2 {
    margin-bottom: 60px;
}

.cart-empty img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 40px;
    margin-inline: auto;
    border-radius: 100px;
    display: block;
}

.cart-empty p {
    padding: 0px 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--text);
}

.cart-title {
    width: 100%;
    padding: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border-slate);
    color: var(--primary);
}

.cart-switch-group {
    margin-top: 20px;
    margin-bottom: 18px;
}

.cart-heading {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 18px;
}

.cart-scroll-group {
    height: calc(100vh - 215px);
    overflow-y: auto;
}

@media (max-width: 991px) {
    .cart-scroll-group {
        height: calc(100vh - 185px);
    }
}

.cart-scroll-group::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.cart-scroll-group::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--placeholder);
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    padding: 12px 16px;
    border-top: 1px solid var(--border-slate);
}

.cart-item:last-child {
    border-bottom: 1px solid var(--border-slate);
}

.cart-delete {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
}

.cart-meta-group {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
}

.cart-meta-group .cart-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.cart-meta-group .cart-name:hover {
    color: var(--primary);
}

.cart-meta-group .cart-size {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 2px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cart-meta-group .cart-extra {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--text);
}

.cart-action-group .cart-price {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: right;
    text-transform: capitalize;
    color: var(--primary);
}

.cart-price-group {
    padding: 16px 16px 0px;
}

.cart-coupon {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.cart-coupon input {
    width: 100%;
    height: 100%;
    padding: 0px 16px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid var(--border-gray);
    border-right: none;
}

.cart-coupon input::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.cart-coupon input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.cart-coupon input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.cart-coupon input::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.cart-coupon input::placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.cart-coupon button {
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 0px 18px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--white);
    background-color: var(--black);
}

.cart-amount-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.cart-amount-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-amount-item:last-child span {
    font-weight: 600;
    color: var(--heading);
}

.cart-amount-item span {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--text);
}

.cart-amount-btn-div {
    padding: 16px;
    margin-bottom: 40px;
}

.cart-amount-btn {
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    color: var(--white);
    background-color: var(--primary);
}

.product-modal .modal-dialog {
    width: 100%;
    max-width: 455px;
    margin: 30px auto;
}

@media (max-width: 575px) {
    .product-modal .modal-dialog {
        margin: 10px auto;
        padding: 0px 10px;
    }
}

.product-modal .modal-content {
    border: none;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.product-modal-media {
    position: relative;
}

.product-modal-media img {
    width: 100%;
}

.product-modal-media button {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white);
    color: var(--red);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.product-modal-media button:hover {
    color: var(--white);
    background-color: var(--red);
}

.product-modal-group {
    padding: 10px 16px;
    border-top: 1px solid var(--border-slate);
}

.product-modal-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.product-modal-describe {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
}

.product-modal-subset {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-modal-subset dt {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.product-modal-subset dd {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--blue);
}

.product-modal-subset dd.require {
    background-color: #E2F8FF;
}

.product-modal-subset dd.option {
    background-color: transparent;
}

.product-modal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.product-modal-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.product-modal-list li label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.product-modal-list li span {
    font-size: 14px;
    font-weight: 500;
}

.product-modal-instruct {
    width: 100%;
    height: 44px;
    padding: 0px 16px;
    border-radius: 5px;
    border: 1px solid var(--border-gray);
}

.product-modal-instruct::-webkit-input-placeholder {
    font-size: 14px;
}

.product-modal-instruct::-moz-placeholder {
    font-size: 14px;
}

.product-modal-instruct:-ms-input-placeholder {
    font-size: 14px;
}

.product-modal-instruct::-ms-input-placeholder {
    font-size: 14px;
}

.product-modal-instruct::placeholder {
    font-size: 14px;
}

.product-modal-footer {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
}

.product-modal-footer .cart-counter {
    width: 120px;
    height: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 30px;
    background-color: #dbdbdb;
}

.product-modal-footer .cart-counter input {
    width: 50px;
    font-size: 14px;
}

.product-modal-footer .cart-counter button {
    font-size: 14px;
}

.product-modal-footer .cart-btn {
    width: 100%;
    height: 38px;
    border-radius: 30px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    gap: 12px;
    color: var(--white);
    background-color: var(--primary);
}

.booking-modal .modal-dialog {
    width: 100%;
    max-width: 455px;
    margin: 30px auto;
}

@media (max-width: 575px) {
    .booking-modal .modal-dialog {
        margin: 10px auto;
        padding: 0px 10px;
    }
}

.booking-modal .modal-content {
    border: none;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.booking-modal-header {
    position: relative;
    text-align: center;
    padding: 16px 16px 0px;
}

.booking-modal-header h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.booking-modal-header img {
    width: 100%;
    max-width: 180px;
    margin-bottom: 32px;
}

.booking-modal-header button {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white);
    color: var(--red);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-box-shadow: 0px 4px 16px rgba(126, 133, 142, 0.16);
    box-shadow: 0px 4px 16px rgba(126, 133, 142, 0.16);
}

.booking-modal-header button:hover {
    color: var(--white);
    background-color: var(--red);
}

.booking-modal-content {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.booking-modal-group {
    position: relative;
}

.booking-modal-select {
    padding: 12px 16px;
    border-radius: 12px;
    background-color: var(--white);
    border: 1px solid var(--border-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.booking-modal-select.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.booking-modal-select h4 {
    font-size: 14px;
    font-weight: 600;
}

.booking-modal-select h4 span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300;
}

.booking-modal-select i {
    font-size: 16px;
    color: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.booking-modal-option {
    padding: 16px;
    border-radius: 12px;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    width: 100%;
    top: 66px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: var(--white);
    -webkit-box-shadow: 0px 4px 16px rgba(126, 133, 142, 0.16);
    box-shadow: 0px 4px 16px rgba(126, 133, 142, 0.16);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.booking-modal-option.active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.booking-modal-option dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.booking-modal-option dt {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.booking-modal-option dd.cart-counter {
    width: 100px;
    height: 30px;
}

.booking-modal-option dd.cart-counter input {
    width: 40px;
    font-size: 14px;
}

.booking-modal-option dd.cart-counter button {
    font-size: 12px;
}

.booking-modal-option dd.date input {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid var(--border-slate);
}

.booking-modal-option .done {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    margin-left: auto;
    text-transform: capitalize;
    color: var(--white);
    background-color: var(--primary);
}

.booking-modal-time {
    padding: 16px;
    border-radius: 12px;
    background-color: var(--white);
    border: 1px solid var(--border-gray);
}

.booking-modal-time h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.booking-modal-time ul {
    display: grid;
    grid-gap: 16px 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

.booking-modal-time ul li {
    width: 100%;
    font-size: 14px;
    padding: 12px 0px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--slate);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.booking-modal-time ul li.enable {
    color: var(--heading);
}

.booking-modal-time ul li.disable {
    cursor: not-allowed;
    color: var(--placeholder);
}

.booking-modal-time ul li.disable.selected {
    color: var(--placeholder);
    background-color: var(--white);
}

.booking-modal-time ul li.selected {
    color: var(--white);
    background-color: var(--primary);
}

.booking-modal-footer {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
}

.booking-modal-footer .cart-btn {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    gap: 12px;
    color: var(--white);
    background-color: var(--primary);
}

.address-modal .modal-dialog {
    width: 100%;
    max-width: 515px;
    margin: 30px auto;
}

@media (max-width: 575px) {
    .address-modal .modal-dialog {
        margin: 10px auto;
        padding: 0px 10px;
    }
}

.address-modal .modal-content {
    border: none;
    display: block;
    overflow: hidden;
    padding: 16px;
    border-radius: 12px;
}

.address-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 15px;
}

.address-modal-header h3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.address-modal-header button {
    font-size: 14px;
    color: var(--red);
}

.address-modal-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    height: 46px;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 8px 8px 8px 16px;
    background-color: var(--slate);
    border: 1px solid var(--slate);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.address-modal-search:focus-within {
    background-color: var(--white);
    border-color: rgba(238, 29, 72, 0.3);
}

.address-modal-search i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
}

.address-modal-search input {
    width: 100%;
    height: 100%;
}

.address-modal-search button {
    width: 30px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    border-radius: 6px;
    background-color: var(--primary);
    color: var(--white);
}

.address-modal-frame {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.address-modal-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 20px;
    gap: 12px;
}

.address-modal-location i {
    font-size: 18px;
    color: var(--primary);
}

.address-modal-location span {
    font-size: 14px;
    font-weight: 500;
}

.address-modal-details {
    margin-bottom: 20px;
}

.address-modal-details label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.address-modal-details input {
    width: 100%;
    height: 45px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid var(--border-gray);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.address-modal-details input:focus-within {
    border-color: rgba(238, 29, 72, 0.3);
}

.address-modal-label-group {
    margin-bottom: 24px;
}

.address-modal-label-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.address-modal-label-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 12px;
}

.address-modal-label-navs button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: var(--slate);
    border: 1px solid var(--slate);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.address-modal-label-navs button.active {
    color: var(--primary);
    border-color: var(--primary);
    background-color: rgba(238, 29, 72, 0.08);
}

.address-modal-label-input {
    width: 100%;
    height: 45px;
    margin-top: 16px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid var(--border-gray);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.address-modal-label-input:focus-within {
    border-color: rgba(238, 29, 72, 0.3);
}

.shop-modal .modal-dialog {
    width: 100%;
    max-width: 550px;
    margin: 30px auto;
}

@media (max-width: 575px) {
    .shop-modal .modal-dialog {
        margin: 10px auto;
        padding: 0px 10px;
    }
}

.shop-modal .modal-content {
    border: none;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.shop-modal-header {
    position: relative;
}

.shop-modal-header img {
    width: 100%;
}

.shop-modal-header button {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white);
    color: var(--red);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-box-shadow: 0px 4px 16px rgba(126, 133, 142, 0.16);
    box-shadow: 0px 4px 16px rgba(126, 133, 142, 0.16);
}

.shop-modal-header button:hover {
    color: var(--white);
    background-color: var(--red);
}

.shop-modal-meta {
    padding: 16px;
}

.shop-modal-meta h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.shop-modal-meta h4 {
    font-size: 12px;
    font-weight: 400;
    color: var(--text);
    margin-bottom: 8px;
}

.shop-modal-meta p {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
}

.shop-modal .nav-tabs {
    border-top: 1px solid var(--border-slate);
    border-bottom: 1px solid var(--border-slate);
}

.shop-modal .nav-tabs .nav-link {
    margin: 0px 16px;
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    isolation: isolate;
    border: none;
    color: var(--text);
}

.shop-modal .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.shop-modal .nav-tabs .nav-link.active {
    color: var(--heading);
}

.shop-modal .nav-tabs .nav-link.active::after {
    background-color: var(--primary);
}

.shop-modal .tab-pane {
    padding: 16px;
}

.shop-modal-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.shop-modal-about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.shop-modal-about ul li h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
    line-height: 20px;
}

.shop-modal-about ul li p {
    font-size: 14px;
    font-weight: 400;
}

.shop-modal-about img {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.shop-modal-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.shop-modal-review li {
    padding: 12px;
    border-radius: 8px;
    background-color: var(--white);
    border: 1px solid #EFF0F6;
}

.shop-modal-review li h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.shop-modal-review li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
}

.shop-modal-review li dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
    gap: 3px;
}

.shop-modal-review li dl dt i {
    font-size: 14px;
    color: var(--yellow);
}

.shop-modal-review li dl dd {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.shop-modal-review li p {
    font-size: 14px;
    font-weight: 300;
}

.header {
    width: 100%;
    background-color: var(--white);
    border-bottom: 1px solid var(--border-slate);
}

.header.index {
    background-color: #FFF9FA;
}

/* .header.active {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  background-color: var(--white);
  -webkit-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.06);
} */

.header-content {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header-content {
        height: 60px;
    }
}

.header-group {
    display: flex;
    align-items: center;

}

/* Adjust gap for small screens */
@media (max-width: 350px) {
    .header-group {
        gap: 12px;
    }
}

.header-cart {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none; /* Optional: remove underline if it's a link */
    color: #000; /* Color for the cart text */
}

.header-cart-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
    margin-right: 8px; /* Space between icon and text */
}

/* Quantity indicator (sup) styling */

   .header-cart sup {
    position: absolute;
    top: -12px;
    right: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--primary);
    border: 1px solid var(--white);
    color: var(--white);
}


/* Optional: Style for the Cart text */
.header-cart-text {

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    white-space: nowrap;
    gap: 6px;

    padding: 0px 12px;
    color: var(--primary);
}

.header-home {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}


.home-text {
     font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    white-space: nowrap;
    gap: 6px;
    padding: 0px 12px;
    color: var(--primary)
}


.header-auth {
    position: relative;
}

.header-auth-btn {
    display: none;
}

@media (max-width: 767px) {
    .header-auth-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 16px;
        padding: 0px 7px;
        height: 32px;
        cursor: pointer;
        border: 1px solid var(--border-gray);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }

    .header-auth-btn:hover {
        border-color: rgba(238, 29, 72, 0.3);
    }
}

.header-auth-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*border-radius: 16px;*/
    /*border: 1px solid var(--border-gray);*/
    /*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);*/
}

@media (max-width: 767px) {
    .header-auth-navs {
        position: absolute;
        top: 46px;
        right: 0px;
        z-index: 3;
        padding: 6px;
        border-radius: 8px;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-color: var(--border-slate);
        background-color: var(--white);
        -webkit-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.08);
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }

    .header-auth-navs.active {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.header-auth-navs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    white-space: nowrap;
    gap: 6px;
    height: 32px;
    padding: 0px 12px;
    color: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (max-width: 767px) {
    .header-auth-navs a {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 32px;
        padding-left: 8px;
    }
}

.header-auth-navs a:hover {
    background-color: rgb(240 255 254);
}

.header-auth-navs a:first-child {
border-top-left-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-left: 1px solid var(--border-gray);
}
.header-home a:after {
border-top-left-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-left: 1px solid var(--border-gray);
}
@media (max-width: 767px) {
    .header-auth-navs a:first-child {
        border-radius: 8px;
    }
}

.header-auth-navs a:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-left: 1px solid var(--border-gray);
}

@media (max-width: 767px) {
    .header-auth-navs a:last-child {
        border: none;
        border-radius: 8px;
    }
}

.header-account,
.header-selection {
    position: relative;
}

.header-account-btn,
.header-selection-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0px 12px;
    height: 32px;
    gap: 6px;
    cursor: pointer;
    border: 1px solid var(--border-gray);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (max-width: 767px) {

    .header-account-btn,
    .header-selection-btn {
        padding: 0px 7px;
    }
}

.header-account-btn:hover,
.header-selection-btn:hover {
    border-color: rgba(238, 29, 72, 0.3);
}

.header-account-btn img,
.header-selection-btn img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-account-btn span,
.header-selection-btn span {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--secondary);
}

@media (max-width: 767px) {

    .header-account-btn span,
    .header-selection-btn span {
        display: none;
    }
}

.header-account-btn i,
.header-selection-btn i {
    font-size: 10px;
    margin-top: -2px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (max-width: 767px) {

    .header-account-btn i,
    .header-selection-btn i {
        display: none;
    }
}

.header-account-btn.active i,
.header-selection-btn.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-account-navs,
.header-selection-list {
    position: absolute;
    top: 50px;
    right: 0px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 3;
    padding: 8px 6px;
    border-radius: 8px;
    background-color: var(--white);
    border: 1px solid var(--border-slate);
    -webkit-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.08);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (max-width: 767px) {

    .header-account-navs,
    .header-selection-list {
        top: 46px;
    }
}

.header-account-navs.active,
.header-selection-list.active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-account-navs a,
.header-account-navs li,
.header-selection-list a,
.header-selection-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 32px;
    padding-left: 8px;
    cursor: pointer;
    gap: 12px;
    border-radius: 8px;
    color: var(--secondary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.header-account-navs a:hover,
.header-account-navs li:hover,
.header-selection-list a:hover,
.header-selection-list li:hover {
    background-color: var(--slate);
}

.header-account-navs a i,
.header-account-navs li i,
.header-selection-list a i,
.header-selection-list li i {
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-account-navs a img,
.header-account-navs li img,
.header-selection-list a img,
.header-selection-list li img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-account-navs a span,
.header-account-navs li span,
.header-selection-list a span,
.header-selection-list li span {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.header-btn {
    height: 32px;
    padding: 6px 12px;
    border-radius: 16px;
    background-color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
}

@media (max-width: 575px) {
    .header-btn {
        display: none;
    }
}

.header-btn span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    color: var(--white);
}



.footer_2 {
    background-color:  var(--black);
    padding: 20px 0 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Footer Top Contact */
.footer_top_contact ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer_top_contact {
    padding: 30px 50px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px -3px 40px 0px rgba(8, 5, 33, 0.10);
    position: relative;
    top: -50px;
}
@media screen and (max-width: 768px) {
  .footer_top_contact {
    display: none;
  }
}
.footer_top_contact ul li .icon {
    width: 50px;
    height: 50px;
    background: #7EC7BD;
    margin-right: 12px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    -webkit-border-radius: 50%;
    border: 1px dashed #ffffff;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.footer_top_contact li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_top_contact .icon {
    width: 40px;
    height: 40px;
}

.footer_top_contact .text span {
    display: block;
    color: var(--colorBlack);
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_top_contact .text a,
.footer_top_contact .text p {
    color: var(--colorBlack);
    font-size: 14px;
    font-weight: 600;
}

/* Footer Info Section */
.footer_info {
    margin-bottom: 40px;
}

.footer_info .footer_logo {
    width: 80px;
    display: block;
}

.footer_info p {
    color: var(--colorWhite);
    font-family: var(--paraFont);
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.6;
}
footer .footer_info p {

    font-size: 14px;
    margin-top: 23px;
    margin-bottom: 35px;
    line-height: 24px;
    max-width: 100%;
    color: var(--colorWhite);

}

.footer_info ul {
    display: flex;
    gap: 10px;
}

.footer_info ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #fff;
    color:  var(--colorWhite);
    transition: all 0.3s ease;
}

.footer_info ul li a:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
    border-color: var(--colorPrimary);
}

/* Footer Links */
.footer_link h3 {
    color:#fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;

}

.footer_link ul li a {
    font-family: var(--paraFont);
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 15px;
    margin: 15px 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    color: var(--colorWhite);

}

.footer_link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--colorWhite);
    border-radius: 50%;
}

.footer_link ul li a:hover {
    color: var(--colorslate);
}

.footer_link ul li a:hover::before {
    background: var(--colorslate);
}

/* Recent Posts */
.footer_post h3 {
    color: var(--colorWhite);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer_post ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.footer_post .img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.footer_post .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_post .text {
    flex: 1;
}

.footer_post .text p {
    color: var(--colorWhite);
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_post .text a {
    color: var(--colorWhite);
    font-family: var(--paraFont);

    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer_post .text a:hover {
    color: var(--colorslate);
}

/* Footer Bottom */
.footer-bottom {
    background-color: var(--black);
    padding: 5px 0;
    margin-top: 0;
    border-top: 1px solid #fff;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    color: var(--colorWhite);
    font-size: 13px;
}
.developed-by a{
    color: var(--colorWhite);
}
.developed-by a:hover{
    color: var(--colorslate);
}

.footer-payment-methods {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-icon {
    height: 24px;
    width: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
.footer_top_contact ul {
    justify-content: center;
}
}

@media (max-width: 768px) {
.footer_top_contact li {
    width: 100%;
    justify-content: start;
}

.footer-bottom-content {
    flex-direction: column;
    text-align: center;
}

.row {
    text-align: center;
}

.footer_info ul {
    justify-content: center;
}

.footer_link ul li a {
    padding-left: 0;
}

.footer_link ul li a::before {
    display: none;
}
}
.banner {
    padding: 15px 0px;
    background-color: #00000057;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0h2v20H9V0zm25.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm-20 20l1.732 1-10 17.32-1.732-1 10-17.32zM58.16 4.134l1 1.732-17.32 10-1-1.732 17.32-10zm-40 40l1 1.732-17.32 10-1-1.732 17.32-10zM80 9v2H60V9h20zM20 69v2H0v-2h20zm79.32-55l-1 1.732-17.32-10L82 4l17.32 10zm-80 80l-1 1.732-17.32-10L2 84l17.32 10zm96.546-75.84l-1.732 1-10-17.32 1.732-1 10 17.32zm-100 100l-1.732 1-10-17.32 1.732-1 10 17.32zM38.16 24.134l1 1.732-17.32 10-1-1.732 17.32-10zM60 29v2H40v-2h20zm19.32 5l-1 1.732-17.32-10L62 24l17.32 10zm16.546 4.16l-1.732 1-10-17.32 1.732-1 10 17.32zM111 40h-2V20h2v20zm3.134.84l1.732 1-10 17.32-1.732-1 10-17.32zM40 49v2H20v-2h20zm19.32 5l-1 1.732-17.32-10L42 44l17.32 10zm16.546 4.16l-1.732 1-10-17.32 1.732-1 10 17.32zM91 60h-2V40h2v20zm3.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm24.026 3.294l1 1.732-17.32 10-1-1.732 17.32-10zM39.32 74l-1 1.732-17.32-10L22 64l17.32 10zm16.546 4.16l-1.732 1-10-17.32 1.732-1 10 17.32zM71 80h-2V60h2v20zm3.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm24.026 3.294l1 1.732-17.32 10-1-1.732 17.32-10zM120 89v2h-20v-2h20zm-84.134 9.16l-1.732 1-10-17.32 1.732-1 10 17.32zM51 100h-2V80h2v20zm3.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm24.026 3.294l1 1.732-17.32 10-1-1.732 17.32-10zM100 109v2H80v-2h20zm19.32 5l-1 1.732-17.32-10 1-1.732 17.32 10zM31 120h-2v-20h2v20z' fill='%23168a8b' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .banner {
        padding: 55px 0px 70px;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 40px 0px 10px;
    }
}

.banner-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 58px;
}

@media (max-width: 1399px) {
    .banner-title {
        font-size: 45px;
        line-height: 65px;
        margin-bottom: 45px;
    }

}

@media (max-width: 1199px) {
    .banner-title {
        font-size: 45px;
        line-height: 65px;
    }
}

@media (max-width: 991px) {
    .banner-title {
        font-size: 38px;
        line-height: 58px;
    }
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 48px;
        line-height: 68px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 45px;
    }
}

.banner-title span {
    color: var(--primary);
}

.banner-subtitle {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 16px;
    color: var(--secondary);
}

@media (max-width: 1399px) {
    .banner-subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .banner-subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .banner-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

.banner-search {
    width: 100%;
    height: 72px;
    padding: 12px;
    border-radius: 35px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 6px 32px rgba(237, 32, 73, 0.06);
    box-shadow: 0px 6px 32px rgba(237, 32, 73, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
}

@media (max-width: 575px) {
    .banner-search {
        height: 56px;
        padding: 8px;
        gap: 10px;
    }
}

.banner-search input {
    width: 100%;
    height: 100%;
    padding: 0px 12px;
}

@media (max-width: 575px) {
    .banner-search input {
        padding: 0px 8px;
    }
}

.banner-search input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.banner-search input::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.banner-search input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.banner-search input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.banner-search input::placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 575px) {
    .banner-search input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 24px;
    }

    .banner-search input::-moz-placeholder {
        font-size: 14px;
        line-height: 24px;
    }

    .banner-search input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px;
    }

    .banner-search input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 24px;
    }

    .banner-search input::placeholder {
        font-size: 14px;
        line-height: 24px;
    }
}

.banner-search a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-search button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 25px;
    padding: 7px 24px;
    cursor: pointer;
    text-transform: capitalize;
    color: var(--white);
    background-color: var(--primary);
}

@media (max-width: 575px) {
    .banner-search button {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 15px;
    }
}

.banner-image img {
    width: 100%;

}

@media (min-width: 0px) and (max-width: 991px) {
    .banner-image img {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .banner-image img {
        margin-top: 20px;
    }
}
.swiper-wrapper{
    height: auto;
}

.feature-swiper {
    padding-bottom: 90px;
}

.feature-swiper .swiper-slide {
    width: 100%;
    text-align: center;
}

.feature-swiper .swiper-slide svg {
    margin-bottom: 26px;
}

.feature-swiper .swiper-slide h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
    color:var(--primary);
}

.feature-swiper .swiper-slide p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-transform: capitalize;
}

.feature-swiper .swiper-pagination {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.feature-swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    line-height: 8px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--gray);
}

.feature-swiper .swiper-pagination-bullet-active {
    background-color: var(--primary);
}

.app {
    padding: 120px 0px;
    background-color: #FFF6F5;
    overflow: hidden;
}



@media (max-width: 767px) {
    .app {
        padding: 60px 0px;
    }
}

@media (max-width: 575px) {
    .app-content {
        width: 100%;
        text-align: center;
    }
}

.app-content h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
}
@media (max-width: 1399px) {
    .app-content h2 {
        font-size: 45px;
        line-height: 65px;
    }
}


@media (max-width: 1199px) {
    .app-content h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .app-content h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .app-content h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .app-content h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

.app-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 32px;
}
@media (max-width: 1399px) {


    .app-content p {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .app-content p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .app-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

.app-content nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 575px) {
    .app-content nav {
        margin-bottom: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.app-content nav img {
    width: 130px;
}

@media (max-width: 767px) {
    .app-content nav img {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .app-content nav img {
        width: 110px;
    }
}

.app-image {
    width: 100%;
    height:auto;
    position: relative;
}

@media (max-width: 575px) {
    .app-image {
        height: 180px;
    }
}

.app-image img {
    width: 100%;
    max-width: 400px;
    position: absolute;
    bottom: -220px;
    right: 0px;
}

@media (max-width: 767px) {
    .app-image img {
        bottom: -150px;
    }
}

@media (max-width: 575px) {
    .app-image img {
        max-width: 270px;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.filter-group {
    overflow: hidden;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.filter-swiper {
    padding: 32px 0px;
}

.filter-swiper .swiper-slide {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 20px;
    color: var(--text);
    background-color: var(--slate);
}

.filter-swiper .swiper-slide i {
    font-size: 16px;
}

.filter-swiper .swiper-slide span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.filter-swiper .swiper-slide.active {
    color: var(--white);
    background-color: var(--primary);
}

.filter-options {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
}

@media (max-width: 575px) {
    .filter-options {
        row-gap: 18px;
    }
}

.filter-options div:nth-child(1) {
    grid-column: 1/5;
}

@media (max-width: 1199px) {
    .filter-options div:nth-child(1) {
        grid-column: 1/7;
    }
}

@media (max-width: 767px) {
    .filter-options div:nth-child(1) {
        grid-column: 1/13;
    }
}

.filter-options div:nth-child(2) {
    grid-column: 5/8;
}

@media (max-width: 1199px) {
    .filter-options div:nth-child(2) {
        grid-column: 7/13;
    }
}

@media (max-width: 767px) {
    .filter-options div:nth-child(2) {
        grid-column: 1/13;
    }
}

.filter-options div:nth-child(3) {
    grid-column: 8/10;
}

@media (max-width: 1199px) {
    .filter-options div:nth-child(3) {
        grid-column: 1/5;
    }
}

@media (max-width: 575px) {
    .filter-options div:nth-child(3) {
        grid-column: 1/13;
    }
}

.filter-options div:nth-child(4) {
    grid-column: 10/12;
}

@media (max-width: 1199px) {
    .filter-options div:nth-child(4) {
        grid-column: 5/10;
    }
}

@media (max-width: 575px) {
    .filter-options div:nth-child(4) {
        grid-column: 1/13;
    }
}

.filter-options div:nth-child(5) {
    grid-column: 12/13;
}

@media (max-width: 1199px) {
    .filter-options div:nth-child(5) {
        grid-column: 10/13;
    }
}

@media (max-width: 575px) {
    .filter-options div:nth-child(5) {
        grid-column: 1/13;
    }
}

.filter-search {
    width: 100%;
    height: 48px;
    border-radius: 25px;
    background-color: var(--white);
    border: 1px solid var(--border-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 16px;
    gap: 12px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.filter-search:focus-within {
    border-color: var(--primary);
}

.filter-search input {
    width: 100%;
    height: 100%;
}

.filter-search input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--placeholder);
}

.filter-search input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--placeholder);
}

.filter-search input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--placeholder);
}

.filter-search input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--placeholder);
}

.filter-search input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--placeholder);
}

.filter-search button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--primary);
}

.filter-select {
    width: 100%;
    height: 40px;
    position: relative;
}

.filter-select i {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 12px;
    font-size: 12px;
    z-index: 1;
    color: var(--primary);
}

.filter-select select {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 20px;
    padding: 0px 36px 0px 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize;
    accent-color: var(--primary);
    background-color: var(--slate);
}

.filter-button {
    width: 100%;
}

.filter-button button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 20px;
    cursor: pointer;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    color: var(--White);
    background-color: var(--primary);
}

.filter-button button i {
    display: none;
}

@media (max-width: 1199px) {
    .filter-button button i {
        display: block;
    }
}

.filter-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0px 24px;
    gap: 15px;
}

.filter-header h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
}

.filter-header button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 20px;
    color: var(--text);
    background-color: var(--slate);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.filter-header button.active {
    color: var(--red);
    background-color: #FFEAEA;
}

.restaurant .row>* {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.rest-content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 78px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.rest-content .pagination-nav {
    margin-top: 50px;
}

.rest-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0px;
    border-bottom: 1px solid var(--border-gray);
}

.rest-media img {
    width: 100%;
    -webkit-mask-image: url("../../images/mask.svg");
    mask-image: url("../../images/mask.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.rest-name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .rest-name {
        font-size: 26px;
    }
}

.rest-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    color: var(--text);
}

.rest-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 18px;
    gap: 5px;
}

.rest-review i {
    font-size: 14px;
    color: var(--gray);
}

.rest-review i.active {
    color: var(--yellow);
}

.rest-review span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.rest-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.rest-location span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.rest-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.rest-book-btn {
    height: 34px;
    padding: 10px 14px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    gap: 10px;
    color: var(--white);
    background-color: var(--primary);
}

.rest-info-btn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    cursor: pointer;
}

.rest-voucher {
    padding: 16px 0px;
}

.rest-voucher button {
    padding: 9px 18px;
    border-radius: 30px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: var(--blue);
    background-color: #E2F8FF;
}

.rest-voucher p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.rest-menu-wrapper {
    position: relative;
    background-color: var(--white);
}

.rest-menu-wrapper.active {
    position: sticky;
    top: 70px;
    left: 0px;
    width: 100%;
}

@media (max-width: 767px) {
    .rest-menu-wrapper.active {
        top: 60px;
    }
}

.rest-menu-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
}

.rest-menu-group .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 0px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--text);
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.rest-menu-group .swiper-slide.active {
    color: var(--heading);
}

.rest-menu-group .swiper-slide.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: var(--primary);
}

.rest-menu-group .rest-swiper-prev,
.rest-menu-group .rest-swiper-next {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    cursor: pointer;
    color: var(--text);
    background-color: var(--slate);
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.rest-menu-group .rest-swiper-prev:hover,
.rest-menu-group .rest-swiper-next:hover {
    color: var(--white);
    background-color: var(--primary);
}

.rest-menu-group .swiper-button-disabled {
    cursor: not-allowed;
}

.rest-menu-group .swiper-button-disabled:hover {
    color: var(--text);
    background-color: var(--slate);
}

.product-category-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    padding: 48px 0px 24px;
}

.booking {
    padding: 16px 0px 50px;
}

.booking .container {
    max-width: 800px;
}

.booking-paginate {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 18px;
    margin-bottom: 16px;
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.booking-paginate:hover {
    color: var(--primary);
}

.booking-paginate i {
    font-size: 18px;
    color: var(--primary);
}

.booking-paginate span {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.booking-group {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

@media (min-width: 0px) and (max-width: 650px) {
    .booking-group {
        display: grid;
        grid-gap: 24px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
    }
}

.booking-fieldset {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

@media (min-width: 0px) and (max-width: 650px) {
    .booking-fieldset {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.booking-fieldset legend {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--heading);
}

.checkout {
    padding: 16px 0px 50px;
}

.checkout .container {
    max-width: 880px;
}

.checkout-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}

@media (max-width: 767px) {
    .checkout-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.checkout-delivery {
    width: 455px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 991px) {
    .checkout-delivery {
        width: 50%;
    }
}

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

.checkout-card {
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 12px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.checkout-card-head {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.checkout-card-head h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.checkout-card-head button {
    gap: 6px;
    padding: 6px 12px;
    border-radius: 30px;
    background-color: #FFE8ED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.checkout-card-head button:hover {
    background-color: var(--primary);
}

.checkout-card-head button:hover svg {
    fill: var(--white);
}

.checkout-card-head button:hover span {
    color: var(--white);
}

.checkout-card-head button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.checkout-card-head button span {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.checkout-fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.checkout-label {
    --inside-space: 12px;
    border-radius: 8px;
    padding: var(--inside-space);
    background-color: var(--white);
    border: 1px solid var(--border-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    cursor: pointer;
    position: relative;
    isolation: isolate;
    gap: 16px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.checkout-label:has(input:checked) {
    border-color: var(--primary);
}

.checkout-label input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkout-label dl {
    width: 100%;
    max-width: 280px;
}

.checkout-label dl dt {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
    color: var(--blue);
}

.checkout-label dl dd {
    font-size: 14px;
    line-height: 24px;
}

.checkout-label div {
    position: absolute;
    top: var(--inside-space);
    right: var(--inside-space);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 15px;
}

.checkout-label div button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.checkout-morebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-transform: capitalize;
    color: var(--primary);
}

.checkout-summary {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .checkout-summary {
        width: 50%;
    }
}

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

.checkout-summary-head {
    padding: 20px 16px;
    text-align: center;
}

.checkout-summary-head h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--blue);
}

.checkout-summary-head p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.checkout-summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
}

.checkout-summary-item:first-child {
    border-top: 1px solid var(--border-slate);
}

.checkout-summary-item h3 {
    font-size: 12px;
    font-weight: 500;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
    background-color: var(--secondary);
    color: var(--white);
    gap: 2px;
}

.checkout-summary-item h3 i {
    font-size: 8px;
    font-weight: 700;
}

.checkout-summary-item dl {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
}

.checkout-summary-item dl dt {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--primary);
}

.checkout-summary-item dl dd {
    font-size: 14px;
}

.checkout-summary-item h4 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    white-space: nowrap;
    text-transform: uppercase;
}

.checkout-summary-price-list {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.checkout-summary-price-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: var(--text);
}

.checkout-summary-price-list li:last-child {
    font-weight: 600;
    color: var(--secondary);
}

.settings {
    padding: 24px 0px 50px;
}

.settings-group {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.settings-group.active .settings-navs {
    padding: 20px 0px;
    display: block;
}

.settings-btn {
    width: 100%;
    padding: 12px 0px;
    color: var(--primary);
    background-color: rgba(238, 29, 72, 0.1);
    font-size: 14px;
    font-weight: 600;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 6px;
}

@media (max-width: 991px) {
    .settings-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.settings-navs {
    padding: 20px 0px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

@media (max-width: 991px) {
    .settings-navs {
        padding: 0px;
        display: none;
    }
}

.settings-navs a,
.settings-navs button {
    gap: 20px;
    width: 100%;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.settings-navs a:hover,
.settings-navs button:hover {
    background-color: var(--primary);
}

.settings-navs a:hover svg,
.settings-navs button:hover svg {
    stroke: var(--white);
}

.settings-navs a:hover span,
.settings-navs button:hover span {
    color: var(--white);
}

.settings-navs a.active,
.settings-navs button.active {
    background-color: var(--primary);
}

.settings-navs a.active svg,
.settings-navs button.active svg {
    stroke: var(--white);
}

.settings-navs a.active span,
.settings-navs button.active span {
    color: var(--white);
}

.settings-navs a svg,
.settings-navs button svg {
    stroke: #6E7191;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.settings-navs a span,
.settings-navs button span {
    font-size: 14px;
    font-weight: 500px;
    text-transform: capitalize;
    text-align: left;
    color: var(--secondary);
}

.settings-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.profile-user {
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    border: 1px solid var(--border-gray);
}

@media (max-width: 575px) {
    .profile-user {
        padding: 16px;
    }
}

.profile-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-slate);
}

@media (max-width: 575px) {
    .profile-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}

.profile-meta img {
    width: 84px;
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.profile-meta dt {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.profile-meta dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    row-gap: 20px;
}

.profile-meta span {
    font-size: 14px;
    font-weight: 600;
}

.profile-meta small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.profile-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.profile-data li {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .profile-data li {
        max-width: 200px;
    }
}

@media (max-width: 575px) {
    .profile-data li {
        max-width: 100%;
    }
}

.profile-data li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.order-details-title {
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 34px;
    gap: 12px;
}

.order-details {
    padding: 16px;
    border-radius: 12px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.order-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 10px;
}

@media (max-width: 575px) {
    .order-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.order-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 2px;
}

.order-meta li span {
    font-size: 14px;
}

.order-meta li span:first-child {
    font-weight: 500;
    text-transform: capitalize;
}

.order-meta li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--focus) !important;
}

.order-track {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-track li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-track li:first-child .line::before {
    display: none;
}

.order-track li:last-child .line::after {
    display: none;
}

.order-track li.tracked.active .line::after {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.order-track li.tracked .line::before,
.order-track li.tracked .line::after {
    background-color: var(--primary);
}

.order-track li.tracked .fa-circle-check {
    font-size: 14px;
    color: var(--white);
    background-color: var(--primary);
}

@media (max-width: 575px) {
    .order-track li.tracked .fa-circle-check {
        font-size: 14px;
    }
}

.order-track li .line {
    width: 100%;
    height: 6px;
    position: relative;
}

.order-track li .line::before,
.order-track li .line::after {
    content: "";
    width: 50%;
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-color: var(--border-slate);
}

.order-track li .line::before {
    left: 0px;
}

.order-track li .line::after {
    right: 0px;
}

.order-track li .fa-circle-check {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0px;
    margin-top: -18px;
    margin-bottom: 10px;
    position: relative;
    background-color: var(--gray);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 575px) {
    .order-track li .fa-circle-check {
        margin-top: -16px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        text-align: center;
    }
}

.order-track li .title {
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .order-track li .title {
        width: 70px;
        font-size: 12px;
        white-space: pre-wrap;
    }
}

@media (max-width: 575px) {
    .order-track li .title {
        width: 55px;
        font-size: 10px;
        font-weight: 500;
    }
}

.order-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .order-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order-box {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--border-slate);
}

.order-box.address .order-box-item b {
    width: 65px;
}

.order-box.status .order-box-item b {
    width: 120px;
}

.order-box-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.order-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.order-box-item {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
}

.order-box-item b {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    color: #59575E;
}

.table-order {
    overflow: visible;
}

.table-order tbody tr:nth-child(even) {
    background-color: var(--slate);
}

.table-order tbody tr:last-child>*:first-child {
    border-left: 1px solid var(--border-slate);
}

.table-order tbody tr:last-child>*:last-child {
    border-right: 1px solid var(--border-slate);
}

.table-order tbody tr td {
    font-size: 14px;
    vertical-align: top;
    border-bottom: none;
}

@media (max-width: 767px) {
    .table-order tbody tr td {
        border: none !important;
        border-left: 1px solid var(--border-slate) !important;
        border-right: 1px solid var(--border-slate) !important;
    }
}

.table-order tbody tr td:first-child {
    border-left-width: 1px;
}

.table-order tbody tr td:last-child {
    border-right-width: 1px;
}

@media (max-width: 767px) {

    .table-order tbody tr td:nth-child(1),
    .table-order tbody tr td:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .table-order tbody tr td:nth-child(1) {
        padding-bottom: 12px !important;
    }
}

@media (max-width: 767px) {
    .table-order tbody tr:first-child td:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-top: 1px solid var(--border-slate) !important;
    }
}

@media (max-width: 767px) {
    .order-table-item {
        width: 100%;
        margin-top: -4px;
    }
}

.order-table-item dt {
    font-weight: 500;
    text-transform: capitalize;
    white-space: pre-wrap;
    margin-bottom: 6px;
}

.order-table-item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: capitalize;
    font-weight: 400;
    gap: 6px;
}

.order-table-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 767px) {
    .order-table-price {
        width: 100%;
        margin-top: -4px;
    }
}

.order-price-list {
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left: 1px solid var(--border-slate);
    border-right: 1px solid var(--border-slate);
    border-bottom: 1px solid var(--border-slate);
}

.order-price-list li {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-price-list li:first-child {
    border-top: 1px solid var(--border-slate);
}

.order-price-list li:nth-child(even) {
    background-color: var(--slate);
}

.order-price-list li span {
    font-size: 14px;
    text-transform: capitalize;
    color: #160040;
}

.order-price-list li span:first-child {
    font-weight: 500;
}

.order-price-list li:last-child span {
    font-weight: 700;
    color: var(--primary);
}

.order-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.order-btns button {
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    color: var(--white);
    gap: 10px;
}

.order-btns button.cancel {
    background-color: var(--red);
}

.order-btns button.print {
    background-color: var(--blue);
}

.terms .container {
    max-width: 750px;
    padding: 45px 16px;
}

.terms .container h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.terms .container small {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 16px;
}

.terms .container p {
    font-size: 14px;
    margin-bottom: 32px;
}

.terms .container p span {
    margin-top: 16px;
}

.terms .container h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* popular food start */

section.populars_food.px_110.sm-py-3.position-relative {
    background: rgb(245,246,248);
background: -moz-linear-gradient(90deg, rgba(245,246,248,1) 0%, rgba(254,250,249,1) 50%, rgba(249,250,252,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(245,246,248,1) 0%, rgba(254,250,249,1) 50%, rgba(249,250,252,1) 100%);
background: linear-gradient(90deg, rgba(245,246,248,1) 0%, rgba(254,250,249,1) 50%, rgba(249,250,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f6f8",endColorstr="#f9fafc",GradientType=1)
}
.populars_food_item {
    border-radius: 10px;
    background: var(--colorWhite);
    padding: 55px 20px 45px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 10px 12px;
    box-shadow: 0 0 12px rgb(199 199 199 / 30%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.populars_food_item .tags {
    position: absolute;
    top: 30px;
    left: 0;
    color: var(--colorWhite);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    background: var(--colorPrimary);
    padding: 1px 23px;
}

.populars_food_item .img {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
}

.populars_food_item .title {
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 27px;
    font-weight: 500;
}

.populars_food_item .see_btn {
    margin-top: 10px;
    color: var(--colorPrimary);
    font-family: var(--headingFont);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid var(--colorPrimary);
    border-radius: 50px;
    padding: 7px 17px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.populars_food_item .see_btn i {
    margin-left: 7px;
}

.populars_food_item .see_btn:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

.populars_food_item:hover::after {
    top: -145px;
    left: -210px;
}

.populars_food_slider .nextArrow,
.populars_food_slider .prevArrow {
    background: transparent;
    color: var(--colorBlack);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.populars_food_slider .nextArrow,
.populars_food_slider .nextArrow:hover,
.populars_food_slider .prevArrow:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
    border-color: var(--colorPrimary);
}

.populars_food_slider .nextArrow,
.populars_food_slider .prevArrow {
    position: absolute;
    border: 1px solid rgba(8, 5, 33, 0.10);
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.populars_food_slider .nextArrow {
    margin-left: 25px;
}

.populars_food_slider .prevArrow {
    margin-left: -25px;
}

.populars_food_slider .nextArrow::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 1px;
    background: rgba(8, 5, 33, 0.10);
    bottom: 20px;
    left: 130%;
}

.populars_food_slider .prevArrow::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 1px;
    background: rgba(8, 5, 33, 0.10);
    bottom: 20px;
    right: 130%;
}
.categories-art{
    position: absolute;
    right: 0;
    bottom: -209px;
    z-index: AUTO;
}

/* populars food end */


.app_download_2 {
    position: relative;
    background: url('../../images/sea-wave.png') no-repeat center center;
    background-size: cover;
    padding: 100px 0; /* Equal 100px gap above and below */
}

.app_download_text_2 h5 {
    display: inline-block;
    background: #042D2F;
    padding: 7px 50px 7px 10px;
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
}

.app_download_text_2 h2 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    color: #0f7374;
    margin-bottom: 20px;
}

.offer-amount {
    font-size: 48px;
    font-weight: 800;
    color: #07292c;
    margin-bottom: 10px;
}

.offer-description {
    font-size: 24px;
    color: #07292c;
    margin-bottom: 20px;
}

.offer-code {
    display: inline-block;
    padding: 10px 20px;
    border: 2px dashed #939393;
    border-radius: 5px;
    color: var(--colorBlack);
    text-decoration: none;
    transition: all 0.3s ease;
}

.offer-code:hover {
    background-color: #f8f8f8;
}
/* Media Query for Small Screens */
@media (max-width: 576px) {
    .offer-code {
        font-size: 12px; /* Adjust font size for smaller screens */
        padding: 8px 12px; /* Adjust padding for smaller screens */

    }
}
.app_download_text_2 ul {
    margin-top: 35px;
    padding: 0;
    list-style-type: none;
}

.delivery-image-left img {
    max-width: 100%;
    height: auto;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .app_download_2 {
        padding: 80px 0; /* Adjusted for smaller screens */
    }

    .offer-amount {
        font-size: 36px;
    }

    .offer-description {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .app_download_2 {
        padding: 60px 0; /* Further adjusted for mobile screens */
    }

    .offer-amount {
        font-size: 30px;
    }

    .offer-description {
        font-size: 18px;
    }
}

/* populars food start */
.popular_food_item {
    border-radius: 10px;
    background: var(--colorWhite);
    padding: 55px 20px 45px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 10px 12px;
    box-shadow: rgb(149 157 165 / 29%) 0px 0px 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.popular_food_item::after {
    position: absolute;
    content: "";
    width: 400px;
    height: 350px;
    background: #00000094;
    top: -135px;
    left: -190px;
    border-radius: 120px;
    transform: rotate(77deg);
    z-index: -1;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transform: rotate(77deg);
    -moz-transform: rotate(77deg);
    -ms-transform: rotate(77deg);
    -o-transform: rotate(77deg);
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    -o-border-radius: 120px;
}

.popular_food_item .tags {
    position: absolute;
    top: 30px;
    left: 0;
    color: var(--colorWhite);
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    background: var(--colorPrimary);
    padding: 5px 23px;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.popular_food_item .img {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.popular_food_item .title {
    text-align: center;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 27px;
}

.popular_food_item .see_btn {
    margin-top: 10px;
    color: var(--colorPrimary);
    font-family: var(--headingFont);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid var(--colorPrimary);
    border-radius: 50px;
    padding: 7px 17px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.popular_food_item .see_btn i {
    margin-left: 7px;
}

.popular_food_item .see_btn:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

.popular_food_item:hover::after {
    top: -145px;
    left: -210px;
}

.popular_food_slider .nextArrow,
.popular_food_slider .prevArrow {
    background: transparent;
    color: var(--colorBlack);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.popular_food_slider .nextArrow,
.popular_food_slider .nextArrow:hover,
.popular_food_slider .prevArrow:hover {
    background: var(--colorPrimary);
    color: var(--colorWhite);
    border-color: var(--colorPrimary);
}

.popular_food_slider .nextArrow,
.popular_food_slider .prevArrow {
    position: absolute;
    border: 1px solid rgba(8, 5, 33, 0.10);
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.popular_food_slider .nextArrow {
    margin-left: 25px;
}

.popular_food_slider .prevArrow {
    margin-left: -25px;
}

.popular_food_slider .nextArrow::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 1px;
    background: rgba(8, 5, 33, 0.10);
    bottom: 20px;
    left: 130%;
}

.popular_food_slider .prevArrow::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 1px;
    background: rgba(8, 5, 33, 0.10);
    bottom: 20px;
    right: 130%;
}
.categories-art{
    position: absolute;
    right: 0;
    bottom: -44px;
    text-align: right;
    opacity: 0.4;
}

/* popular food end */

/* home 2 add banner start */
.add_banner_medium,
.add_banner_small_2,
.add_banner_large_2 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.add_banner_large_2 .text {
    width: 30%;
}

.add_banner_medium .text h5,
.add_banner_large_2 .text h5 {
    color: var(--colorWhite);
    font-style: normal;
    background: var(--colorGreen);
    padding: 7px 50px 7px 10px;
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.add_banner_medium .text h3,
.add_banner_small_2 .text h3,
.add_banner_large_2 .text h3 {
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.add_banner_medium .text a,
.add_banner_small_2 .text a,
.add_banner_large_2 .text a {
    color: var(--colorWhite);
    font-family: var(--headingFont);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 55px;
    position: relative;
    padding-bottom: 5px;
}

.add_banner_medium .text a span,
.add_banner_small_2 .text a span,
.add_banner_large_2 .text a span {
    display: inline-block;
    width: 18px;
    margin-right: 8px;
}

.add_banner_medium .text a i,
.add_banner_small_2 .text a i,
.add_banner_large_2 .text a i {
    margin-left: 5px;
}

.add_banner_medium .text a::after,
.add_banner_large_2 .text a::after,
.add_banner_small_2 .text a::after {
    position: absolute;
    content: "";
    width: 105px;
    height: 1px;
    background: var(--colorPrimary);
    bottom: 0;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.add_banner_small_2 {
    margin-top: 25px;
}

.add_banner_small_2 .text {
    width: 50%;
}
.cs_height_85 {
    height: 70px;

}

.add_banner_small_2 .text h3 {
    color: var(--colorWhite);
}

.add_banner_small_2 .text a {
    color: var(--colorWhite);
}

.add_banner_medium .text a::after,
.add_banner_small_2 .text a::after {
    background: var(--colorWhite);
}

.add_banner_small_3 .text h3 {
    color: var(--colorBlack);
}

.add_banner_small_3 .text a {
    color: var(--colorBlack);
}

.add_banner_small_3 .text a::after {
    background: var(--colorBlack);
}

.add_banner_medium a:hover::after,
.add_banner_large_2 a:hover::after,
.add_banner_small_2 a:hover::after {
    width: 100%;
}

.add_banner_medium {
    height: 100%;
}

.add_banner_medium .text {
    width: 75%;
}

.add_banner_medium .text h3 {
    color: var(--colorWhite);
    font-size: 36px;
    margin-bottom: 40px;
}

.add_banner_medium .text a {
    color: var(--colorWhite);
}
/*.add_banner_large_2 {*/
/*    position: relative;*/
/*    background: url('../../images/offer_curry_03.jpg') no-repeat center center;*/
/*    background-size: cover;*/
/*}*/
/*.add_banner_small_2 {*/
/*     position: relative;*/
/*    background: url('../../images/offer_curry_01.jpg') no-repeat center center;*/
/*    background-size: cover;*/

/*}*/

/* home 2 add banner end */
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /* margin-left: auto; */
    margin-right: auto;
    margin-left: 0;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.header_top {
    background: #000;
    padding: 5px 0;
    position: relative;
    z-index: 9;
}

.header.fixed.sticky.header_smartxoft.active {
    margin-top: 0;
    transition-duration:.5s;
}







.tabx {
    z-index:9999;
}
.tabx,
.tabx [role="tabpanel"] {
  width: 100vw;
  height: 60px;
  position: fixed;
  bottom: 0px;
  background: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #0db7b5;
}

.tabx [role="tabpanel"][aria-labelledby="home"] {
  background-color: var(--color1);
}

.tabx [role="tabpanel"][aria-labelledby="likes"] {
  background-color: var(--color2);
}

.tabx [role="tabpanel"][aria-labelledby="search"] {
  background-color: var(--color3);
}

.tabx [role="tabpanel"][aria-labelledby="profile"] {
  background-color: var(--color4);
}

.tabx [role="tablist"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  padding: 1rem;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  box-shadow:
  0 1.7px 2.1px -10px rgba(0, 0, 0, 0.019),
  0 4.3px 5.2px -10px rgba(0, 0, 0, 0.027),
  0 8.9px 10.6px -10px rgba(0, 0, 0, 0.033),
  0 18.3px 21.9px -10px rgba(0, 0, 0, 0.041),
  0 50px 60px -10px rgba(0, 0, 0, 0.06);
  background-color: var(--light);
}

.tabx button {
  display: flex;
  align-items: center;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--dark);
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 10rem;
  vertical-align: middle;
  font-weight: 500;
  cursor: pointer;
}

.tabx button span {
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  width: auto;
  margin-left: .5rem;
  font-size: 14px;
  transform-origin: center left;
}

.tabx button[aria-selected="true"] span {
  opacity: 1;
  max-width: 100px;
  transition: all .6s ease-out;
}

.tabx button svg path {
  stroke: currentColor;
}

.tabx button[aria-selected="true"]#home {
  background: var(--color1-light);
  color: var(--color1);
}

.tabx button[aria-selected="true"]#likes {
  background: var(--color2-light);
  color: var(--color2);
}

.tabx button[aria-selected="true"]#search {
  background: var(--color3-light);
  color: var(--color3);
}

.tabx button[aria-selected="true"]#profile {
  background: var(--color4-light);
  color: var(--color4);
}

.tabx .credits {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 1ch 2ch;
  font-size: 14px;
  color: var(--light);
  border-radius: 5px;
  background: rgba(0,0,0,0.3);
}

.tabx .credits a {
  color: var(--color3)
}

.tabx .smart_cart {
    background: none;
    box-shadow: none;
    border-radius: unset;
}

.tabx a {
    color: var(--primary);
    font-size: 14px;
}

/*//////////KADAL KITCHEN///////*/

.order-button {
  border-radius: 50px;
  background-color: rgba(159, 20, 46, 1);
  color: white;
  padding: 10px 35px;
  border: 2px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-left: 15px;
}

.order-button:hover {
  background-color: rgba(180, 30, 55, 1);
  transform: scale(1.05);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1000;
}

.toggle-bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 3px 0;
  transition: 0.4s;
}

.nav-menu-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .nav-left, .nav-right {
      display: none;
  }

  .mobile-menu-toggle {
      display: flex;
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
  }

  .nav-logo-container {
      position: static;
      transform: none;
      display: flex;
      justify-content: center;
      width: 100%;
  }

  .brand-logo {
      width: 120px;
      margin-top: 0;
  }

  .nav-menu-mobile {
      display: none;
      position: fixed;
      left: -100%;
      top: 0;
      flex-direction: column;
      background-color: rgba(0, 0, 0, 0.96);
      width: 100%;
      height: 100vh;
      justify-content: center;
      align-items: center;
      transition: left 0.3s ease;
      z-index: 100;
      gap: 30px;
  }

  .nav-menu-mobile.active {
      left: 0;
      display: flex;
  }

  .mobile-menu-toggle.active .bar1 {
      transform: rotate(-45deg) translate(-5px, 6px);
  }

  .mobile-menu-toggle.active .bar2 {
      opacity: 0;
  }

  .mobile-menu-toggle.active .bar3 {
      transform: rotate(45deg) translate(-5px, -6px);
  }

  .nav-menu-mobile .nav-item {
      font-size: 14px;
  }

  .nav-menu-mobile .order-button {
      margin-top: 20px;
  }
}

@media (min-width: 1025px) {
  .nav-menu-mobile {
      display: none !important;
  }
}

/* Container Styles */

/*.hero-section {*/
/*position: relative;*/
/*min-height: 80vh;*/
/*display: flex;*/
/*align-items: center;*/
/*overflow: hidden;*/
/*font-family: "Poppins", serif;*/
/*}*/
/*.hero-section::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 80%;*/
  /* bottom: 86%; */
/*  left: 30%;*/
/*  width: 50%;*/
/*  height: 50%;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/

/*.hero-section::after {*/
/*  background-image: url('../../images/kadal/whale-doodle.png');*/
/*  opacity: 1.4;*/
/*}*/

/*.hero-title {*/
/*font-weight: bold;*/
/*}*/

/*.sea-color {*/
/*color: #9f142e;*/
/*}*/

/*.rotating-image {*/
/*  animation: rotate 50s linear infinite;*/
/*}*/


/*.carousel {*/
/*  margin-top: 2rem;*/
/*  margin-bottom: 2rem;*/
/*}*/

.carousel-item {
  height: 650px;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.carousel-caption h2 {
  color: #fff;
  font-family: "Poppins", serif;
  font-weight: bold;
}

.carousel-caption p {
  color: #fff;
  font-family: "Poppins", serif;
}

.carousel-indicators button {
  background-color: #9f142e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color:#9f142e;
  border-radius: 50%;
  padding: 25px;
}

/* Keyframe animation for rotation */
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

/* Optional: Hover effects to pause/modify rotation */
.rotating-image:hover {
  animation-play-state: paused;
}


.menu-button {
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
padding: 14px 37px;
border: 4px dashed#fff;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
text-align: center;
text-decoration: none;
transition: background-color 0.3s ease;
}

.menu-button:hover,
.menu-button:focus {
background-color:#9f142e;
outline: none;
}

.menu-button:focus-visible {
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
}

@media (max-width: 640px) {
.menu-button {
    margin-right: -3px;
}
}

.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

/* services-section starts */

/* Global Styles */

        /* Services Section Styling */
        .services-section {
          position: relative;
          margin: 0;
          padding: 50px 0;
          background-color: #000;
          color: #fff;
          font-family: 'Poppins', sans-serif;
          overflow: hidden;
      }

      /* Background Image Styling */
      .services-section::before{
        content: '';
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 79%;
        width: 20%;
        height: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      }
      .services-section::after {
          content: '';
          position: absolute;
          top: 50%;
          /* bottom: 86%; */
          right: 0%;
          width: 9%;
          height: 54%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          z-index:-1;
      }

      .services-section::after {
          background-image: url('../../images/kadal/plant.png');
          opacity: 1.4;
      }

      .services-section::before {
          background-image: url('../../images/kadal/lobster.png');
          opacity: 3.2;
      }

      /* Heading Styles */
      .services-section.h3 {
          text-align: center;
          font-size: 2.5em;
          color: #fff;
          margin-top: 30px;
      }

      h3 .highlight {
          color: #9f142e;
      }

      /* Service Container */
      .service-container {
          display: flex;
          justify-content: center;
          gap: 40px;
          margin-top: 20px;
          position: relative;
          z-index: 1;
      }

      /* Service Card */
      .service-card {
          background-color:transparent;
          border-radius: 15px;
          overflow: hidden;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          padding: 20px;
          /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
      }

      /* .service-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
      } */

      /* Image Section */
      .image-section img {
        width: 100%;
        height: auto;
        border-top-left-radius: 15px;
        z-index: 1;
        position: relative;
        border-top-right-radius: 15px;
      }

      /* Content Section */
      .content-section {
          padding:90px 40px 40px;
          text-align: center;
          background-image: url(../../images/kadal/image27.png);
          background-color: #fff;
          margin-top: -100px;
          border-radius: 51px 0;
          opacity:0.9;

      }

      .content-section h3 {
          font-size: 1.8em;
          color: #000;
          margin-bottom: 10px;
      }

      .content-section h3 .highlight {
          color: #9f142e;
          font-family: "Seaweed Script", cursive;
      }

      .content-section p {
          font-size: 14px;
          color: #000000;
          margin-bottom: 39px;
      }

      /* Order Button */
      .order-btn {
          position: relative;
          border-radius: 50px;
          background-color: rgba(0, 0, 0, 1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          padding: 10px 20px;
          border: 4px dashed #fff;
          color: #fff;
          cursor: pointer;
          display: inline-block;
          font-size: 14px;
          text-align: center;
          text-decoration: none;
          transition: background-color 0.3s ease;
      }

      .order-btn:hover {
          background-color: #9f142e;
          border: 4px dashed #fff;
      }

    /* services-section ends */


     /* Kadal franchise starts */

      .franchise-container {
        margin-left: 22px;
      }

      .content-wrapper {
        gap: 20px;
        display: flex;
      }
      .text-column {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 60%;
        margin-left: 0px;
      }
      .text-content {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
        color: rgba(0, 0, 0, 1);
        font: 400 16px Poppins, sans-serif;
      }
      .franchise-title {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        align-self: end;
        margin-right: 0px;
      }
      .brand-name {
        font-family: Pacifico, -apple-system, Roboto, Helvetica, sans-serif;
        font-weight: 400;
        color: rgba(159, 20, 46, 1);
      }
      .description {
        margin-top: 82px;
      }
      .tagline {
        text-align: center;
        align-self: center;
        margin-top: 45px;
      }
      .image-column {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 20%;
        margin-left: 20px;
      }
      /* General Styles */
      /* General Container */
      .Franchise-container {
        max-width: 1200px;
        margin: auto;
        padding: 0 15px;
        font: 400 16px Poppins, sans-serif;
      }

      /* Section Background Animation */
      .franchise-intro,
      .franchise-models {
        /* background-image: linear-gradient(45deg, #ffe8d6, #ffecd2); */
        background-size: 400% 400%;
        animation: gradientBG 8s ease infinite;
        padding: 20px 20px;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
      }

      @keyframes gradientBG {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
      }

      /* Headings */
      .franchise-title {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.3;
        color: #333;
      }

      .franchise-subtitle {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #333;
        text-align-last: start;
      }

      /* Text Content */
      .description {
        font-size: 14px;
        color: #555;
      }

      .tagline {
        font-style: italic;
        font-size: 20px;
        color:#222;
        border-left: 4px solid #9f142e;
        padding-left: 15px;
        margin-top: 10px;
      }

      /* Images */
      .franchise-img {
        position: relative;
        max-width: 100%;
        height: auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      }

      .franchise-img:hover {
        transform: scale(1.05);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
      }

      .franchise-img::before,
      .franchise-img::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 4px solid #9f142e;
        z-index: -1;
        transition: transform 0.3s ease;
      }

      .franchise-img:hover::before {
        transform: scale(1.05);
        opacity: 0.8;
      }

      /* Lists */
      .franchise-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .franchise-list-item {
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        color: #555;
      }

      .franchise-list-item::before {
        content: '•';
        color: #9f142e;
        font-size: 2.2rem;
        position: absolute;
        left: -7px;
        top: -15px;
    }
    .franchise {
    position: relative; /* Ensure the parent element is positioned for pseudo-elements to be relative to it */
}

.franchise::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 11%;
  height: 22%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/kadal/tomato.png);
  filter: blur(3px);
  opacity: 0.3;
}

.franchise::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 19%;
  height: 13%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/kadal/chili.png);
  filter: blur(3px);
  opacity: 0.5;
}


      /* Responsive Adjustments */
      @media (max-width: 768px) {
        .franchise-title {
          font-size: 1.8rem;
        }
        .description, .tagline {
          font-size: 14px;
        }
        .franchise-list-item {
          font-size: 14px;
        }
      }
    /* Kadal franchise ends */

    .Our-Delicious {
      background-color: black;
      color: white;
      width: 100%;
      padding: 50px 0;
      display: flex;
      align-items: center;
  }

  /* Special title styling */
  .special-title {
      font-family: 'Pacifico', cursive;
      color:#fff;
  }

  /* Dish card styling */
  .dish-card.card {
    background-image: url(../../images/kadal/deli.png);
    border-radius: 0 50px 0 50px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
  .dish-card:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(255, 255, 255, 0.404);
  }
  .text-muted{
    font-size: 14px;
    color: #000;
    line-height: 1.5;
  }
  .dish-image {
      width: 211px;
      height: 211px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #9f142e; /* Adding a golden border */
      box-shadow: 0px 1px 42px 9px rgb(0 0 0 / 72%);
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .Our-Delicious {
          min-height: auto;
          padding: 50px 0;
      }
  }
  .Our-Delicious {
    position: relative; /* Ensure the parent element is positioned for pseudo-elements to be relative to it */
}

.Our-Delicious::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  height: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/kadal/leaves.png);
  opacity: 2.5;
}


.Our-Delicious::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 27%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/kadal/plantart.png);
  opacity: 0.5;
}
.kadal-highlight {
  color: rgba(159, 20, 46, 1);
  font-family: 'Pacifico', cursive;

}
.about-section {
  font-family: "Poppins", serif;

}
.about-content h1{
    font-size: 40px;
    font-weight: 600;
}
/* .about-content{
 margin-top: 162px;
} */
.serving {
  align-self: stretch;
  color: #000;
  line-height: 1.5;
}
.successfully {
  color: #000;
  line-height: 1.5;
}
.indias-first {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.5;
}

.about-image {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .mobile-center {
      text-align: center;
  }
  .about-content{
    margin-top: 10px;
  }
}


.header-section {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  background-color: #000000;
  padding: 40px 20px;
}
.restaurant-title {
  font-size: 40px;
  font-weight: 600;
  z-index: 10;
}
.highlight-text {
  font-family: Pacifico, sans-serif;
  font-weight: 400;
  color: rgba(159, 20, 46, 1);
}
.description {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  color: #000;
}
@media (max-width: 991px) {
  .restaurant-title {
      font-size: 30px;
  }
  .description {
      font-size: 14px;
  }
}
.testimonial-container {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: auto;
  padding-top: 60px;
  align-items: stretch;
}
.header-section{
  position: relative;
}
.header-section::before{
  content: '';
  position: absolute;
  bottom: 41%;
  left: 0px;
  width: 17%;
  height: 54%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/kadal/pizzaplate.png);
  opacity: 2.5;
}
.footer-container::before{
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/kadal/pattern-foot.png);
  opacity: 0.2;
}

.header-section::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 70%;
    width: 30%;
    height: 41%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/kadal/pattern.png);
    opacity: 0.2;
}

.profile-card {
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  min-width: calc((100% - 40px) / 3);
  background-color: #101c24;
  border-radius: 24px;
  border: 2px solid #646464;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  text-align: center;
  padding: 2rem;
  position: relative;
  justify-self: center;
}

@media (max-width: 991px) {
  .profile-card {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .profile-card {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  background-color: #101c24;
  transform: translateX(-50%);
  border: 4px solid white;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1.5rem;
}

.social-icon {
  width: 30px;
  height: 30px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.social-icon:hover {
  opacity: 1;
}

.profile-name {
  color: white;
  font-weight: 600;
  margin-top: 3rem;
}

.profile-title {
  color: #aaa;
  font-size: 14px;
  display: none;
}

.profile-description {
  color: white;
  margin-top: 0.75rem;
  font-size: 14px;
  line-height: 1.5;
}

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

.pagination-dot {
  width: 10px;
  height: 10px;
  background-color: #646464;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pagination-dot.active {
  background-color: #9f142e;
}
.star-icon {
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease;
}
.star-icon:hover {
  transform: scale(1.2);
}
.booking-section {
  max-width: 763px;
  margin: 0 auto;
}
.booking-card {
  border-radius: 55px;
  background-color: white;
  padding: 50px 50px;
  text-align: center;
}
.section-title {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.section-title-accent {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  color: #000;
}
.opening-hours {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
}
.orders-button {
  border-radius: 60px;
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 70px;
  border: 5px dashed white;
  transition: all 0.3s ease;
}
.orders-button:hover {
  background-color: #9f142e;
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .section-title {
      font-size: 40px;
  }
  .booking-card {
      padding: 20px;
  }
  .order-button {
      width: 100%;
      padding: 16px 20px;
  }
}

.footer-container {
  background-color: #000000;
  /* padding: 50px 0; */
  font-family: Poppins, sans-serif;
}

.logo-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.logo-image {
  max-width: 90px;
  margin-right: 15px;
}

.logo-text {
  font-weight: 800;
  color: #fff;
  font-size: 14px;
}

.about-text {
  color: #d0c8c8;
  margin-top: 15px;
  line-height: 1.5;
}

.contact-section {
  margin-top: 30px;
}

.contact-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 41px;
}
.footer-container{
  position: relative;
}
.contact-section::before{
  content: "";
  position: absolute;
  margin-top: 70px;
  width: 3px;
  height: 119px;
  border: 2px solid rgba(159, 20, 46, 1);
}
.branch-section::before{
  content: "";
  position: absolute;
  margin-top: 70px;
  width: 3px;
  height: 119px;
  border: 2px solid rgba(159, 20, 46, 1);
}
.contact-icon {
  max-width: 32px;
  margin-right: 10px;
}
.contact-item span{
  color: #fff;
}
.branch-section {
  margin-top: 30px;
}

.branch-title {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.branch-address {
  color: #d0c8c8;
  margin-bottom: 20px;
}

.divider {
  border-top: 2px solid #9f142e;
  margin: 10px 0;
}

.copyright {
  color: rgba(255,255,255,0.48);
  text-align: center;
}
.brand-tag {
  color: #9f142e;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}
.brand-tag:hover {
  color: #fff;
}
/* Animations */
.animate__animated {
  animation-duration: 1s;
}

@media (max-width: 991px) {
  .footer-container {
      padding: 20px;
  }
}
body{
    postion:relative;
}
body:before{
    content: '';
    position: absolute;
    top: 53px;
   right:0;
    width: 30%;
    height: 41%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/kadal/pattern.png);
    opacity: 0.2;
    filter: saturate(-6.5);

}
body:after{
    content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/kadal/pattern-foot.png);
  opacity: 0.2;
  filter: saturate(-6.5);
}

.Our-Delicious h3 {
    font-size: 22px;
}

div#main-wrapper {
    position: relative;
    z-index: 1;
}

div#cart-modal {
    z-index:9999;
}
