/* Minification failed. Returning unminified contents.
(519,54): run-time error CSS1038: Expected hex color, found '#0000'
(519,59): run-time error CSS1019: Unexpected token, found ' '
(519,59): run-time error CSS1042: Expected function, found ' '
(519,59): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(520,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(521,35): run-time error CSS1038: Expected hex color, found '#0000'
(521,40): run-time error CSS1019: Unexpected token, found ' '
(521,40): run-time error CSS1042: Expected function, found ' '
(521,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(522,43): run-time error CSS1039: Token not allowed after unary operator: '-c'
(522,63): run-time error CSS1039: Token not allowed after unary operator: '-c'
(522,83): run-time error CSS1039: Token not allowed after unary operator: '-c'
(522,103): run-time error CSS1039: Token not allowed after unary operator: '-c'
(522,123): run-time error CSS1039: Token not allowed after unary operator: '-c'
(522,142): run-time error CSS1039: Token not allowed after unary operator: '-c'
(522,172): run-time error CSS1038: Expected hex color, found '#0000'
(522,177): run-time error CSS1019: Unexpected token, found ' '
(522,177): run-time error CSS1042: Expected function, found ' '
(522,177): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(6363,76): run-time error CSS1034: 
(6363,76): run-time error CSS1042: Expected function, found ','
(6363,117): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
* {
    outline: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* text color */
.text__clr__ff {
    color: #ffffff;
}

.text__clr__37 {
    color: #0b2537;
}

.text__clr__ef {
    color: #7abeef;
}

.text__clr__e0 {
    color: #d3dae0;
}

.text__clr__f0 {
    color: #f0f0f0;
}

.text__clr__62 {
    color: #234862;
}

.text__clr__6d {
    color: #676b6d;
}

.text__clr__ef {
    color: #59b0ef;
}

/* bg color */

.bg__clr__ff {
    background-color: #ffffff;
}

.bg__clr__37 {
    background-color: #0b2537;
}

.bg__clr__ef {
    background-color: #7abeef;
}

.bg__clr__e0 {
    background-color: #d3dae0;
}

.bg__clr__f0 {
    background-color: #f0f0f0;
}

.bg__clr__62 {
    background-color: #234862;
}

.bg__clr__6d {
    background-color: #676b6d;
}

.bg__clr__ef {
    background-color: #7abeef;
}

.bg__clr__f3 {
    background-color: #7ec1f3;
}

/* text size */
.text__10 {
    font-size: 10px;
}

.text__11 {
    font-size: 11px;
}

.text__12 {
    font-size: 12px;
}

.text__13 {
    font-size: 13px;
}

.text__16 {
    font-size: 16px;
}

.text__18 {
    font-size: 18px;
}

.text__22 {
    font-size: 22px;
}

.text__65 {
    font-size: 65px;
}

/* font weight */
.font__700 {
    font-weight: 700;
}

.font__500 {
    font-weight: 500;
}

/* text transform */
.text__capitalize {
    text-transform: capitalize;
}

.text__uppercase {
    text-transform: uppercase;
}

.text__lowercase {
    text-transform: lowercase;
}

/* border radius */
.border__radius__50 {
    border-radius: 50px;
}

/* text decoration */
.text__decoration__none {
    text-decoration: none !important;
}

/* line height */
.line__height__65 {
    line-height: 65px;
}

.line__height__18 {
    line-height: 18px;
}

/* letter spacing */
.letter__spacing__02 {
    letter-spacing: 0.2px;
}

.letter__spacing__26 {
    letter-spacing: 0.26px;
}

/* list style */
.list-unstyled {
    margin: 0 !important;
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0 0 10px;
}

.position__relative {
    position: relative;
}

.border__bottom {
    border-bottom: 1px solid #23486221;
}

/* utilities class */

.inlineblock__element {
    display: inline-block;
}

.whitespace-preline {
    white-space: pre-line;
}

.cursor__pointer {
    cursor: pointer;
}

.opacity__50 {
    opacity: 50%;
}

.margin__top__15 {
    margin-top: 15px;
}

.margin__top__7 {
    margin-top: 7px;
}

.margin__left__5 {
    margin-left: 5px;
}

.margin__bottom__0 {
    margin-bottom: 0px;
}

.margin__bottom__5 {
    margin-bottom: 5px;
}

.margin__bottom__15 {
    margin-bottom: 15px;
}

.margin__bottom__30 {
    margin-bottom: 30px;
}

.margin__right__5 {
    margin-right: 5px;
}

.margin__right__15 {
    margin-right: 15px;
}

.margin__right__21 {
    margin-right: 21px;
}

.margin__right__23 {
    margin-right: 23px;
}

.padding__left__0 {
    padding-left: 0;
}

.padding__right__0 {
    padding-right: 0;
}

.border__right__1 {
    border-right: 1px solid rgba(35, 72, 98, .1);
}

/* hide default up\down arrows on number fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* common class end */

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

hr {
    border-top: 1px solid rgba(35, 72, 98, .2);
}

.p-5 {
    padding: 5px;
}

ul {
    padding-left: 20px;
}


/* Common Button Styles */
.common__btn {
    border: 1px solid #0b2537;
    padding: 12px 20px;
    display: inline-block;
}

/* sticky stuff */
.sticky-filter {
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
}

.sticky-cart {
    position: sticky;
    top: 100px;
    z-index: 10001;
    background: white;
}


.sticky-mobile-footer {
    display: none;
}

@media (min-width: 100px) and (max-width: 1200px) {
    .sticky-mobile-footer {
        position: sticky;
        bottom: 0px;
        z-index: 10000;
        width: 100%;
        height: 60px;
        padding: 8px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}


.sticky-mobile-footer button {
    padding: 8px 12px;
    margin: 0;
    border-radius: 50px;
    border: 1px solid #0b2537;
    background: #fff;
}

.sticky-mobile-footer .cart__icon .checkout__count {
    background-color: #59b0ef;
    margin-bottom: 0;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    padding: 0;
}

.mobile-footer-checkout {
    padding: 3px 6px 3px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    gap: 10px;
    background: #fff;
}

.mobile-footer-date-time {
    padding: 3px 6px 3px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

.mobile-footer-cart-info {
    display: flex;
    gap: 15px;
    padding: 8px 12px;
    margin: 0;
    border-radius: 50px;
    border: 1px solid #0b2537;
    background: #fff;
    cursor: pointer;
}

.mobile__cart__icon {
    display: grid;
    grid-template-columns: 1fr;
}

.mobile__cart__icon__img {
    grid-row-start: 1;
    grid-column-start: 1;
    margin-right: 0;
    margin-bottom: 0;
}

.mobile__cart__icon__p {
    grid-row-start: 1;
    grid-column-start: 1;
    margin-left: 13px;
    margin-top: -7px;
}

/* Hero Section */
.hero__section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .hero__section .hero__title {
        text-align: center;
        color: #ffffff;
        text-shadow: 0px 3px 4.5px rgba(0, 0, 0, 0.48);
    }

.menusection_container {
    margin-bottom: 20px;
}

.menusection_title {
    display: flex;
    gap: 12px;
    align-items: center;
}

@media (max-width: 425px) {
    .menusection_title {
        margin-bottom: 15px;
    }
}

.browser_btn {
    background: #f0f0f0;
    color: #0b2537;
    font-weight: 700;
    border-radius: 50px;
    font-size: 12px;
    padding: 0 14px;
    height: 34px;
    border: 2px;
    border-color: none !important;
}

    .browser_btn:hover {
        color: #ffffff;
        background: #0b2537;
        text-decoration: none;
    }

.card__wrapper {
    max-height: 520px;
    overflow: scroll;
    transition: max-height 0.4s ease-in-out;
    position: relative;
    margin-bottom: 7px;
}

    .card__wrapper::-webkit-scrollbar {
        display: none;
    }

    .card__wrapper.expanded {
        max-height: none;
        overflow-y: auto;
    }


.checkout_box {
    padding: 0;
}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
    margin-left: 5px;
}

.hidden {
    display: none;
}

.order-submit-spinner {
    width: 50px;
    -webkit-animation: spin 3s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.watermelon-loader-container {
    text-align: center;
    justify-content: center;
    display: flex;
}

.watermelon-loader {
    width: 80px;
    height: 40px;
    border-radius: 0 0 100px 100px;
    border: 5px solid #538a2d;
    border-top: 0;
    box-sizing: border-box;
    background: radial-gradient(farthest-side at top,#0000 calc(100% - 5px),#e7ef9d calc(100% - 4px)), radial-gradient(2px 3px,#5c4037 89%,#0000) 0 0/17px 12px, #ff1643;
    --c: radial-gradient(farthest-side,#000 94%,#0000);
    -webkit-mask: linear-gradient(#0000 0 0), var(--c) 12px -8px, var(--c) 29px -8px, var(--c) 45px -6px, var(--c) 22px -2px, var(--c) 34px 6px, var(--c) 21px 6px, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0), var(--c) 12px -8px, var(--c) 29px -8px, var(--c) 45px -6px, var(--c) 22px -2px, var(--c) 34px 6px, var(--c) 21px 6px, linear-gradient(#0000 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude,add,add,add,add,add,add;
    -webkit-mask-repeat: no-repeat;
    animation: watermelonchomp 3s infinite;
}

@keyframes watermelonchomp {
    0% {
        -webkit-mask-size: auto,0 0,0 0,0 0,0 0,0 0,0 0
    }

    15% {
        -webkit-mask-size: auto,20px 20px,0 0,0 0,0 0,0 0,0 0
    }

    30% {
        -webkit-mask-size: auto,20px 20px,20px 20px,0 0,0 0,0 0,0 0
    }

    45% {
        -webkit-mask-size: auto,20px 20px,20px 20px,20px 20px,0 0,0 0,0 0
    }

    60% {
        -webkit-mask-size: auto,20px 20px,20px 20px,20px 20px,20px 20px,0 0,0 0
    }

    75% {
        -webkit-mask-size: auto,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,0 0
    }

    90%, 100% {
        -webkit-mask-size: auto,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px
    }
}

.spinner-loader-container {
    display: flex;
    min-width: 160px;
    min-height: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .spinner-loader-container img {
        height: 50px;
        width: 50px;
        animation: spin 3s linear infinite
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.flipped {
    transform: rotate(180deg);
}


.menu__title {
    display: flex;
    gap: 12px;
    align-items: center;
}

@media (max-width: 425px) {
    .menu__title {
        margin-bottom: 15px;
    }
}

.menu__heading {
    color: #0B2537;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
}

@media (max-width: 480px) {
    .menu__heading {
        color: #0B2537;
        font-size: 22px;
        font-weight: 700;
        margin: 5px 0;
    }
}

.menusection__title {
    display: flex;
    gap: 12px;
    align-items: center;
}

@media (max-width: 425px) {
    .menusection__title {
        margin-bottom: 15px;
    }
}

.menusection__headng {
    color: #234862;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0;
}

@media (max-width: 480px) {
    .menusection__headng {
        color: #234862;
        font-size: 17px;
        font-weight: 700;
        margin: 5px 0;
    }
}

/* Card Grid Styles */
.card__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 5 columns */
    gap: 15px 10px; /* Spacing between cards */
    margin-top: 20px;
}

@media (max-width: 1980px) {
    .card__grid {
        grid-template-columns: repeat(5, 1fr); /* 4 columns */
    }
}

@media (max-width: 1440px) {
    .card__grid {
        grid-template-columns: repeat(4, 1fr); /* 4 columns */
    }
}

@media (max-width: 1024px) {
    .card__grid {
        grid-template-columns: repeat(3, 1fr); /* 4 columns */
    }
}

@media (max-width: 500px) {
    .card__grid {
        grid-template-columns: repeat(2, 1fr); /* 3 columns */
    }
}

/*@media (max-width: 480px) {
    .card__wrapper2 {
        width: 95%;
    }
}*/

/* Card Wrapper (for scroll) */
.card__wrapper {
    max-height: 520px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    position: relative;
}

    .card__wrapper::-webkit-scrollbar {
        display: none;
    }

    .card__wrapper.expanded {
        max-height: none;
        overflow-y: auto;
    }

.bottom__spacer {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

/* Expand Button */
.expand__btn {
    position: sticky;
    bottom: 0;
    left: 100%;
    border-radius: 50px;
    border: 1px solid rgba(35, 72, 98, 0.2);
    background: #fff;
    padding: 5px 20px;
    color: #234862;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
    margin-left: 5px;
}

.flipped {
    transform: rotate(180deg);
}

.cart__modal__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}

.border__cart {
    border: 1px solid #0b2537;
}

.border__b__0 {
    border-bottom: 0px !important;
}

.border__r__b__0 {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.vanilla__blue__tooltip__container .vanilla__blue__tooltip {
    padding: 3px 12px;
    border: 1px solid #2673AB;
    border-radius: 5px;
    background-color: #59B0EF;
    color: white;
    font-size: 11px;
    font-weight: 700;
    opacity: 100;
    z-index: 10002;
}

.vanilla__blue__tooltip__arrow {
    border-right: 1px solid #2673AB;
    border-bottom: 1px solid #2673AB;
}


.generic__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    overflow: scroll;
    scrollbar-width: none;
}

.generic__modal__container {
    background: white;
    max-width: 1080px;
    border-radius: 10px;
    max-height: 85vh;
    overflow-x: auto;
    padding: 20px;
    margin: 0 10px;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .generic__modal__container p {
        white-space: pre-line;
    }

    .generic__modal__container::-webkit-scrollbar {
        display: none;
    }

.modal__close__btn {
    display: flex;
    justify-content: flex-end;
}

    .modal__close__btn button {
        width: 32px;
        height: 32px;
        background: white;
        border: 1px solid #ccc;
        border-radius: 50%;
        font-size: 28px;
        font-weight: 400;
        color: #7abeef;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .modal__close__btn button:hover {
            background: #f5f5f5;
            border-color: #999;
        }


h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

body {
    font-family: "Ubuntu", sans-serif;
}

.container {
    max-width: 1800px;
    width: 100%;
    padding: 0 20px;
    margin: auto;
}

.container-narrow {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: auto;
}

@media (max-width: 1980px) {
    .container {
        max-width: 1540px;
    }
}

.common__btn {
    border: 1px solid #0b2537;
    padding: 12px 20px;
    display: inline-block;
}


header ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .header__left {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    color: #fff;
}

    header .header__left .order__now-transparent {
        display: none;
    }

    header .header__left .order__now {
        color: #0B2537;
        border: 1px solid #0B2537;
        border-radius: 50px;
        border-width: 1px;
        font-family: "greycliff-cf";
        font-weight: 700;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0.2px;
        text-align: right;
        text-transform: capitalize;
        padding: 12px 20px;
    }



header .header__right .phone__now {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50px;
    border-width: 1px;
    padding: 2px 11px;
    color: #0B2537;
    border: 1px solid #0B2537;
}

header .header__right .phone__now-transparent {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50px;
    border-width: 1px;
    padding: 2px 11px;
    color: #59B0EF;
    border: 1px solid #59B0EF;
    background: transparent;
}

@media (max-width: 480px) {
    header .header__right .phone__now-transparent
    header .header__right .phone__now
    header .header__left .order__now {
        font-weight: 700;
        font-size: 12px;
        padding: 9px 15px;
    }
}

header .header__right .phone__now-transparent:hover
header .header__right .phone__now:hover,
header .header__left .order__now:hover {
    text-decoration: none;
}

header .header__right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    color: #fff;
}

@media (max-width: 480px) {
    header .header__right {
        gap: 15px;
    }
}

header .header__right .login {
    border-right: 1px solid #d3dae0;
    padding-right: 20px;
    cursor: pointer;
}

.header__cart__icon {
    cursor: pointer;
    position: relative;
}

    .header__cart__icon p {
        position: absolute;
        top: -5px;
        right: -9px;
        background-color: #0b2537;
        margin-bottom: 0;
        min-width: 18px;
        height: 18px;
        border-radius: 50%;
        color: white;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }

.header__cart__icon__transparent {
    cursor: pointer;
    position: relative;
}

    .header__cart__icon__transparent p {
        position: absolute;
        top: -5px;
        right: -9px;
        background-color: white;
        margin-bottom: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        color: #0b2537;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }

@media (max-width: 480px) {
    .header__cart__icon,
    .header__cart__icon__transparent {
        display: none;
    }
}


    .hamburger__btn-transparent {
        background: transparent;
        border: none;
        cursor: pointer;
        color: white;
        padding-top: 8px;
    }

.hamburger__btn {
    background: white;
    border: none;
    cursor: pointer;
    color: #0b2537;
    padding-top: 8px;
}

.filter__section {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .filter__section #search__input {
        width: 165px;
        padding: 8px 33px 9px;
        border-radius: 50px;
        border: 1px solid #d3dae0;
        outline: none;
        background-image: url("/src/V3/Assets/img/svg/search-icon.svg");
        background-repeat: no-repeat;
        background-position: 8% 55%;
        margin: 0;
        height: 34px;
        padding-left: 40px;
    }

#search__input::placeholder {
    color: #234862 !important;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.24px;
}

.filter__section .filter__dropdown__btn {
    position: relative;
    top: 0;
    left: 0;
}

.filter__section .filters__btn_dropdown {
    position: absolute;
    top: 50px;
    left: 0;
}

.filter__section .filter__dropdown__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    flex-shrink: 0;
    border-radius: 50px;
    border: none;
}

.filter__section .filters__btn_dropdown {
    width: 210px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #d3dae0;
    background: #fff;
}

.filter__section .filter__btn_group {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .filter__section .filter__btn_group::-webkit-scrollbar {
        display: none;
    }

.filter__section .filter__btn {
    display: flex;
    flex-shrink: 0;
    padding: 10px 17px;
    border-radius: 12px;
    text-align: center;
    outline: none;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #F0F0F0;
}

.filter__section .filter__btn-active {
    display: flex;
    flex-shrink: 0;
    padding: 10px 17px;
    border-radius: 12px;
    text-align: center;
    outline: none;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #0b2537;
    color: #ffffff;
}

.filter__section .filter__btn:hover {
    color: #ffffff;
    background: #0b2537;
    text-decoration: none;
}

.filter__arrow__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border: 1px solid #d3dae0;
    border-radius: 50%;
    background: transparent;
    outline: none;
    margin: 0 4px;
}

.filter__arrow__btn.disabled {
    opacity: 30%;
    cursor: default;
}

.filter__btn_group__transparency__left {
    position: sticky;
    top: 0;
    left: 0;
    margin-left: -40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}

.filter__btn_group__transparency__left.visible {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), transparent);
}

.filter__btn_group__transparency__right {
    position: sticky;
    top: 0;
    right: 0;
    margin-left: -40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}

.filter__btn_group__transparency__right.visible {
    background: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);
}

.sub__heading {
    color: #234862;
    font-size: 17px;
    font-weight: 700;
}

.home_title {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0
}

.most-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: 30px;*/
}

    .most-order .sub__heading {
        font-size: 34px;
    }

    .most-order h2 {
        font-size: 16px;
        color: #0b2537;
        font-family: "greycliff-cf";
    }

.reviews-content {
    display: flex;
    gap: 4px;
    align-items: center;
}

.trustpilot-mini-widget {
    display: flex;
    width: 460px;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    /* padding: 20px; */
    border-radius: 8px;
    background: white;
    margin: 10px;
}

@media screen and (max-width: 900px) {
    .trustpilot-mini-widget {
        width: 200px;
    }
}

@media screen and (max-width: 605px) {
    .trustpilot-mini-widget {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .home_title {
        margin-bottom: 15px;
    }

    /*    .hamburger__btn {
        color: #0B2537;
    }*/

    .most-order {
        flex-wrap: wrap;
    }

        .most-order .sub__heading {
            font-size: 25px;
        }
}

.bottom__overlay {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 1));
    pointer-events: none;
}

.sub__heading {
    color: #234862;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0;
}

@media (max-width: 480px) {
    .sub__heading {
        color: #234862;
        font-size: 17px;
        font-weight: 700;
        margin: 5px 0;
    }
}

.star-container {
    display: flex;
    gap: 6px;
}


.star-wrapper {
    background-color: #00b67a;
    padding: 6px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
}


.half-star {
    position: relative;
}

