@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

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

:root {
    --accent: #22d3b6;
    --accent-ink: #0c4a5b;
    --border: #e6e9ee;
    --bg: #fff;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    color: #6a6d6f;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: normal;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    background-color: #f3f3f3;
}

section,
.section {
    position: relative;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a,
button,
.btn {
    outline: none;
    box-shadow: none;
    border: none;
    background: unset;
}

a:hover,
a:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style-type: none;
}

input,
select,
.form-select,
textarea {
    outline: none;
    border: none;
    box-shadow: none;
}

input:focus,
input:focus-visible,
input:active,
select:focus,
select:focus-visible,
select:active,
.form-select:focus,
.form-select:focus-visible,
.form-select:active,
textarea:focus,
textarea:focus-visible,
textarea:active {
    outline: none;
    box-shadow: none;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
    margin: 0;
    padding: 0;
}

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

.fs-1 {
    font-size: 2rem !important;
    line-height: normal;
}

@media (min-width: 36rem) {
    .fs-1 {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 62rem) {
    .fs-1 {
        font-size: 2.475rem !important;
    }
}

@media (min-width: 75rem) {
    .fs-1 {
        font-size: 2.4rem !important;
    }
}

@media (min-width: 100rem) {
    .fs-1 {
        font-size: 2.8rem !important;
    }
}

.fs-2 {
    font-size: 1.625rem !important;
    line-height: 1.2;
}

@media (min-width: 36rem) {
    .fs-2 {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 62rem) {
    .fs-2 {
        font-size: 1.8rem !important;
    }
}

@media (min-width: 75rem) {
    .fs-2 {
        font-size: 2rem !important;
    }
}

@media (min-width: 100rem) {
    .fs-2 {
        font-size: 2.2rem !important;
    }
}

.fs-3 {
    font-size: 1.5rem !important;
    line-height: normal;
}

@media (min-width: 36rem) {
    .fs-3 {
        font-size: 1.75rem !important;
    }
}

@media (min-width: 62rem) {
    .fs-3 {
        font-size: 2rem !important;
    }
}

@media (min-width: 75rem) {
    .fs-3 {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 100rem) {
    .fs-3 {
        font-size: 2.5rem !important;
    }
}

.fs-4 {
    font-size: 1rem !important;
    line-height: normal;
}

@media (min-width: 36rem) {
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 62rem) {
    .fs-4 {
        font-size: 1.75rem !important;
    }
}

@media (min-width: 75rem) {
    .fs-4 {
        font-size: 2rem !important;
    }
}

@media (min-width: 100rem) {
    .fs-4 {
        font-size: 2.1875rem !important;
    }
}

.fs-5 {
    font-size: 1rem !important;
    line-height: normal !important;
}

@media (min-width: 62rem) {
    .fs-5 {
        font-size: 1.125rem !important;
        line-height: 1.875rem !important;
    }
}

.fs-50 {
    font-size: 1.5rem !important;
    line-height: normal;
}

@media (min-width: 36rem) {
    .fs-50 {
        font-size: 2rem !important;
    }
}

@media (min-width: 48rem) {
    .fs-50 {
        font-size: 2.6rem !important;
    }
}

@media (min-width: 62rem) {
    .fs-50 {
        font-size: 3rem !important;
    }
}

.lead-text {
    font-size: 1rem;
    line-height: 1;
}

@media (min-width: 75rem) {
    .lead-text {
        font-size: 1.25rem;
    }
}

.fw-extrabold {
    font-weight: 800;
}

.container {
    width: 100%;
    margin: auto;
    padding: 0 1rem;
}

@media (min-width: 36rem) {
    .container {
        max-width: 33.75rem;
    }
}

@media (min-width: 48rem) {
    .container {
        max-width: 45rem;
    }
}

@media (min-width: 62rem) {
    .container {
        max-width: 60rem;
    }
}

@media (min-width: 75rem) {
    .container {
        max-width: 71.25rem;
    }
}

@media (min-width: 87.5rem) {
    .container {
        max-width: 82.5rem;
    }
}

@media (min-width: 100rem) {
    .container {
        max-width: 92rem;
        width: 100%;
    }
}

.text-black {
    color: #212529 !important;
}

.text-primary {
    color: #053c5a !important;
}

.text-secondary {
    color: #3ccdaa !important;
}

.text-dark-gray {
    color: #6a6d6f !important;
}

.text-cool-gray {
    color: #bebebe !important;
}

.text-light-gray {
    color: #ebebeb !important;
}

.bg-primary {
    background-color: #053c5a !important;
}

.bg-secondary {
    background-color: #3ccdaa !important;
}

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

.section__title .lead-text {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 62rem) {
    .section__title .lead-text {
        margin-bottom: 0.9375rem;
    }
}

.body-color-light-deep {
    background-color: #eeeeee;
}

.border-gradient {
    background: linear-gradient(
        to right,
        rgba(60, 205, 171, 0.2) 0%,
        rgba(5, 60, 90, 0.2)
    );
}

.border-gradient > * {
    background: #fff;
    border-radius: inherit;
}

.w-70 {
    width: 70% !important;
}

@media (min-width: 62rem) {
    .w-lg-auto {
        width: auto !important;
    }
}

.header--section {
    padding: 0.9375rem 0;
}

.header--sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header__nav {
    margin-right: 3.25rem;
}

@media (min-width: 75rem) {
    .header__nav {
        margin-right: 3rem;
    }
}

@media (min-width: 100rem) {
    .header__nav {
        margin-right: 6.5rem;
    }
}

.header__nav__ul {
    gap: 1.5625rem;
}

@media (min-width: 75rem) {
    .header__nav__ul {
        gap: 2.25rem;
    }
}

@media (min-width: 100rem) {
    .header__nav__ul {
        gap: 3.125rem;
    }
}

.header__nav__link {
    color: #6a6d6f;
    font-weight: 600;
}

@media (min-width: 1400px) {
    .header__nav__link {
        font-size: 1rem;
    }
}

.header__nav__link:hover,
.header__nav__link.active {
    color: #3ccdaa;
}

.header__nav__link.active {
    font-weight: 700;
}

.header__action__btns {
    margin-right: 1.5rem;
}

@media (min-width: 87.5rem) {
    .header__action__btns {
        margin-right: 2.5rem;
    }
}

.header--detailsInfo {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(153, 153, 153, 0.07);
    overflow: hidden;
    margin-bottom: 30px;
}

.header--detailsInfo__nav {
    margin: 0 16px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header--detailsInfo__nav::-webkit-scrollbar {
    display: none;
}

.header--detailsInfo__ul {
    gap: 20px;
}

.header--detailsInfo__link {
    padding: 18px 0;
    color: #6a6d6f;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header--detailsInfo__link::after {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    background-color: #053c5a;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 75rem) {
    .header--detailsInfo__link::after {
        height: 3px;
    }
}

@media (min-width: 100rem) {
    .header--detailsInfo__link::after {
        height: 4px;
    }
}

.header--detailsInfo__link:hover,
.header--detailsInfo__link.active {
    color: #212529;
}

.header--detailsInfo__link:hover::after,
.header--detailsInfo__link.active::after {
    transform: translateX(-50%) scale(1);
}

.header--detailsInfo__link.active {
    font-weight: 600;
}

@media (min-width: 48rem) {
    .header--detailsInfo__link {
        padding: 22px 14px;
    }
}

@media (min-width: 75rem) {
    .header--detailsInfo__link {
        font-size: 18px;
        padding: 27px 14px;
    }
}

@media (min-width: 100rem) {
    .header--detailsInfo__link {
        font-size: 20px;
    }
}

.menu-offcanvas-show {
    width: 2rem;
    height: 2rem;
    color: #000;
}

@media (min-width: 62rem) {
    .menu-offcanvas-show {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.menu-offcanvas-show svg {
    width: 100%;
    height: 100%;
}

.menu .offcanvas {
    background-color: #f3f3f3;
    z-index: 999999;
}

.menu__item {
    border-bottom: 0.0625rem solid #bebebe;
}

.menu__link {
    color: #6a6d6f;
    font-weight: 600;
    padding: 0.875rem 0;
}

.menu__link:hover,
.menu__link.active {
    color: #3ccdaa;
}

.menu__link.active {
    font-weight: 700;
}

.menu__contact__title {
    border-bottom: 0.0625rem solid #bebebe;
}

.footer__content {
    max-width: 118rem;
    padding: 2.5rem 0;
}

@media (min-width: 62rem) {
    .footer__content {
        padding: 4rem 0;
    }
}

@media (min-width: 87.5rem) {
    .footer__content {
        padding: 32px 0 36px;
    }
}

.footer__wrapper {
    gap: 2rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 48rem) {
    .footer__wrapper {
        gap: 3rem;
        margin-bottom: 3.25rem;
    }
}

@media (min-width: 62rem) {
    .footer__wrapper {
        margin-bottom: 5rem;
    }
}

@media (min-width: 87.5rem) {
    .footer__wrapper {
        margin-bottom: 6.375rem;
    }
}

.footer__nav {
    width: 100%;
}

@media (min-width: 62rem) {
    .footer__nav {
        width: auto;
    }
}

.footer__nav__ul {
    gap: 0.875rem;
}

@media (min-width: 62rem) {
    .footer__nav__ul {
        gap: 1.5rem;
    }
}

@media (min-width: 75rem) {
    .footer__nav__ul {
        gap: 2rem;
    }
}

@media (min-width: 87.5rem) {
    .footer__nav__ul {
        gap: 2.5rem;
    }
}

.footer__nav__link {
    color: #212529;
    font-weight: 600;
}

@media (min-width: 75rem) {
    .footer__nav__link {
        font-size: 1.125rem;
    }
}

.footer__nav__link:hover {
    color: #3ccdaa;
}

.footer__copyright p {
    color: #212529;
    font-size: 0.875rem;
}

@media (min-width: 62rem) {
    .footer__copyright p {
        font-size: 1rem;
    }
}

@media (min-width: 87.5rem) {
    .footer__copyright p {
        font-size: 1.125rem;
    }
}

.footer__obj {
    gap: 1.25rem;
}

.footer__obj__item {
    max-width: 53.5rem;
    width: 100%;
    margin: auto;
    object-fit: contain;
}

@media (min-width: 62rem) {
    .footer__obj__item {
        max-width: 46%;
    }
}

/* Social Contact */
.social-contact {
    gap: 1.25rem;
}

.social-contact__link {
    width: 1.25rem;
    height: 1.375rem;
    color: #212529;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 75rem) {
    .social-contact__link {
        width: 1.5rem;
        height: 1.625rem;
    }
}

.social-contact__link:hover {
    color: #3ccdaa;
}

.social-contact__link svg {
    width: 100%;
    height: 100%;
}

.lang-switcher__btn {
    cursor: pointer;
    gap: 0.3125rem;
}

.lang-switcher__btn__text,
.lang-switcher__link {
    color: #212529;
    font-size: 1rem;
    font-weight: 600;
}

@media (min-width: 62rem) {
    .lang-switcher__btn__text,
    .lang-switcher__link {
        font-size: 1.125rem;
    }
}

@media (min-width: 87.5rem) {
    .lang-switcher__btn__text,
    .lang-switcher__link {
        font-size: 1.25rem;
    }
}

.lang-switcher__icon {
    max-width: 0.875rem;
}

@media (min-width: 62rem) {
    .lang-switcher__icon {
        max-width: 1.25rem;
    }
}

.lang-switcher__icon svg {
    width: 100%;
}

.lang-switcher__box {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 10.375rem;
    padding: 0.5rem 0.75rem;
    border-radius: 1.25rem;
    box-shadow: 0 0.125rem 1.25rem 0 rgba(146, 146, 146, 0.2);
    background-color: #fff;
    margin-top: 1.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 75rem) {
    .lang-switcher__box {
        margin-top: 2.5rem;
    }
}

.lang-switcher__btn.active .lang-switcher__box {
    margin-top: 0.625rem;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

@media (min-width: 75rem) {
    .lang-switcher__btn.active .lang-switcher__box {
        margin-top: 1.5rem;
    }
}

.lang-switcher__link {
    padding: 0.75rem 0;
    padding-left: 0.375rem;
    border-bottom: 0.0625rem solid #bebebe;
    cursor: pointer;
}

.lang-switcher__link__icon {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    border: 0.0625rem solid #bebebe;
    background-color: #ebebeb;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lang-switcher__link__icon::after {
    content: "";
    width: 33.3333%;
    height: 33.3333%;
    border-radius: 50%;
    background-color: #053c5a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lang-switcher__link:hover .lang-switcher__link__icon,
.lang-switcher__link.active .lang-switcher__link__icon {
    border-color: #053c5a;
}

.lang-switcher__link:hover .lang-switcher__link__icon::after,
.lang-switcher__link.active .lang-switcher__link__icon::after {
    transform: translate(-50%, -50%) scale(1);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    color: #053c5a;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    white-space: nowrap;
    border: 0.0938rem solid #053c5a;
    border-radius: 6.25rem;
    padding: 0.625rem 1.5rem;
    cursor: pointer;
}

@media (min-width: 62rem) {
    .btn {
        height: 2.2rem;
        font-size: 1.05rem;
        padding: 0.325rem 1.2875rem;
    }
}

@media (max-width: 62rem) {
    .btn {
        font-size: 1rem;
    }
}

@media (min-width: 87.5rem) {
    .btn {
        min-width: 12.5rem;
        height: 2.8rem;
        font-size: 1.125rem;
    }
}

.btn:hover {
    color: #fff;
    border-color: #053c5a;
    background-color: #053c5a;
}

.btn:hover .btn__icon__symbol {
    animation: arrow-slide 0.6s ease forwards;
}

.btn:hover .btn__icon__shake {
    animation: icon-shake 1s linear infinite;
}

.btn--primary {
    color: #fff;
    border-color: #053c5a;
    background-color: #053c5a;
}

.btn--primary:hover {
    color: #053c5a;
    border-color: #053c5a;
    background-color: transparent;
}

.btn--dm {
    padding: 0.625rem;
    aspect-ratio: 1/1;
    border: none;
    background: linear-gradient(
        to right,
        rgba(60, 205, 171, 0.2) 0%,
        rgba(5, 60, 90, 0.2)
    );
}

@media (min-width: 62rem) {
    .btn--dm {
        width: 2.375rem;
        height: 2.375rem;
    }
}

@media (min-width: 87.5rem) {
    .btn--dm {
        min-width: auto;
        width: 2.75rem;
        height: 2.75rem;
    }
}

.btn--trans {
    padding: 0;
    border: none;
}

.btn--trans:hover {
    color: #3ccdaa;
    background-color: transparent;
}

.btn--green {
    color: #fff;
    border-color: #1dc053;
    background-color: #1dc053;
}

.btn--green:hover {
    color: #1dc053;
    border-color: #1dc053;
    background-color: transparent;
}

.btn--white {
    color: #053c5a;
    border-color: #fff;
    background-color: #fff;
}

.btn--white:hover {
    color: #fff;
    border-color: #053c5a;
    background-color: #053c5a;
}

.btn__icon {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media (min-width: 62rem) {
    .btn__icon {
        width: 1.4375rem;
        height: 1.4375rem;
    }
}

@media (min-width: 87.5rem) {
    .btn__icon {
        width: 1.5625rem;
        height: 1.5625rem;
    }
}

.btn__icon__symbol {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(0);
}

.btn__icon__shake {
    display: inline-block;
    transform-origin: center;
    will-change: transform;
}

.btn__squire {
    flex: 0 0 auto;
    min-width: inherit;
    width: 2.8125rem;
    border-radius: 0.625rem;
    min-height: 2.8125rem;
    padding: 0;
}

.btn__outline-coolGray {
    border-color: #bebebe;
}

.btn__outline-coolGray:focus {
    border-color: #bebebe;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.btn--wishlist {
    min-width: auto;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 50%;
    backdrop-filter: blur(0.875rem);
    color: #fff;
}

.btn--wishlist .icon {
    width: 60%;
}

.btn--wishlist:hover {
    background-color: rgba(0, 0, 0, 0.5490196078);
}

.btn--wishlist.active {
    background: #ebebeb;
}

.btn--wishlist.active .icon {
    fill: #de3a3a;
}

.btn--wishlist.active .icon path {
    stroke: transparent;
}

.btn--dropdown {
    background: #fff;
    padding: 0.8125rem 0.9375rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #ebebeb;
    min-width: inherit;
    min-height: inherit;
    height: inherit;
    gap: 0.3125rem;
    color: #212529;
}

.btn--dropdown:hover {
    background-color: #fff;
    border-color: #bebebe;
    color: #212529;
}

.btn--dropdown span.icon {
    flex: 0 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn--dropdown span.text-status {
    color: #bebebe;
}

.btn--dropdown--solid {
    background: #ebebeb;
    border: 0;
    border-radius: 0.5em;
    padding: 0.65em;
    height: auto;
}

.btn--dropdown--solid:hover {
    background: #053c5a;
}

@keyframes arrow-slide {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    40% {
        transform: translateX(100%);
        opacity: 0;
    }
    41% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes icon-shake {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-8deg);
    }
    30% {
        transform: rotate(8deg);
    }
    45% {
        transform: rotate(-6deg);
    }
    60% {
        transform: rotate(6deg);
    }
    75% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.logo {
    max-width: 5rem;
}

@media (min-width: 62rem) {
    .logo {
        max-width: 6.25rem;
    }
}

@media (min-width: 87.5rem) {
    .logo {
        max-width: 8.25rem;
    }
}

label.form-label {
    cursor: pointer;
}

.form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #bebebe;
    margin-bottom: 0.375rem;
    line-height: 1;
}

@media (min-width: 75rem) {
    .form-label {
        margin-bottom: 0.625rem;
        font-size: 0.8rem;
    }
}

.form-control:not(textarea) {
    height: 2.4rem;
}

@media (min-width: 75rem) {
    .form-control:not(textarea) {
        height: 2.8rem;
    }
    .form-control textarea{
        font-size: .8rem;
        font-weight: normal;
    }
}

.form-control {
    color: #212529;
    border: 0.0625rem solid #bebebe;
    height: 2.8125rem;
    border-radius: 0.75rem;
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #7d7d7d !important;
    font-weight: lighter;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 0.0625rem solid #053c5a;
}

@media (min-width: 75rem) {
    .form-control {
        height: 2.8rem;
        padding: 1.25rem 1.25rem;
        font-weight: 600;
        border-radius: 0.75rem;
        font-size: 0.875rem;
    }
}

@media (min-width: 75rem) {
    .form-control {
        padding: 1.25rem 1.25rem;
        font-weight: 600;
        font-size: 0.875rem;
    }
}

@media (min-width: 62rem) {
    .form-control {
        font-size: 1rem;
    }
    .form-control textarea{
        font-size: .8rem!important;
        font-weight: normal!important;
    }
}

@media(max-width: 767px){
    .form-control {
        font-size: .8rem;
    }
}
.form-control:focus {
    border-color: #3ccdaa;
    box-shadow: none;
}

.form-control--otp {
    width: 100%;
    height: 4rem !important;
    font-size: 1.25rem;
}

.form-control--otp:focus {
    background: linear-gradient(
        90deg,
        rgba(5, 60, 90, 0.2),
        rgba(60, 205, 170, 0.2)
    );
    border-color: #bebebe;
}

@media (min-width: 48rem) {
    .form-control--otp {
        width: 100%;
        height: 6.25rem !important;
        font-size: 1.5rem;
    }
}

.select2-container--bootstrap-5 .select2-selection--single,
.form-select {
    color: #212529 !important;
    border: 0.0625rem solid #bebebe;
    height: 2.8rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500 !important;
    background-image: url("../images/icons/arrow-down.svg");
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    line-height: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.select2-container--bootstrap-5 .select2-selection--single:focus,
.form-select:focus {
    border: 0.0625rem solid #bebebe !important;
    background-image: url("../images/icons/arrow-down.svg");
}

.form-select:focus {
    border: 0.0625rem solid #3ccdaa !important;
}

@media (min-width: 75rem) {
    .select2-container--bootstrap-5 .select2-selection--single {
        height: 2.8rem;
        padding: 0 1.25rem;
        background-size: 1.5rem;
        display: flex;
        align-items: center;
    }

    .select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__rendered {
        line-height: 1 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .form-select {
        height: 2.8rem;
        padding: 0 1rem;
        font-size: 1rem;
        color: #7d7d7d;
        font-weight: initial;
        background-size: 1.5rem;
    }
}

@media (max-width: 75rem) {
    .form-select {
        font-size: 1rem;
        color: #7d7d7d;
        font-weight: lighter;
    }
}

/* Additional Select2 vertical centering */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__placeholder {
    line-height: 1 !important;
    display: flex;
    align-items: center;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
    display: flex !important;
    align-items: center !important;
    padding: 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2-selection__arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.select2-container--bootstrap-5 .select2-selection__clear {
    display: flex !important;
    align-items: center !important;
}

/* Center text in option results */
.select2-results__option span {
    display: flex;
    align-items: center;
}

/* Ensure regular select options are also centered */
.form-select option {
    padding: 0.5rem;
}

.form-inputIconWrap {
    position: relative;
}

.form-inputIconWrap .form-control {
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
}

.form-inputIconWrap input:last-child {
    padding-left: 2.5rem;
}

.form-inputIconWrap input:first-child {
    padding-right: 2.5rem;
}

.form-inputIconWrap span.icon {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-inputIconWrap span.icon svg {
    width: 100%;
    height: auto;
}

.form-inputIconWrap span.icon:first-child {
    left: 15px;
}

.form-inputIconWrap span.icon:last-child {
    right: 15px;
}

.form-checkBox input {
    display: none;
}

.form-checkBox input:checked ~ label span.indicator {
    border-color: transparent;
    background: linear-gradient(
        90deg,
        rgba(60, 205, 170, 0.2) 0%,
        rgba(5, 60, 90, 0.2) 97.99%
    );
}

.form-checkBox label {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.form-checkBox label span.indicator {
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #ebebeb;
    position: relative;
    border-radius: 0.125rem;
}

@media (min-width: 75rem) {
    .form-checkBox label span.indicator {
        width: 1.1rem;
        height: 1.1rem;
    }
}

.form-checkBox label span.content {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.form-checkBox--circle label span.indicator {
    border-radius: 50% !important;
    border-color: #bebebe;
    background: #ebebeb;
}

.form-checkBox--circle label span.indicator::after {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #053c5a;
    content: "";
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    opacity: 0;
}

.form-checkBox--circle input:checked ~ label {
    color: #212529;
}

.form-checkBox--circle input:checked ~ label span.indicator {
    background: rgba(5, 60, 90, 0.2) !important;
    border-color: #053c5a !important;
}

.form-checkBox--circle input:checked ~ label span.indicator::after {
    opacity: 1;
}

.form-checkBox--squireCheck input:checked ~ label span.indicator::after {
    opacity: 1;
}

.form-checkBox--squireCheck label span.indicator {
    position: relative;
}

.form-checkBox--squireCheck label span.indicator::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    border-radius: 0.125rem;
    top: 0;
    background-image: url("../images/icons/checkMark.svg");
    background-size: 0.6875rem;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.form-checkBox--thumbnail label {
    position: relative;
    border-radius: 0.125rem;
    border: 0.0625rem solid #ebebeb;
    height: 124px;
    width: 100%;
    padding-top: 0.625rem;
    align-items: center;
    justify-content: center;
}

.form-checkBox--thumbnail label span.indicator {
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
}

.form-checkBox--thumbnail label span.content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.form-checkBox--thumbnail label span.content span.text {
    line-height: 1.4;
}

.form-check-label {
    cursor: pointer;
    font-size: 0.8rem;
}

@media (min-width: 62rem) {
    .form-check {
        font-size: 1rem;
    }
}

.form-check-input {
    margin-top: 0;
    width: 1.1rem;
    height: 1.1rem;
    --bs-form-check-bg: #ebebeb;
    --bs-border-color: #bebebe;
}

@media (min-width: 62rem) {
    .form-check-input {
        width: 1.1rem;
        height: 1.1rem;
    }
}

.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='1.5' fill='%23053C5A'/></svg>");
}

.form-check-input[type="checkbox"] {
    background-color: transparent;
    border-color: #6a6d6f;
}

.form-check-input:checked[type="checkbox"] {
    background-color: transparent;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%236a6d6f' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    border-color: #053c5a;
    background-color: #cdd8de;
}

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

.form-check--card {
    padding: 0.5rem 0.2rem;
    padding-top: 2rem;
    position: relative;
    border: 1px solid;
    margin-bottom: 0;
    background: #ebebeb;
    border-color: #ebebeb;
    border-radius: 0.75em;
    width: 7rem;
}

.form-check--card.active {
    background: #fff;
    border-color: #3ccdaa;
}

.form-check--card input {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.form-check--card .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='1.5' fill='%23fff'/></svg>");
}

.form-check--card .form-check-input:checked {
    border-color: #3ccdaa;
    background-color: #3ccdaa;
}

.form-check--card .form-check-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8rem;
    font-weight: lighter;
}

.form-check--card .form-check-label img {
    padding: 1em;
}

.form-check--pill.active label {
    background: #3ccdaa;
    border-color: #3ccdaa;
    color: #fff;
}

.form-upload {
    background: linear-gradient(
        90deg,
        rgba(60, 205, 170, 0.04),
        rgba(5, 60, 90, 0.04)
    );
    padding: 0.6rem 1.75rem;
    border-radius: 1.25rem;
    border: 2px dashed #bebebe;
}

.form-upload img {
    max-width: 30px;
}

.form-upload__preview img {
    width: 3.5rem;
    height: 4.2rem;
    object-fit: cover;
    border-radius: 0.75rem;
}

@media (min-width: 62rem) {
    .form-upload__preview img {
        width: 4.2rem;
        height: 4.5rem;
    }
}

.card {
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card__content-meta ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.375rem 0;
    flex-wrap: wrap;
}

.card__content-meta ul li {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6a6d6f;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
}

.card__content-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.card__content-meta ul li:not(:last-child)::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0.0625rem;
    height: 0.875rem;
    background-color: #6a6d6f;
}

.fuel_icon img {
    max-width: 20px;
    height: 20px;
    object-fit: cover;
}

@media (min-width: 48rem) {
    .card__content-meta ul li {
        font-size: 0.875rem;
        padding-right: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 62rem) {
    .card__content-meta ul li {
        gap: 0.375rem;
    }
}

@media (min-width: 75rem) {
    .card__content-meta ul li {
        font-size: 0.875rem;
        padding-right: 12px;
        margin-right: 12px;
    }
}

.card__content-meta ul li span.icon img {
    max-width: 0.875rem;
    max-height: 0.875rem;
}

@media (min-width: 48rem) {
    .card__content-meta ul li span.icon img {
        max-width: 1.125rem;
        max-height: 1.125rem;
    }
}

.card__content-meta ul li span.icon svg {
    max-width: 0.875rem;
    max-height: 0.875rem;
}

@media (min-width: 48rem) {
    .card__content-meta ul li span.icon svg {
        max-width: 1.125rem;
        max-height: 1.125rem;
    }
}

.card--explore {
    border-radius: 0.625rem;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.25rem 0 rgba(153, 153, 153, 0.1019607843);
    border: 1px solid #ebebeb;
}

.card--explore .card__thumb {
    position: relative;
    width: 100%;
    height: 7.375rem;
}

@media (min-width: 48rem) {
    .card--explore .card__thumb {
        height: 14.375rem;
    }
}

.card--explore .card__thumb .wishlistBtn {
    width: 1.875rem;
    height: 1.875rem;
    background: rgba(0, 0, 0, 0.3019607843);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(0.875rem);
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    transition: all 0.3s ease;
}

.card--explore .card__thumb .wishlistBtn:hover {
    background-color: rgba(0, 0, 0, 0.5490196078);
}

@media (min-width: 48rem) {
    .card--explore .card__thumb .wishlistBtn {
        top: 0.6875rem;
        right: 1.1875rem;
    }
}

.card--explore .card__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.625rem;
}

.card--explore .card__content {
    padding: 0.625rem 0.625rem;
}

@media (min-width: 48rem) {
    .card--explore .card__content {
        padding: 0.9375rem 0.9375rem;
    }
}

@media (min-width: 75rem) {
    .card--explore .card__content {
        padding: 0.9375rem 0.9375rem 1.1875rem 0.9375rem;
    }
}

.card--explore .card__content-info {
    margin-bottom: 5px;
}

@media (min-width: 48rem) {
    .card--explore .card__content-info {
        margin-bottom: 1.25rem;
    }
}

.card--explore .card__content-info span.price {
    font-weight: bold;
    color: #053c5a;
    font-size: 1rem;
}

@media (min-width: 48rem) {
    .card--explore .card__content-info span.price {
        font-size: 1.25rem;
    }
}

.card--explore .card__content-info .message {
    padding: 0;
    line-height: 1;
    border: none;
    background-color: transparent;
}

.card--explore .card__content-info .message svg {
    max-width: 1.25rem;
    max-height: 1.25rem;
}

@media (min-width: 48rem) {
    .card--explore .card__content-info .message svg {
        max-width: 1.5rem;
        max-height: 1.5rem;
    }
}

.card--explore .card__content-info .btn {
    padding: 0.5625rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    height: auto;
    min-width: inherit;
}

.card--explore .card__content-text {
    margin-bottom: 0.625rem;
}

@media (min-width: 48rem) {
    .card--explore .card__content-text {
        margin-bottom: 1.25rem;
    }
}

.card--explore .card__content-text h3 {
    margin-bottom: 0.25rem;
}

@media (min-width: 48rem) {
    .card--explore .card__content-text h3 {
        margin-bottom: 0.375rem;
    }
}

.card--explore .card__content-text h3 a {
    font-size: 0.75rem;
    font-weight: bold;
    color: #212529;
    display: block;
    text-decoration: none;
}

@media (min-width: 48rem) {
    .card--explore .card__content-text h3 a {
        font-size: 1rem;
    }
}

.card--explore .card__content-text .location {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #6a6d6f;
}

@media (min-width: 48rem) {
    .card--explore .card__content-text .location {
        font-size: 0.875rem;
        font-weight: 600;
    }
}

.card--explore .card__content-text .location span.icon svg {
    max-width: 0.875rem;
    max-height: 0.875rem;
}

@media (min-width: 48rem) {
    .card--explore .card__content-text .location span.icon svg {
        max-width: 1.125rem;
        max-height: 1.125rem;
    }
}

.card--explore .card__content-meta {
    padding-top: 0.625rem;
    border-top: 0.0625rem solid #bebebe;
}

@media (min-width: 48rem) {
    .card--explore .card__content-meta {
        padding-top: 1.25rem;
    }
}

.card--explore .btn--wishlist {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
}

@media (min-width: 48rem) {
    .card--explore .btn--wishlist {
        top: 0.75rem;
        right: 1.125rem;
    }
}

.card--service {
    background-color: #fff;
    padding: 0.4375rem 0;
    border-radius: 0.9375rem;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.card--service:hover {
    filter: grayscale(0%);
}

@media (min-width: 75rem) {
    .card--service {
        padding: 0.6875rem 0;
        border-radius: 1.25rem;
    }
}

.card--service .card__thumb {
    position: relative;
}

.card--service .card__thumb-img {
    width: 100%;
    height: 18.4375rem;
    border-radius: 0.9375rem;
}

@media (min-width: 48rem) {
    .card--service .card__thumb-img {
        height: 22.5rem;
    }
}

@media (min-width: 87.5rem) {
    .card--service .card__thumb-img {
        height: 31rem;
    }
}

.card--service .card__thumb-info {
    max-width: 13.25rem;
    background-color: #fff;
    padding: 0.625rem 0.625rem;
    border-radius: 0.9375rem;
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
}

@media (min-width: 48rem) {
    .card--service .card__thumb-info {
        padding: 1.0625rem 1.125rem 1.5625rem 1.3125rem;
        border-radius: 0.9375rem;
        max-width: 18.75rem;
        bottom: 0.625rem;
        left: 0.5rem;
    }
}

@media (min-width: 87.5rem) {
    .card--service .card__thumb-info {
        padding: 1.0625rem 1.125rem 1.5625rem 1.3125rem;
        border-radius: 1.25rem;
        max-width: 22.375rem;
        bottom: 0.625rem;
        left: 0.5rem;
    }
}

.card--service .card__thumb-info h5 {
    color: #000;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 0.375rem;
}

@media (min-width: 48rem) {
    .card--service .card__thumb-info h5 {
        font-size: 1.125rem;
        line-height: 1;
        margin-bottom: 0.625rem;
    }
}

@media (min-width: 87.5rem) {
    .card--service .card__thumb-info h5 {
        font-size: 1.5625rem;
        line-height: 1;
        margin-bottom: 0.75rem;
    }
}

.card--service .card__thumb-info p {
    font-size: 0.75rem;
    color: #212529;
    font-weight: 700;
    line-height: 0.875rem;
}

@media (min-width: 48rem) {
    .card--service .card__thumb-info p {
        font-size: 0.8125rem;
        line-height: 1.375rem;
        font-weight: 500;
    }
}

@media (min-width: 87.5rem) {
    .card--service .card__thumb-info p {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
}

.card--about {
    background-color: transparent;
    border-radius: 0;
}

.card--about .card__thumbnail {
    height: 12.5rem;
    max-width: 13.5rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
}

.card--about .card__thumbnail img {
    max-width: 100%;
}

.card--about .card__content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
}

@media (min-width: 62rem) {
    .card--about .card__content h3 {
        font-size: 1.5625rem;
        margin-bottom: 1.125rem;
    }
}

.card--about .card__content p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #212529;
    max-width: 24rem;
    margin: 0 auto;
    text-transform: capitalize;
}

@media (min-width: 62rem) {
    .card--about .card__content p {
        font-size: 1rem;
        font-weight: 500;
        max-width: 23rem;
    }
}

.card--testimonial {
    padding: 0.9375rem;
    border-radius: 0.9375rem;
    border: 0.0625rem solid #bebebe;
    background-color: #f3f3f3;
}

@media (min-width: 75rem) {
    .card--testimonial {
        padding: 1.25rem;
        border-radius: 1.25rem;
    }
}

.card--testimonial:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0.25rem 0.875rem 0 rgba(153, 153, 153, 0.08);
    box-shadow: 0 0.25rem 0.875rem 0 rgba(153, 153, 153, 0.08);
    border-color: transparent;
}

.card--testimonial .card__para {
    font-size: 0.875rem;
    line-height: 1.78;
    text-transform: capitalize;
}

@media (min-width: 75rem) {
    .card--testimonial .card__para {
        font-size: 1rem;
        line-height: 1.66;
    }
}

@media (min-width: 100rem) {
    .card--testimonial .card__para {
        font-size: 1.125rem;
    }
}

.card--testimonial .client {
    gap: 0.9375rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 75rem) {
    .card--testimonial .client {
        margin-bottom: 1.75rem;
    }
}

@media (min-width: 100rem) {
    .card--testimonial .client {
        margin-bottom: 2.25rem;
    }
}

.card--testimonial .client__name {
    font-size: 1rem;
    margin-bottom: 0.625rem;
}

@media (min-width: 75rem) {
    .card--testimonial .client__name {
        font-size: 1.25rem;
        line-height: 1.5;
        max-width: 15rem;
    }
}

@media (min-width: 75rem) {
    .card--testimonial .client__designation {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.card--testimonial .client__thumb {
    width: 3.75rem;
    height: 3.75rem;
}

@media (min-width: 75rem) {
    .card--testimonial .client__thumb {
        width: 5.125rem;
        height: 5.125rem;
    }
}

.card--partner {
    padding: 0.5rem;
    border-radius: 0.625rem;
    box-shadow: 0 0.25rem 0.25rem 0 rgba(153, 153, 153, 0.1);
    background-color: #fff;
}

.card--listing {
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.card--listing:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0.25rem 0.875rem 0 rgba(153, 153, 153, 0.08);
    box-shadow: 0 0.25rem 0.875rem 0 rgba(153, 153, 153, 0.08);
    border-color: transparent;
}

@media (min-width: 75rem) {
    .card--listing {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        padding: 17px 15px;
        border-radius: 0.625rem;
    }
}

.card--listing .card__thubnail {
    width: 100%;
    flex: 0 0 auto;
    border-radius: 0.625rem;
}

@media (min-width: 62rem) {
    .card--listing .card__thubnail {
        width: 100%;
    }
}

@media (min-width: 75rem) {
    .card--listing .card__thubnail {
        width: 20rem;
        border: 1px solid #ebebeb;
    }
}

@media (min-width: 87.5rem) {
    .card--listing .card__thubnail {
        width: 24.8125rem;
    }
}

.card--listing .card__thubnail-slider {
    height: 100%;
}

.card--listing .card__thubnail-img {
    height: 15.375rem;
    overflow: hidden;
    border-radius: 10px;
}

@media (min-width: 75rem) {
    .card--listing .card__thubnail-img {
        width: 100%;
        height: 100%;
    }
}

.card--listing .card__thubnail-img img {
    width: 100%;
    /*height: 100%;*/
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.card--listing .card__thubnail .badge {
    position: absolute;
    left: 0;
    top: 0.9375rem;
    z-index: 11;
}

.card--listing .card__thubnail .btn--wishlist {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    z-index: 11;
}

.card--listing .card__thubnail .swiper-navs button {
    position: absolute;
    left: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card--listing .card__thubnail .swiper-navs button:first-child svg {
    transform: rotate(180deg);
}

.card--listing .card__thubnail .swiper-navs button:last-child {
    left: auto;
    right: 1rem;
}

.card--listing .card__content {
    flex: 1;
    padding: 0.9375rem;
}

@media (min-width: 75rem) {
    .card--listing .card__content {
        padding: 0;
        padding-left: 0.9375rem;
    }
}

.card--listing .card__content .priceTag {
    font-size: 1.125rem;
    font-weight: bold;
    color: #212529;
}

@media (min-width: 62rem) {
    .card--listing .card__content .priceTag {
        font-size: 22px;
    }
}

.card--listing .card__content-title {
    margin-bottom: 0.625rem;
}

@media (min-width: 62rem) {
    .card--listing .card__content-title {
        margin-bottom: 0.75rem;
    }
}

.card--listing .card__content-title h3 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #212529;
}

@media (min-width: 62rem) {
    .card--listing .card__content-title h3 {
        font-size: 1.375rem;
    }
}

.card--listing .card__content-meta {
    margin-bottom: 20px;
}

.card--listing .card__content-meta ul li {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6a6d6f;
}

@media (min-width: 75rem) {
    .card--listing .card__content-meta ul li {
        font-size: 1rem;
    }
}

.card--listing .card__content-meta ul li span.icon svg {
    max-width: 1.25rem;
    max-height: 1.25rem;
}

@media (min-width: 75rem) {
    .card--listing .card__content-meta ul li span.icon svg {
        max-width: 1.5rem;
        max-height: 1.5rem;
    }
}

.card--listing .card__content-features {
    margin-bottom: 0.9375rem;
}

@media (min-width: 75rem) {
    .card--listing .card__content-features {
        margin-bottom: 1.25rem;
        /*max-width: 28.5rem;*/
    }
}

@media (min-width: 75rem) {
    .card--listing .card__content-features.gap-2 {
        gap: 10px 8px !important;
    }
}

.card--listing .card__content-features .tag {
    font-weight: 600;
}

@media (min-width: 75rem) {
    .card--listing .card__content-features .tag span.icon {
        max-width: 1.125rem;
        max-height: 1.125rem;
    }
}

@media (min-width: 75rem) {
    .card--listing .card__content-features .tag {
        font-size: 0.875rem;
    }
}

.card--listing .card__content-brands {
    margin-bottom: 0.9375rem;
}

@media (min-width: 75rem) {
    .card--listing .card__content-brands {
        margin-bottom: 1.25rem;
    }
}

.card--listing .card__content-brands .brand-name {
    width: 1.5625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 1.5625rem;
    border: 0.0444rem solid rgba(5, 60, 90, 0.1019607843);
    box-shadow: 0 2.86px 2.86px 0 rgba(156, 156, 156, 0.1019607843);
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(255, 255, 255, 0.1) 70.67%,
        rgba(5, 60, 90, 0.1) 100%
    );
}

@media (min-width: 75rem) {
    .card--listing .card__content-brands .brand-name {
        width: 2.1875rem;
        height: 2.1875rem;
    }
}

.card--listing .card__content-brands .brand-name img {
    max-width: 0.9375rem;
}

@media (min-width: 75rem) {
    .card--listing .card__content-brands .brand-name img {
        max-width: 1.375rem;
        max-height: 1.375rem;
    }
}

.card--listing .card__content-owner {
    padding: 0.9375rem 0.6875rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid #ebebeb;
}

.card--listing .card__content-owner .info .thumb {
    width: 2.5rem;
    height: 2.5rem;
}

@media (min-width: 62rem) {
    .card--listing .card__content-owner .info .thumb {
        width: 3.125rem;
        height: 3.125rem;
    }
}

@media (min-width: 62rem) {
    .card--listing .card__content-owner .info .name {
        font-size: 1.25rem;
        line-height: 1;
        font-weight: 600;
    }
}

.card--listing .card__content-owner .info .designation {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6a6d6f;
}

@media (min-width: 62rem) {
    .card--listing .card__content-owner .info .designation {
        font-size: 1rem;
    }
}

.card--listing .card__content-owner .action-buttons .btn {
    font-size: 12px;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    min-height: inherit;
    min-width: inherit;
    height: inherit;
}

@media (min-width: 62rem) {
    .card--listing .card__content-owner .action-buttons .btn {
        padding: 0.625rem 2.5rem;
        font-size: 0.75rem;
    }
}

.card--listing .swiper-navs button {
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 50%;
    border: 0.0938rem solid #ffffff;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.46) 0%,
        rgba(153, 153, 153, 0.46) 100%
    );
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.card--listing .swiper-navs--sm button {
    width: 26px;
    height: 26px;
}

.card--listing .swiper-navs--sm button svg {
    max-width: 6px;
    max-height: 10px;
}

.card--listing .swiper-navs--sm button svg path {
    stroke: #fff;
}

.card--listing .swiper-pagination {
    bottom: 16px;
}

@media (min-width: 75rem) {
    .card--listing .swiper-pagination {
        bottom: 32px;
    }
}

@media (min-width: 100rem) {
    .card--listing .swiper-pagination {
        bottom: 40px;
    }
}

.card--listing .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #bebebe;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card--listing .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.card--listing .swiper-button-disabled {
    opacity: 0;
}

.card--ads {
    width: 100%;
    height: 300px;
    padding: 0.5rem;
    border-radius: 0.625rem;
    box-shadow: 0 0.25rem 0.25rem 0 rgba(153, 153, 153, 0.1);
    background-color: #fff;
}

@media (min-width: 48rem) {
    .card--ads {
        height: 352px;
    }
}

@media (min-width: 75rem) {
    .card--ads {
        height: 600px;
    }
}

@media (min-width: 100rem) {
    .card--ads {
        height: 916px;
    }
}

.card--profile {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #fff;
}

.card--profile .head {
    padding: 16px;
    border-bottom: 1px dashed #ebebeb;
}
.id_block{
    padding: 16px;
    border-top: 1px dashed #ebebeb;
}
.card--profile .head .title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 62rem) {
    .card--profile .head .title {
        font-size: 21px;
    }
}

@media (min-width: 100rem) {
    .card--profile .head .title {
        font-size: 24px;
    }
}

.card--profile .details {
    padding: 16px;
}

.card--profile .thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

@media (min-width: 62rem) {
    .card--profile .thumb {
        width: 50px;
        height: 50px;
    }
}

.card--profile .info__text {
    gap: 4px;
}

.card--profile .name {
    color: #212529;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 62rem) {
    .card--profile .name {
        font-size: 18px;
    }
}

@media (min-width: 100rem) {
    .card--profile .name {
        font-size: 20px;
    }
}

.card--profile .action-buttons {
    gap: 10px;
}

.card--profile .action-buttons .message {
    width: 24px;
    height: 24px;
}

.card--profile .action-buttons .message svg {
    width: 100%;
    height: 100%;
}

.card--profile .action-buttons .btn {
    font-size: 13px;
    padding: 8px 13px;
    height: 35px;
    min-width: 80px;
}

@media (min-width: 62rem) {
    .card--profile .action-buttons .btn {
        min-width: 128px;
    }
}

.card--profileDetail .name {
    font-weight: 500;
}

.card--profileDetail .action-buttons {
    gap: 0.375rem;
}

.card--profileDetail .social-link {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    color: #000;
    background: linear-gradient(
        to right,
        rgba(60, 205, 171, 0.2) 0%,
        rgba(5, 60, 90, 0.2)
    );
}

.card--profileDetail .social-link:hover {
    background: #053c5a;
    color: #fff;
}

.card--profileDetail .social-link svg {
    width: 64%;
}

.card--blog {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #cbcbcb;
    background: #fff;
}

@media (min-width: 48rem) {
    .card--blog {
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
    }
}

.card--blog-thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (min-width: 36rem) {
    .card--blog-thumb {
        height: 256px;
    }
}

@media (min-width: 48rem) {
    .card--blog-thumb {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
}

@media (min-width: 75rem) {
    .card--blog-thumb {
        height: 288px;
    }
}

@media (min-width: 87.5rem) {
    .card--blog-thumb {
        height: 322px;
    }
}

.card--blog-thumb img {
    width: 100%;
    height: 100%;
}

.card--blog .blog-title {
    color: #000;
    margin-top: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 38.88px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /* must */
    -webkit-box-orient: vertical; /* must */
    -webkit-line-clamp: 1; /* 1 line clamp */
}

@media (min-width: 48rem) {
    .card--blog .blog-title {
        font-size: 22px;
        margin-top: 20px;
    }
}

@media (min-width: 87.5rem) {
    .card--blog .blog-title {
        font-size: 24px;
        margin-top: 36px;
    }
}

.card--blog .date {
    display: inline-block;
    margin-top: 5px;
    color: #6a6d6f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162%; /* 32.4px */
}

@media (min-width: 48rem) {
    .card--blog .date {
        margin-top: 3px !important;
        font-size: 18px;
    }
}

@media (min-width: 87.5rem) {
    .card--blog .date {
        margin-top: 10px;
        font-size: 20px;
    }
}

.card--blog .short-desc {
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%; /* 25.92px */
    display: -webkit-box; /* must */
    -webkit-box-orient: vertical; /* must */
    -webkit-line-clamp: 2; /* 1 line clamp */
}

@media (min-width: 48rem) {
    .card--blog .short-desc {
        margin-top: 5px !important;
    }
}

@media (min-width: 87.5rem) {
    .card--blog .short-desc {
        margin-top: 30px !important;
        margin-bottom: 10px !important;
    }
}

.card--blog .seen img {
    max-width: 36px;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (min-width: 48rem) {
    .card--blog .seen img {
        max-width: 40px;
    }
}

@media (min-width: 87.5rem) {
    .card--blog .seen img {
        max-width: 50px;
    }
}

.card--blog .seen img:not(:first-child) {
    margin-left: -15px;
}

.card--blog .seen + span svg {
    width: 24px !important;
}

@media (min-width: 48rem) {
    .card--blog .seen + span svg {
        width: 32px !important;
    }
}

.card--blog .responses {
    margin-top: 8px;
    color: #053c5a;
    font-family: Montserrat, "sans-serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162%; /* 29.16px */
}

@media (min-width: 87.5rem) {
    .card--blog .responses {
        font-size: 18px;
        margin-top: 15px;
    }
}

.card--miniBlog {
    padding: 10px;
    border: 1px solid #bebebe;
    border-radius: 10px;
    background-color: #fff;
}

@media (min-width: 75rem) {
    .card--miniBlog {
        padding: 15px;
    }
}

.card--miniBlog:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0.25rem 0.875rem 0 rgba(153, 153, 153, 0.08);
    box-shadow: 0 0.25rem 0.875rem 0 rgba(153, 153, 153, 0.08);
    border-color: transparent;
}

.card--miniBlog .thumb {
    width: 88px;
    height: 88px;
    border-radius: 5px;
}

@media (min-width: 75rem) {
    .card--miniBlog .thumb {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 100rem) {
    .card--miniBlog .thumb {
        width: 126px;
        height: 126px;
    }
}

.card--miniBlog .content .title {
    font-size: 16px;
    line-height: 1.36;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
}

@media (min-width: 75rem) {
    .card--miniBlog .content .title {
        font-size: 18px;
    }
}

@media (min-width: 87.5rem) {
    .card--miniBlog .content .title {
        font-size: 20px;
        font-weight: 700;
    }
}

@media (min-width: 100rem) {
    .card--miniBlog .content .title {
        font-size: 22px;
    }
}

.card--miniBlog .content .date {
    font-size: 13px;
    color: #939191;
    line-height: 1.39;
    font-family: "Manrope", sans-serif;
}

@media (min-width: 48rem) {
    .card--miniBlog .content .date {
        font-size: 16px;
    }
}

@media (min-width: 87.5rem) {
    .card--miniBlog .content .date {
        font-size: 18px;
    }
}

.cards__list-sequence h6 {
    font-size: 1em;
}

.cards__list-sequence h6 small {
    font-size: 0.85em;
    margin-bottom: 3px;
}

.cards__list-sequence .card {
    font-size: 1rem;
    padding: 0.25em;
    border-radius: 1.2em;
    width: 100%;
}

.cards__list-sequence .card-body {
    --bs-card-spacer-y: 1.2em;
    --bs-card-spacer-x: 1.6em;
    gap: 0.8em;
    border-radius: 1em;
}

.cards__list-sequence .card:nth-child(1) {
    font-size: 0.95em;
    width: 85%;
}

.cards__list-sequence .card:nth-child(1) .card-body {
    background-color: #eaf4f3;
    --bs-card-spacer-y: 0.9em;
}

.cards__list-sequence .card:nth-child(2) {
    width: 90%;
}

.cards__list-sequence .card:nth-child(2) .card-body {
    background-color: #f5f9f9;
}

.cards__list-sequence .card:nth-child(3) {
    font-size: 1.05em;
}

.navlink--menu {
    padding: 0.875rem 0;
    margin-bottom: 1.875rem;
}

.about-navlink {
    margin-bottom: 0 !important;
}

.navlink__list {
    display: flex;
    align-items: center;
    gap: 4.375rem;
}

.navlink__list li a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #6a6d6f;
    text-decoration: none;
    display: inline-block;
}

.navlink__list li a:hover {
    color: #3ccdaa;
}

.accordion {
    padding: 0 1rem;
    border-radius: 0.875rem;
    box-shadow: 0 0.25rem 3.75rem 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

@media (min-width: 36rem) {
    .accordion {
        padding: 0.5rem 1.5rem;
    }
}

@media (min-width: 87.5rem) {
    .accordion {
        padding: 0.75rem 2rem;
    }
}

@media (min-width: 100rem) {
    .accordion {
        padding: 0.875rem 3.125rem;
    }
}

.accordion-item {
    position: relative;
    padding: 1rem 0.25rem;
    padding-left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 75rem) {
    .accordion-item {
        padding: 1.25rem 0.625rem;
    }
}

@media (min-width: 100rem) {
    .accordion-item {
        padding: 1.625rem 1.25rem;
    }
}

.accordion-item.expanded {
    padding-left: 0.625rem;
}

@media (min-width: 36rem) {
    .accordion-item.expanded {
        padding-left: 1rem;
    }
}

@media (min-width: 75rem) {
    .accordion-item.expanded {
        padding: 1.25rem 0.625rem;
    }
}

@media (min-width: 75rem) {
    .accordion-item.expanded {
        padding: 1.625rem 1.25rem;
    }
}

.accordion-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-item.expanded::before {
    height: calc(100% - 2rem);
}

.accordion-button {
    padding: 0;
    box-shadow: unset;
    gap: 1rem;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
    background-color: transparent;
}

.accordion-button::after {
    display: none;
}

.accordion-button__text {
    color: #6a6d6f;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 75rem) {
    .accordion-button__text {
        font-size: 1.125rem;
    }
}

.accordion-button[aria-expanded="true"] .accordion-button__text {
    color: #000;
}

.accordion-button__icon {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
}

@media (min-width: 75rem) {
    .accordion-button__icon {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.accordion-button__icon span {
    width: 60%;
    height: 0.0781rem;
    display: inline-block;
    border-radius: 0.625rem;
    background-color: #282930;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-button__icon span.plus {
    transform: translate(-50%, -50%) rotate(90deg);
}

@media (min-width: 75rem) {
    .accordion-button__icon span {
        height: 0.0938rem;
    }
}

.accordion-button[aria-expanded="true"] .accordion-button__icon .plus {
    transform: translate(-50%, -50%) rotate(360deg);
}

.accordion-button[aria-expanded="true"] .accordion-button__icon .minus {
    transform: translate(-50%, -50%) rotate(180deg);
}

.accordion-body {
    padding: 1rem 0 0;
    padding-right: 1rem;
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.66;
}

.breadcrumb__wrap {
    padding: 0.625rem 0;
}

@media (min-width: 62rem) {
    .breadcrumb__wrap {
        padding: 0.875rem 0;
    }
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.3125rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.3125rem;
}

.breadcrumb-page {
    color: #212529;
    font-size: 0.875rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 87.5rem) {
    .breadcrumb-page {
        font-size: 1.125rem;
    }
}

.breadcrumb-page.active {
    pointer-events: none;
    color: #6a6d6f;
}

.breadcrumb-page:hover {
    color: #3ccdaa;
}

.breadcrumb__wrap--centered {
    padding: 0.75rem 0;
}

.breadcrumb__wrap--centered .breadcrumb-page {
    color: #6a6d6f;
}

.breadcrumb__wrap--centered .breadcrumb-page.active {
    color: #212529;
}

.badge {
    position: relative;
}

.badge--bestseller {
    padding: 6px 10px 8px;
    padding-right: 20px;
    border-radius: 0;
    font-size: 14px;
}

.nav-tabs {
    display: inline-flex;
    border-radius: 0.625rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    gap: 0.9375rem;
    border: none;
    margin-bottom: 0.875rem;
}

.nav-tabs li button {
    border-radius: 0.625rem;
    border-color: #bebebe;
    color: #6a6d6f;
    font-weight: 600;
    padding: 0.75rem 0.625rem;
    line-height: 1;
    height: auto;
    min-width: inherit;
}

@media (min-width: 62rem) {
    .nav-tabs li button {
        padding: 0.8125rem 1.625rem;
    }
}

@media (min-width: 87.5rem) {
    .nav-tabs li button {
        font-size: 1.25rem;
        font-weight: 600;
        padding: 1rem 1.625rem;
        min-width: 12.5rem;
    }
}

.nav-tabs li button.active {
    background-color: #053c5a;
    color: #fff;
}

.filter__wrapper {
    position: fixed;
    left: 0;
    top: 3.875rem;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 3.875rem);
    overflow-y: scroll;
    max-width: 400px;
    z-index: 12;
    padding: 0.9375rem 0;
    transform: translateX(-100%);
    transition: all 0.3s ease-in;
}

.filter__wrapper.show {
    transform: translateX(0%);
}

@media (min-width: 62rem) {
    .filter__wrapper {
        position: inherit;
        height: inherit;
        max-width: 100%;
        border: 1px solid #bebebe;
        border-radius: 0.625rem;
        overflow: inherit;
        transform: translateX(0%);
    }
}

@media (min-width: 75rem) {
    .filter__wrapper {
        padding: 20px 0;
    }
}

@media (min-width: 100rem) {
    .filter__wrapper {
        padding: 25px 0;
    }
}

.filter__widget {
    border-bottom: 1px dashed #ebebeb;
    padding: 0.9375rem;
}

.filter__widget:first-child {
    padding-top: 0;
}

.filter__widget:last-child {
    padding-bottom: 0;
    border: none;
}

@media (min-width: 75rem) {
    .filter__widget {
        padding: 20px 15px;
    }
}

@media (min-width: 100rem) {
    .filter__widget {
        padding: 25px 15px;
    }
}

.filter__widget-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    width: 100%;
}

.filter__widget-btn span {
    width: 1.5rem;
    height: 1.5rem;
    color: #292d32;
    background-color: #ebebeb;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filter__widget-btn[aria-expanded="true"] span {
    transform: rotate(-180deg);
}

.filter__widget-body {
    padding-top: 0.9375rem;
}

.filter__checkBox {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.filter__checkBox--inner {
    padding-top: 0.625rem;
    padding-left: 1.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.filter__checkBox--inner .form-checkBox {
    font-size: 14px;
}

.filter__checkBox--inner .form-checkBox label span.indicator {
    width: 1.25rem;
    height: 1.25rem;
}

.filter__checkBox-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6a6d6f;
    font-size: 16px;
    font-weight: 500;
}

.filter__checkBox-wrap--borderd {
    padding: 0.5375rem 0.8125rem;
    border: 0.0375rem solid #ebebeb;
    border-radius: 0.3125rem;
    background: rgba(255, 255, 255, 0.1019607843);
    backdrop-filter: blur(20.5333328247px);
}

.filter__checkBox-right {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: max-content;
    flex: 0 0 auto;
}

.filter__checkBox-right .resultCount {
    font-size: 14px;
    display: block;
}

.range-slider {
    width: 100%;
    max-width: 100%;
}

.range-slider__values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.range-slider__values .range-slider__value {
    color: #053c5a;
    font-weight: 600;
    font-size: 0.875rem;
}

.range-slider__wrapper {
    position: relative;
    height: 1.25rem;
}

.range-slider__track {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0.25rem;
    width: 100%;
    background-color: rgba(5, 60, 90, 0.4);
    border-radius: 0.625rem;
    transform: translateY(-50%);
    z-index: 1;
}

.range-slider__thumb {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 0.25rem;
    background: none;
    outline: none;
    z-index: 2;
    top: 0.5rem;
    pointer-events: none;
}

.range-slider__thumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    background: #fff;
    border: 0.0625rem solid #ebebeb;
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-shadow: 0 0.25rem 0.6875rem 0 rgba(0, 0, 0, 0.1490196078);
}

.range-slider__thumb::-moz-range-thumb {
    height: 1.25rem;
    pointer-events: all;
    width: 1.25rem;
    border-radius: 50%;
    background: #fff;
    border: 0.0625rem solid #ebebeb;
    cursor: pointer;
    box-shadow: 0 0.25rem 0.6875rem 0 rgba(0, 0, 0, 0.1490196078);
}

.range-slider__thumb::-moz-range-track {
    background: transparent;
    border: none;
}

.range-slider__labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3125rem;
}

.range-slider__labels .range-slider__label {
    font-size: 0.875rem;
    color: #bebebe;
}

.range-slider__fill {
    position: absolute;
    top: 50%;
    height: 0.25rem;
    background-color: #053c5a;
    border-radius: 0.625rem;
    transform: translateY(-50%);
    z-index: 2;
}

.dropdown {
    width: max-content;
}

@media (min-width: 62rem) {
    .dropdown__select .btn {
        font-size: 16px;
        height: 100%;
        padding: 0.6rem 0.9375rem;
    }
}

@media (min-width: 75rem) {
    .dropdown__select .btn {
        font-size: 18px;
        height: 100%;
        padding: 0.6rem 0.9375rem;
    }
}

.tag {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 0.3125rem 0.625rem;
    border-radius: 0.3125rem;
    line-height: 1;
    border: 0.0375rem solid rgba(5, 60, 90, 0.1019607843);
    background: rgba(5, 60, 90, 0.1019607843);
    backdrop-filter: blur(20.5333328247px);
    font-size: 12px;
    color: #212529;
    font-weight: 500;
    white-space: nowrap;
    gap: 0.5rem;
}

@media (min-width: 62rem) {
    .tag {
        font-size: 0.875rem;
    }
}

.tag .icon {
    cursor: pointer;
}

.tag--secondary {
    background-color: rgba(60, 205, 170, 0.1019607843);
    border: 0.0625rem solid rgba(60, 205, 170, 0.1019607843);
    color: #6a6d6f;
}

.tag__wrapper {
    width: max-content;
}

.scrolling-part {
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    cursor: grab;
    user-select: none;
}

.scrolling-part::-webkit-scrollbar {
    display: none;
}

.img-thumb__man {
    width: 75%;
}

.img-thumb__bg {
    background: #fff;
    inset: 1.5rem;
    z-index: -1;
    border-radius: 4.5rem;
    border: 1px solid #000;
}

.img-thumb__obj {
    width: 40%;
}

.iti {
    --iti-arrow-padding: 0.5rem;
    width: 100%;
}

@media (min-width: 62rem) {
    .iti {
        --iti-arrow-padding: 1rem;
    }
}

.iti__selected-country-primary {
    background: #f2f5f7;
    border-radius: 0.75rem 0 0 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 62rem) {
    .iti__selected-country-primary {
        border-radius: 0.75rem 0 0 0.75rem;
        padding-left: 1rem;
    }
}

@media (min-width: 62rem) {
    .iti__selected-country-primary .iti__flag {
        transform: scale(1.8);
    }
}

.iti__arrow {
    height: 0.5rem;
    width: 0.5rem;
    border: 0;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #282930;
    transform: translateY(-35%) rotate(-45deg);
}

@media (min-width: 62rem) {
    .iti__arrow {
        height: 0.7rem;
        width: 0.7rem;
    }
}

.iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    margin: 0.5em;
}

.best-package {
    background-color: #9de6d4;
}

.package-cards h5 {
    font-size: 0.875rem;
}

@media (min-width: 62rem) {
    .package-cards h5 {
        font-size: 1.25rem;
    }
}

.package-cards h2 {
    font-size: 1.5rem;
}

@media (min-width: 62rem) {
    .package-cards h2 {
        font-size: calc(1.325rem + 0.9vw);
    }
}

.package-cards .rounded-pill {
    font-size: 0.875rem;
}

.package-cards .rounded-pill > img {
    width: 1em;
}

@media (min-width: 62rem) {
    .package-cards .rounded-pill > img {
        font-size: 1.125em;
    }
}

@media (min-width: 62rem) {
    .package-cards .rounded-pill {
        font-size: 1rem;
    }
}

.package-cards .card-body {
    display: flex;
    flex-direction: column;
}

.package-cards .card-body h2 small {
    font-size: 0.57em;
    font-weight: normal;
}

.package-cards .card-body .feature-list {
    flex: 1;
}

.feature-list li {
    position: relative;
    padding-left: 1.7rem;
    font-weight: 600;
    color: #212529;
    font-size: 0.875rem;
}

@media (min-width: 62rem) {
    .feature-list li {
        padding-left: 2.5rem;
        font-size: 0.8rem;
        /*font-weight: lighter;*/
    }
}

.feature-list li > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
}

@media (min-width: 62rem) {
    .feature-list li > img {
        width: 1.5rem;
    }
}

.intro--section {
    background: linear-gradient(
        to right,
        rgba(60, 205, 171, 0.2) 0%,
        rgba(5, 60, 90, 0.2)
    );
}

.intro__content {
    max-width: 113.75rem;
    padding: 2rem 0 2rem;
}

@media (min-width: 48rem) {
    .intro__content {
        padding: 3rem 0 4rem;
    }
}

@media (min-width: 75rem) {
    .intro__content {
        padding: 3.75rem 0 7.5rem;
    }
}

.intro__top {
    margin-bottom: 2rem;
}

@media (min-width: 87.5rem) {
    .intro__top {
        margin-bottom: 0.75rem;
    }
}

.intro__badge {
    color: #212529;
    padding: 0.375rem 1.25rem;
    background-color: #fff;
    gap: 0.625rem;
    border-radius: 6.25rem;
}

@media (min-width: 62rem) {
    .intro__badge {
        font-size: 1.125rem;
        padding: 0.4375rem 1.4375rem;
    }
}

.intro__badge__dot {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #3ccdaa;
}

.intro__title {
    margin-bottom: 1.25rem;
}

.intro__subtitle {
    color: #212529;
}

@media (min-width: 62rem) {
    .intro__subtitle {
        font-size: 1.125rem;
    }
}

.intro-wrapper__row.g-4 {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 1.875rem;
}

.intro__card {
    padding: 0 1.25rem 2rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 75rem) {
    .intro__card {
        padding: 0 2rem 2.5rem;
    }
}

@media (min-width: 87.5rem) {
    .intro__card {
        padding: 0 3rem 3rem;
    }
}

.intro__card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 3.125rem);
    background-color: #fff;
    border-radius: 0.625rem;
    border: 0.0625rem solid #bebebe;
    z-index: -1;
}

@media (min-width: 62rem) {
    .intro__card::after {
        height: calc(100% - 5rem);
    }
}

@media (min-width: 75rem) {
    .intro__card::after {
        border-radius: 1.25rem;
    }
}

@media (min-width: 87.5rem) {
    .intro__card::after {
        height: calc(100% - 6.875rem);
    }
}

.intro__card__thumb {
    width: 12.5rem;
    height: 6.25rem;
}

@media (min-width: 62rem) {
    .intro__card__thumb {
        width: 18.75rem;
        height: 10rem;
    }
}

@media (min-width: 87.5rem) {
    .intro__card__thumb {
        width: 24.5rem;
        height: 13.75rem;
    }
}

.intro__card__thumb__img {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 75rem) {
    .intro__card__thumb__img--one {
        margin-bottom: -12px;
    }
}

@media (min-width: 100rem) {
    .intro__card__thumb__img--one {
        margin-bottom: -24px;
    }
}

.intro__card__text {
    margin-bottom: 1.75rem;
}

@media (min-width: 62rem) {
    .intro__card__text {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 87.5rem) {
    .intro__card__text {
        margin-bottom: 3.25rem;
    }
}

.intro__card__title {
    font-size: 1.25rem !important;
    line-height: 1.43;
}

@media (min-width: 75rem) {
    .intro__card__title {
        font-size: 1.75rem !important;
    }
}

@media (min-width: 87.5rem) {
    .intro__card__title {
        font-size: 2rem !important;
    }
}

@media (min-width: 100rem) {
    .intro__card__title {
        font-size: 2.1875rem !important;
    }
}

.intro__card__desc {
    line-height: 1.67;
}

@media (min-width: 62rem) {
    .intro__card__desc {
        font-size: 1.125rem;
    }
}

.intro__card__btns .btn {
    min-width: 12.5rem;
}

@media (min-width: 62rem) {
    .intro__card__btns .btn {
        font-size: 1rem;
        width: 50%;
    }
}

@media (min-width: 75rem) {
    .intro__card__btns .btn {
        font-size: 1.125rem;
    }
}

.intro--home {
    background: transparent;
}

.intro--home .intro__card::after {
    background: linear-gradient(
        to right,
        rgba(60, 205, 171, 0.04) 0%,
        rgba(5, 60, 90, 0.04)
    );
}

.intro--home .intro__content {
    padding: 2.5rem 0 3.75rem;
}

@media (min-width: 48rem) {
    .intro--home .intro__content {
        padding: 2.5rem 0 5.625rem;
    }
}

@media (min-width: 75rem) {
    .intro--home .intro__content {
        padding: 2.5rem 0 7.5rem;
    }
}

.hero .container {
    padding: 0;
}

.hero .container > div {
    padding: 0;
}

.hero__main {
    position: relative;
    padding: 1.875rem 1rem 11.875rem;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        rgba(60, 205, 170, 0.35) 0%,
        rgba(5, 60, 90, 0.35) 97.99%
    );
}

@media (min-width: 62rem) {
    .hero__main {
        padding: 5.625rem 1.875rem 9.375rem;
    }
}

@media (min-width: 48rem) {
    .hero__main {
        border-radius: 1.875rem;
    }
}

@media (min-width: 75rem) {
    .hero__main {
        padding: 7.5rem 5rem 9.875rem;
    }
}

@media (min-width: 87.5rem) {
    .hero__main {
        padding: 7.5rem 5rem 9.875rem;
        background: linear-gradient(
            90deg,
            rgba(60, 205, 170, 0.2) 0%,
            rgba(5, 60, 90, 0.2) 97.99%
        );
    }
}

.hero__main-content {
    max-width: 30rem;
}

@media (min-width: 75rem) {
    .hero__main-content {
        max-width: 37.5rem;
    }
}

@media (min-width: 87.5rem) {
    .hero__main-content {
        max-width: 40.625rem;
    }
}
.hero__main-content .hero_h1,
.hero__main-content h1 {
    color: #053c5a;
}

@media screen and (max-width: 74.9375rem) {
    .hero__main-content .hero_h1,
    .hero__main-content h1 {
        font-size: 2.225rem !important;
    }
}

@media screen and (max-width: 61.9375rem) {
    .hero__main-content .hero_h1,
    .hero__main-content h1 {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 47.9375rem) {
    .hero__main-content .hero_h1,
    .hero__main-content h1 {
        font-size: 1.55rem !important;
    }
}

@media (min-width: 62rem) {
    .hero__main-content .hero_h1,
    .hero__main-content h1 {
        margin-bottom: 0.875rem;
        line-height: 1.4;
    }
}

@media (min-width: 48rem) {
    .hero__main-content .hero_h1,
    .hero__main-content h1 {
        margin-bottom: 0.75rem;
    }
}

.hero__main-content p {
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #212529;
    max-width: 22.5rem;
}

@media (min-width: 48rem) {
    .hero__main-content p {
        max-width: 26.25rem;
        font-size: 0.9375rem;
        line-height: 1.125rem;
    }
}

@media (min-width: 62rem) {
    .hero__main-content p {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 27.8125rem;
    }
}

@media (min-width: 87.5rem) {
    .hero__main-content p {
        font-size: 1.25rem;
        max-width: 37.5rem;
        line-height: 1.875rem;
    }
}

.hero__main-img {
    position: absolute;
    max-width: 17.625rem;
    bottom: 0;
    right: 0;
}

@media (min-width: 48rem) {
    .hero__main-img {
        max-width: 23.75rem;
    }
}

@media (min-width: 62rem) {
    .hero__main-img {
        max-width: 30rem;
    }
}

@media (min-width: 75rem) {
    .hero__main-img {
        max-width: 32.625rem;
    }
}

@media (min-width: 87.5rem) {
    .hero__main-img {
        max-width: 34.5rem;
    }
}

@media (min-width: 87.5rem) {
    .hero__main-img {
        max-width: 36.75rem;
    }
}

.hero__main-obj {
    position: absolute;
    left: 1rem;
    top: 0;
    max-width: 10.375rem;
}

@media (min-width: 75rem) {
    .hero__main-obj {
        left: 0;
    }
}

@media (min-width: 75rem) {
    .hero__main-obj--bottom {
        display: block !important;
        bottom: 0;
        top: inherit;
        transform: rotate(180deg);
    }
}

.hero__form {
    margin-top: -5rem;
    position: relative;
    z-index: 2;
    border-radius: 1.25rem;
    filter: drop-shadow(0rem 0.125rem 1.25rem rgba(146, 146, 146, 0.2));
}

.hero__form-contents {
    background-color: #fff;
    padding: 0.9375rem 1rem 0.9375rem 1rem;
    border-radius: 1.25rem;
    border-top-left-radius: 0;
}

@media (min-width: 75rem) {
    .hero__form-contents {
        padding: 2.5rem 1.875rem 1.75rem 1.25rem;
    }
}

.hero__form-content {
    --bs-gutter-x: 0.9375rem;
    justify-content: center;
    align-items: flex-end;
}

@media (min-width: 75rem) {
    .hero__form-content {
        --bs-gutter-x: 1.869rem;
    }
}

.hero__form-col__mHalf {
    width: 50%;
}

@media (min-width: 48rem) {
    .hero__form-col {
        width: 50%;
    }
}

@media (min-width: 62rem) {
    .hero__form-col {
        width: 25%;
    }
}

@media (min-width: 75rem) {
    .hero__form-col {
        width: 20%;
    }
}

.hero__form-nav {
    width: 15.625rem;
    padding: 0.9375rem 1rem 0 1rem;
    height: 4.375rem;
    background-color: #fff;
    position: relative;
    top: 0.9375rem;
    /*clip-path: path("M 15,0  L 184,0 A 15,15 0,0,1 194,15 L 194,45 A 15,15 0,0,0 209,55 L 250,55 L 250,70  L 0,70 L 0,10 A 15,15 0,0,1 15,0 Z");*/
    display: inline-block;
    border-top-right-radius: 1.25rem;
}

@media (min-width: 62rem) {
    .hero__form-nav {
        width: 18.125rem;
        height: 4.75rem;
        /*clip-path: path("M 15,0  L 262,0 A 15,15 0,0,1 272,15 L 272,45 A 15,15 0,0,0 287,62 L 290,62 L 290,70  L 0,70 L 0,10 A 15,15 0,0,1 15,0 Z");*/
    }
}

@media (min-width: 87.5rem) {
    .hero__form-nav {
        padding: 0.9375rem 1.125rem 0 1.125rem;
        width: 30.625rem;
        height: 5rem;
        /*clip-path: path("M 20,0  L 432,0 A 20,20 0,0,1 452,20 L 452,50 A 20,20 0,0,0 477,65 L 490,80 L 490,80  L 0,80 L 0,20 A 20,20 0,0,1 20,0 Z");*/
    }
}

@media (min-width: 75rem) {
    .hero__form-control .btn {
        width: 100%;
        max-height: 3.75rem;
    }
}

.explore--section {
    padding: 2.5rem 0 2.5rem;
}

@media (min-width: 62rem) {
    .explore--section {
        padding: 5rem 0 5rem;
    }
}

@media (min-width: 75rem) {
    .explore--section {
        padding: 6.25rem 0 6.25rem;
    }
}

@media (min-width: 87.5rem) {
    .explore--section {
        padding: 7.5rem 0 7.5rem;
    }
}

.explore__block--houses {
    padding-bottom: 2.5rem;
}

@media (min-width: 62rem) {
    .explore__block--houses {
        padding-bottom: 5rem;
    }
}

@media (min-width: 75rem) {
    .explore__block--houses {
        padding-bottom: 6.25rem;
    }
}

@media (min-width: 87.5rem) {
    .explore__block--houses {
        padding-bottom: 7.5rem;
    }
}

.explore__block-header {
    margin-bottom: 0.9375rem;
}

@media (min-width: 62rem) {
    .explore__block-header {
        margin-bottom: 2.75rem;
    }
}

.explore__block-header h2 {
    font-weight: bold;
    color: #212529;
    text-transform: uppercase;
}

@media screen and (max-width: 47.9375rem) {
    .explore__block-header h2 {
        font-size: 1.125rem !important;
    }
}

.explore__block-header a.btn {
    padding: 0.625rem 0.9375rem;
}

.explore__block-row {
    --bs-gutter-x: 0.9375rem;
    --bs-gutter-y: 0.9375rem;
}

@media (min-width: 75rem) {
    .explore__block-row {
        --bs-gutter-x: 1.5375rem;
    }
}

@media (min-width: 87.5rem) {
    .explore__block-row {
        --bs-gutter-x: 1.875rem;
    }
}

.service--section {
    position: relative;
    padding: 1.875rem 0 1.875rem;
    overflow-x: hidden;
    background: linear-gradient(
        90deg,
        rgba(60, 205, 170, 0.2) 0%,
        rgba(5, 60, 90, 0.2) 97.99%
    );
}

@media (min-width: 48rem) {
    .service--section {
        padding: 3.125rem 0 4.8125rem;
    }
}

@media (min-width: 75rem) {
    .service--section {
        padding: 4.125rem 0 4.8125rem;
    }
}

.service__obj {
    position: absolute;
    left: -2.5rem;
    top: 0;
    width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 9.375rem;
    flex-direction: column;
}

@media (min-width: 62rem) {
    .service__obj {
        max-width: 11.25rem;
    }
}

@media (min-width: 75rem) {
    .service__obj {
        max-width: 17.5rem;
    }
}

.service__obj--right {
    left: auto;
    right: -2.5rem;
}

.service__obj-img {
    max-width: 100%;
}

.service__header {
    margin-bottom: 1.875rem;
}

@media (min-width: 75rem) {
    .service__header {
        margin-bottom: 3.75rem;
    }
}

.about--section {
    padding: 2.5rem 0 2.5rem;
}

@media (min-width: 62rem) {
    .about--section {
        padding: 7.5rem 0 7.5rem;
    }
}

.about__title {
    margin-bottom: 1.875rem;
}

@media (min-width: 62rem) {
    .about__title {
        margin-bottom: 3.75rem;
    }
}

.partners__content {
    background: linear-gradient(
        to right,
        rgba(60, 205, 171, 0.06) 0%,
        rgba(5, 60, 90, 0.06)
    );
    max-width: 90rem;
    padding: 2.5rem 0;
    border-radius: 1.25rem;
}

@media (min-width: 48rem) {
    .partners__content {
        padding: 4rem 0;
    }
}

@media (min-width: 75rem) {
    .partners__content {
        padding: 5.625rem 0;
    }
}

@media (min-width: 100rem) {
    .partners__content {
        padding: 5.625rem 0 6.25rem;
    }
}

.partners__header {
    max-width: 72.75rem;
}

.partners__slider__item {
    margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
    .partners__slider__item {
        margin-bottom: 2rem;
    }
}

@media (min-width: 87.5rem) {
    .partners__slider__item {
        margin-bottom: 3rem;
    }
}

.partners__slider__item:last-child {
    margin-bottom: 0;
}

.partners__marquee {
    display: flex;
    align-items: start;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.partners__marquee .js-marquee {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.partners__marquee .js-marquee-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

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

.swiper-wrapper {
    height: auto;
}

.partners .card--partner {
    width: 12.5rem;
    height: 5rem;
}

@media (min-width: 62rem) {
    .partners .card--partner {
        width: 15rem;
        height: 6rem;
    }
}

@media (min-width: 100rem) {
    .partners .card--partner {
        width: 17.25rem;
        height: 6.875rem;
    }
}

.partners .card--partner img {
    max-width: 10rem;
    max-height: 3.5rem;
}

@media (min-width: 62rem) {
    .partners .card--partner img {
        max-width: 12rem;
        max-height: 4.5rem;
    }
}

@media (min-width: 100rem) {
    .partners .card--partner img {
        max-width: 14rem;
        max-height: 5.5rem;
    }
}

.testimonial--section {
    padding: 2.5rem 0;
}

@media (min-width: 48rem) {
    .testimonial--section {
        padding: 4rem 0 2.5rem;
    }
}

@media (min-width: 75rem) {
    .testimonial--section {
        padding: 6rem 0 0.625rem;
    }
}

@media (min-width: 100rem) {
    .testimonial--section {
        padding: 7.5rem 0 0.625rem;
    }
}

.testimonial__header {
    max-width: 73.25rem;
}

.testimonial__cards {
    max-height: 58rem;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 48rem) {
    .testimonial__cards {
        max-height: 40rem;
    }
}

@media (min-width: 87.5rem) {
    .testimonial__cards {
        max-height: 52.5rem;
    }
}

@media (min-width: 48rem) {
    .testimonial__cards__row.gx-3 {
        --bs-gutter-x: 1.5rem;
    }
}

@media (min-width: 87.5rem) {
    .testimonial__cards__row.gx-3 {
        --bs-gutter-x: 1.875rem;
    }
}

.testimonial__cards .card {
    margin-bottom: 1rem;
}

@media (min-width: 48rem) {
    .testimonial__cards .card {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 87.5rem) {
    .testimonial__cards .card {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 100rem) {
    .testimonial__cards .card {
        margin-bottom: 3rem;
    }
}

.testimonial-collapse-gradient {
    height: 14.125rem;
    background: linear-gradient(
        to bottom,
        rgba(243, 243, 243, 0) 0%,
        #f3f3f3 87%
    );
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 87.5rem) {
    .testimonial-collapse-gradient {
        height: 31.875rem;
    }
}

.testimonial-collapse-btn {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #053c5a;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 48rem) {
    .testimonial-collapse-btn {
        width: 3.25rem;
        height: 3.25rem;
    }
}

@media (min-width: 75rem) {
    .testimonial-collapse-btn {
        width: 3.875rem;
        height: 3.875rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 100rem) {
    .testimonial-collapse-btn {
        width: 4.5rem;
        height: 4.5rem;
        margin-bottom: 2.5rem;
    }
}

.testimonial-collapse-btn:hover {
    transform: translateX(-50%) rotate(180deg);
}

.testimonial-collapse-btn .icon {
    width: 30%;
    height: auto;
}

.testimonial__wrapper.active .testimonial__cards {
    max-height: max-content;
}

.testimonial__wrapper.active .testimonial-collapse-gradient {
    opacity: 0;
    visibility: hidden;
}

.testimonial__wrapper.active .testimonial-collapse-btn {
    display: none;
}

.faq--section {
    background-color: #053c5a;
}

.faq__content {
    max-width: 111rem;
    padding: 2.5rem 0;
}

@media (min-width: 62rem) {
    .faq__content {
        padding: 3rem 0;
    }
}

.faq__head .section__title {
    line-height: normal;
}

.listing--section {
    padding: 0.9375rem 0 1.25rem;
}

@media (min-width: 75rem) {
    .listing--section {
        padding: 2.8125rem 0 6.25rem;
    }
}

.listing__header {
    margin-bottom: 0.9375rem;
}

@media (min-width: 62rem) {
    .listing__header {
        margin-bottom: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.listing__header-text h2 {
    margin-bottom: 0.1875rem;
}

@media (min-width: 75rem) {
    .listing__header-text h2 {
        margin-bottom: 0.3125rem;
    }
}

.listing__header-text p {
    font-size: 0.875rem;
    color: #6a6d6f;
}

@media (min-width: 75rem) {
    .listing__header-text p {
        font-size: 1rem;
    }
}

.listing__header-text p span {
    font-size: 1rem;
    font-weight: 600;
    color: #161616;
}

@media (min-width: 75rem) {
    .listing__header-text p span {
        font-size: 1.125rem;
    }
}

.listing__row--topSearchbar {
    margin-bottom: 0.9375rem;
}

@media (min-width: 62rem) {
    .listing__row--topSearchbar {
        margin-bottom: 1.5625rem;
    }
}

.listing__nav {
    margin-bottom: 0.9375rem;
}

@media (min-width: 62rem) {
    .listing__nav {
        margin-bottom: 0;
    }
}

.listing__nav .nav {
    width: 100%;
    display: flex;
    background-color: #ebebeb;
    border-radius: 0.625rem;
    gap: 0;
}

.listing__nav .nav-item {
    width: 50%;
}

.listing__nav .nav-item button {
    min-width: inherit;
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0.625rem;
    padding: 0.8rem 1.5rem;
}

.listing__search {
    flex: 1;
}

.listing__search .form-control {
    height: 2.8rem;
}

.listing-search__tags {
    margin-bottom: 0.9375rem;
}

@media (min-width: 62rem) {
    .listing-search__tags {
        margin-bottom: 1.25rem;
    }
}

.listing-search__tags button.clear__tags {
    font-size: 0.875rem;
    font-weight: 500;
    color: #c82a2a;
}

@media (min-width: 62rem) {
    .listing-search__tags button.clear__tags {
        font-size: 1rem;
    }
}

.listing__results {
    --bs-gutter-y: 0.9375rem;
}

@media (min-width: 62rem) {
    .listing__results {
        --bs-gutter-y: 1.25rem;
    }
}

.asset-info--section {
    padding: 36px 0 15px;
}

@media (min-width: 75rem) {
    .asset-info--section {
        padding: 45px 0 30px;
    }
}

.asset-info .info {
    gap: 15px;
}

@media (min-width: 75rem) {
    .asset-info .info {
        gap: 10px;
    }
}

.asset-info .info__title {
    font-size: 26px;
    line-height: 1.23;
}

@media (min-width: 75rem) {
    .asset-info .info__title {
        font-size: 30px;
    }
}

@media (min-width: 100rem) {
    .asset-info .info__title {
        font-size: 35px;
    }
}

.asset-info .info__overview {
    gap: 8px 0;
}

.asset-info .info__overview__item {
    padding-right: 9px;
    margin-right: 9px;
    gap: 5px;
}

@media (min-width: 75rem) {
    .asset-info .info__overview__item {
        padding-right: 15px;
        margin-right: 15px;
    }
}

.asset-info .info__overview__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 75%;
    border-radius: 4px;
    background-color: #212529;
}

.asset-info .info__overview__item:last-child::after {
    display: none;
}

.asset-info .info__overview__item .icon {
    width: 24px;
    height: 24px;
}

.asset-info .info__overview__item .icon svg {
    width: 100%;
    height: 100%;
}

@media (min-width: 75rem) {
    .asset-info .info__overview__item .text {
        font-size: 18px;
    }
}

@media (min-width: 100rem) {
    .asset-info .info__overview__item .text {
        font-size: 20px;
    }
}

.asset-info .price-tag {
    padding: 10px 12px;
    border: 1px solid rgba(5, 60, 90, 0.5);
    border-radius: 8px;
    background-color: #fff;
    color: #053c5a;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
}

@media (min-width: 48rem) {
    .asset-info .price-tag {
        padding: 14px;
        font-size: 20px;
        gap: 10px;
    }
}

@media (min-width: 75rem) {
    .asset-info .price-tag {
        padding: 10px 20px;
        font-size: 24px;
    }
}

@media (min-width: 100rem) {
    .asset-info .price-tag {
        font-size: 28px;
    }
}

.asset-info .price-tag svg {
    width: 16px;
    height: 16px;
}

@media (min-width: 48rem) {
    .asset-info .price-tag svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 87.5rem) {
    .asset-info .price-tag svg {
        width: 26px;
        height: 26px;
    }
}

.asset-detail {
    padding-bottom: 48px;
}

@media (min-width: 48rem) {
    .asset-detail {
        padding-bottom: 64px;
    }
}

@media (min-width: 75rem) {
    .asset-detail {
        padding-bottom: 102px;
    }
}

@media (min-width: 62rem) {
    .asset-detail__inner {
        gap: 22px;
    }
}

.asset-detail__content {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 62rem) {
    .asset-detail__content {
        flex: 1 1 auto;
        min-width: 0;
    }
}

.asset-detail__slider {
    margin-bottom: 30px;
}

@media (min-width: 75rem) {
    .asset-detail__slider {
        margin-bottom: 40px;
    }
}

@media (min-width: 87.5rem) {
    .asset-detail__slider {
        height: 496px;
        gap: 0 20px;
    }
}

@media (min-width: 100rem) {
    .asset-detail__slider {
        height: 564px;
        gap: 0 30px;
    }
}

.asset-detail__slider .featured--slider {
    width: 100%;
}

.asset-detail__slider .featured__item {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ebebeb;
    width: 100%;
    aspect-ratio: 1/0.681;
}

@media (min-width: 87.5rem) {
    .asset-detail__slider .featured__item {
        border-radius: 15px;
    }
}

.asset-detail__slider .featured .swiper-pagination {
    bottom: 10px;
}

@media (min-width: 48rem) {
    .asset-detail__slider .featured .swiper-pagination {
        bottom: 20px;
    }
}

.asset-detail__slider .featured .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #bebebe;
    opacity: 1;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.asset-detail__slider .featured .swiper-pagination-bullet-active {
    background-color: #fff;
}

.asset-detail__slider .featured .badge {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1;
}

@media (min-width: 87.5rem) {
    .asset-detail__slider .featured .badge {
        top: 20px;
    }
}

.asset-detail__slider .featured .btn--wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

@media (min-width: 87.5rem) {
    .asset-detail__slider .featured .btn--wishlist {
        width: 36px;
        height: 36px;
        top: 20px;
    }
}

.asset-detail__slider .thumb {
    width: 92px;
    flex-shrink: 0;
}

.asset-detail__slider .thumb .swiper-slide {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.asset-detail__info .details-info__blocks {
    gap: 16px;
}

@media (min-width: 36rem) {
    .asset-detail__info .details-info__blocks {
        gap: 24px;
    }
}

@media (min-width: 75rem) {
    .asset-detail__info .details-info__blocks {
        gap: 30px;
    }
}

.asset-detail__info .details-info__blocks .block-item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 4px 0 rgba(153, 153, 153, 0.07);
}

.asset-detail__info .details-info__blocks .block-item--overview {
    background: linear-gradient(
        to right,
        rgba(60, 205, 171, 0.06) 0%,
        rgba(5, 60, 90, 0.06)
    );
}

.asset-detail__info .details-info__blocks .block-item__head {
    margin-bottom: 24px;
}

@media (min-width: 75rem) {
    .asset-detail__info .details-info__blocks .block-item__head {
        margin-bottom: 30px;
    }
}

.asset-detail__info .details-info__blocks .block-item__title {
    color: #000;
    font-size: 18px;
}

@media (min-width: 75rem) {
    .asset-detail__info .details-info__blocks .block-item__title {
        font-size: 20px;
    }
}

@media (min-width: 100rem) {
    .asset-detail__info .details-info__blocks .block-item__title {
        font-size: 22px;
    }
}

.asset-detail__info .details-info__blocks .block-item__para a {
    color: #053c5a;
}

.asset-detail__info .details-info__blocks .block-item__para a:hover {
    color: #3ccdaa;
}

.asset-detail__info .details-info__blocks .block-item .btn--trans {
    min-width: auto;
    height: auto;
}

.asset-detail__info .details-info__blocks .block-item__wrapper {
    gap: 24px;
}

@media (min-width: 48rem) {
    .asset-detail__info .details-info__blocks .block-item__wrapper {
        gap: 30px;
    }
}

@media (min-width: 100rem) {
    .asset-detail__info .details-info__blocks .block-item__wrapper {
        justify-content: space-between;
    }
}

.asset-detail__info .details-info__blocks .block-item__wrapper .item {
    width: calc(50% - 12px);
}

@media (min-width: 48rem) {
    .asset-detail__info .details-info__blocks .block-item__wrapper .item {
        width: calc(33.3333% - 20px);
    }
}

@media (min-width: 100rem) {
    .asset-detail__info .details-info__blocks .block-item__wrapper .item {
        width: 164px;
    }
}

.asset-detail__info .details-info__blocks .block-item__wrapper .item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

@media (min-width: 75rem) {
    .asset-detail__info .details-info__blocks .block-item__wrapper .item .icon {
        width: 50px;
        height: 50px;
    }
}

.asset-detail__info .details-info__blocks .block-item__wrapper .item .icon__image {
    width: 48%;
    height: 48%;
}

.asset-detail__info .details-info__blocks .block-item__wrapper .item .icon--trans {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}

.asset-detail__info .details-info__blocks .block-item__wrapper .item .icon--trans .icon__image {
    width: 100%;
    height: 100%;
}

.asset-detail__info .details-info__blocks .block-item__wrapper .item .title {
    font-size: 16px;
    margin-bottom: 6px;
}

@media (min-width: 75rem) {
    .asset-detail__info .details-info__blocks .block-item__wrapper .item .title {
        font-size: 18px;
    }
}

.asset-detail__info .details-info__blocks .block-item__wrapper .item .para {
    font-size: 14px;
}

@media (min-width: 75rem) {
    .asset-detail__info .details-info__blocks .block-item__wrapper .item .para {
        font-size: 16px;
    }
}

.asset-detail__info .details-info__blocks .block-item__slider {
    margin: 0 -25px;
    padding: 0 20px;
}

.asset-detail .card--explore {
    box-shadow: unset;
}

.asset-detail .card--explore .btn--wishlist {
    top: 12px;
    right: 12px;
}

@media (min-width: 75rem) {
    .asset-detail .card--explore .btn--recommended__card {
        min-width: 64px;
    }
}

@media (min-width: 100rem) {
    .asset-detail .card--explore .btn--recommended__card {
        min-width: 75px;
    }
}

.sidebar {
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 62rem) {
    .sidebar {
        width: 400px;
    }
}

@media (min-width: 87.5rem) {
    .sidebar {
        width: 460px;
    }
}

@media (min-width: 75rem) {
    .sidebar--item .card--profile .thumb {
        width: 60px;
        height: 60px;
    }
}

.sidebar--item__buttons .btn {
    height: 52px;
    border-radius: 10px;
}

@media (min-width: 75rem) {
    .sidebar--item__buttons .btn {
        height: 58px;
    }
}

@media (min-width: 100rem) {
    .sidebar--item__buttons .btn {
        height: 65px;
    }
}

.select-category {
    overflow: hidden;
    background: linear-gradient(
        90deg,
        rgba(60, 205, 170, 0.2) 0%,
        rgba(5, 60, 90, 0.2) 97.99%
    );
    padding-block: 59px 44px;
}

.select-category--short-desc {
    max-width: 930px;
    margin-inline: auto;
}

.select-category-obj {
    width: 280px;
    height: 280px;
    flex-shrink: 0;
    z-index: -1;
}

.select-category-obj--1 {
    top: -100px;
    left: 70px;
}

.select-category-obj--2 {
    bottom: -20px;
    right: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.select-category .category {
    padding: 20px 16px;
    max-width: 1438px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (min-width: 48rem) {
    .select-category .category {
        padding: 24px 32px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
}

.select-category .category--title {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}

@media (min-width: 36rem) {
    .select-category .category--title {
        font-size: 22px !important;
        line-height: normal !important;
    }
}

.select-category .category-list {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    overflow-x: auto;
    margin-top: 15px;
}

.select-category .category-list--item {
    display: inline-flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 0.6px solid rgba(5, 60, 90, 0.1);
    background: rgba(5, 60, 90, 0.1);
    backdrop-filter: blur(10.2666664124px);
    font-size: 14px;
    line-height: normal;
    color: #212529;
}

@media (min-width: 36rem) {
    .select-category .category-list--item {
        font-size: 16px;
        padding: 6px 20px;
        height: 40px;
    }
}

.blogs-cards {
    --bs-gutter-x: 16px;
}

@media (min-width: 87.5rem) {
    .blogs-cards {
        --bs-gutter-x: 30px;
    }
}

.blogs--title {
    font-size: 1.3rem;
}

@media (min-width: 48rem) {
    .blogs--title {
        font-size: 2rem !important;
        line-height: 1.4;
    }
}

@media (min-width: 62rem) {
    .blogs--title {
        font-size: 2.4rem !important;
        line-height: 1.5;
    }
}

@media (min-width: 75rem) {
    .blogs--title {
        font-size: 2.8rem !important;
        line-height: 1.5;
    }
}

.see-all-btn {
    margin-top: 3.75rem;
    display: flex;
    border-radius: 1.875rem;
    border: 1.5px solid #053c5a;
    padding: 8px 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    color: #053c5a;
    font-family: Montserrat, "sans-serif";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 48rem) {
    .see-all-btn {
        min-height: 3.75rem;
        min-width: 12.5rem;
    }
}

.blogs {
    padding-block: 70px;
}

.blogs--title {
    font-weight: 700;
    line-height: normal;
}

@media (min-width: 62rem) {
    .blogs {
        padding-block: 70px 90px;
    }
}

.blog__head {
    padding: 40px 0 24px;
}

@media (min-width: 36rem) {
    .blog__head {
        padding: 48px 0 36px;
    }
}

@media (min-width: 62rem) {
    .blog__head {
        padding: 62px 0 50px;
    }
}

.blog__head__text {
    max-width: 1284px;
}

.blog__title {
    margin-bottom: 16px;
}

.blog__desc {
    line-height: 1.66;
}

@media (min-width: 75rem) {
    .blog__desc {
        font-size: 18px;
    }
}

.blog__date {
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 10px;
}

@media (min-width: 75rem) {
    .blog__date {
        font-size: 14px;
    }
}

@media (min-width: 100rem) {
    .blog__date {
        font-size: 16px;
    }
}

.blog__article__thumb {
    width: 100%;
    aspect-ratio: 1/0.36;
    border-radius: 10px;
}

@media (min-width: 75rem) {
    .blog__article__thumb {
        border-radius: 15px;
    }
}

.blog__wrapper {
    padding-bottom: 50px;
}

@media (min-width: 62rem) {
    .blog__wrapper {
        padding-bottom: 80px;
    }
}

@media (min-width: 87.5rem) {
    .blog__wrapper {
        padding-bottom: 110px;
    }
}

@media (min-width: 100rem) {
    .blog__wrapper {
        padding-bottom: 130px;
    }
}

.blog .article__inner__title {
    font-size: 20px;
    margin-bottom: 16px;
}

@media (min-width: 100rem) {
    .blog .article__inner__title {
        font-size: 32px;
    }
}

.blog .article__inner__thumb {
    width: 100%;
    aspect-ratio: 1/0.67;
    border-radius: 10px;
    margin-bottom: 32px;
}

@media (min-width: 62rem) {
    .blog .article__inner__thumb {
        margin-bottom: 56px;
    }
}

@media (min-width: 75rem) {
    .blog .article__inner__thumb {
        border-radius: 15px;
    }
}

@media (min-width: 100rem) {
    .blog .article__inner__thumb {
        margin-bottom: 80px;
    }
}

.blog .article__para {
    font-size: 15px;
    line-height: 1.875;
    margin-bottom: 20px;
}

@media (min-width: 62rem) {
    .blog .article__para {
        margin-bottom: 40px;
    }
}

@media (min-width: 75rem) {
    .blog .article__para {
        font-size: 16px;
    }
}

@media (min-width: 100rem) {
    .blog .article__para {
        margin-bottom: 60px;
    }
}

.blog .article__quote {
    position: relative;
    padding: 4px 16px;
    font-size: 15px;
    line-height: 1.75;
}

@media (min-width: 75rem) {
    .blog .article__quote {
        font-size: 16px;
    }
}

.blog .article__quote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #1e1b1b;
}

.blog__recent__title {
    font-size: 20px;
}

@media (min-width: 48rem) {
    .blog__recent__title {
        font-size: 24px;
    }
}

@media (min-width: 75rem) {
    .blog__recent__title {
        font-size: 28px;
    }
}

@media (min-width: 100rem) {
    .blog__recent__title {
        font-size: 32px;
    }
}

@media (min-width: 75rem) {
    .blog__recent__wrapper__row.g-3 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
}

@media (min-width: 75rem) {
    .blog .card--ads {
        height: 456px;
    }
}

@media (min-width: 100rem) {
    .blog .sidebar {
        width: 490px;
    }
}

.cta__wrapper {
    background-color: #053c5a;
    padding: 48px 16px;
}

@media (min-width: 48rem) {
    .cta__wrapper {
        padding: 64px 26px;
    }
}

@media (min-width: 62rem) {
    .cta__wrapper {
        max-width: 730px;
        margin-left: 25px;
    }
}

@media (min-width: 75rem) {
    .cta__wrapper {
        padding: 96px 36px;
        margin-left: 50px;
    }
}

@media (min-width: 100rem) {
    .cta__wrapper {
        padding: 128px 45px;
        margin-left: 75px;
    }
}

.cta__wrapper__content {
    max-width: 570px;
}

.cta .btn--white {
    border-radius: 12px;
}

.cta .btn--white:hover {
    border-color: #3ccdaa;
    background-color: #3ccdaa;
}

.card__step {
    --bs-card-border-radius: 1.25rem;
}

.card__step > .card-body {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
}

@media (min-width: 62rem) {
    .card__step > .card-body {
        --bs-card-spacer-y: 2rem;
        --bs-card-spacer-x: 2rem;
    }
}

@media (min-width: 75rem) {
    .card__step > .card-body {
        --bs-card-spacer-y: 2.5rem;
        --bs-card-spacer-x: 2.5rem;
    }
}

.step__nav {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.step__nav li {
    font-weight: 600;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step__nav li::before {
    content: "";
    width: 100%;
    display: block;
    height: 0.275em;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    transition: 0.3s ease;
    border-radius: 50rem;
    background: #ebebeb;
    order: 2;
}

@media (min-width: 62rem) {
    .step__nav li::before {
        height: 0.375em;
    }
}

.step__nav li.active::before {
    background: #3ccdaa;
}

.step__nav li.completed::before {
    background: #043c5b;
}

.step__nav li .step-percentage {
    font-size: 0.75rem;
    font-weight: 600;
    color: #ebebeb;
    transition: 0.3s ease;
    order: 1;
}

@media (min-width: 62rem) {
    .step__nav li .step-percentage {
        font-size: 0.875rem;
    }
}

.step__nav li.active .step-percentage {
    color: #3ccdaa;
}

.step__nav li.completed .step-percentage {
    color: #043c5b;
}

.step__nav li span {
    display: none;
    order: 3;
}

@media (min-width: 48rem) {
    .step__nav li span {
        display: inline-block;
        font-size: 0.75rem;
    }
}

@media (min-width: 62rem) {
    .step__nav li span {
        font-size: 1rem;
    }
}

.step__progress-mobile #mobile-progress-text {
    font-size: 1rem;
    color: #053c5a;
}

.step__progress-mobile .progress-segments {
    justify-content: center;
}

.step__progress-mobile .progress-segments .progress-segment {
    height: 0.5rem;
    flex: 1;
    max-width: 3rem;
    border-radius: 50rem;
    background: #ebebeb;
    transition: background 0.3s ease;
}

.step__progress-mobile .progress-segments .progress-segment.active {
    background: #3ccdaa;
}

.step__title {
    padding-right: 2em;
}

@media (min-width: 62rem) {
    .step__title {
        padding-right: 3rem;
    }
}

.step__title.mb-5 {
    margin-bottom: 2.5rem !important;
}

.step__title h2 {
    font-size: 1.25rem;
}

@media (min-width: 62rem) {
    .step__title h2 {
        font-size: 1.2rem;
    }
}

@media (min-width: 75rem) {
    .step__title h2 {
        font-size: 1.6rem;
    }
}

.step__title h5 {
    font-size: 0.8rem!important;
}

@media (min-width: 62rem) {
    .step__title h5 {
        font-size: 1rem;
    }
}

@media (min-width: 75rem) {
    .step__title h5 {
        font-size: 1.125rem;
    }
}

.step__transmission > div {
    flex: 100%;
}

@media (min-width: 62rem) {
    .step__transmission > div:nth-child(3n-2) {
        flex: 22%;
    }

    .step__transmission > div:nth-child(3n-1) {
        flex: 35%;
    }

    .step__transmission > div:nth-child(3n) {
        flex: 35%;
    }
}

.step__publish,
.step__tab {
    display: none;
    animation: fadeEffect 1s ease;
}

.step__publish.active,
.step__tab.active {
    display: block;
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.step__tabs {
    min-height: 25rem;
}

.step-box .form-label {
    margin-bottom: 0.75rem;
}

@media (min-width: 62rem) {
    .step-box .form-label {
        margin-top: 1rem;
        margin-bottom: .25rem;
    }
}

.step__publish {
    position: relative;
}

.step__publish__title-img {
    width: 50%;
}

@media (min-width: 62rem) {
    .step__publish__title-img {
        width: 30%;
    }
}

.step__publish .card {
    left: 0;
    right: 0;
    bottom: 0;
    top: 6rem;
    z-index: -1;
    position: absolute;
    background: transparent;
}

.step__publish .card::after {
    content: "";
    top: 3%;
    left: 4%;
    right: 4%;
    z-index: -1;
    height: 100%;
    position: absolute;
    border-radius: 1.25rem;
    background: linear-gradient(-90deg, #053c5a, #3ccdaa);
}

.step__publish .card-body {
    background: #fff;
    border-radius: 1.25rem;
}

.step__reset img {
    width: 2rem;
}

@media (min-width: 62rem) {
    .step__reset img {
        width: 2.8rem;
    }
}

.sticky-guild__cards .card {
    background-color: #e7eded;
}

.sticky-guild__cards .card-body {
    background-color: #c3e3dd;
}

.sticky-guild__nav ul {
    --bar-line: 0.3rem;
    border-left: var(--bar-line) solid rgba(60, 205, 170, 0.3);
}

@media (min-width: 62rem) {
    .sticky-guild__nav ul {
        --bar-line: 0.55rem;
    }
}

.sticky-guild__nav ul li {
    color: #6a6d6f;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    padding: 1.2rem;
    position: relative;
    padding-left: 1.25rem;
}

@media (min-width: 62rem) {
    .sticky-guild__nav ul li {
        font-size: 1.2rem;
    }
}

@media (min-width: 87.5rem) {
    .sticky-guild__nav ul li {
        font-size: 2rem;
    }
}

@media (min-width: 62rem) {
    .sticky-guild__nav ul li {
        padding: 1.5rem;
        padding-left: 2rem;
    }
}

@media (min-width: 75rem) {
    .sticky-guild__nav ul li {
        padding: 2.125rem;
        padding-left: 2.5rem;
    }
}

.sticky-guild__nav ul li.active {
    color: #212529;
    font-weight: 600;
}

.sticky-guild__nav ul li.active:before {
    opacity: 1;
    height: 100%;
}

.sticky-guild__nav ul li:before {
    height: 0;
    width: var(--bar-line);
    content: "";
    background: #3ccdaa;
    position: absolute;
    left: calc(var(--bar-line) * -1);
    top: 0;
    transition: 0.3s ease;
    opacity: 0;
}

.sticky-guild__nav ul li span {
    font-weight: 600;
    display: inline-block;
    font-size: 1.5rem;
    width: 2.5rem;
}

@media (min-width: 62rem) {
    .sticky-guild__nav ul li span {
        font-size: 2.5rem;
        width: 4rem;
    }
}

@media (min-width: 87.5rem) {
    .sticky-guild__nav ul li span {
        font-size: 3.5rem;
        width: 5.25rem;
    }
}

.sticky-guild .card-title {
    font-size: 1rem;
}

@media (min-width: 62rem) {
    .sticky-guild .card-title {
        font-size: 1.2rem;
    }
}

@media (min-width: 87.5rem) {
    .sticky-guild .card-title {
        font-size: calc(1.275rem + 0.3vw);
    }
}

.sticky-guild .card-img {
    width: calc(100% + 5px);
    max-width: none;
}

.sticky-guild .card-img-overlay {
    padding-left: 1rem;
    padding-right: 1rem;
    top: auto;
    background: rgba(60, 205, 170, 0.2);
}

@media (min-width: 62rem) {
    .sticky-guild .card-img-overlay {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.plan-white {
    background-color: #ffffff;
    color: #000;
}

.plan-green {
    background-color: #bde8de;
    color: #000;
}

.plan-blue {
    background-color: #022c43;
    color: #fff;
}

.plan-blue .feature-list li {
    color: #fff;
}

.plan-blue .btn--solid {
    border: 1px solid white;
    color: white;
}

.badge-green {
    background: #3ccdaa;
    color: #fff;
}

.badge-blue {
    background: #022c43;
    color: #fff;
}

.badge-gray {
    background: #f3f4f6;
    color: #111827;
}

/*# sourceMappingURL=style.css.map */

.form-upload__preview {
    position: relative;
    width: 140px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    cursor: move;
    cursor: grab;
    transition: all 0.2s ease;
}

.form-upload__preview:active {
    cursor: grabbing;
}

.form-upload__preview.dragging {
    opacity: 0.5;
    transform: scale(0.95);
    border: 2px dashed #22d3b6;
}

.form-upload__preview.drag-over {
    border: 2px solid #22d3b6;
    background: rgba(34, 211, 182, 0.1);
    transform: scale(1.05);
}

.form-upload__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.form-upload__remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 0;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.form-upload__remove:hover {
    background: rgba(220, 53, 69, 0.9);
    transform: scale(1.1);
}

.main-badge {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(34, 211, 182, 0.95);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    /* Sticky buttons for form navigation */
    .step__buttons--sticky {
        position: relative;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 10;
    }

    .step__buttons--sticky.is-sticky {
        position: fixed;
        bottom: 80px; /* Position above bottom navigation */
        left: 0;
        right: 0;
        /* background: #fff; */
        padding: 1.25rem 1.5rem;
        margin: 0;
        /* box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1); */
        z-index: 999;
        animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .step__buttons--sticky.is-sticky .btn {
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .step__buttons--sticky.is-sticky .btn.step__next {
        background: #043d5c;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        color: #fff;
    }

}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Container wrapper for proper positioning */
.card__step {
    position: relative;
}

.step__content {
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .step__buttons--sticky.is-sticky {
        padding: 1rem;
        bottom: 80px; /* Ensure mobile positioning above bottom nav */
    }

    .step__buttons--sticky.is-sticky .btn {
        font-size: 0.95rem;
        padding: 0.75rem 1.25rem;
    }
}

@media (min-width: 769px) {
    .step__buttons--sticky.is-sticky {
        max-width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 12px 12px 0 0;
        bottom: 0; /* Reset to bottom on desktop where no bottom nav */
    }
}

.register {
    background-color: #053c5a;
    position: relative;
}

.register_top_img {
    background-image: url("../images/thumbs/circles.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 200px;
    z-index: 0;
    position: absolute;
    top: -7%;
}

/*register*/
.img-thumb__register {
    width: 100%;
}

.register_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #3ccdaa;
    text-align: start;
    margin-bottom: 1.6rem;
}

.register_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: start;
    margin-bottom: 2.8rem;
}

.agree-terms-policy {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}

.text-agree {
    color: #212529;
    text-decoration: underline;
}

.text-agree:hover {
    color: #3ccdaa;
}

.gap-xl-4 {
    gap: 1rem !important;
}

/*
** Cookies Notification
*/
.notification-cookies {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 25px;
    z-index: 99;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.notification-cookies .row {
    display: flex;
    align-items: center;
}

.href_color {
    color: #053c5a;
}

.href_color:hover {
    color: #3ccdaa;
}

@-webkit-keyframes slide {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 50px;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .notification-cookies {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .notification-cookies {
        width: 90%;
    }

    .notification-cookies button {
        margin-top: 1.5rem;
    }
}

.content_cart {
    width: 90% !important;
    margin: auto 5%;
    bottom: 2% !important;
    left: 0 !important;
    border-radius: 0.9375rem !important;
}

@media (max-width: 991px) {
    .team_block img {
        height: 25rem !important;
    }
}

@media (max-width: 540px) {
    .team_block img {
        height: 30rem !important;
    }
}

.team_block {
    background-color: transparent !important;
    filter: grayscale(0%) !important;
}

@media (max-width: 992px) {
    .filter__wrapper {
        top: 0 !important;
        height: 100vh !important;
        z-index: 9999;
    }

    .filter__wrapp {
        display: flex;
        flex-direction: column;
        height: 100vh;
        background: #fff;
    }

    .filter__close {
        flex: 0 0 auto;
        padding: 1rem;
        border-bottom: 1px solid #eee;
        z-index: 2;
    }

    .filter__content {
        flex: 1 1 auto;
        overflow-y: auto;
        padding: 1rem;
    }

    .filter__footer {
        flex: 0 0 auto;
        padding: 1rem;
        border-top: 1px solid #eee;
        z-index: 2;
        background: #fff;
    }

    #filterApply {
        width: 90%;
    }
}

.wishlist_badge {
    padding: 0.25rem 0.45rem !important;
    font-size: 0.8rem;
    line-height: 0.95;
}

.form-check--card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    position: relative;
    padding: 0.5rem 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    width: 10.3rem;
}

.form-check--card input {
    position: static;
    margin-left: auto;
    width: 1.25rem;
    height: 1.25rem;
}

.form-check--card label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    margin-left: 0.3rem;
    flex-grow: 1;
    font-size: 0.7rem;
}

.transmission_img {
    width: 25px !important;
    height: auto;
    object-fit: contain;
}

.form-check--card img {
    width: 30px !important;
    height: auto;
    object-fit: contain;
}

.check_owner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    position: relative;
    padding: 0.5rem 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    width: 100%;
}

.check_owner input {
    position: static;
    margin-right: auto;
    width: 1.25rem;
    height: 1.25rem;
}

.choice-card {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 10px;
    border: 2px solid var(--border);
    border-radius: 14px;
    background: var(--bg);
    cursor: pointer;
    user-select: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease,
    background 0.18s ease;
}

.choice-card:hover {
    border-color: #cfd6dd;
}

.transmissions {
    padding-left:  calc(var(--bs-gutter-x) * .5) !important;

}

.choice-dot {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #cfd6dd;
    background: #f5f7fa;
    flex: 0 0 22px;
}

.btn-check:checked + .choice-card .choice-dot {
    border-color: var(--accent-ink);
    background: #e8f5f7;
}

.btn-check:checked + .choice-card .choice-dot::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--accent-ink);
}

.btn-check:checked + .choice-card {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(34, 211, 182, 0.18);
}

.btn-check:focus + .choice-card {
    box-shadow: 0 0 0 3px rgba(34, 211, 182, 0.28);
    border-color: var(--accent);
}

.btn-check:disabled + .choice-card {
    opacity: 0.6;
    cursor: not-allowed;
}

.choice-text {
    font-weight: normal;
    color: #111827;
    font-size: 0.8rem;
}

/* containerul poziționat relativ */
.ai-field {
    position: relative;
}

.ai-textarea {
    min-height: 8rem !important;
    resize: vertical;
    padding: 1rem 1rem 3.25rem;
    border-radius: 12px;
}

.ai-textarea::placeholder {
    color: #6b7280 !important;
    opacity: 1;
    font-size: .8rem;
}

.ai-btn {
    /*position: absolute;*/
    /*left: 12px;*/
    /*bottom: 12px;*/
    margin-top: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.4rem 0.6rem;
    border-radius: 999px;
    background: #3ccdaa;
    border: 1.5px solid #3ccdaa;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(60, 205, 170, 0.25);
    transition: transform 0.12s ease, box-shadow 0.12s ease,
    background 0.12s ease;
}

.ai-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(60, 205, 170, 0.33);
}

.ai-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(60, 205, 170, 0.22);
}

.ai-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(60, 205, 170, 0.28);
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
}

.fb-btn {
    background: #1877f2;
    color: #fff;
}

.fb-btn:hover {
    background: #145dbf;
}

.google-btn {
    background: #fff;
    color: #444;
    border: 1px solid #ddd;
}

.google-btn:hover {
    background: #f7f7f7;
}

.apple-btn {
    background: #000;
    color: #fff;
}

.apple-btn:hover {
    background: #333;
}

.subscription_block {
    position: absolute;
    right: 0.5rem;
}

.user-menu__trigger {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f3f5f6;
    color: #112d55;
    border: 1px solid #e6ebef;
}

.user-menu__trigger:hover {
    background: #112d55;
}

.user-menu__dropdown {
    position: absolute;
    top: 52px;
    left: 0;
    width: 260px;
    background: #fff;
    border: 1px solid #e6ebef;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(16, 24, 40, 0.12);
    padding: 8px;
    display: none;
    z-index: 1050;
}

.user-menu__dropdown.open {
    display: block;
}

.user-menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #112d55;
    text-decoration: none;
    transition: background 0.15s ease;
}

.user-menu__item + .user-menu__item {
    border-top: 1px solid #f3f5f6;
}

.user-menu__item:hover {
    background: #f3f5f6;
}

.user-menu__item__left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.user-menu__item__right svg {
    display: block;
}

.add-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #3ccdaa;
    border: 1.5px solid #3ccdaa;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(60, 205, 170, 0.25);
    transition: transform 0.12s ease, box-shadow 0.12s ease,
    background 0.12s ease;
    vertical-align: middle;
}

.toggle-pass {
    background: transparent;
    border: none;
    color: #6a6d6f;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 6px;
}

.toggle-pass:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 45, 85, 0.06);
}

.toggle-pass .icon-open,
.toggle-pass .icon-closed {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.toggle-pass .icon-open {
    display: none;
}

.toggle-pass[aria-pressed="true"] .icon-open {
    display: inline-block;
}

.toggle-pass[aria-pressed="true"] .icon-closed {
    display: none;
}

.toggle-pass .toggle-text {
    font-size: 14px;
    color: #6a6d6f;
}

.password-input {
    padding-right: 12px;
}

.toggle-pass:hover {
    background: #f3f4f6;
    color: #111827;
}

.num-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 12px;
    flex: 0 0 28px;
}

.more_benefits {
    color: #6c757d;
    margin-top: 1.2rem;
}

.more_benefits:hover {
    color: #6c757d;
}

.modal-backdrop.show {
    display: none;
}

.modal-price {
    z-index: 999999 !important;
    margin-top: 0;
    background-color: rgba(33, 37, 41, 0.7) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

#brandList {
    max-height: 500px;
    overflow: auto;
    /*overscroll-behavior: contain;*/
    padding-right: 6px;
}

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

#brandList::-webkit-scrollbar-track {
    background: #f2f2f2;
}

#brandList::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 8px;
}

#brandList::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5;
}

.team_block .card__thumb {
    position: relative;
    border-radius: 0.9375rem;
    overflow: hidden;
}

.team_block .team-overlay {
    position: absolute;
    inset: 0;
    background: #ffffff;
    border-radius: inherit;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* 👈 cheie: sus nume/funcție, jos bio */
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease,
    visibility 0s linear 0.25s;
}

.team_block .team-overlay__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team_block .team-overlay h5 {
    margin: 0 0 6px;
    font-size: 26px;
    color: #111827;
}

.team_block .team-overlay .role {
    margin: 0 0 18px;
    font-size: 14px;
    color: #6b7280;
}

/* bio jos */
.team_block .team-overlay .bio {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #111827;
}

.team_block .card__thumb:hover .team-overlay,
.team_block .card__thumb:focus-within .team-overlay {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.team_block .card__thumb:hover .content_cart,
.team_block .card__thumb:focus-within .content_cart {
    opacity: 0;
    transform: translateY(6px);
}

@media (prefers-reduced-motion: reduce) {
    .team_block .team-overlay,
    .team_block .content_cart {
        transition: none;
    }
}

.terms_block {
    background-color: white;
    border-radius: 0.937rem;
    padding: 1.4rem;
}

.brand-name.btn-icon-edit,
.brand-name.btn-icon-promote,
.brand-name.btn-icon-delete {
    box-shadow: none !important;
    border: none !important;
    min-width: 35px !important;
    min-height: 35px !important;
}

.brand-name.btn-icon-edit {
    background: #ebebeb !important;
}

.brand-name.btn-icon-promote {
    background: #dcf6f0 !important;
}

.brand-name.btn-icon-delete {
    background: #ffebeb !important;
}

.step-box .reset-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 5px;
    z-index: 10;
}

.step-box .reset-btn:hover svg {
    background-color: #ffeaec;
    transform: scale(1.1);
    border-radius: 50%;
}

.step-box .reset-btn:active {
    transform: scale(0.95);
}

.step-box svg {
    transition: all 0.3s ease;
}

.step-box .reset-btn:hover svg path {
    stroke: #dc3545;
    stroke-width: 2;
}

/* Reset confirmation modal styles */
.reset-icon-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reset-icon-large svg {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.modal-dialog.modal-dialog-centered .btn.btn-link {
    text-decoration: none;
    transition: all 0.3s ease;
}

.modal-dialog.modal-dialog-centered .btn.btn-link.danger {
    color: #6c757d;
}

.modal-dialog.modal-dialog-centered .btn.btn-link.success {
    color: #dc3545;
}

.modal-dialog.modal-dialog-centered .btn.btn-link:hover {
    color: #fff;
}

.step-box .reset-btn[data-bs-toggle="tooltip"] {
    position: relative;
}

@media (max-width: 576px) {
    .header__action__btns {
        margin-right: 0.5rem;
    }
}

/* Bottom Navigation Bar */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e3f2fd;
    border-radius: 16px;
    padding: 8px 0 12px 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    margin: 2px 8px;
    max-width: calc(100vw - 16px);
}

.bottom-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.bottom-nav__item--center {
    flex: 0 0 auto;
    margin: 0 8px;
}

.bottom-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000000;
    padding: 4px 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.bottom-nav__link:hover {
    color: #20b2aa;
    text-decoration: none;
}

.bottom-nav__link.active {
    color: #20b2aa;
}

.bottom-nav__link--center {
    background: #20b2aa;
    color: #ffffff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(32, 178, 170, 0.3);
}

.bottom-nav__link--center:hover {
    background: #1a9b94;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(32, 178, 170, 0.4);
}

.bottom-nav__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-nav__icon--center {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
}

.bottom-nav__label {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.bottom-nav__link--center .bottom-nav__label {
    display: none;
}

/* Adjust body padding for bottom navigation */
@media (max-width: 1199px) {
    body {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .d-flex.gap-2 span {
        font-size: 0.75rem;
    }
}

@media (min-width: 1200px) {
    .bottom-nav {
        display: none !important;
    }
}

.iti input.iti__tel-input[type=tel] {
    margin-left: .7rem;
}

.card--expired {
    position: relative;
    pointer-events: none;
    user-select: none;
    filter: blur(2.5px);
}

.card--expired .card__content,
.card--expired .card__thubnail img {
    filter: grayscale(70%) blur(3px) brightness(.9);
    transform: scale(1.02);
    transition: filter .2s ease, transform .2s ease;
}

.card__expired-mask {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}

.card__expired-chip {
    display: inline-block;
    padding: .5rem .75rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    letter-spacing: .02em;
    opacity: .95;
}

.card--expired a,
.card--expired button,
.card--expired [role="button"],
.card--expired .swiper,
.card--expired .swiper * {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.card--expired .btn,
.card--expired .l-prev,
.card--expired .l-next {
    opacity: .5;
}

.card--expired .card__content {
    opacity: .85;
}

.card--explore.is-expired {
    position: relative;
    opacity: 0.65;
}

.card--explore.is-expired .card__thumb img,
.card--explore.is-expired .card__content {
    filter: grayscale(0.3) blur(1px);
    pointer-events: none;
}

.card--explore.is-expired::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    z-index: 5;
    border-radius: inherit;
}

.card--explore.is-expired .expired-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background: #d32f2f;
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    filter: none;
}

.card--explore.is-expired a,
.card--explore.is-expired button {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.table-row-link {
    cursor: pointer;
}

@media (max-width: 540px) {
    .card--explore.is-expired .expired-badge {
        font-size: 10px;
        font-weight: 400;
    }
}

#typeImobilGroup > label {
    user-select: none;
    border-width: 2px;
}

#typeImobilGroup input:checked + span,
#typeImobilGroup label.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

#address_suggestions .list-group-item {
    cursor: pointer;
    z-index: 99999;
}

.leaflet-control-attribution {
    display: none;
}

.otp-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    z-index: 9999;
}

.otp-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.otp-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(1px);
}

.otp-overlay__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 14px;
    padding: 18px 22px;
    min-width: 260px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.otp-spinner {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #111;
    animation: otpSpin 1s linear infinite;
}

.otp-msg {
    font-weight: 600;
    color: #111;
}

@keyframes otpSpin {
    to {
        transform: rotate(360deg)
    }
}
.real_estate {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.one-height {
    flex: 1;
}

.form-control:not(textarea).feature_inputs{
    height: 1rem!important;
    padding: .8rem;
    border-radius: 8px;
}
.feature_label{
    font-size: .8rem;
    font-weight: 600;
}

.card_height{
    height: 60px;
}
@media (max-width: 991px) {
    .card--listing .card__content .priceTag{
        padding-left: .5rem;
    }
}


@media (max-width: 767px) {
    .step-box .form-label{
        margin-top: .7rem;
        margin-bottom: .5rem;
    }
    .step-box .reset-btn[data-bs-toggle="tooltip"]{
        margin-top: -1rem;
    }
    .card--listing .card__content .priceTag{
        padding-left: .5rem;
    }
}

.red__required{
    color: darkred;
}

#new_price .price{
    font-weight: bolder;
    color: #3ccdaa !important;
}

.card__thubnail[data-url] {
    cursor: pointer;
}


#notify-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notify {
    min-width: 260px;
    max-width: 360px;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .2s ease, transform .2s ease;
}

.notify--show {
    opacity: 1;
    transform: translateX(0);
}

.notify--error {
    background: #e63946;
}

.notify--success {
    background: #2a9d8f;
}

.notify--info {
    background: #457b9d;
}

.notify__close {
    margin-left: auto;
    cursor: pointer;
    font-weight: bold;
    opacity: 0.8;
}

.notify__close:hover {
    opacity: 1;
}


.search-hero {
    padding: 26px 0 18px;
    background: linear-gradient(180deg, rgba(180, 205, 255, .28), rgba(255, 255, 255, 0));
}

.search-hero__inner {
    display: flex;
    gap: 18px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-hero__title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #053C5A;
}

.search-hero__meta {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.search-hero__query {
    font-weight: 700;
    color: #111;
}

.search-hero__count {
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(5, 60, 90, .08);
    color: #053C5A;
    border: 1px solid rgba(5, 60, 90, .10);
}

.search-hero__right {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.search-hero__form {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(5, 60, 90, .10);
    box-shadow: 0 10px 28px rgba(5, 60, 90, .06);
}

.search-hero__input {
    width: min(420px, 70vw);
    border: 0;
    outline: none;
    background: transparent;
    color: #111;
    font-weight: 600;
}

.search-hero__btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(5, 60, 90, .10);
    background: rgba(180, 205, 255, .25);
    color: #053C5A;
    display: grid;
    place-items: center;
}

.search-sort__label {
    display: block;
    font-size: 12px;
    color: rgba(5, 60, 90, .75);
    margin-bottom: 6px;
    font-weight: 700;
}

.search-sort__select {
    min-width: 210px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(5, 60, 90, .10);
    background: rgba(255, 255, 255, .92);
    font-weight: 700;
    color: #053C5A;
}


.search-suggest {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(180, 205, 255, .18);
    border: 1px solid rgba(5, 60, 90, .10);
}

.search-suggest__label {
    font-weight: 800;
    color: #053C5A;
    margin-right: 6px;
}

.search-suggest__link {
    font-weight: 800;
    color: #0b5ed7;
    text-decoration: underline;
}

.search-content {
    padding: 18px 0 40px;
}

.search-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.chip {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(5, 60, 90, .06);
    border: 1px solid rgba(5, 60, 90, .10);
    color: #053C5A;
    font-weight: 800;
    font-size: 13px;
}

.chip--active {
    background: rgba(180, 205, 255, .25);
}

.search-block {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(5, 60, 90, .08);
    box-shadow: 0 10px 28px rgba(5, 60, 90, .05);
}

.search-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.search-block__title {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #053C5A;
}

.search-block__count {
    font-weight: 900;
    color: #053C5A;
    background: rgba(180, 205, 255, .28);
    border: 1px solid rgba(5, 60, 90, .10);
    padding: 6px 10px;
    border-radius: 999px;
}

.search-pagination{
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.search-pagination .pagination{
    gap: 10px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.search-pagination .page-item{
    margin: 0;
}

.search-pagination .page-link{
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: #fff;
    color: #053c5a;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;

    transition: all .2s ease;
}


.search-pagination .page-link:hover{
    background: rgba(34,211,182,.12);
    border-color: rgba(34,211,182,.45);
    transform: translateY(-1px);
}

.search-pagination .page-item.active .page-link{
    background: rgba(34,211,182,.18);
    border-color: rgba(34,211,182,.55);
    color: #053c5a;
    box-shadow: none;
}

.search-pagination .page-item.disabled .page-link{
    opacity: .35;
    cursor: not-allowed;
    background: #fff;
}

.search-pagination .page-link:focus{
    box-shadow: none;
}
.sr-only{
    display: none;
}

.search-empty {
    padding: 30px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(5, 60, 90, .08);
    text-align: center;
    box-shadow: 0 10px 28px rgba(5, 60, 90, .05);
}

.search-empty__title {
    font-size: 20px;
    font-weight: 900;
    color: #053C5A;
    margin: 0 0 8px;
}

.search-empty__text {
    margin: 0 0 16px;
    color: rgba(5, 60, 90, .75);
    font-weight: 600;
}

.modal-dialog-centered{
    min-height: 500px;
}
.searchModal{
    background: rgba(180, 205, 255, .28)!important;

}
.modal-backdrop.show{
    opacity: .45;
    background-color: #000;
}

body.modal-open #pageRoot{
    filter: blur(2px)!important;
    opacity: .45;
}


body.modal-open{
    overflow: hidden;
}

.search-tabs{
    display: flex;
}

.vehicle-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.vehicle-gallery-modal.is-open { display: block; }

.vehicle-gallery-backdrop{
    position:absolute; inset:0;
    background: rgba(0,0,0,.75);
}

.vehicle-gallery-dialog{
    position: relative;
    width: min(1100px, calc(100% - 24px));
    height: min(80vh, 760px);
    margin: 40px auto;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicle-gallery-close{
    position:absolute;
    top: -10px;
    right: -10px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    font-size: 28px;
    line-height: 44px;
    cursor: pointer;
    color: white;
    z-index: 9999;
}

#vehicleGallerySwiper{
    width: 100%;
    height: 100%;
}

#vehicleGallerySwiper .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 10vh;
}

#vehicleGallerySwiper img{
    max-width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.swiper-pagination-bullet{
    background: #f8e2de;
}
.swiper-pagination-bullet-active{
    background:white;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: white!important;
}


.realestate-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.realestate-gallery-modal.is-open {
    display: block;
}

.realestate-gallery-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.realestate-gallery-dialog {
    position: relative;
    width: min(1200px, calc(100% - 24px));
    height: min(85vh, 820px);
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.realestate-gallery-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    font-size: 28px;
    line-height: 44px;
    cursor: pointer;
    color: white;
    z-index: 9999;
}

#realEstateGallerySwiper {
    width: 100%;
    height: 100%;
}

#realEstateGallerySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10vh;

}

#realEstateGallerySwiper img {
    max-width: 100%;
    max-height: 600px;
    object-fit: contain;
}

@media(max-width: 600px){
    #realEstateGallerySwiper .swiper-slide,
    #vehicleGallerySwiper .swiper-slide{
        margin-top: 15vh;
    }
    .swiper-button-next:after, .swiper-button-prev:after
    {
        font-size: 20px;
    }
}
@media(max-width: 500px){
    #realEstateGallerySwiper .swiper-slide,
    #vehicleGallerySwiper .swiper-slide{
        margin-top: 20vh;
    }
}
@media(max-width: 400px){
    #realEstateGallerySwiper .swiper-slide,
    #vehicleGallerySwiper .swiper-slide{
        margin-top: 22vh;
    }
}

.swiper-slide-thumb-active{
    border: 1px solid #053c5a;
}

.seller_icon{
    max-width: 35px;
    height: auto;
    object-fit: cover;
    padding-top: .5rem;
}


.pop__up__img{

}
/*Wallet header*/
.header-wallet-link {
    display: none;
}

@media (min-width: 1200px) {
    .header-wallet-link {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        height: 56px;
        padding: 0 12px;
        border-radius: 30px;
        background: rgba(60, 205, 170, 0.14);
        color: #112D55;
        text-decoration: none;
        transition: all 0.2s ease;
        border: 1px solid rgba(17, 45, 85, 0.08);
    }

    .header-wallet-link:hover {
        background: rgba(60, 205, 170, 0.22);
        color: #112D55;
        transform: translateY(-1px);
    }

    .header-wallet-link__icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #3CCDAA;
        color: #112D55;
        flex-shrink: 0;
    }

    .header-wallet-link__amount {
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        white-space: nowrap;
    }
}

.mobile-wallet-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    text-decoration: none;
    background: rgba(60, 205, 170, 0.08);
    color: #112D55;
    margin-bottom: 16px;
}

.mobile-wallet-link__left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.mobile-wallet-link__icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3CCDAA;
    color: #112D55;
    flex-shrink: 0;
}

.mobile-wallet-link__label {
    font-size: 12px;
    color: #6B7280;
    line-height: 1.2;
}

.mobile-wallet-link__amount {
    font-size: 16px;
    font-weight: 700;
    color: #112D55;
    line-height: 1.2;
}

[data-filter-item].is-disabled {
    opacity: 0.45;
    filter: grayscale(1);
}

[data-filter-item].is-disabled label {
    pointer-events: none;
    cursor: not-allowed;
}

[data-filter-item].is-disabled {
    cursor: not-allowed;
}

[data-filter-item].is-disabled .filter__checkBox-wrap--borderd {
    background: rgba(0,0,0,0.03);
    border-color: rgba(0,0,0,0.08);
}

[data-filter-item].is-disabled .indicator {
    opacity: 0.6;
}

.form-check.is-disabled {
    opacity: .5;
    filter: grayscale(100%);
}
.form-check.is-disabled .choice-card {
    cursor: not-allowed;
}
