@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;500;600;700;800;900&display=swap");

body {
    font-family: '__Montserrat_68deba', 'Montserrat' !important;
    font-weight: 500 !important;
    color: var(--color2) !important;
}

:root {
    --color1: #ffffff;
    --color2: #000000;
    --color3: #804099;
    --color4: #ee0e7b;
    --color5: #c5c5c5;
    --color6: #e9e9e9;
    --color7: #ffca3a;
    --web-font: "DM Serif Display";
    --shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

::selection {
    background-color: var(--color4);
    color: var(--color1);
}

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

::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;

}

::-webkit-scrollbar-thumb {
    background: var(--color3);
    border-radius: 10px;

}

::-webkit-scrollbar-thumb:hover {
    background: var(--color3);

}

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

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

.white-bg {
    background-color: var(--color1) !important;
}

.black-bg {
    background-color: var(--color2);
}

.green-bg {
    background-color: #0a9400;
}

.light-purple-bg {
    background-color: #f2ebf5 !important;
}

.light-pink-bg {
    background-color: #ffdbec !important;
}

.light-black-bg {
    background-color: rgb(0 0 0 / 11%);
}

.pink-bg {
    background-color: var(--color4) !important;
}

.purple-bg {
    background-color: var(--color3) !important;
}

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

.grey-bg {
    background-color: var(--color6) !important;
}

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

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

.gradient-color {
    background: -webkit-linear-gradient(0deg, #814098, #ee257c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.color-black {
    color: var(--color2) !important;
    transition: all 0.2s ease-in-out;
}

a.color-white {
    color: var(--color1) !important;
    transition: all 0.2s ease-in-out;
}

a.purple-color {
    color: var(--color3) !important;
    transition: all 0.2s ease-in-out;
}

a.pink-color {
    color: var(--color4) !important;
    transition: all 0.2s ease-in-out;
}

a.color-black:hover {
    color: var(--color3) !important;
}

a.color-white:hover {
    color: var(--color4) !important;
}

a.purple-color:hover {
    color: var(--color2) !important;
}

a.pink-color:hover {
    color: var(--color2) !important;
}

.cursor-pointer {
    cursor: pointer;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

.font-size-10 {
    font-size: 10px !important;
    line-height: 12px;
}

.font-size-12 {
    font-size: 12px !important;
}

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

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

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

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-30 {
    font-size: 30px !important;
    line-height: 35px;
}

.font-size-32 {
    font-size: 32px !important;
    line-height: 37px;
}

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

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

.font-size-46 {
    font-size: 46px;
    line-height: 56px;
}

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

.gap-15 {
    gap: 15px;
}

.gap-25 {
    gap: 25px;
}

.playfair-font {
    font-family: "DM Serif Display" !important;
}

.dm-font {
    font-family: "DM Serif Display" !important;
}

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

.h1-title {
    font-size: 55px;
    line-height: 60px;
}

.h2-title {
    font-size: 45px;
    line-height: 75px;
}

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

.wf-initial-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid var(--color4); */
    background: linear-gradient(310deg,
            rgba(128, 64, 153, 1) 50%,
            rgba(238, 14, 123, 1) 100%);
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color1);
}

.authentication-bg {
    background: rgb(128, 64, 153);
    background-image: url("../images/st-icon-bg.svg");
    background-image: url("../images/st-icon-bg.svg"),
        linear-gradient(310deg,
            rgba(128, 64, 153, 1) 50%,
            rgba(238, 14, 123, 1) 100%);
    background-position: 130% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh !important;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eye-password {
    position: absolute;
    top: 39%;
    right: 4%;
    color: var(--color3);
    cursor: pointer;
}

.btn-icon-img {
    display: flex !important;
    align-items: center;
}

.custom-otp-input {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom-otp-input input {
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    letter-spacing: 15px;
}

.color-yellow {
    background-color: #f4d360 !important;
}

.color-red {
    background-color: #f13b3b !important;
}

.color-green {
    background-color: #3bc600 !important;
}

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

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

.grey-border {
    border: 1px solid hsla(0, 0%, 44%, 0.5);
}

/* .wf-event-color{
    border:0.5px solid #DFDFDF !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
} */
.wf-social-media-links a {
    color: var(--color5) !important;
    transition: all 0.3s ease-in-out !important;
}

.wf-social-media-links a:hover {
    color: var(--color4) !important;
}

.wf-event-color .btn {
    padding: 8px !important;
    height: 8px;
    border-radius: 50px;
    border-color: transparent !important;
    border-width: 5px;
}

.wf-event-color .btn-check:checked+.btn,
.wf-event-color .btn.active,
.wf-event-color .btn.show,
.wf-event-color .btn:first-child:active,
.wf-event-color :not(.btn-check)+.btn:active {
    border-color: #f2ebf5 !important;
}

.social-btn {
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    color: var(--color4) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent !important;
}

.wf-input.form-floating>label {
    font-size: 14px;
    line-height: 2;
    left: -2px;
}

.wf-input.form-floating .form-control {
    border: 0.5px solid #dfdfdf !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
    font-size: 14px !important;
}

.wf-input-101.form-floating>label {
    font-size: 14px;
    /* line-height: 2; */
    color: var(--color3) !important;
}

.wf-input-101.form-floating .form-control {
    border: 0 !important;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
    font-size: 14px !important;
}

.wf-input.wf-input-2.form-floating .form-control {
    border: 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11) !important;
}

.form-control.wf-input-sm {
    border: 0 !important;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
    font-size: 14px !important;
}

.wf-select.form-floating>label {
    font-size: 14px;
    line-height: 2;
}

.wf-select.form-floating .form-select {
    border: 0.5px solid #dfdfdf !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
    font-size: 14px !important;
}

.wf-textarea.form-floating>label {
    font-size: 14px;
    line-height: 2;
}

.wf-textarea.form-floating .form-control {
    border: 0.5px solid #dfdfdf !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
    font-size: 14px !important;
}

.wf-textarea.wf-textarea-101.form-floating .form-control {
    border: 0 !important;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
    font-size: 14px !important;
}

.wf-textarea.wf-textarea-101.form-floating label {
    color: var(--color3) !important;
}

.wf-textarea.wf-textarea-2.form-floating .form-control {
    border: 0.5px solid #dfdfdf !important;
    box-shadow: none !important;
}

.wf-textarea.wf-textarea-3.form-floating .form-control {
    border: 0 !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 11%) !important;
}

.wf-categories-select {
    border: 0.5px solid #dfdfdf !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
}

.wf-categories-select label {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 6px !important;
}

.wf-categories-select p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.wf-categories-select .btn-check:checked+.btn,
.wf-categories-select .btn.active,
.wf-categories-select .btn.show,
.wf-categories-select .btn:first-child:active,
.wf-categories-select :not(.btn-check)+.btn:active {
    color: var(--color1) !important;
    background-color: transparent !important;
    background: rgb(238, 14, 123);
    background: linear-gradient(180deg,
            rgba(238, 14, 123, 1) 0%,
            rgba(128, 64, 153, 1) 100%);
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
}

.wf-question-select label {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 6px !important;
    border: 0 !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
}

.wf-question-select p {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.wf-question-select .btn-check:checked+.btn,
.wf-question-select .btn.active,
.wf-question-select .btn.show,
.wf-question-select .btn:first-child:active,
.wf-question-select :not(.btn-check)+.btn:active {
    color: var(--color1) !important;
    background-color: transparent !important;
    background: rgb(238, 14, 123);
    background: linear-gradient(180deg,
            rgba(238, 14, 123, 1) 0%,
            rgba(128, 64, 153, 1) 100%);
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
}

.country-city-dropdown>a {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: var(--color3);
    background-color: var(--color1) !important;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    border: 0;
}

.country-city-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 4%;
    top: 50%;
}

.vendor-cat-dropdown .dropdown-menu.show,
.vendor-cat-dropdown .dropdown-menu.show {
    height: 300px;
    overflow: auto;
}

.vendor-cat-dropdown .dropdown-menu.show::-webkit-scrollbar,
.vendor-subcat-dropdown .dropdown-menu.show::-webkit-scrollbar {
    width: 10px;
}

.vendor-cat-dropdown .dropdown-menu.show::-webkit-scrollbar-track,
.vendor-subcat-dropdown .dropdown-menu.show::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
}

.vendor-cat-dropdown .dropdown-menu.show::-webkit-scrollbar-thumb,
.vendor-subcat-dropdown .dropdown-menu.show::-webkit-scrollbar-thumb {
    background: var(--color3);
    border-radius: 10px;
}

.vendor-cat-dropdown .dropdown-menu.show::-webkit-scrollbar-thumb:hover,
.vendor-subcat-dropdown .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
    background: var(--color3);
}

.vendor-cat-dropdown.edit-page .dropdown-toggle {
    border: 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11) !important;
}

.wf-filter-dropdown>a {
    width: 100%;
    text-align: left;
    font-size: 14px;
    background-color: var(--color1) !important;
    border: 0 !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.wf-filter-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 4%;
    top: 50%;
}

.wf-filter-dropdown .dropdown-menu.show {
    width: 100%;
    padding: 10px;
    background-color: var(--color1) !important;
    border: 0 !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
    margin-top: 5px;
}

.wf-filter-dropdown .rdp {
    margin: 0 !important;
}

.wf-login-checkbox label {
    font-size: 14px;
    /* margin-left: -15px */
}

.wf-signup-checkbox label {
    font-size: 14px;
}

.wf-signup-checkbox label a {
    color: var(--color2);
}

.wf-login-checkbox .form-check-input:checked,
.wf-signup-checkbox .form-check-input:checked {
    background-color: var(--color3) !important;
    border-color: var(--color3) !important;
}

.wf-login-checkbox .form-check-input:focus,
.wf-signup-checkbox .form-check-input:focus {
    border-color: var(--color3) !important;
    box-shadow: 0 0 0 0.25rem rgb(128 64 153 / 42%) !important;
}

a.reset-pass {
    font-size: 14px;
    text-decoration: none;
    color: rgb(38 38 38 / 50%);
}

a.reset-pass:hover {
    color: rgb(38 38 38 / 50%);
}

.wf-login-checkbox {
    width: 145px;
}

.wf-select {
    border: 0 !important;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
    font-size: 14px !important;
    color: var(--color3) !important;
    padding: 1.1rem .75rem !important;
    font-weight: 500 !important;
}

.wf-btn.wf-purple-btn {
    --bs-btn-color: var(--color1);
    --bs-btn-bg: var(--color3);
    --bs-btn-border-color: var(--color3);
    --bs-btn-hover-color: var(--color1);
    --bs-btn-hover-bg: var(--color4);
    --bs-btn-hover-border-color: var(--color4);
    --bs-btn-active-color: var(--color1);
    --bs-btn-active-bg: var(--color4);
    --bs-btn-active-border-color: var(--color4);
    --bs-btn-disabled-color: var(--color2);
    --bs-btn-disabled-bg: var(--color5);
    --bs-btn-disabled-border-color: var(--color5);
}

.wf-btn.wf-pink-btn {
    --bs-btn-color: var(--color1);
    --bs-btn-bg: var(--color4);
    --bs-btn-border-color: var(--color4);
    --bs-btn-hover-color: var(--color1);
    --bs-btn-hover-bg: var(--color3);
    --bs-btn-hover-border-color: var(--color3);
    --bs-btn-active-color: var(--color1);
    --bs-btn-active-bg: var(--color3);
    --bs-btn-active-border-color: var(--color3);
    --bs-btn-disabled-color: var(--color2);
    --bs-btn-disabled-bg: var(--color5);
    --bs-btn-disabled-border-color: var(--color5);
}

.wf-btn.wf-black-btn {
    --bs-btn-color: var(--color1);
    --bs-btn-bg: var(--color2);
    --bs-btn-border-color: var(--color2);
    --bs-btn-hover-color: var(--color1);
    --bs-btn-hover-bg: var(--color3);
    --bs-btn-hover-border-color: var(--color3);
    --bs-btn-active-color: var(--color1);
    --bs-btn-active-bg: var(--color3);
    --bs-btn-active-border-color: var(--color3);
    --bs-btn-disabled-color: var(--color2);
    --bs-btn-disabled-bg: var(--color5);
    --bs-btn-disabled-border-color: var(--color5);
}

.wf-white-btn {
    background-color: var(--color1) !important;
    color: var(--color2) !important;
    box-shadow: 0 3px 30px rgb(0 0 0 / 11%) !important;
}

.wf-red-btn {
    background-color: #d40000 !important;
    color: var(--color1) !important;
}

.btn.wf-btn {
    --bs-btn-padding-x: 0.75rem !important;
    --bs-btn-padding-y: 0.9rem !important;
    --bs-btn-font-size: 14px !important;
    --bs-btn-font-weight: 400 !important;
    --bs-btn-line-height: 1.5 !important;
    --bs-btn-color: var(--color1);
    --bs-btn-border-radius: 6px !important;
}

.wf-logo-card {
    cursor: pointer;
}

main.wf-chat-enqiries {
    margin-top: 100px;
}

.wf-auth-card-footer a {
    font-size: 14px;
    color: var(--color2);
    text-decoration: none;
    cursor: default;
}

