:root {
    /* Brand colors */

    --secondary-color-1: #ffb366;
    --secondary-color-2: #e67326;
    --secondary-color-3: #fbd7ad;
    --white-color: #ffffff;
    --disable-color: #9e9e9e;
    --complementary-color: #3c9d92;
    /* Teal or Aqua */
    --accent-color: #f5a623;
    /* Golden Yellow */
    --neutral-bg-color: #f2f3f4;
    /* Light Gray Background */
    --dark-text-color: #333333;
    /* Dark Gray Text */
    --highlight-color: #9e4f6a;
    /* State colors */
    --info-color: #2f80ed;
    --success-color: #27ae60;
    --warning-color: #e2b93b;
    --veg-color: #27ae60;
    --non-veg-color: #eb5757;
    --non-veg-color: #eb5757;

    --text-black: #2e2e2e;
    /* done*/
    --text-gray: #9e9e9e;
    /* done*/
    --error-color: #e30714;
    /* done*/
    --toast-green: #1ba672;
    /* done*/
    --yellow: #f5f512;
    /* done*/

    --input-border: #e6e8e8;

    /* Brand Color */
    --brand-color: #f48c37;
    --brand-color-50: #fef7ee;
    --brand-color-100: #feedd6;
    --brand-color-200: #fbd7ad;
    --brand-color-300: #f8ba79;
    --brand-color-400: #f48c37;
    --brand-color-500: #f1741e;
    --brand-color-600: #e35a13;
    --brand-color-700: #bc4412;
    --brand-color-800: #953617;
    --brand-color-900: #782f16;
    --brand-color-950: #411509;

    /* Radii */
    --input-radius: 0px;

    --img-err-bg: #dedede;
}

.br-4 {
    border-radius: 4px;
}

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

body {
    font-family: "Poppins", sans-serif;
    /* overflow-x: hidden; */
    min-height: 100dvh;
    background-color: #ffffff;
    /* overflow-x: hidden; */
}