.star-icon {
    width: 30px;
    height: 30px
}


.full-star {
    position: absolute;
    color: #fff;
    width: 15px;
    height: 40px;
    display: flex;
    justify-content: start
}

.half-star .empty-star {
    position: absolute;
    color: #fff;
    clip-path: inset(0 0 0 50%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.half-star-wrapper {
    background-color: #00b67a;
    padding: 6px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    overflow: hidden;
}

    .half-star-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background-color: #dcdce6;
    }

.thank-you-h2 {
    font-size: 30px;
    font-weight: 900;
    color: #234862;
    margin-top: 20px;
    margin-bottom: 30px;
}

.thank-you-content {
    margin-top: 20px;
}

.faq__list {
    list-style-position: inside;
}

.validation-message {
    display: block;
    font-size: 12px;
    color: red;
    margin: 4px 12px;
}

.submit-container button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 65%;
    min-width: 310px;
    padding: 20px 0;
    background: #59B0EF;
    border: none;
    border-radius: 15px;
    font-family: 'Greycliff-CF';
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.submit-container button.disabled {
    background: #59B0EF80;
    cursor: not-allowed;
}

.submit-container button img {
    height: 35px;
    width: 35px;
    animation: spin 3s linear infinite
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {

}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 1023px) {

}

@media (min-width: 1024px) and (max-width: 1440px) {

}

@media (min-width: 1441px) {

}

.compact__card__wrapper {
    position: relative;
    border-radius: 8px;
    width: 100%;
    max-width: 310px;
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
    cursor: pointer;
}

    .compact__card__wrapper:hover {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    }

.compact__card__head {
    height: 170px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    transition: transform 0.3s ease-in, box-shadow 0.3s ease-in;
}

.compact__card__wrapper:hover .compact__card__head::before {
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.compact__card__wrapper:hover .compact__card__head img {
    transform: scale(1.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.compact__card__title {
    color: #234862;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    max-height: 40px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.compact__card__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 0 solid transparent;
    transition: border 0.3s ease-out;
}

.compact__card__wrapper:hover .card__head::before {
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.compact__card__wrapper:hover .card__head img {
    transform: scale(1.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.compact__card__head img {
    width: 310px;
    height: 170px !important;
    object-fit: cover;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.compact__card__body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.compact__card__text span {
    color: #59b0ef;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.32px;
}

.compact__card__profile {
    display: flex;
}

.compact__card__price {
    color: #234862;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}

.compact__badge {
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: #ffffff;
    color: #7abeef;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    border-radius: 15px 0 0 15px;
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
    .compact__card__body {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .compact__card__body {
        padding: 6px;
    }
}

/* Extra Class */
.card__wrapper2 {
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
    cursor: pointer;
/*    height: 212px;*/
/*    width: 221px;*/
}

    .card__wrapper2::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid #ececec;
        border-radius: 8px;
        pointer-events: none;
    }

.card__title {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.card__wrapper2:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

/* Border effect using ::before without extra space */
.card__head {
    /* width: 220px; */
    height: 122px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
    transition: transform 0.3s ease-in, box-shadow 0.3s ease-in;
}

    /* Add top, left, right border on hover */
    .card__head::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        border: 0 solid transparent;
        transition: border 0.3s ease-out;
    }

.card__wrapper2:hover .card__head::before {
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.card__wrapper2:hover .card__head img {
    transform: scale(1.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.badge__new {
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: #ffffff;
    color: #7abeef;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 15px 0 0 15px;
}

.card__head img {
    width: 100%;
    /*height: 100%;*/
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.card__body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__text {
    display: flex;
    justify-content: space-between;
}

.card__profile {
    display: flex;
}

.profile__icon {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #7abeef;
}

    .profile__icon span {
        margin-left: 4px;
    }

.hot__icon {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #7abeef;
}

    .hot__icon img {
        margin-left: 4px;
        margin-bottom: 1px;
    }

.tag__name {
    color: #234862;
    font-weight: 500;
    font-size: 11px;
    margin-top: 2px;
}

.price {
    color: #234862;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
    .card__body {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .col-lg-10 {
        padding: 5px;
    }

    .card__body {
        padding: 6px;
    }

    .tag__name {
        max-width: 100px;
        overflow: hidden;
    }
}

@media (max-width: 390px) {
    .card__wrapper2 {
        width: 180px;
    }
}



/* Modal Overlay (Background) */
.card__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}

.card__modal__body {
    padding: 0px 20px 20px 20px;
}

.card__modal__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.zoomable-image {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    cursor: zoom-in;
}

.card__modal__container {
    background: white;
    width: 95vw;
    max-width: 1080px;
    border-radius: 10px;
    max-height: 85vh;
    overflow-x: auto;
    padding: 10px;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .card__modal__container::-webkit-scrollbar {
        display: none;
    }

.card__modal__image img {
    width: 100%;
}

.card__modal__title {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card__modal__title__expanded {
}

    .card__modal__title h1,
    .card__modal__title h2,
    .card__modal__title__expanded h1,
    .card__modal__title__expanded h2 {
        color: #0b2537;
        font-size: 21px;
        font-weight: 700;
        margin: 0 0 7px 0;
    }

    .card__modal__title__expanded p,
    .card__modal__title p {
        color: #234862;
        font-size: 16px;
        font-weight: 400;
    }

.card__collection__text h3 {
    color: #234862;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.card__collection__text p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

div.variant__description__truncated {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
}

div.variant__description__expanded {
    white-space: pre-line;
}

div.expand__description__link {
    color: #7abeef;
    font-family: 'greycliff-cf';
    font-weight: 700;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
    text-align: right;
}

div.variant__diet__icon {
    margin-top: 5px;
}

div.variant__diet__icons strong {
    padding: 1px 4px;
    border-radius: 2px;
    background: #f0f0f0;
    color: #234862;
    margin-left: 0px;
    border: 1px solid #d3dae0;
    font-size: 12px;
}

div.variant__description span,
div.variant__diet__icons span {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 1px;
}

.card__modal_collection__row {
    display: flex;
    align-items: flex-start;
}

.sub__item__text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.card__collection__text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 75px;
}

    .card__collection__text button {
        border: none;
        background-color: #ffffff;
        color: #234862;
        font-weight: 700;
        font-size: 12px;
        text-align: left;
        padding: 0;
    }

.card__collection__text__name__desc {
    width: 100%
}

.card__collection__text__note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 15px;
    margin-top: 5px;
}

    .card__collection__text__note .note__count {
        position: absolute;
        bottom: 8px;
        left: 60px;
        background-color: #59b0ef;
        margin-bottom: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-size: 10px;
        line-height: 14px;
        font-weight: 700;
    }



.card__collection__text__services {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7abeef;
}

    .card__collection__text__services p {
        font-weight: 700;
        font-size: 12px;
        margin: 0;
    }

.card__collection__button {
    display: flex;
    justify-content: center;
    align-items: center;
}



.card__collection__excl__gst {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
}

.card__collection__excl__gst {
    color: rgba(11, 37, 55, 0.4);
    font-size: 10px;
    font-weight: 500;
    margin: 0;
}

    .card__collection__excl__gst h4 {
        color: #0b2537;
        font-size: 15px;
        font-weight: 700;
        margin: 0px;
    }

.card__collection__button__quantity__controls {
    display: flex;
    align-items: center;
    border: 1px solid #d3dae0;
    border-radius: 5px;
    margin: 5px 0;
}

.card__collection__quantity__controls__btn {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d3dae0;
}

.increase-btn,
.decrease-btn {
    border: none;
    color: #7abeef;
    background-color: #ffffff;
    font-size: 17px;
    line-height: 0px;
    font-weight: 500;
    cursor: pointer;
    width: 30px;
    height: 23px;
    transition: background-color 0.3s ease;
}

.increase-btn {
    border-top-left-radius: 5px;
}

.decrease-btn {
    border-top: 1px solid #d3dae0;
    border-bottom-left-radius: 5px;
}

    .increase-btn:hover,
    .decrease-btn:hover {
        background-color: #f0f0f0; /* Darker green on hover */
    }

.currently-unavailable {
    font-size: 15px;
    color: #b51f1f;
    padding-top: 17px;
    text-align: right;
}

.quantity-input {
    width: 60px;
    height: 46px;
    text-align: center;
    margin-top: 0 !important;
    font-size: 18px;
    font-weight: 700;
    border-left: 1px solid #d3dae0;
    border: none;
    color: #234862;
    background-color: #f0f0f0;
    box-sizing: border-box;
    border-radius: 0px;
    padding: 10px;
}

    .quantity-input:focus {
        outline: none;
    }

.note__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

label.sub-item-mandatory-label {
    /*display: flex;
    gap: 10px;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
}

    label.sub-item-mandatory-label strong {
        font-size: 12px;
        font-weight: 700;
        margin-left: 5px;
    }

input[type="checkbox"].sub-item-mandatory {
    appearance: none;
    background-color: #0B2537;
    margin: 0 0 0 6px;
    font: inherit;
    color: #0B2537;
    width: 7px;
    height: 7px;
    border: 1px solid #0B2537;
    border-radius: 7px;
    transform: translateY(5px);
    /*display: grid;*/
    display: none;
    place-content: center;
    cursor: default;
}

label.sub-item-select-label {
    display: flex;
    gap: 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

input[type="checkbox"].sub-item-select {
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    color: #0B2537;
    width: 25px;
    height: 25px;
    border: 1px solid #0B2537;
    border-radius: 15px;
    transform: translateY(-4px);
    display: grid;
    place-content: center;
}

    input[type="checkbox"].sub-item-select::before {
        content: "";
        width: 10.5px;
        height: 8.5px;
        clip-path: polygon( 10% 47%, 0 65%, 30% 100%, 100% 20%, 89% 0%, 30% 70% );
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: #0B2537;
    }

    input[type="checkbox"].sub-item-select:checked::before {
        transform: scale(1);
    }

input[type=checkbox]:focus {
    outline: none;
    outline-offset: 0px;
}


label.variant-select-label {
    display: flex;
    gap: 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

div.variant-select-row {
    padding-right: 5px;
}

input[type="radio"].variant-select {
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    color: #0B2537;
    width: 25px;
    height: 25px;
    border: 3px solid #0B2537;
    border-radius: 15px;
    transform: translateY(-4px);
    display: grid;
    place-content: center;
}

    input[type="radio"].variant-select:checked {
        transition: 120ms transform ease-in-out;
        border: 8px solid #0B2537;
    }

input[type=radio]:focus {
    outline: none;
    outline-offset: 0px;
}


.card__modal__hr {
    margin: 15px 0;
}

.note__modal__content {
    background: #fff;
    width: 400px;
    max-width: 90%;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.note__modal textarea {
    width: 100%;
    height: 100px;
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    resize: none;
    font-size: 13px;
    color: #234862;
    outline: none;
}

.note__modal__buttons {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    background-color: #d3dae0;
    padding: 5px;
}

    .note__modal__buttons button {
        border: 1px solid #0b2537;
        padding: 10px 18px;
        display: inline-block;
        color: #0b2537;
        text-transform: capitalize;
        font-weight: 700;
        background-color: #ffffff;
        font-size: 1rem;
        border-radius: 50px;
        cursor: pointer;
    }

/* checkout modal css */
.date__time__btn {
    border-radius: 50px;
    border: 1px solid #7abeef;
    background: #7abeef;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    padding: 11px 16px;
}

.react-calendar {
    border: none;
    margin: 0 auto;
}

    .react-calendar button {
        padding: 15px 10px;
        border: 2px solid transparent;
    }

.react-calendar__month-view__weekdays abbr {
    text-decoration: none !important;
    border-bottom: none !important;
}

.react-calendar__navigation button:disabled,
.react-calendar__tile:disabled {
    background-color: transparent;
}

/* Remove the default weekend styling */
.react-calendar__month-view__days__day--weekend {
    text-decoration: none;
    color: inherit;
    pointer-events: auto;
}

.delivery-unavailable {
    text-decoration: line-through;
    color: #d3d3d3;
    pointer-events: none;
    background: none;
    width: 47px;
    height: 47px;
    line-height: 10px;
    font-weight: 700;
}

.delivery-available {
    text-decoration: none;
    background: none;
    width: 47px;
    height: 47px;
    line-height: 10px;
    font-weight: 700;
}

.react-calendar__tile--active {
    background-color: #fff !important;
    border: 2px solid #59b0ef !important;
    color: #59b0ef;
    border-radius: 50%;
    padding: 12px 10px !important;
}

.react-calendar__tile--now {
    background-color: #fff !important;
}

.react-calendar__navigation__label {
    font-weight: 700;
    font-size: 15px;
    width: 80%;
}

.react-calendar__navigation__arrow {
    background-color: #fff !important;
    font-weight: 500;
    font-size: 25px;
}

    .react-calendar__navigation__arrow:disabled {
        color: #d3d3d3;
    }

.delivery__date__del {
    background-color: #fff;
    border: none;
    margin-left: 7px;
}

.selected__times__header {
    color: #0b2537;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 26px;
}

.selected__date__footer {
    color: #0b2537;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 26px;
    padding-left: 45px;
}

.selected__times {
    display: flex;
    flex-direction: column;
}

.add__btn {
    color: #234862;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    background-color: transparent;
    border: none;
    margin-top: 20px;
    transition: 0.3s ease-in;
}

    .add__btn:hover {
        color: #7abeef;
    }

.date__picker__container
.time__picker__container {
    position: relative;
}

.date__picker,
.time__picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #d3dae0;
    background: #f0f0f0;
    position: relative;
    color: #0b2537;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    width: 100%;
    margin-bottom: 10px;
}

.down-btn {
    background: none;
    border: none;
    font-size: 10px;
    cursor: pointer;
    color: #888;
}

    .down-btn:hover {
        color: #333;
    }

/* Ensure dropdown menu is visible */
.date__dropdown {
    display: block;
    position: absolute;
    border-radius: 8px;
    border: 1px solid #d3dae0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 23px 5px 5px 5px;
}

    .date__dropdown .react-calendar__month-view__weekdays__weekday {
        text-align: center;
    }

    .date__dropdown abbr[title] {
        cursor: default;
    }

.time__dropdown {
    display: block;
    position: absolute;
    width: 100%;
    top: 67%;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 8px;
    list-style: none;
    border-radius: 8px;
    border: 1px solid #d3dae0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
}

    .date__dropdown::-webkit-scrollbar,
    .time__dropdown::-webkit-scrollbar {
        display: none;
    }

    .time__dropdown li {
        padding: 8px 28px;
        cursor: pointer;
        color: #0b2537;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.6px;
        text-transform: lowercase;
        transition: 0.3s ease-in;
    }

        .time__dropdown li:hover {
            background: #d3dae0;
            color: #59b0ef;
        }

.remove__time__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    border: none;
    background-color: transparent;
}

.date__time__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.checkout__modal__column {
    padding: 0 100px;
    opacity: 10;
}


.card__modal__item__unavailable {
    display: flex;
    justify-content: center;
}

.card__modal__checkout {
    display: flex;
    justify-content: flex-end;
}

    .card__modal__checkout .checkout .btn {
        display: flex;
        align-items: center;
        border-radius: 50px;
        gap: 20px;
    }

        .card__modal__checkout .checkout .btn button {
            background-color: #7abeef;
            color: #ffffff;
            border: 1px solid #7abeef;
        }

.skip__btn {
    color: #7abeef;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    border: none;
    background-color: transparent;
}

@media (max-width: 768px) {
    .date__time__footer {
        flex-wrap: wrap;
    }

    .checkout__modal__column {
        padding: 0 10px;
        opacity: 10;
    }
}

.modal__validation {
    color: red;
    font-size: 10px;
    font-weight: 500;
    margin: 0px 14px 0px 0px;
    list-style: none;
    text-align: right;
}

    .modal__validation li {
        margin-bottom: 2px;
    }

.checkout {
    padding: 12px 0;
}

.see_text {
    white-space: nowrap;
}

.checkout .checkout__btn {
    min-width: 230px;
    height: 40px;
    padding: 3px 3px 3px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
}

.checkout p {
    font-size: 15px;
    margin: 0;
    padding: 0 10px;
}

.checkout .cart__icon {
    position: relative;
}

    .checkout .cart__icon .checkout__count {
        position: absolute;
        top: -5px;
        right: -9px;
        background-color: #59b0ef;
        margin-bottom: 0;
        min-width: 18px;
        height: 18px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        padding: 0;
    }

.checkout button {
    padding: 8px 20px;
    margin: 0;
    border-radius: 50px;
    border: 1px solid #0b2537;
    background: #fff;
}

    .checkout button:hover {
        border: 1px solid #ffffff;
        background: #0b2537;
        color: #ffffff;
        text-decoration: none;
    }

.checkout__items {
    border-radius: 8px;
    border: 1px solid #d3dae0;
    background: #ffffff;
}

    .checkout__items .delivery_date {
        padding: 10px;
        border-radius: 50px;
        color: #0b2537;
    }

        .checkout__items .delivery_date:hover {
            background-color: #0b2537;
            color: #ffffff;
        }

    .checkout__items .checkout__head {
        padding: 10px;
        border-bottom: 1px solid #d3dae0;
        border-radius: 8px 8px 0px 0px;
    }

    .checkout__items .delivery_date button {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        border: none;
        background-color: transparent;
        white-space: nowrap;
    }

    .checkout__items .checkout__product {
        overflow-y: scroll;
        max-height: 55vh;
    }

    .checkout__items .checkout__product .product__item {
        border-bottom: 1px solid #23486221;
        margin-bottom: 10px;
    }

        .checkout__items .checkout__product .product__item:last-child {
            border-bottom: 1px solid transparent;
        }

    .checkout__items .checkout__product,
    .product_pricing,
    .product__pricing__total,
    .ntc {
        padding: 14px 10px;
    }

.delivery__date__button__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_pricing {
    border-top: 1px solid #d3dae0;
    border-bottom: 1px solid #d3dae0;
}

.checkout__items .checkout__product .product__pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout__items .checkout__product .product__quantity {
    color: #234862;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 14px;
}

    .checkout__items .checkout__product .product__quantity .product__edit {
        border-radius: 50px;
        outline: none;
        border: none;
        padding: 1px 6px;
    }

.checkout__items .checkout__product .product_title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

    .checkout__items .checkout__product .product_title .product__name {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .checkout__items .checkout__product .product_title .product__del {
        border-radius: 8px;
        background: #fff;
        border: none;
        padding-bottom: 10px;
    }

.checkout__items .product_pricing .delivery__fee {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout__items .product__pricing__total {
    border-bottom: 1px solid #d3dae0;
}

    .checkout__items .product__pricing__total .pricing__total {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.checkout__items .ntc {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart__responsive__modal {
    display: none;
}

.cart__responsive__modal2 {
    display: none;
}

@media (max-width: 480px) {
    .checkout__items {
        display: none;
    }

    .cart__responsive__modal2 {
        background-color: #f0f0f0;
        padding: 5px 9px;
        display: block;
    }

    .cart__responsive__modal {
        background-color: #f0f0f0;
        padding: 5px 9px;
    }

    .cart__responsive__modal__bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cart_responsive__modal__cart {
        display: flex;
        gap: 18px;
        padding: 10px 12px 10px 12px;
        border-radius: 25px;
        border: 2px solid #0b2537;
        background-color: none;
    }

    .cart_text {
        border-radius: 25px;
        border: 2px solid #0b2537 !important;
        background-color: #fff;
        padding: 10px 15px 10px 15px;
    }

    .checkout .checkout__btn {
        width: auto;
        padding: 3px;
        gap: 5px;
        border: 2px solid #f0f0f0;
        background: #f0f0f0;
    }

    .checkout {
        padding: 5px 0;
    }

        .checkout button {
            padding: 8px 10px;
            margin: 0;
            border-radius: 50px;
            border: 1px solid #0b2537;
            background: #fff;
        }

    .cart__responsive__modal__bar p {
        margin: 0;
    }
}

@media (min-width: 481px) and (max-width: 1200px) {
    .checkout__items {
        display: none;
    }

    /* .cart__responsive__modal {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  } */

    .cart__responsive__modal {
        background-color: #7abeef;
        padding: 5px 9px;
    }

    .cart__responsive__modal__bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cart_responsive__modal__cart {
        display: flex;
        gap: 18px;
        padding: 5px 9px;
        border-radius: 25px;
        border: 2px solid #7abeef;
        background-color: #7abeef;
    }

    .checkout .checkout__btn {
        width: auto;
        padding: 3px;
        gap: 5px;
        border: 2px solid #f0f0f0;
        background: #f0f0f0;
    }

    .checkout button {
        padding: 8px 10px;
        margin: 0;
        border-radius: 50px;
        border: 1px solid #0b2537;
        background: #fff;
        color: #0b2537;
    }

        .checkout button:hover {
            border: 1px solid #ffffff;
            background: #0b2537;
            color: #ffffff;
            text-decoration: none;
        }

    .cart__responsive__modal__bar p {
        margin: 0;
    }
}

/* ------------- Responsive cart Modal --------------------- */
.responsive__checkout__items {
    border: 1px solid #d3dae0;
    border-radius: 8px;
    margin: 15px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    top: 10px;
    width: 95%;
    height: 85vh;
}

.responsive__checkout__head {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.responsive__cart__icon {
    position: relative;
    display: inline-block;
}

    .responsive__cart__icon img {
        width: 24px;
        height: auto;
    }

.responsive__checkout__count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #7abeef;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.responsive__product__pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.responsive__product__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.responsive__product__edit {
    border-radius: 50px;
    outline: none;
    border: none;
}

.responsive__product__quantity {
    color: #234862;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 14px;
}

.responsive__product__del {
    border-radius: 8px;
    background: #fff;
    border: none;
}

.responsive__product__item {
    margin-bottom: 10px;
    padding: 15px;
}

.responsive__delivery__fee {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.responsive__product_pricing {
    padding: 15px;
}

.responsive__pricing__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.responsive__ntc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 50px 15px;
}

/* header start */
.checkout-header {
    color: #0b2537;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 10px;
}

.icon {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.back-text {
    color: #0b2537;
    font-weight: 600;
    font-size: 14px;
}

.logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

    .logo-img img {
        max-height: 50px;
        width: auto;
        object-fit: contain;
    }

/* header end */

/* main content */
.border-box {
    border: #0b2537;
}

.checkout-container {
    margin-top: 20px;
}

/* Progress Steps */
.progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 50%;
    margin: 30px auto;
    padding-bottom: 50px;
}

.progress-step {
    list-style: none;
    position: relative;
    text-align: center;
    color: #b0b0b0;
    font-weight: bold;
    top: 10px;
}

    .progress-step.active {
        color: #3498db;
    }

    .progress-step::before {
        content: "";
        display: block;
        margin: auto;
        width: 15px;
        height: 15px;
        background-color: #b0b0b0;
        border-radius: 50%;
    }

    .progress-step.active::before {
        background-color: #3498db;
    }

.progress-line {
    height: 2px;
    width: 100%;
    background-color: #b0b0b0;
}

    .progress-line.active {
        background-color: #3498db;
    }

/* Checkout Box */
.checkout-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d3dae0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.checkout__stapar {
    width: 100%;
}

.flex-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 110px 110px;
}

.flex-content {
    display: flex;
    padding: 0 110px 110px;
}

.border__left__checkout {
    border-left: 1px solid #d3dae0;
}

.checkout-section {
    position: relative;
    flex: 1;
    padding: 10px 20px;
}

.checkout-section-blue {
    position: relative;
    flex: 1;
    padding: 10px 20px;
}

.new__user__password__icon {
    position: absolute;
    right: 35px;
    bottom: 135px;
    width: 15px;
    cursor: pointer;
}

.title {
    font-size: 22px;
    font-weight: 700;
    color: #234862;
    margin: 0;
}

.blue-title {
    font-size: 22px;
    font-weight: 700;
    color: #7abeef;
}

label {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #0b2537;
}

.checkout-section-blue label {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #7abeef;
}

.italic {
    font-style: italic;
    margin-top: 5px;
}

input {
    width: 100%;
    padding: 10px 17px;
    margin-top: 10px;
    border: 1px solid #d3dae0;
    border-radius: 25px;
    outline: none;
    background-color: #FFFFFF;
}

.drop__down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 17px;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #d3dae0;
    border-radius: 25px;
    outline: none;
    position: relative;
    color: #0b2537;
    line-height: 20px;
}

.drop__down__list {
    display: block;
    position: absolute;
    width: 100%;
    top: 67%;
    max-height: 200px;
    min-width: auto;
    overflow-y: auto;
    border-radius: 8px;
    list-style: none;
    border-radius: 8px;
    border: 1px solid #d3dae0;
    background: #fff;
    margin-top: 5px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

    .drop__down__list::-webkit-scrollbar {
        display: none;
    }

    .drop__down__list li {
        padding: 8px 28px;
        cursor: pointer;
        color: #0b2537;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.6px;
        transition: 0.3s ease-in;
    }

        .drop__down__list li:hover {
            background: #d3dae0;
            color: #59b0ef;
        }

select {
    width: 100%;
    padding: 10px 17px;
    margin-top: 10px;
    border: 1px solid #d3dae0;
    border-radius: 25px;
    outline: none;
    background-color: #FFFFFF;
}

textarea {
    width: 100%;
    padding: 10px 17px;
    margin-top: 10px;
    border: 1px solid #d3dae0;
    border-radius: 25px;
    outline: none;
    background-color: #FFFFFF;
}

.forgot-password {
    display: block;
    font-size: 12px;
    color: #676b6d;
    margin: 10px 0;
    text-decoration: none;
}

.btn {
    padding: 3px 3px 3px 16px;
    border: none;
    /* border-radius: 4px; */
    font-size: 16px;
    cursor: pointer;
}

.btn-dark {
    background: #0b2537;
    color: #ffffff;
    border-radius: 150px;
    outline: none;
    padding: 12px 20px 12px 20px;
    margin-top: 29px;
}

    .btn-dark:hover {
        color: white;
        background: gray;
    }

.btn-blue {
    background: #59b0ef;
    color: #ffffff;
    border-radius: 150px;
    outline: none;
    padding: 12px 20px 12px 20px;
    margin-top: 29px;
}

.btn-blue:hover {
    text-decoration: none;
}

.btn-blue-outline {
    background: #ffffff;
    color: #59b0ef;
    border: 2px solid #59b0ef;
    border-radius: 150px;
    outline: none;
    padding: 12px 20px 12px 20px;
    margin-top: 29px;
}

.btn-blue-sm {
    background: #59b0ef;
    color: #ffffff;
    border-radius: 150px;
    outline: none;
    padding: 10px 20px;
    margin-top: 5px;
    font-size: 13px;
}

.divider {
    margin: 0 20px;
    opacity: 0.1;
    height: 335px;
    border: 1px solid #c1c3c4;
}

.checkout__hr {
    margin: 40px 0px;
    border-top: 1px solid #c1c3c4;
}

@media (min-width: 365px) and (max-width: 765px) {
    .checkout-section {
        padding: 10px 0px;
    }

    .checkout-section-blue {
        padding: 10px 0px;
    }

    .checkout-box {
        display: flex;
        justify-content: space-between;
        border: 1px solid #d3dae0;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .flex-content {
        padding: 0 20px 50px;
        flex-wrap: wrap;
    }

    .divider {
        display: none;
    }

    /* .checkout__stapar {
    padding-bottom: 40px;
  } */

    .progress-container {
        width: 85%;
        margin: 30px auto;
        padding-bottom: 20px;
    }
}

.account__type__selection {
    display: flex;
    gap: 60px;
}

    .account__type__selection label.account-type-select-label {
        display: flex;
        gap: 15px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

    .account__type__selection div.account-type-select-row {
        padding-right: 5px;
    }

    .account__type__selection input[type="radio"].account-type-select {
        appearance: none;
        background-color: #FFFFFF;
        margin: 0;
        font: inherit;
        color: #0B2537;
        width: 25px;
        height: 25px;
        border: 3px solid #0B2537;
        border-radius: 15px;
        transform: translateY(-4px);
        display: grid;
        place-content: center;
    }

        .account__type__selection input[type="radio"].account-type-select:checked {
            transition: 120ms transform ease-in-out;
            border: 8px solid #0B2537;
        }

    .account__type__selection input[type=radio]:focus {
        outline: none;
        outline-offset: 0px;
    }

label.vip-platter-select-label {
    display: flex;
    gap: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

label.vip-platter-select-label {
    display: flex;
    gap: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

input[type="checkbox"].vip-platter-select {
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    color: #0B2537;
    width: 25px;
    height: 25px;
    border: 1px solid #0B2537;
    border-radius: 15px;
    transform: translateY(-3px);
    display: grid;
    place-content: center;
}

    input[type="checkbox"].vip-platter-select::before {
        content: "";
        width: 10.5px;
        height: 8.5px;
        clip-path: polygon( 10% 47%, 0 65%, 30% 100%, 100% 20%, 89% 0%, 30% 70% );
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: #0B2537;
    }

    input[type="checkbox"].vip-platter-select:checked::before {
        transform: scale(1);
    }

input[type=checkbox].vip-platter-select:focus {
    outline: none;
    outline-offset: 0px;
}

.vip__platter__info {
    display: flex;
    flex-direction: column;
}

.checkout__header__row {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin: 5px 5px;
    align-items: center;
    justify-content: space-between;
}

.checkout__variant__delivery__row {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin: 15px 5px;
}

    .checkout__variant__delivery__row .variant__name {
        margin: 3px 0px;
        width: 350px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.multiple__delivery__edit__btn__row {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.multiple__delivery__label{
    width: 350px;
}

.multiple__delivery__column__label {
    width: 80px;
}

label.variant-delivery-time-select-label {
    display: flex;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0px;
}

input[type="checkbox"].variant-delivery-time-select {
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    color: #0B2537;
    width: 20px;
    height: 20px;
    border: 1px solid #0B2537;
    border-radius: 15px;
    transform: translateY(-1px);
    display: grid;
    place-content: center;
}

    input[type="checkbox"].variant-delivery-time-select::before {
        content: "";
        width: 8.5px;
        height: 7.75px;
        clip-path: polygon( 10% 47%, 0 65%, 30% 100%, 100% 20%, 89% 0%, 30% 70% );
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: #0B2537;
    }

    input[type="checkbox"].variant-delivery-time-select:checked::before {
        transform: scale(1);
    }

input[type=checkbox].variant-delivery-time-select:focus {
    outline: none;
    outline-offset: 0px;
}

.payment__card__logos {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 10px;
}

.checkout__button__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0px 20px;
    margin-top: 0px;
}

.checkout__validation__message {
    display: block;
    font-size: 12px;
    color: red;
    margin: 4px 12px;
}

.filter__dropdown__btn_wrapper {
    position: relative;
}

.filters__btn_dropdown_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    border: 1px solid #d3dae0;
    background: #fff;
}


@media (max-width: 480px) {
    .filter__section {
        padding: 8px 0;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .filter__section #search__input {
            padding: 8px 12px 9px;
            border-radius: 50px;
            background: none;
            transition: all 0.5s;
            text-align: left;
            width: 150px;
        }

            .filter__section #search__input:placeholder-shown {
                width: 42px;
                padding: 10px;
                background: url("/src/V3/Assets/img/svg/search-icon.svg") no-repeat left;
                background-position: 12px 8px;
            }


            .filter__section #search__input::placeholder {
                visibility: hidden;
            }

            .filter__section #search__input:focus {
                width: 250px;
            }

    .checkout__mobile,
    .checkout__arrow {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 1023px) {
    .checkout__mobile,
    .checkout__arrow {
        display: none;
    }
}

li.filter__list__item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px
}

label.menu__filter__select__label {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 2px;
}

input[type="checkbox"].menu__filter__select {
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    color: #0B2537;
    width: 17px;
    height: 17px;
    border: 1px solid #0B2537;
    border-radius: 3px;
    transform: translateY(-2px);
    display: grid;
    place-content: center;
}

    input[type="checkbox"].menu__filter__select::before {
        content: "";
        width: 10.5px;
        height: 8.5px;
        clip-path: polygon( 10% 47%, 0 65%, 30% 100%, 100% 20%, 89% 0%, 30% 70% );
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: #0B2537;
    }

    input[type="checkbox"].menu__filter__select:checked::before {
        transform: scale(1);
    }

input[type=checkbox]:focus {
    outline: none;
    outline-offset: 0px;
}

.filter__count__badge {
    position: absolute;
    top: 5px;
    left: 21px;
    background-color: #FFFFFF;
    margin-bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #7abeef;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
}

/* Keeping placeholders for larger breakpoints if needed */
@media (min-width: 1024px) {
}

@media (min-width: 1441px) {
}

.navbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 10;
    padding: 10px 29px;
    color: #fff
}

.navbar__logo {
    width: 175px;
    height: auto;
}

.header-transparent {
    position: relative;
    width: 100%;
    background-color: transparent;
    z-index: 10;
    height: 72px;
    padding: 0 29px;
}

.header {
    position: relative;
    width: 100%;
    background-color: white;
    z-index: 10;
    height: 72px;
    padding: 0 29px;
    box-shadow: 0px 3px 12px 0px #00000040;
}

.navbar__mobile {
    display: none;
}

.header-nav {
    display: absolute
}

.text-clr-white {
    color: #fff
}

.quick__quote a {
    color: #0b2537;
    cursor: pointer;
    transition: 0.3s;
}

    .quick__quote a:hover {
        color: #59B0EF;
    }

.login a:hover {
    color: #59B0EF;
}

.sign__up a:hover {
    color: #59B0EF;
}

.quick__quote-transparent a {
    color: #fff;
    transition: 0.3s;
}

.quick__quote-transparent-dark a {
    color: #59B0EF;
    transition: 0.3s;
}

    .quick__quote-transparent a:hover {
        color: #59B0EF;
    }

@media (max-width: 480px) {
    header ul {
        gap: 5px;
    }

    .common__btn {
        padding: 6px 10px;
    }

    .order__now,
    .phone__now-transparent
    .phone__now,
    .quick__quote,
    .quick__quote-transparent,
    .quick__quote-transparent-dark {
        display: none;
    }

    .navbar__list {
        display: none;
    }

    .navbar__mobile {
        display: block;
    }

    .navbar__logo {
        width: 100px;
    }

    .header-transparent,
    .header {
        height: 52px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .navbar__logo {
        width: 132px;
    }

    .navbar__mobile {
        display: none;
    }

    .quick__quote {
        display: none;
    }

    .quick__quote-transparent {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .quick__quote {
        display: block;
    }

    .quick__quote-transparent {
        display: block;
    }

    .navbar__list {
        display: flex;
    }

    .navbar__mobile {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .col-lg-6 {
        padding: 0 15px;
    }

    .navbar__mobile {
        display: none;
    }
}

@media (min-width: 1440px) {
    .navbar__mobile {
        display: none;
    }
}

.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    overflow-x: scroll;
    background: #fff;
    border-radius: 8px;
    margin-top: 8px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 25px;
    z-index: 100001;
}

    .side-menu::-webkit-scrollbar {
        display: none;
    }

    .side-menu.open {
        right: -5px;
    }

.side-menu-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .side-menu-btn .navbar__list {
        display: flex;
    }

    .side-menu-btn .login {
        border-right: 1px solid #d3dae0;
        padding-right: 20px;
    }

    .side-menu-btn .sign__up {
        margin-right: 25px;
    }

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: block;
    margin-left: auto;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

    .menu-list li {
        margin: 10px 0;
        color: #234862;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

        .menu-list li a {
            text-decoration: none;
            color: #234862;
        }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.05);
    z-index: 999;
}

.dropdown-menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 5px 0;
}

    .dropdown-menu-list li {
        margin: 0 0 0 10px;
    }

        .dropdown-menu-list li a {
            text-decoration: none;
            color: #234862;
            font-size: 13px;
            line-height: 27px;
        }

@media (max-width: 768px) {
}

@media (max-width: 480px) {
    .side-menu-btn .login {
        padding-right: 8px;
    }
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.banner h1 {
    font-size: 77px;
    max-width: 440px;
    font-weight: bold;
    margin: 0;
    color: #234862;
    line-height: 61px;
    font-family: "greycliff-cf", sans-serif;
}

.order-now {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 18px;
    border: 2px solid white;
    background: #59B0EF;
    color: white;
    padding: 11px 28px;
    border-radius: 30px;
    font-size: 18.28px;
    font-weight: 700;
    letter-spacing: 0.281px;
    text-transform: capitalize;
}

    .order-now:hover {
        background: #59B0EF;
        text-decoration: none;
        color: #234862;
    }

.banner p {
    color: #59B0EF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    text-transform: capitalize;
    text-align: end;
    padding: 8px;
    padding-top: 0px;
    font-family: 'greycliff-cf';
    letter-spacing: 0.8px;
}

.banner-pra {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, #fff 100%);
    width: 229px;
    height: 28px;
    margin-bottom: 30px;
    margin-top: 8px;
    margin-left: 56px;
}

/* .banner .common__btn {
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #fff;
  color: #59b0ef;
  text-decoration: none;
  font-weight: bold;
  border: none;
} */

.banner {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0) 35%), url("/src/V3/Assets/img/jpg/home-hero.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .banner-btn img {
        position: absolute;
        top: 41%;
        left: 52%;
        transform: translate(-50%, -50%);
    }

.banner-text-content img {
    position: absolute;
    right: 0%;
    bottom: auto;
}

.banner-text-content {
    display: inline-block;
}

.banner-text-content {
    display: inline-block
}

.cart-icon {
    width: 19px;
    height: 19px;
}

@media screen and (max-width:435px) {
    .banner {
        background-image: url("/src/V3/Assets/img/jpg/home-hero-mob.jpg");
        /* background-size: cover; */
        background-position: center;
        /* height: 100%; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .banner h1 {
            font-size: 50px;
            max-width: 440px;
            line-height: 39px;
        }

    .order-now {
        font-size: 13px;
        cursor: pointer;
    }

    .banner-pra {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner-content {
        padding-top: 71px;
        padding-bottom: 360px;
    }

    .banner-text-content {
        display: hidden
    }

        .banner-text-content img {
            display: none
        }
}


.footer {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-family: sans-serif;
}

.footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo {
    width: 150px;
    height: auto;
}

.footer-cta button {
    background-color: #007bff;
    border: none;
    color: #fff;
    margin: 0 5px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

    .footer-cta button:hover {
        background-color: #0056b3;
    }

.footer-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .footer-menu a {
        color: #333;
        text-decoration: none;
        font-weight: 700;
        transition: color 0.3s ease;
    }

        .footer-menu a:hover {
            color: #555;
        }

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

    .footer-socials a {
        color: #0B2537;
        font-size: 18px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-socials a:hover {
            color: #555;
        }

.footer-legal {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

    .footer-legal a {
        color: #0B2537;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-legal a:hover {
            color: #555;
        }

    .footer-legal span {
        color: #ccc;
    }

.order-now-footer {
    font-size: 13px;
    color: #0B2537
}

.order-now-footer2 {
    font-size: 13px;
}


footer {
    padding: 59px 0 33px;
    border-top: 25px solid #ecebf0;
}

    footer .logo {
        display: block;
        width: 175px;
    }

    footer .footerData {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin-bottom: 65px;
    }

        footer .footerData a {
            color: #0B2537;
            text-align: center;
            font-family: "greycliff-cf", sans-serif;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.6px;
            text-transform: capitalize;
            display: block;
        }

    footer .social_media {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
    }

        footer .social_media a {
            color: #0b2537;
            font-family: Ubuntu;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

    footer .insta {
        color: #0B2537 !important;
    }

    footer .email {
        color: rgba(11, 37, 55, 0.3) !important;
    }

    footer .footer_inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 27px;
    }

        footer .footer_inner .quick_btn {
            color: #0B2537;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-weight: 700;
            text-transform: capitalize;
            padding: 8px 14px;
            border-radius: 50px;
            border: 1px solid rgba(11, 37, 55, 0.2);
            background-color: transparent;
        }

        footer .footer_inner .order_btn {
            color: #FFF;
            font-family: "greycliff-cf";
            font-size: 12px;
            font-weight: 700;
            text-transform: capitalize;
            border-radius: 50px;
            border: 1px solid #59B0EF;
            background: #59B0EF;
            padding: 8px 14px;
        }

        footer .footer_inner .login {
            color: #59B0EF;
            text-align: right;
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.2px;
            text-transform: capitalize;
        }

        footer .footer_inner .signup {
            color: #0B2537;
            text-align: right;
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.2px;
            text-transform: capitalize;
        }

        footer .footer_inner .btn-blue-outline-footer {
            color: #59b0ef;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-weight: 700;
            text-transform: capitalize;
            padding: 8px 14px;
            border-radius: 50px;
            border: 1px solid #59b0ef;
            background-color: transparent;
            margin-top: 0px;
        }

        footer .footer_inner span {
            background-color: rgba(11, 37, 55, 0.2);
            width: 1px;
            height: 27px;
        }

@media screen and (max-width: 768px) {

    footer .footer_inner,
    footer .social_media {
        gap: 8px;
    }

    footer .footerData {
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 30px;
    }

    footer .footer_inner .quick_btn {
        display: none;
    }
}

.slider_container {
    width: 100%;
    position: relative;
}

    .slider_container img {
        width: 100%;
        object-fit: cover;
        background-size: cover;
        max-height: 670px;
    }

    .slider_container .slide-content {
        position: absolute;
        padding: 20px 32px 110px 32px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .slider_container .swiper-slide {
        border-radius: 0;
    }



    .slider_container .swiper-button-prev {
        left: 32px;
    }

    .slider_container .swiper-button-next {
        right: 32px;
    }

    /* .swiper-button-next:after, .swiper-button-prev:after */
    .slider_container .mmm {
        color: #fff;
        font-family: "greycliff-cf";
        font-size: 34px;
        font-weight: 700;
        line-height: 55px;
        letter-spacing: 0.2px;
        text-transform: capitalize;
    }

    .slider_container .number {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.2px;
    }

    .slider_container .bottom-content {
        display: flex;
        align-items: center;
        gap: 13px;
        justify-content: center;
    }

    .slider_container .card {
        background-image: linear-gradient( 85deg, rgba(255, 255, 255, 0.43) 2.06%, #fff 31.61% );
        border: 1px solid rgba(255, 255, 255, 0.57);
        padding: 8px;
        border-radius: 12px;
        cursor: pointer;
    }

    .slider_container .card,
    .slider_container .card_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }


        .slider_container .card_content div.image {
            width: 73px;
            height: 57px;
            border-radius: 12px;
            background-size: cover;
            background-position-y: center;
            background-position-x: center;
        }

        .slider_container .card_content p {
            color: #0B2537;
            font-family: "Montserrat", sans-serif;
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 0.2px;
            margin: 0;
            width: 200px;
        }

    .slider_container .price-container {
        display: flex;
        flex-direction: column;
        width: 67px;
    }

    .slider_container .view_btn {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 0.2px;
        border-radius: 12px;
        border: 1px solid #59B0EF;
        background: #59B0EF;
        padding: 5px 12px 5px 14px;
    }

    .slider_container .price {
        color: #59B0EF;
        text-align: right;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.2px;
        margin-bottom: 10px;
    }


    .slider_container .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        background-color: #FFF;
        opacity: 0.4;
    }

    .slider_container .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .slider_container .swiper-pagination {
        bottom: 64px;
    }

.variety__over__previous {
    margin-top: -50px;
}

.variety-container {
    background-color: #ecebf0;
    padding: 20px 0;
}

.variety {
    border-radius: 12px;
    background: #fff;
    padding: 15px 83px 45px 89px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 99px;
    position: relative;
    z-index: 9999;
}

.variety-subheading {
    font-weight: 700;
    font-size: 34px;
    margin: 45px 0 15px 0;
    color: #0b2537;
    font-family: "greycliff-cf";
    font-size: 34px;
}

    .variety h6 {
        color: #59b0ef;
        font-family: "greycliff-cf";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.2px;
        text-transform: capitalize;
        margin: 0;
    }

    .variety p {
        color: #234862;
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
    }

    .variety .top_content {
        display: flex;
        align-items: end;
        gap: 15px;
        margin-bottom: 18px;
    }

.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: white;
    width: 40px;
    height: 40px;
    padding: 0;
    color: black;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.custom-swiper-button-prev {
    left: 32px;
}

.custom-swiper-button-next {
    right: 32px;
}

@media screen and (max-width: 768px) {
    .variety {
        flex-wrap: wrap;
        padding: 33px;
        gap: 33px;
    }

    .slider_container img {
        height: 600px;
    }

    .slider_container .bottom-content {
        flex-wrap: wrap;
    }

    .variety {
        margin-top: -20px;
    }

    .slider_container .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
    }

    .slider_container .swiper-pagination {
        bottom: 41px;
    }

    .slider_container .custom-swiper-button-next,
    .slider_container .custom-swiper-button-prev {
        display: none;
    }

    .slider_container .card_content p {
        font-size: 15px;
        width:173px;
    }

    .slider_container .price {
        font-size: 13px;
    }

    .slider_container .view_btn {
        font-size: 13px;
    }

    .slider_container .number,
    .slider_container .mmm {
        text-align: center;
    }

    .slider_container .mmm {
        font-size: 25px;
        margin-bottom: 0;
    }

    .slider_container .slide-content {
        padding: 32px 20px 84px 20px;
    }

    .slider_container .card {
        width: 100%;
    }
}

@media screen and (max-width: 410px) {
    .slider_container .card_content p {
        width: 155px;
    }
}

@media screen and (max-width: 394px) {
    .slider_container .card_content p {
        width: 115px;
    }
}
.SecondaryBanner-container {
    padding: 20px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.SecondaryBanner-banner {
    background-size: cover;
    background-position: center;
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 65px;
    border-radius: 18px;
    margin-bottom: 0;
    height: 246px;
}

    .SecondaryBanner-banner h3 {
        color: #FFF;
        text-align: center;
        font-family: "Spooky Monster", cursive;
        font-size: 100px;
        font-weight: 900;
        line-height: normal;
    }

    .SecondaryBanner-banner p {
        color: #fff;
        text-align: center;
        font-family: "Folklore DEMO", sans-serif;
        font-size: 25px;
        font-weight: 400;
        line-height: 38px;
        margin: 0;
    }


.SecondaryBanner-banner2 {
    background-size: cover;
    background-position: center;
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 65px;
    border-radius: 18px;
    margin-bottom: 0;
    height: 246px;
}

    .SecondaryBanner-banner2 h3 {
        color: #FFF;
        text-align: center;
        font-family: "Spooky Monster", cursive;
        font-size: 35px;
        font-weight: 400;
        line-height: normal;
    }

    .SecondaryBanner-banner2 button {
        background: linear-gradient(to bottom, #FF968E, #FF533C);
        color: #FFF;
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        cursor: pointer;
        font-family: "greycliff-cf", sans-serif;
        font-size: 16px;
        font-weight: 600;
        transition: background-color 0.3s ease;
        margin-top: 10px;
    }

        .SecondaryBanner-banner2 button:hover {
            background-color: #f5f5f5;
            color: #000
        }

@media screen and (max-width:435px) {

    .SecondaryBanner-banner,
    .SecondaryBanner-banner2 {
        padding: 24px 32px;
        height: 121px;
    }

        .SecondaryBanner-banner h3 {
            font-size: 50px;
        }

        .SecondaryBanner-banner p {
            font-size: 13px;
        }

        .SecondaryBanner-banner2 h3 {
            font-size: 18px;
        }

        .SecondaryBanner-banner2 button {
            font-size: 9px;
        }
}

.featuredItems__arrow__slider_btn {
    position: absolute;
    top: 40%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d3dae0;
    border-radius: 50%;
    background: transparent;
    outline: none;
    font-size: 22px;
    background: white;
}

.featuredItems__arrow__slider_btn2 {
    position: absolute;
    top: 40%;
    right: -50px;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d3dae0;
    border-radius: 50%;
    background: transparent;
    outline: none;
    background: white;
}

.left-side-shadow {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to left, transparent, #fff, #fff);
    width: 100px;
    height: 305px;
    z-index: 10;
    filter: blur(6px);
}

.right-side-shadow {
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, transparent, #fff, #fff);
    width: 100px;
    height: 305px;
    z-index: 10;
    filter: blur(6px);
}

@media (max-width: 425px) {
    .featuredItems__arrow__slider_btn,
    .featuredItems__arrow__slider_btn2 {
        display: none;
    }

    .left-side-shadow {
        display: none;
    }

    .right-side-shadow {
        display: none;
    }

    .left {
        display: none;
    }
}

.Catering-container {
    background-color: #ecebf0;
    padding: 20px 0;
    margin-bottom: 20px;
}

.Catering-container-backgound {
    background-color: #fff;
    padding: 58px 121px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
}

.SeoContent-container {
    background-color: #ecebf0;
    padding: 20px 0;
}

.SeoContent-container-backgound {
    background-color: #fff;
    padding: 58px 121px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: start;
}

.catering-text h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-family: "greycliff-cf", sans-serif;
    line-height: 55px;
}

.vanila-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-family: "Ubuntu";
}

.vanila-brand {
    text-align: right;
}

    .vanila-brand h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .vanila-brand span {
        color: #59b0ef;
    }

.vanila-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
}

.btn-black {
    background-color: #0b0e14;
    color: white;
    border: none;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
}

.btn-blue {
    background-color: #59b0ef;
    color: white;
    font-weight: 700;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px;
}

    .btn-blue:hover {
        text-decoration: none;
    }

.Catering-contain {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.Catering-button-contain {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.Catering-contain p {
    font-size: 18px;
    margin-top: 20px;
    width: 50%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .vanila-content {
        flex-direction: column;
        text-align: center;
    }

    .vanila-text {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .vanila-brand {
        text-align: center;
    }

    .vanila-buttons {
        align-items: center;
    }

    .btn-black {
        width: 100%;
    }

    .SeoContent-container-backgound,
    .Catering-container-backgound {
        padding: 56px 25px 45px;
    }

    .Catering-contain {
        flex-wrap: wrap;
    }

        .Catering-contain p {
            width: 100%;
        }
}

.catering-journal-content {
    padding-bottom: 20px;
}

    .catering-journal-content h2 {
        color: #59B0EF;
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        font-family: "Playfair Display";
    }

    .catering-journal-content h6 {
        color: #0B2537;
        font-size: 20.938px;
        font-weight: 700;
        line-height: 30.244px;
        letter-spacing: 0.233px;
        text-transform: capitalize;
        font-family: "greycliff-cf";
    }

    .catering-journal-content .cateting-home_title p {
        color: #919191;
        font-family: "greycliff-cf";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        margin: 0;
    }

.cateting-home_title {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.date-btn {
    border-radius: 99px;
    border: 1px solid #59B0EF;
    background: #59B0EF;
    color: #FFF;
    font-family: "greycliff-cf";
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.2px;
    padding: 7px 12px;
}

    .date-btn:hover {
        color: #23527c;
        text-decoration: none;
    }

.journal-card-item h2 {
    color: #0B2537;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.244px;
    letter-spacing: 0.233px;
    text-transform: capitalize;
    text-align: start;
    margin-bottom: 17px;
}

.journal-img {
    object-fit: cover;
}

.journal-content {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 51px 42px;
    overflow-x: auto;
}

    .journal-content::-webkit-scrollbar {
        display: none;
    }


.journal-card-item p {
    color: #234862;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.journal-card-item {
    width: 425px;
    cursor: pointer;
}

.journal-main {
    margin-top: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-badge {
    height: 238px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    transition: transform 0.3s ease-in, box-shadow 0.3s ease-in;
    overflow: hidden;
    margin-bottom: 20px;
}

    .card-badge::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        border: 0 solid transparent;
        transition: border 0.3s ease-out;
    }

.journal-badge__new {
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: white;
    color: #7abeef;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px 0 0 50px;
    font-family: "ubuntu";
}

.catering-journal-content .journal-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 30px 0;
}

    .catering-journal-content .journal-footer .prevButton,
    .catering-journal-content .journal-footer .nextButton {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #D3DAE0;
        background: #FFFFFF;
        padding: 13px;
        margin: 0 16px;
        cursor: pointer;
    }

        .catering-journal-content .journal-footer .prevButton.disabled,
        .catering-journal-content .journal-footer .nextButton.disabled {
            opacity: 20%;
            cursor: unset;
        }

    .catering-journal-content .journal-footer .pageButton {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ECEBF0;
        font-family: 'Greycliff-CF';
        font-weight: 900;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0.2px;
        text-align: center;
        color: #000000;
        cursor: pointer;
    }

        .catering-journal-content .journal-footer .pageButton.active {
            background: #59B0EF;
            color: #FFFFFF;
            cursor: unset;
        }

@media screen and (max-width:768px) {
    .catering-journal-content h2 {
        font-size: 38px;
    }

    .cateting-home_title {
        flex-wrap: wrap;
    }

    .card-badge {
        height: 200px;
    }

    .journal-badge__new {
        padding: 5px 10px;
    }

    .catering-journal-content h6 {
        font-size: 18px;
    }
}

@media screen and (max-width: 425px) {
    .journal-card-item {
        width: 312px;
    }

    .journal-content {
        gap: 31px 15px;
        overflow-x: auto;
    }
}

.customer-love h2 {
    color: #0b2537;
    font-size: 34px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

    .customer-love h2.eventsFont {
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 35px;
        line-height: 39px;
        color: #010101;
        margin-top: 65px;
    }


.customer-lover-img {
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

/*.customer-love-wrapper {
  margin: 25px;
}*/


.customer-love {
    padding: 10px;
    /*  padding-bottom: 30px;*/
}


.custom-flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 40px;
}


.rating-section {
    flex: 1;
    max-width: 30%;
}


.slider-section {
    flex: 3;
    max-width: 100%;
}

.review-count span {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .rating-section {
        max-width: 100%;
        width: 100%;
    }

    /*.slider-section {
    display: none;
  }*/

    .customer-love h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

.customers {
    /* background-image: linear-gradient(180deg, whitesmoke 0%, #ECEBF0 100%); */
    background: linear-gradient(to bottom, #fff, whitesmoke 10%, #ECEBF0 100%);
    padding: 32px;
}

.customer_inner {
    border-radius: 12px;
    background: white;
    padding: 74px 93px;
}

    .customer_inner h6 {
        color: #919191;
        text-align: center;
        font-family: "greycliff-cf";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.2px;
        margin-bottom: 67px;
        margin-top: 0px;
    }

.customer_inner .brands {
    display: flex;
    height: 100%;
    gap: 6px;
    padding-bottom: 24px;
    border-bottom: 2px solid #EEEDF2;
    margin-bottom: 57px;
}

.customer_inner .brands .brands_inner {
    border-radius: 12px;
    border: 2px solid rgba(35, 72, 98, 0.2);
    background: #FFF;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands_inner img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.faqs {
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
}

    .faqs h6 {
        color: #0b2537;
        text-align: center;
        font-family: "greycliff-cf";
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.2px;
        margin-bottom: 8px;
    }

.faqs .faq_inner {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.faqs .faq_card {
    border-radius: 12px;
    background: rgba(236, 235, 240, 0.5);
    padding: 14px;
}
.answer {
    font-size: 14px;
    font-family: Ubuntu;
    color: #0b2537;
    text-align: left;
}

.faqs .question {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    cursor: pointer;
}

    .faqs .question p {
        color: #0b2537;
        text-align: center;
        font-family: "greycliff-cf";
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

.answer-container {
    overflow: hidden;
    transition: height 0.4s ease-in-out;
}

@media screen and (max-width:768px) {
    .customers {
        padding: 15px 0;
    }

    .customer_inner {
        padding: 36px 8px 74px;
    }

    .customer_inner .brands {
        flex-wrap: wrap;
        justify-content: center;
    }

        .customer_inner .brands .brands_inner {
            padding: 20px 16px;
            min-height: 89px;
            min-width: 121px;
        }

    .faqs .question p {
        font-size: 17px;
    }
}
.occasion-content {
    padding-bottom: 20px;
    margin-top: 20px;
}

    .occasion-content h3 {
        color: #0b2537;
        font-size: 34px;
        font-weight: 700;
        line-height: 55px;
        margin-bottom: 0px;
        font-family: "greycliff-cf", sans-serif;
    }

.image-content {
    position: relative;
    /*padding: 0px 50px;*/
}

.mySwiper {
    padding: 20px 0;
}

    .mySwiper .swiper-slide {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        width: auto;
    }

.occasion-slide-wrapper{
    width:100%;
}

.image-wrapper {
    cursor: pointer;
    width: 577px;
    height: 408px;
}

.img-rounded {
    width: 577px;
    height: 408px;
    border-radius: 8px;
    position: relative;
    object-fit: cover;
}

.image-overlay {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0px;
    color: #fff;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100% );
}

.image-title {
    font-family: "greycliff-cf";
    display: flex;
    justify-content: center;
    font-size: 55px;
    font-weight: 700;
    text-shadow: -1.5px -1.5px #171F29;
    cursor: pointer;
}

.events-image-title {
    display: flex;
    justify-content: center;
    font-size: 70px;
    font-family: "Abril Fatface";
    font-weight: 400;
    text-shadow: -1.5px -1.5px #4E5865;
    cursor: pointer;
}

.image-subtitle {
    font-size: 18px;
    font-family: "Ubuntu";
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.events-image-subtitle {
    font-size: 20px;
    font-family: "Abhaya Libre";
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: white;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    z-index: 50;
    border: 1px solid black;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}


    .swiper-button-prev::after,
    .swiper-button-next::after {
        content: none !important;
        display: none !important;
    }

    .swiper-button-prev button:focus,
    .swiper-button-next button:focus {
        outline: none !important;
        box-shadow: none !important;
    }



.filter__arrow__slider_btn button {
    border: none;
    background: none;
}

.filter__arrow__slider_btn {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d3dae0;
    border-radius: 50%;
    background: transparent;
    outline: none;
    font-size: 22px;
    background: white;
}

.filter__arrow__slider_btn2 {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d3dae0;
    border-radius: 50%;
    background: transparent;
    outline: none;
    background: white;
}

.occasion-content .line {
    width: 86px;
    height: 2px;
    margin: 10px auto 30px;
}

/* If you want a partial fade from transparent to white */
.last-slide {
    position: relative;
    overflow: hidden; /* ensure the blur doesn't extend outside */
}

    /* This pseudo-element covers the right half with a blur filter */
    .last-slide::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%; /* Start halfway across the image */
        width: 50%; /* Cover the right half */
        height: 100%;
        pointer-events: none;
        backdrop-filter: blur(8px);
        /* optional: a semi-transparent overlay to lighten/darken it */
        background: rgba(255,255,255,0.1);
    }

.left-side-shadow-ocs {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to left, transparent, #fff, #fff);
    width: 115px;
    height: 452px;
    z-index: 10;
    filter: blur(9px);
}

.right-side-shadow-ocs {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, transparent, #fff, #fff);
    width: 115px;
    height: 452px;
    z-index: 10;
    filter: blur(9px);
}

@media screen and (max-width: 425px) {
    .filter__arrow__slider_btn,
    .filter__arrow__slider_btn2 {
        display: none;
    }

    .image-content {
        padding: 0;
    }

    .occasion-content h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .img-rounded {
        width: 350px;
        height: 206px;
    }

    .left-side-shadow-ocs {
        display: none;
    }

    .right-side-shadow-ocs {
        display: none;
    }
}

.trustpilot-full-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    /* padding: 20px; */
    border-radius: 8px;
    background: white;
    margin: 10px;
}

/*Unsused styles form custom rating display*/
/*.rating-text-2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 5px;
}

.stars-container {
  display: flex;
  margin-bottom: 5px;
}

.review-count {
  font-size: 12px;
  color: #333;
  margin-bottom: 5px;
}
.review-number{
  font-weight:600
}
.trust-star-wrapper {
  padding: 6px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  color: #00b67a;
}

.trustpilot-logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #191919;
}

.trustpilot-logo span {
  margin-left: 4px;
}

.slider-container {
    margin: 0 auto;
    padding: 20px;
}
[]

.slider-arrow{
  color:gray
}
.stars-container {
  display: flex;
  margin-bottom: 10px;
}

.review-count {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.trustpilot-logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #191919;
}

.trustpilot-logo span {
  margin-left: 4px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #00b67a;
}

.swiper-pagination-bullet-active {
  background: #00b67a;
}


.review-card h6 {
  font-size: 18px;
}*/

/* Style for the date container */
/*.customer-date {
  font-size: 0.9em;
  color: #777;
}*/

/* Style for the paragraph inside the date */
/*.customer-date .customer-days {
  margin: 0;
  font-weight: bold;
}*/

/* Style for the span inside the date */
/*.customer-date .customer-days span {
  color: #333;
  font-weight: normal;
}*/

/* start rating css  */
/*.star-container {
  display: flex;
  gap: 6px;
}*/

/* Wrapper for each star */
/*.star-wrapper {
  background-color: #00b67a;
  padding: 6px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  color: #fff;
}*/

/* Half Star Effect */
/*.half-star {
  position: relative;
}

.star-icon {
  width: 15px;
  height: 15px
}*/

/* Full part of the half-star */
/*.full-star {
  position: absolute;
  color: #fff;
  width: 15px;
  height: 40px;
  display: flex;
  justify-content: start
}

.half-star .empty-star {
  position: absolute;
  color: #fff;
  clip-path: inset(0 0 0 50%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.half-star-wrapper {
  background-color: #00b67a;
  padding: 6px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  color: #fff;
  overflow: hidden;
}

.half-star-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #dcdce6;
}*/

/* start rating end */
/* VanilaBlue css */
.vanila-container {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    background-color: #ecebf0;
    margin-bottom: 20px;
}

.vanila-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 43px 70px 53px 70px;
    border-radius: 10px;
    gap: 60px;
}

.vanila-text h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.vanila-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.vanila-brand {
    text-align: right;
    margin-top: 26px;
}

.vanila-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.vanila-brand h3 {
    font-size: 20px;
    font-weight: bold;
}

.vanila-brand span {
    color: #59b0ef;
}

.vanila-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 7px;
}

.vanila-buttons2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 29px;
}

.btn-black {
    background-color: #0B2537;
    color: white;
    border: none;
    padding: 11px 15px;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-bottom: 7px;
}

.btn-bluebtn {
    background-color: #59b0ef;
    color: white;
    font-weight: 700;
    border: none;
    padding: 11px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.btn-bluebtn:hover {
    text-decoration: none;
}

.vanila-check-location {
    background-color: #fff;
    padding: 13px 13px 13px 70px;
    border-radius: 10px;
    margin-top: 17px;
}

.vanilla-check-location-content img {
    width: 28px;
}

.vanilla-check-location-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 22px;
    justify-content: space-between;
}

    .vanilla-check-location-content p {
        
        font-family: 'greycliff-cf';
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.2px;
        color: #0B2537;
        margin: 0;
    }

    .vanilla-check-location-content .label-container {
        display: flex;
        gap: 10px;
    }

    .vanilla-check-location-content .desktop-label {
        display: block;
    }

    .vanilla-check-location-content .mobile-label {
        display:none;
    }

    .vanilla-check-location-content .input-container {
        position: relative;
        flex-grow: 1;
    }

        .vanilla-check-location-content .input-container input {
            width: 100%;
            height: 48px;
            border-radius: 12px;
            border: 2px solid rgba(11, 37, 55, 0.4);
            margin-top: 0px;
        }

        .vanilla-check-location-content .input-container button.search {
            position: absolute;
            width: 60px;
            height: 48px;
            right: 0;
            padding: 11px 15px;
            background-color: #0B2537;
            border: none;
            border-radius: 12px;
            color: white;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
        }

            .vanilla-check-location-content .input-container button.search img {
                width: 18px;
            }

.delivery-rates-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.delivery-rates-modal-table th {
    text-align: center;
    padding: 3px 12px;
    border-top: 1px solid rgba(35, 72, 98, .2);
    border-bottom: 1px solid rgba(35, 72, 98, .2);
}

.delivery-rates-modal-table td {
    text-align: center;
    padding: 3px 12px;
}

.usp-container {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    margin-bottom: 20px;
}

.usp-content {
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding: 27px 43px;
    background-color: #F5F5F7;
    border-radius: 3px;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}

.usp-block {
    width: 164px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 82px;
    border-top-right-radius: 82px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F7 75%);
}

    .usp-block .img-container {
        height: 73px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 37px;
        margin-bottom: 30px;
    }

    .usp-block p {
        font-family: 'greycliff-cf';
        font-weight: 700;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.2px;
        text-align: center;
        color: #0B2537;
    }


/* Responsive Design */
@media (max-width: 768px) {
    .vanila-content {
        flex-direction: column;
        text-align: center;
        padding: 46px 25px 42px;
        gap: 0px;
    }

    .vanila-text {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .vanila-brand {
        text-align: center;
    }

    .vanila-buttons {
        align-items: center;
    }

    .vanila-buttons2 {
        align-items: center;
    }

    .btn-bluebtn {
        width: 100%;
    }

    .usp-content {
        padding: 27px 15px;
        gap: 15px;
    }

    .vanila-check-location {
        padding: 13px 13px 13px 13px;
        margin-top: 17px;
    }

    .vanilla-check-location-content .mobile-label {
        display: block;
    }

    .vanilla-check-location-content .desktop-label {
        display: none;
    }
}

@media (max-width: 420px) {
    .usp-block {
        width: 145px;
    }
}



.events-hero-banner {
    height: 688px;
    width: 100%;
    background-image: url("/src/V3/Assets/img/jpg/events-hero.jpg");
    background-size: cover;
    background-position: center;
}

.events-hero-banner-content {
    padding: 235px 46px 103px 46px;
}

.events-hero-h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #59B0EF;
    font-family: "Abril Fatface";
    font-weight: 400;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0;
}

.events-hero-h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 21.5px;
    line-height: 100%;
    letter-spacing: 0;
}

.events-hero-text {
    margin-top: 0px;
    margin-bottom: 65px;
    opacity: 65%;
    color: #FFFFFF;
    font-family: 'Abhaya Libre';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    max-width: 450px;
}

.events-hero-cta-container {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 13px;
    padding-bottom: 13px;
    border-bottom: 1px dashed white;
}

.events-hero-cta-link {
    color: #59B0EF;
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0;
}

    .events-hero-cta-link:hover {
        text-decoration: none;
        color: #59B0EF;
    }

.events-hero-cta-arrow {

}

.events-hero-dashes {
    width: 100%
}


@media (max-width: 600px) {
    .events-hero-banner {
        height:641px;
    }

    .events-hero-banner-content {
        padding: 70px 13px 103px 13px;
    }

    .events-hero-h1 {
        font-size: 45px;
        margin-bottom: 17px;
        max-width: 300px;
    }

    .events-hero-h2 {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 9px;
        max-width: 250px;
    }

    .events-hero-text {
        font-size: 18px;
        margin-bottom: 49px;
        max-width: 235px;
        line-height: 22.5px;
    }

    .events-hero-cta-container {
        display: flex;
        align-content: center;
        align-items: center;
        gap: 13px;
        padding-bottom: 17px;
        border-bottom: 1px dashed white;
    }

    .events-hero-cta-link {
        font-size: 22px;
    }

    .events-hero-cta-arrow {

    }

    .events-hero-dashes {
        width: 100%
    }
}
.events-type-slider-container {
    margin-top: -80px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    background: linear-gradient(180deg, rgba(57, 57, 57, 0), rgb(57, 56, 56, 100) 80px, rgba(255, 255, 255, 1) 380px);
}

.events-type-slider-inner-container {
    max-width: fit-content;
    padding: 19px;
    background: #ffffff;
    border-start-start-radius: 39px;
    border-start-end-radius: 39px;
}

.events-type-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 19px;
}

.events-type-tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 253px;
    height: 505px;
    border-radius: 32px;
    padding: 30px 0 44px 0;
}

.events-type-tile-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .events-type-tile-content h2 {
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        margin: 0 0 18px 0;
    }

    .events-type-tile-content img {
        width: 247px;
        margin-bottom: 24px;
        border-radius: 3px;
    }

    .events-type-tile-content p {
        font-family: 'Abhaya Libre';
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
    }

.events-type-tile-cta {
    display: flex;
    justify-content: center;
    margin: 0 13px;
    gap: 6px;
}

.events-type-tile-cta-link {
    display: flex;
    justify-content: center;
    min-width: 93px;
}

    .events-type-tile-cta-link a {
        font-family: 'Playfair Display';
        font-weight: 700;
        font-size: 19px;
        line-height: 100%;
        letter-spacing: 0;
        text-decoration: none;
    }

        .events-type-tile-cta-link a:hover {
            text-decoration: none;
        }

    .events-type-tile-cta-link img {
        margin-top: 6px;
    }


.events-type-tile-grey {
    box-shadow: none;
}

    .events-type-tile-grey h2 {
        color: #0B2537;
    }

    .events-type-tile-grey p {
        color: #0B2537;
        opacity: 80%;
        margin: 0 30px;
    }

    .events-type-tile-grey a {
        color: #000000;
    }
    
    .events-type-tile-grey .events-type-tile-cta-link {
        border-bottom: 1px dashed #000000;
        gap: 13px;
        padding: 0 18px 11px 18px;
    }


.events-type-tile-blue {
    box-shadow: 0px 4px 4px 0px #00000040;
}

    .events-type-tile-blue p {
        margin: 0 20px;
    }

    .events-type-tile-blue h2,
    .events-type-tile-blue p,
    .events-type-tile-blue a {
        color: #FFFFFF;
    }

    .events-type-tile-blue .events-type-tile-cta-link {
        gap: 8px;
        padding: 0 1px 11px 1px;
    }

    .events-type-tile-blue .whiteBorder {
        border-bottom: 1px dashed #FFFFFF;
    }

    .events-type-tile-blue .blueBorder {
        border-bottom: 1px dashed #59B0EF;
    }

        .events-type-tile-blue .blueBorder a {
            color: #59B0EF;
        }


.events-type-divider {
    display: flex;
    gap: 4px;
}

    .events-type-divider .dashed-line {
        width: 100%;
        height: 20px;
        border-bottom: 1px dashed black;
    }

@media (max-width: 1450px) {
    .events-type-slider-inner-container {
        max-width: 1107px;
    }

    .events-type-tile-grey {
        width: 1069px;
        height: 245px;
    }
}

@media (max-width: 1120px) {
    .events-type-slider-inner-container {
        max-width: 565px;
    }

    .events-type-tile-grey {
        width: 524px;
        height: 294px;
    }
}

@media (max-width: 700px) {
    .events-type-slider-container {
        padding: 0;
    }

    .events-type-slider-inner-container {
        max-width: unset;
        border-radius: 12px;
    }

    .events-type-tiles {
        gap: 11px;
    }

    .events-type-tile {
        width: 170px;
        height: 294px;
        padding: 14px 0 19px 0;
        border-radius: 15px;
    }

    .events-type-tile-grey {
        width: 351px;
    }

    .events-type-tile-content h2 {
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 15px;
        margin: 0 0 18px 0;
    }

    .events-type-tile-content img {
        width: 164px;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    .events-type-tile-content p {
        font-size: 14px;
        line-height: 120%;
    }

    .events-type-tile-cta {
        margin: 0 13px;
    }

    .events-type-tile-cta-link {
        min-width: unset;
        gap: 6px;
        padding: 0 1px 5px 1px;
    }

        .events-type-tile-cta-link a {
            font-size: 13px;
            line-height: 100%;
        }

        .events-type-tile-cta-link img {
            margin-top: 2px;
        }

}
.events-usp-gallery-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 37px;
    background: linear-gradient(to bottom, white 777px, #59B0EF 235px);
}

    .events-usp-gallery-container .mobile-cta-container {
        display: none;
    }

.events-usp-gallery-swiper-container {
    width: 630px;
}

.events-usp-gallery-swiper {
    border-start-start-radius: 39px;
    border-start-end-radius: 39px;
    border-end-start-radius: 39px;
    border-end-end-radius: 39px;
}

    .events-usp-gallery-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: auto;
        bottom: 24px;
        right: 34px;
        left: unset;
    }

    .events-usp-gallery-swiper .swiper-pagination-bullet {
        background: #FFFFFF;
        opacity: 40%;
        width: 14px;
        height: 14px;
        bottom: 21px;
        right: 34px;
    }

    .events-usp-gallery-swiper .swiper-pagination-bullet-active {
        background: #FFFFFF;
        opacity: 100%;
    }

.events-usp-gallery-slide {
    height: 975px;
    padding: 23px 34px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.events-usp-gallery-slide-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    max-width:300px;
}

    .events-usp-gallery-slide-tags span {
        background: #59B0EF;
        color: #FFFFFF;
        border-radius: 15px;
        padding: 7px 14px;
        font-family: 'Greycliff-CF';
        font-weight: 900;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0.2px;
    }

.events-usp-gallery-controls {
    position: absolute;
    display: flex;
    gap: 19px;
    bottom: 58px;
    right: 34px;
    z-index: 20;
}

.events-usp-gallery-button-prev,
.events-usp-gallery-button-next {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    opacity: 40%;
    border-radius: 50%;
    display: flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
}

    .events-usp-gallery-button-prev:hover,
    .events-usp-gallery-button-next:hover {
        opacity: 100%
    }


.events-usp-gallery-content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .events-usp-gallery-content-container .content-container {
        padding: 0px 70px;
    }

        .events-usp-gallery-content-container .content-container .title {
            max-width: 675px;
        }

            .events-usp-gallery-content-container .content-container .title h2 {
                margin-top: 23px;
                margin-bottom: 35px;
                font-family: 'Abril Fatface';
                font-weight: 400;
                font-size: 35px;
                line-height: 39px;
                letter-spacing: 0;
                color: #010101;
            }

        .events-usp-gallery-content-container .content-container .content .usp-tile-row {
            display: flex;
            justify-content: space-between;
        }

            .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile {
                width: 315px;
                padding: 53px 0 53px 0;
            }

                .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile.border-bottom {
                    border-bottom: 1px dashed #04253C;
                }

                .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .heading {
                    display: flex;
                    flex-wrap: nowrap;
                    align-content: center;
                    align-items: center;
                    justify-content: flex-start;
                    gap: 10px;
                    margin-bottom: 15px;
                }

                    .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .heading h3 {
                        font-family: 'Abhaya Libre';
                        font-weight: 800;
                        font-size: 25px;
                        line-height: 100%;
                        letter-spacing: 0;
                        color: #59B0EF;
                        margin-top: 0px;
                        margin-bottom: 0px;
                    }

                .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .text {
                    padding: 0 0 0 38px;
                }

                    .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .text p {
                        font-family: 'Abhaya Libre';
                        font-weight: 500;
                        font-size: 20px;
                        line-height: 25px;
                        letter-spacing: 0;
                        color: #0B2537;
                        opacity: 80%;
                        margin-bottom: 0px;
                    }

    .events-usp-gallery-content-container .cta-container {
        display: flex;
        align-items: center;
        padding: 0 55px;
        height: 198px;
        gap: 40px;
    }

        .events-usp-gallery-content-container .cta-container .cta-text p {
            max-width: 480px;
            font-family: 'Playfair Display';
            font-weight: 700;
            font-size: 25px;
            line-height: 34px;
            letter-spacing: 0;
            color: #FFFFFF;
            white-space: pre-line;
        }

        .events-usp-gallery-content-container .cta-container .cta-link {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 11px;
        }

            .events-usp-gallery-content-container .cta-container .cta-link span {
                font-family: 'Playfair Display';
                font-weight: 700;
                font-size: 29px;
                line-height: 100%;
                letter-spacing: 0;
                color: #FFFFFF;
            }

            .events-usp-gallery-content-container .cta-container .cta-link img {
                margin-top: 6px;
            }

@media (max-width: 1450px) {
    .events-usp-gallery-container {
        background: linear-gradient(to bottom, white 697px, #59B0EF 235px);
    }

    .events-usp-gallery-swiper {
        border-start-start-radius: 0px;
        border-start-end-radius: 39px;
        border-end-start-radius: 0px;
        border-end-end-radius: 39px;
    }

    .events-usp-gallery-slide {
        height: 850px;
    }

    .events-usp-gallery-swiper-container {
        width: 40%
    }
    
    .events-usp-gallery-content-container .content-container {
        padding: 0px 35px;
    }

        .events-usp-gallery-content-container .content-container .title h2{
            margin-bottom: 5px;
        }

        .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile {
            width: 45%;
            padding: 35px 0 35px 0;
        }

            .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .heading img {
                width: 25px;
                height: 25px;
            }

            .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .heading h3 {
                font-size: 20px;
            }

        .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .text p {
            font-size: 17px;
        }

    .events-usp-gallery-content-container .cta-container {
        height: 145px;
    }

        .events-usp-gallery-content-container .cta-container .cta-text p {
            font-size: 20px;
            max-width: 430px;
        }

        .events-usp-gallery-content-container .cta-container .cta-link span {
            font-size: 23px;
        }
}

@media (max-width: 1024px) {
    .events-usp-gallery-container {
        flex-direction: column-reverse;
        padding-bottom: 37px;
        background: linear-gradient(to bottom, white 81%, #59B0EF 19%);
    }

    .events-usp-gallery-swiper-container {
        width: 100%;
        padding-right: 75px;
    }

    .events-usp-gallery-slide {
        padding: 23px 15px;
        height: 754px;
        background-size: cover;
    }

    .events-usp-gallery-content-container .content-container {
        padding: 0px 100px 40px 100px;
    }

        .events-usp-gallery-content-container .content-container .title {
            max-width: unset;
        }

            .events-usp-gallery-content-container .content-container .title h2 {
                margin: 0;
            }

    .events-usp-gallery-content-container .cta-container {
        display: none;
    }

    .events-usp-gallery-container .mobile-cta-container {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 42px 15px 24px 15px;
    }

        .events-usp-gallery-container .mobile-cta-container .cta-text {
            width: 60%;
        }

            .events-usp-gallery-container .mobile-cta-container .cta-text p {
                font-family: 'Playfair Display';
                font-weight: 700;
                font-size: 22px;
                line-height: 30px;
                letter-spacing: 0;
                color: #FFFFFF;
            }

        .events-usp-gallery-container .mobile-cta-container .cta-link {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 11px;
        }

            .events-usp-gallery-container .mobile-cta-container .cta-link span {
                font-family: 'Playfair Display';
                font-weight: 700;
                font-size: 22px;
                line-height: 100%;
                letter-spacing: 0;
                color: #FFFFFF;
            }

            .events-usp-gallery-container .mobile-cta-container .cta-link img {
                margin-top: 4px;
            }
}


@media (max-width: 433px) {
    .events-usp-gallery-container {
        flex-direction: column-reverse;
        padding-bottom: 37px;
        background: linear-gradient(to bottom, white 81%, #59B0EF 19%);
    }

    .events-usp-gallery-swiper-container {
        width: 100%;
        padding-right: 15px;
    }

    .events-usp-gallery-slide {
        padding: 23px 15px;
        height: 554px;
    }

    .events-usp-gallery-slide-tags {
        margin-bottom: 118px;
    }

    .events-usp-gallery-content-container .content-container {
        padding: 0 12px;
    }

        .events-usp-gallery-content-container .content-container .title {
            max-width: unset;
        }

            .events-usp-gallery-content-container .content-container .title h2 {
                font-size: 25px;
                line-height: 32px;
                margin-bottom: 23px;
            }

        .events-usp-gallery-content-container .content-container .content .usp-tile-row {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile {
                width: 100%;
                padding: 23px 0 23px 0;
            }

                .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile.border-bottom {
                    border-bottom: none;
                }

                .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile.border-bottom-mobile {
                    border-bottom: 1px dashed #04253C;
                    padding: 0 0 46px 0;
                    margin-bottom: 23px;
                }

                .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .heading {
                    gap: 8px;
                }

                .events-usp-gallery-content-container .content-container .content .usp-tile-row .tile .text p {
                    font-size: 18px;
                    line-height: 22px;
                }

    .events-usp-gallery-content-container .cta-container {
        display: none;
    }

    .events-usp-gallery-container .mobile-cta-container {
        display: flex;
        align-items: center;
        padding: 42px 15px 24px 15px;
    }

        .events-usp-gallery-container .mobile-cta-container .cta-text {
            width: 60%;
        }

            .events-usp-gallery-container .mobile-cta-container .cta-text p {
                font-family: 'Playfair Display';
                font-weight: 700;
                font-size: 22px;
                line-height: 30px;
                letter-spacing: 0;
                color: #FFFFFF;
            }

        .events-usp-gallery-container .mobile-cta-container .cta-link {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 11px;
        }

            .events-usp-gallery-container .mobile-cta-container .cta-link span {
                font-family: 'Playfair Display';
                font-weight: 700;
                font-size: 22px;
                line-height: 100%;
                letter-spacing: 0;
                color: #FFFFFF;
            }

            .events-usp-gallery-container .mobile-cta-container .cta-link img {
                margin-top: 4px;
            }
}

.events-contact-form-container {
    width: 100%;
    background: #010101;
    padding: 30px;
}

.events-contact-form-inner-container {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

    .events-contact-form-inner-container.minimized {
        height: 780px;
        overflow: hidden;
        position: relative;
    }

    .events-contact-form-inner-container .minimizedFade {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80px;
        width: 100%;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, transparent);
    }

    .events-contact-form-inner-container h2 {
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 35px;
        line-height: 39px;
        text-align: center;
        color: #010101;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .events-contact-form-inner-container h3 {
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        color: #59B0EF;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .events-contact-form-inner-container div.form-divider {
        width: 300px;
        border-bottom: 1px dashed black;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .events-contact-form-inner-container .event-contact-form-inputs {
        display: flex;
        flex-direction: column;
        gap: 0px 35px;
        margin: 33px 0 0 0;
        padding: 0;
        align-items: center;
        width: 100%;
    }

        .events-contact-form-inner-container .event-contact-form-inputs .row {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 0px 35px;
            margin: 0;
            padding: 0;
            width: 100%;
            justify-content: center;
        }

    .events-contact-form-inner-container .input-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .events-contact-form-inner-container .input-container-half {
        width: 40%;
    }

    .events-contact-form-inner-container .input-container-full {
        width: 83%;
    }

    .events-contact-form-inner-container .event-form-radio-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        margin-top: 20px;
    }

        .events-contact-form-inner-container .event-form-radio-buttons label {
            width: 196px;
            padding: 11px 15px 11px 25px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #01010166;
            border-radius: 15px;
            background: #051B2B;
            font-family: 'Abril Fatface';
            font-weight: 400;
            font-size: 16px;
            color: #FFFFFF;
            cursor: pointer;
        }

            .events-contact-form-inner-container .event-form-radio-buttons label.active {
                background: #59B0EF;
                color: #000000;
            }

    .events-contact-form-inner-container input[type="radio"] {
        appearance: none;
        background-color: #FFFFFF;
        width: 33px;
        height: 33px;
        border: 1px solid #01010166;
        border-radius: 50%;
        display: grid;
        place-content: center;
        margin: 0;
    }

        .events-contact-form-inner-container input[type="radio"]:checked:before {
            content: "";
            background: radial-gradient(#65BAF8, #349DEB);
            border: 1px solid #0101011F;
            width: 21px;
            height: 21px;
            border-radius: 50%;
        }

    .events-contact-form-inner-container label {
        margin-top: 10px;
        margin-bottom: 0px;
        font-family: Abril Fatface;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }

    .events-contact-form-inner-container .date__picker,
    .events-contact-form-inner-container .time__picker,
    .events-contact-form-inner-container input[type="text"] {
        background: #FFFFFF;
        height: 55px;
        min-width: 408px;
        padding: 15px 32px;
        border-radius: 15px;
        border: 1px solid #D3DAE0;
        margin-top: 10px;
        margin-bottom: 13px;
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 16px;
        color: #051B2B80;
    }

        .events-contact-form-inner-container input[type="text"]::placeholder {
            color: #051B2B40;
        }

        .events-contact-form-inner-container .date__picker.blue,
        .events-contact-form-inner-container .time__picker.blue,
        .events-contact-form-inner-container input[type="text"].blue {
            color: #59B0EF;
        }

            .events-contact-form-inner-container input[type="text"].blue::placeholder {
                color: #59B0EF80;
            }


    .events-contact-form-inner-container textarea {
        padding: 15px 32px;
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 16px;
        border: 1px solid #D3DAE0;
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 16px;
        color: #051B2B40;
    }

    .events-contact-form-inner-container .events-form-header {
        padding: 44px 0 31px 0;
        margin-bottom: 61px;
        border-bottom: 1px dashed black;
        min-width: 1024px;
    }

        .events-contact-form-inner-container .events-form-header h2 {
            margin-bottom: 28px;
        }

        .events-contact-form-inner-container .events-form-header .header-sub-text {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            align-items: center;
        }

            .events-contact-form-inner-container .events-form-header .header-sub-text span {
                font-family: 'Abhaya Libre';
                font-weight: 500;
                font-size: 20px;
                line-height: 100%;
                text-align: center;
                color: #0B2537;
                opacity: 80%;
            }

            .events-contact-form-inner-container .events-form-header .header-sub-text .bold-text {
                font-weight: 800;
            }

            .events-contact-form-inner-container .events-form-header .header-sub-text .phone-number {
                font-weight: 800;
                border-radius: 24px;
                border: 1.5px solid #D3DAE0;
                padding: 4px 10px;
            }

    .events-contact-form-inner-container .events-type-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 1024px;
    }

        .events-contact-form-inner-container .events-type-container p {
            font-family: 'Abhaya Libre';
            font-weight: 500;
            font-size: 17px;
            line-height: 100%;
            text-align: center;
            color: #0B2537;
            opacity: 80%;
            margin-top: 14px;
        }

        .events-contact-form-inner-container .events-type-container .event-type-buttons {
            margin-top: 43px;
            display: grid;
            gap: 16px;
            grid-template-columns: repeat(4, 1fr);
        }

            .events-contact-form-inner-container .events-type-container .event-type-buttons .button {
                display: flex;
                max-width: 196px;
                background: #051B2B;
                border-radius: 15px;
                padding: 16px 9px 14px 9px;
                flex-wrap: wrap;
                justify-content: center;
                cursor: pointer;
            }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button:nth-child(1) {
                    background: #3283BC;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button:nth-child(2) {
                    background: #165D8F;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button:nth-child(3) {
                    background: #0B426A;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button:nth-child(4) {
                    background: #073251;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button.active {
                    background: #59B0EF;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button .title {
                    font-family: 'Abril Fatface';
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 100%;
                    text-align: center;
                    color: #FFFFFF;
                    margin-bottom: 13px;
                    margin-top: 2px;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button.active .title {
                    color: #000000;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button .text {
                    color: #FFFFFF;
                    font-family: 'Abhaya Libre';
                    font-weight: 500;
                    font-size: 15px;
                    line-height: 18px;
                    text-align: center;
                    padding: 0 10px;
                    margin-top: 8px;
                    margin-bottom: 4px;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button.active .text {
                    color: #0B2537;
                }

                .events-contact-form-inner-container .events-type-container .event-type-buttons .button .input-container {
                    width: 100%;
                    padding: 0 6px;
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                }

    .events-contact-form-inner-container .events-calibre-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .events-contact-form-inner-container .events-specifics-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 1024px;
    }

    .events-contact-form-inner-container .your-details-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 1024px;
        border-bottom: 1px dashed black;
        padding-bottom: 41px;
    }

    .events-contact-form-inner-container .submit-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 1024px;
        padding: 44px 0 49px 0;
    }

        .events-contact-form-inner-container .submit-container button {
            font-family: 'Abril Fatface';
            font-weight: 400;
            font-size: 24px;
        }

@media (max-width: 1150px) {
    .events-contact-form-inner-container .events-type-container .event-type-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    .events-contact-form-inner-container .events-form-header,
    .events-contact-form-inner-container .events-type-container,
    .events-contact-form-inner-container .events-specifics-container,
    .events-contact-form-inner-container .your-details-container,
    .events-contact-form-inner-container .submit-container {
        min-width: 80%;
        max-width: 80%;
    }

    .events-contact-form-inner-container .date__picker,
    .events-contact-form-inner-container .time__picker,
    .events-contact-form-inner-container input[type="text"] {
        min-width: unset;
    }

    .events-contact-form-inner-container .submit-container button {
        min-width: unset;
        padding: 20px 30px;
    }
}

@media (max-width: 700px) {
    .events-contact-form-container {
        padding: 10px;
    }

    .events-contact-form-inner-container .events-type-container .event-type-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    .events-contact-form-inner-container .input-container-full,
    .events-contact-form-inner-container .input-container-half {
        width: 100%;
    }

    .events-contact-form-inner-container .event-contact-form-inputs .row {
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .events-contact-form-inner-container .events-type-container .event-type-buttons {
        grid-template-columns: repeat(1, 1fr);
    }
}
.events-gallery-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.events-gallery-swiper-container {
    max-width: 1800px;
    width: 100%;
}

.events-gallery-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-bottom: 60px;
}

.events-gallery-swiper .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 40%;
    width: 14px;
    height: 14px;
    bottom: 21px;
    right: 34px;
}

.events-gallery-swiper .swiper-pagination-bullet-active {
    background: #FFFFFF;
    opacity: 100%;
}

.events-gallery-slide {
    height: 653px;
    padding: 23px 34px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
}

    .events-gallery-slide .events-gallery-slide-top-content {
    }

        .events-gallery-slide .events-gallery-slide-top-content .title {
            font-family: 'Abril Fatface';
            font-weight: 400;
            font-size: 35px;
            line-height: 39px;
            color: #FFFFFF;
            margin-bottom: 8px;
            text-shadow: 2px 2px 4px #171F29;
        }

        .events-gallery-slide .events-gallery-slide-top-content .location-tag {
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-items: center;
        }

            .events-gallery-slide .events-gallery-slide-top-content .location-tag .location {
                font-family: 'Abril Fatface';
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                color: #FFFFFF;
            }

            .events-gallery-slide .events-gallery-slide-top-content .location-tag .tag {
                font-family: 'Greycliff-CF';
                font-weight: 900;
                font-size: 13px;
                line-height: 100%;
                letter-spacing: 0.2px;
                color: #FFFFFF;
                background: #59B0EF;
                padding: 5px 12px;
                border-radius: 12px;
            }

    .events-gallery-slide .events-gallery-slide-bottom-content {
        padding: 0 0 79px 30px;
        display: flex;
        flex-direction: column;
    }

        .events-gallery-slide .events-gallery-slide-bottom-content .quotemarks {
            font-family: 'Abril Fatface';
            font-weight: 400;
            font-size: 45px;
            line-height: 39px;
            color: #59B0EF;
        }

        .events-gallery-slide .events-gallery-slide-bottom-content .quote {
            font-family: 'Abhaya Libre';
            font-weight: 500;
            font-size: 20px;
            line-height: 100%;
            color: #FFFFFF;
            opacity: 80%;
            max-width: 323px;
            margin-bottom: 11px;
        }

        .events-gallery-slide .events-gallery-slide-bottom-content .person {
            font-family: 'Abril Fatface';
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            color: #FFFFFF;
        }

.events-gallery-button-prev,
.events-gallery-button-next {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    opacity: 40%;
    border-radius: 50%;
    display: flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 20;
    top: 44%;
}

    .events-gallery-button-prev:hover,
    .events-gallery-button-next:hover {
        opacity: 100%
    }

.events-gallery-button-prev {
    left: 30px;
}

.events-gallery-button-next {
    right: 30px;
}


.logo-container {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 31px 100px 53px 100px;
    margin-top: -33px;
    z-index: 20;
    background: #FFFFFF;
}

    .logo-container h6 {
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        letter-spacing: 0px;
        margin-bottom: 28px;
        margin-top: 0px;
    }

    .logo-container .brands {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
        gap: 6px;
    }

        .logo-container .brands .brands_inner {
            border-radius: 12px;
            border: 2px solid rgba(35, 72, 98, 0.2);
            background: #FFF;
            padding: 16px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .logo-container .brands .brands_inner img {
                max-width: 100%;
                max-height: 53px;
                object-fit: contain;
            }

@media (max-width: 700px) {
    .logo-container {
        border-radius: 0px;
        padding: 31px 20px 70px 20px;
    }
}
.events-venues-container {
    background: #010101;
    display: flex;
    flex-direction: column;
    padding: 53px 20px 100px 20px;
}

    .events-venues-container h2 {
        font-family: 'Abril Fatface';
        font-weight: 400;
        font-size: 35px;
        line-height: 39px;
        text-align: center;
        margin-bottom: 45px;
        color: #FFFFFF;
    }


    .events-venues-container .events-venues-galleries {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 19px;
        flex-wrap: wrap;
    }

        .events-venues-container .events-venues-galleries .venue-gallery-swiper {
            border-radius: 12px;
        }

        .events-venues-container .events-venues-galleries .venue-gallery {
            display: flex;
            width: 242px;
            height: 428px;
        }

            .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-slide {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                width: 242px;
            }

                .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-slide .venue-gallery-slide-tags {
                    display: flex;
                    flex-direction: row;
                    gap: 10px;
                    padding: 14px 0 0 10px;
                }

                    .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-slide .venue-gallery-slide-tags span {
                        background: #59B0EF;
                        color: #FFFFFF;
                        border-radius: 15px;
                        padding: 7px 14px;
                        font-family: 'Greycliff-CF';
                        font-weight: 900;
                        font-size: 13px;
                        line-height: 100%;
                        letter-spacing: 0.2px;
                    }


                .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-slide .venue-gallery-slide-content {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    padding: 0px;
                    margin-bottom: 77px;
                }

                    .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-slide .venue-gallery-slide-content span.title {
                        font-family: 'Abril Fatface';
                        font-weight: 400;
                        font-size: 24px;
                        line-height: 100%;
                        text-align: center;
                        color: #FFFFFF;
                        text-shadow: 2px 2px 4px #171F29;
                    }

                    .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-slide .venue-gallery-slide-content span.text {
                        font-family: 'Abhaya Libre';
                        font-weight: 500;
                        font-size: 15px;
                        line-height: 100%;
                        text-align: center;
                        color: #FFFFFF;
                        text-shadow: 2px 2px 4px #171F29;
                    }


            .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-controls {
                position: absolute;
                display: flex;
                gap: 9px;
                bottom: 27px;
                right: 15px;
                z-index: 20;
            }

                .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-controls .venue-gallery-button-prev,
                .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-controls .venue-gallery-button-next {
                    width: 28px;
                    height: 28px;
                    background: #FFFFFF;
                    opacity: 40%;
                    border-radius: 50%;
                    display: flex;
                    padding: 13px;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                }

                    .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-controls .venue-gallery-button-prev:hover,
                    .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-controls .venue-gallery-button-next:hover {
                        opacity: 100%
                    }

                    .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-controls .venue-gallery-button-prev img,
                    .events-venues-container .events-venues-galleries .venue-gallery .venue-gallery-controls .venue-gallery-button-next img {
                        width: 13px;
                    }


            .events-venues-container .events-venues-galleries .venue-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
                width: auto;
                bottom: 27px;
                left: 15px;
            }

            .events-venues-container .events-venues-galleries .venue-gallery .swiper-pagination-bullet {
                background: #FFFFFF;
                opacity: 40%;
                width: 11px;
                height: 11px;
            }

            .events-venues-container .events-venues-galleries .venue-gallery .swiper-pagination-bullet-active {
                background: #FFFFFF;
                opacity: 100%;
            }

.events-budget-dietary-container {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 80px 34px;
}

    .events-budget-dietary-container .budget-diet-container {
        display: flex;
        flex-direction: row;
        gap: 84px;
        justify-content: center;
    }

        .events-budget-dietary-container .budget-diet-container .text-box {
            display: flex;
            flex-direction: column;
            max-width: 515px;
        }

            .events-budget-dietary-container .budget-diet-container .text-box h2 {
                margin-bottom: 30px;
                font-family: 'Abril Fatface';
                font-weight: 400;
                font-size: 35px;
                line-height: 39px;
                color: #010101;
            }

            .events-budget-dietary-container .budget-diet-container .text-box p {
                font-family: 'Abhaya Libre';
                font-weight: 500;
                font-size: 20px;
                line-height: 115%;
                opacity: 80%;
                color: #0B2537;
            }

    .events-budget-dietary-container .fresh-man-container {
        position: relative;
        min-height: 660px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

        .events-budget-dietary-container .fresh-man-container .man-box {
            position: relative;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: flex-end;
            z-index: 10;
            padding: 0 20px 0 106px;
            gap: 40px;
        }

            .events-budget-dietary-container .fresh-man-container .man-box .content {
                display: flex;
                flex-direction: column;
                padding-bottom: 72px;
            }

                .events-budget-dietary-container .fresh-man-container .man-box .content h2 {
                    max-width: 850px;
                    margin-bottom: 40px;
                    font-family: 'Abril Fatface';
                    font-weight: 400;
                    font-size: 70px;
                    line-height: 74px;
                    color: #59B0EF;
                }

                .events-budget-dietary-container .fresh-man-container .man-box .content p {
                    max-width: 780px;
                    margin-bottom: 45px;
                    font-family: 'Abhaya Libre Medium';
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 125%;
                    color: #FFFFFF;
                    opacity: 80%;
                }

                .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container {
                    display: flex;
                    flex-direction: row;
                    gap: 24px;
                    flex-wrap: wrap;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta {
                        display: flex;
                        flex-direction: row;
                        gap: 16px;
                        padding: 0 10px 8px 0;
                    }

                        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta a,
                        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta a {
                            font-family: 'Playfair Display';
                            font-weight: 700;
                            font-size: 25px;
                            line-height: 100%;
                            text-decoration: none;
                        }


                        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta img,
                        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta img {
                            margin-top: 6px;
                        }


                    .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .white-cta {
                        border-bottom: 1px dashed #FFFFFF;
                    }

                        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .white-cta a {
                            color: #FFFFFF;
                        }

                    .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .blue-cta {
                        border-bottom: 1px dashed #59AFEE;
                    }

                        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .blue-cta a {
                            color: #59AFEE;
                        }

                    .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .phone-number {
                        padding: 3px 20px 8px 20px;
                        border: 1.5px solid #59B0EF;
                        border-radius: 15px;
                        font-family: Playfair Display;
                        font-weight: 700;
                        font-size: 25px;
                        line-height: 100%;
                        color: #59AFEE;
                    }

            .events-budget-dietary-container .fresh-man-container .man-box .man {
            }

                .events-budget-dietary-container .fresh-man-container .man-box .man img {
                }

        .events-budget-dietary-container .fresh-man-container .color-box {
            position: absolute;
            height: 77%;
            width: 100%;
            background: linear-gradient(90deg, #010101, #042740);
            border-radius: 32px;
            bottom: 0;
            left: 0;
        }

@media (max-width: 1400px) {
    .events-budget-dietary-container .fresh-man-container .man-box {
        padding: 0 20px 0 72px;
        overflow: hidden;
    }

        .events-budget-dietary-container .fresh-man-container .man-box .content h2 {
            font-size: 63px;
            margin-bottom: 20px;
            width: 600px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content p {
            font-size: 20px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta a,
        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta a {
            font-size: 21px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .phone-number {
            font-size: 21px;
        }
}


@media (max-width: 1150px) {
    .events-budget-dietary-container .budget-diet-container {
        gap: 40px;
    }

    .events-budget-dietary-container .budget-diet-container .text-box {
        max-width: 420px;
    }

        .events-budget-dietary-container .budget-diet-container .text-box h2 {
            font-size: 35px;
        }

        .events-budget-dietary-container .budget-diet-container .text-box p {
            font-size: 20px;
        }

    .events-budget-dietary-container .fresh-man-container .man-box {
        padding: 0 20px 0 72px;
        overflow: hidden;
        gap: 20px;
    }

        .events-budget-dietary-container .fresh-man-container .man-box .content h2 {
            font-size: 45px;
            line-height: 55px;
            margin-bottom: 20px;
            width: 490px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content p {
            font-size: 20px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta a,
        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta a {
            font-size: 21px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .phone-number {
            font-size: 21px;
        }
}

@media (max-width: 950px) {
    .events-budget-dietary-container .budget-diet-container {
        gap: 40px;
    }

        .events-budget-dietary-container .budget-diet-container .text-box {
            max-width: 281px;
        }

            .events-budget-dietary-container .budget-diet-container .text-box h2 {
                font-size: 35px;
                width: 328px;
            }

            .events-budget-dietary-container .budget-diet-container .text-box p {
                font-size: 20px;
            }

    .events-budget-dietary-container .fresh-man-container .man-box {
        padding: 0 20px;
        gap: 20px;
        overflow: hidden;
    }

        .events-budget-dietary-container .fresh-man-container .man-box .content {
            padding-bottom: 35px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content h2 {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 20px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content p {
            font-size: 18px;
        }

        .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container {
            gap: 15px;
        }

            .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta a,
            .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .cta a {
                font-size: 20px;
            }

            .events-budget-dietary-container .fresh-man-container .man-box .content .cta-container .phone-number {
                font-size: 20px;
            }
}

@media (max-width: 790px) {
    .events-budget-dietary-container .budget-diet-container {
        flex-direction: column;
        gap: 10px;
    }

        .events-budget-dietary-container .budget-diet-container .text-box {
            max-width: unset;
        }

    .events-budget-dietary-container .fresh-man-container .man-box {
        overflow: hidden;
        gap: 0;
    }

        .events-budget-dietary-container .fresh-man-container .man-box .content h2 {
            width:260px;
        }

    .events-budget-dietary-container .fresh-man-container .color-box {
        height: 91%;
    }
}

.content-page-hero-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 409px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.content-page-hero-banner-content {
    display:flex;
    flex-direction: row;
}

.content-page-hero-h1 {
    max-width: 600px;
    color: #FFFFFF;
    font-family: 'Greycliff-CF';
    font-weight: 700;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: pre-line;
}

@media (max-width: 600px) {
    .content-page-hero-banner {
        height: 641px;
    }

    .content-page-hero-banner-content {
        padding: 70px 0px 0px 13px;
    }

    .content-page-hero-h1 {
        font-size: 45px;
        max-width: 300px;
    }
}

.twin-column-grey-container {
    display: flex;
    justify-content: center;
    padding: 50px 25px 50px 25px;
    background-color: #ecebf0;
}

    .twin-column-grey-container.white {
        background-color: #FFFFFF;
    }

.twin-column-grey-content {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .twin-column-grey-content h2 {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 0.2px;
        text-align: center;
        text-transform: capitalize;
        color: #0B2537;
        margin-top: 0px;
        margin-bottom: 14px;
    }

    .twin-column-grey-content h3 {
        font-family: Ubuntu;
        font-weight: 700;
        font-size: 18px;
        line-height: 29px;
        letter-spacing: 0.2px;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 46px;
        opacity: 80%;
    }

    .twin-column-grey-content .twin-column-grey-columns-container {
        display: flex;
        flex-direction: row;
        gap: 49px;
    }

        .twin-column-grey-content .twin-column-grey-columns-container .column {
            max-width: 550px;
            font-family: Ubuntu;
            font-weight: 400;
            font-size: 18px;
            line-height: 29px;
            letter-spacing: 0.2px;
        }
.single-column-white-container {
    display: flex;
    justify-content: center;
    padding: 50px 25px;
    background-color: #FFFFFF;
}

    .single-column-white-container.grey {
        background-color: #ecebf0;
    }

.single-column-white-content {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .single-column-white-content h2 {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 0.2px;
        text-align: center;
        text-transform: capitalize;
        color: #0B2537;
        margin-top: 0px;
        margin-bottom: 18px;
    }

    .single-column-white-content div {
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 18px;
        line-height: 29px;
        letter-spacing: 0.2px;
        text-align: center;
        color: #000000;
    }
.image-text-container {
    display: flex;
    justify-content: center;
    padding: 52px 25px;
}

    .image-text-container .image-text-content {
        display: flex;
        align-items: center;
        align-items: flex-start;
    }

        .image-text-container .image-text-content.regular {
            flex-direction: row;
        }

        .image-text-container .image-text-content.reverse {
            flex-direction: row-reverse;
        }

        .image-text-container .image-text-content .text {
            max-width: 675px;
            width: 50%;
            padding: 10px 73px;
        }

            .image-text-container .image-text-content .text h2 {
                font-family: 'Greycliff-CF';
                font-weight: 700;
                font-size: 34px;
                line-height: 42px;
                letter-spacing: 0.2px;
                text-transform: capitalize;
                color: #0B2537;
                margin-bottom: 21px;
                margin-top: 0px;
            }

            .image-text-container .image-text-content .text div {
                font-family: Ubuntu;
                font-weight: 400;
                font-size: 18px;
                line-height: 29px;
                letter-spacing: 0.2px;
            }

                .image-text-container .image-text-content .text div a {
                    color: #59B0EF;
                }

        .image-text-container .image-text-content .image {
            max-width: 675px;
            width: 50%;
            overflow: hidden;
            border-radius: 12px;
        }

            .image-text-container .image-text-content .image img {
                width: 100%;
            }

        .image-text-container .image-text-content .quote-container {
            display: flex;
            flex-direction: column;
            gap: 27px;
            max-width: 675px;
            width: 50%;
            padding: 10px 73px;
        }

            .image-text-container .image-text-content .quote-container img {
                height: 22px;
                width: 20px;
            }

            .image-text-container .image-text-content .quote-container .quote {
                font-family: 'Greycliff-CF';
                font-weight: 400;
                font-style: italic;
                font-size: 34px;
                line-height: 42px;
                letter-spacing: 0.2px;
            }

            .image-text-container .image-text-content .quote-container .tag-container {
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                width: 100%;
                padding-bottom: 22px;
                border-bottom: 1px solid #0B253720;
            }

            .image-text-container .image-text-content .quote-container .tag {
                font-family: 'Greycliff-CF';
                font-weight: 900;
                font-size: 13px;
                line-height: 100%;
                letter-spacing: 0.2px;
                color: #FFFFFF;
                background: #59B0EF;
                padding: 5px 12px;
                border-radius: 12px;
            }


@media (max-width: 1000px) {
    .image-text-container .image-text-content .text {
        width: 60%;
        padding: 10px 25px;
    }

    .image-text-container .image-text-content .image {
        width: 40%;
        margin-top: 80px;
    }
}

@media (max-width: 600px) {
    .image-text-container .image-text-content {
        display: flex;
        align-items: center;
        align-items: flex-start;
    }

        .image-text-container .image-text-content.regular {
            flex-direction: column-reverse;
        }

        .image-text-container .image-text-content.reverse {
            flex-direction: column-reverse;
        }

        .image-text-container .image-text-content .text {
            padding: 30px;
            max-width: unset;
            width: 100%;
        }

        .image-text-container .image-text-content .image {
            max-width: unset;
            width: 100%;
        }
}

.article-block-grid-container {
    width: 100%;
    background: #ECEBF0;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.article-block-grid-content {
    display: flex;
    flex-direction: row;
    gap: 61px;
    width: 100%;
    max-width: 1365px;
    padding: 114px 30px;
    border-radius: 12px;
    background-color: #FFFFFF;
    flex-wrap: wrap;
    justify-content: center;
}

    .article-block-grid-content .article {
        display: flex;
        flex-direction: column;
        gap: 30px;
        max-width: 530px;
        width: 100%;
    }

        .article-block-grid-content .article h3 {
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 25px;
            line-height: 100%;
            letter-spacing: 0.2px;
            text-transform: capitalize;
            color: #000000;
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .article-block-grid-content .article img {
            width: 100%;
            border-radius: 12px;
        }

        .article-block-grid-content .article .htmlContent {
            font-family: Ubuntu;
            font-weight: 400;
            font-size: 18px;
            line-height: 29px;
            letter-spacing: 0.2px;
        }

@media(max-width: 1250px) {
    .article-block-grid-content {
        padding: 30px 30px;
    }

        .article-block-grid-content .article {
            max-width: 46%;
        }
}

@media(max-width: 900px) {
    .article-block-grid-content {
        padding: 30px 30px;
        gap: 30px;
    }

        .article-block-grid-content .article {
            max-width: 46%;
        }

            .article-block-grid-content .article h3 {
                font-size: 22px;
            }

            .article-block-grid-content .article .htmlContent {
                font-size: 15px;
            }
}

@media(max-width: 900px) {
        .article-block-grid-content .article {
            max-width: unset;
        }

            .article-block-grid-content .article h3 {
                font-size: 22px;
            }

            .article-block-grid-content .article .htmlContent {
                font-size: 15px;
            }
}
.staff-grid-container {
    width: 100%;
    background: #ECEBF0;
    padding: 41px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.staff-grid-content {
    display: flex;
    flex-direction: row;
    gap: 41px;
    width: 100%;
    max-width: 1450px;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: center;
}

    .staff-grid-content .profile {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 426px;
        width: 100%;
        background-color: #FFFFFF;
        border-radius: 12px;
        padding: 19px;
        cursor: pointer;
    }

        .staff-grid-content .profile .profile-image {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 4px;
        }

            .staff-grid-content .profile .profile-image img {
                border-radius: 12px;
            }

            .staff-grid-content .profile .profile-image .tag {
                font-family: 'Greycliff-CF';
                font-weight: 900;
                font-size: 13px;
                line-height: 100%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
                background-color: #59B0EF;
                padding: 6px 18px;
                margin: 0;
                border-radius: 12px;
                position: absolute;
                right: 19.5px;
                bottom: 17px;
                color: #FFFFFF;
            }

        .staff-grid-content .profile h3 {
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 20.94px;
            line-height: 30.24px;
            letter-spacing: 0.23px;
            color: #0B2537;
            margin-top: 0px;
            margin-bottom: 0px;
        }


.staff-profile-modal-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    border-radius: 12px;
    background-color: #FFFFFF;
    max-width: 1380px;
    margin: 0 20px;
    position: relative;
    max-height: 85vh;
    overflow-x: auto;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .staff-profile-modal-container .modal__close__btn {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 15px;
        top: 16px;
    }

    .staff-profile-modal-container .staff-profile-modal-body {
        display: flex;
        flex-direction: column;
        gap: 62px;
        padding: 68px;
    }

        .staff-profile-modal-container .staff-profile-modal-body h2 {
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 34px;
            line-height: 42px;
            letter-spacing: 0.2px;
            text-align: center;
            text-transform: capitalize;
            color: #0B2537;
        }

        .staff-profile-modal-container .staff-profile-modal-body .content {
            display: flex;
            flex-direction: row;
            gap: 57px;
        }

            .staff-profile-modal-container .staff-profile-modal-body .content .image {
                max-width: 426px;
                background-color: #F5F5F7;
                border-radius: 12px;
                padding: 21px;
            }

                .staff-profile-modal-container .staff-profile-modal-body .content .image img {
                    border-radius: 12px;
                    max-width: 384px;
                }

            .staff-profile-modal-container .staff-profile-modal-body .content .text {
                font-family: Ubuntu;
                font-weight: 400;
                font-size: 18px;
                line-height: 29px;
                letter-spacing: 0.2px;
                white-space: pre-line;
                color: #000000;
                opacity: 80%;
            }

                .staff-profile-modal-container .staff-profile-modal-body .content .text p {
                }

@media(max-width:900px) {
    .staff-profile-modal-container .staff-profile-modal-body .content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

.office-delivery-hours-container {
    display: flex;
    justify-content: center;
    padding: 44px 34px 44px 34px;
    background-color: #ecebf0;
}

.office-delivery-hours-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 43px;
    justify-content: center;
}

    .office-delivery-hours-content .hours-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
        min-width: 665px;
        padding: 27px 37px 32px 37px;
        background-color: #FFFFFF;
        border-radius: 12px;
    }

        .office-delivery-hours-content .hours-block .tag {
            position: absolute;
            margin: -40px 0 0 -4px;
            font-family: 'Greycliff-CF';
            font-weight: 900;
            font-size: 13px;
            line-height: 100%;
            letter-spacing: 0.2px;
            text-transform: uppercase;
            color: #FFFFFF;
            padding: 7px 19px 5px 19px;
            background-color: #59B0EF;
            border-radius: 12px;
        }

        .office-delivery-hours-content .hours-block .heading-container {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .office-delivery-hours-content .hours-block .heading-container h3 {
                margin-top: 0px;
                margin-bottom: 0px;
                font-family: 'Greycliff-CF';
                font-weight: 700;
                font-size: 22px;
                line-height: 42px;
                letter-spacing: 0.2px;
                text-transform: capitalize;
                color: #0B2537;
            }

            .office-delivery-hours-content .hours-block .heading-container .link {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                gap: 12px;
                align-items: center;
            }

                .office-delivery-hours-content .hours-block .heading-container .link img {
                    width: 16px;
                    height: 23px;
                }

                .office-delivery-hours-content .hours-block .heading-container .link a {
                    font-family: 'Greycliff-CF';
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 42px;
                    letter-spacing: 0.2px;
                    text-align: right;
                    text-transform: capitalize;
                    color: #59B0EF;
                }

                .office-delivery-hours-content .hours-block .heading-container .link a:hover {
                    text-decoration: none;
                }

        .office-delivery-hours-content .hours-block .details {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 24px;
        }

            .office-delivery-hours-content .hours-block .details p {
                font-family: 'Greycliff-CF';
                font-weight: 700;
                font-size: 20.94px;
                line-height: 20px;
                letter-spacing: 0.23px;
                text-transform: capitalize;
                color: #0B2537;
            }

@media (max-width: 700px){
    .office-delivery-hours-content .hours-block {
        min-width: unset;
    }
}
.contact-details-container {
    display: flex;
    justify-content: center;
    padding: 69px 34px;
    background-color: #FFFFFF;
}

.contact-details-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 57px;
}

    .contact-details-content .heading-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

        .contact-details-content .heading-container h2 {
            margin-top: 0px;
            margin-bottom: 0px;
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 34px;
            line-height: 42px;
            letter-spacing: 0.2px;
            text-transform: capitalize;
            text-align: center;
            color: #0B2537;
        }

        .contact-details-content .heading-container .buttons {
            display: flex;
            flex-direction: row;
            gap: 16px;
        }

            .contact-details-content .heading-container .buttons button {
                font-family: 'Greycliff-CF';
                font-weight: 700;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0.25px;
                text-align: right;
                text-transform: capitalize;
                padding: 15px 23px;
                border-radius: 50px;
            }

                .contact-details-content .heading-container .buttons button.blue {
                    color: #FFFFFF;
                    background-color: #59B0EF;
                    border: none;
                }

                .contact-details-content .heading-container .buttons button.white {
                    color: #0B2537;
                    background-color: #FFFFFF;
                    border: 1px solid #0B253780;
                }

    .contact-details-content .contact-boxes {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 44px;
        justify-content: center;
    }

        .contact-details-content .contact-boxes .box {
            min-width: 425px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            background-color: #F5F5F7;
            border-radius: 12px;
            padding: 37px;
        }

            .contact-details-content .contact-boxes .box h3 {
                font-family: 'Greycliff-CF';
                font-weight: 700;
                font-size: 25px;
                line-height: 100%;
                letter-spacing: 0.2px;
                text-transform: capitalize;
                color: #0B2537;
                margin-top: 0px;
                margin-bottom: 0px;
            }

            .contact-details-content .contact-boxes .box p {
                font-family: 'Greycliff-CF';
                font-weight: 700;
                font-size: 20.94px;
                line-height: 30.24px;
                letter-spacing: 0.23px;
                text-transform: capitalize;
                color: #0B2537;
                margin-top: 0px;
                margin-bottom: 0px;
            }

            .contact-details-content .contact-boxes .box .links {
                display: flex;
                flex-direction: row;
                gap: 17px;
            }

                .contact-details-content .contact-boxes .box .links img {
                    width: 23px;
                    height: 16px;
                }

                .contact-details-content .contact-boxes .box .links a {
                    font-family: 'Greycliff-CF';
                    font-weight: 700;
                    font-size: 16.34px;
                    line-height: 100%;
                    letter-spacing: 0.25px;
                    color: #59B0EF;
                }

@media(max-width: 450px){
    .contact-details-content .contact-boxes .box {
        min-width: unset;
        width: 100%;
    }
}

.full-width-image {
    display: flex;
    height: 421px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.full-width-image-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .full-width-image-content h2 {
        color: #FFFFFF;
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 34px;
        line-height: 55px;
        letter-spacing: 0.2px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom:28px;
    }

    .full-width-image-content a {
        padding: 12px 32px;
        border-radius: 62px;
        background-color: #FFFFFF;
        width: fit-content;
        color: #59B0EF;
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 16.34px;
        line-height: 100%;
        letter-spacing: 0.25px;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
        cursor: pointer;
    }

    .full-width-image-content a:hover {
        text-decoration: none;
    }

@media (max-width: 600px) {
    .content-page-hero-banner {
        height: 421px;
    }

    .full-width-image-content h2 {
        font-size: 34px;
        line-height: 55px;
    }

    .full-width-image-content a {
        padding: 12px 32px;
        border-radius: 62px;
        font-size: 16.34px;
        line-height: 100%;
    }
}

.quick-quote-modal-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    border-radius: 12px;
    background-color: #FFFFFF;
    width: 95vw;
    margin: 0 20px;
    position: relative;
    max-height: 85vh;
    overflow-x: auto;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .quick-quote-modal-container .modal__close__btn {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 15px;
        top: 16px;
    }

.quick-quote-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 68px;
    width: 100%;
}

    .quick-quote-modal-body .form-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quick-quote-modal-body h2 {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 35px;
        line-height: 39px;
        text-align: center;
        color: #010101;
        margin-top: 0px;
        margin-bottom: 11px;
    }

    .quick-quote-modal-body h3 {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 25px;
        line-height: 100%;
        text-align: center;
        color: #59B0EF;
        margin-top: 62px;
        margin-bottom: 32px;
    }

    .quick-quote-modal-body div.form-divider-black {
        width: 300px;
        border-bottom: 2px dotted #00000080;
        margin-top: 19px;
    }

    .quick-quote-modal-body div.form-divider-grey {
        width: 300px;
        border-bottom: 2px dotted #00000030;
        margin-top: 19px;
    }

    .quick-quote-modal-body .form-type-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quick-quote-modal-body .events-type-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 1100px;
    }

        .quick-quote-modal-body .events-type-container .event-type-buttons {
            display: flex;
            flex-direction: row;
            gap: 16px;
            flex-wrap: wrap;
            justify-content: center;
        }

            .quick-quote-modal-body .events-type-container .event-type-buttons .button {
                display: flex;
                flex-direction: column;
                gap: 14px;
                max-width: 206px;
                background: #051B2B;
                border-radius: 15px;
                padding: 16px 9px 14px 9px;
                flex-wrap: wrap;
                justify-content: center;
                cursor: pointer;
                align-content: center;
            }

                .quick-quote-modal-body .events-type-container .event-type-buttons .button.active {
                    background: #59B0EF;
                }

                .quick-quote-modal-body .events-type-container .event-type-buttons .button .title {
                    font-family: 'Greycliff-CF';
                    font-weight: 700;
                    font-size: 17px;
                    line-height: 100%;
                    text-align: center;
                    color: #FFFFFF;
                    margin-bottom: 7px;
                    margin-top: 0px;
                }

                .quick-quote-modal-body .events-type-container .event-type-buttons .button.active .title {
                    color: #000000;
                }

                .quick-quote-modal-body .events-type-container .event-type-buttons .button .input-container {
                    width: 100%;
                    padding: 0 6px;
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                }

    .quick-quote-modal-body .form-inputs {
        display: flex;
        flex-direction: column;
        gap: 0px 35px;
        padding: 0;
        align-items: center;
        width: 100%;
    }

        .quick-quote-modal-body .form-inputs .input-row {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 0px 35px;
            margin: 0;
            padding: 0;
            width: 100%;
            justify-content: center;
        }

    .quick-quote-modal-body .input-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .quick-quote-modal-body .input-container-half {
        width: 100%;
        max-width: 408px;
        display: flex;
        flex-direction: column;
    }

    .quick-quote-modal-body .input-container-full {
        width:100%;
        min-width: 408px;
        max-width: 851px;
        display: flex;
        flex-direction: column;
    }

    .quick-quote-modal-body .radio-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

        .quick-quote-modal-body .radio-buttons label {
            width: 216px;
            padding: 11px 16px;
            margin-top: 0;
            margin-bottom: 0;
            display: flex;
            flex-direction: row;
            border: 1px solid #01010166;
            border-radius: 15px;
            background: #051B2B;
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 17px;
            line-height: 100%;
            color: #FFFFFF;
            cursor: pointer;
            justify-content: space-between;
            align-items: center;
        }

            .quick-quote-modal-body .radio-buttons label.active {
                background: #59B0EF;
                color: #000000;
            }

    .quick-quote-modal-body input[type="radio"] {
        appearance: none;
        background-color: #FFFFFF;
        width: 33px;
        height: 33px;
        border: 1px solid #01010166;
        border-radius: 50%;
        display: grid;
        place-content: center;
        margin: 0;
    }

        .quick-quote-modal-body input[type="radio"]:checked:before {
            content: "";
            background: radial-gradient(#65BAF8, #349DEB);
            border: 1px solid #0101011F;
            width: 21px;
            height: 21px;
            border-radius: 50%;
        }

    .quick-quote-modal-body label {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
        color: #000000;
        margin-bottom: 12px;
    }

    .quick-quote-modal-body .date__picker,
    .quick-quote-modal-body .time__picker,
    .quick-quote-modal-body input[type="text"] {
        background: #FFFFFF;
        height: 55px;
        padding: 15px 32px;
        border-radius: 15px;
        border: 1px solid #D3DAE0;
        margin-top: 0px;
        margin-bottom: 13px;
        font-family: Ubuntu;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #051B2B80;
    }

        .quick-quote-modal-body input[type="text"]::placeholder {
            color: #051B2B40;
        }

        .quick-quote-modal-body .date__picker.blue,
        .quick-quote-modal-body .time__picker.blue,
        .quick-quote-modal-body input[type="text"].blue {
            color: #59B0EF;
        }

            .quick-quote-modal-body input[type="text"].blue::placeholder {
                color: #59B0EF80;
            }


    .quick-quote-modal-body textarea {
        padding: 15px 32px;
        font-family: Ubuntu;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #051B2B40;
        width: 100%;
    }

    .quick-quote-modal-body .events-calibre-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quick-quote-modal-body .events-specifics-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 1082px;
    }

    .quick-quote-modal-body .your-details-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 1082px;
        padding-bottom: 41px;
    }

    .quick-quote-modal-body .submit-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width:100%;
        max-width: 1082px;
        padding: 44px 0 49px 0;
        border-top: 2px dotted #00000080;
    }

        

@media(max-width: 1050px){
    .quick-quote-modal-body .input-container-half {
        max-width: 851px;
    }
}
.login-page-form-container{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-content:center;
}

.sign-in-modal-container {
    border-radius: 12px;
    background-color: #FFFFFF;
    width: 95vw;
    max-width: 700px;
    margin: 0 20px;
    position: relative;
    max-height: 85vh;
    overflow-x: auto;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sign-in-page-container {
    width: 100%;
    max-width: 600px;
}

.sign-in-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

    .sign-in-container .modal__close__btn {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 15px;
        top: 16px;
    }

    .sign-in-container .sign-in-modal-body {
        display: flex;
        flex-direction: column;
        padding: 68px;
        width: 100%;
    }

        .sign-in-container .sign-in-modal-body label {
            display: block;
            margin-top: 20px;
            font-size: 14px;
            color: #0b2537;
        }

        .sign-in-container .sign-in-modal-body input {
            width: 100%;
            padding: 10px 17px;
            margin-top: 10px;
            border: 1px solid #d3dae0;
            border-radius: 25px;
            outline: none;
            background-color: #FFFFFF;
        }

        .sign-in-container .sign-in-modal-body .forgot-password {
            display: block;
            font-size: 12px;
            color: #676b6d;
            margin: 10px 0;
            text-decoration: none;
            cursor: pointer;
        }

        .sign-in-container .sign-in-modal-body button {
            background: #0b2537;
            color: #ffffff;
            border-radius: 20px;
            outline: none;
            padding: 12px 20px 12px 20px;
            margin-top: 29px;
            border: none;
            font-size: 16px;
            cursor: pointer;
        }

        .sign-in-container .sign-in-modal-body .view-password-icon {
            position: absolute;
            right: 15px;
            top: 23px;
            width: 15px;
            cursor: pointer;
        }

    .sign-in-container .submit-container {
        display: flex;
        flex-direction: row;
        align-content: center;
        width: 100%;
    }

    .sign-in-container .submit-container button {
        width: 100%;
        gap: 0px;
    }

        .sign-in-container .submit-container button.disabled {
            opacity: 50%;
        }

        .sign-in-container .submit-container button img {
            height: 16px;
        }
.profile-header-container {
    display: flex;
    width: 100%;
}

.profile-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 185px;
}

    .profile-header-content h1 {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 65px;
        line-height: 73px;
        letter-spacing: 0.2px;
        text-align: center;
        text-transform: capitalize;
        color: #0B2537;
        margin-bottom: 0px;
        margin-top: 0px;
    }

.register-form-container {
    width: 100%;
    background: #ECEBF0;
    padding: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.register-form-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 30px;
    width: 100%;
    border-radius: 12px;
    background: #FFFFFF;
}

    .register-form-content h3 {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 25px;
        line-height: 100%;
        text-align: center;
        color: #59B0EF;
        margin-top: 68px;
        margin-bottom: 40px;
    }

    .register-form-content .form-inputs {
        display: flex;
        flex-direction: column;
        gap: 0px 35px;
        padding: 0;
        align-items: center;
        width: 100%;
    }

        .register-form-content .form-inputs .input-row {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 0px 35px;
            margin: 0;
            padding: 0;
            width: 100%;
            justify-content: center;
        }

    .register-form-content .input-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .register-form-content .input-container-third {
        width: 100%;
        max-width: 283px;
        display: flex;
        flex-direction: column;
    }

    .register-form-content .input-container-half {
        width: 100%;
        max-width: 408px;
        display: flex;
        flex-direction: column;
    }

    .register-form-content .input-container-full {
        width: 100%;
        min-width: 408px;
        max-width: 851px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .register-form-content .radio-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        margin-top: 9px;
        margin-bottom: 23px;
    }

        .register-form-content .radio-buttons label {
            width: 216px;
            padding: 11px 16px;
            margin-top: 0;
            margin-bottom: 0;
            display: flex;
            flex-direction: row;
            border: 1px solid #01010166;
            border-radius: 15px;
            background: #051B2B;
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 17px;
            line-height: 100%;
            color: #FFFFFF;
            cursor: pointer;
            justify-content: space-between;
            align-items: center;
        }

            .register-form-content .radio-buttons label.active {
                background: #59B0EF;
                color: #000000;
            }

    .register-form-content input[type="radio"] {
        appearance: none;
        background-color: #FFFFFF;
        width: 33px;
        height: 33px;
        border: 1px solid #01010166;
        border-radius: 50%;
        display: grid;
        place-content: center;
        margin: 0;
    }

        .register-form-content input[type="radio"]:checked:before {
            content: "";
            background: radial-gradient(#65BAF8, #349DEB);
            border: 1px solid #0101011F;
            width: 21px;
            height: 21px;
            border-radius: 50%;
        }

    .register-form-content label {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
        color: #000000;
        margin-bottom: 12px;
    }

    .register-form-content .drop__down,
    .register-form-content .date__picker,
    .register-form-content .time__picker,
    .register-form-content input[type="text"],
    .register-form-content input[type="password"] {
        background: #FFFFFF;
        height: 55px;
        padding: 15px 32px;
        border-radius: 15px;
        border: 1px solid #D3DAE0;
        margin-top: 0px;
        margin-bottom: 13px;
        font-family: Ubuntu;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #051B2B;
        opacity: 70%
    }

        .register-form-content .drop__down.blue,
        .register-form-content .date__picker.blue,
        .register-form-content .time__picker.blue,
        .register-form-content input[type="text"].blue {
            color: #59B0EF;
            opacity: 80%;
        }

        .register-form-content input[type="text"]::placeholder {
            color: #051B2B40;
        }



    .register-form-content .view-password-icon {
        position: absolute;
        right: 15px;
        top: 21px;
        width: 15px;
        cursor: pointer;
    }

    .register-form-content .marketing-checbox-container {
        padding-top: 48px;
    }

    .register-form-content .submit-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 1082px;
        padding: 51px 0;
        margin-top: 69px;
        border-top: 2px dotted #00000080;
    }

@media(max-width: 1050px) {
    .register-form-content .form-container {
        min-width: unset;
    }

    .register-form-content .input-container-third {
        max-width: 851px;
    }

    .register-form-content .input-container-half {
        max-width: 851px;
    }
}

.payment-page-container {
    width: 100%;
    background: #ECEBF0;
    padding: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.payment-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 30px;
    width: 100%;
    border-radius: 12px;
    background: #FFFFFF;
}

    .payment-page-content hr {
        margin: 40px 0px;
        border-top: 1px solid #c1c3c4;
    }

    .payment-page-content .payment-success {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

        .payment-page-content .payment-success h2 {
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 34px;
            line-height: 42px;
            letter-spacing: 0.2px;
            text-align: center;
            text-transform: capitalize;
            color: #0B2537;
        }

        .payment-page-content .payment-success h3 {
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 20.94px;
            line-height: 30.24px;
            letter-spacing: 0.23px;
            text-transform: capitalize;
            color: #0B2537;
        }

        .payment-page-content .payment-success p {
            font-family: Ubuntu;
            font-weight: 400;
            font-size: 19px;
            line-height: 25px;
            color: #234862;
        }

.my-profile-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.my-profile-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #ECEBF0;
    padding: 20px 20px 12px 20px;
}

    .my-profile-navigation .label {
        display: flex;
        padding: 10px 17px;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.5px;
        text-align: center;
        color: #234862;
    }

    .my-profile-navigation .tab {
        display: flex;
        padding: 10px 17px;
        font-family: Ubuntu;
        font-weight: 500;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0.5px;
        text-align: center;
        border-radius: 12px;
        color: #234862;
        background-color: #F0F0F0;
        cursor: pointer
    }

        .my-profile-navigation .tab.active {
            color: #FFFFFF;
            background-color: #0B2537;
        }


.my-profile-content-container {
    width: 100%;
    padding: 27px 36px 40px 36px;
    background: #ECEBF0;
}

.my-profile-content .change-password-container,
.my-profile-content .profile-details-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 891px;
    padding: 0 20px;
}

.my-profile-content .profile-orders-container,
.my-profile-content .profile-invoices-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    padding: 0 20px 80px 0;
}

.my-profile-content .profile-addresses-container,
.my-profile-content .profile-credit-cards-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1080px;
    padding: 0 20px;
}

    .my-profile-content .profile-credit-cards-container .card-details-column {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

        .my-profile-content .profile-credit-cards-container .card-details-column p {
            font-family: Ubuntu;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            color: #051B2B;
            margin-bottom: 12px !important;
        }

        .my-profile-content .profile-credit-cards-container .card-details-column span {
            font-family: Ubuntu;
            font-weight: 700;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 0.5px;
            color: #051B2B;
        }

            .my-profile-content .profile-credit-cards-container .card-details-column span.expired {
                color: red;
            }

    .my-profile-content .profile-credit-cards-container .table-container .data-row .data-cell img.card-provider-icon {
        width: 55px;
        height: 32px;
    }

/*Common elements*/
.my-profile-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 12px;
}

    .my-profile-content h2 {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 25px;
        line-height: 100%;
        text-align: center;
        color: #59B0EF;
        margin-top: 76px;
        margin-bottom: 58px;
    }

    .my-profile-content .form-inputs {
        display: flex;
        flex-direction: column;
        gap: 0px 35px;
        padding: 0;
        align-items: center;
        width: 100%;
    }

        .my-profile-content .form-inputs .input-row {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 0px 35px;
            margin: 0;
            padding: 0;
            width: 100%;
            justify-content: center;
        }

    .my-profile-content .input-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .my-profile-content .input-container-third {
        width: 100%;
        max-width: 260px;
        display: flex;
        flex-direction: column;
    }

    .my-profile-content .input-container-half {
        width: 100%;
        max-width: 408px;
        display: flex;
        flex-direction: column;
    }

    .my-profile-content .input-container-full {
        width: 100%;
        min-width: 408px;
        max-width: 851px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .my-profile-content label {
        font-family: 'Greycliff-CF';
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
        color: #000000;
        margin-bottom: 12px;
    }

    .my-profile-content .drop__down,
    .my-profile-content .date__picker,
    .my-profile-content .time__picker,
    .my-profile-content input[type="text"],
    .my-profile-content input[type="password"] {
        background: #FFFFFF;
        height: 55px;
        padding: 15px 32px;
        border-radius: 15px;
        border: 1px solid #D3DAE0;
        margin-top: 0px;
        margin-bottom: 13px;
        font-family: Ubuntu;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #051B2B;
        opacity: 70%
    }

        .my-profile-content .drop__down.blue,
        .my-profile-content .date__picker.blue,
        .my-profile-content .time__picker.blue,
        .my-profile-content input[type="text"].blue {
            color: #59B0EF;
            opacity: 80%;
        }

        .my-profile-content input[type="text"]::placeholder {
            color: #051B2B40;
        }

        .my-profile-content .date__picker:read-only,
        .my-profile-content .time__picker:read-only,
        .my-profile-content input[type="text"]:read-only,
        .my-profile-content input[type="password"]:read-only {
            background: #ECECEC;
            cursor: not-allowed;
        }


    .my-profile-content .view-password-icon {
        position: absolute;
        right: 15px;
        top: 21px;
        width: 15px;
        cursor: pointer;
    }

    .my-profile-content .marketing-checbox-container {
        padding-top: 48px;
    }

    .my-profile-content .submit-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 1082px;
        padding: 51px 0;
        margin-top: 69px;
        border-top: 2px dotted #00000080;
    }

    .my-profile-content .table-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

        .my-profile-content .table-container .header-row {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: center;
        }

            .my-profile-content .table-container .header-row .header-cell {
                display: flex;
                flex-direction: row;
                padding: 11px 27px;
                border-bottom: 1px solid #ECEBF0;
                font-family: 'Greycliff-CF';
                font-weight: 700;
                font-size: 17px;
                line-height: 100%;
                color: #000000;
            }

        .my-profile-content .table-container .data-row {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: center;
        }

            .my-profile-content .table-container .data-row .data-cell {
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 21px;
                padding: 18px 27px 26px 27px;
                border-bottom: 1px solid #ECEBF0;
                font-family: Ubuntu;
                font-weight: 500;
                font-size: 16px;
                line-height: 120%;
                color: #051B2B;
            }

                .my-profile-content .table-container .data-row .data-cell p {
                    margin-bottom: 0;
                }

                .my-profile-content .table-container .data-row .data-cell p.red {
                    color: red;
                    margin-bottom: 0;
                }

                .my-profile-content .table-container .data-row .data-cell a {
                    font-family: Ubuntu;
                    font-weight: 500;
                    line-height: 100%;
                    color: #59B0EF;
                    cursor: pointer;
                }

                    .my-profile-content .table-container .data-row .data-cell a:hover {
                        text-decoration: none;
                    }

                .my-profile-content .table-container .data-row .data-cell img {
                    height: 14px;
                    cursor: pointer;
                }

                .my-profile-content .table-container .data-row .data-cell .tick-icon:before {
                    content: "";
                    display: block;
                    width: 15.5px;
                    height: 11.5px;
                    clip-path: polygon(10% 47%, 0 65%, 30% 100%, 100% 20%, 89% 0%, 30% 70%);
                    transform: scale(1);
                    background-color: #0B2537;
                }

        .my-profile-content .table-container .footer-row {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 5px;
            width: 100%;
            padding: 30px 0;
        }

            .my-profile-content .table-container .footer-row .prevButton,
            .my-profile-content .table-container .footer-row .nextButton {
                display: flex;
                flex-direction: row;
                justify-content: center;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                border: 1px solid #D3DAE0;
                background: #FFFFFF;
                padding: 13px;
                margin: 0 16px;
                cursor: pointer;
            }

                .my-profile-content .table-container .footer-row .prevButton.disabled,
                .my-profile-content .table-container .footer-row .nextButton.disabled {
                    opacity: 20%;
                    cursor: unset;
                }

            .my-profile-content .table-container .footer-row .pageButton {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #ECEBF0;
                font-family: 'Greycliff-CF';
                font-weight: 900;
                font-size: 13px;
                line-height: 100%;
                letter-spacing: 0.2px;
                text-align: center;
                color: #000000;
                cursor: pointer;
            }

                .my-profile-content .table-container .footer-row .pageButton.active {
                    background: #59B0EF;
                    color: #FFFFFF;
                    cursor: unset;
                }

    .my-profile-content .add-item-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        padding: 20px 25px 22px 25px;
        margin-bottom: 90px;
        border-bottom: 1px solid #ECEBF0;
    }

        .my-profile-content .add-item-container button {
            display: flex;
            flex-direction: row;
            padding: 15px 28px;
            background-color: #FFFFFF;
            border-radius: 50px;
            border: 1px solid #0B253720;
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.25px;
            text-align: right;
            text-transform: capitalize;
        }

.profile-modal-container {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 95vw;
    max-width: 1200px;
    max-height: 85vh;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

    .profile-modal-container .modal__close__btn {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 15px;
        top: 16px;
    }

    .profile-modal-container .profile-modal-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 40px;
    }

        .profile-modal-container .profile-modal-body h3 {
            font-family: 'Greycliff-CF';
            font-weight: 700;
            font-size: 25px;
            line-height: 100%;
            color: #59B0EF;
            margin-top: 36px;
            margin-bottom: 45px;
        }


@media(max-width: 1050px) {
    .my-profile-content .input-container-third,
    .my-profile-content .input-container-half,
    .my-profile-content .input-container-full {
        max-width: 851px;
        min-width: unset;
    }
}

@media(max-width: 1400px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-1400,
    .my-profile-content .table-container .data-row .data-cell.hide-at-1400 {
        display: none;
    }
}

@media(max-width: 1300px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-1300,
    .my-profile-content .table-container .data-row .data-cell.hide-at-1300 {
        display: none;
    }
}

@media(max-width: 1200px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-1200,
    .my-profile-content .table-container .data-row .data-cell.hide-at-1200 {
        display: none;
    }
}

@media(max-width: 1100px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-1100,
    .my-profile-content .table-container .data-row .data-cell.hide-at-1100 {
        display: none;
    }
}

@media(max-width: 1000px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-1000,
    .my-profile-content .table-container .data-row .data-cell.hide-at-1000 {
        display: none;
    }
}

@media(max-width: 900px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-900,
    .my-profile-content .table-container .data-row .data-cell.hide-at-900 {
        display: none;
    }
}

@media(max-width: 800px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-800,
    .my-profile-content .table-container .data-row .data-cell.hide-at-800 {
        display: none;
    }

    .my-profile-content .table-container .header-row .header-cell,
    .my-profile-content .table-container .data-row .data-cell {
        padding: 18px 10px 26px 10px;
    }
}

@media(max-width: 700px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-700,
    .my-profile-content .table-container .data-row .data-cell.hide-at-700 {
        display: none;
    }
}

@media(max-width: 600px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-600,
    .my-profile-content .table-container .data-row .data-cell.hide-at-600 {
        display: none;
    }
}

@media(max-width: 500px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-500,
    .my-profile-content .table-container .data-row .data-cell.hide-at-500 {
        display: none;
    }

    .my-profile-content .table-container .header-row .header-cell,
    .my-profile-content .table-container .data-row .data-cell {
        font-size: 13px;
    }

    .profile-modal-container .profile-modal-body {
        padding: 20px;
    }

    .profile-modal-container {
        width: 95vw;
    }
}

@media(max-width: 400px) {
    .my-profile-content .table-container .header-row .header-cell.hide-at-400,
    .my-profile-content .table-container .data-row .data-cell.hide-at-400 {
        display: none;
    }
}