/* .wf-auth-card-footer a:hover {
    color: var(--color3) !important;
} */
.wf-auth-card-footer {
    border-top: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.wf-join-btn label.btn {
    font-size: 14px;
    background-color: var(--color1) !important;
    border: 0.5px solid #dfdfdf !important;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.wf-join-btn .btn-check:checked+.btn,
.wf-join-btn .btn.active,
.wf-join-btn .btn.show,
.wf-join-btn .btn:first-child:active,
.wf-join-btn :not(.btn-check)+.btn:active {
    color: var(--color1) !important;
    background-color: transparent !important;
    background: rgb(238, 14, 123);
    background: linear-gradient(180deg,
            rgba(238, 14, 123, 1) 0%,
            rgba(128, 64, 153, 1) 100%);
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
}

.wf-label-select label {
    box-shadow: 0 3px 6px rgb(0 0 0 / 11%) !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: center !important;
    border: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.wf-label-select .pad-0-v {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.wf-label-select .btn-check:checked+.btn,
.wf-label-select .btn.active,
.wf-label-select .btn.show,
.wf-label-select .btn:first-child:active,
.wf-label-select :not(.btn-check)+.btn:active {
    color: var(--color1) !important;
    background-color: transparent !important;
    background: rgb(238, 14, 123);
    background: linear-gradient(180deg,
            rgba(238, 14, 123, 1) 0%,
            rgba(128, 64, 153, 1) 100%);
    border: 0 !important;
}

.country-city-dropdown .dropdown-menu.show {
    width: 100%;
    padding: 10px;
    background-color: var(--color1) !important;
    border: 0 !important;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
    --bs-dropdown-zindex: 3;
    max-height: 300px;
    overflow: auto;
}

.country-city-dropdown .dropdown-menu.show::-webkit-scrollbar {
    width: 5px;
    background-color: var(--color1);
}

.country-city-dropdown .dropdown-menu.show::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--color4);
    border-radius: 4px;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

.country-city-dropdown .dropdown-menu li.country {
    margin: 10px 0;
    padding: 5px;
    border-radius: 6px;
}

.country-city-dropdown .dropdown-menu li.country:hover,
.country-city-dropdown .dropdown-menu li.country.selected {
    background-color: #f3ebf6;
}

.country-city-dropdown .dropdown-menu li.country a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color2);
}

.country-city-dropdown .dropdown-menu li.country a img {
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
}

.country-city-dropdown .dropdown-menu li.country-city {
    font-size: 14px;
    color: var(--color2);
}

.country-city-dropdown .dropdown-menu li.city a {
    font-size: 12px;
    text-decoration: none;
    color: var(--color2);
}

.country-city-dropdown ul.city-list {
    list-style-type: none;
}

.country-city-dropdown .dropdown-menu li.city:hover,
.country-city-dropdown .dropdown-menu li.city.selected {
    background-color: #f3ebf6;
}

.country-city-dropdown .dropdown-menu li.city {
    margin: 5px 0;
    padding: 3px 5px;
    border-radius: 6px;
}

select.currency-select {
    border: 0;
    color: var(--color2);
}

select.currency-select option {
    color: var(--color2);
    background-color: var(--color1);
}

select.currency-select option:checked {
    color: var(--color1);
    background-color: var(--color2);
}

.profile-share-btn {
    height: 32px;
    width: 32px !important;
    background-color: var(--color4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color1);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -10px;
}

.sign-in-btn {
    font-size: 18px !important;
    line-height: 25px !important;
    padding: 15px 15px !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    background: transparent !important;
    border: 0 !important;
}

.sign-up-btn {
    font-size: 18px !important;
    line-height: 25px !important;
    padding: 15px 25px !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    color: var(--color1) !important;
    background: #814098;
    background: linear-gradient(118deg, #814098, #ee257c);
    border: 0 !important;
}

.gradient-bg {
    background: #814098;
    background: linear-gradient(118deg, #814098, #ee257c);
}

.archive-img {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}

.archive-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(255, 255, 255, 0) 100%);
}

/* .archive-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 60%);
} */
.archive-img img {
    height: 400px;
    min-height: 400px;
    object-fit: cover;
}

.search-wrapper {
    align-items: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 40px auto 0;
    padding: 10px 0;
    width: 80%;
}

.search-field-1,
.search-field-2 {
    width: 45%;
}

.search-wrapper-2 .search-field-1,
.search-wrapper-2 .search-field-2,
.search-wrapper-2 .search-field-3 {
    width: 30%;
}

.search-wrapper .search-field-1 .dropdown>a {
    border-right: 1px solid var(--color1);
}

.search-wrapper-2 .search-field-1,
.search-wrapper-2 .search-field-2 {
    border-right: 1px solid var(--color1);
}

.search-field-input-group .form-control {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--color1) !important;
    box-shadow: none !important;
}

.search-field-input-group .form-control::placeholder {
    color: var(--color1) !important;
}

.search-field-input-group .form-control:disabled {
    color: var(--color5) !important;
}

.search-field-input-group .input-group-text {
    color: var(--color1) !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.search-wrapper .dropdown>a {
    width: 100%;
    text-align: start;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.search-wrapper .dropdown a.btn:first-child:active {
    color: var(--color1);
    background-color: transparent;
    border-color: transparent;
}

.search-wrapper .dropdown-item {
    color: var(--color1);
    font-size: 14px;
}

.search-wrapper .dropdown-item:focus,
.search-wrapper .dropdown-item:hover, .search-wrapper .dropdown-item.active {
    color: var(--color2);
    background-color: #ffdbec;
}

.search-wrapper .dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    background-color: #343232;
}

.search-wrapper .dropdown-menu::-webkit-scrollbar {
    width: 10px;
}

.search-wrapper .dropdown-menu::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
}

.search-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--color1);
    border-radius: 10px;
}

.search-wrapper .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}