@font-face {
    font-family: "Poppins";
    src: url("/webassets/fonts/Poppins-Regular.ttf") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SunnySpells";
    src: url("../fonts/SunnySpellsBasicRegular-Yz1Wv.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Define Super Boys font */
@font-face {
    font-family: "SuperBoys";
    src: url("../fonts/SuperBoys-vmW67.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* button:hover {
  box-shadow: 0px 0px 5px 0px var(--brand-color-300);
} */

body {
    font-family: "Poppins", sans-serif;
}

.font-sunnyspells {
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 2px !important;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "SuperBoys", sans-serif;
}

/* font family for heading  */
.font-heading {
}

/* font family for sub heading (above headings) */
.font-sub-heading {
}

/* font family for sub title (below heading) */
.font-sub-title {
}

/* font family for buttons  */
.font-button {
}

/* font for animation section text  */
.font-myod {
}

.cm-btn {
    font-size: 1rem;
    text-transform: uppercase;
}

.font-superboys {
    font-family: "SuperBoys", sans-serif;
    letter-spacing: 2px;
}

.card-box-shadow {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.card-hover-effect {
    transition: 0.5s;
}

.card-hover-effect:hover {
    transform: translateY(-5px);
}

.light_bg {
    background-color: var(--brand-color-100);
}

.h1-light {
    font-size: 3.125rem;
    line-height: 3.125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "SunnySpells", sans-serif;
}

@media (max-width: 1023px) {
    .h1 {
        font-size: 2.25rem;
        line-height: 2.25rem;
        letter-spacing: 2px;
    }

    .h1-light {
        font-size: 2.25rem;
        line-height: 2.25rem;
        letter-spacing: 2px;
    }
}

@media (max-width: 992px) {
    .h1,
    .h1-light {
        font-size: 2rem;
        line-height: 2.2rem;
        letter-spacing: 1.8px;
    }
}

/* @media (max-width: 768px) {

  .h1,
  .h1-light {
    font-size: 1.75rem;
    line-height: 1.9rem;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 500px) {

  .h1,
  .h1-light {
    font-size: 1.75rem;
    line-height: 1.6rem;
    letter-spacing: 1.2px;
  }
} */

.h2 {
    font-size: 2.5rem;
    line-height: 2.5625rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

.h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .h3 {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }
}

.h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 400;
}

.h5 {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
    letter-spacing: 2px;
    font-weight: 400;
}

.h6 {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 800;
}

.sub-title {
    font-family: "SunnySpells", sans-serif;
    font-size: 1.25rem;
    /* color:  #D92525; */
    color: var(--error-color);
    text-transform: uppercase;
}

.small {
    font-size: 0.875rem;
    font-weight: 400;
}

button {
    border: none;
}

button[type="submit"]:disabled {
    opacity: 0.8;
}

input,
textarea {
    /* padding: 10px 30px 10px 1rem; */
    border: 1px solid var(--input-border);
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 1.1px;

    &::placeholder {
        text-transform: uppercase;
    }

    &:focus {
        background-color: var(--brand-color-50);
    }
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.75rem;
    /* margin-bottom: 1rem; */
    vertical-align: super;
    accent-color: var(--brand-color-300);
    cursor: pointer;
}

label {
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
}

.s-input {
    font-size: 0.875em;
    padding: 0.375em 0.575em;
    -webkit-border-radius: var(--input-radius);
}

.border-bottom {
    border-bottom: 1.5px solid #e6e8e8;
}

.curser-grap {
    cursor: grab;
}

.modal_radius {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    overflow: hidden;
}

.color-red {
    color: var(--error-color);
}

.text-black {
    color: var(--text-black);
}

.text-white {
    color: var(--white-color);
}

li {
    list-style-type: none;
}

ol,
ul {
    padding: 0rem;
}
.brand-color {
    color: #f48c37;
}
.bg-orange {
    background-color: var(--brand-color);
}

.btn-hover {
    transition: all 0.15s linear;
}

.btn-hover:hover {
    /* border: 1.5px solid black; */
    /* transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99); */
}

.section-padding-top {
    padding: 5.625rem 0;
}

.fs-10 {
    font-size: 10px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.pointer {
    cursor: pointer;
}

.mh-font {
    font-size: 18px;
}

.mp-font {
    font-size: 14px;
}

.reading-time {
    color: var(--text-gray);
}

.fs-14 {
    font-size: 14px;
}

.loading {
    pointer-events: none;
    /* Disable interaction while loading */
}

.spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.25rem;
    border: 2px solid rgba(255, 255, 255, 0.599);
    border-radius: 50%;
    border-top-color: var(--brand-color-600);
    animation: spin 1.2s linear infinite;
    -webkit-animation: spin 1.2s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs-12 {
    font-size: 12px;
}

/* ---------------------------- header sec ---------------------------- */
header {
    position: relative;
}

.announcement-bar {
    background-color: var(--brand-color);
    color: var(--text-black);
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 999;
    padding: 0.4375rem 0;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SunnySpells", sans-serif;
    transform: translateY(0);
    /* Initial state */
    transition: transform 0.3s ease-in-out;
    /* Smooth transition */
}

.animated-line2:hover::after {
    width: 100%;
    /* Full width on hover */
}

.slider-offer-text a {
    font-size: 1.2rem;
    line-height: 20px;
    text-transform: uppercase;
    color: #f5f512;
    letter-spacing: 1px;
    text-wrap-mode: wrap;
    text-shadow: -1.1px 1.5px var(--error-color);
}

.announcement-slider {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
}

.announcement-slider .flickity-viewport {
    overflow: hidden;
    height: 100%;
}

.announcement-slider div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.select-loc-icon {
    color: var(--brand-color);
    font-size: 20px;
}

.navbar {
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 9;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease, padding 0.3s ease;
    font-family: "SunnySpells", sans-serif;
    text-transform: uppercase;
    z-index: 1000;
    height: 80px;
    justify-content: space-between;
    border: 1.5px solid #e6e8e8;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sticky {
    top: 0px !important;
    height: 60px;
}

@media (max-width: 1023px) {
    .hamberg-icon {
        display: block;
    }

    .desktop-only {
        display: none !important;
    }

    .slider-container .hero-slider-content {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 2rem;
    }

    .navbar {
        height: 60px;
    }

    .sticky {
        top: 0px !important;
        height: 60px;
    }

    .navbar-expand .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0px !important;
    }
}

.dropdown-menu {
    display: block !important;
    visibility: hidden;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.megamenu-container {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    margin-top: 0 !important;
    border-radius: 0 !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-icon {
    margin-left: 6px;
    color: #000000;
    opacity: 1;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
}

.dropdown-item.category-link.mega-link-menu.active {
    font-weight: normal;
    color: inherit;
    background-color: var(--brand-color-100);
}

.dropdown-menu.menuMegamenudropdown {
    display: block !important;
    visibility: hidden;
    position: absolute;
    width: 100vw;
    padding: 0;
    background-color: white;
    border: none;
    z-index: 1050;
    min-height: 320px;
    height: 100%;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    box-shadow: none !important;
}

.dropdown:hover .dropdown-menu.menuMegamenudropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Shop Dropdown Specific Styles */
#dropdownShop {
    position: static !important;
}

#dropdownShop .dropdown-menu {
    left: 0;
    margin-top: 0 !important;
    width: 100% !important;
    padding: 0 25px;
    background-color: transparent !important;
}

.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.megamenu-container {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.megamenu-section {
    border-right: 1px solid #ccc;
}

.megamenu-section:last-child {
    border-right: none;
}

.menuMegamenudropdown .main-links {
    width: 25%;
    height: 100%;
    border-right: 1px solid #ccc;
}

/* .menuMegamenudropdown .categories {
  width: 25%;
  display: none;
} */

.menuMegamenudropdown .categories {
    width: 25%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
}

.menuMegamenudropdown .categories.show {
    opacity: 1;
    visibility: visible;
}

.menuMegamenudropdown .products {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.menuMegamenudropdown .products.show {
    opacity: 1;
    visibility: visible;
}

.category-products {
    width: calc(30% - 10px);
    text-align: center;
    background-color: var(--brand-color-200);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.nav-products img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.shop-all-btn {
    /* font-size: 1rem; */
    padding: 0.75rem 1.5rem;
    background-color: var(--brand-color);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    font-family: "poppins";
    border-radius: 8px;
    font-weight: bold;
}

.navbar-link {
    color: var(--text-black) !important;
    padding: 15px 6px !important;
    font-size: 1.25rem;
    font-weight: 500;
}

.sticky .navbar-link {
    color: var(--text-black) !important;
    padding: 5px 6px !important;
    font-size: 1.25rem;
    font-weight: 500;
}

.account-link {
    padding: 10px;
}

.sticky .account-link {
    padding: 10px !important;
}

/* .navbar-link:hover {
  background-color: var(--secondary-color-1);
} */

#account-dropdown .dropdown-menu {
    left: -100px !important;
}

.nav-right-icons {
    font-size: 20px;
    color: black !important;
}

.ohslogo {
    width: 100px;
    padding: 10px;
    transition: width 0.3s ease;
}

.sticky .ohslogo {
    width: 90px;
}

.input-container {
    position: relative;
    width: 100%;
}

.search-input {
    width: 9rem;
    padding: 10px 30px 10px 1rem;
    border: 1px solid #e6e8e8;
    text-transform: uppercase;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: cursor;
}

.search-icon1 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: cursor;
}

.hamberg-icon {
    font-size: 35px;
    display: none !important;
}

.mega-link-menu {
    padding: 14px;
    font-size: 1.35rem;
}

/* offcanvas nav */
.offcanav-nav {
    width: 100%;
    /* max-width: 400px; */
    /* padding: 15px; */
}

.close-btn {
    background: none;
    border: none;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 50%;
    border: 1.5px solid black;
    font-size: 35px;
    cursor: pointer;
    z-index: 1060;
}

.search-box {
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 12px;
    border: 1.5px solid #e6e8e8;
    padding-right: 40px;
}

.nav-tabs {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0.625rem;
    border: none;
    padding: 12px 15px;
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
}

.nav-tabs .nav-item {
    flex: 1;
    text-align: center;
}

.nav-tabs .nav-link {
    border: none;
    background-color: #f8f6f6;
    color: black;
    padding: 8px 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
    /* letter-spacing: 1.4px; */
    font-family: "poppins", sans-serif;
    font-size: 14px;
    border-radius: 8px;
    font-weight: bold;
}

.nav-tabs .nav-link.active {
    background-color: var(--brand-color);
    border: none;
    color: #fff;
}

.menu-links li {
    list-style: none;
}

.accordion-button:not(.collapsed) {
    color: var(--text-black);
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        var(--bs-accordion-border-color);
}

.menu-links a {
    color: var(--text-black);
    text-decoration: none;
    font-size: 1.125rem !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    padding: 10px 15px !important;
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
    letter-spacing: 1px !important;

    &.active {
        background-color: var(--brand-color-400) !important;
        color: white;
    }
}

.menu-link {
    letter-spacing: 1px;
}

.menu-link-inner {
    letter-spacing: 1px;
}

.dropdown-item {
    font-weight: initial !important;
    color: initial !important;
}

.menu-links li:last-child a {
    border-bottom: none;
}

.bundle-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
    padding: 10px 0;
}

.offcanvas-header-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
}

/* location offcanavas */
.location-ofcanavs {
}

.location-ofcanavs .offcanvas-header {
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
    padding-bottom: 15px;
}

.location-ofcanavs .offcanvas-title {
    font-weight: bold;
}

.location-ofcanavs .btn-primary {
    background-color: var(--brand-color);
    border: none;
}

.check-availability-offcanvas-btn {
    background-color: var(--brand-color);
    font-family: "SunnySpells", sans-serif;
    padding: 12px;
    color: var(--white-color);
    letter-spacing: 1px;
    font-size: 1.15rem;
}

.location-ofcanavs .form-control:focus {
    border-color: black;
    /* box-shadow: 0 0 5px rgba(133, 76, 230, 0.5); */
}

.location-canvas-close {
    height: 20px;
    width: 20px;
    outline: none;
    box-shadow: none;
    border: 1.5px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    font-size: 12px;
    color: black;
    --bs-btn-close-focus-shadow: none;
    box-shadow: none;
}

/* .location-canvas-close :focus{
  outline: none !important;
  border: 1.5px solid #ddd;

}  */
.form-control {
    /* border-radius: 0px; */
}

.form-control:focus {
    box-shadow: none;
    border: 1.5px solid var(--brand-color);
}

.phone-only-search {
    display: none;
}

.phone-only-login-btn {
    display: none;
}

/* nav-responsive */
@media (max-width: 1023px) {
    .phone-only-search {
        display: block;
    }

    .hamberg-icon {
        display: block !important;
    }

    .desktop-only {
        display: none;
    }

    .slider-container .hero-slider-content {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 2rem;
    }

    .phone-only-login-btn {
        display: block;
    }
}

.spoon {
    -ms-transform: translate(0, -20%);
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
    max-width: 16rem;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 992px) {
    .play-pause-btn {
        height: 42px;
        width: 42px;
    }

    .spoon {
        display: none;
    }
}

/* .hero-slider-content::before,
.hero-slider-content::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
} */
.svgborder {
    position: relative;
}

.svgborder::before {
    transform: translateY(-99%);
    content: "";
    position: absolute;
    top: 0.0625rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.svgborder::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.slider-container .hero-slider-content::before {
    transform: translateY(-99%);
    content: "";
    position: absolute;
    top: 0.0625rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.slider-container .hero-slider-content::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.slider-container .slider-card-title {
    margin-bottom: 15px;
    color: #333;
    line-height: 2.3rem;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "SunnySpells", sans-serif;
}

.slider-container .slider-card-text {
    margin-bottom: 20px;
    color: black;
    font-size: 1rem;
}

.slider-container .slider-card-btn {
    background-color: var(--brand-color);
    color: #fff;
    border: none;
    padding: 14px 24px;
    cursor: pointer;
    font-size: 1.2rem;
    font-family: "SunnySpells", sans-serif;
}

.slick-prev,
.slick-next {
    width: 3.125rem;
    height: 3.125rem;
    background-color: var(--white-color);
    color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    transform: translateY(-50%);
}

.slick-next {
    right: 20px;
    border: 1.5px solid black;
    background-color: var(--white-color) !important;
}

.slick-prev {
    left: 20px;
    border: 1.5px solid black;
    background-color: var(--white-color) !important;
}

.slick-dots {
    margin-top: 30px;
}

.slider-container .slick-prev {
    left: 20px;
}

.slider-container .slick-next {
    /* top: 35%; */
    right: 20px;
    /* border: 1.5px solid black;
  background-color: var(--white-color) !important; */
}

.slick-prev svg,
.slick-next svg {
    fill: black;
}

.slick-prev svg {
    transform: rotate(180deg);
}

.slick-prev:before,
.slick-next:before {
    content: "";
    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

/* scrolling texts */
.scrolling-text-container {
    background-color: var(--secondary-color-3);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 20px 0;
}

/* Text styles */
.scrolling-text {
    display: flex;
}

.scrolling-text-item {
    margin: 0 26px;
    letter-spacing: 1.4px;
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    font-family: "SunnySpells", sans-serif;
    text-transform: uppercase;
}

.scrolling-text-item img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.scrolling-text-inner > div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
    animation-play-state: running;
}

.play-pause-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
    width: 3.125rem;
    height: 3.125rem;
    background: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid black;
}

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

    100% {
        transform: translateX(0%);
    }
}

a {
    text-decoration: none;
    color: var(--text-black);
}

.slick-dots {
    bottom: 16px;
    display: flex !important;
    justify-content: center;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    border: 1px solid #000 !important;
    opacity: 1 !important;
    border-radius: 50%;
    background-color: var(--white-color);
    border: none;
}

.slick-dots li.slick-active button {
    background-color: var(--brand-color);
}

.influencer-right-sec {
    background-color: var(--white-color);
    padding: 25px;
}

.right-top-influencer-img {
    width: 9rem;
    height: 9rem;

    border-radius: 50%;
}

.influencer-right-top-sec {
    /* padding-left: 15px; */
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
    padding-bottom: 27px;
}

.influencer-card {
    padding: 10px 5px;
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);

    .img-wrap {
        min-width: 90px;
        aspect-ratio: 1;

        img {
            object-fit: cover;
        }
    }
}

.podcast-title {
    display: inline-block;
}

.influencers-sec-btn {
    margin: auto;
    background-color: var(--brand-color);
    color: var(--white-color);
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    display: flex;
}

.newsletter-sec {
    background-color: var(--brand-color);
}

.newsletter-container {
    text-align: center;
    max-width: 550px;
    margin: auto;
}

.join-text {
    font-family: "SunnySpells";
    font-size: 1.5rem;
    color: var(--error-color);
    text-transform: uppercase;
}

.newsletter-title {
    position: relative !important;
    /* font-size: 2.25rem; */
    /* font-weight: 800; */
    /* font-family: 'SunnySpells', sans-serif; */
    font-family: "superboys";
    margin-bottom: 30px;
    color: var(--white-color);
}

.newsletter-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--white-color);
}

