/* reset */
/* main variables */

.align-middle {
    vertical-align: middle !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.fancybox-is-hidden {
    left: -999.9rem;
    margin: 0;
    position: absolute !important;
    top: -999.9rem;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #000;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.3;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 1.3rem;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 4.4rem;
    left: 0;
    line-height: 4.4rem;
    min-width: 4.4rem;
    mix-blend-mode: difference;
    padding: 0 1rem;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4rem;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 4.4rem 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 7px 6px;
}

.fancybox-content {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4rem;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--video .fancybox-close-small {
    color: #fff;
    position: fixed;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 40rem;
    padding: 4rem;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 4.4rem;
    margin: 0;
    padding: 1rem;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 4.4rem;
}

.fancybox-button--zoom {
    display: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 0.1rem dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 2rem;
    overflow: visible;
    position: relative;
    margin: 0 auto;
    width: 2rem;
}

.fancybox-button:hover svg {
    fill: #fb5472;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 0.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    border: 0;
    text-align: center;
    font-size: 1.7rem;
    color: #8e9fb4;
    cursor: pointer;
    display: block !important;
    width: 5.8rem;
    height: 5.3rem;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 401;
    font-size: 1.2rem;
    opacity: 1;
    padding: 0.2rem;
}

.fancybox-close-small i {
    padding: 0.9rem 0 0 0.2rem;
    width: 2.8rem;
    height: 2.8rem;
    background: #fff;
    font-size: 1rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    color: #1b2b7c;
    -webkit-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.web .fancybox-close-small:hover i {
    color: #fb5472;
}

.fancybox-slide--html .fancybox-content {
    padding: 0;
    margin-bottom: 0 !important;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    -webkit-background-clip: content-box;
    background-clip: content-box;
    height: 10rem;
    opacity: 0;
    position: absolute;
    top: calc(50% - 5rem);
    width: 7rem;
}

.fancybox-navigation .fancybox-button div {
    padding: 0.9rem 0.7rem 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 3.1rem 0.6rem 3.1rem 2.6rem;
    right: 0;
}

/* Caption */
.fancybox-caption {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.85)),
        color-stop(50%, rgba(0, 0, 0, 0.3)),
        color-stop(65%, rgba(0, 0, 0, 0.15)),
        color-stop(75.5%, rgba(0, 0, 0, 0.075)),
        color-stop(82.85%, rgba(0, 0, 0, 0.037)),
        color-stop(88%, rgba(0, 0, 0, 0.019)),
        to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 1.4rem;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 7.5rem 4.4rem 2.5rem 4.4rem;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-slide {
    opacity: 0;
    -webkit-transition: all 0.01s ease;
    -o-transition: all 0.01s ease;
    transition: all 0.01s ease;
}

.fancybox-slide.fancybox-slide--complete {
    opacity: 1 !important;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fancybox-caption--separate {
    margin-top: -5rem;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 0.4rem solid #888;
    border-bottom-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 5rem;
    left: 50%;
    margin: -2.5rem 0 0 -2.5rem;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 5rem;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .fancybox-slide--image {
        padding: 0.6rem 0;
    }
    .fancybox-caption {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

/* Thumbs */
.fancybox-thumbs {
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0.2rem;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 8rem;
    z-index: 99995;
    text-align: center;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    bottom: 8.5rem;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 7.5rem;
    margin: 0.2rem;
    max-height: calc(100% - 0.8rem);
    max-width: calc(50% - 0.4rem);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 10rem;
}

.fancybox-thumbs__list a::before {
    border: 0.6rem solid #fb5472;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

.fancybox-slide--html {
    min-width: 320px;
}

.fancybox-slide--video {
    -webkit-transition: -webkit-transform 2s ease-in;
    transition: -webkit-transform 2s ease-in;
    -o-transition: transform 2s ease-in;
    transition: transform 2s ease-in;
    transition: transform 2s ease-in, -webkit-transform 2s ease-in;
    display: block;
}

.fancybox-slide--video .fancybox-content {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.fancybox-slide--video.fancybox-slide--complete .fancybox-content {
    -webkit-transition: -webkit-transform 0.5s ease-in !important;
    transition: -webkit-transform 0.5s ease-in !important;
    -o-transition: transform 0.5s ease-in !important;
    transition: transform 0.5s ease-in !important;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in !important;
}

.fancybox-slide--image .fancybox-close-small {
    right: -45px;
    top: -45px;
}

@media screen and (max-width: 479px) {
    .fancybox-close-small {
        width: 4rem;
        top: 0.8rem;
    }
}

.icon-check:before {
    content: "\e900";
}

.icon-close:before {
    content: "\e901";
}

.icon-next:before {
    content: "\e902";
}

.icon-phone:before {
    content: "\e903";
}

.icon-prev:before {
    content: "\e905";
}

.icon-quote:before,
.testimonials-card:before {
    content: "\e906";
}

.icon-search:before {
    content: "\e907";
}

/** Swiper 5.2.1 Most modern mobile touch slider and framework with hardware accelerated transitions http://swiperjs.com Copyright 2014-2019 Vladimir Kharlampidi Released under the MIT License Released on: November 16, 2019 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0; /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
    width: 45px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    position: relative;
    color: #bec0c4;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.swiper-button-prev i,
.swiper-button-next i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -3px;
    font-size: 16px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    height: 100%;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.swiper-button-prev div {
    float: right;
}

.swiper-button-prev i {
    margin-left: -10px;
}

.web .swiper-button-prev:not(.swiper-button-disabled):hover,
.web .swiper-button-next:not(.swiper-button-disabled):hover {
    color: #c4a2fc;
}

.web .swiper-button-prev:not(.swiper-button-disabled):hover svg,
.web .swiper-button-next:not(.swiper-button-disabled):hover svg {
    opacity: 1;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-arrow {
    width: 7rem;
    height: 7rem;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1),
        0px 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1),
        0px 4px 6px rgba(0, 0, 0, 0.05);
}

.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.section-about {
    margin-top: 15rem;
    position: relative;
    z-index: 1;
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__img {
    width: calc(100% - 45.5rem);
    padding-right: 4.5rem;
    padding-left: 2%;
}

.about__content {
    width: 45.5rem;
    padding-bottom: 0.5rem;
}

.about__btn {
    margin-top: 2rem;
}

.content-block__text {
    font-size: 1.6rem;
    line-height: 170%;
}

.section-subtitle {
    font-size: 2.2rem;
    line-height: 150%;
}

.about-details {
    margin: 8.6rem -1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-details__item {
    text-align: center;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
    width: 16.6%;
    min-height: 15rem;
    position: relative;
}

.about-details__item__text {
    margin-top: 0.4rem;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.about-details__val {
    font-size: 5.4rem;
    line-height: 110%;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #1b2b7c;
}

.about-details__val_plus {
    color: #fb5472;
    font-size: 3rem;
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 0.6rem;
}

.about-details__text {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.about-details__decor {
    width: 15rem;
    height: 15rem;
    border: 4rem solid rgba(219, 223, 243, 0.3);
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 31%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.section-get {
    margin-top: 12.4rem;
    position: relative;
    z-index: 1;
}

.get-list {
    margin: 5rem -1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.get-list__item {
    padding: 3.6rem 2.6rem 3.5rem;
    margin: 0 1.5rem 3rem;
    width: calc(33.33% - 3rem);
    background: #fff;
    -webkit-box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
    box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
    overflow: hidden;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    position: relative;
}

.get-list__item:before {
    content: "";
    width: 20.5rem;
    height: 20.5rem;
    border: 5rem solid rgba(219, 223, 243, 0.3);
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-36%, -36%);
    -ms-transform: translate(-36%, -36%);
    transform: translate(-36%, -36%);
    z-index: 0;
}

.get-list__item:nth-child(3n-1) {
    -webkit-transform: translateY(4.1rem);
    -ms-transform: translateY(4.1rem);
    transform: translateY(4.1rem);
}

.get-list__heading {
    padding-left: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.get-list__icon {
    width: 7.2rem;
    padding-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.get-list__icon img {
    vertical-align: top;
}

.get-list__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 120%;
    color: #1b2b7c;
    text-transform: capitalize;
}

.section-consultation {
    padding: 11.7rem 0;
    position: relative;
    z-index: 0;
}

.section-consultation__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-consultation .wrapper {
    z-index: 1;
}

.section-logos {
    margin-top: -8.5rem;
    position: relative;
    z-index: 1;
}

.logos {
    margin: 0 -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logos__item {
    margin: 0 1.5rem 3rem;
    width: calc(20% - 3rem);
    background: #fff;
    -webkit-box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
    box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
}

.logos__item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.logos__item img {
    max-height: 82%;
    max-width: 82%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-steps {
    margin-top: 15.2rem;
    padding-bottom: 8.7rem;
}

.steps {
    margin: 7.1rem -1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between; /* keep original desktop spacing */
}

.steps > * {
    flex: 0 0 calc(100% / 6 - 1rem); /* original desktop layout */
    margin: 0.5rem;
    box-sizing: border-box;
}

.steps__item {
    padding: 0 1.5rem 3rem;
    width: 25%;
    max-width: 25rem;
    position: relative;
}

/* Mobile view: 2 items per row, last single centered */
@media screen and (max-width: 768px) {
    .steps {
        justify-content: center;
    }
    .steps > * {
        flex: 0 0 calc(50% - 1rem);
    }
    .steps__item {
        width: 100%;
    }
}

.steps__icon {
    height: 7rem;
    position: relative;
    z-index: 1;
}

.steps__title {
    margin-top: 3.1rem;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 2.4rem;
    line-height: 120%;
    position: relative;
    z-index: 1;
    color: #1b2b7c;
}

.steps__count {
    position: absolute;
    bottom: -1.7rem;
    left: 50%;
    z-index: 0;
    font-weight: 900;
    font-size: 15rem;
    line-height: 100%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    color: rgba(27, 43, 124, 0.05);
}

.section-method-payment {
    margin-top: 18.1rem;
    padding-bottom: 8.7rem;
    position: relative;
    z-index: 0;
}

.section-method-payment__bg {
    position: absolute;
    left: 0;
    top: -16.5rem;
    right: 0;
    bottom: 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.section-method-payment .wrapper {
    z-index: 1;
}

.box-filed_1 {
    width: calc(100% - 15.2rem);
    padding-right: 2rem;
}

.box-filed_submit {
    width: 15.2rem;
}

.box-filed_submit .btn {
    width: 100%;
}

.brand-slider {
    margin: 7.1rem -1.5rem 7.1rem;
    border: 1px solid #e1e1e1;
}

@media (max-width: 768px) {
    .brand-slider {
        margin: 5.1rem -1.5rem 2.1rem;
    }
}

.brand-slider .brand-slider-item {
    position: relative;
}
.brand-slider .brand-slider-item::after {
    position: absolute;
    top: -20px;
    left: 0;
    width: 1px;
    height: 250px;
    content: "";
    background-color: #e1e1e1;
}
.brand-slider .brand-slider-item a {
    padding: 48px 0;
    display: inline-block;
}
.brand-slider .brand-slider-item img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: auto;
    opacity: 0.5;
}

.brand-slider .brand-slider-item:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.brand-slider .brand-slider-item.swiper-slide-active::after {
    display: none;
}

.section-testimonials {
    margin-top: 18.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonials__img {
    width: calc(100% - 45.6rem);
    padding-right: 3rem;
}

.testimonials__content {
    width: 45.6rem;
    padding-bottom: 1.1rem;
}

.testimonials__text {
    font-size: 1.6rem;
    line-height: 170%;
}

.testimonials__picture {
    margin-left: -4%;
}

.testimonials-card:before {
    font-family: icomoon;
    font-size: 3.5rem;
    margin-bottom: 0.3rem;
    display: inline-block;
}

.testimonials-card__text {
    font-size: 2.2rem;
    line-height: 150%;
}

.testimonials-card .author {
    margin-top: 0.7rem;
}

.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author__details {
    padding-top: 0.3rem;
    padding-left: 2rem;
    width: calc(100% - 9rem);
}

.author__img {
    width: 7rem;
    height: 7rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.author__title {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1b2b7c;
}

.author__position {
    font-size: 1.6rem;
    line-height: 170%;
}

.reviews-slider {
    margin-top: 3.5rem;
}

.reviews-slider .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.reviews-slider .swiper-slide-active {
    opacity: 1 !important;
}

.section-main-blog {
    margin-top: 17.4rem;
}

.blog-more {
    margin-top: 3.1rem;
    text-align: center;
}

.blog-more .btn {
    min-width: 14rem;
}

.news {
    margin: 4.9rem -1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1366px) {
    .section-about {
        margin-top: 11rem;
    }
    .section-get {
        margin-top: 6.4rem;
    }
    .section-testimonials {
        margin-top: 13.1rem;
    }
    .testimonials__picture {
        max-width: 82%;
    }
    .section-main-blog {
        margin-top: 12.4rem;
    }
    .section-prices {
        margin-top: 13.9rem;
    }
    .steps__title {
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 1280px) {
    .testimonials__picture {
        max-width: 95%;
    }
    .section-method-payment__bg {
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 1100px) {
    .prices__head {
        padding: 4rem 2rem 3rem;
        position: relative;
    }
    .prices__item-recomendation .prices__head {
        padding-top: 3.9rem;
        padding-bottom: 3.1rem;
    }
    .prices__list li {
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .testimonials-card__text {
        font-size: 1.9rem;
    }
    .about-details__val {
        font-size: 5rem;
    }
    .about-details__text {
        font-size: 1.3rem;
    }
    .section-subtitle {
        font-size: 2rem;
    }
    .prices__list {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .prices__btn {
        margin-top: 3.1rem;
    }
    .prices__content {
        padding: 3.4rem 2rem 4rem;
    }
    .prices__decor:before {
        width: 46rem;
    }
    .prices__category {
        font-size: 1.4rem;
    }
    .prices__title {
        font-size: 2.2rem;
    }
    .prices__cost {
        margin-top: 1rem;
    }
    .prices__period {
        font-size: 1.5rem;
    }
    .prices__cost-val {
        font-size: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .section-about {
        margin-top: 5rem;
    }
    .about-details__item {
        width: 50%;
    }
    .about-details__val {
        font-size: 4.3rem;
    }
    .about-details__val_plus {
        font-size: 2.5rem;
    }
    .get-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 0;
    }

    .get-list__item {
        width: 100%;
        margin: 0;
    }

    .get-list__item:last-child:nth-child(odd) {
        justify-self: center;
    }
    .get-list__heading {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    .get-list__item:nth-child(3n-1) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .section-consultation {
        padding-top: 4rem;
    }
    .logos__item {
        margin: 0 1.5rem 3rem;
        width: calc(33.33% - 3rem);
    }
    .section-steps {
        margin-top: 6.2rem;
    }
    .steps__item {
        width: 50%;
        margin-bottom: 4rem;
    }
    .steps__count {
        font-size: 12rem;
    }
    .section-prices {
        margin-top: 6.9rem;
    }
    .steps {
        margin-top: 5rem;
    }
    .section-consultation__bg {
        background: -webkit-linear-gradient(
            144.68deg,
            rgba(219, 223, 243, 0.45) 0.03%,
            rgba(241, 249, 255, 0.03) 99.52%
        ) !important;
        background: -o-linear-gradient(
            144.68deg,
            rgba(219, 223, 243, 0.45) 0.03%,
            rgba(241, 249, 255, 0.03) 99.52%
        ) !important;
        background: linear-gradient(
            305.32deg,
            rgba(219, 223, 243, 0.45) 0.03%,
            rgba(241, 249, 255, 0.03) 99.52%
        ) !important;
    }
    .prices {
        margin-left: 0;
        margin-right: 0;
    }
    .section-method-payment {
        margin-top: 5.1rem;
    }
    .section-testimonials {
        margin-top: 5.1rem;
    }
    .section-method-payment + .section-testimonials {
        margin-top: 2.1rem;
    }
    .testimonials__content {
        width: 100%;
    }
    .testimonials-card:before {
        font-size: 2.8rem;
    }
    .section-main-blog {
        margin-top: 5.4rem;
    }
    .prices__item {
        width: calc(50% - 3rem);
    }
    .testimonials__img {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 30rem;
        text-align: center;
    }
    .testimonials__picture {
        max-width: 100%;
    }
    .brand-slider {
        margin-bottom: 7.1rem -1.5rem 3.1rem;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .get-list__heading {
        display: block;
    }
    .brand-slider {
        margin-bottom: 7.1rem -1.5rem 3.1rem;
    }
}

@media screen and (max-width: 559px) {
    .prices__item {
        margin: 0 auto 3rem;
        width: 100%;
        max-width: 36rem;
    }
    .news {
        display: block;
        max-width: 45rem;
        margin: 4rem auto 0;
    }
}

@media screen and (max-width: 479px) {
    .get-list {
        margin-left: 0;
        margin-right: 0;
    }
    .get-list__item {
        padding: 2.6rem 1.5rem 2.5rem;
        margin: 0 0 3rem;
        width: 100%;
    }
    .logos__item {
        margin: 0 1rem 3rem;
        width: calc(50% - 3rem);
    }
    .box-filed_1 {
        width: 100%;
        padding: 0 0 2rem;
    }
    .box-filed_submit {
        width: 100%;
        text-align: center;
    }
    .box-filed_submit .btn {
        width: 100%;
    }
    .box-fileds {
        display: block;
        margin: 0;
    }
    .box-fileds .box-filed {
        margin: 0 0 2rem;
        width: 100%;
    }
    .box-fileds .box-field__accept {
        width: 100%;
    }
    .box-fileds .box-filed {
        width: 100%;
    }
    .section-get {
        margin-top: 2.4rem;
    }
    .get-list {
        margin-top: 3rem;
    }
    .prices__list {
        line-height: 1.5;
    }
    .prices__btn {
        margin-top: 3.5rem;
    }
    .prices__head {
        padding: 3rem 1.5rem 2rem;
    }
    .prices__item-recomendation .prices__head {
        padding-top: 2.9rem;
        padding-bottom: 2.1rem;
    }
    .prices__content {
        padding: 3.4rem 1.5rem 3.8rem;
    }
}

@media screen and (min-width: 768px) {
    .logos__item:nth-child(5n + 2),
    .logos__item:nth-child(5n + 4) {
        -webkit-transform: translateY(-6.9rem);
        -ms-transform: translateY(-6.9rem);
        transform: translateY(-6.9rem);
    }
    .prices {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.popup {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fcfdfe),
        to(#e0e3f5)
    );
    background: -webkit-linear-gradient(left, #fcfdfe 0%, #e0e3f5 100%);
    background: -o-linear-gradient(left, #fcfdfe 0%, #e0e3f5 100%);
    background: linear-gradient(90deg, #fcfdfe 0%, #e0e3f5 100%);
    width: 60rem;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}

.popup-title {
    font-weight: bold;
    font-size: 5.4rem;
    line-height: 100%;
    margin-bottom: 2.4rem;
    color: #1b2b7c;
    line-height: 100%;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.popup-text {
    font-size: 1.6rem;
    line-height: 170%;
    max-width: 46rem;
}

.block-popup {
    padding: 8rem 7rem 9rem;
    position: relative;
    z-index: 1;
}

.popup-succsess {
    width: 45rem;
    text-align: center;
}

.popup-succsess .popup-content {
    padding: 50px 25px;
}

.popup-button_succsees {
    margin-top: 39px;
}

.box-fileds_2 .box-filed_btn {
    width: 13rem;
}

.box-fileds_2 .box-fileds .box-field__accept {
    width: calc(100% - 19rem);
}

.popup-decor {
    left: 50%;
    bottom: 0;
    width: 35rem;
    height: 12rem;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 0;
}

.popup-decor:before {
    content: "";
    display: block;
    height: 35rem;
    border: 80px solid rgba(219, 223, 243, 0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.popup-title-wrap {
    position: relative;
}

.popup-decor-top {
    position: absolute;
    left: -5.2rem;
    top: -5rem;
    width: 100%;
    height: 13.7rem;
    z-index: 0;
}

.popup-form {
    margin-top: 4rem;
}

.popup-form .box-field {
    margin-bottom: 2rem;
}

.popup-form textarea {
    height: 15rem;
}

body:not(.loaded) .popup-decor-top {
    background: url(../img/bg/popup_decor-top.svg) 0 0 no-repeat;
}

.btn-popup {
    min-width: 13rem;
}

@media screen and (max-width: 767px) {
    .block-popup {
        padding: 5rem 2em 3.5rem;
    }
    .popup-title {
        font-size: 3.4rem;
    }
    .popup-decor-top {
        display: none;
    }
}

@media screen and (max-width: 559px) {
    .popup-form .box-fileds {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .popup-form .box-fileds .box-field__accept {
        padding-top: 0;
        width: 100%;
    }
    .box-fileds_2 .box-filed_btn {
        text-align: center;
        width: 100%;
    }
    .box-fileds_2 .box-filed_btn .btn {
        width: 100%;
        max-width: 35rem;
    }
}

/*# sourceMappingURL=style.css.map */

/* Your Style Here */

[class*="call-to-action-two__shape-"] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {
    [class*="call-to-action-two__shape-"] {
        display: block;
    }
}

.call-to-action-two__shape-1 {
    bottom: 0;
    left: 0;
    animation: treeMove 5s ease-in infinite;
}

.call-to-action-two__shape-2 {
    bottom: -40px;
    left: 180px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-two__shape-3 {
    left: 45%;
    bottom: 1%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.call-to-action-two__shape-4 {
    left: 45%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    z-index: 1;
}

.call-to-action-two__shape-5 {
    right: 100px;
    bottom: 350px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-two__shape-6 {
    bottom: 0;
    right: 250px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {
    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
            translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px)
            translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }
    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}
/* .join-squad-decor {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 2;
}

.join-squad-decor img {
    width: 100%;
} */

/* Styles for the new Image Slider Section */
.section-image-slider {
    padding: 80px 0;
    position: relative;
}

.image-slider-wrap {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* Mobile-first styles */
    max-width: 400px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Tablet styles */
@media (min-width: 640px) {
    .image-slider-wrap {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .image-slider-wrap {
        max-width: 768px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Desktop styles */
@media (min-width: 1024px) {
    .image-slider-wrap {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .image-slider-wrap {
        max-width: 1440px;
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

.image-slider .swiper-slide {
    background: #f0f0f0; /* A light background for the slide */
    border-radius: 24px;
    overflow: hidden; /* Ensures image corners are rounded */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 398px;
}

.img-desktop {
    display: none;
}
.img-mobile {
    display: block;
    width: 398px;
    height: 398px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .image-slider .swiper-slide {
        height: auto;
    }
    .img-desktop {
        display: block;
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;
    }
    .img-mobile {
        display: none;
    }
}

/* Slider Navigation/Pagination */
.image-slider .swiper-button-next,
.image-slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
    opacity: 1; /* Ensure visible */
    visibility: visible; /* Ensure visible */
}

.image-slider .swiper-button-next:hover,
.image-slider .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.image-slider .swiper-button-prev {
    left: 20px;
}

.image-slider .swiper-button-next {
    right: 20px;
}

/* You can REMOVE this entirely if you’re not using Swiper’s default arrows */
.image-slider .swiper-button-next:after,
.image-slider .swiper-button-prev:after {
    content: "";
    display: none !important;
}

/* Make sure the SVG is shown */
.image-slider .swiper-button-next svg,
.image-slider .swiper-button-prev svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    display: block;
    opacity: 1;
    visibility: visible;
}

.image-slider-wrap .swiper-pagination {
    position: static;
    margin-top: 25px;
    text-align: center;
}

.image-slider-wrap .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.image-slider-wrap .swiper-pagination-bullet-active {
    background: #7158e2;
}
.section-main-faq {
    color: #fff;
    margin-top: 17.4rem;
    padding-bottom: 100px;
}
.faq-grid {
    display: flex;
    gap: 60px; /* Increased gap for more space */
    margin-top: 60px;
}

.faq-column {
    flex: 1;
    min-width: 0;
}

.accordion-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px;
    color: #1e103c;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    overflow: hidden;
    word-wrap: break-word;
}
.accordion-item:hover {
    border-color: #7158e2;
    box-shadow: 0 4px 15px rgba(113, 88, 226, 0.1);
}
.accordion-item.active {
    border-color: #7158e2;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    gap: 15px;
}

.accordion-header .icon {
    font-size: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7158e2;
}

.accordion-item.active .accordion-header .icon {
    transform: rotate(45deg);
}

.accordion-header span:not(.icon) {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    min-width: 0;
}

.accordion-content {
    display: none;
    padding: 0 20px 20px;
    color: #59585b;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .faq-grid {
        flex-direction: column; /* Stack columns vertically */
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .cta-box {
        flex-direction: column;
        text-align: center;
    }
    .cta-box__title {
        margin-bottom: 20px;
    }
}
/* Filter and Search Section */
.filter-section {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 28rem;
}
.search-icon {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #94a3b8;
}
.filter-select {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    padding: 0.625rem 1rem;
    color: #1e293b;
    transition: all 0.2s ease-in-out;
    outline: none;
    cursor: pointer;
}
.filter-select:focus {
    box-shadow: 0 0 0 2px #3b82f6;
    border-color: #3b82f6;
}
.search-input {
    padding-left: 3.5rem !important;
}
.filter-controls {
    display: flex;
    gap: 1rem;
}

/* Product Grid and Cards */
.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
.product-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07),
        0 4px 6px -4px rgba(0, 0, 0, 0.07);
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.card-title {
    font-weight: 700;
    color: #1e293b;
    padding-bottom: 0.25rem;
}
.card-category {
    padding-top: 0.25rem;
    color: #64748b;
}
.card-icon-wrapper {
    background-color: #f1f5f9;
    padding: 0.75rem;
    border-radius: 1.5rem;

    display: flex;
    align-items: center;
}
.card-icon-wrapper img {
    width: 56px;
    height: 56px;
}

.card-body {
    flex-grow: 1;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.package-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s;
    cursor: pointer;
}
.package-row:hover {
    background-color: #f8fafc;
}
.package-name {
    font-size: 1.75rem;
    font-weight: 600;
    color: #334155;
    padding: 0 !important;
}
.package-price {
    color: #475569;
    padding: 0;
}
.package-price span {
    color: #94a3b8;
}
.package-durations {
    background-color: #dbeafe;
    color: #2563eb;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}
.card-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-schema {
    color: #2563eb;
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
}
.btn-schema:hover {
    color: #1d4ed8;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.modal-overlay.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.modal-content {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 90vw;
    max-height: 80vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    outline: 0;
    border: none;
    padding: 0; /* Let modal-body handle spacing */
    overflow: hidden;
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal-overlay.visible .modal-content {
    transform: scale(1);
    opacity: 1;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.modal-title {
    font-weight: 700;
    color: #1e293b;
}

.modal-close-btn {
    color: #64748b;
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}

.modal-close-btn:hover {
    color: #1e293b;
}

.modal-body {
    flex-grow: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

/* Card grid inside modal */
.modal-cards-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.schema-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.schema-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    padding-top: 0;
}
.schema-card-img {
    width: 100%;
    height: 8rem;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.schema-details-title {
    font-weight: 600;
    color: #64748b;
    font-size: 1.475rem;
    margin-bottom: 0.5rem;
}
.price-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.price-details p {
    padding-top: 0 !important;
}
.price-details span {
    font-size: 1.275rem;
}
.price-detail-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #475569;
}
.price-detail-row.bold {
    font-weight: 700;
    color: #1e293b;
}
.subscription-step {
    display: flex;
    align-items: flex-start;
    font-size: 1.25rem;
}
.step-number {
    color: #94a3b8;
    font-weight: 700;
    margin-right: 0.75rem;
}
.step-text {
    color: #475569;
}
.schema-card .btn-primary {
    margin-top: 1.5rem;
    width: 100%;
}

/* Responsive Media Queries */

/* Responsive Media Queries */
@media (min-width: 640px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .modal-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 768px) {
    .filter-section {
        flex-direction: row;
    }
    .header-title {
        font-size: 3rem;
    }
}
@media (min-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .modal-cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1280px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive Modal Width */
@media (min-width: 768px) {
    .modal-content {
        max-width: 720px;
    }
}

@media (min-width: 1024px) {
    .modal-content {
        max-width: 900px;
    }
}

@media (min-width: 1280px) {
    .modal-content {
        max-width: 1140px;
    }
}

.profile-circle {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: white;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 4px 8px rgba(37, 117, 252, 0.3);
    transition: box-shadow 0.3s ease;
}
.profile-circle:hover {
    box-shadow: 0 6px 12px rgba(37, 117, 252, 0.6);
}

/* Dropdown container */
.profile-dropdown-menu {
    position: absolute;
    top: 100%; /* right below .menu-box */
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 10;
}

/* Show dropdown */
.profile-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown list styles */
.profile-dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.profile-dropdown-menu li {
    padding: 10px 20px;
}
.profile-dropdown-menu li:hover {
    background-color: #f0f4ff;
}
.profile-dropdown-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: block;
}

/* --- MOBILE ADAPTATION --- */
@media (max-width: 600px) {
    .profile-dropdown-menu {
        position: absolute;
        top: 100%; /* just below .menu-box */
        left: 0;
        right: 0;
        width: auto; /* full width */
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        transform: translateY(0);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s;
    }

    .profile-dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .profile-dropdown-menu ul {
        padding: 10px 0;
        margin: 0;
    }

    .profile-dropdown-menu li {
        padding: 14px 24px;
        text-align: center;
    }
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    flex-direction: column;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 10px;
}

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

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.185em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.65s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.145em;
}

.indicator-progress {
    display: none;
}
[data-kt-indicator="on"] > .indicator-progress {
    display: inline-block;
}
[data-kt-indicator="on"] > .indicator-label {
    display: none;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        animation-duration: 1.3s;
    }
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1.35rem;
    color: #f1416c;
}
.invalid-feedback {
    display: block;
}

.swal2-container {
    margin-top: 9rem;
}

@media (max-width: 600px) {
    .swal2-container {
        margin-top: 6rem;
    }
}

/* Master Popup Styling */
#masterPopupContainer {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

/* When shown in fancybox, ensure proper styling */
.fancybox-content #masterPopup {
    position: relative;
    left: auto;
    top: auto;
}

#masterPopupButtons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

#masterPopupButtons .btn-popup {
    min-width: 120px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #6c757d;
    color: white;
}

#masterPopupButtons .btn-popup.btn-primary {
    background-color: #3085d6;
}

#masterPopupButtons .btn-popup:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    #masterPopupButtons {
        flex-direction: column;
        gap: 10px;
    }

    #masterPopupButtons .btn-popup {
        width: 100%;
        min-width: auto;
    }
}

/* SweetAlert Duplicate Order Styling */
.duplicate-order-alert {
    font-size: 14px !important;
    max-width: 350px !important;
}

.swal2-top-end {
    top: 20px !important;
    right: 20px !important;
}

/* Share Modal styles have been moved to packages.css for better organization */

/* --- Shopping Cart Dropdown Component --- */
.cart-container {
    position: relative;
    margin-right: 16px;
}

.cart-circle {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: transparent;
    color: #333;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.cart-circle:hover {
    border-color: #333;
    color: #000;
    transform: translateY(-1px);
}

.cart-circle.bounce {
    animation: cartBounce 0.6s ease-in-out;
}

@keyframes cartBounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    min-width: 20px;
}

.cart-badge.hidden {
    display: none;
}

.cart-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    width: 380px;
    max-height: 500px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.cart-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f9fa;
}

.cart-header h3 {
    margin: 0;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.cart-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.cart-close:hover {
    background: #e9ecef;
    color: #333;
}

.cart-content {
    max-height: 320px;
    overflow-y: auto;
}

.cart-items {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.cart-items::-webkit-scrollbar {
    width: 6px;
}

.cart-items::-webkit-scrollbar-track {
    background: transparent;
}

.cart-items::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.cart-items::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.cart-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #666;
}

.loading-spinner {
    width: 24px;
    height: 24px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #28a745;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 12px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cart-loading p {
    margin: 0;
    font-size: 14px;
}

.cart-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.cart-empty .empty-icon {
    font-size: 48px;
    color: #dee2e6;
    margin-bottom: 16px;
}

.cart-empty h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #333;
}

.cart-empty p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.4;
}

.btn-browse {
    display: inline-block;
    padding: 8px 16px;
    background: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.btn-browse:hover {
    background: #218838;
    color: white;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

.cart-item:hover {
    background: #f8f9fa;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(135deg, #3085d6 0%, #4a9eff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.cart-item-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
    min-width: 0;
}

.cart-item-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.cart-item-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.cart-item-duration {
    background: #e9ecef;
    color: #495057;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
}

.cart-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #28a745;
}

.cart-item-info {
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0 !important;
}

.cart-footer {
    padding: 16px 20px;
    border-top: 1px solid #f0f0f0;
    background: #f8f9fa;
}

.cart-summary {
    margin-bottom: 12px;
}

.cart-total-count {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.cart-actions {
    display: flex;
    gap: 8px;
}

.btn-view-all {
    flex: 1;
    display: inline-block;
    padding: 10px 16px;
    background: #3085d6;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: background 0.2s ease;
}

.btn-view-all:hover {
    background: #2574c7;
    color: white;
}

.btn-clear-all {
    padding: 10px 16px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-clear-all:hover {
    background: #c82333;
}

/* Cart Dropdown Mobile Responsiveness */
@media (max-width: 768px) {
    .cart-container {
        margin-right: 12px;
    }

    .cart-dropdown-menu {
        width: 320px;
        max-height: 400px;
        right: -20px;
    }

    .cart-header {
        padding: 14px 16px;
    }

    .cart-header h3 {
        font-size: 15px;
    }

    .cart-content {
        max-height: 280px;
    }

    .cart-items {
        max-height: 240px;
    }

    .cart-item {
        padding: 14px 16px;
    }

    .cart-item-icon {
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }

    .cart-item-icon img {
        width: 28px;
        height: 28px;
    }

    .cart-item-name {
        font-size: 13px;
    }

    .cart-item-price {
        font-size: 13px;
    }

    .cart-footer {
        padding: 14px 16px;
    }

    .cart-actions {
        flex-direction: column;
        gap: 8px;
    }

    .btn-view-all,
    .btn-clear-all {
        padding: 12px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cart-dropdown-menu {
        width: 280px;
        max-height: 350px;
        right: -40px;
    }

    .cart-header {
        padding: 12px 14px;
    }

    .cart-header h3 {
        font-size: 14px;
    }

    .cart-content {
        max-height: 240px;
    }

    .cart-items {
        max-height: 200px;
    }

    .cart-item {
        padding: 12px 14px;
    }

    .cart-item-icon {
        width: 40px;
        height: 40px;
        margin-right: 8px;
        font-size: 18px;
    }

    .cart-item-icon img {
        width: 26px;
        height: 26px;
    }

    .cart-item-name {
        font-size: 12px;
    }

    .cart-item-price {
        font-size: 12px;
    }

    .cart-item-duration {
        font-size: 10px;
        padding: 1px 6px;
    }

    .cart-item-info {
        font-size: 11px;
    }

    .cart-footer {
        padding: 12px 14px;
    }

    .cart-total-count {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .cart-dropdown-menu {
        width: 260px;
        right: -60px;
    }

    .cart-empty {
        padding: 30px 16px;
    }

    .cart-empty .empty-icon {
        font-size: 40px;
    }

    .cart-empty h4 {
        font-size: 15px;
    }

    .cart-empty p {
        font-size: 13px;
    }
}

/* Cart Notifications */
.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 16px 20px;
    z-index: 10001;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 300px;
}

.cart-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.cart-notification-success {
    border-left: 4px solid #28a745;
}

.cart-notification-error {
    border-left: 4px solid #dc3545;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-notification-success .notification-content i {
    color: #28a745;
}

.cart-notification-error .notification-content i {
    color: #dc3545;
}

.notification-content span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

@media (max-width: 480px) {
    .cart-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        padding: 14px 16px;
    }

    .notification-content {
        gap: 10px;
    }

    .notification-content span {
        font-size: 13px;
    }
}