.search-btn {
    align-items: center;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 44px;
    justify-content: center;
    width: 44px;
    font-size: 20px;
    background: #814098;
    background: linear-gradient(118deg, #814098, #ee257c);
}

.search-wrapper.search-wrapper-task {
    background: var(--color1);
    width: 100%;
    margin: 0 0 40px;
    backdrop-filter: none;
}

.search-wrapper.search-wrapper-task .dropdown>a {
    color: var(--color2);
}

.search-wrapper.search-wrapper-task .dropdown-menu {
    background-color: var(--color1);
    z-index: 2;
}

.search-wrapper.search-wrapper-task .search-field-1 .dropdown>a {
    border-right: 1px solid var(--color2);
}

.home-main-bg {
    background-image: url("../images/main-banner-img4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.home-hero .container {
    z-index: 2;
    position: relative;
}

.home-hero-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.home-hero-body {
    padding: 8rem 4.5rem 6rem;
}

.home-title {
    line-height: 72px;
    width: 60%;
    margin-bottom: 70px;
}

.home-hero .search-wrapper {
    margin: 0 auto 0;
    width: 70%;
}

.planning-tools-bg {
    background-image: url("../images/categories-sec-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.number-one-picks-bg {
    background-image: url("../images/number-one-planner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.number-one-picks-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0, 0, 0);
    /* background: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgba(255, 255, 255, 0) 100%); */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.number-one-picks-bg>.container {
    z-index: 0;
    position: relative;
}

.about-weddified {
    background-image: url("../images/about-weddified-bg1.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.featured-supplier-slider .swiper {
    position: revert;
}

.featured-supplier-slider .swiper-button-prev,
.featured-supplier-slider .swiper-button-next {
    top: -28px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 35px;
    width: 35px;
    border-radius: 5px;
}

.featured-supplier-slider .swiper-button-prev,
.featured-supplier-slider .swiper-rtl .swiper-button-next {
    left: 92%;
}

.featured-supplier-slider .swiper-button-prev:after,
.featured-supplier-slider .swiper-button-next:after {
    font-size: 15px;
    color: var(--color2);
}

.featured-supplier-slider {
    position: relative;
}

.explore-locations-rel {
    position: relative;
}

.explore-locations .swiper {
    position: revert;
}

.explore-locations .swiper-button-prev,
.explore-locations .swiper-button-next {
    top: -28px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 35px;
    width: 35px;
    border-radius: 5px;
}

.explore-locations .swiper-button-prev,
.explore-locations .swiper-rtl .swiper-button-next {
    left: 92%;
}

.explore-locations .swiper-button-prev:after,
.explore-locations .swiper-button-next:after {
    font-size: 15px;
    color: var(--color2);
}

.event-details-slider {
    position: relative;
}

.event-details-slider .swiper {
    position: revert;
}

/* .event-details-slider .swiper-button-prev,
.event-details-slider .swiper-button-next {
    top: -28px;
    background-color: rgba(0, 0, 0, 0.10);
    height: 35px;
    width: 35px;
    border-radius: 5px;
} */

.event-details-slider .swiper-button-prev,
.event-details-slider .swiper-rtl .swiper-button-next {
    left: -3%;
}

.event-details-slider .swiper-button-next,
.event-details-slider .swiper-rtl .swiper-button-prev {
    right: -3%;
}

.event-details-slider .swiper-button-prev:after,
.event-details-slider .swiper-button-next:after {
    font-size: 15px;
    color: var(--color3);
}

.location-card {
    position: relative;
    display: flex;
    cursor: pointer;
}

.location-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.location-text {
    position: absolute;
    bottom: 0;
    padding: 30px 20px 15px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
}

.grow-your-bussiness {
    background-image: url("../images/cultral-recomandations.jpg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 75%;
    position: relative;
}

.grow-your-bussiness:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255, 0);
    background: linear-gradient(240deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 65%);
    position: absolute;
    display: block;
    z-index: 0;
    top: 0;
}

.grow-your-bussiness .container {
    z-index: 2;
    position: relative;
}

.categories-boxes .category-box:nth-child(5) {
    flex: 0 0 auto;
}

.categories-boxes .category-box {
    flex: 1 0 auto;
    width: 24%;
}

.category-card {
    position: relative;
    display: flex;
    cursor: pointer;
}

.category-img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.category-text {
    position: absolute;
    bottom: 0;
    padding: 50px 20px 30px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
}

.about-bg {
    background-image: url("../images/about-shadi-tayari.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}

.about-hero-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 54%) 0%, rgb(0 0 0 / 20%) 100%);
}

.about-hero .container {
    z-index: 2;
    position: relative;
}

.about-us-img {
    height: 100%;
    object-fit: cover;
}

.about-hero .about-hero-foot {
    padding-bottom: 50px;
}

.about-hero .about-hero-body {
    padding: 6rem 4.5rem;
}

.about-content {
    width: 50%;
    margin-top: 10px;
}

.contact-bg {
    background-image: url("../images/contact-shadi-tayari-bg2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact-hero-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 54%) 0%, rgb(0 0 0 / 20%) 100%);
}

.contact-bg .container {
    z-index: 2;
    position: relative;
}

.contact-hero .contact-hero-body {
    padding: 6rem 4.5rem;
}

.contact-form {
    background-color: #f5f5f5;
    padding: 35px;
    border-radius: 15px;
}

.feature-bg {
    background: #814098;
    background: linear-gradient(118deg, #814098, #ee257c);
}

.features-hero .container {
    z-index: 2;
    position: relative;
}

.features-hero>.container {
    padding-top: 120px;
}

section.vendor-storefront-1 {
    margin-top: 100px;
}

.contact-hero>.container,
.about-hero>.container,
section.single-blog-1 {
    padding-top: 110px;
}

.features-hero .features-hero-foot {
    padding-bottom: 50px;
}

.features-hero .features-hero-body {
    padding: 3rem 2rem 0;
}

.dowload-app-bg {
    background-image: url("../images/feature-download-bg.png");
    background-size: auto;
    background-position: center left;
    background-repeat: no-repeat;
}

.features-list-bg {
    background-image: url("../images/list-features-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.features-list-bg>.container {
    z-index: 2;
    position: relative;
}

.features-list-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    z-index: 0;
}

.subscribe-bg {
    background-image: url("../images/subscribe-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pre-content {
    align-items: center;
    background-color: var(--color3);
    background-image: url(../images/pre-footer-bg.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 40px;
}

.pre-footer:before {
    content: url(../images/w-pink.svg);
    display: inline-block;
    left: 8%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 1;
}

.pre-footer {
    background: #000;
    background: linear-gradient(180deg, transparent 50%, #303030 0);
    padding: 80px 0;
    position: relative;
}

footer {
    background-color: #222222;
    padding: 80px 0 25px;
}

.footer-top {
    margin-bottom: 30px !important;
}

.footer-bottom {
    padding-top: 20px;
}

.list-inline {
    list-style: none;
    padding-left: 0;
}

.list-inline .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.list-inline .list-inline-item {
    display: inline-block;
}

.social-icons a {
    align-items: center;
    background: #101010;
    border-radius: 10px;
    color: var(--color1);
    display: flex;
    height: 70px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    width: 70px;
    font-size: 36px;
    text-decoration: none;
}

.social-icons a:hover {
    color: var(--color2) !important;
    background: var(--color1) !important;
}

.search-wrapper select {
    width: 100%;
}

.search-wrapper select {
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    color: var(--color1) !important;
    font-size: 16px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: none !important;
}

.search-wrapper .form-select:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.search-wrapper .select {
    width: 100%;
}

.search-wrapper select option {
    background-color: #152d2e;
}

.search-field-1 .field {
    border-right: 1px solid var(--color1);
}

.footer-links li {
    padding: 5px 0;
}

.categories-location-links li a,
.footer-links li a {
    text-decoration: none;
}

.categories-location-links,
.footer-links {
    list-style: none;
    padding-left: 0 !important;
}

.categories-location-links li {
    padding: 3px 0;
}

.blog-card h3 a,
.search-category a,
.ideas-inspiration-container a {
    text-decoration: none;
}

.border-top-light-color .border-top {
    border-top-color: rgb(255 255 255 / 25%) !important;
}

.wf-btn-icon {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    border-radius: 6px !important;
    font-size: 16px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: 0 !important;
}

.wf-gradient-btn {
    background: #814098;
    background: linear-gradient(118deg, #814098, #ee257c);
    color: var(--color1) !important;
}



.wf-grey-btn {
    background-color: rgb(0, 0, 0, 0.15) !important;
    color: var(--color2) !important;
}

.wf-yellow-btn {
    background-color: var(--color7) !important;
    color: var(--color1) !important;
}

.outline-btn {
    background: transparent !important;
    border: 2px solid var(--color1) !important;
    color: var(--color1) !important;
}

.outline-btn:hover {
    background: var(--color1) !important;
    color: var(--color2) !important;
}

.wf-pink-outline-btn {
    background-color: transparent !important;
    border: 1px solid var(--color4) !important;
    color: var(--color4) !important;
    transition: all 0.3s linear !important;
}

.wf-pink-outline-btn:hover {
    background-color: var(--color4) !important;
    border: 1px solid var(--color4) !important;
    color: var(--color1) !important;
}

.wf-purple-outline-btn {
    background-color: transparent !important;
    border: 1px solid var(--color3) !important;
    color: var(--color3) !important;
    transition: all 0.3s linear !important;
}

.wf-purple-outline-btn:hover {
    background-color: var(--color3) !important;
    border: 1px solid var(--color3) !important;
    color: var(--color1) !important;
}

.pre-footer-buttons {
    margin-top: 18px !important;
    width: 65%;
    z-index: 3;
}

.faq-search .search-wrapper {
    background-color: var(--White-color);
    border: 1px solid rgb(0 0 0 / 20%);
}

.faqs-section .searchbar {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    color: var(--Black-color);
    font-size: 18px;
    width: 92%;
}

.faqs-section .searchbar::placeholder {
    background-color: transparent;
    color: var(--Black-color);
    font-size: 18px;
}

.faqs-section .searchbar:focus {
    outline: none;
    box-shadow: none;
}

.faqs-section .faq {
    margin: 3rem 0;
}

.faqs-section .question-wrapper {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin: 0 auto;
    transition: 1s;
    padding-top: 12px;
    cursor: pointer;
}

.faqs-section .question {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    color: var(--Black-color);
}

.faqs-section .answer {
    display: none;
}

.faqs-section .answer.active {
    display: block;
    padding-bottom: 20px;
    height: 0%;
    animation: slidein 0.4s;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    from {
        opacity: 0.3;
        transform: translateY(-20%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

.toggle-faq {
    border: 1px solid var(--color2);
    display: flex;
    border-radius: 50%;
    padding: 5px;
    justify-content: center;
    font-size: 14px;
}

.pre-content h2 {
    z-index: 3;
}

.archives-section {
    padding: 50px 0;
    position: relative;
}

.archives-hero {
    z-index: 2;
    position: relative;
}

/* vendor css */
.blog-card,
.vendor-card {
    display: block;
}

.vendor-card-dashboard {
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
}

.vendor-card-dashboard .vendor-card-body {
    margin-bottom: 0;
}

.vendor-card-dashboard .vendor-card-body .top-box {
    padding: 3px 5px;
}

.vendor-card-dashboard .vendor-image {
    max-width: 100%;
    min-height: 8vw;
    height: 8vw;
    object-fit: cover;
    border-radius: 0;
    color: var(--color2);
}

.vendor-card-dashboard .vendor-card-footer {
    background-color: #fbf8f2;
    padding: 10px;
}

.vendor-image {
    max-width: 100%;
    min-height: 12vw;
    height: 12vw;
    object-fit: cover;
    border-radius: 10px;
    color: var(--color2);
}

.vendor-card-body {
    position: relative;
    margin-bottom: 10px;
}

.vendor-card-body .swiper {
    --swiper-navigation-size: 18px;
}

.vendor-card-body .swiper-button-prev,
.vendor-card-body .swiper-button-next {
    z-index: 1;
    color: var(--color1);
}

.vendor-card-body .top-box {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 10px;
    z-index: 1;
}

.vendor-card-body .bottom-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    z-index: 1;
}

.vendor-card-body .bottom-box span a {
    color: var(--color1) !important;
}

.heart-icon {
    color: var(--color1);
    cursor: pointer;
    /* height: 30px; */
    /* justify-content: center; */
    /* width: 32px;
    font-size: 20px; */
}

.wf-filter-check {
    width: 50%;
}

.wf-filter-check label {
    font-size: 14px !important;
}

.wf-filter-check .form-check-input:checked~.form-check-label {
    color: var(--color4);
}

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

.form-check-input:focus {
    border-color: var(--color3) !important;
    box-shadow: 0 0 0 0.25rem rgb(128 64 153 / 15%) !important;
}

.wf-pagination .page-link {
    font-size: 20px;
    color: var(--color4);
    background-color: transparent;
    border: 1px solid var(--color4);
    padding: 0;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    z-index: 0;
}

.wf-pagination .page-link:hover {
    color: var(--color1);
    background-color: var(--color4);
    border-color: var(--color4);
}

.wf-pagination .active>.page-link,
.wf-pagination .page-link.active {
    color: var(--color1);
    background-color: var(--color4);
    border-color: var(--color4);
    z-index: 0;
}

.wf-pagination-2 .page-link {
    font-size: 20px;
    color: var(--color3);
    background-color: transparent;
    border: 0 !important;
    padding: 0;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    z-index: 0;
}

.wf-pagination-2 .page-link:hover {
    color: var(--color1);
    background-color: var(--color3);
    border: 1px solid var(--color3);
}

.wf-pagination-2 .active>.page-link,
.wf-pagination-2 .page-link.active {
    color: var(--color1);
    background-color: var(--color3);
    border: 1px solid var(--color3);
    z-index: 0;
}

.leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom {
    border-radius: 15px;
}

.gallery-card {
    position: relative;
    display: flex;
}

.gallery-img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-img.big {
    height: 605px;
}

.see-all-photos-btn {
    background-color: var(--color1);
    border-radius: 10px;
    bottom: 42px;
    color: var(--color2);
    left: 20px;
    padding: 15px 15px 15px;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.see-all-photos-btn:hover {
    color: var(--color1) !important;
    background-color: var(--color2);
}

.enquire-box-text {
    background-color: var(--color1) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    padding: 15px !important;
    width: 100%;
    box-shadow: none !important;
}

.enquire-box-text:focus-within,
.enquire-box-text:focus,
.enquire-box-text:focus-visible {
    border: 1px solid var(--color2);
    outline: 0;
}

.saved-pins-image {
    max-width: 415px;
    height: 10vw;
    object-fit: cover;
    border-radius: 10px;
}

/* blog css */
.blog-card-dashboard {
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-card-dashboard .blog-image {
    height: 10vw;
    min-height: 10vw;
    object-fit: cover;
    border-radius: 0;
}

.blog-card-dashboard .blog-card-footer {
    background-color: #fbf8f2;
    padding: 10px;
}

.blog-card-dashboard .blog-card-body {
    margin-bottom: 0px;
}

.blog-image {
    max-width: 100%;
    height: 16vw;
    min-height: 16vw;
    object-fit: cover;
    border-radius: 10px;
}

.blog-card-home .blog-image {
    min-height: 12vw;
    height: 12vw;
}

.blog-card-body {
    position: relative;
    margin-bottom: 10px;
}

.blog-card-body .top-box {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 10px;
    z-index: 1;
}

.blog-card-body .bottom-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    z-index: 1;
}

.blog-card-body .top-box span a,
.blog-card-body .bottom-box span a {
    color: var(--color1) !important;
}

.pin-blog {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--color4);
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
}

.blog-pin-image {
    position: relative;
}

.blog-pin-image img {
    width: 100%;
    border-radius: 10px;
}

.blog-content p {
    font-size: 16px !important;
    font-family: "Montserrat" !important;
    line-height: 24px !important;
    color: var(--color2) !important;
    margin-bottom: 15px !important;
}

.blog-content p a {
    color: var(--color4) !important;
}

.blog-content h3 {
    font-size: 30px !important;
    font-family: "DM Serif Display" !important;
    line-height: 35px !important;
    color: var(--color2) !important;
    margin-bottom: 10px !important;
    font-weight: 300;
}

.blog-content h3 a {
    color: var(--color2) !important;
}

.blog-content h2 {
    font-size: 36px !important;
    font-family: "DM Serif Display" !important;
    line-height: 40px !important;
    color: var(--color2) !important;
    margin-bottom: 10px !important;
}

.blog-content h2 a {
    color: var(--color2) !important;
}

.blog-content p span {
    font-size: 16px !important;
    font-family: "Roboto" !important;
    line-height: 26px !important;
}

.blog-content h2 span {
    font-size: 36px !important;
    font-family: "DM Serif Display" !important;
    line-height: 40px !important;
}

.blog-content h4 {
    font-size: 24px !important;
    font-family: "DM Serif Display" !important;
    line-height: 28px !important;
    color: var(--color2) !important;
    margin-bottom: 10px !important;
}

.single-blog-image {
    border-radius: 20px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.before-css p::before {
    content: "-";
    margin-right: 28px;
    font-weight: 900;
    color: var(--color2);
}

.before-css p:first-child::before {
    display: none;
}

.blog-images-container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-images-container2 {
    position: relative;
}

.number-1-picks .swiper {
    position: revert;
}

.number-1-picks .swiper-button-prev,
.number-1-picks .swiper-button-next {
    top: -28px;
    background-color: rgb(255 255 255 / 15%);
    height: 38px;
    width: 38px;
    border-radius: 5px;
}

.number-1-picks .swiper-button-prev,
.number-1-picks .swiper-rtl .swiper-button-next {
    left: 89%;
}

.number-1-picks .swiper-button-prev:after,
.number-1-picks .swiper-button-next:after {
    font-size: 15px;
    color: var(--color1);
}

.number-1-slider {
    position: relative;
}

.ratings {
    margin-right: 10px;
}

.ratings i {
    color: #cecece;
    font-size: 20px;
    padding: 0 1px;
}

.rating-color {
    color: #ffe600 !important;
}

.review-count {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 24px !important;
}

.vendor-title h3 {
    font-weight: 700;
}

.vendor-title h3 a {
    text-decoration: none;
}

.featured-suppliers {
    padding: 80px 0;
}

.featured-vendors {
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0.52),
            rgba(0, 0, 0, 0.73)),
        url(../images/vendor-background.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 25px;
}

.featured-vendors .swiper {
    position: revert;
}

.featured-vendors .swiper-button-prev,
.featured-vendors .swiper-button-next {
    top: 98%;
    background-color: #f5f5f5;
    height: 38px;
    width: 38px;
    border-radius: 5px;
}

.featured-vendors .swiper-button-next,
.featured-vendors .swiper-rtl .swiper-button-prev {
    right: 0%;
}

.featured-vendors .swiper-button-prev,
.featured-vendors .swiper-rtl .swiper-button-next {
    left: 90%;
}

.featured-vendors .swiper-button-prev:after,
.featured-vendors .swiper-button-next:after {
    font-size: 22px;
    color: var(--color2);
}

.featured-vendors .f-v-slider {
    position: relative;
}

.go-back-btn {
    border: 1px solid var(--color2);
    border-radius: 10px;
    color: var(--color2);
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

.go-back-btn:hover {
    color: var(--color1);
    background-color: var(--color2);
}

.favourite-option,
.share-option {
    background-color: rgb(0 0 0 / 10%);
    color: var(--color2);
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    font-size: 22px;
}

.box-gradient {
    background: #814098;
    background: linear-gradient(118deg, #814098, #ee257c);
    border-radius: 15px;
    padding: 12px;
}

.box-grey {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 12px;
}

.light-grey-bg {
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: var(--color2);
    display: flex;
    height: 50px;
    justify-content: center;
    margin-left: 15px;
    width: 50px;
}

.wf-user-nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.wf-user-nav .nav-image {
    height: 25px;
}

.wf-user-nav .nav-link {
    font-size: 12px;
    color: var(--color2);
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.wf-user-nav .nav-link.active {
    color: var(--color3) !important;
}

.wf-user-nav .nav-link:hover {
    color: var(--color3) !important;
}

.wf-user-nav .nav-link.active::after {
    content: "";
    width: 80%;
    height: 3px;
    background-color: var(--color3);
    position: absolute;
    bottom: 0;
    border-radius: 15px;
}

/* .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
    opacity: 1 !important;
} */

.wf-light-header .dark-logo,
.wf-dark-header .light-logo {
    display: none;
}

.wf-nav-sticky .light-logo {
    display: none !important;
}

.wf-light-header .light-logo,
.wf-dark-header .dark-logo {
    display: block;
}

.wf-nav-sticky .dark-logo {
    display: block !important;
}

.wf-light-header .nav-link {
    color: var(--color1) !important;
}

.wf-light-header .nav-link:hover {
    color: var(--color4) !important;
}

.wf-dark-header .nav-link {
    color: var(--color2) !important;
}

.wf-dark-header .nav-link:hover {
    color: var(--color4) !important;
}

.wf-nav-sticky .nav-link {
    color: var(--color2) !important;
}

.wf-nav-sticky .nav-link:hover {
    color: var(--color4) !important;
}

.wf-light-header .custom-dropdown i.icon-notifications {
    color: var(--color1);
}

.wf-nav-sticky .custom-dropdown i.icon-notifications {
    color: var(--color3);
}

.wf-light-header .sign-in-btn {
    color: var(--color1) !important;
}

.wf-nav-sticky .sign-in-btn {
    color: var(--color2) !important;
}

.wf-dark-header .sign-in-btn {
    color: var(--color2) !important;
}

.wf-light-header,
.wf-dark-header {
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
}

.archives-hero .h1-title,
.home-hero .home-title {
    margin-top: 115px;
}

main.wf-user-pannel>header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

main.wf-user-pannel>section {
    margin-top: 120px;
}

main.wf-business-pannel>header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

main.wf-business-pannel>section {
    margin-top: 120px;
}

.wf-nav-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 14;
    transition: background-color 0.3s ease;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
}

.wf-nav-sticky .wf-profile .dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.wf-light-header .navbar,
.wf-dark-header .navbar {
    transition: all 0.3s ease-in-out !important;
}

.wf-nav-sticky .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.wf-nav-sticky.wf-light-header .navbar-collapse,
.wf-nav-sticky.wf-dark-header .navbar-collapse {
    top: 80px;
}

.custom-dropdown .btn:active,
.custom-dropdown .btn:focus {
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .title-wrap {
    padding: 10px;
}

.custom-dropdown .title {
    font-size: 14px;
    font-weight: 500;
}

.custom-dropdown .dropdown-link {
    color: #888;
    display: inline-block;
    padding-right: 0px;
    position: relative;
}

.custom-dropdown .dropdown-link .wrap-icon {
    font-size: 22px;
}

.custom-dropdown .dropdown-link .number {
    width: 15px;
    height: 15px;
    line-height: 12px;
    border-radius: 50%;
    background: var(--color4);
    position: absolute;
    font-size: 10px;
    top: -6px;
    right: -6px;
    border: 2px solid var(--color4);
    color: var(--color1);
    text-align: center;
}

.custom-dropdown .dropdown-menu {
    border: 1px solid transparent;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    left: -196px !important;
    transition: 0.3s margin-top ease, 0.3s opacity ease, 0.3s visibility ease;
    visibility: hidden;
    width: 380px;
}

.custom-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    margin-top: 10px !important;
}

.custom-dropdown .custom-notifications {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 225px;
    overflow-y: auto;
    border-bottom: 1px solid #efefef;
}

.custom-dropdown .custom-notifications::-webkit-scrollbar {
    display: none;
}

.custom-dropdown .custom-notifications>li {
    display: block;
    font-size: 14px;
    margin-bottom: 1px;
    position: relative;
}

.custom-dropdown .custom-notifications>li:last-child {
    margin-bottom: 0;
}

.custom-dropdown .custom-notifications>li>a {
    display: block;
    padding: 12px;
    color: var(--color2);
}

.custom-dropdown .custom-notifications>li>a:hover {
    background: #f0e7f3;
}

.custom-dropdown .custom-notifications>li>a .img {
    flex: 0 0 60px;
}

.custom-dropdown .custom-notifications>li>a .img img {
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color4);
}

.custom-dropdown .custom-notifications>li>a .text {
    margin-top: 0px;
    font-size: 12px;
}

.custom-dropdown .custom-notifications>li>a .text strong {
    font-weight: 700;
    color: #000;
}

.custom-dropdown .custom-notifications>li.unread a {
    background: #f0e7f3;
}

.custom-dropdown i.icon-notifications {
    font-size: 22px;
    color: var(--color3);
}

.custom-dropdown .notification-date {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    right: 9px;
    color: #7e7e7e;
}

section.faqs-section {
    margin-top: 150px;
    margin-bottom: 50px;
}

.wf-profile .dropdown-menu {
    --bs-dropdown-font-size: 12px;
    --bs-dropdown-color: var(--color3);
    --bs-dropdown-bg: var(--color1);
    --bs-dropdown-border-color: transparent;
    --bs-dropdown-border-radius: 6px;
    --bs-dropdown-divider-bg: #bdbcbc;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--color2);
    --bs-dropdown-link-hover-bg: #fbf8f2;
    --bs-dropdown-link-active-color: var(--color2);
    --bs-dropdown-link-active-bg: #fbf8f2;
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    border: 0;
    right: -35px !important;
    top: 65px !important;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
}

.wf-profile .dropdown-item {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--color3);
    display: flex;
    align-items: center;
    gap: 10px;
}

.wf-profile .dropdown-item i {
    font-size: 20px;
    color: var(--color4);
}

.wf-profile .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 200px;
}

.wf-profile:hover>.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.wf-profile .dropdown-submenu:hover>.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.wf-profile .avatar {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid var(--color4);
}

.wf-profile-badge {
    right: -6px;
    --bs-badge-padding-x: 0.5em !important;
    --bs-badge-font-size: 0.7em !important;
    --bs-badge-padding-y: 0.35em !important;
    line-height: 0.8 !important;
}

.wf-download-app {
    background-color: #f2ebf5;
    border-radius: 6px;
}

.plus-btn {
    padding: 5px !important;
    background-color: var(--color4) !important;
    color: var(--color1) !important;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 35px;
}

.plus-btn-sm {
    padding: 5px !important;
    background-color: var(--color4) !important;
    color: var(--color1) !important;
    height: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 15px;
    border-radius: 4px !important;
}

.view-btn {
    padding: 3px !important;
    background-color: var(--color5) !important;
    color: var(--color1) !important;
}

.view-btn i {
    display: flex !important;
}

.view-btn.opened {
    background-color: var(--color3) !important;
    color: var(--color1) !important;
}

.wf-shadow {
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
}

.wf-shadow-2 {
    box-shadow: var(--shadow) !important;
}

.wf-filter-category-slider {
    position: relative;
}

.wf-filter-category-slider.wf-saved-pins-slider {
    padding: 0;
}

.wf-filter-category-slider.wf-saved-pins-slider .swiper-button-next,
.wf-filter-category-slider.wf-saved-pins-slider .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -5px);
}

.wf-filter-category-slider.wf-saved-pins-slider .swiper-button-prev,
.wf-filter-category-slider.wf-saved-pins-slider .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -5px) !important;
}

.wf-filter-category-slider .swiper {
    position: revert !important;
}

.wf-filter-category-slider .swiper-button-prev,
.wf-filter-category-slider .swiper-button-next {
    color: var(--color3) !important;
    z-index: 1;
}

.wf-filter-category-slider .swiper-button-prev:after,
.wf-filter-category-slider .swiper-button-next:after {
    font-size: 15px !important;
    font-weight: 900 !important;
}

.wf-filter-category-slider .swiper-button-prev,
.wf-filter-category-slider .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -25px) !important;
}

.wf-filter-category-slider .swiper-button-next,
.wf-filter-category-slider .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -25px);
}

.wf-filter-category-slider .btn {
    border: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.categories-slider-filter.checked .btn {
    border: 0 !important;
}

.wf-filter-category-slider .btn img {
    filter: grayscale(1);
    opacity: 0.5;
    transition: opacity 0.9s ease-in-out;
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.wf-filter-category-slider .btn>img:hover {
    filter: none !important;
    opacity: 1 !important;
}

.categories-slider-filter.checked .btn>img {
    filter: none !important;
    opacity: 1 !important;
}

.wf-filter-category-slider .btn span {
    font-size: 12px;
}

.task-ff {
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.wf-task-group-foot {
    display: none;
}

.wf-task-group-foot.show {
    display: block;
}

.wf-calender-filter {
    display: none;
}

.wf-calender-filter.show {
    display: block;
}

.check-icon {
    color: #46b749;
    border: 1px solid #46b749;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease-in-out;
}

.check-icon:hover {
    color: var(--color1);
    background-color: #46b749;
}

.x-icon {
    color: #d40000;
    border: 1px solid #d40000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease-in-out;
}

.x-icon:hover {
    color: var(--color1);
    background-color: #d40000;
}

.edit-icon {
    color: var(--color2);
    border: 1px solid var(--color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease-in-out;
}

.edit-icon:hover {
    color: var(--color1);
    background-color: var(--color2);
}

.wf-task-list {
    border: 0.5px solid #c2c2c2;
    border-radius: 3px;
}

.wf-task-list.opened {
    border: 0;
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%) !important;
}

.wf-subtasks {
    display: none;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
}

.wf-subtasks.show {
    display: block !important;
}

.wf-subtask {
    border-radius: 4px;
    padding: 5px;
}

.wf-subtask.due {
    background-color: rgb(212 212 212 / 30%);
}

.wf-subtask.completed {
    background-color: rgb(123 255 127 / 30%) !important;
}

.wf-subtask.overdue {
    background-color: rgb(241 59 59 / 30%) !important;
}

.task-ff .form-control {
    border: 0.5px solid #8b8b8b !important;
    border-radius: 4px !important;
    font-size: 14px;
}

.arrow-toggle {
    margin-left: 10px;
    font-size: 14px;
    color: var(--color2);
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: rgb(0 0 0 / 80%) !important;
    z-index: 103;
}

.wf-cat-list {
    border: 0.5px solid #c2c2c2;
    border-radius: 4px;
    padding: 10px;
}

.wf-cat-question {
    padding: 10px 10px 10px 20px;
    display: none;
}

.wf-cat-question.show {
    display: block !important;
}

.wf-cat-list.selected {
    background-color: rgb(194 194 194 / 10%);
}

.wf-count-input .input-group>.form-control,
.wf-count-input .input-group>.form-floating,
.wf-count-input .input-group>.form-select {
    flex: 0.2 0 auto !important;
}

.wf-count-input .btn {
    background-color: #f2ebf5 !important;
    color: var(--color3) !important;
    transition: all 0.3s ease-in-out;
    border: 0 !important;
}

.wf-count-input .btn:hover {
    background-color: var(--color3) !important;
    color: var(--color1) !important;
}

input.form-control.input-number {
    width: 10% !important;
    padding: 6px 5px;
    text-align: center;
    border: 1px solid #f2ebf5 !important;
}

.wf-count-input .input-group .input-group-btn:nth-child(1) .btn {
    border-radius: 5px 0px 0px 5px !important;
}

.wf-count-input .input-group>.input-group-btn:nth-child(3) .btn {
    border-radius: 0px 5px 5px 0px !important;
}

.wf-event-select .btn {
    font-size: 14px;
    filter: grayscale(1);
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    background-color: var(--color1);
}

.wf-event-select .btn-check:checked+.btn {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    filter: grayscale(0) !important;
    background-color: var(--color1);
}

.modal.show.wf-modal {
    --bs-modal-width: 60%;
}

.modal.show.wf-modal::-webkit-scrollbar {
    display: none;
}

.wf-delete-modal {
    --bs-modal-width: 30% !important;
}

.wf-invitation-modal {
    --bs-modal-width: 25% !important;
}

.wf-allocation-modal {
    --bs-modal-width: 40% !important;
}

span.count-text {
    font-size: 12px;
    height: 12px;
    display: block;
}

.event-invite-check {
    color: #3bc600;
}

.event-invite-cross {
    color: #f13b3b;
}

.event-invite-later {
    color: #afafaf;
}

.wf-guest-table .couple-image {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
}

.wf-guest-table th {
    font-size: 14px;
    font-weight: 500;
}

.wf-guest-table td {
    font-size: 12px;
    text-transform: uppercase;
}

.wf-guest-table .table>thead>tr>th {
    padding: 20px 10px 10px;
}

.wf-guest-table .table>tbody>tr>td {
    padding: 20px 10px 20px;
}

.icon-filled i {
    color: var(--color2);
}

.icon-filled i.filled {
    color: var(--color3);
}

.wf-guest-table {
    border-radius: 5px;
    overflow: hidden;
}

.event-bar {
    position: absolute;
    width: 88%;
    height: 7px;
    bottom: 0;
    border-radius: 5px;
    margin-bottom: -3px;
    left: 5px;
    right: 0;
}

.total-guest-count {
    font-weight: 500;
}

.faq-grid-system {
    width: 100%;
    margin: 20px auto;
    columns: 2;
    column-gap: 20px;
}

.faq-grid-system>div {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .faq-grid-system {
        columns: 1;
    }
}

.masnory-container {
    width: 100%;
    margin: 20px auto;
    columns: 3;
    column-gap: 20px;
}

.masnory-container .img-box {
    width: 100%;
    margin-bottom: 10px;
    break-inside: avoid;
    position: relative;
}

.masnory-container .img-box img {
    max-width: 100%;
    border-radius: 15px;
    width: 100%;
}

@media (max-width: 1200px) {
    .masnory-container {
        width: 100%;
        columns: 3;
    }
}

@media (max-width: 767px) {
    .masnory-container {
        columns: 2;
    }

    .wf-delete-modal {
        --bs-modal-width: 90% !important;
    }
}

@media (max-width: 480px) {
    .masnory-container {
        columns: 1;
    }
}

.pin-off-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #e6c7d4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    color: var(--Black-color);
    border-radius: 5px;
    cursor: pointer;
}

.event-name-shortlist {
    padding-right: 15px !important;
    font-weight: 500;
}

.count-box {
    background-color: #f2f1f2;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #c81e1e;
}

.wf-shortlist-cat-count .table> :not(caption)>*>* {
    border-bottom-width: 0 !important;
}

.chev-arrow-btn {
    border: 1px solid var(--color3) !important;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 14px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color3) !important;
    transition: all 0.3s ease-in-out;
}

.chev-arrow-btn:hover {
    color: var(--color1) !important;
    border: 1px solid var(--color3) !important;
    background-color: var(--color3) !important;
}

.countdown li {
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    padding: 0 8px;
    /* text-transform: uppercase; */
    text-align: start;
    position: relative;
    color: var(--color2);
    /* font-family: 'Playfair Display'; */
    /* font-weight: 700; */
    width: 55px;
}

.countdown ul {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
}

.countdown li span {
    display: block;
    font-size: 20px;
    color: var(--color3);
    font-family: var(--web-font);
    line-height: 22px;
}

.groom-bride-image {
    height: 80px;
    width: 80px;
    border: 3px solid var(--color3);
    object-fit: cover;
}

.bride-image-name .groom-bride-image:nth-child(1) {
    border: 3px solid var(--color4);
}

.groom-image-name .groom-bride-image {
    border: 3px solid var(--color4);
}

.bride-groom-text>h3 {
    background: -webkit-linear-gradient(118deg, #814098, #ee257c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .countdown li:after {
    content: ":";
    position: absolute;
    font-size: 30px !important;
    top: 0;
    bottom: 0;
    right: -5px;
    height: 100%;
    margin-top: 1px;
    color: var(--color4);
}
.countdown li:nth-last-child(1):after{
    display: none;
} */
.recent-listing-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.recent-messages-number {
    height: 25px;
    width: 25px;
    background-color: var(--color4);
    color: var(--color1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--web-font);
    margin-left: auto;
}

.recent-messages-listing {
    background-color: #fbf8f2;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
}

/* .recent-messages-listing-container {
    height:700px;
} */
/* .wf-recent-messages{
    height: 100%;
} */
/* .recent-messages-listing-height {
    height: 100%;
    overflow: auto;
} */
.recent-messages-listing-height::-webkit-scrollbar {
    display: none;
}

.recent-messages-search {
    background-color: #f9f9f9;
}

.recent-messages-search .form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color2);
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.recent-messages-search .input-group-text {
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color3);
    background-color: transparent !important;
    border: 0 !important;
}

.wf-tab-pills .nav-link {
    padding: 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    color: var(--color2);
}

.wf-tab-pills .nav-link.active {
    color: var(--color3);
}

.wf-tab-pills .nav-link.active::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 80%;
    background-color: var(--color3);
    display: block;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wf-tab-pills.nav {
    --bs-nav-link-color: var(--color5);
    --bs-nav-link-hover-color: var(--color3);
    --bs-nav-link-disabled-color: var(--color5);
    justify-content: space-around;
}

.btn.wf-select-btn {
    font-size: 12px;
    border-radius: 6.573px;
    padding: 9.977px 12.472px;
    text-transform: capitalize;
    --bs-btn-color: var(--color2);
    --bs-btn-bg: var(--color1);
    --bs-btn-border-color: var(--color1);
    --bs-btn-hover-color: var(--color1);
    --bs-btn-hover-bg: var(--color4);
    --bs-btn-hover-border-color: var(--color4);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: var(--color1);
    --bs-btn-active-bg: var(--color4);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color2);
    --bs-btn-disabled-bg: var(--color1);
    --bs-btn-disabled-border-color: var(--color1);
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

/* .btn.wf-btn {
    font-size: 12px;
    border-radius: 6.573px;
    padding: 9.977px 12.472px;
    text-transform: capitalize;
} */

.btn.wf-btn-checkk {
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    text-transform: capitalize;
    --bs-btn-color: var(--color1);
    --bs-btn-bg: #bdbcbc;
    --bs-btn-border-color: #bdbcbc;
    --bs-btn-hover-color: var(--color1);
    --bs-btn-hover-bg: #8ac926;
    --bs-btn-hover-border-color: #8ac926;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: var(--color1);
    --bs-btn-active-bg: #8ac926;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color2);
    --bs-btn-disabled-bg: var(--color1);
    --bs-btn-disabled-border-color: var(--color1);
}

.btn.wf-btn-checkk2 {
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0;
    text-transform: capitalize;
    --bs-btn-color: var(--color1);
    --bs-btn-bg: #bdbcbc;
    --bs-btn-border-color: #bdbcbc;
    --bs-btn-hover-color: var(--color1);
    --bs-btn-hover-bg: var(--color4);
    --bs-btn-hover-border-color: var(--color4);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: var(--color1);
    --bs-btn-active-bg: var(--color4);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color2);
    --bs-btn-disabled-bg: var(--color1);
    --bs-btn-disabled-border-color: var(--color1);
}

.btn.wf-btn-checkk i.bi-check-lg,
.btn.wf-btn-checkk2 i.bi-check-lg {
    margin-left: -2px;
}

.btn.wf-select-btn img.color {
    display: block;
}

.btn.wf-select-btn img.white {
    display: none !important;
}

.btn-check:checked+.btn.wf-select-btn img.color {
    display: none !important;
}

.btn-check:checked+.btn.wf-select-btn img.white {
    display: block !important;
}

.top-border-box {
    padding: 6px 10px 12px;
    border-top-width: 8px;
    border-top-style: solid;
    border-radius: 6px;
}

.left-border-box {
    padding: 6px 10px 12px;
    border-left-width: 8px;
    border-left-style: solid;
    border-radius: 6px;
}

.inspiration-img-text {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 15px;
    z-index: 2;
}

.inspiration-blogs-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}

.inspiration-blogs-text {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 35px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
}

.inspiration-blogs-card img {
    border-radius: 6px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.inspiration-slider .swiper {
    position: revert;
}

.inspiration-slider .swiper-button-prev,
.inspiration-slider .swiper-button-next {
    background-color: rgb(255 255 255 / 15%);
    height: 30px;
    width: 30px;
    border-radius: 5px;
}

.inspiration-slider .swiper-button-prev {
    top: 11%;
}

.inspiration-slider .swiper-button-next {
    top: 24%;
}

.inspiration-slider .swiper-button-prev,
.inspiration-slider .swiper-rtl .swiper-button-next {
    left: 86%;
}

.inspiration-slider .swiper-button-next,
.inspiration-slider .swiper-rtl .swiper-button-prev {
    right: 5%;
}

.inspiration-slider .swiper-button-prev:after,
.inspiration-slider .swiper-button-next:after {
    font-size: 15px;
    color: var(--color1);
}

.inspiration-slider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: rgb(129, 64, 152);
    background: linear-gradient(118deg,
            rgba(129, 64, 152, 1) 0%,
            rgba(238, 37, 124, 1) 100%) !important;
}

.inspiration-slider .swiper-pagination-bullet {
    background: var(--color1);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.35);
    width: var(--swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 10px));
}