.newsletter-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 30px;
    color: var(--white-color);
}

.offcanvas-loc {
    padding: 10px;
}

.submit-pincode {
    padding: 10px;
    background-color: var(--brand-color);
}

.form-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 3px;
    margin-bottom: 40px;
    gap: 5px;
}

.email-input {
    border: none;
    padding: 15px;
    font-size: 16px;
    /* outline: none; */
    display: flex;
    flex: 1;
    width: 100%;
    transition: all 0.3s;
    margin: 1.4px;
    border-radius: var(--input-radius);
}

/* .email-input:hover {
  box-shadow: 0 0 0 1px var(--text-black);
  border-radius: inherit;
} */

.email-input:focus {
    box-shadow: 0 0 0 1px var(--text-black);
}

.newsletter-submit-btn {
    background: var(--brand-color);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    cursor: pointer;
    outline-offset: 5px;
    font-weight: bold;
    border-radius: 8px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icon {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 1px black;
}

.social-icon i {
    font-size: 1.5rem;
}

.cart-icon {
    position: relative;
    display: inline-block;
}

.cart-icon .bi-cart {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.cart-icon .badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--brand-color);
    /* Bootstrap Danger Color */
    color: white;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    border-radius: 1.5px solid black !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}

.cart-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-icon:hover .badge {
    top: 0;
    right: -2px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-icon:hover .bi-cart {
    transform: scale(0.1);
    display: none !important;
}

/* cartoffcanavs */
.cart-offcanvas .off-canvas-footer {
    padding: 15px;
    background: white;
    z-index: 1;
}

.off-can-header {
    padding: 15px;
    background: white;
    z-index: 1;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.divider {
    border: 1px dashed #f0f0f0;
}

.off-back-button {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cart-back-btn {
    border: 1px solid black;
    border-radius: 50%;
    padding: 2px 5px;
}

/* .cart-offcanvas .back-button::before {
  content: '←';
  margin-right: 5px;
} */

.cart-offcanvas .off-canvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 15px;
    background-color: #fef7ee;
}

.cart-offcanvas .off-canvas-body::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.cart-offcanvas .product {
    display: flex;
    margin-bottom: 15px;
    padding: 0.8em;
    /* border-bottom: 1px solid #e0e0e0; */
    background-color: #fff;
    border-radius: 8px;
}

.cart-offcanvas .product-image {
    width: 60px;
    height: 60px;
    /* margin-right: 15px; */
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-offcanvas .product-image img {
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    height: 100%;
}

.cart-offcanvas .product-details {
    /* flex-grow: 1; */
    padding-left: 15px;
}

.cart-offcanvas .product-name,
.product-variant {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.cart-offcanvas .product-size {
    color: #666;
    font-size: 12px;
    margin: 5px 0;
    cursor: pointer;
    color: #f48c37 !important;
    text-decoration: underline;
    font-weight: 600;
}

.cart-offcanvas .quantity-control {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cart-offcanvas .quantity-control button {
    width: 24px;
    height: 24px;
    background: none;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    font-size: 16px;
}

.quantity-control span {
    margin: 0 10px;
}

.cart-offcanvas .product-price {
    font-weight: 600;
    margin-left: auto;
    align-self: flex-end;
    white-space: nowrap;
}

.cart-offcanvas .remove-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

.cart-offcanvas .coupon-box {
    display: flex;
    border: 1px dotted #e0e0e0;
    padding: 5px;
    margin-bottom: 15px;
}

.cart-offcanvas .coupon-box input {
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 5px;
    font-size: 14px;
}

.cart-offcanvas .coupon-box button {
    background: black;
    color: white;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
}

.cart-offcanvas .subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 15px;
}

.cart-offcanvas .checkout-button {
    width: 100%;
    background: var(--brand-color);
    color: var(--white-color);
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.cart-offcanvas .shipping-info {
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
}

.nav-product-images {
    height: 200px;
    width: 200px;
}

.mega-link-menu:hover {
    background-color: var(--brand-color-100);
}

.footer-heading {
    font-size: 1.4rem;
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.link-hover {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.link-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: white;
    transition: width 0.3s ease-in-out;
}

.link-hover:hover::after {
    width: 100%;
}

.footer-ul li {
    line-height: 30px;
}

.check-loc-input {
    padding: 15px;
}

.cart-offcanvas .product {
    position: relative;
}

.remove-button-cart-product {
    position: absolute;
    right: 10px;
    font-size: 10px;
    color: #f48c37;
    border: 1px solid var(--error-color) !important;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.remove-button-cart-product i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loc-m-btn {
    background-color: #f48c37;
    /* border: 1px solid #fff; */
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    /* font-weight: bold; */
    font-size: 14px;
}

.loc-m-btn1 {
    border: 1px solid var(--brand-color);
    background-color: transparent;
    color: var(--brand-color) !important;
    padding: 6px 12px;
    border-radius: 8px;
    /* font-weight: bold; */
    font-size: 14px;
}

.location-input {
    /* padding: 8px 15px; */
    width: 100%;
    border: 1px solid var(--input-border);
    outline: none;
    border-radius: 8px;
    font-size: 14px;

    /* background-color: #80808014; */
    /* background-color: #fef7ee; */
    &:focus {
        background-color: var(--brand-color-50);
    }
}

.location-sub-input {
    border: none;
    width: 100%;
    padding: 8px 5px;
    border-radius: 8px;
    outline: none;
    background-color: transparent;
}

.enable-m-btn {
    background-color: #fff;
    border: 1px solid var(--brand-color);
    color: var(--brand-color) !important;
    padding: 4px 15px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.enable-m-btn:hover {
    background-color: var(--brand-color);
    color: #fff !important;
}

input::placeholder {
    color: #9e9e9e;
}

#contactForm input,
#contactForm textarea,
#influencerForm input,
#influencerForm textarea {
    /* outline: 1px solid var(--text-black) !important;
  border: none !important;
  border-radius: 4px;
  -webkit-border-radius: 8px; */
}

/*

.contact-canvas-body {
  padding: .9375rem 2.625rem .9375rem 2.625rem !important;
}

@media (max-width: 1023px) {
  .contact-canvas-body {
    padding: .9375rem .625rem .9375rem .625rem !important;
  }
} */

.contact-form-error {
    font-size: 0.6rem;
    /* line-height: 12px; */
    margin-top: 2px;
    visibility: hidden;
}

.contact-submit-form {
    font-size: 0.875em !important;
    padding: 0.55em 0.575em !important;
    padding: 0.375em 0.575em !important;
    width: 100%;
    border-radius: 8px;
    background-color: var(--brand-color-400);
    color: #ffffff;
}

.contact-submit-form:disabled {
    background-color: #ccc !important;

    color: var(--white-color);
    cursor: not-allowed;
}

.success-confirmation-btn {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.offcanvas {
    width: 500px !important;
}

.nav-search {
    color: black;
    letter-spacing: 1px;
}

.search-form {
    position: relative;
}

#searchResultsContainer {
    position: absolute;
    background: #fff;
    width: 100%;
    max-height: calc(100vh - 5.625rem);
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.suggestions-container {
    max-height: calc(71px * 4);
    overflow-y: auto;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 0.625em;
    letter-spacing: 0.5px;
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);

    &:focus,
    &:focus-visible {
        background-color: var(--brand-color-50);
        /* outline: none; */
        display: none;
    }
}

.suggestion-item img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .modal-search {
        /* max-width: 500px; */
        margin: auto;
    }

    .suggestion-item {
        padding: 0.625em 0;
    }

    .newsletter-submit-btn {
        padding: 0.55rem 1.5rem;
        font-size: 14px;
    }
}

.empty-search {
    letter-spacing: 1px;
    padding: 0.625em;
}

.suggestion-item img {
    margin-right: 8px;
}

.suggestion-item:hover {
    background-color: #fef7ee;
    cursor: pointer;
}

.search-name {
    font-size: 1.15rem;
    line-height: 1.25;
    letter-spacing: 1px;
}

.search-category {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 1px;
}

.customize-dish {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    background-color: #f9f9f9;
    border: 2px dashed var(--brand-color);
}

.customize-dish p {
    font-size: 1.15rem;
    line-height: 1.15rem;
    color: black;
    margin: 0;
    flex: 1;
    /* Allow the text to take up available space */
}

.customize-btn {
    padding: 8px 12px;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: var(--brand-color);
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
    /* Add some spacing between text and button */
}

@media (max-width: 1023px) {
    .suggestion-item {
        padding: 0.625em 0.5em;
    }

    .customize-btn {
        padding: 8px 20px;
    }

    .suggestions-container {
        max-height: calc(75px * 4);
        overflow-y: auto;
    }

    .suggestions-container {
        max-height: calc(70px * 4);
        overflow-y: auto;
    }
}

#searchModal .h5 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.25rem;
}

.back-btn-svg {
    width: 2.8125rem;
    height: 2.8125rem;
    background: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid black;
}

.closing-text-btn {
    font-size: 1.25rem !important;
}

.modal-cross-button1 {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*---------------------------- cart offcanvas ---------------------------- */

.invoice-container {
    border: none;
    border-radius: 8px;
    padding: 20px;
    padding: 12px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    margin-bottom: 15px;
}

.invoice-item {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 5px; */
    gap: 0.5rem;
}

.invoice-note {
    font-size: 12px;
    color: var(--text-gray);
}

.invoice-total {
    /* font-weight: bold; */
    /* font-size: 16px; */
}

.policy-container {
    /* background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;

  font-size: 13px; */
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid var(--brand-color);
    padding: 12px;
    font-size: 13px;
}

.policy-icon {
    font-size: 20px;
    margin-right: 10px;
    color: #f48c37;
}

.policy-link {
    color: #f48c37;
    text-decoration: none;
}

.policy-link:hover {
    text-decoration: underline;
}

._1BMTS {
    margin: 13px 0 10px;
    height: 1px;
    display: block;
    background: #e3e3ea;
}

.delivery-option-container {
    display: flex;
    align-items: flex-start;
    border: 1px solid #eb5757;
    /* Bold orange border */
    background-color: #fff4e5;
    /* Light orange background */
    border-radius: 8px;
    /* Rounded corners */
    padding: 10px 15px;
    /* Inner spacing */
    margin: 15px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    font-size: 14px;
    color: #eb5757;
    /* width: fit-content; */
}

.delivery-option-checkbox {
    margin: 5px 10px 0 0;
    /* Proper spacing for the checkbox */
    flex-shrink: 0;
    /* Prevent checkbox from resizing */
}

.sug-input {
    /* padding: 8px 15px; */
    width: 100%;
    /* border: 1px solid #F48C37; */
    padding: 5px 0.6rem;
    outline: none;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -100px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.waviy span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}

.waviy.animate span {
    animation: waviy 1s forwards;
    opacity: 1;
    animation-delay: calc(0.1s * var(--i));
}

@keyframes waviy {
    0% {
        opacity: 0;
        transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -ms-transform: translateY(200px);
        -o-transform: translateY(200px);
    }

    40%,
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

/* -------------------coupons------------------- */

.coupons-cont {
    padding: 10px 10px;
    padding: 12px;
    cursor: pointer;
}

.coupons-img {
    width: 30px;
}

.coupons-text {
    font-weight: 600;
}

.coupon-apply-small-btn {
    background-color: var(--brand-color);
    padding: 2px 10px;
    color: #fff;
    border: 1px solid var(--brand-color);
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.coupon-apply-button {
    background-color: var(--brand-color);
    padding: 2px 15px;
    color: #fff;
    /* border: 1px solid var(--brand-color); */
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

button {
    font-size: 0.9rem;
}

/* .coupon-apply-small-btn:hover {
  background-color: var(--brand-color);
  color: #fff;
} */

.dash-border {
    border-bottom: 1px dashed grey;
}

.bite-dot-right {
    position: absolute;
    bottom: -7px;
    background-color: var(--brand-color-50);
    width: 20px;
    height: 20px;
    right: -24px;
    border-radius: 50%;
}

.bite-dot-left {
    position: absolute;
    bottom: -7px;
    background-color: var(--brand-color-50);
    width: 20px;
    height: 20px;
    left: -24px;
    border-radius: 50%;
}

.coupon-name {
    /* border: 1px solid var(--brand-color); */
    background-color: var(--brand-color-100);
    padding: 2px 10px;
    border-radius: 8px;
}

.coupon-logo {
    width: 30px;
    height: 25px;
}

.coupon-logo img {
    max-width: 100%;
    object-fit: cover;
}

.na-coupon-text {
    color: var(--error-color);
}

.coupon-modal-body {
    max-height: 400px;
    overflow-y: auto;
    background-color: #f8f9fa;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.coupon-modal-body::-webkit-scrollbar {
    display: none;
}

.coupon-applied {
    color: var(--toast-green);
    font-weight: 600;
}

.old-price {
    text-decoration: line-through;
    color: var(--text-gray);
    margin-right: 3px;
}

.offered-price {
    /* color: green; */
    font-size: 14px;
    /* font-weight: bold; */
}

.savings {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        63deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(193, 255, 193, 1) 100%,
        rgba(255, 255, 255, 1) 100%
    );
    color: var(--toast-green);
    max-width: 150px;
    padding: 0px 8px;
    font-size: 10px;
    border-radius: 8px;
    font-weight: 600;
}

.c-applied {
    width: 100%;
    height: 50%;
}

.c-applied img {
    max-width: 100%;
    object-fit: cover;
}

.trigger-btn {
    margin-top: 50px;
}

.tooltip-inner {
    max-width: 200px;
    text-align: left;
    background-color: var(--brand-color-50);
    color: black;
    border: 1px solid var(--text-black);
    font-size: 12px;
}

.view-all-coup {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*------------------------------- add address ------------------------------- */

.ad-icon {
    border: 1px solid var(--brand-color);
    width: 40px;
    height: 40px;
    background-color: var(--brand-color-50);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.ad-icon img {
    max-width: 100%;
    object-fit: cover;
}

.ad-details {
    flex: 1;
    cursor: pointer;
}

.ad-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.ad-subtitle {
    font-size: 14px;
    color: var(--text-gray);
    margin: 4px 0 0;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-button-container {
    width: 100%;
}

.ad-button {
    width: 100%;
    background-color: var(--brand-color);
    color: #ffffff;
    font-size: 0.875em;
    font-weight: bold;
    border: none;
    padding: 0.575em 0.575em;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ad-button:hover {
    box-shadow: 0px 0px 5px 0px var(--brand-color-300);
}
@media (min-width: 576px) {
    .address-ad-button {
        display: none !important;
    }
}

/* -----------------------address modal ----------------------- */
.address-modal-title {
    font-weight: 600;
    font-size: 18px;
}

.add-address {
    color: var(--error-color);
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
}

.address-list {
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
}

.address-list::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.address-item {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition-duration: 0.2s;
}

.address-item i {
    /* font-size: 22px; */
    color: var(--brand-color);
    margin-top: 2px;
}

.address-title {
    font-weight: 600;
    font-size: 14px;
}

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

.nearby-label {
    color: var(--brand-color);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.saved-label {
    font-size: 14px;
    font-weight: 600;
}

/* ------------------------------------------ */
.mapbtn-cont,
.address-list-md {
    flex: 1 1 auto;
    width: 100%;
}

.map-container {
    height: 100%;
}

.address-list-md {
    max-height: 300px;
    overflow-y: auto;
}

.ad-form-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* background-color: transparent; */
    /* margin-bottom: 40px; */
}

.form-container {
    display: flex;
    flex-direction: row;
    /* background-color: transparent; */
    margin-bottom: 40px;
}

.form-buttons-group {
    display: flex;
    gap: 10px;
    overflow: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #f48c37 #f1f1f1; /* Firefox (thumb: orange, track: light gray) */
    padding-bottom: 8px; /* Space between buttons & scrollbar */
}

/* Chrome, Safari, Edge */
.form-buttons-group::-webkit-scrollbar {
    height: 6px; /* Scrollbar thickness */
}

.form-buttons-group::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light gray track */
    border-radius: 4px;
    margin-top: 4px; /* Space above scrollbar */
}

.form-buttons-group::-webkit-scrollbar-thumb {
    background: #f48c37; /* Orange thumb */
    border-radius: 4px;
}

.save-btn {
    width: 100%;
}

.location-search-input {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 15px; */
}

.location-current-info {
    display: flex;
    align-items: baseline;
    gap: 10px;
    /* margin-bottom: 15px; */
}

.l-d-cont {
    /* border: 1px solid red; */
    border-radius: 8px;
    background-color: #f48c37;
    color: white;
}

.l-d-cont i {
    color: #fff;
    font-size: 22px;
}

@media (min-width: 576px) {
    .location-form-body-scroll {
        /* margin-top: 10px; */
        /* max-height: 230px;
    overflow-y: auto; */
    }
}

.location-form-body-scroll::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.form-control {
    outline: 1px solid black;
    border: none;
    font-size: 0.875em;
    padding: 0.375em 0.575em;
    border-radius: var(--input-radius);
    -webkit-border-radius: var(--input-radius);
}

.ad-type {
    border: 1px solid var(--brand-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.ad-active {
    background-color: var(--brand-color);
    color: #fff;
    border-radius: 8px;
}

@media (max-width: 576px) {
    .modalLocationDetails-content {
        border-radius: 0px !important;
    }

    .modalLocationDetails-body {
        border-radius: 0px !important;
    }

    .mapbtn-cont,
    .address-list-md {
        /* height: 75vh; */

        .map-container {
            height: 70vh;
            border: 1px solid #ccc;
            width: 100%;
        }

        .ad-cnf-btn-container {
            background-color: #fff;
            display: block !important;
            /* position: absolute;  */
            bottom: 20px;
            border-radius: 10px;
            left: 0%;
            right: 0;
            margin-inline: 3%;
            /* transform: translateY(50%); */
        }
    }
}

@media (max-width: 1023px) {
    footer {
        margin-bottom: 60px;
    }
}

.mobile-bottom-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    padding: 5px 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media only screen and (max-width: 1023px) {
    .mobile-bottom-nav {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.ohs-footer-nav {
    width: 500px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .ohs-footer-nav {
        width: 380px;
    }
}

@media only screen and (max-width: 486px) {
    .ohs-footer-nav {
        width: 350px;
    }
}

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

/* .logo-phone-link svg {
  fill: #cbcbcb ;
  ;
} */
/*
.logo-phone-link svg,
.food-icon-phone,
.hamburger-icon-phone {
  transition: all 0.3s ease;
}

.active .logo-phone-link svg {
  fill: var(--brand-color);
}

.active .food-icon-phone {
  color: var(--brand-color);
}

.food-icon-phone,
.hamburger-icon-phone {
  font-size: 24px;
  color: var(--disable-color);
} */
/* Default active state for logo */
/* CSS */
.logo-phone-link svg path {
    fill: var(--disable-color);
    transition: all 0.3s ease;
}

.logo-phone-link.active svg path {
    fill: var(--brand-color);
}

.food-icon-phone,
.hamburger-icon-phone {
    font-size: 24px;
    color: var(--disable-color);
    transition: all 0.3s ease;
}

.food-icon-phone-link.active .food-icon-phone,
.food-icon-phone-link.active {
    color: var(--brand-color);
}

.food-icon-phone-link,
.hamburger-icon-phone-link {
    text-decoration: none;
    color: var(--disable-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.nav-item {
    cursor: pointer;
}

.connect-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* .connect-cards a.address-card {
  grid-column: span 2;
}

@media (max-width: 576px) {
  .connect-cards {
    grid-template-columns: 1fr;
  }

  .connect-cards a.address-card {
    grid-column: span 1;
  }
} */

.email-card,
.phone-card,
.address-card {
    border: 1px solid #ddd;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.email-card:hover,
.phone-card:hover,
.address-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
}

.mast-title:before {
    -webkit-transform: translate(0, -99%);
    transform: translateY(-99%);
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url(../images/border.svg);
}

.connect-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem auto;
}

.email-card .connect-card-icon {
    background-color: #f3e8ff;
    color: var(--brand-color);
}

.phone-card .connect-card-icon {
    background-color: #fce7f3;
    color: var(--non-veg-color);
}

.address-card .connect-card-icon {
    background-color: #e6effd;
    color: var(--info-color);
}

.connect-card-icon i {
    font-size: 1rem;
}

.connect-card-text {
    text-align: center;
}

.heading-card-text {
    font-size: 1.5rem;
    /* font-weight: 400; */
    color: black;
    /* margin-bottom: 0.5rem; */
    font-family: "SunnySpells";
    letter-spacing: 1px;
}

.sub-title-card-text {
    font-size: 1rem;
    color: black;
    /* line-height: 1.5; */
}

/*
.email-card,
.phone-card,
.address-card {
  flex: 1;
} */

.custom-accordion-button {
    color: black;
    text-decoration: none;
    font-size: 1.125rem !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* display: block; */
    padding: 10px 15px !important;
}

/* Hover effect for the button */
.custom-accordion-button:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    color: black !important;
}

/* Preserve the default icon alignment */
.custom-accordion-button::after {
    content: "";
    /* Preserve the icon */
}

#accordionmenu button:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
}

.add-button {
    width: 100%;
    background-color: var(--brand-color);
    color: #ffffff;
    font-size: 0.875em;
    border: none;
    padding: 0.575em 0.575em;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    /* border-radius: var(--input-radius);
  -webkit-border-radius: var(--input-radius);
  -moz-border-radius: var(--input-radius);
  -ms-border-radius: var(--input-radius);
  -o-border-radius: var(--input-radius); */
}

.add-button:hover {
    box-shadow: 0px 0px 5px 0px var(--brand-color-300);
}

.add-button:disabled {
    background-color: #ccc;
    /* Light gray background */
    border-color: #aaa;
    /* Light gray border */
    color: #666;
    /* Dark gray text */
    cursor: not-allowed;
    /* Show a "not-allowed" cursor */
}

.address-subtitle {
    font-size: 14px;
    color: var(--text-gray);
    margin: 4px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*------------------------------ animation common section ------------------------------ */
.animate-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.ani-title {
    font-size: 1.5rem;
    color: var(--error-color);
    letter-spacing: 1px;
}

.subtitle {
    font-size: 3rem;
    color: var(--text-black);
    line-height: 1.1;
}

.b-started {
    background-color: #f48c37;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 8px;
    outline: none;
}

/* .b-started:hover {
  border: 1px solid var(--brand-color);
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
} */

.image-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 300px; */
    margin: 0 auto;
}

@media (max-width: 992px) {
    .image-wrapper {
        margin-top: 100px;
    }

    .b-started {
        padding: 0.55rem 1.5rem;
        font-size: 14px;
    }
}

.image-wrapper img {
    /* max-width: 7rem; */
    /* rotate: 30deg; */
}

/* Reusable Animation Class */
.up-down-animation {
    animation: upDown 5s infinite ease-in-out;
    max-width: 9rem;
    margin-right: -50px;
}

.up-down-animation1 {
    animation: upDown 4s infinite ease-in-out;
    max-width: 9rem;
}

.up-down-animation2 {
    animation: upDown 3s infinite ease-in-out;
    max-width: 9rem;
    margin-left: -50px;
}

@media (max-width: 576px) {
    .up-down-animation {
        max-width: 8rem;
        margin-right: -50px;
    }

    .up-down-animation1 {
        max-width: 8rem;
    }

    .up-down-animation2 {
        max-width: 8rem;
        margin-left: -50px;
    }
}

@keyframes upDown {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.animated-line2 {
    position: relative;
    display: inline-block;
}

.animated-line2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: black;
    transition: width 0.5s ease;
}

.animated-line2:hover::after {
    width: 100%;
    /* Full width on hover */
}

/*------------------------------- success icon ------------------------------- */

.success-animation {
    margin: 25px auto;
}

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: var(--brand-color);
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--brand-color);
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--brand-color);
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px var(--brand-color);
    }
}

/* -----------------------------failed payment Circle Animation -----------------------------*/

.failure-animation {
    margin: 25px auto;
}

.failure-circle {
    stroke-dasharray: 283;
    /* Length of the circle perimeter */
    stroke-dashoffset: 283;
    animation: draw-circle 0.5s ease-in-out forwards;
}

/* Cross Line 1 Animation */
.failure-line1 {
    stroke-dasharray: 57;
    /* Length of the line */
    stroke-dashoffset: 57;
    animation: draw-line 0.3s ease-in-out forwards 0.5s;
}

/* Cross Line 2 Animation */
.failure-line2 {
    stroke-dasharray: 57;
    /* Length of the line */
    stroke-dashoffset: 57;
    animation: draw-line 0.3s ease-in-out forwards 0.8s;
}

/* Circle Keyframes */
@keyframes draw-circle {
    to {
        stroke-dashoffset: 0;
    }
}

/* Cross Line Keyframes */
@keyframes draw-line {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fade-in {
    from {
        scale: 0.9;
        opacity: 0.5;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        scale: 1;
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

#home-text {
    font-size: 14px;
    line-height: 0px;
    margin-top: 0px;
    letter-spacing: 1px;
    color: var(--text-gray);
}

.navbar-link {
    color: var(--text-black) !important;
    padding: 15px 6px !important;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.notyf__message {
    font-size: 14px;
}

@media (max-width: 768px) {
    #home-text {
        font-size: 12px;
        line-height: 0px;
        margin-top: 3px;
    }
}

.inner-bg {
    display: flex;
    padding: 10px;
    transition-duration: 0.5s;
    /* padding-left: 0px; */
}

/* .h1 {
  overflow-y: hidden;
  span {
    display: inline-block;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  }
}

@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
  }
} */

.dropdown:hover .inner-bg {
    transition-duration: 0.5s;
    /* background-color: var(--yellow); */
    background-color: var(--brand-color-100);
    outline: 1px solid var(--text-black);
}

.dropdown-menu .dropdown:hover .inner-bg {
    /* background-color: var(--yellow); */
    background-color: var(--brand-color-100);
    outline: 1px solid var(--text-black);
}

.nav-item.dropdown:hover .inner-bg {
    /* background-color: var(--yellow); */
    background-color: var(--brand-color-100);
    padding: 10px;
    outline: 1px solid var(--text-black);
}

.menu-link-inner {
    padding: 10px !important;
    display: inline-block;
    width: 100%;
}

.dropdown-inner .dropdown-item {
    padding: 4px !important;
}

.dropdown-inner .dropdown-item.active,
.dropdown-inner .dropdown-item:active {
    color: inherit !important;
    /* Reset the color */
    background-color: inherit !important;
    /* Reset the background */
    text-decoration: none !important;
    /* Reset any text decoration */
}

/* Disable hover and focus state styles for dropdown items */
.dropdown-inner .dropdown-item:hover,
.dropdown-inner .dropdown-item:focus {
    color: inherit !important;
    /* Reset the color */
    background-color: inherit !important;
    /* Reset the background */
}

.megamenu-container {
    position: relative;
    margin: 0 auto;
}

.main-banner {
    position: absolute;
    right: 0;
    top: 0;
    /* max-width: 1100px; */
    width: 75%;
    height: 320px;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
    padding: 5px;
}

.category-banner {
    position: absolute;
    right: 0;
    top: 0;
    /* max-width: 550px; */
    width: 50%;
    height: 320px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 5px;
}

.main-banner img,
.category-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products {
    position: relative;
    z-index: 2;
}

.categories.show ~ .category-banner {
    display: block;
    opacity: 1;
}

.categories.show ~ .main-banner,
.products.show ~ .main-banner,
.products.show ~ .category-banner {
    opacity: 0;
    display: none;
}

.nav-product-images {
    transition: transform 0.3s ease-in-out;
    /* Smooth scaling effect */
}

.nav-product-images:hover {
    transform: scale(1.1);
    /* Slightly enlarges the image on hover */
}

@media (max-width: 1023px) {
    .dropdown:hover .inner-bg,
    .dropdown-menu .dropdown:hover .inner-bg,
    .nav-item.dropdown:hover .inner-bg {
        background-color: initial;
        /* Remove the hover effect */
        outline: none;
        /* Remove the outline */
    }
}

.modal-cross-button {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #f48c37;
    border: none;
    color: #fff;
}

/* .search-address-list-item:hover {
  background-color: var(--brand-color-100);
} */

#contactForm input,
textarea {
    font-family: "SunnySpells", sans-serif;
    padding: 0.375em 0.575em;
    font-size: 0.875em;
    border-radius: var(--input-radius) !important;
    -webkit-border-radius: var(--input-radius);
}

#contactForm label {
    font-size: 0.875em;
    font-weight: 600;
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 1.4px;
}

.accordian-links {
    padding-left: 20px !important;
}

.counter-btns {
    font-size: 1.15rem;
    line-height: 0;
}

.contact-form-submit-btn {
    margin-top: 12px;
}

@media (min-width: 577px) {
    .location-modal-contents {
        max-height: 400px;
        height: 400px;
    }

    .saved-addresses-locmodal {
        max-height: 225px;
        height: 225px;
        overflow-y: auto;

        .address-item:hover {
            background-color: var(--brand-color-100);
        }
    }

    #suggestionsListheader {
        max-height: 325px;
        height: auto;
        /* Allow it to adjust based on content */
        overflow-y: auto;
        /* display: none; */
        /* Hide it initially */
    }
}

::-webkit-scrollbar-thumb {
    background: var(--brand-color-400);
    background-color: #f48c37 !important;
    background: #f48c37 !important;
    border-radius: 2px;
}

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

::-webkit-scrollbar-track {
    background: var(--brand-color-100);
    background-color: #feedd6 !important;
    background: #feedd6 !important;
    /* Light background (optional) */
}

.tool-tip-cont-text {
    font-size: 12px;
    margin-block: 0;
}

.variant-labels {
    font-family: "poppins";
    letter-spacing: normal;
    cursor: pointer;
    text-transform: capitalize;
}

/* Custom styles for positioning the modal */
.m-dialog {
    position: fixed;
    top: 5rem;
    /* Adjust for vertical positioning */
    margin: 0;
    max-width: 350px;
    /* Adjust width as needed */
}

@media (min-width: 460px) {
    .m-dialog {
        left: 3rem;
        /* Adjust for horizontal positioning */
    }

    .m-content {
        border: 1px solid #ddd;
        /* Optional styling */
    }
}

#suggestionsList {
    max-height: 250px;
    /* Limit the height of the suggestions list */
    overflow-y: auto;
    /* Enable vertical scrolling if content exceeds max height */
    display: none;
    /* Hide by default */
}

@media (max-width: 576px) {
    #suggestionsList {
        max-height: 28rem !important;
        /* Limit the height of the suggestions list */
    }
}

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

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(5px);
    }
}

.shake {
    animation: shake 0.3s ease-in-out;
}

/* ----------------------------cart offcanvas ---------------------------- */
.cart-back-btn {
    border: 1px solid black;

    border-radius: 50%;
    padding: 2px 5px;
}

.is-valid {
    border-color: #28a745 !important;
    border-color: #dc3545 !important;

    /* Green border */
}

.is-invalid {
    border-color: #dc3545 !important;
    /* Red border */
}

.modal-title-heading {
    font-family: "SunnySpells", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

#franchiseForm label {
    font-size: 0.875em;
    font-weight: 600;
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 1.4px;
}

#franchiseForm input,
textarea {
    font-family: "SunnySpells", sans-serif;
    padding: 0.375em 0.575em;
    font-size: 0.875em;
    border-radius: var(--input-radius) !important;
    -webkit-border-radius: var(--input-radius);
}

#franchiseFor .franchise-form-error {
    font-size: 0.6em;
    line-height: 0.6em;
    margin-top: 2px;
    opacity: 0;
    /* Use opacity instead of visibility */
    height: 0.6em;
    /* Fixed height for error message space */
    display: block;
    transition: opacity 0.2s ease;
    /* Smooth transition */
}

.franchiseform-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 5px;
    background-color: var(--img-err-bg);
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    max-height: 70vh;
    object-fit: cover;
    background-color: var(--img-err-bg);
    min-height: 400px;
}

#bannerModal .modal-cross-button {
    background-color: white;
}

/* .franchise-form-error{
font-size: 12px;
line-height: 12px;
margin-top: 2px;
visibility: hidden;
} */
.franchise-form-error {
    font-size: 0.6em;
    line-height: 0.6em;
    margin-top: 2px;
    opacity: 0;
    /* Use opacity instead of visibility */
    height: 0.6em;
    /* Fixed height for error message space */
    display: block;
    transition: opacity 0.2s ease;
    /* Smooth transition */
}

/* When error is shown */
.franchise-form-error.visible {
    opacity: 1;
}

.franchise-modal-body {
    padding: 5px 15px 13px;
}

textarea {
    height: 110px;
    max-height: 110px;
    overflow-y: auto;
}

.setted-location-truncate {
    max-width: 140px;
}

@media (max-width: 1023px) {
    .setted-location-truncate {
        max-width: 120px;
    }
}

.cont-btn {
    width: 50%;
    background-color: #f48c37;
    padding: 8px 16px;
    border-color: #f48c37;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    margin: auto 0px;
    font-weight: bold;
}

.text_truncate3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden;
    width: 100%;
}

.text_truncate2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden;
    width: 100%;
}

.text_truncate1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    overflow: hidden;
    width: 100%;
}

