* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*body {*/
/*    font-family: "DM_Sans";*/
/*    overflow-x: hidden;*/
/*    line-height: normal;*/
/*}*/


@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-LightItalic.woff2") format("woff2");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-MediumItalic.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-BoldItalic.woff2") format("woff2");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-Black.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../../assets/font/satoshi/Satoshi-BlackItalic.woff2") format("woff2");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi Variable";
    src: url("../../assets/font/satoshi-variable/Satoshi-Variable.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi Variable";
    src: url("../../assets/font/satoshi-variable/Satoshi-VariableItalic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

html, body {
    width: 100%;
    max-width: 1920px;
    min-width: 320px;
    padding: 0;
    margin: 0 auto 0!important;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--v3-dark-1);
    font-family: "Satoshi Variable", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    overflow-x: hidden;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

*:focus {
    color: inherit;
    outline: inherit;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    text-decoration: none;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
    border: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: normal;
    word-break: break-word;
}

a {
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    word-break: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

.__prompt-desc-list img, .__accordion-slot img, .__file-upload-button img, .__login-field .__upload-circle img {
    width: initial;
}

.ct-btn {
    padding: 12px 25px;
    color: #fff;
    border-radius: 31px;
    font-size: 16px;
    border: 1px solid transparent;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


.container {
    max-width: 1440px !important;
    padding: 0 20px;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    color: #131313;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto 12px;
}

.section-title h2::before {
    content: "";
    width: 96px;
    height: 3px;
    border-radius: 40px;
    background: linear-gradient(98deg, rgba(159, 199, 100, 0.08) 25.91%, rgba(127, 209, 203, 0.83) 89.64%);
    backdrop-filter: blur(5px);
    position: absolute;
    left: -110px;
    top: 50%;
}

.section-title h2::after {
    content: "";
    width: 96px;
    height: 3px;
    border-radius: 40px;
    background: linear-gradient(98deg, rgba(134, 168, 84, 0.83) 25.91%, rgba(127, 209, 203, 0.00) 89.64%);
    backdrop-filter: blur(5px);
    position: absolute;
    right: -110px;
    top: 50%;
}

.section-title p {
    color: #131313;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    max-width: 1210px;
    margin: auto;
}


/*====================== Header-css =================================== */
.navbar-container {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(207 207 207 / 50%);
}

.navbar-container .navbar-collapse {
    flex-grow: unset !important;
}


.navbar-container .navbar-nav .nav-item .nav-link {
    margin: 0 15px;
    padding: 15px 10px;
    position: relative;
    color: #111112;
    font-size: 18px;
    font-weight: 400;
}

.navbar-container .navbar-nav .nav-item .nav-link:hover,
.navbar-container .navbar-nav .nav-item .nav-link.active {
    color: #03bfa6;
}


.navbar-container .navbar-toggler {
    font-size: 25px;
    padding: 0;
}

.navbar-container .navbar-toggler:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.navbar-container .select-menu {
    border-radius: 12px;
    border: 1px solid #BEBDBD;
    background: #F5F5F5;
    padding: 9px 22px 9px 37px;
    appearance: none;
    min-width: 140px;
    text-align: left;
    color: #4D4B4B;
    font-size: 16px;
    font-weight: 400;
    background-image: url("../img/arrow-down.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 90%;
    min-height: 40px;
}

.dashboard-right-container .select-menu {
    border-radius: 12px;
    border: 1px solid #BEBDBD;
    background: #F5F5F5;
    padding: 9px 22px 9px 37px;
    appearance: none;
    min-width: 140px;
    text-align: left;
    color: #4D4B4B;
    font-size: 16px;
    font-weight: 400;
    background-image: url("../img/arrow-down.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 90%;
    min-height: 40px;
}

.navbar-container .selectmenu-icon {
    position: absolute;
    left: 10px;
    top: 9px;
}

.dashboard-right-container .selectmenu-icon {
    position: absolute;
    left: 10px;
    top: 9px;
}




.contact-btn {
    background: linear-gradient(180deg, rgba(124, 175, 68, 0.6), rgba(124, 175, 68, 0.18)) !important;
    padding: 2px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact-btn-child {
    background-color: #fff;
    padding: 4px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: fit-content;
}

.contact-btn-child2 {
    background: linear-gradient(-225deg, rgba(160, 200, 100, 1), rgba(135, 225, 216, 1), rgba(160, 200, 100, 1), rgba(135, 225, 216, 1), rgba(160, 200, 100, 1), rgba(135, 225, 216, 1), rgba(160, 200, 100, 1)) !important;
    padding: 2px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact-btn-child3 {
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: block;
    color: #03bfa6 !important;
    font-size: 16px;
    font-weight: 600;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact-btn:hover {
    background: #03bfa6;
}

.contact-btn:hover .contact-btn-child {
    background: #03bfa6;
}

.contact-btn:hover .contact-btn-child2 {
    background: #fff !important;
}

.contact-btn:hover .contact-btn-child3 {
    background-color: #03bfa6;
    color: #fff !important;
}


.partner-btn {
    background: linear-gradient(180deg, rgba(124, 175, 68, 1), rgba(124, 175, 68, 0.3)) !important;
    padding: 2px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.partner-btn-child {
    background-color: #03bfa6;
    padding: 4px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: fit-content;
}

.partner-btn-child2 {
    background: linear-gradient(-225deg, rgba(160, 200, 100, 1), rgba(135, 225, 216, 1), rgba(160, 200, 100, 1), rgba(135, 225, 216, 1), rgba(160, 200, 100, 1), rgba(135, 225, 216, 1), rgba(160, 200, 100, 1)) !important;
    padding: 2px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.partner-btn-child3 {
    padding: 8px 20px;
    background-color: #03bfa6;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: block;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.partner-btn:hover .partner-btn-child,
.partner-btn:hover .partner-btn-child3 {
    background-color: #fff;
}

.partner-btn:hover .partner-btn-child3 {
    color: #03bfa6 !important;
}

/*====================== hero-section-css =================================== */

.hero-section-container {
    background-image: url("../img/hero-bg.png");
    height: 726px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    margin-top: 70px;
}

.hero-section-text h6 {
    color: #B7F376;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto 12px;
}

.hero-section-text h6::before {
    content: "";
    width: 96px;
    height: 3px;
    border-radius: 40px;
    background: linear-gradient(98deg, rgba(160, 200, 100, 0.04) 25.91%, rgba(135, 225, 216, 0.43) 89.64%);
    backdrop-filter: blur(5px);
    position: absolute;
    left: -110px;
    top: 50%;
}

.hero-section-text h6::after {
    content: "";
    width: 96px;
    height: 3px;
    border-radius: 40px;
    background: linear-gradient(98deg, rgba(159, 199, 100, 0.43) 25.91%, rgba(127, 209, 203, 0.00) 89.64%);
    backdrop-filter: blur(5px);
    position: absolute;
    right: -110px;
    top: 50%;
}

.hero-section-text h2 {
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 16px;
}

.hero-section-text p {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    max-width: 680px;
    margin: 0 auto 50px;
}

.hero-section-text h2 .gradient-text {
    background: linear-gradient(91deg, #8EF8F0 61%, #AAE965 90.29%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.join-btn {
    border-radius: 32px;
    box-shadow: 0 0 8px rgb(255 255 255 / 51%);
    background: var(--v3-accent);
    padding: 4px;
    display: block;
    width: fit-content;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.join-btn-child {
    background: rgba(199, 220, 218, 1);
    padding: 2px;
    border-radius: 32px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.join-btn-child1 {
    background: #03bfa6;
    padding: 4px;
    border-radius: 32px;
    padding: 12px 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.join-btn:hover {
    background: #6FDCD4;
}

.join-btn:hover .join-btn-child1 {
    background: #6FDCD4;
}


.explore-btn {
    border-radius: 62px;
    background: transparent;
    padding: 3px;
    display: block;
    width: fit-content;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border: 2px solid #03bfa6;

}

.explore-btn-child {
    background-color: transparent;
    padding: 2px;
    border-radius: 32px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.explore-btn-child1 {
    border: 2px solid #fff;
    border-radius: 32px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding: 10px 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.explore-btn:hover {
    background: #03bfa6;
}

.explore-btn:hover .join-btn-child1 {
    background: #03bfa6;
}

/*====================== who-we-are-section-css =================================== */

.who-we-are-section {
    padding: 60px 0;
}

.who-we-are-section .who-we-are-box {
    border: 1px solid rgba(0, 0, 0, 0.29);
    box-shadow: 0px 4px 15px rgba(5, 10, 7, 0.11);
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    height: 100%;
}

.who-we-are-section .who-we-are-box .who-we-are-box-img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 24px;
}

.who-we-are-section .who-we-are-box p {
    color: #111112;
    font-size: 22px;
    font-weight: 600;
    max-width: 300px;
}

.who-we-are-section .who-we-are-position {
    position: absolute;
    right: 10px;
    top: 10px;
}

.rtl-ver .who-we-are-section .who-we-are-position {
    left: 10px;
    right: auto;
}

.popover {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.14);
    padding: 7px;
    border-radius: 12px;
    z-index: 99;
    max-width: 510px;
    width: 100%;
}

.popover-header {
    border-radius: 12px;
    background: #F5F5F5;
    padding: 16px;
    color: #111112;
    font-size: 22px;
    font-weight: 600;
    border: 0;
}

.popover-body {
    color: #000;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
}

/*====================== material-help-section-css =================================== */

.material-help-container {
    padding: 90px 0;
    background: linear-gradient(180deg, rgba(98, 185, 179, 0.10) 0%, rgba(159, 199, 100, 0.10) 100%);
}

.material-help-container .material-help-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
}

.material-help-container .material-help-text h2 {
    color: #131313;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}

.material-help-container .material-help-text p {
    background: linear-gradient(271deg, rgba(98, 185, 179, 0.00) 10.04%, rgba(98, 185, 179, 0.50) 76.14%, rgba(98, 185, 179, 0.00) 99.06%);
    padding: 10px 66px 10px 20px;
    color: #111112;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 35px;
}

.material-help-container .material-features-box {
    background: linear-gradient(180deg, rgba(124, 175, 68, 1) 10.04%, rgba(98, 185, 179, 1)) 76.14%;
    padding: 1px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.material-help-container .material-features-box-child {
    padding: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.material-help-container .material-features-box-child:hover {
    box-shadow: 0px 2px 16px 0px rgba(134, 168, 84, 0.33);
}

.material-help-container .material-features-box-child h6 {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
    width: calc(100% - 70px);
}

.material-help-container .material-help-img-parent {
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.material-help-container .material-help-img-parent::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(182deg, rgba(124, 175, 68, 0.35) 33.89%, rgba(124, 175, 68, 0.00) 98.53%);
    top: 0;
    left: 0;
    z-index: -1;
}

.material-help-container .material-help-img {
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 4px 32.3px 0px rgba(0, 0, 0, 0.41);
}


.material-help-container .material-help-img img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.material-help-container .material-help-img-parent:hover .material-help-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.business-section-slider .slick-slide {
    padding: 30px;
    border-radius: 20px;
}

.slick-slider {
    direction: ltr;
}


.business-section-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 6px 12px;
    list-style-type: none;
    border-radius: 32px;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    width: fit-content;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 50px !important;
    align-items: center;
}

.business-section-slider .slick-dots li {
    position: relative;
    display: flex;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    justify-content: center;
    align-items: anchor-center;
}

.business-section-slider .slick-dots button {
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 32px;
    background-color: #7E8171;
    text-indent: -9999px;
}

.business-section-slider .slick-dots li.slick-active button {
    background-color: #8EF8F0;
    width: 33px;
}


/*======================== plateform-css ================================= */
.platform-container {
    background-image: url("../img/platform-bg.png");
    padding: 130px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.platform-container .platform-box {
    border-radius: 12px;
    border-top: 4px solid #03bfa6;
    background: #FFF;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
    padding: 70px 30px 40px;
    height: 100%;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


.platform-container .platform-box-img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.platform-container .platform-box-img img {
    width: 98px;
    height: auto;
}

.platform-container .platform-box-child h2 {
    color: #111112;
    font-size: 22px;
    font-weight: 600;
}

.platform-container .platform-box-child-position {
    position: absolute;
    right: 0;
    bottom: 0;
}

.platform-container .mb-120 {
    margin-bottom: 120px;
}



.platform-container .platform-box:hover {
    box-shadow: 0px 5px 5px 0px rgba(124, 175, 68, 0.89);
    backdrop-filter: blur(12px);
}

/*====================== Contact-section-css =====================================*/

.contactUs-container {
    background-image: url("../img/contactUs.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;

}

.rtl-ver .contactUs-container {
    background-image: url("../img/contactUs-rtl.png");
}


.contactUs-container .contactus-box-content {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.06);
    padding: 42px;
    max-width: 877px;
}

.contact-container-main .contactUs-box {
    display: unset;
}

.rtl-ver .iti--allow-dropdown .iti__flag-container, .rtl-ver .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
}

/* .rtl-ver #mobile_code {
  padding-right: 36px !important;
  padding-left: 10px !important;
} */


.contact-container-main .contactus-box-content {
    max-width: 877px;
}

.contactUs-container .contactus-box-content h2 {
    color: #131313;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contactUs-container .contactus-box-content p {
    color: #595959;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.contactUs-container .contactus-box-content p a {
    text-decoration: underline;
}

.contactUs-container .contactus-box-content label {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}


.contactUs-container .contactus-box-content label .green-tick {
    color: #03bfa6;
}

.contactUs-container .contactus-box-content .form-control {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #F5F5F5;
}

.contactUs-container .contactus-box-content .form-control:focus {
    box-shadow: none;
    border-color: #03bfa6;
}

.contactUs-container .form-textarea {
    resize: none;
    overflow: auto;
    height: 130px;
}

.contactUs-container .join-btn {
    border-color: #03bfa6;
    margin: inherit;

}

.contactUs-container .join-btn:hover {
    border-color: #6FDCD4;
}

.contactUs-container .form-check-input:focus {
    box-shadow: none;
}

.contactUs-container .form-check-input:checked {
    background-color: #03bfa6;
    border-color: #03bfa6;
}

.contactUs-container .form-check-input {
    border: 1px solid rgba(0, 0, 0, 0.21);
}

.contactUs-container .cursor-pointer {
    cursor: pointer;
}

.check-label {
    width: calc(100% - 30px);
}
.check-label a{
    color: #03bfa6;
}

.rtl-ver .iti.iti--allow-dropdown .phone-number-restriction{
    padding-right: 52px !important;
    padding-left: 0px !important;
    text-align: right;
}
.rtl-ver .iti__arrow {
    margin-right: 5px;
   margin-left: 0;
}
.rtl-ver  .iti__country{
    text-align: right;
}

/*====================== footer-section-css =====================================*/

.footer-container {
    background-image: url("../img/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
    text-align: center;
}

.footer-container img {
    max-width: 200px;
    margin-bottom: 15px;
}

.footer-container h2 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.footer-container h2 a {
    color: #FFF !important;
}

.iti--allow-dropdown {
    width: 100%;
}

.file-input-wraaper-main {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(116px, auto));
}

/* ======================== login-page-css ===================================== */
.auth-login-container-bg {
    background-image: url("../img/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-login-header {
    padding: 10px 20px;
}


.auth-login-container {
    height: 100vh;
    overflow: auto;
    padding-top: 150px;
    padding-bottom: 60px;
}

.auth-login-container .auth-login-left img {
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
}


.auth-login-container .auth-login-main {
    border-radius: 30px;
    border-top: 4px solid var(--v3-accent);
    background: #FFF;
    box-shadow: 0px 0px 28px 0px rgba(15, 42, 69, 0.15);
    max-width: 860px;
    margin: auto;
    padding: 54px 64px;
}

.auth-login-container .auth-login-main .auth-login-right img {
    max-width: 240px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}


.auth-login-container .section-title {
    margin-bottom: 50px;
}

.auth-login-container .section-title h2 {
    color: #131313;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 0 20px;
}

.auth-login-container .section-title h2::before {
    content: "";
    width: 96px;
    height: 3px;
    border-radius: 40px;
    background: linear-gradient(98deg, rgba(124, 175, 68, 0.83) 25.91%, rgba(98, 185, 179, 0.08) 89.64%);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    bottom: -7px;
}

.auth-login-container label {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.auth-login-container label .green-tick {
    color: #03bfa6;
}

.auth-login-container .form-control {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #F5F5F5;
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.auth-login-container .form-control:focus {
    box-shadow: none;
    border-color: #03bfa6;
}

.auth-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.auth-section-title h1 {
    text-align: center;
    color: #1E1F21;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 20px;
    width: fit-content;
}

.auth-section-title h1::after {
    background: linear-gradient(90deg, rgba(147, 189, 100, 0.10) 0%, var(--v3-accent) 50%, rgba(147, 189, 100, 0.10) 100%);
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.auth-section-title span {
    color: var(--v3-accent);
}

.auth-section-title p {
    color: #111112;
    font-size: 18px;
    font-weight: 500;
}

.auth-login-container .auth-eye-icon {
    position: absolute;
    right: 25px;
    top: 17px;
    cursor: pointer;
}

.auth-login-container .password-input {
    padding-right: 70px;

}

.forget-password a {
    color: #111112;
    font-size: 16px;
    font-weight: 400;
}

.auth-login-container .join-btn {
    margin: auto;
}

.auth-login-container .join-btn-child1 {
    padding: 12px 70px;

}

.auth-login-container .eye-close {
    display: none;
}

.auth-login-container .signup-text {
    color: #111112;
    font-size: 18px;
    font-weight: 500;
}

.auth-login-container .signup-text a {
    color: #03bfa6;
}


.check-input-container .form-check-input:focus {
    box-shadow: none;
}


.check-input-container .form-check-label {
    color: #595959;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    top: 4px;
    margin-left: 10px;
}

.check-input-container .form-check-input:checked {

    background-color: #03bfa6;
    border-color: #03bfa6;
}

.check-input-container .form-check-input {
    width: 24px;
    height: 24px;
}

.auth-login-container .select-menu {
    border-radius: 12px;
    border: 1px solid #BEBDBD;
    background: #F5F5F5;
    padding: 15px 22px;
    appearance: none;
    min-width: 100%;
    text-align: left;
    color: #595959 !important;
    font-size: 18px;
    font-weight: 500;
    background-image: url(../img/arrow-down.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 97%;
    min-height: 40px;

}

.auth-login-container .file-upload-container {
    border-radius: 12px;
    border: 1px dashed rgba(0, 0, 0, 0.47);
    background: #F5F5F5;
    padding: 24px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.__file-upload-wrapper .file-upload-container {
    border-radius: 100px;
    background: var(--v3-accent-1);
    padding: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.auth-login-container .file-upload-container h2 {
    color: #595959;
    font-size: 18px;
    font-weight: 500;
    max-width: calc(100% - 60px);
}

.auth-login-container .file-input, .__file-upload-wrapper .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.auth-login-container .file-input-wrapper {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F5F5F5;
    position: relative;
    padding: 4px 34px 4px 4px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.auth-login-container .file-input-wrapper .profile-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
}

.auth-login-container .file-input-wrapper h2 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.auth-login-container .file-input-wrapper .close-icon {
    border-radius: 130px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.18);
    width: 25px;
    height: 25px;
    display: flex;
    justify-self: center;
    align-items: center;
    position: absolute;
    right: -11px;
    top: -8px;
    padding: 4px;
    cursor: pointer;
}

/*====================== offer-page-css =====================================  */
.offers-breadcrumb-section {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/offers-breadcrumb.png);
    margin-top: 70px;
    background-size: cover;
    background-repeat: no-repeat;
}

.offers-breadcrumb-section h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
}

.offers-section {
    padding: 64px 0;
}

.form-control:focus {
    box-shadow: none;
}

.offer-search-container {
    margin-bottom: 60px;
}

.offer-search-container .form-control {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #F5F5F5;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.offer-search-container .join-btn-child1 {
    border-radius: 12px;
    width: 41px;
    height: 41px;
    padding: 8px;
}

.offer-search-container .join-btn-child {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 45px;
    height: 45px;
}

.offer-search-container .join-btn {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 55px;
    height: 55px;
}

.offer-search-container .select-menu {
    border-radius: 12px;
    border: 1px solid #BEBDBD;
    background: #F5F5F5;
    padding: 15px 22px;
    appearance: none;
    text-align: left;
    color: #595959;
    font-size: 18px;
    font-weight: 500;
    background-image: url(../img/arrow-down.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 90%;
    min-height: 60px;
    min-width: 240px;
}

.offers-list-box {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.14);
    padding: 6px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.offers-list-box::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(98deg, #03bfa6, #62B9B3 27%);
}

.offers-list-box .offers-list-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    margin-bottom: 15px;
}

.offers-list-box .offers-list-body {
    padding: 0 11px 20px;
}

.offers-list-box h2 {
    color: #111112;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.offers-list-box p {
    color: #595959;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 12px;
}

.offers-list-box .offers-list-price-box {
    border-radius: 12px;
    background: rgba(193, 193, 193, 0.12);
    padding: 8px 10px;
    text-align: center;
}

.offers-list-box .offers-list-price-box h2 {
    color: #111112 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.offers-list-box .offers-list-price-box p {
    color: #03bfa6 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.offers-list-box .col-lg-4 {
    padding: 0 6px !important;
}

.input-width {
    width: 100%;
    max-width: 770px;

}


/*====================== offer-details-page-css =====================================  */
.offers-details-breadcrumb {
    padding: 30px 10px;
    position: relative;
    margin-top: 70px;
}

.offers-details-breadcrumb::after {
    background: linear-gradient(90deg, #03bfa6 0%, #62B9B3 26.98%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    z-index: -1;
}

.offers-details-breadcrumb-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.offers-details-breadcrumb-box a {
    color: #151515;
    font-size: 22px;
    font-weight: 400;
}

.offers-details-breadcrumb-box p {
    color: #151515;
    font-size: 22px;
    font-weight: 600;
    width: calc(100% - 130px);
}

.offers-details-slide-container {
    padding: 60px 0;
}

.offers-details-slide-container .slider-nav img {
    width: 100%;
    height: 90px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 10px;
}

.offers-details-slide-container .slider-for img {
    width: 100%;
    height: 410px;
    object-fit: contain;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    object-position: top;
}

.offers-details-slide-container .offer-details-img {
    background: #FFF;
    padding: 3px;
    border: 1.5px solid transparent;
    border-radius: 12px;
}

.offers-details-slide-container .slick-current .offer-details-img {

    border: 1.5px solid #03bfa6;
}

.offers-details-slide-container .offers-details-text h2 {
    color: #111112;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
    /* max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.offers-details-slide-container .offers-details-text p {
    color: #03bfa6;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.offers-details-slide-container .offers-details-text ul li {
    color: #151515;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
}

.offers-details-slide-container .offers-details-text ul li span {
    font-weight: 400;
}

.offers-details-slide-container .offers-details-text ul li::before {
    width: 24px;
    height: 24px;
    content: "";
    background-image: url(../img/offers/check-img.png);
    position: absolute;
    left: 0;
    top: -2px;
    background-size: cover;
    background-repeat: no-repeat;
}

.rtl-ver .offers-details-slide-container .offers-details-text ul li {
    padding-right: 40px;
}

.rtl-ver .offers-details-slide-container .offers-details-text ul li::before {
    right: 0;
}

.rtl-ver .offer-details-text-content .offer-details-text-container h2::before {
    right: -34px;
    border-radius: 12px 0 0 12px;
}

.offer-details-text-content {
    padding: 0 0 60px 0;
}

.offer-details-text-content .offer-details-text-container {
    background-color: #FFF;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.14);
    padding: 30px 34px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
}

.offer-details-text-content .offer-details-text-container h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.offer-details-text-content .offer-details-text-container h2::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -34px;
    top: 0;
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(180deg, #03bfa6 0%, #62B9B3 100%);
}

.offer-details-text-content .offer-details-text-container p {
    color: #111112;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 16px;
}

.view-more-offers-section {
    background-color: rgba(193, 193, 193, 0.12);
    padding: 74px 0;
}

.money-select select {
    padding-left: 12px !important;
    min-width: 96px !important;
}



/*====================== cart-page-css =====================================  */

.cart-box-container {
    padding: 74px 0;
}

.cart-box-content-main {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.14);
    padding: 30px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    height: 100%;
}

.cart-left-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.cart-box-content-main .cart-details-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-box-content-main .cart-details-box h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}

.cart-box-content-main .cart-details-box a {
    color: #595959;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.cart-box-content-main .cart-details-box h2::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -40px;
    top: 0;
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(180deg, var(--v3-accent) 0%, #62B9B3 100%);
}

.cart-box-content-main .cart-details-content {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-box-content-main .cart-details-content:last-child {
    margin-bottom: 0;
}

.cart-box-content-main .cart-details-content img {
    border-radius: 12px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.cart-box-content-main .cart-details-content-text h2 {
    color: #111112;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cart-box-content-main .cart-details-content-text p {
    color: #151515;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cart-box-content-main .cart-details-content-text h6 {
    color: var(--v3-accent);
    font-size: 18px;
    font-weight: 600;
}

.cart-counter-content {
    border-radius: 88px;
    border: 1.5px solid #111112;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
    align-items: center;
}

.counter-box {
    width: 52px;
    text-align: center;
    color: #062333;
    font-size: 18px;
    font-weight: 600;
}

.decrease-btn,
.increase-btn {
    background: transparent;
}

.error-text {
    color: #DA0505;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
}

.cart-right-title {
    color: #111112 !important;
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    text-decoration: underline !important;
    display: block;
}

.cart-right-container {
    margin-bottom: 16px;
}


.cart-box-content-main-right h2 {
    color: #111112;
    font-size: 18px;
    font-weight: 600;
}

.cart-box-content-main-right p {
    color: #111112;
    font-size: 18px;
    font-weight: 700;
}

.cart-box-container .cart-box-content-main-right {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.14);
    padding: 30px;
    border-radius: 15px;
    height: 100%;
}

.cart-box-content-main-right .cart-details-box h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.cart-box-content-main-right .cart-details-box h2::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(180deg, var(--v3-accent) 0%, #62B9B3 100%);
}

.rtl-ver .cart-box-content-main-right .cart-details-box h2::before {
    right: -30px;
    left: auto;
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    -o-border-radius: 12px 0 0 12px;
}

.ellipsis-text {
    text-overflow: ellipsis;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
}

.total-price-text {
    background-color: #F5F5F5;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 10px;
}

.total-price-text h2 {
    color: #111112;
    font-size: 20px;
    font-weight: 600;
}

.total-price-text p {
    color: #111112;
    font-size: 20px;
    font-weight: 600;
}

.cart-box-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.rtl-ver .cart-box-content-main .cart-details-box h2::before {
    right: -40px;
    border-radius: 12px 0 0 12px;
}

.rtl-ver .cart-right-title {
    text-align: left;
}

.shipping-form-container label {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}


.shipping-form-container label .green-tick {
    color: #03bfa6;
}

.shipping-form-container .form-control {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #F5F5F5;
    color: #000;
}

.shipping-form-container textarea.form-control {
    resize: none;
    height: 200px;
}

.shipping-form-container .form-control:focus {
    box-shadow: none;
    border-color: #03bfa6;
}

.payment-option-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.payment-option-container h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.payment-option-container .payment-option-box {
    max-width: 203px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #CBCBCB;
    background: #F5F5F5;
    padding: 15px;
    cursor: pointer;
    width: 100%;
}

.payment-option-container .payment-option-box.active {
    border-color: #03bfa6;
}

.payment-option-container .payment-option-box img {
    width: 100px;
    height: auto;
}

.cart-main-box {
    padding: 0;
    box-shadow: none;
    border: 0;
}

.cart-main-box .cart-details-content-text h2 {
    font-size: 20px;
    max-width: 230px;
}

.cart-main-box .cart-details-content-text h6 {
    color: var(--v3-accent);
    font-size: 16px;
    font-weight: 600;
}

.empty-cart-box {
    height: 445px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.empty-cart-box img {
    max-width: 215px;
    margin-bottom: 20px;
}

.empty-cart-box h2 {
    color: #111112;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

/*====================== contact-us-css =====================================  */

.contact-platform-container {
    background-image: none;
    padding: 140px 0 60px;
}

.contact-platform-container .platform-box-child h2 {
    margin-bottom: 10px;
}

.contact-platform-container .platform-box-child a {
    color: #575757;
    font-size: 18px;
    font-weight: 500;
}





/*====================== dashboard-css =====================================  */


.dashboard-container {
    display: flex;
    height: 100vh;
    background: #F1F1F1;
}

.dashboard-container .dashboard-left-container {
    border-right: 1px solid #D4D4D4;
    background: #FFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
    height: 100%;
    padding: 16px;
    transition: all .5s;
    width: 280px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 99999;
}



.dashboard-container .dashboard-logo img {
    height: auto;
    width: 190px;
}

.dashboard-container .dashboard-menu-list {
    padding: 30px 0 0 0;
}

.dashboard-container .dashboard-menu-list ul {
    height: calc(100vh - 110px);
    overflow: auto;
}

.dashboard-container .dashboard-menu-list ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px 12px 14px 20px;
    color: #595959;
    font-size: 18px;
    font-weight: 500;
}

.dashboard-container .dashboard-menu-list ul li a:hover {
    color: #2dad9c;
}

.dashboard-container .dashboard-menu-list ul li a:hover img {
    filter: invert(52%) sepia(86%) saturate(612%) hue-rotate(130deg) brightness(93%) contrast(97%);
}

.dashboard-container .dashboard-menu-list ul li a .menu-icon {
    color: #595959;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    stroke-opacity: 0.85;
    stroke-width: 1.8px;
    transition: color 0.2s ease;
}

.dashboard-container .dashboard-menu-list ul li.active a .menu-icon {
    color: #2dad9c;
    stroke-opacity: 1;
    stroke-width: 2px;
}

.dashboard-container .dashboard-menu-list ul li.active a:hover img {
    filter: none;
    -webkit-filter: none;
}

.dashboard-container .dashboard-menu-list ul li.active a:hover .menu-icon {
    color: #2dad9c;
    stroke-opacity: 1;
    stroke-width: 2px;
}

.dashboard-container .dashboard-menu-list ul li.active .normal-img,
.dashboard-container .dashboard-menu-list ul li .active-img {
    display: none;
}

.dashboard-container .dashboard-menu-list ul li.active .active-img {
    display: block;
}

.dashboard-container .dashboard-menu-list ul li a img {
    width: 24px;
    height: auto;
}

.dashboard-container .dashboard-menu-list ul li.active a {
    color: #121416;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 9;
}

.dashboard-container .dashboard-menu-list ul li.active a::after {
    border-radius: 8px;
    opacity: 0.16;
    background: #03bfa6;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.dashboard-container .dashboard-menu-list ul li.active a::before {
    width: 4px;
    height: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    background: #03bfa6;
}

.rtl-ver .dashboard-container .dashboard-menu-list ul li.active a {
    padding: 14px 13px 14px 12px;
}

.rtl-ver.sidebar-active .dashboard-container .dashboard-menu-list ul li a {
    justify-content: center;

}

.rtl-ver .dashboard-container .dashboard-menu-list ul li.active a::before {
    right: 0;
}

.dashboard-container .close-icon {
    display: none;
}

.dashboard-container .dashboard-right-container {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: auto;
    flex: 1;
}

.dashboard-right-container .dashboard-header {
    padding: 13px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-left: 122px;
    left: 0;
    padding-left: 300px;

}
.sidebar-active .dashboard-right-container .dashboard-header{
     padding-left: 120px;
}
.rtl-ver .dashboard-right-container .dashboard-header{
    padding-right: 300px;
    padding-left: 20px !important;

}
.rtl-ver.sidebar-active .dashboard-right-container .dashboard-header{
    padding-right: 120px;
    padding-left: 20px ;

}

.dashboard-right-container .dashboard-header .menu-icon {
    width: 20px;
    height: auto;
    cursor: pointer;
}

.dashboard-right-container .dashboard-header .dropdown img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}
.dashboard-right-container .dashboard-header .dropdown div.user-name-first-letter {
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: white;
    background: #03bfa6;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;

    /* Flexbox centering */
    display: flex;
    align-items: center;
    justify-content: center;
}


.dashboard-right-container .dashboard-header .dropdown .dropdown-menu {
    padding: 24px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.14);
    min-width: 260px;
    right: 0 !important;
    left: -10px !important;
    margin-top: 10px !important;
    border-bottom: 4px solid #03bfa6;

}

.dashboard-right-container .dashboard-header .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 0;
    display: flex;
    align-items: center;
    white-space: normal;
    gap: 10px;
    color: #111112;
    font-size: 16px;
    font-weight: 400;
}

.dashboard-right-container .dashboard-header .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.dashboard-right-container .dashboard-header .dropdown .dropdown-menu .dropdown-item.logout {
    color: red;
    padding-bottom: 0 !important;
}

.dashboard-right-container .dashboard-header .dropdown .dropdown-menu .dropdown-item img {
    width: 21px;
    height: auto;
    border-radius: 0;
    object-fit: unset;
}

.rtl-ver .dashboard-right-container .dashboard-header .dropdown .dropdown-menu {
    right: unset !important;
    left: 0 !important;


}

.dashboard-right-container .dashboard-header h2 {
    color: #121416;
    font-size: 22px;
    font-weight: 600;
}

.dashboard-body-content {
    margin-top: 80px;
    padding: 30px;
}

.dashboard-container .dashboard-menu-list ul li a span {
    white-space: nowrap;
}

.dashboard-offers-container .dashboard-offers-box {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.18);
    padding: 4px;
}

.dashboard-offers-container .dashboard-offers-box .dashboard-offers-header h2 {
    position: relative;
    z-index: 9;
    color: #111112;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 18px;
    overflow: hidden;
}

.dashboard-offers-container .dashboard-offers-box .dashboard-offers-header h2::after {
    border-radius: 12px;
    opacity: 0.12;
    background: linear-gradient(90deg, #03bfa6 0%, #62B9B3 26.98%);
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rtl-ver .dashboard-offers-container .dashboard-offers-box .dashboard-offers-header h2::before {
    right: 0;
    left: auto;
}

.dashboard-offers-container .dashboard-offers-box .dashboard-offers-header h2::before {
    content: "";
    width: 4px;
    height: 19px;
    border-radius: 0px 2px 2px 0px;
    background: linear-gradient(90deg, #03bfa6 0%, #62B9B3 26.98%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.dashboard-offers-container .dashboard-offers-box .dashboard-offers-body {
    display: flex;
    gap: 20px;
    padding: 16px;
    align-items: center;
}

.dashboard-offers-container .dashboard-offers-box .dashboard-offers-body img {
    width: 48px;
    height: auto;
}

.dashboard-offers-container .dashboard-offers-box .dashboard-offers-body h2 {
    color: #111112;
    font-size: 30px;
    font-weight: 500;
}

.dashboard-offers-container .dashboard-offers-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ct-dashboard-table-container .ct-dashboard-table-title h2 {
    color: #111112;
    font-size: 22px;
    font-weight: 600;
}

.ct-dashboard-table-container .ct-dashboard-table-title a {
    color: #595959;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}

.ct-dashboard-table-container .card {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.10);
    padding: 5px;
}
.ct-dashboard-table-container .card .table thead tr{
    background: #F5F5F5;
}
.ct-dashboard-table-container .card .table thead th {
    color: #121416;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 0;
    padding: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.ct-dashboard-table-container .card .table thead th:first-child {
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    -o-border-radius: 12px 0 0 12px;
}

.rtl-ver .ct-dashboard-table-container .card .table thead th:first-child {
    border-radius: 0 12px 12px 0;
}

.ct-dashboard-table-container .card .table thead th:last-child {
    border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    -ms-border-radius: 0 12px 12px 0;
    -o-border-radius: 0 12px 12px 0;
}

.rtl-ver .ct-dashboard-table-container .card .table thead th:last-child {
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    -o-border-radius: 12px 0 0 12px;
}

.ct-dashboard-table-container .card .table tbody tr td {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0;
    padding: 15px;
    white-space: nowrap;
    vertical-align: middle;
}

.rtl-ver .auth-login-container .select-menu {
    text-align: right;
    background-position: 4%;
}


.ct-dashboard-table-container .card .table tbody tr td.ellipsis-text {
    max-width: 140px !important;
}

.ct-dashboard-table-container .card .table tbody tr td .clock-img {
    width: 20px;
    height: auto;
}

.success-badge {
    color: #00A32E;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #00A32E;
    background: #D3F2DC;
    padding: 3px 15px;
    width: 100px;
    text-align: center;
}

.pending-badge {
    color: #BE9811;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #BE9811;
    background: #F5EED4;
    padding: 3px 15px;
    width: 100px;
    text-align: center;
}

.ct-dashboard-table-container-transaction .pending-badge {
    width: 100px;
    text-align: center;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: #03bfa6;
    border-radius: 10px;
}


/* width */
.table-responsive::-webkit-scrollbar {
    height: 3px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #03bfa6;
    border-radius: 10px;
}

.ct-dashboard-table-container .card .table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ct-dashboard-table-container .card .table tbody tr:last-child {
    border-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.action-icon {
    width: 20px;
    height: auto;
}

.inactive-badge {
    color: #DA0505;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #DA0505;
    background: #FAD7D7;
    padding: 3px 15px;
    width: 100px;
    text-align: center;
}

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

.manage-search-container {
    width: 100%;
    max-width: 700px;
}

.manage-search-container .select-menu {
    background-image: url("../img/arrow-down.png") !important;
    background-size: 18px !important;
    background-repeat: no-repeat !important;
    background-position: 92% !important;
    min-height: 40px !important;
    padding: 18px !important;
    max-width: 150px;

}

.manage-search-container .form-control {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.10);
    padding: 18px 18px 18px 50px;
    width: 100%;
    color: #000;
}

.rtl-ver .manage-search-container .form-control {
    padding: 18px 50px 18px 18px;
    color: #000;
}

.rtl-ver .manage-search-container .search-icon {
    position: absolute;
    right: 13px;
    top: 18px;
    left: auto;
}

.manage-search-container .join-btn-child1 {
    white-space: nowrap;
}

.manage-search-container .search-icon {
    position: absolute;
    left: 13px;
    top: 18px;
}


.manage-offers-flex h2 {
    color: #111112;
    font-size: 22px;
    font-weight: 600;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.pagination-container h2 {
    color: #595959;
    font-size: 16px;
    font-weight: 600;
}

.pagination-container ul {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.pagination-container ul li a{
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #F2F2F2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D4B4B !important;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.pagination-container ul li.previous a,
.pagination-container ul li.next a{
    background-color: transparent;
    width: unset;
    height: unset;
    border: 0;
    padding: 0;
}
.pagination-container ul li a:focus,.pagination-container ul li a:focus{
    box-shadow: none !important;
}

.rtl-ver .pagination-container ul li.next-arrow {
    transform: rotate(175deg);
}

.rtl-ver .pagination-container ul li.prev-arrow {
    transform: rotate(-175deg);
    -webkit-transform: rotate(-175deg);
    -moz-transform: rotate(-175deg);
    -ms-transform: rotate(-175deg);
    -o-transform: rotate(-175deg);
}


.pagination-container ul li.active a {
    background: #03bfa6 !important;
    color: #fff!important;
    border-color: #03bfa6 !important;
}


.dashboard-breadcrumb-section {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.dashboard-breadcrumb-section h2 {
    color: #111112;
    font-size: 22px;
    font-weight: 600;
}

.dashboard-breadcrumb-section p {
    color: #595959;
    font-size: 18px;
    font-weight: 700;
}

.dashboard-breadcrumb-section p a {
    font-weight: 400;
    color: #595959;
    font-size: 18px;
}

.ct-manage-title h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

/* Card Styles */
 #tagsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  color:red;
  margin-bottom: 18px !important;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 111px;
  height: 25px;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid black;
  padding: 4px 6px;
  opacity: 1;
  background-color: #03bfa6;
}

 .tag1 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 25px;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid black;
  padding: 4px 6px;
  opacity: 1;
  background-color: #03bfa6;
}

.sub-sector-tag {
    width: 111px;
    height: 25px;

    display: inline-flex;
    align-items: center;
    gap: 4px;

    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #03BFA6;

    background:
        linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(0deg, rgba(3, 191, 166, 0.1), rgba(3, 191, 166, 0.1));

    color: #03BFA6;
    opacity: 1;
}

.sub-sector-tag .remove-tag {
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
}

.tag span {
    width: 111px;
    height: 25px;

    display: inline-flex;
    align-items: center;
    gap: 4px;

    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #03BFA6;

    background:
        linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(0deg, rgba(3, 191, 166, 0.1), rgba(3, 191, 166, 0.1));

    color: #03BFA6;
    opacity: 1;
}


.tag .remove-btn {
  margin-left: 4px;
  cursor: pointer;
}
    .remove-tag:hover {
        text-decoration: underline;
    }

    /* Card Styles */
.ct-manage-offers-main .card {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.10);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    height: 100%;
}

.ct-manage-title h2::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(180deg, #03bfa6 0%, #62B9B3 100%);
}

.rtl-ver .ct-manage-title h2::before {
    right: -30px;
    left: auto;
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    -o-border-radius: 12px 0 0 12px;
}

.ct-manage-form label {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

.green-tick {
    color: #03bfa6;
}

.ct-manage-form .form-control {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #F5F5F5;
    color: #000;

}

.ct-manage-form .form-control:focus {
    box-shadow: none;
    border-color: #03bfa6;
}

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

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

.ct-manage-form .form-select {
    background-image: url("../img/arrow-down.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 98%;
    min-height: 40px;
}

.rtl-ver .ct-manage-form .form-select {
    background-position: 4%;
}

.ct-manage-form textarea {
    resize: none;
    height: 88px;
}

.ct-manage-upload-icon {
    border-radius: 12px;
    border: 1px dashed rgba(0, 0, 0, 0.47);
    background: #F5F5F5;
    height: 245px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-bottom: 20px;
}

.ct-manage-upload-icon .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;


}

.ct-manage-upload-icon .ct-manage-upload-position img {
    width: 58px;
    height: auto;
    margin: 0 auto 10px;
}

.ct-manage-upload-icon .ct-manage-upload-position h2 {
    color: #595959;
    font-size: 18px;
    font-weight: 500;
}

.ct-manage-offers-main .file-input-wrapper {
    position: relative;
    cursor: pointer;
}

.ct-manage-offers-main .file-input-wrapper img {
    width: 100%;
    height: 146px;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.ct-manage-offers-main .file-input-wrapper .close-icon {
    border-radius: 130px;
    border: 1px solid #FFF;
    background: #E5E5E5;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.18);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -11px;
    right: -10px;
    z-index: 99;
    border-radius: 50% !important;
}

.ct-manage-offers-main .file-input-wrapper .close-icon img {
    width: 20px !important;
    height: auto !important;
}

.ct-manage-offers-main .file-input-bg {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.file-input-wrapper.active .file-input-bg {
    display: flex;
}

.ct-manage-offers-main .file-input-wrapper  .file-input-bg img {
    width: 24px !important;
    height: auto !important;
}

.upload-image-title {
    color: #111112;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.ct-offer-details-page-container {
    border-radius: 12px;
    border-top: 3px solid #03bfa6;
    background: #FFF;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
}

.ct-offer-details-page-container .ct-offer-details-page-header {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.ct-offer-details-page-container .ct-offer-details-page-header h2 {
    color: #111112;
    font-size: 18px;
    font-weight: 600;
}

.ct-offer-details-page-container .ct-offer-details-page-body {
    padding: 20px 30px;
}

.ct-offer-details-page-container .ct-offer-details-page-body .ct-offer-details-list {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    flex-wrap: wrap;
}

.ct-offer-details-page-container .ct-offer-details-page-body .ct-offer-details-list .ellipsis-text {
    max-width: 220px;
}

.ct-offer-details-page-container .ct-offer-details-page-body .ct-offer-details-list h2 {
    color: #858585;
    font-size: 16px;
    font-weight: 700;
    width: 170px;
}

.ct-offer-details-page-container .ct-offer-details-page-body .ct-offer-details-list p {
    color: #111112;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}

.admin-offers-details-slider {
    border-radius: 12px;
    border-top: 3px solid #03bfa6;
    background: #FFF;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.10);
    padding: 14px;
    height: 100%;
}

.admin-offers-details-slider .admin-slider-for img {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    object-fit: contain;
}

.admin-offers-details-slider .admin-slider-nav img {
    width: 100%;
    height: 109px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 10px;
}


.admin-offers-details-slider .slick-arrow.slick-hidden {
    display: block !important;
}

.admin-offers-details-slider .prev-arrow {
    position: absolute;
    top: -8px;
    z-index: 9;
    transform: translateX(-50%);
    cursor: pointer;
    left: 50%;
}

.admin-offers-details-slider .next-arrow {
    position: absolute;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
    transform: translateX(-50%);
    left: 50%;
}

.admin-offers-details-slider .slick-current .offer-details-img {
    border: 1.5px solid #03bfa6;
}

.admin-offers-details-slider .slick-vertical .slick-slide {
    margin: 3px 0;
}

.admin-offers-details-slider .offer-details-img {
    background: #FFF;
    padding: 3px;
    border: 1.5px solid transparent;
    border-radius: 12px;
}

.ct-manage-title .form-check-input {
    width: 44px !important;
    height: 24px;
}

.ct-manage-title .form-check-label {
    color: #111112;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 4px;
    right: -4px;
}

.ct-manage-title .form-check-input:focus {
    box-shadow: none;
}

.ct-manage-title .form-check-input:checked {
    background-color: #03bfa6;
    border-color: #03bfa6;
}

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

/*====================== admin-panel-css =====================================  */

.admin-dashboard-offers-container .dashboard-offers-flex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.admin-manage-search-container {
    width: 100%;
    max-width: 320px;

}

.admin-manage-search-container .form-control {
    padding: 13px 18px 13px 50px;
}

.admin-manage-search-container .search-icon {
    position: absolute;
    left: 17px;
    top: 13px;
}

.admin-manage-search-container .search-icon img {
    width: 20px;
    height: auto;
}

.span-text {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.ct-manage-title {
    gap: 10px;
}

.admin-manage-search-container {
    width: 100%;
    max-width: 420px;
}

.ct-dashboard-table-container-admin .card .table tbody tr td.ellipsis-text {
    max-width: 280px !important;
}

.profile-image-flex {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    background: #e1f7f4;
    border-radius: 10px;
    padding: 10px;
}

.profile-image-flex h3 {
    color: #111112;
    font-size: 14px;
    font-weight: 600;
}

.profile-image-flex p {
    color: #111112;
    font-size: 13px;
    font-weight: 400;
}

.ct-manage-form .profile-position-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.ct-manage-form .profile-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.ct-manage-form .profile-img img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    object-fit: contain;
    cursor: pointer;
}

.w-fit {
    width: fit-content;
}

/* .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
} */



.auth-login-container .file-input-wrapper{
    padding: 0;
}
.ct-manage-offers-main .file-input-wrapper img {
    width: 100% !important;
    height: 146px !important;
    object-fit: cover !important;
}

/*====================== Media-css =====================================  */
@media screen and (min-width:1200px) {
    .sidebar-active .dashboard-container .dashboard-left-container {
        width: 100px;
        transition: all .5s;
    }
    .sidebar-active .dashboard-container .dashboard-logo img {
        height: auto;
        width: 50px;
        margin: auto;
    }
    .sidebar-active .dashboard-active-logo{
        display: block;
    }
    .sidebar-active .dashboard-fav-logo{
        display: none;
    }
    .dashboard-active-logo{
        display: none;
    }
    .sidebar-active .dashboard-container .dashboard-menu-list ul li a span {
        display: none;
    }
}

@media screen and (max-width:1600px) {
    .navbar-container .navbar-nav .nav-item .nav-link {
        margin: 0 11px;
        padding: 15px 4px;
    }

    .input-width {
        width: 100%;
        max-width: 710px;
    }

    .dashboard-offers-container .dashboard-offers-flex {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media screen and (max-width:1400px) {

    .admin-offers-details-slider .prev-arrow,
    .admin-offers-details-slider .next-arrow {
        display: none !important;
    }

    .admin-offers-details-slider .slick-slide {
        margin: 0 10px;
    }

}



@media screen and (max-width:1200px) {
    .navbar-container {
        padding: 16px 0;
    }
    .dashboard-right-container .dashboard-header{
        padding-left: 20px !important;
    }
    .rtl-ver .dashboard-right-container .dashboard-header{
        padding-right: 20px !important;
    }

    .dashboard-active-logo{
        display: none !important;
    }

    .navbar-container .navbar-collapse {
        position: fixed;
        left: 0;
        top: 0;
        background: #03bfa6;
        width: 100%;
        padding: 25px;
        height: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        z-index: 999;
    }

    .navbar-container .navbar-collapse.show {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .navbar-container .navbar-collapse.collapsing {
        height: 100vh !important;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .navbar-container .navbar-nav .nav-item .nav-link {
        margin: 7px 0;
        padding: 7px 10px;
        padding-left: 31px;
        color: #fff !important;
    }

    .navbar-container .navbar-nav .nav-item .nav-link::before {
        content: "";
        width: 0;
        height: 100%;
        border-radius: 0;
        top: 0;
        background-color: var(--white);
    }

    .navbar-container .navbar-nav .nav-item .nav-link.active::before,
    .navbar-container .navbar-nav .nav-item .nav-link:hover::before {
        width: 3px;
    }

    .navbar-container .navbar-nav {
        margin-bottom: 30px;
    }

    .hero-section-text h2 {
        font-size: 46px;
    }

    .hero-section-text h6 {
        font-size: 20px;
    }

    .material-help-container .material-help-content {
        gap: 30px;
    }

    .material-help-container .material-help-text h2 {
        font-size: 30px;
    }

    .material-help-container .material-help-text p {
        font-size: 18px;
    }

    .platform-container {
        padding: 80px 0;
    }

    .contactUs-container .contactus-box-content h2 {
        font-size: 25px;
        margin-bottom: 8px;
    }

    .contactUs-container .contactus-box-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contactUs-container .contactus-box-content {
        padding: 25px;
    }

    .offers-details-slide-container .slider-nav img {
        width: 100%;
    }

    .offers-details-breadcrumb,
    .offers-breadcrumb-section,
    .hero-section-container {
        margin-top: 88px;
    }

    .cart-box-content-main-right h2,
    .cart-box-content-main-right p {
        font-size: 16px;
    }

    .cart-box-container {
        padding: 44px 0;
    }

    .input-width {
        width: 100%;
        max-width: 420px;
    }

    .dashboard-left-container {
        position: fixed;
        top: 0;
        z-index: 9999;
        transform: translateX(-120%);
    }

    .sidebar-active-responsive .dashboard-left-container {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .dashboard-container .close-icon {
        position: absolute;
        right: -47px;
        display: block;
        background: linear-gradient(90deg, #03bfa6 0%, #62B9B3 26.98%);
        padding: 11px;
        border-radius: 0 10px 10px 0;
        top: 24px;
    }

    .rtl-ver .dashboard-container .dashboard-menu-list ul li a {
        justify-content: flex-start;
    }

    .rtl-ver .ct-manage-title h2::before {
        right: -20px;
        border-radius: 12px 0 0 12px;
        -webkit-border-radius: 12px 0 0 12px;
        -moz-border-radius: 12px 0 0 12px;
        -ms-border-radius: 12px 0 0 12px;
        -o-border-radius: 12px 0 0 12px;
    }

    .rtl-ver .dashboard-left-container {
        transform: translateX(120%);
        -webkit-transform: translateX(120%);
        -moz-transform: translateX(120%);
        -ms-transform: translateX(120%);
        -o-transform: translateX(120%);
    }

    .rtl-ver .dashboard-container .dashboard-left-container .close-icon {
        left: -47px;
        border-radius: 10px 0 0 10px;
        right: auto;
    }

    .sidebar-active-responsive .dashboard-left-container {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }



}

@media screen and (max-width:991px) {
    .material-help-container .material-help-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .hero-section-container {
        height: 560px;
    }

    .rtl-ver .cart-box-content-main .cart-details-box h2::before {
        right: -20px;
        border-radius: 12px 0 0 12px;
    }

    .rtl-ver .cart-box-content-main-right .cart-details-box h2::before {
        right: -20px;
    }

    .platform-container .platform-box-child p {
        line-height: normal;
    }


    .section-title h2 {
        font-size: 32px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .contactUs-container .contactUs-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .input-width {
        width: 100%;
        max-width: 100%;
    }

    .hero-section-text h2 {
        font-size: 40px;
    }

    .who-we-are-section .who-we-are-box p {
        font-size: 18px;
        max-width: 100%;
    }

    .hero-section-text p {
        font-size: 18px;
    }

    .platfrm-margin {
        margin-bottom: 80px;
    }

    .platform-container .mb-120 {
        margin-bottom: 70px;
    }

    .platform-container .platform-box-child h2 {
        font-size: 20px;
    }

    .auth-login-container {
        padding-top: 134px;
        padding-bottom: 50px;
    }

    .auth-section-title p {
        font-size: 16px;
    }

    .dashboard-container .dashboard-menu-list ul li a span {
        white-space: wrap;
    }


    .offers-list-price-box {
        margin-bottom: 15px;
    }

    .offers-details-slide-container .slider-nav {
        margin-bottom: 20px;
    }

    .offers-details-slide-container .slick-slide {
        margin: 0 10px;
    }

    .cart-box-content-main,
    .cart-box-container .cart-box-content-main-right {
        height: auto;
    }

    .cart-box-content-main {
        padding: 20px;
    }

    .cart-main-box {
        padding: 0;
    }

    .cart-box-content-main .cart-details-box h2::before {
        left: -20px;
    }

    .cart-box-content-main .cart-details-content img {
        width: 80px;
        height: 80px;
    }

    .cart-right-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .cart-box-content-main .cart-details-box h2 {
        font-size: 18px;
    }

    .cart-box-content-main .cart-details-box a {
        font-size: 16px;
    }


    .dashboard-offers-container .dashboard-offers-box .dashboard-offers-header h2 {
        font-size: 16px;
    }

    .dashboard-offers-container .dashboard-offers-box .dashboard-offers-body h2 {
        font-size: 22px;
    }

    .manage-search-container-partner {
        flex-wrap: wrap;
    }


}
@media screen and (max-width:768px) {
    .offer-search-container .select-menu {
        min-width: 100%;
    }
    .offers-list-box h2,.offers-list-box p{
        max-width: 100%;
    }
}

@media screen and (max-width:576px) {
    .logo img {
        max-width: 150px;
    }

    .hero-section-text h2 {
        font-size: 32px;
    }


    .hero-section-text h6 {
        font-size: 18px;
    }

    .hero-section-container {
        height: 580px;
    }

    .hero-section-text h2 {
        font-size: 25px;
    }

    .join-btn-child1 {
        padding: 9px 25px;
        font-size: 16px;
    }

    .explore-btn-child1 {
        padding: 9px 25px;
        font-size: 16px;
    }

    .material-help-container {
        padding: 50px 0;
    }

    .material-help-container .material-help-text h2 {
        font-size: 24px;
    }

    .material-help-container .material-help-text p {
        font-size: 16px;
    }

    .material-help-container .material-features-box-child h6 {
        font-size: 16px;
    }



    .hero-section-text h6::after,
    .section-title h2::after {
        width: 60px;
        right: -75px;
    }

    .hero-section-text h6::before,
    .section-title h2::before {
        width: 60px;
        left: -75px;
    }

    .section-title h2 {
        font-size: 18px;
    }

    .section-title p {
        font-size: 16px;
    }

    .platform-container {
        padding: 60px 0;
    }

    .contactUs-container .contactus-box-content .form-control {
        padding: 10px;
    }

    .auth-login-container .auth-login-main {
        padding: 35px;
    }

    .auth-section-title h1 {
        font-size: 30px;
    }

    .auth-login-container .file-upload-container h2 {
        font-size: 14px;
    }

    .check-input-container .form-check-label {
        font-size: 16px;
    }



    .offers-breadcrumb-section h1 {
        font-size: 30px;
    }

    .offers-details-breadcrumb-box p {
        font-size: 16px;
    }

    .offers-details-breadcrumb-box a {
        font-size: 16px;
    }

    .offers-details-slide-container .offers-details-text h2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .offers-details-slide-container .offers-details-text p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .offer-details-text-content .offer-details-text-container p {
        font-size: 16px;
    }

    .offer-details-text-content .offer-details-text-container {
        padding: 30px 24px;
    }

    .offer-details-text-content .offer-details-text-container h2::before {
        left: -23px;
    }

    .offer-details-text-content .offer-details-text-container h2 {
        font-size: 18px;
    }

    .offers-details-breadcrumb,
    .offers-breadcrumb-section,
    .hero-section-container {
        margin-top: 71px;
    }

    .cart-box-content-main .cart-details-content {
        flex-wrap: wrap;
        gap: 17px;
    }

    .cart-box-content-main .cart-details-content-text h2,
    .cart-box-content-main-right .cart-details-box h2 {
        font-size: 18px;
    }

    .cart-box-content-main .cart-details-content-text h6 {
        font-size: 16px;
    }

    .counter-box {
        font-size: 16px;
    }

    .cart-box-container .cart-box-content-main-right {
        padding: 20px;
    }

    .cart-box-content-main-right .cart-details-box h2::before {
        left: -20px;
    }

    .cart-left-title {
        font-size: 20px;
    }

    .empty-cart-box img {
        max-width: 135px;
    }

    .empty-cart-box h2 {
        font-size: 20px;
    }

    .empty-cart-box {
        height: 375px;
    }

    .dashboard-offers-container .dashboard-offers-flex {
        grid-template-columns: repeat(1, 1fr);
    }

    .dashboard-body-content {
        padding: 15px;
    }

    .ct-dashboard-table-container .ct-dashboard-table-title h2,
    .ct-dashboard-table-container .ct-dashboard-table-title a {
        font-size: 16px;
    }

    .ct-offer-details-page-container .ct-offer-details-page-body .ct-offer-details-list h2 {
        width: 100%;
    }

    .ct-dashboard-table-container .card .table tbody tr td,
    .ct-dashboard-table-container .card .table thead th {
        font-size: 14px;
    }

    .admin-manage-search-container {
        width: 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:400px) {
    .logo img {
        max-width: 150px;
    }

    .navbar-toggler svg {
        width: 24px;
        height: auto
    }
    .rtl-ver .dashboard-right-container .dashboard-header{
        padding-right: 10px !important;
    }
    .dashboard-right-container .dashboard-header{
        padding-left: 10px !important;
    }

    .selectmenu-icon img {
        width: 16px;
        height: auto;
    }

    .auth-login-container .auth-login-main {
        padding: 25px;
    }

    .navbar-container .select-menu {
        padding: 9px 22px 9px 30px;
        min-width: 103px;
        font-size: 12px;
        min-height: 33px;
        background-repeat: no-repeat;
        background-size: 16px;
    }

    .dashboard-right-container .select-menu-langauge {
        padding: 9px 22px 9px 30px;
        min-width: 103px;
        font-size: 12px;
        min-height: 33px;
        background-repeat: no-repeat;
        background-size: 16px;
    }

    .navbar-container .selectmenu-icon {
        top: 6px;
    }

    .contactUs-container .contactus-box-content label {
        font-size: 14px;
    }

    .contactUs-container .contactus-box-content h2 {
        font-size: 22px;
    }

    .who-we-are-position img {
        width: 70px;
        height: auto;
    }

    .auth-login-container .file-input-wrapper h2 {
        max-width: 120px;
    }

    .dashboard-container .dashboard-left-container {
        width: 250px;
    }

    .dashboard-right-container .dashboard-header {
        padding: 13px 10px;
    }

    .dashboard-right-container .dashboard-header h2 {
        font-size: 16px;
    }

    .dashboard-right-container .selectmenu-icon {
        top: 10px;
    }

    .dashboard-breadcrumb-section h2 {
        font-size: 18px;
    }

    .dashboard-breadcrumb-section p {
        font-size: 16px;
    }

    .ct-manage-offers-main .card {
        padding: 20px;
    }

    .ct-manage-title h2::before {
        left: -20px;
    }

    .manage-search-container {
        flex-wrap: wrap;
    }

}


@media screen and (max-width:375px) {
    .navbar-container .select-menu {
        min-width: 100% !important;
    }

    .dashboard-right-container .select-menu {
        min-width: 100% !important;
        padding: 9px 28px 9px 32px;
    }
    .input-wrapper-width{
        width: 100%;
    }
}


/** {*/
/*    box-sizing: border-box;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-Light.woff2") format("woff2");*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-LightItalic.woff2") format("woff2");*/
/*    font-weight: 300;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-Regular.woff2") format("woff2");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-Italic.woff2") format("woff2");*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-Medium.woff2") format("woff2");*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-MediumItalic.woff2") format("woff2");*/
/*    font-weight: 500;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-Bold.woff2") format("woff2");*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-BoldItalic.woff2") format("woff2");*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-Black.woff2") format("woff2");*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi";*/
/*    src: url("../../assets/font/satoshi/Satoshi-BlackItalic.woff2") format("woff2");*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi Variable";*/
/*    src: url("../../assets/font/satoshi-variable/Satoshi-Variable.woff2") format("woff2");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Satoshi Variable";*/
/*    src: url("../../assets/font/satoshi-variable/Satoshi-VariableItalic.woff2") format("woff2");*/
/*    font-weight: 400;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*html, .__body {*/
/*    width: 100%;*/
/*    max-width: 1920px;*/
/*    min-width: 320px;*/
/*    padding: 0;*/
/*    margin: 0 auto 0!important;*/
/*}*/

/*.__body {*/
/*    min-height: 100vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    color: var(--v3-dark-1);*/
/*    font-family: var(--ff-satoshi-variable);*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*    word-break: break-word;*/
/*    overflow-x: hidden;*/
/*    text-align: left;*/
/*    -webkit-text-size-adjust: 100%;*/
/*    -moz-text-size-adjust: 100%;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    -webkit-font-smoothing: antialiased;*/
/*}*/

figure, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
}

figure, ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
    margin: 0;
}

.__container {
    max-width: 1440px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.__container-sm {
    max-width: 1024px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.__container-xs {
    max-width: 767px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.__overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--v3-dark);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: 1;
}

.__ratio {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.__ratio img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.__light {
    color: var(--v3-white-2);
}

.__accent {
    color: var(--v3-accent);
}

.__w-full {
    width: 100%;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 28px;
}

/* The circle inside the slider */
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

/* When checked */
input:checked + .slider {
    background-color: #4CAF50; /* Green */
}

/* Move the circle to the right */
input:checked + .slider:before {
    transform: translateX(22px);
}

/* Optional - rounded slider */
.slider.round {
    border-radius: 28px;
}

.slider.round:before {
    border-radius: 50%;
}