.inspiration-slider .swiper-pagination {
    text-align: left;
    left: 30px !important;
}

/* .wf-background {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(242,235,245,1) 100%);
} */
/* .wf-user-pages {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(242,235,245,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,236,246,1) 50%);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-attachment: fixed;
} */

.event-list-card {
    background-color: var(--color1);
    height: 100%;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

.wf-modal.change-password {
    --bs-modal-width: 30% !important;
}

.wf-budget-list {
    border-color: #e3e3e3;
}

.wf-budget-list .task-ff {
    padding: 15px;
}

.wf-budget-list.opened {
    border: 0.5px solid #e3e3e3;
}

.wf-budget-sett {
    position: relative;
    padding-left: 20px;
}

.wf-budget-sett .arrow-toggle {
    left: -5px;
    margin-left: 0;
}

.wf-budget-set-inner-cat {
    display: none;
}

.wf-budget-set-inner-cat.show {
    display: block;
}

.wf-budget-sett .form-control {
    color: var(--color5);
    border: 0;
    padding: 12px 15px;
    font-size: 12px;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16) !important;
    text-align: center;
    border-radius: 4px;
}

.wf-budget-sett .form-control::placeholder {
    font-size: 12px;
    color: var(--color5);
}

.wf-budget-set-inner-cat .form-control {
    padding: 6px 15px !important;
}

.wf-budget-set .wf-input.form-floating .form-control {
    border: 0 !important;
    height: calc(3.2rem + 2px) !important;
}