.not-received-otp {
    color: var(--text-gray);
    margin-bottom: -5px;
}

#newsletter-emailError {
    font-size: 0.875rem;
}

@media (max-width: 576px) {
    .email-input {
        padding: 12px;
    }
}

.login-btn-nav {
    padding: 5px 8px;
    display: inline-block;
    font-size: 12px;
    font-family: poppins;
    border-radius: 4px;
    background-color: var(--brand-color);
    color: #fff;
    text-transform: uppercase;
}

.login-center-btn {
    height: calc(100vh - 129.72px);
}

.login-btn-offcanvas {
    font-family: 14px !important;
    padding: 8px 0px !important;
    background-color: var(--brand-color);
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
    font-weight: bold;
}

.veg-toggle {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
}

/* Text style */
.veg-text {
    margin-right: 10px;
    font-size: 1rem;
    color: #333;
}

.veg-toggle .switch {
    position: relative;
    height: 24px;
    width: 46px;
    display: inline-block;
}

.veg-toggle .switch input {
    display: none;
}

.veg-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ccc;
    border-radius: 26px;
    transition: 0.4s;
}

.veg-toggle .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #fff;
    left: 4px;
    top: 4px;
    transition: 0.4s;
}

.veg-toggle input:checked + .slider {
    background-color: var(--toast-green);
}