.wf-budget-set .wf-input.form-floating>label {
    line-height: 1.5;
}

.avatar-upload {
    position: relative;
    max-width: 160px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--color4);
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

/* .avatar-upload .avatar-edit input + label:hover {
    background: v;
    border-color: #d6d6d6;
  } */
.avatar-upload .avatar-edit input+label:after {
    content: "\f044";
    font-family: "FontAwesome";
    color: var(--color1);
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
    border: 6px solid var(--color4);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.avatar-upload .avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wf-input-group .input-group-text {
    background-color: var(--color1);
    border: 0;
}

.wf-input-group .wf-input.form-floating .form-control {
    border: 0 !important;
    box-shadow: none !important;
}

.wf-input-group {
    box-shadow: var(--shadow);
    border-radius: 6px;
}

.wf-switch .form-check-input:checked {
    background-color: #ee0e7b;
    border-color: #ee0e7b;
}

.wf-shortlist-icon-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wf-toggle-advice .accordion-button {
    font-size: 20px;
    font-family: "Playfair Display";
    color: var(--color3) !important;
    padding: 10px 0 !important;
}

.wf-toggle-advice .accordion-item {
    border: 0 !important;
}

.wf-toggle-advice .accordion-button:not(.collapsed) {
    color: var(--color3);
    background-color: var(--color1) !important;
    box-shadow: none !important;
}

.wf-toggle-advice .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.wf-toggle-advice .accordion-body {
    background-color: #ffebf5;
    border-radius: 6px;
    border: 1px solid #dddddd;
}

.wf-toggle-advice .accordion-button::after {
    font-family: "Font Awesome 6 Free";
    content: "\f078" !important;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    background-image: none !important;
    font-size: 15px;
}

.wf-groom-bride-toggle .btn-check:checked+.btn {
    color: var(--color1) !important;
    border: 0;
    background: var(--color4);
    margin-top: -8px;
    margin-bottom: -8px;
}

.wf-groom-bride-toggle {
    width: 110px;
    border-radius: 6px;
}

.wf-groom-bride-toggle .btn-check:checked+.btn svg path {
    fill: var(--color1);
}

.white-icon .custom-dropdown i {
    color: var(--color1) !important;
}

.black-icon .custom-dropdown i {
    color: var(--color2) !important;
}

.faqss .question-wrapper {
    border: 1px solid rgb(0 0 0 / 10%);
    margin: 10px 0;
    padding: 1rem;
    transition: 1s;
}

.faqss .question {
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color2);
    display: flex;
    justify-content: space-between;
}

.faqss .question svg {
    width: 1rem;
    height: 1.5rem;
    fill: var(--color1);
}

.faqss .question svg.active {
    transform: rotate(180deg);
}

.faqss .question svg:hover {
    opacity: 0.8;
}

.faqss button {
    background: rgb(129, 64, 152);
    background: linear-gradient(118deg,
            rgba(129, 64, 152, 1) 0%,
            rgba(238, 37, 124, 1) 100%);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqss button:focus {
    outline: none;
}

.faqss .answer {
    display: none;
}

.faqss .answer.active {
    display: block;
    text-align: left;
    padding-top: 1.5rem;
    height: 0%;
    animation: slidein 0.4s;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    from {
        opacity: 0.3;
        transform: translateY(-20%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

/* message-chat my-css */
.couple-both-profile img:nth-child(1) {
    margin-right: -12px;
}

.couple-both-profile img:nth-child(2) {
    margin-left: -12px;
}

.message-list-image {
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.message-list .recent-messages-number {
    height: 20px;
    width: 20px;
    font-size: 12px;
}

.image-placeholder-message {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.form-chat .input-group-text {
    background-color: #f5f6fa;
    border: 1px solid #e9e9f2;
}

.form-chat .form-control {
    background-color: #f5f6fa;
    border: 1px solid #e9e9f2;
    border-right: 0;
    border-left: 0;
    color: #7c7c8d !important;
    font-size: 15px;
    padding: 0.6rem 0.75rem !important;
}

.form-chat .form-control::placeholder {
    color: #7c7c8d;
    font-size: 15px;
}

.form-chat input.form-control:focus {
    background-color: #f5f6fa;
    border: 1px solid #e9e9f2;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
}

.form-chat .input-group>.input-group-text:nth-child(4) {
    border-left: 0;
}

.message-pic img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.mychat_color {
    background-color: #f2f4fc;
}

/* message-chat css */
.box-message .box-content {
    height: auto;
}

.box-message .box-content ul.message-list {
    height: 44vw;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 0;
}

.box-message .box-content ul.message-list::-webkit-scrollbar {
    display: none;
}

.box-message .box-content ul li {
    cursor: pointer;
    display: block;
    padding: 15px;
    position: relative;
    border-radius: 10px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    background-color: rgb(255 255 255 / 50%);
}

.box-message .box-content ul li:hover {
    background-color: var(--color1);
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%);
}

.box-message .box-content ul li.active {
    background-color: var(--color1);
    box-shadow: 0 3px 30px rgb(128 64 153 / 11%);
}

.box-message span.input-group-text {
    background: var(--color1);
    border: 0;
}

.box-message span.input-group-text a i {
    font-size: 20px;
    color: #ee0e7b;
    margin-top: 8px;
}

.box-message .input-group-text {
    padding: 12px 15px;
}

.box-message .form-control {
    border-left: none;
    padding-left: 0;
}

.box-message .form-control {
    background: var(--color1);
    border: 0;
}

.box-message .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.message-box {
    height: 664px;
    overflow: hidden;
    padding: 30px 20px 0;
    overflow-y: auto;
}

.message-box::-webkit-scrollbar {
    display: none;
}

.message-pic {
    position: relative;
}

.message-in .message-pic {
    margin-right: 30px;
}

.message-box .message-in,
.message-box .message-out {
    display: flex;
}

.message-in .message-body {
    padding-right: 30px;
}

.message-out .message-body {
    padding-left: 122px;
}

.message-box .message-out {
    flex-direction: row-reverse;
}

.message-box .message-in .message-text p {
    background: #ffdbec;
    border-radius: 0 10px 10px 10px;
    padding: 20px;
    color: var(--color2);
}

.message-out .message-pic {
    margin-left: 30px;
}

.message-out .message-text p {
    background: #f2f4fc;
    border-radius: 10px 0 10px 10px;
    padding: 20px;
    color: var(--color2);
}

.message-text p {
    font-weight: 400;
    color: #222943;
    font-size: 16px;
}

.message-meta p {
    font-weight: 400;
    color: #9b9b9b;
    font-size: 14px;
}

.message-box .message-out {
    float: right;
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 30px;
}

.form-chat {
    background-color: rgba(255, 255, 255, 0.7);
}

.wf-business-profile-sidebar-toggle {
    display: none;
}

.wf-ul-list {
    position: relative;
}

.wf-ul-list li {
    border: 0;
    font-size: 14px;
    color: var(--color2);
    padding-left: 22px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wf-ul-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}

li.tick::before {
    content: "\f00c";
    color: #804199;
}

li.lock {
    color: #b1b1b1;
}

li.lock::before {
    content: "\f023";
}

.select-0 {
    width: auto !important;
    border: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.select-0:focus {
    box-shadow: none !important;
}

.boost-credibility-stars i {
    color: var(--color3);
}

.boost-credibility-stars .rating-color {
    color: var(--color4) !important;
}

.wf-booking-couple img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

ul.vendor-profile-tabs {
    padding: 0;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
}

.vendor-profile-tabs li {
    transition: 0.8s all ease-in-out;
}

.vendor-profile-tabs li p {
    color: #b1b1b1;
}

.vendor-profile-tabs li.active p {
    color: var(--color4);
}

.vendor-profile-tabs li:hover p {
    color: var(--color4);
}

.vendor-profile-tabs li img {
    filter: grayscale(1);
    opacity: 0.5;
}

.vendor-profile-tabs li.active img {
    filter: grayscale(0);
    opacity: 1;
}

.vendor-profile-tabs li:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.wf-google-input .css-13cymwt-control {
    min-height: 58px;
    border-width: 0 !important;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11) !important;
}

.wf-google-input .css-t3ipsp-control {
    min-height: 58px;
    border-width: 0 !important;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11) !important;
}

.wf-google-input .css-1jqq78o-placeholder {
    font-size: 14px;
    color: var(--color2);
}

.wf-dropdown-2>a {
    border: 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11) !important;
    text-transform: uppercase;
}

.faq-list .answer {
    display: none;
    margin-top: 10px;
}

.faq-list .answer.show {
    display: block;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    border: dashed var(--color2) 0.175em;
    border-radius: 0.5em;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: ease-in-out 750ms;
    margin-top: 15px;
}

.upload__btn::after {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(50%);
    content: "Choose files...";
    font-size: 18px;
    color: var(--color2);
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.upload__img-box {
    width: 230px;
    margin-bottom: 12px;
    position: relative;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--color4);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "\F5DE";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-size: 14px;
    color: var(--color1);
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    bottom: 0;
}

.img-bg-size {
    height: 190px;
    width: 230px;
    object-fit: cover;
    border-radius: 10px;
}

.upload__img-profile {
    position: absolute;
    top: 5px;
    left: 5px;
}

.upload__img-profile>.dropdown>a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--color4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color1) !important;
}

.chart-tab {
    width: 16%;
}

.chart-tab ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.chart-tab li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
    cursor: pointer;
    position: relative;
}

.chart-tab li.active::before,
.chart-tab li:hover::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: var(--color3);
    left: -24px;
}

.chart-tab li i {
    font-size: 20px;
}

.chart-tab li p {
    color: var(--color2);
}

.chart-tab li.active p,
.chart-tab li.active i,
.chart-tab li:hover p,
.chart-tab li:hover i {
    color: var(--color3);
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
    display: none;
}

.avatar-upload.vendor-profile .avatar-preview {
    width: 200px;
    height: 200px;
}

.avatar-upload.vendor-profile {
    max-width: 200px;
}

.avatar-upload.vendor-profile .avatar-preview img {
    width: 200px;
    height: 200px;
}

.navbar-toggler {
    padding: 0px !important;
    color: var(--color2) !important;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 42px !important;
}

.slider {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: start;
}

.slider>div {
    position: absolute;
    left: 0;
    right: 15px;
    height: 14px;
}

.slider>div>.inverse-left {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #ccc;
    margin: 0 7px;
}

.slider>div>.inverse-right {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #ccc;
    margin: 0 7px;
}

.slider>div>.range {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: var(--color4);
}

.slider>div>.thumb {
    position: absolute;
    top: -4px;
    z-index: 1;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border-radius: 50%;
    outline: none;
}

.slider>input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div.slider>input[type="range"]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div.slider>input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div.slider>input[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div.slider>input[type="range"]:focus {
    outline: none;
}

div.slider>input[type="range"]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div.slider>input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div.slider>input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div.slider>input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div.slider>input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div.slider>input[type="range"]::-ms-tooltip {
    display: none;
}

.slider>div>.sign {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 1;
    background-color: var(--color4);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.slider>div>.sign:after {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: var(--color4);
}

.slider>div>.sign>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

.slider:hover>div>.sign {
    opacity: 1;
}

/* CSS for the shimmer effect */
.shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 1000px 100%;
    animation: shimmer 3s infinite;
    background-repeat: no-repeat;
}

@keyframes shimmer {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.profile-image-shimmer {
    width: 40px;
    height: 40px;
}

.text-shimmer {
    width: 80px;
    height: 16px;
}

.timeline {
    position: relative;
}

/* .timeline:before {
    top: 35px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: var(--color4);
    left: 50%;
    margin-left: -1.5px;
    height: 97%;
}  */
.timeline>.line {
    top: 35px;
    bottom: 0;
    position: absolute;
    width: 2px;
    /* background-color: var(--color4); */
    background: rgb(129, 64, 152);
    background: linear-gradient(118deg,
            rgba(129, 64, 152, 1) 0%,
            rgba(238, 37, 124, 1) 100%);
    left: 50%;
    margin-left: -1.5px;
    height: 92.8%;
    /* transform: translateX(-50%);
    animation: scrollTimeline 10s linear infinite; */
}

.timeline>div.row {
    position: relative;
}

.timeline .dot {
    color: #fff;
    width: 100%;
    max-width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
    border-radius: 50%;
    background: rgb(129, 64, 152);
    background: linear-gradient(118deg,
            rgba(129, 64, 152, 1) 0%,
            rgba(238, 37, 124, 1) 100%);
    padding: 0 !important;
    border: 2px solid white;
    /* transform: translateX(-50%);
    animation: scrollTimeline 10s linear infinite;  */
}

@keyframes scrollTimeline {
    0% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}

.timeline .timeline-badge {
    color: #fff;
    width: 100%;
    max-width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    z-index: 2;
    border-radius: 50%;
    background: rgb(129, 64, 152);
    background: linear-gradient(118deg,
            rgba(129, 64, 152, 1) 0%,
            rgba(238, 37, 124, 1) 100%);
    padding: 0 !important;
}

.timeline>div:nth-child(3)>.timeline-badge {
    top: 0;
}

.nav-item .dropdown-menu {
    --bs-dropdown-color: var(--color2);
    --bs-dropdown-bg: var(--color1);
    --bs-dropdown-border-color: var(--color1);
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--color2);
    --bs-dropdown-link-hover-color: var(--color1);
    --bs-dropdown-link-hover-bg: var(--color4);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--color4);
}

.wf-modal-dialog .modal-content {
    background-color: var(--color1);
    padding: 30px;
    border: 0 !important;
}

.wf-modal-dialog .modal-content .modal-header {
    padding-bottom: 0 !important;
}

.wf-modal-dialog .modal-content .modal-header .btn-close {
    --bs-btn-close-color: var(--color3);
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 1;
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(0) grayscale(0%) brightness(0%);
    width: 0.8em;
    height: 0.8em;
    padding: 0;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    opacity: var(--bs-btn-close-opacity);
}

.wf-range-bar input[type="range"]::-webkit-slider-runnable-track {
    background-color: var(--color3);
}

.wf-range-bar input[type="range"]::-webkit-slider-thumb {
    background: var(--color3);
    border: 2px solid var(--color1);
    width: 24px;
    height: 24px;
    margin-top: -8px;
}

.wf-range-bar input[type="range"]::-webkit-slider-thumb:focus {
    box-shadow: none;
    outline: 0 !important;
}

.wf-range-bar {
    position: relative;
}

.wf-event-color-dropdown {
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 5px solid #d9d9d9;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 15px;
}

.wf-event-name-dropdown .dropdown-menu {
    left: 0 !important;
    transform: translate(421px, 60px) !important;
    border: 0;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
    padding: 10px 20px !important;
}

.wf-dropdown-101 .dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wf-dropdown-101 .dropdown-menu {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 10px;
    --bs-dropdown-spacer: 5px;
    --bs-dropdown-font-size: 12px;
    --bs-dropdown-color: var(--color2);
    --bs-dropdown-bg: var(--color1);
    --bs-dropdown-border-radius: 6px;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--color4);
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    width: 100%;
}

.wf-filter-toggle {
    display: none;
}

.wf-filter-toggle.show {
    display: block;
}

img.rsvp-image-1 {
    position: absolute;
    top: 0;
    left: 0;
}

img.rsvp-image-2 {
    position: absolute;
    top: 0;
    right: 0;
}

img.rsvp-image-3 {
    position: absolute;
    top: 30%;
    left: 0;
}

img.rsvp-image-4 {
    position: absolute;
    top: 40%;
    right: 0;
}

img.rsvp-image-5 {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.wf-rsvp-invitation {
    padding: 50px 0;
    position: relative;
    height: 100vh;
}

.wf-guest-attending-row {
    width: 50%;
}

.wf-rsvp-invitation .wf-count-input .input-group>.form-control {
    flex: 0.4 0 auto !important;
}

.wf-featured-dropdown .dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-padding-x: 0.5rem;
    --bs-dropdown-color: var(--color2);
    --bs-dropdown-bg: var(--color1);
    --bs-dropdown-border-width: 0;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

.wf-featured-dropdown .form-check-input:checked {
    background-color: var(--color4);
    border-color: var(--color4);
}

.wf-featured-dropdown label {
    font-size: 14px;
}

.wf-suggested-vendor-dropdown .dropdown-menu {
    --bs-dropdown-color: var(--color2);
    --bs-dropdown-bg: var(--color1);
    --bs-dropdown-border-width: 0;
    --bs-dropdown-link-color: var(--color2);
    --bs-dropdown-link-hover-color: var(--color1);
    --bs-dropdown-link-hover-bg: var(--color4);
    --bs-dropdown-link-active-color: var(--color1);
    --bs-dropdown-link-active-bg: var(--color4);
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);

    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
    max-height: 300px;
    overflow: auto;
}

.wf-suggested-vendor-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: var(--color1);
}

.wf-suggested-vendor-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--color4);
    border-radius: 4px;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

/* chat messaging system */
.wf-chat-enqiries .wf-user-image {
    width: 100%;
    max-width: 60px;
    height: 60px;
    object-fit: cover;
}

.wf-chat-enqiries .wf-message-count {
    width: 100%;
    height: 30px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wf-chat-enqiries .wf-message-user-list {
    margin-bottom: 10px;
}

.wf-chat-dropdown .dropdown-menu {
    --bs-dropdown-padding-x: 25px;
    --bs-dropdown-padding-y: 20px;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--color2);
    --bs-dropdown-bg: #fbf8f2;
    --bs-dropdown-border-radius: 10px;
    border: 0;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

.wf-search-panel {
    position: absolute;
    width: 100%;
}

.wf-message-send-btn {
    border: 0;
    background-color: transparent;
}

.wf-messages-list-container {
    max-height: 70.5vh;
    overflow: auto;
    padding-right: 10px;
    margin-right: -10px;
}

.wf-messages-list-container::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.wf-messages-list-container::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--color4);
    border-radius: 4px;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

.wf-chat-messages {
    display: flex;
    flex-direction: column;
    height: 65vh;
    overflow-y: scroll;
}

.arrow-button {
    position: fixed;
    bottom: 25%;
    border-radius: 50%;
    right: 775px;
    cursor: pointer;
    transform: translateY(50%);
}

.wf-chat-messages::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.wf-chat-messages::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--color6);
    border-radius: 4px;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

.wf-message-user-image {
    /* width: 100%; */
    width: 60px;
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    border: 3px solid;
}

.wf-chat-message-right .wf-message-user-image {
    border-color: var(--color3);
}

.wf-chat-message-left .wf-message-user-image {
    border-color: var(--color4);
}

.wf-chat-message-right .wf-message-user-name {
    color: var(--color3);
    text-align: end;
}

.wf-chat-message-left .wf-message-user-name {
    color: var(--color4);
}

.wf-chat-message-right .wf-seen-tick {
    color: var(--color4);
}

.wf-chat-message-left .wf-seen-tick {
    color: var(--color3);
}

.wf-chat-message-right .wf-message-text {
    background-color: #e8deeb;
}

.wf-chat-message-left .wf-message-text {
    background-color: #fecae4;
}

.wf-chat-message-left .wf-text-bottom {
    justify-content: end;
}

.wf-message-date {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.wf-message-date span {
    background-color: #ffd5e6;
    border-radius: 4px;
    padding: 10px 25px 7px;
    line-height: 12px;
    color: #999999;
}

.wf-message-text {
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    max-width: 600px;
}

.wf-chat-message-left,
.wf-chat-message-right {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
    margin-bottom: 15px;
}

.wf-chat-message-left {
    margin-right: auto;
}

.wf-chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto;
}

.wf-add-user-image {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-bottom: 3px;
    border: 2px solid;
    filter: grayscale(1);
}

.wf-add-user p {
    color: var(--color2);
}

.wf-add-user-selected {
    display: none;
}

.wf-add-user {
    border: 0 !important;
    position: relative;
}

.btn-check:checked+.btn.wf-add-user .wf-add-user-image {
    border-color: var(--color4);
    filter: grayscale(0);
    opacity: 0.5;
}

.btn-check:checked+.btn.wf-add-user p {
    color: var(--color4);
}

.btn-check:checked+.btn.wf-add-user .wf-add-user-selected {
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.wf-pannel-user-image {
    height: 80px;
    width: 80px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.wf-media-slider {
    padding: 0 12px;
    position: relative;
}

.wf-media-slider img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.wf-media-slider .swiper {
    position: revert;
}

.wf-media-slider .swiper-button-next,
.wf-media-slider .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -5px);
}

.wf-media-slider .swiper-button-prev,
.wf-media-slider .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -5px);
}

.wf-media-slider .swiper-button-prev,
.wf-media-slider .swiper-button-next {
    --swiper-navigation-size: 18px;
    color: var(--color3);
}

.wf-message-images {
    width: 308px;
    position: relative;
}

.wf-message-images .wf-message-image {
    width: 150px;
    aspect-ratio: 1/1;
}

.wf-message-images .wf-message-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.wf-message-images .wf-image-count {
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    bottom: 0;
    right: 0;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wf-message-images .wf-image-count span {
    font-size: 30px;
    color: var(--color1) !important;
}

.wf-uploaded-image-size>img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.wf-uploaded-image-size {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: var(--color1);
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 8px 8px;
}

.crox-icon {
    width: 25px;
    height: 25px;
    background-color: #e8deeb;
    border-radius: 50%;
    color: var(--color3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wf-selected-file {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: var(--color1);
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 8px 8px;
}

.wf-upload-box {
    display: flex;
    gap: 10px;
    padding: 10px;
    position: absolute;
    bottom: 120px;
    /* margin: 0px 15px; */
    width: 100%;
    left: 0;
}

.wf-request-offer-box {
    gap: 10px;
    position: absolute;
    bottom: 120px;
    width: 98%;
    left: 0;
    right: 0;
    background-color: #e8deeb;
    margin: 0 auto 10px;
}

.wf-search-chats {
    position: relative;
}

.wf-search-chats-icon {
    position: absolute;
    color: var(--color5);
    top: 31%;
    left: 12px;
}

.wf-search-chats-2 .wf-search-chats-icon {
    position: absolute;
    color: var(--color5);
    top: 31%;
    right: 12px;
    left: auto;
}

.wf-search-chats-field {
    padding-left: 40px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
}

.wf-search-chats-2 .wf-search-chats-field {
    padding-right: 40px !important;
    padding-left: 10px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border: 0 !important;
    box-shadow: var(--shadow) !important;
}

.recent-messages-listing-height .tab-content {
    max-height: 750px;
    overflow: auto;
}

.recent-messages-listing-height .tab-content::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.recent-messages-listing-height .tab-content::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--color6);
    border-radius: 4px;
    box-shadow: 0 0.83px 3.33px rgba(0, 0, 0, 0.16);
}

.wf-rsvp-dropdown .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0.5rem;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: #f4ecec;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: 0;
}

.wf-rsvp-dropdown .dropdown-menu li {
    margin-bottom: 5px;
    cursor: pointer;
}

.spinner-border.wf-spinner-border {
    --bs-spinner-width: 1.2rem;
    --bs-spinner-height: 1.2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
    display: flex;
}

/* weddified 4.0 */
.sidebar {
    position: fixed;
    height: calc(100% - 110px);
    width: 300px;
    z-index: 15;
    transition: all 0.5s ease;
    margin-right: 15px;
    overflow: hidden;
    top: 110px;
}

.sidebar.close {
    width: 78px;
}

.sidebar .logo-details {
    height: auto;
    width: 100%;
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}

.sidebar.close .logo-details {
    padding-left: 0px;
}

.sidebar .logo-details svg {
    color: var(--color3);
    height: 30px;
    min-width: 78px;
    cursor: pointer;
}

.sidebar .nav-links {
    /* height: 100%; */
    /* padding: 0 0 150px 15px; */
    /* overflow: auto; */
    transition: all 0.3s ease-in-out;
    padding-left: 5px;
}

.sidebar.close .nav-links {
    padding: 0 0 0px 0;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}

.sidebar>.nav-links>li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sidebar>.Navs-bottom>.nav-links>li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sidebar .nav-links li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.sidebar.close .nav-links li .icon-link {
    display: block;
}

.sidebar .nav-links li img {
    height: 20px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
    color: var(--color3);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar.close .nav-links span.material-symbols-outlined {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.sidebar>.nav-links>li>a {
    height: 50px;
}

.sidebar>.nav-links>li>div>a {
    height: 35px;
}

.sidebar>.Navs-bottom>.nav-links>li>a {
    height: 50px;
}

.sidebar>.Navs-bottom>.nav-links>li>div>a {
    height: 35px;
}

.sidebar .nav-links li a .link_name {
    font-size: 16px;
    color: var(--color2);
    transition: all 0.4s ease;
    text-transform: uppercase;
    white-space: pre;
    font-weight: 400;
    line-height: initial;
}

.sidebar .nav-links li.active a .link_name {
    font-weight: 700;
    color: var(--color4);
}

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 80px;
    margin-top: -10px;
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu a {
    color: var(--color4);
    font-size: 15px;
    padding: 5px 0;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.sidebar.close .nav-links li .sub-menu a {
    color: var(--color1);
}

.sidebar .nav-links li .sub-menu a.active {
    font-weight: 700;
    position: relative;
    color: var(--color4);
}

/* .sidebar .nav-links li.active a::after {
    content: "";
    height: 4px;
    width: 40px;
    background-color: var(--color5);
    border-radius: 4px;
    display: inline-block;
    margin-left: 20px;
} */
.sidebar .nav-links li.active .sub-menu a::after {
    display: none;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 80%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    background-color: var(--color4);
}

.sidebar .nav-links li span {
    color: var(--color2);
}

.sidebar.close .nav-links li span {
    display: none;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 16px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

/* ul.nav-links.bottom {
    position: absolute;
    bottom: 0;
} */

.content-section {
    position: relative;
    min-height: calc(100vh - 110px);
    left: 300px;
    width: calc(100% - 300px);
    transition: all 0.5s ease;
    top: 110px;
    padding: 25px 0;
}

.sidebar.close~.content-section {
    left: 78px;
    width: calc(100% - 78px);
}

/* .sp-navbar {
    padding: 20px;
    width: 100%;
    z-index: 8;
    position: fixed;
    padding-left: 30px;
} */

.wf-list-dropdown .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 14px;
    --bs-dropdown-color: var(--color2);
    --bs-dropdown-bg: var(--color1);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 8px;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--color2);
    --bs-dropdown-link-hover-color: var(--color1);
    --bs-dropdown-link-hover-bg: var(--color4);
    --bs-dropdown-link-active-color: var(--color1);
    --bs-dropdown-link-active-bg: var(--color4);
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.5rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    box-shadow: var(--shadow);
}

.wf-list-dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid var(--color5);
}

.wf-sidebar_allcouples-btn {
    /* height: 60px; */
    overflow: hidden;
    width: 250px;
}

/* ModalCSS */
.ReactModal__Overlay {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.ReactModal__Content {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    /* Ensure no overflow within the modal */
}

.image-gallery-slide {
    height: 100% !important;
    /* Ensure slides take full height */
}

/* arabic rtl */
body.rtl-arabic {
    font-family: "Almarai" !important;
}

.rtl-arabic .dm-font,
.rtl-arabic .playfair-font {
    font-family: "Almarai" !important;
}

.rtl-arabic .sidebar {
    margin-right: auto;
    margin-left: 15px;
}

.rtl-arabic .eye-password {
    top: 39%;
    right: auto;
    left: 4%;
}

.rtl-arabic .country-city-dropdown>a {
    text-align: right;
}

.rtl-arabic .country-city-dropdown .dropdown-toggle::after {
    right: auto;
    left: 4%;
}

.rtl-arabic .wf-event-color-dropdown {
    left: 15px;
    right: auto;
}

.rtl-arabic .search-wrapper .search-field-1 .dropdown>a {
    border-right: 0;
    border-left: 1px solid var(--color1);
}

.rtl-arabic .search-wrapper-2 .search-field-1,
.rtl-arabic .search-wrapper-2 .search-field-2 {
    border-left: 1px solid var(--color1);
    border-right: 0;
}

/* Talha */
.eventline {
    width: 100%;
    height: 3px;
    display: block;
}

/*
.progress {
    width: 100%;
}

.progress-bar {
    border-radius: 0.375rem;
} */

.wf-Task-assigned .dropdown-menu {
    --bs-dropdown-min-width: 5rem !important;
    --bs-dropdown-padding-y: 0rem !important;
    --bs-dropdown-divider-margin-y: 0rem !important;
}

.wf-invited-progress .progress,
.wf-invited-progress .progress-stacked {
    --bs-progress-height: 0.5rem;
    --bs-progress-bg: var(--color6);
    --bs-progress-bar-bg: var(--color3);
}

.wf-payment-progress .progress,
.wf-payment-progress .progress-stacked {
    --bs-progress-height: 0.5rem;
    --bs-progress-bg: var(--color6);
    --bs-progress-bar-bg: var(--color4);
}

.wf-invited-progressBrideGroom .progress,
.wf-invited-progressBrideGroom .progress-stacked,
.wf-task-progress-overprogress .progress,
.wf-task-progress-overprogress .progress-stacked {
    --bs-progress-height: 0.5rem;
    --bs-progress-bg: var(--color6);
    --bs-progress-bar-bg: #ff1d50;
}

.wf-task-progress-completed .progress,
.wf-task-progress-completed .progress-stacked {
    --bs-progress-height: 0.5rem;
    --bs-progress-bg: var(--color6);
    --bs-progress-bar-bg: #3bc600;
}

.wf-bookingimgcontaner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.wf-bookingimgcontaner .bottom-box {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
}

.wf-bookingimgcontaner-image {
    /* max-width: 100%; */
    width: 120px;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    color: var(--color2);
}

.btn.wf-callbtn-checkk {
    width: 43px;
    height: 43px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0;
    text-transform: capitalize;
    --bs-btn-color: var(--color1);
    --bs-btn-bg: #bdbcbc;
    --bs-btn-border-color: #bdbcbc;
    --bs-btn-hover-color: var(--color1);
    --bs-btn-hover-bg: var(--color4);
    --bs-btn-hover-border-color: var(--color4);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: var(--color1);
    --bs-btn-active-bg: var(--color4);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color2);
    --bs-btn-disabled-bg: var(--color1);
    --bs-btn-disabled-border-color: var(--color1);
}

.wf-timeline__item {
    position: relative;
}

.wf-timeline__item:before {
    content: "";
    position: absolute;
    height: calc(100% - 24px);
    width: 2px;
    background: var(--color2);
    top: 24px;
    bottom: 0;
    left: -12px;
}

.wf-timeline__item:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #070808;
    top: 0px;
    bottom: 0;
    left: -16px;
    border-radius: 50%;
}