.veg-toggle input:checked + .slider:before {
    transform: translateX(22px);
}

/* burger animation  */

.ani-burger-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.flip-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.flip-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.burger-close {
    transform: scale(1);
    opacity: 1;
}

.burger-open {
    transform: scale(0.5);
    opacity: 0;
}

.flipped .burger-close {
    transform: scale(0.5);
    opacity: 0;
}

.flipped .burger-open {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 576px) {
    .ani-burger-container {
        width: 370px;
        height: 370px;
        overflow: hidden;
        position: relative;
    }
}

.reading-time {
    padding-bottom: 4px;
}

.blogs-slider-wrapper .slide-title {
    min-height: 43.2px;
}
.empty-cart-canvas-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 2rem;
}

.empty-cart-img {
    max-width: 120px;
}
.empty-cart-icon {
    width: 100%;
}

.empty-cart-title {
    font-size: 1.5rem;
}

.empty-cart-text {
    font-size: 1rem;
    color: var(--text-gray);
    max-width: 400px;
}

.empty-cart-btn {
    background-color: #f48c37;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 0.55rem 1.5rem;
    font-size: 14px;
    text-decoration: none;
    border-radius: 8px;
    outline: none;
}
.explore-menu-btn {
    color: #fff !important;
}

.no-data-found {
    padding: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
.no-data-img {
    max-width: 120px;
    height: auto;
}
.no-orders-img {
    width: 100%;
    object-fit: cover;
}
.no-data-subtext {
    color: var(--text-gray);
    font-size: 1rem;
}
#no-addresses-found .no-data-img {
    max-width: 55px;
    height: auto;
}
@media (max-width: 576px) {
    .no-data-img {
        max-width: 90px;
        height: auto;
    }
    #no-addresses-found .no-data-img {
        max-width: 45px !important;
        height: auto;
    }
}
.modal h5.mb-1 {
    /* Your custom styles */
    font-weight: bold;
    font-family: "SunnySpells", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
.rr-order button:nth-child(1) {
    background-color: transparent;
    color: #f48c37;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #f48c37;
    transition: 0.2s;
    font-weight: bold;
}
.rr-order button:nth-child(2) {
    background-color: #f48c37;
    color: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: 0.2s;
    font-weight: bold;
}
.error-img {
    object-fit: contain !important;
    background-color: var(--img-err-bg);
    padding: 10px;
}
.spinner-border {
    color: var(--brand-color) !important;
}
#take-c-location {
    cursor: pointer;
    width: 100%;
}
.breadcrum-items a {
    text-decoration: none;
    position: relative;
}

.breadcrum-items a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.8px;
    width: 100%;
    background-color: currentColor; /* or use your desired color */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease-in-out;
}

.breadcrum-items a:hover::after {
    transform: scaleX(1);
}

body.modal-open {
    overflow: hidden !important;
    /* position: fixed !important; */
    /* width: 100%; */
}