.wf-timeline__item.wf-timeline__item--first:after {
    background: var(--color3);
}

.wf-timeline__item.wf-timeline__item--last:after {
    background: var(--color4);
}

.recent-couples-search {
    background-color: #fff;
}

.recent-couples-search .form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color2);
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.recent-couples-search .input-group-text {
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color3);
    background-color: transparent !important;
    border: 0 !important;
}

.wf-couplenotification .custom-dropdown i.icon-notifications,
.wf-couplemessage .custom-dropdown i.icon-notifications {
    color: var(--color5);
}

.wf-couplenotification .custom-dropdown .wf-notifymessages,
.wf-couplemessage .custom-dropdown .wf-notifymessages {
    color: #888;
    display: inline-block;
    padding-right: 0px;
    position: relative;
}

.wf-couplenotification .custom-dropdown .wf-notifymessages .wrap-icon,
.wf-couplemessage.custom-dropdown .wf-notifymessages .wrap-icon {
    font-size: 22px;
}

.wf-couplenotification .custom-dropdown .wf-notifymessages .number,
.wf-couplemessage .custom-dropdown .wf-notifymessages .number {
    width: 15px;
    height: 15px;
    line-height: 12px;
    border-radius: 50%;
    background: var(--color4);
    position: absolute;
    font-size: 10px;
    top: -6px;
    right: -6px;
    border: 2px solid var(--color4);
    color: var(--color1);
    text-align: center;
}

.wf-sidebar_allcouples .dropdown-menu {
    --bs-dropdown-min-width: 5rem !important;
    --bs-dropdown-padding-y: 0rem !important;
    --bs-dropdown-divider-margin-y: 0rem !important;
    width: 260px;
}

.wf-sidebar_allcouples.dropdown {
    padding-left: 2rem;
    transition: all 0.3s linear !important;
}

/* .sidebar.close .wf-sidebar_allcouples-btn {
    position: absolute;
    width: 300%;
    transition: all 0.3s ease-in-out;
}
.sidebar .wf-sidebar_allcouples-btn {
    position: static;
    width: auto;
    transition: all 0.3s ease-in-out;
} */

.wf-sidebar_allcouples-btn {
    border: 1px solid var(--color3);
    border-radius: 3px;
    box-shadow: var(--color3);
}

.sidebar.close .wf-sidebar_allcouples.dropdown {
    display: none;
}

/* .dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
} */

.wf-couplesdropcheck_line {
    height: 32px;
    width: 3px;
    display: block;
    border-radius: 4px;
}

.wf-couplesdropcheck .form-check-input {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

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

.wf-couplesdropcheck .form-check-input:focus {
    border-color: var(--color4) !important;
    box-shadow: none !important;
}

.wf-sidebar_allcouples-sec {
    overflow: auto;
    max-height: 350px;
}

.wf-sidebar_allcouples-sec::-webkit-scrollbar {
    width: 6px;
}

.wf-sidebar_allcouples-sec::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.wf-sidebar_allcouples-sec::-webkit-scrollbar-thumb {
    background: var(--color5);
    border-radius: 10px;
}

.wf-sidebar_allcouples-sec::-webkit-scrollbar-thumb:hover {
    background: var(--color4);
}

/* Calender */
.font-size-8 {
    font-size: 8px !important;
    line-height: 10px;
}

/* Calendar container */
.Wediffied-Calender .calendar-container {
    max-width: 600px;
    margin: 0 auto;
}

/* Calendar component */
.Wediffied-Calender .react-calendar {
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: none;
    font-family: inherit;
    line-height: inherit;
}

/* Calendar header */
.Wediffied-Calender .react-calendar__navigation {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-bottom: none;
    padding: 0.5rem;
}

/* Yearly Arrows */
.Wediffied-Calender .react-calendar__navigation__prev2-button,
.Wediffied-Calender .react-calendar__navigation__next2-button {
    display: none;
}

/* Calendar navigation buttons */
.Wediffied-Calender .react-calendar__navigation__arrow {
    min-width: 25px;
    font-size: 40px;
    cursor: pointer;
    color: var(--color5);
}

/* Calendar navigation label */
.Wediffied-Calender .react-calendar__navigation__label {
    font-size: 29px;
    order: -1;
    font-family: "DM Serif Display";
    color: var(--color3);
    text-align: start;
    background-color: transparent !important;
}

/* Calendar tile with event marker */
.Wediffied-Calender .react-calendar__tile--hasEvent {
    background-color: #f0f0f0;
}

/* Event marker */
.Wediffied-Calender .event-markers {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.Wediffied-Calender .event-marker {
    display: block;
    width: 90%;
    height: 3px;
}

.Wediffied-Calender .event-marker.Event {
    background-color: var(--color3);
}

.Wediffied-Calender .event-marker.Task {
    background-color: var(--color2);
}

.Wediffied-Calender .event {
    background-color: var(--color3);
    color: #ffffff;
    /* Text color for events */
}

.Wediffied-Calender .task {
    background-color: var(--color2);
    color: #ffffff;
    /* Text color for tasks */
}

.Wediffied-Calender .react-calendar__navigation button:enabled:hover,
.Wediffied-Calender .react-calendar__navigation button:enabled:focus {
    background-color: transparent;
}

.react-calendar__month-view__days__day--weekend {
    color: var(--color4) !important;
}

.Wediffied-Calender .react-calendar__tile--now {
    background: var(--color4) !important;
    color: var(--color1);
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
    background: var(--color4) !important;
    color: var(--color1) !important;
}

.react-calendar__tile--active {
    background: var(--color4) !important;
    color: var(--color1) !important;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
    background: var(--color4) !important;
    color: var(--color1) !important;
}

.text_overflow_ellipsis {
    text-overflow: ellipsis;
}

/* Big Calendeer */
.wf-rbc_calendertooltip .tooltip-inner {
    max-width: 100%;
    padding: 0;
    background: transparent;
    text-align: unset;
}

.wf-rbc_calendertooltip .tooltip-arrow::before {
    border-top-color: var(--color4) !important;
}

.wf-rbc_calender .rbc-month-view {
    border-radius: 5px;
}

.wf-rbc_calender .rbc-show-more {
    color: var(--color5);
}

.wf-rbc_calender .rbc-show-more:hover,
.wf-rbc_calender .rbc-show-more:focus {
    color: var(--color5);
}

.wf-rbc_calender .rbc-date-cell.rbc-now {
    color: white;
    font-weight: bolder;
    background-color: var(--color4);
}

.wf-rbc_calender .rbc-today {
    background-color: transparent;
}

.rbc-overlay {
    max-width: 200px;
}

.wf-rbc_calender .rbc-row-content {
    z-index: 3;
}

.wf-rbc_calender .rbc-date-cell.rbc-current {
    color: white;
    background: var(--color4);
}

.wf-rbc_calender button.rbc-button-link {
    width: 100%;
    text-align: right;
}

.wf-rbc_calender .form-select:focus {
    border-color: var(--color4);
}

.wf-rbc_calender .rbc-toolbar button:hover,
.wf-rbc_calender .rbc-toolbar button:active,
.wf-rbc_calender .rbc-toolbar button:focus {
    color: var(--color2);
    background-color: transparent;
    border-color: var(--color4);
}

.navbar_close {
    display: none;
}

.navbar_open {
    display: block;
}

.navbar-toggler[aria-expanded="true"] .navbar_close {
    display: block;
}

.navbar-toggler[aria-expanded="true"] .navbar_open {
    display: none;
}

.sidebar::selection {
    background-color: transparent;
}

.sidebar::-webkit-scrollbar-track {
    /* background: #ccc; */
    border-radius: 10px;
    background: transparent;

}

.sidebar::-webkit-scrollbar-thumb {
    /* background: var(--color3); */
    border-radius: 10px;
    background: transparent;

}

.sidebar::-webkit-scrollbar-thumb:hover {
    /* background: var(--color3); */
    background: transparent;
}

.w-300px {
    width: 310px;
}

.couplesEvent_details {
    flex: auto;
    width: 100%;
    max-width: 300px;
}

.wf-select-cat-btn {
    width: calc(20% - 0.5rem) !important;
}

.bride-image-name,
.groom-image-name {
    max-width: 105px;
    width: 100%;
}

.st-otp-input-fields {
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.st-otp-input-fields input {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid var(--color4);
    color: var(--color2);
    text-align: center;
    outline: none;
    font-size: 20px;

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

.st-otp-input-fields input:focus {
    border-width: 2px;
    font-size: 25px;
    color: var(--color1);
    background-color: var(--color4);
}

.loading-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
}

.loading-dot {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background-color: var(--color1);
    border-radius: 50%;
    opacity: 0;
    animation: dot-animation 1s infinite;
    transform-origin: center;
}

.loading-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dot-animation {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

/* .wf-logins .dropdown-menu,.wf-businesslogins .dropdown-menu{
    --bs-dropdown-min-width: 5rem;
    --bs-dropdown-padding-y: 0rem;
    --bs-dropdown-link-hover-color:var(--color1) !important;
    --bs-dropdown-link-hover-bg: var(--color4) ; 
}

.wf-businesslogins a:hover{
color: var(--color1) !important;
} */

/* labtop Max Screen 1200 */
@media (max-width: 1199px) {

    .wf-light-header .navbar-collapse,
    .wf-dark-header .navbar-collapse {
        position: fixed;
        top: 103px;
        /* background-color: var(--color1); */
        width: 100%;
        left: 0;
        z-index: 99;
        padding: 15px;
        /* transition: background-color 0.3s ease; */
        background: rgba(255, 255, 255, 0.95) !important;
        height: fit-content !important;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }

    .wf-light-header .navbar-collapse .nav-link,
    .wf-dark-header .navbar-collapse .nav-link {
        color: var(--color2) !important;
    }

    .custom-dropdown svg {
        stroke: var(--color3) !important;
    }

    .custom-dropdown i {
        color: var(--color3) !important;
    }

    .wf-light-header .navbar-toggler {
        color: var(--color1) !important
    }

    .wf-nav-sticky.wf-light-header .navbar-toggler {
        color: var(--color2) !important
    }

    .wf-dark-header .navbar-toggler {
        color: var(--color2) !important
    }

    .wf-business-profile-sidebar-toggle {
        display: block;
        /* position: absolute;
    top: 0;
    left: -11px; */
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 4;
        font-size: 15px;
        line-height: 10px;
        cursor: pointer;
        background-color: var(--color4);
        color: var(--color1);
        padding: 8px;
        border-radius: 0% 50% 50% 0%;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: var(--color1);
    }

    .content-section {
        left: 0;
        width: 100%;
        top: 110px;
    }

    .sidebar.close~.content-section {
        left: 0;
        width: 100%;
    }

    .sidebar.close .nav-links li span {
        display: block;
    }

    .sidebar.close {
        width: 300px;
        left: 0;
        height: 100%;
        box-shadow: 7px 0px 30px 5px #00000021;
        backdrop-filter: blur(8.5px);
        -webkit-backdrop-filter: blur(8.5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .sidebar.close .nav-links li a .link_name {
        opacity: 1;
        pointer-events: none;
    }

    .sidebar.close .nav-links span.material-symbols-outlined {
        display: block;
    }

    .sidebar.close .nav-links li .icon-link {
        display: flex;
    }

    .sidebar.close .nav-links li .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        padding: 10px 20px;
        display: none;
    }

    .sidebar .nav-links li.showMenu .sub-menu {
        display: block !important;
        opacity: 1;
    }

    .sidebar.close .nav-links li .sub-menu .link_name {
        display: none;
    }

    .sidebar .logo-details {
        height: auto;
        padding-top: 20px;
    }

    .sidebar.close .wf-sidebar_allcouples.dropdown {
        display: block;
    }

    .wf-header-profile {
        flex-direction: row-reverse;
        justify-content: start;
        margin-bottom: 15px;
    }

    .wf-profile .avatar {
        width: 80px;
        height: 80px;
    }

    .wf-light-header .navbar-collapse.wf-logged-in,
    .wf-dark-header .navbar-collapse.wf-logged-in {
        flex-direction: column-reverse;
        justify-content: start;
    }

    .couplesEvent_details {
        max-width: 100%;
    }

    .modal.show.wf-modal {
        --bs-modal-width: 80%;
    }

    .wf-select-cat-btn {
        width: calc(33.33% - 0.5rem) !important;
    }

    .wf-bookingimgcontaner-image {
        width: 100%;
        height: 170px;
    }

    .wf-bookingimgcontaner {
        flex-direction: column;
    }

    .wf-bookingimgcontaner .bottom-box {
        width: auto;
    }

    .wf-header-login .sign-in-btn {
        border: 1px solid var(--color3) !important;
    }

}

@media (hover: hover) and (pointer: fine) {
    .image-gallery-icon:hover {
        color: var(--color4) !important;
    }
}

/* tab Max Screen 1024 */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .wf-delete-modal {
        --bs-modal-width: 50% !important;
    }

    .h1-title {
        font-size: 42px;
        line-height: 47px;
    }

    .h2-title {
        font-size: 38px;
        line-height: 43px;
    }

    .font-size-46 {
        font-size: 33px;
        line-height: 38px;
    }

    .font-size-42 {
        font-size: 30px;
        line-height: 35px;
    }

    .home-title {
        width: 100%;
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 25px;
    }

    .home-hero .search-wrapper {
        width: 100%;
        margin: 20px 0 0;
    }

    .home-hero .home-hero-body {
        padding: 8rem 0 6rem;
    }

    .wf-user-nav .navbar-collapse {
        position: fixed !important;
        top: 103px;
        width: 100%;
        left: 0;
        z-index: 99;
        padding: 15px;
        transition: background-color 0.3s ease;
        background: rgba(255, 255, 255, 0.95) !important;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }

    .wf-user-nav .navbar-toggler {
        padding: 0px !important;
        color: var(--color2) !important;
        background-color: transparent !important;
        border: 0 !important;
        font-size: 42px !important;
    }

    .wf-light-header,
    .wf-dark-header {
        /* transition: background-color 0.3s ease;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(8.5px);
        -webkit-backdrop-filter: blur(8.5px);
        border: 1px solid rgba(255, 255, 255, 0.3); */
        margin-bottom: 50px;
    }

    .wf-light-header .navbar-collapse,
    .wf-dark-header .navbar-collapse {
        position: fixed;
        top: 103px;
        /* background-color: var(--color1); */
        width: 100%;
        left: 0;
        z-index: 99;
        padding: 15px;
        /* transition: background-color 0.3s ease; */
        background: rgba(255, 255, 255, 0.95) !important;
        height: fit-content !important;

    }


    .wf-light-header .navbar-collapse .nav-link,
    .wf-dark-header .navbar-collapse .nav-link {
        color: var(--color2) !important;
    }

    .wf-light-header .sign-in-btn {
        color: var(--color2) !important;
    }

    .wf-dark-header .dark-logo {
        display: none;
    }

    .wf-dark-header .dark-logo {
        display: block;
    }

    .wf-light-header .dark-logo,
    .wf-dark-header .light-logo {
        display: none;
    }

    .wf-dark-header .light-logo {
        display: none;
    }

    .wf-light-header .light-logo {
        display: block;
    }

    .wf-light-header .custom-dropdown i.icon-notifications {
        color: var(--color3);
    }

    .vendor-image {
        min-height: 180px;
        height: 180px;
    }

    .featured-supplier-slider .swiper-button-prev,
    .featured-supplier-slider .swiper-rtl .swiper-button-next {
        left: 85%;
    }

    .explore-locations .swiper-button-prev,
    .explore-locations .swiper-rtl .swiper-button-next {
        left: 85%;
    }

    .categories-boxes .category-box {
        flex: 1 0 auto;
        width: 28%;
    }

    .about-weddified {
        background-position: 76% bottom;
    }

    .blog-card-home .blog-image {
        min-height: 180px;
        height: 180px;
    }

    .search-wrapper {
        width: 100%;
    }

    .search-wrapper-2 .search-field-1,
    .search-wrapper-2 .search-field-2,
    .search-wrapper-2 .search-field-3 {
        width: 29%;
    }

    .wf-filter-check {
        width: 100%;
    }

    .blog-image {
        height: 230px;
        min-height: 230px;
    }

    .features-section-1 .w-50,
    .features-section-2 .w-50,
    .features-section-3 .w-50,
    .features-section-4 .w-50,
    .features-section-5 .w-50,
    .features-section-6 .w-50,
    .features-section-7 .w-50 {
        width: 100% !important;
    }

    .vendor-card-dashboard .vendor-image {
        min-height: 130px;
        height: 130px;
    }

    .saved-pins-image {
        height: 130px;
    }

    .blog-card-dashboard .blog-image {
        height: 160px;
        min-height: 160px;
    }

    .modal.show.wf-modal {
        --bs-modal-width: 80%;
    }

    .wf-chat-enqiries>.container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .dashboard-nav .nav-link {
        flex-direction: row;
        align-items: center;
    }

    .dashboard-nav .nav-image {
        height: 25px;
    }

    ul.navbar-nav.dashboard-nav {
        gap: 0;
    }
}

@media only screen and (max-width:991px) {
    .wf-bookingimgcontaner-image {
        width: 100%;
        height: 170px;
    }
}

/* Mobile Max Screen 767 */
@media only screen and (max-width: 767px) {
    .wf-bookingimgcontaner-image {
        width: 100%;
        height: 170px;
    }

    .wf-task-progress-completed,
    .wf-task-progress-overprogress,
    .wf-invited-progressBrideGroom,
    .wf-invited-progress,
    .wf-payment-progress {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .wf-logo-card {
        width: 80%;
    }

    .wf-light-header .light-logo,
    .wf-dark-header .dark-logo {
        display: none;
    }

    .wf-dark-header .dark-logo {
        display: block;
    }

    .wf-light-header .dark-logo,
    .wf-dark-header .light-logo {
        display: block;
    }

    .wf-dark-header .light-logo {
        display: none;
    }

    .wf-light-header .custom-dropdown i.icon-notifications {
        color: var(--color3);
    }

    .h1-title {
        font-size: 36px;
        line-height: 41px;
    }

    .h2-title {
        font-size: 34px;
        line-height: 39px;
    }

    .font-size-46 {
        font-size: 30px;
        line-height: 35px;
    }

    .font-size-42 {
        font-size: 28px;
        line-height: 33px;
    }

    .container {
        padding: 0 15px;
    }

    .archive-img,
    .archive-img img {
        height: 100%;
    }

    .vendor-image {
        height: 220px;
    }

    .wf-user-nav .navbar-collapse {
        position: fixed !important;
        top: 103px;
        width: 100%;
        left: 0;
        z-index: 99;
        padding: 15px;
        transition: background-color 0.3s ease;
        background: rgba(255, 255, 255, 0.95) !important;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }

    .wf-user-nav .navbar-toggler {
        padding: 0px !important;
        color: var(--color2) !important;
        background-color: transparent !important;
        border: 0 !important;
        font-size: 42px !important;
    }

    .wf-light-header,
    .wf-dark-header {
        transition: background-color 0.3s ease;
        /* background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border: 1px solid rgba(255, 255, 255, 0.3); */
        background-color: var(--color1);
        margin-bottom: 50px;
    }

    .wf-light-header .navbar-collapse,
    .wf-dark-header .navbar-collapse {
        position: fixed;
        top: 103px;
        background-color: var(--color1);
        width: 100%;
        left: 0;
        z-index: 99;
        padding: 15px;
        box-shadow: var(--shadow);
        /* transition: background-color 0.3s ease; */
        /* background: rgba(255, 255, 255, 0.95) !important; */
        /* height: 84vh !important; */
        display: flex;
        align-items: flex-start;
    }

    .wf-light-header .navbar-collapse.wf-logged-in,
    .wf-dark-header .navbar-collapse.wf-logged-in {
        flex-direction: column-reverse;
        justify-content: start;
    }

    .wf-light-header .navbar-collapse.wf-logged-out,
    .wf-dark-header .navbar-collapse.wf-logged-out {
        flex-direction: column;
        justify-content: space-between;
    }

    .wf-header-profile {
        flex-direction: row-reverse;
        justify-content: start;
        margin-bottom: 15px;
    }

    .wf-header-login {
        flex-direction: column;
        row-gap: 10px;
        width: 100% !important;
        margin-top: 15px;
    }

    .wf-header-login .sign-in-btn {
        border: 1px solid var(--color3) !important;
    }

    .wf-header-login>button {
        width: 100% !important;
    }

    .wf-profile .avatar {
        width: 80px;
        height: 80px;
    }

    .wf-light-header .navbar-collapse .nav-link,
    .wf-dark-header .navbar-collapse .nav-link {
        color: var(--color2) !important;
    }

    .wf-light-header .sign-in-btn {
        color: var(--color2) !important;
    }

    .custom-dropdown svg {
        stroke: var(--color3) !important;
    }

    .search-wrapper {
        display: flex;
        width: 100%;
        margin: 20px auto 0;
        justify-content: flex-start;
    }

    .search-btn {
        margin-top: -45px;
    }

    .search-field-2,
    .search-field-1 {
        width: calc(100% - 62px);
    }

    .search-wrapper .search-field-1 .dropdown>a {
        border-right: 0 !important;
    }

    .gallery-img.big {
        height: 305px;
    }

    .see-all-photos-btn {
        bottom: 16px;
        left: 16px;
    }

    .pre-footer::before {
        left: -15%;
        transform: scale(0.3);
        top: -23%;
        right: 0;
    }

    .pre-footer-buttons {
        width: 100%;
        margin-top: 18px !important;
    }

    .pre-content {
        padding: 50px 20px;
        background-position: right bottom;
        background-size: 35%;
    }

    footer {
        padding: 50px 0 25px;
    }

    .search-wrapper-2 .search-field-1 {
        width: 100%;
        padding: 0 10px;
        border-right: 0;
    }

    .search-wrapper-2 .search-field-2 {
        width: 100%;
        border-right: 0;
    }

    .search-wrapper-2 .search-field-3 {
        width: 100%;
    }

    .blog-card-home .blog-image {
        height: 210px;
    }

    .home-title {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .home-hero .search-wrapper {
        width: 100%;
        margin: 20px 0 0;
    }

    .home-hero .home-hero-body {
        padding: 6rem 0 3rem;
    }

    .featured-supplier-slider .swiper-button-prev,
    .featured-supplier-slider .swiper-rtl .swiper-button-next {
        left: auto;
        right: 50px;
    }

    .explore-locations .swiper-button-prev,
    .explore-locations .swiper-rtl .swiper-button-next,
    .event-details-slider .swiper-rtl .swiper-button-next,
    .event-details-slider .swiper-button-prev {
        left: auto;
        right: 50px;
    }

    .categories-boxes .category-box {
        flex: 1 0 auto;
        width: 100%;
    }

    .about-content {
        width: 100%;
    }

    .about-hero .about-hero-body {
        padding: 6rem 0 3rem;
    }

    .contact-hero .contact-hero-body {
        padding: 6rem 0 4rem;
    }

    .features-hero .features-hero-body {
        padding: 3rem 1rem 0;
    }

    .features-section-1 .w-50,
    .features-section-2 .w-50,
    .features-section-3 .w-50,
    .features-section-4 .w-50,
    .features-section-5 .w-50,
    .features-section-6 .w-50,
    .features-section-7 .w-50 {
        width: 100% !important;
    }

    .features-section-1 .w-75,
    .features-section-2 .w-75,
    .features-section-3 .w-75,
    .features-section-4 .w-75,
    .features-section-5 .w-75,
    .features-section-6 .w-75,
    .features-section-7 .w-75 {
        width: 100% !important;
    }

    .dowload-app-bg {
        background-position: center right;
    }

    .box-gradient,
    .box-grey {
        width: 100%;
    }

    .timeline .line {
        display: none;
    }

    .timeline .dot {
        display: none;
    }

    .timeline {
        padding-left: 0px;
    }

    .timeline .timeline-badge {
        display: none;
    }

    .faqs-section .searchbar {
        width: 76%;
    }

    .faqs-section .question h3 {
        font-size: 20px !important;
        line-height: 23px;
    }

    .dashboard-nav .nav-link {
        flex-direction: row;
        align-items: center;
    }

    .dashboard-nav .nav-image {
        height: 25px;
    }

    ul.navbar-nav.dashboard-nav {
        gap: 0;
    }

    .custom-dropdown.notification .dropdown-menu {
        left: -138px !important;
        width: 335px;
    }

    .custom-dropdown.heart .dropdown-menu {
        left: -14px !important;
    }

    /* header .img-fluid {
        width: 200px;
    } */

    .wf-subtasks {
        padding-left: 0px;
        padding-right: 0px;
    }

    .vendor-card-dashboard .vendor-image {
        height: 160px;
    }

    .wf-rsvp-invitation {
        padding: 100px 0;
        position: relative;
        height: 100%;
    }

    img.rsvp-image-2 {
        bottom: 0;
        top: auto;
        width: 120px;
    }

    img.rsvp-image-5 {
        position: absolute;
        bottom: 10%;
        right: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }

    img.rsvp-image-1 {
        width: 120px;
    }

    .wf-message-text {
        max-width: 100%;
    }

    .wf-message-images {
        width: 100%;
    }

    .wf-message-images .wf-message-image {
        width: 48%;
    }

    .wf-chat-messages {
        height: 77vh;
    }

    .wf-toggle-pannel {
        width: 100%;
        position: fixed;
        height: 100vh;
    }

    /* .sidebar {
    position: fixed;
    z-index: 101;
    left: -100px;
    height: 100%;
}
.sidebar.close {
    left: 0;
    width: 100%;
    top: 0;
    padding: 20px 0;
}
.sidebar.close .nav-links li a .link_name {
    opacity: 1;
    display: block;
}
.sidebar.close .nav-links li .icon-link {
    display: flex;
}
.home-section {
    width: 100% !important;
} */
    ul.vendor-profile-tabs {
        width: 100%;
        overflow: scroll;
        gap: 15px;
    }

    .vendor-profile-tabs li {
        width: 180px;
    }

    .blog-image {
        height: 200px;
    }

    .wf-task-group-list {
        overflow: hidden;
    }

    .grow-your-bussiness:before {
        background: rgb(255, 255, 255, 0);
        background: linear-gradient(260deg,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 0.8) 100%);
    }

    .task-ff span.dm-font {
        display: block;
    }

    main.wf-business-pannel>header .navbar-brand span {
        font-size: 20px !important;
    }

    .wf-business-profile-sidebar-toggle {
        display: block;
        /* position: absolute;
    top: 0;
    left: -11px; */
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 4;
        font-size: 15px;
        line-height: 10px;
        cursor: pointer;
        background-color: var(--color4);
        color: var(--color1);
        padding: 8px;
        border-radius: 0% 50% 50% 0%;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: var(--color1);
    }

    .content-section {
        left: 0;
        width: 100%;
        top: 110px;
    }

    .sidebar.close~.content-section {
        left: 0;
        width: 100%;
    }

    .sidebar.close .nav-links li span {
        display: block;
    }

    .sidebar.close {
        width: 100%;
        left: 0;
        height: 100%;
    }

    .sidebar.close .nav-links li a .link_name {
        opacity: 1;
        pointer-events: none;
    }

    .sidebar.close .nav-links span.material-symbols-outlined {
        display: block;
    }

    .sidebar.close .nav-links li .icon-link {
        display: flex;
    }

    .sidebar.close .nav-links li .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        padding: 10px 20px;
        display: none;
    }

    .sidebar .nav-links li.showMenu .sub-menu {
        display: block !important;
        opacity: 1;
    }

    .sidebar.close .nav-links li .sub-menu .link_name {
        display: none;
    }

    .sidebar .logo-details {
        height: 50px;
        padding-top: 20px;
    }

    .gap-md-res {
        row-gap: 8px;
    }

    .wf-profile .dropdown-menu {
        right: -120px !important;
    }

    .navbar-toggler {
        color: var(--color2) !important
    }

    .wf-light-header .navbar-toggler {
        color: var(--color2) !important;
    }

    .wf-modal-dialog .modal-content {
        padding: 10px;
    }

    .wf-select-cat-btn {
        width: calc(50% - 0.5rem) !important;
    }

    .featured-supplier-slider .swiper-button-prev,
    .featured-supplier-slider .swiper-button-next {
        top: -20px;
    }

    .explore-locations .swiper-button-prev,
    .explore-locations .swiper-button-next {
        top: -20px;
    }
}

/* Flag.css */
/* .flag {
    position: fixed;
    width: 30px;
    height: 20px;
    animation: fall 5s linear infinite;
    z-index: 99;
  }
  
  @keyframes fall {
    0% {
      top: -10%;
      transform: rotate(0deg);
    }
    100% {
      top: 110%;
      transform: rotate(360deg);
    }
  } */

/* Flag.css */
/* .flag {
    position: fixed;
    width: 30px;
    height: 20px;
    animation: pop 3s ease-out forwards;
    opacity: 0;
    z-index: 99;
}
  
@keyframes pop {
    0% {
      opacity: 1;
      transform: scale(0.5) translate(-50%, -50%);
      top: 100%;
      left: 50%;
    }
    100% {
      opacity: 0;
      transform: scale(1.5) translate(calc(var(--x) * 100%), calc(var(--y) * -100%));
      top: calc(50% * var(--y));
      left: calc(50% + var(--x) * 100%);
    }
} */

/* Flag.css */
.flag {
    position: fixed;
    width: 30px;
    height: 20px;
    animation: pop 5s ease-out forwards;
    opacity: 0;
    z-index: 99;
}

@keyframes pop {
    0% {
        opacity: 1;
        transform: scale(0.5) translate(-50%, -50%);
        top: 0%;
        left: 50%;
    }

    100% {
        opacity: 0;
        transform: scale(1.5) translate(calc(var(--x) * 100%), calc(var(--y) * 100%));
        top: calc(50% + var(--y) * 100%);
        left: calc(50% + var(--x) * 100%);
    }
}

/* .flag {
    position: fixed;
    width: 30px;
    height: 20px;
    animation: pop 5s ease-out forwards;
    opacity: 0;
    z-index: 99;
  }
  
  @keyframes pop {
    0% {
      opacity: 1;
      transform: scale(0.5) translate(-50%, -50%);
      top: 50%;
      left: 50%;
    }
    100% {
      opacity: 0;
      transform: scale(1.5) translate(calc(var(--x) * 100%), calc(var(--y) * 100%));
      top: calc(50% + var(--y) * 100%);
      left: calc(50% + var(--x) * 100%);
    }
  } */