@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

html {
    font-size: 16px;
}

@media (max-width: 1200px) and (min-width: 576px) {
    html {
        font-size: calc(5px + 0.5vw);
    }
}

body {
    font-family: 'Geologica', sans-serif;
    color: #2A2E47;
}

/* Desktop Styles */
h1 {
    font-size: 3.7500rem;
    line-height: 100%;
    font-weight: 500;
}

h2 {
    font-size: 3.0000rem;
    line-height: 110%;
    font-weight: 600;
    color: #2A2E47;
}

h3 {
    font-size: 2.5000rem;
    line-height: 100%;
    font-weight: 500;
}

h4 {
    font-size: 1.7500rem;
    line-height: 110%;
    font-weight: 500;
    margin-bottom: 1.0000rem;
}

h5 {
    font-size: 1.5000rem;
    font-weight: 400;
}

h6 {
    font-size: 0.8750rem;
    font-weight: 500;
}

p.large-text {
    font-size: 2.0000rem;
    line-height: 150%;
    font-weight: 300;
}

p.medium-text {
    font-size: 1.2500rem;
    line-height: 150%;
    font-weight: 300;
}

p.small-text {
    font-size: 0.8750rem;
    line-height: 140%;
    font-weight: 300;
}

a {
    text-decoration: none;
}

.btn {
    border-radius: 2.0000rem;
    padding: 1.2500rem 2.0000rem;
    font-size: 1.2500rem;
    font-weight: 400;
    line-height: 1.5000rem;
    border: none;
}


/* Brand Color */
.brand-color {
    background-color: #1E2F96;
}

/* Primary Colors */
.primary {
    background-color: #3E51CC;
}

.white {
    color: #FFFFFF;
}

.black {
    color: #000000;
}

.turquoise {
    background-color: #12BF94;
}

.green {
    background-color: #00A76B;
}

.lavender {
    background-color: #8699FF;
}

.yellow {
    background-color: #F1C40F;
}

.gray {
    background-color: #DEDEDE;
}

.light-gray {
    background-color: #FAFAFA;
    color: #2A2E47;
}

.btn.light-gray:hover {
    background-color: #EDEDED;
    color: #2A2E47;
}

/* Text Colors */
.text-high {
    color: #252A4C;
}

.text-medium {
    color: #A8AAB7;
}

/* Opacity Styles */
.opacity-black-20 {
    background-color: rgba(0, 0, 0, 0.2);
}

.opacity-black-5 {
    background-color: rgba(0, 0, 0, 0.05);
}

.opacity-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
}

.metbtn {
    border-radius: 0.7500rem;
    padding: 0.5000rem 1.0000rem;
    width: fit-content;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn-no-bg {
    font-size: 1.2500rem;
    font-weight: 400;
}

@media (min-width: 87.5000rem) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 85.0000rem !important;
    }
}

/* Header */
.navbar-expand-sm .navbar-nav .nav-link {
    font-size: 0.8750rem;
    font-weight: 500;
    color: #2A2E47;
    padding: 0;
    position: relative;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: opacity 1s ease, transform 1s ease;
}

.scrolled {
    position: fixed;
    transform: translateY(0);
    top: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.nav-item {
    position: relative;
    margin: 1.0000rem;
}

.nav-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.3125rem;
    width: 0;
    height: 0.1250rem;
    background-color: #2C2E3A;
    transition: width 0.3s ease-in-out;
}

.nav-item:hover::after {
    width: 100%;
}

.nav-item.active::after {
    width: 100%;
}

.navbar-brand {
    display: none;
}

.navbar-expand-sm {
    padding: 1.2500rem 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.25 1C0.25 0.585786 0.585786 0.25 1 0.25H19C19.4142 0.25 19.75 0.585786 19.75 1C19.75 1.41421 19.4142 1.75 19 1.75H1C0.585786 1.75 0.25 1.41421 0.25 1ZM0.25 7C0.25 6.58579 0.585786 6.25 1 6.25H19C19.4142 6.25 19.75 6.58579 19.75 7C19.75 7.41421 19.4142 7.75 19 7.75H1C0.585786 7.75 0.25 7.41421 0.25 7ZM0.25 13C0.25 12.5858 0.585786 12.25 1 12.25H19C19.4142 12.25 19.75 12.5858 19.75 13C19.75 13.4142 19.4142 13.75 19 13.75H1C0.585786 13.75 0.25 13.4142 0.25 13Z' fill='%232A2E47'/%3E%3C/svg%3E%0A");
    width: 1.2500rem;
    height: 0.8750rem;
}

.wpcf7-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
   background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 0.25C10.9142 0.25 11.25 0.585786 11.25 1V4C11.25 4.41421 10.9142 4.75 10.5 4.75C10.0858 4.75 9.75 4.41421 9.75 4V1C9.75 0.585786 10.0858 0.25 10.5 0.25ZM3.56967 3.06967C3.86256 2.77678 4.33744 2.77678 4.63033 3.06967L6.78033 5.21967C7.07322 5.51256 7.07322 5.98744 6.78033 6.28033C6.48744 6.57322 6.01256 6.57322 5.71967 6.28033L3.56967 4.13033C3.27678 3.83744 3.27678 3.36256 3.56967 3.06967ZM17.4303 3.06967C17.7232 3.36256 17.7232 3.83744 17.4303 4.13033L15.2803 6.28033C14.9874 6.57322 14.5126 6.57322 14.2197 6.28033C13.9268 5.98744 13.9268 5.51256 14.2197 5.21967L16.3697 3.06967C16.6626 2.77678 17.1374 2.77678 17.4303 3.06967ZM0.75 10C0.75 9.58579 1.08579 9.25 1.5 9.25H4.5C4.91421 9.25 5.25 9.58579 5.25 10C5.25 10.4142 4.91421 10.75 4.5 10.75H1.5C1.08579 10.75 0.75 10.4142 0.75 10ZM15.75 10C15.75 9.58579 16.0858 9.25 16.5 9.25H19.5C19.9142 9.25 20.25 9.58579 20.25 10C20.25 10.4142 19.9142 10.75 19.5 10.75H16.5C16.0858 10.75 15.75 10.4142 15.75 10ZM6.78033 13.7197C7.07322 14.0126 7.07322 14.4874 6.78033 14.7803L4.63033 16.9303C4.33744 17.2232 3.86256 17.2232 3.56967 16.9303C3.27678 16.6374 3.27678 16.1626 3.56967 15.8697L5.71967 13.7197C6.01256 13.4268 6.48744 13.4268 6.78033 13.7197ZM14.2197 13.7197C14.5126 13.4268 14.9874 13.4268 15.2803 13.7197L17.4303 15.8697C17.7232 16.1626 17.7232 16.6374 17.4303 16.9303C17.1374 17.2232 16.6626 17.2232 16.3697 16.9303L14.2197 14.7803C13.9268 14.4874 13.9268 14.0126 14.2197 13.7197ZM10.5 15.25C10.9142 15.25 11.25 15.5858 11.25 16V19C11.25 19.4142 10.9142 19.75 10.5 19.75C10.0858 19.75 9.75 19.4142 9.75 19V16C9.75 15.5858 10.0858 15.25 10.5 15.25Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 30%;
    left: 31%;
	background-color: transparent;
	opacity: 1;
}

.wpcf7-form.submitting .wpcf7-submit {
	    color: transparent !important;
}

.wpcf7-form.sent .wpcf7-response-output::before{
	content: "✔"; 
    display: inline-flex;
    font-size: 16px;
	color: #12BF94;
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
	margin-right: 10px;
}
.wpcf7-form.sent .wpcf7-response-output {
    background: #12BF94;
}
.wpcf7-form.invalid .wpcf7-response-output {
	background: #ffb900;
}
.wpcf7-form.sent .wpcf7-response-output, .wpcf7-form.invalid .wpcf7-response-output{
	border-radius: 16px;
    color: #fff;
	padding: 20px 22px;
    margin-top: 24px;
	border: none;
}

.wpcf7-form.invalid .wpcf7-response-output::before{
	content: "!";
    display: inline-flex;
    font-size: 16px;
    color: #ffb900;
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
	margin-right: 10px;
}

.wpcf7-spinner:before {
	content: none;
}

.logo-no-text {
    display: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.mobile-button {
    display: none;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    display: block !important;
    margin-top: 1.2500rem;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

/* .navbar-nav .nav-item:nth-child(1) {
    margin-left: 0;
} */

.navbar.scrolled {
    border-bottom: 0.0625rem solid #DEDEDE;
    background: #fff;
}

.navbar.scrolled .navbar-brand {
    display: block;
    margin-right: 5.0000rem;
}

.navbar-brand img {
    width: 5.2500rem;
}

.dropdown-toggle img {
    width: 1.5000rem;
    height: 1.5000rem;
}


.language-dropdown .dropdown-toggle::after {
    content: none;
}

.mobile-bottom {
    display: none;
}

.dropdown-menu {
    border-radius: 1.0000rem;
    padding: 0.6250rem 0;
    box-shadow: 0 0.2500rem 0.5000rem rgba(0, 0, 0, 0.1);
    border: 0.0625rem solid #DEDEDE;
    padding: 0.5000rem;
    margin-left: -2.1875rem;
    /* top: 85%; */
}

.language-dropdown .dropdown-menu {
    min-width: 7.8750rem;
    margin-top: 0 !important;
    margin-left: -2.1875rem;
}

.dropdown-menu li:nth-child(2) {
    margin: 0.2500rem 0;
}

.dropdown-item {
    font-weight: 500;
    color: #2A2E47;
    padding: 0.3750rem 0.7500rem;
    font-size: 0.8750rem;
}

.dropdown-item.active {
    background-color: #3E51CC;
    color: white;
    border-radius: 0.7500rem;
}

.dropdown-item:hover {
    background-color: #3E51CC;
    color: white;
    border-radius: 0.7500rem;
}

.language-left a.btn {
    font-size: 0.8750rem;
    font-weight: 500;
    border-radius: 1.5000rem;
    background: #3E51CC;
    color: #fff;
    padding: 0.6875rem 1.5625rem;
    margin-left: 1.5000rem;
    border: none;
}

.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.46967 0.46967C0.762563 0.176777 1.23744 0.176777 1.53033 0.46967L7 5.93934L12.4697 0.46967C12.7626 0.176777 13.2374 0.176777 13.5303 0.46967C13.8232 0.762563 13.8232 1.23744 13.5303 1.53033L7.53033 7.53033C7.23744 7.82322 6.76256 7.82322 6.46967 7.53033L0.46967 1.53033C0.176777 1.23744 0.176777 0.762563 0.46967 0.46967Z' fill='%232A2E47'/%3E%3C/svg%3E%0A");
    content: "";
    display: inline-block;
    width: 0.5625rem;
    height: 0.3125rem;
    border: none;
    background-size: contain;
    vertical-align: middle;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu .nav-item::after {
    content: none;
}

:not(.btn-check) + .language-left a.btn:active,
a.primary:active {
    background: #3241A3;
    border: none;
    color: #fff;
}

.language-left a.btn:hover,
a.primary:hover {
    background: #3241A3;
    border: none;
    color: #fff;
}


.language-dropdown .btn-link {
    padding: 0.7500rem;
}

.slider-navigation svg {
    width: 1.1250rem;
    height: 1.0000rem;
}

/* Hero */
.hero {
    padding-top: 10.5000rem;
    padding-bottom: 5.0000rem;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    background-color: #FFFFFF !important;
	-webkit-backdrop-filter: blur(10.0000rem);
    backdrop-filter: blur(10.0000rem);
    opacity: 1;
    overflow: hidden;
	isolation: isolate;
	will-change: backdrop-filter, transform;
}


.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5); /* Yarim shaffof overlay */
    filter: blur(10px); /* Blur effekt */
    z-index: -1; /* Ortida joylashgan qatlam */
}
.hero {
    position: relative;
}


.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-item h2 {
    margin-top: 2.0000rem;
    margin-bottom: 4.6250rem;
}

.hero-count-text {
    font-size: 3.7500rem;
    font-weight: 500;
    color: #2A2E47;
    line-height: 100%;
    margin-bottom: 1.0000rem;
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	width: 16rem;
}
.hero-count-text span {
	width: fit-content;
}

.hero-counter-des {
    font-size: 2.0000rem;
    font-weight: 300;
    line-height: 150%;
	width: 100%;
}

.hero-counter {
    margin-top: 11.6250rem;
    display: flex;
    gap: 5.0000rem;
	max-width: 100%;
	box-sizing: border-box;
}

.footer-copyright-content ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

.pulse {
position: absolute;
    top: 0;
    right: -10px;}
.hero-counter-item {
    position: relative;
    z-index: 2;
	box-sizing: border-box;
	max-width: max-content;
/* 	display: flex;
    flex: 0 1 auto;
    flex-direction: column; */
}
/* .counter {
	display: block;
} */

.hero-counter-item::after {
    content: "";
    width: 0.0625rem;
    height: 100%;
    background: #DEDEDE;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -2.5000rem;
    transition: none;
	overflow: hidden;
	pointer-events: none;
}

.hero-item .btn {
	position: relative;
    z-index: 1;
}

.hero-counter .hero-counter-item:nth-child(3)::after {
    content: none;
}

.hero-item img {
    width: 14.0000rem;
}

.hero-d {
    position: absolute;
    top: 0;
    height: 100%;
    /* width: 100%; */
    top: 18%;
    left: 50%;
}


.hero-anim-blobs {
    position: absolute;
    width: 54.3750rem;
    height: 45.0000rem;
    top: 0;
    right: 0;
}

.hero-d img {
    opacity: 0.6;
	-webkit-mix-blend-mode: soft-light;
    mix-blend-mode: soft-light;
    width: 100%;
    height: auto;
    will-change: mix-blend-mode, transform;
}


@supports (-webkit-backdrop-filter: blur(0.0625rem)) {
    .hero-d img {
        mix-blend-mode: overlay; /* Safari fallback */
    }
}

@supports (mix-blend-mode: soft-light) {
    .hero-d img {
        mix-blend-mode: soft-light;
    }
}
@supports not (mix-blend-mode: soft-light) {
    .hero-d img {
        mix-blend-mode: overlay;
    }
}
/* @supports (-webkit-appearance: none) {
    .hero-d img {
        mix-blend-mode: soft-light;
    }
}

@supports not (mix-blend-mode: soft-light) {
    .hero-d img {
        mix-blend-mode: overlay; 
    }
} */


.hero-anim-blobs {
    position: fixed;
    width: 54.3125rem;
    height: 45.0000rem;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: radial-gradient(at 48% 33%, rgba(56, 255, 183, 0.6), rgba(56, 255, 183, 0) 50%),
    radial-gradient(at 50% 62%, rgba(134, 153, 255, 0.9), rgba(134, 153, 255, 0) 50%),
    radial-gradient(at 106% 33%, rgba(85, 250, 240, 0.6), rgba(85, 250, 240, 0) 50%),
    radial-gradient(at 69% 36%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%),
    radial-gradient(at 85% 32%, rgba(24, 190, 253, 0.3), rgba(24, 190, 253, 0) 50%);
    filter: blur(6.2500rem);
    z-index: -1;
    top: 0;
    left: 0;
	will-change: transform, filter;
}


/* Features */
.features {
    margin-top: 5.0000rem;
    margin-bottom: 1.2500rem;
}

.features-item img {
    margin-bottom: 2.5000rem;
	width: 64px;
	height: 64px;
}

.features-item {
    width: 89%;
}

/* process-overview */
.process-overview {
    overflow: hidden;
}
.process-overview .process-bg {
    background: #FAFAFA;
    padding: 5.0000rem 0.0000rem 5.0000rem 0.0000rem;
    border: 0.0625rem solid #FAFAFA;
    border-radius: 2.5000rem;
    margin-top: 3.9375rem;
    margin-bottom: 0.7500rem;
}

.process-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.0000rem;
    margin-bottom: 3.0000rem;
    margin-right: 5.0000rem;
    padding-left: 5.0000rem;
}

.process-bg h2 {
    padding-left: 5.0000rem;
}

.step {
    background-color: transparent;
    border: 0.1250rem solid #DEDEDE;
    border-radius: 1.0000rem;
    color: #888888;
    padding: 0.7500rem 1.2500rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    font-size: 1.2500rem;
    line-height: 1.5000rem;
    font-weight: 400;
    text-wrap-mode: nowrap;
}

.step.active {
    background-color: #12BF94;
    color: #fff;
    border: none;
}

.progress-line {
    width: 19.6875rem;
    height: 0.1250rem;
    background-color: #DEDEDE;
    margin: 0 0.6250rem;
    transition: background-color 0.5s ease;
    position: relative; /* 👈 обязательно! */
    overflow: hidden;   /* 👈 чтобы не торчало при scale */
}

.progress-line .fill-line {
    position: absolute;     /* 👈 обязательно! */
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #12BF94;
  }

.process-content {
    display: flex;
    position: relative;
}

.content.active {
    opacity: 1;
    position: relative;
}

.process-overview .content img {
    width: 100%;
    height: auto;
}

.progress-line.active {
    background-color: #0CB6AB;
}

.process-content {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-left: 5.0000rem;
}

.process-content .medium-text {
    width: 65%;
}

.process-overview .content {
    min-width: 50.0000rem;
    margin-right: 5.0000rem;
    transition: transform 1s ease;
    position: relative;
    background: #fff;
    border: 0.0625rem solid #DEDEDE;
    border-radius: 2.5000rem;
    padding: 2.5000rem 0 0 2.5000rem;
    transform: translateX(0%);
    box-shadow: -0.0625rem 0.2500rem 0.6250rem rgba(0, 0, 0, 0.05);
}

.process-overview .content img {
    width: 100%;
    height: auto;
	border-radius: 1.5rem 0 2.5rem 0;
    border: 1px solid #DEDEDE;
	border-bottom: none;
    border-right: none;
}

.content.active {
    transform: translateX(0%);
}

.process-items {
    display: none;
    flex-direction: column;
    gap: 2.0000rem;
}

.process-item {
    display: flex;
}

.process-item-content h4 {
    margin-bottom: 0.5000rem;
}

.process-item-content p {
    margin-bottom: 0;
}

.process-item-content {
    margin-left: 1.2500rem;
}

/* incentive-program */
.incentive-program {
    padding-top: 10.3125rem;
    padding-bottom: 5.0000rem;
}

.incentive-item h2 {
    margin: 2.0000rem 0 2.0000rem;
}
.incentive-item {
	margin-top: -4%;
}

.incentive-item .btn {
    margin-top: 3.0000rem;
}

.incentive-program img {
    width: 100%;
}

/* banner */
.banner-header {
    display: flex;
    justify-content: space-between;
}
.banner {
    margin-top: 8.7500rem;
}

.swiper-navi {
    position: relative;
    left: 0;
    background: #FAFAFA;
    border-radius: 50%;
    width: 3.5000rem;
    height: 3.5000rem;
    margin: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    top: 0;
}

.slider-navigation {
    display: flex;
    gap: 0.5000rem;
}

.swiper-navi::after {
    content: none;
}

.swiper-navi:hover {
    background: #EDEDED;
}


/* Swiper styles */
.banner .swiper-slide {
    transition: opacity 0.3s ease;
    opacity: 0.4;
    width: 52.8750rem;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.0000rem;
}

.banner .swiper-wrapper {
    padding-top: 4.0000rem;
    padding-bottom: 5.0000rem;
}

.banner .swiper-slide-active {
    opacity: 1;
}

.banner .swiper-slide-active img {
    box-shadow: 0 0.1250rem 0.2500rem rgba(0, 0, 0, 0.1);
}

/* Partners */
.partners {
    margin-top: 5.0000rem;
    margin-bottom: 5.0000rem;
    position: relative;
    z-index: 1;
}

.partners-header {
    width: 80%;
    margin-bottom: 4.0000rem;
}

.partners-item img {
    width: 7.5000rem;
    height: 3.7500rem;
    object-fit: contain;
    transition: filter 0.5s ease;
    filter: grayscale(1);
}

.partners-item img:hover {
    filter: none;
}

.partners-more {
    font-size: 0.8750rem;
    color: #888;
    margin-top: 0.9375rem;
}

.partners-logo .row {
    row-gap: 4.0000rem;
    margin-top: 2.5000rem;
}

.partners-more {
    font-size: 1.2500rem;
    font-weight: 500;
    line-height: 1.2500rem;
    color: #2A2E47;
}

/* .green.metbtn:hover {
    background: rgba(18, 191, 148, 1);
} */

/* .partners-items .lavender:hover {
background: rgba(134, 153, 255, 1);
} */

/* cross-platform */
.cross-platform {
    background: url('https://site.dorim.com/wp-content/uploads/2024/11/Block-1.jpg') no-repeat;
    background-size: cover;
    padding-top: 6.2500rem;
    padding-bottom: 100;
    position: relative;
    transition: background 0.5s ease;
}

.cross-platform-close {
    position: relative;
    z-index: 20;
}

.platform-main {
    background: url('https://site.dorim.com/wp-content/uploads/2024/11/desktop-1.png') no-repeat;
    background-size: contain;
    height: 90%;
    position: relative;
    padding-top: 27.1250rem;
    padding-bottom: 7.9375rem;
    background-position: center;
}

.platform-order {
    width: 48.3%;
    border-radius: 2.5000rem;
    border: 0.0625rem solid #DEDEDE;
    backdrop-filter: blur(3.0000rem);
    box-shadow: 0.3125rem 0.5000rem 0.5000rem rgba(0, 0, 0, 0.1);
    padding: 2.5000rem 3.0000rem;
    background: #fff;
}

.platform-main-img-mob {
    display: none;
}

.platform-order p {
    padding-top: 1.5000rem;
    padding-bottom: 3.0000rem;
}

.platform-order .btn-no-bg {
    margin-left: 1.5000rem;
    margin-right: 1.9375rem;
}

.platform-download {
    width: fit-content;
    flex-direction: column;
    display: flex;
    gap: 1.0000rem;
    position: absolute;
    top: 70%;
    right: 38.8%;
}

/* Zero */
.zero {
    background: url('https://site.dorim.com/wp-content/uploads/2024/12/Group-88.svg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zero-title {
    font-size: 12.0000rem;
    font-weight: 500;
    color: #2A2E47;
}

.zero-item {
    display: flex;
    justify-content: center;
    position: relative;
}

.zero-description p {
    font-weight: 400;
    margin-top: 2.0000rem;
}

.zero-description h3, .zero-description p {
    transition: all 0.5s ease;
}

.transition {
    transition: all 0.5s ease !important;
}

.cross-platform-close {
    clip-path: inset(0% 0% 0% 0% round 0);
    transition: clip-path 1s ease;
}

.big-zero {
    font-size: 138.6875rem;
    transition: font-size 1s ease;
    color: #2A2E47;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 0;
    will-change: transform, opacity;
	transform: translate3d(calc(-50% 0rem), -50%, 0);
}

.zero {
    position: absolute;
    background: none;
}

.zero-description,
.zero-uzs {
    opacity: 0;
    transition: all 0.5s ease;
}


/* FAQ */
.faq {
    padding-top: 5.3125rem;
    padding-bottom: 5.0000rem;
	background: #fff;
	position: relative;
}

#cross-platform.fixed {
    background-color: white;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5000rem;
}

.accordion {
    border-top: 0.0625rem solid #DEDEDE;
}

.accordion-button {
    font-size: 1.5000rem;
    font-weight: 400;
    padding: 2.0000rem 0;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0.25C9.41421 0.25 9.75 0.585786 9.75 1V8.25H17C17.4142 8.25 17.75 8.58579 17.75 9C17.75 9.41421 17.4142 9.75 17 9.75H9.75V17C9.75 17.4142 9.41421 17.75 9 17.75C8.58579 17.75 8.25 17.4142 8.25 17V9.75H1C0.585786 9.75 0.25 9.41421 0.25 9C0.25 8.58579 0.585786 8.25 1 8.25H8.25V1C8.25 0.585786 8.58579 0.25 9 0.25Z' fill='%232A2E47'/%3E%3C/svg%3E%0A");
	background-size: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.812932 0.811955C1.10582 0.519062 1.5807 0.519062 1.87359 0.811955L7.00012 5.93848L12.1266 0.811955C12.4195 0.519062 12.8944 0.519062 13.1873 0.811955C13.4802 1.10485 13.4802 1.57972 13.1873 1.87262L8.06078 6.99914L13.1873 12.1257C13.4802 12.4186 13.4802 12.8934 13.1873 13.1863C12.8944 13.4792 12.4195 13.4792 12.1266 13.1863L7.00012 8.0598L1.87359 13.1863C1.5807 13.4792 1.10582 13.4792 0.812932 13.1863C0.520038 12.8934 0.520038 12.4186 0.812932 12.1257L5.93946 6.99914L0.812932 1.87262C0.520038 1.57972 0.520038 1.10485 0.812932 0.811955Z' fill='%232A2E47'/%3E%3C/svg%3E%0A");
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #2A2E47;
    box-shadow: none;
}

.accordion-collapse {
    transition: height 0.8s ease, opacity 0.8s ease; /* Ochilish va yopilish animatsiyasi */
}

.accordion-button {
    transition: background-color 0.8s ease, color 0.8s ease, border 0.8s ease, box-shadow 0.8s ease;
}

.accordion-body {
    width: 44%;
    margin-left: auto;
    padding: 0.3750rem 0 2.0000rem;
    margin-bottom: 0;
}

.accordion-body p, .accordion-body div {
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}

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


/*  */
.advantages {
    padding: 5.0000rem 0;
    text-align: left;
    background-color: #fff;
    position: relative;
}

.advantages-heading {
    position: absolute;
}

.advantages-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
    gap: 2.7500rem;
    column-gap: 2.5000rem;
    justify-items: start;
    align-items: center;
}

.advantages h2 {
    width: 70%;
}

.advantage-item {
    background-color: #FAFAFA;
    color: #1E1E1E;
    padding: 1.2500rem 1.5000rem;
    border-radius: 1.5000rem;
    border: 0.0625rem solid #DEDEDE;
    font-size: 1.5000rem;
    font-weight: 400;
    box-shadow: 0 0.0625rem 0.1250rem rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.advantage-item:hover {
    transform: translateY(-0.3125rem);
}

.advantage-item:nth-child(1) {
    grid-column: 4 / 7;
    grid-row: 1 / 2;
    margin-left: 1.2500rem;
}

.advantage-item:nth-child(2) {
    grid-column: 3 / 6;
    grid-row: 2 / 2;
    margin-left: 2.9375rem;
}

.advantage-item:nth-child(3) {
    grid-column: 5 / 7;
    grid-row: 2 / 2;
    margin-left: 2.9375rem;
}

.advantage-item:nth-child(4) {
    grid-column: 2 / 6;
    grid-row: 3 / 3;
    margin-left: 17%;
    margin-top: -4%;
}

.advantage-item:nth-child(5) {
    grid-column: 4 / 7;
    grid-row: 3 / 3;
    margin-left: 25%;
}

/* Pharmacy section */
.pharmacy {
    padding: 5.0000rem 0;
	background: #fff;
}

.pharmacy-items {
    background-color: #FAFAFA;
    padding: 0 5.0000rem;
    border-radius: 2.5000rem;
}

.pharmacy p {
    padding-top: 1.5000rem;
    padding-bottom: 4.0000rem;
    margin-bottom: 0;
}


.pharmacy .swiper-container {
    width: 100%;
    height: 40.0000rem;
    overflow: hidden;
}

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

.pharmacy .logo-img {
    width: 7.5000rem;
    height: 3.7500rem;
    object-fit: contain;
}

.pharmacy .swiper-slide {
    width: 12.0625rem;
    height: 8.7500rem !important;
    padding: 2.5000rem 2.2500rem;
    background-color: #F8F8FB;
    border-radius: 1.5000rem;
    border: 0.0625rem solid #DEDEDE;
    /* box-shadow: 0 0.2500rem 0.5000rem rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.pharmacy-content {
    padding-top: 5.0000rem;
}

.logo-slider-top {
    margin-left: 3.0000rem;
}

.logo-slider-bottom {
    margin-left: 1.5000rem;
}

/* testimonials */
.testimonials {
    padding-top: 5.0000rem;
    padding-bottom: 5.0000rem;
	background: #fff;
}

.testimonial-item {
    display: flex;
    gap: 2.5000rem;
}

.testimonial-img img {
width: 40px;
height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-card {
    background: #FAFAFA;
    padding: 1.5000rem;
    border-radius: 1.5000rem;
}

.testimonial-card p {
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
}

.testimonial-info {
    display: flex;
    gap: 0.7500rem;
}

.testimonials-head h2 {
    margin-bottom: 2.3750rem;
}

.testimonial-author {
    font-size: 0.8750rem;
    font-weight: 500;
}

.testimonial-role {
    font-size: 0.7500rem;
    font-weight: 300;
}


/* Footer */
.footer {
	background: #fff;
}
.footer-text a {
    font-size: 3.0000rem;
    font-weight: 600;
    color: #2A2E47;
    line-height: 110%;
}

.footer-text a.btn {
    font-weight: 400;
}

.footer-text .btn {
    font-size: 1.2500rem;
}

.footer-text {
    list-style: none;
    gap: 1.5000rem;
    display: flex;
    flex-direction: column;
}

.footer-main {
    border-top: 0.0625rem solid #DEDEDE;
    padding-top: 5.0000rem;
    padding-bottom: 4.0625rem;
}

.footer-copyright-content p,
.footer-copyright-content a {
    font-size: 0.7500rem;
    font-weight: 300;
    color: #2A2E47;
    line-height: 150%;
    margin-bottom: 0;
}

.footer-copyright {
    display: flex;
    gap: 1.5000rem;
	line-height: 0;
}

.footer-social {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin-bottom: 0;
}
ul.footer-social li a {
    padding: 1.0000rem;
    transition: all 0.2s ease-out;
    border-radius: 50%;
}
ul.footer-social li a:hover {
    background: #FAFAFA;
    color: #fff;
}
ul.footer-social li a:hover svg path {
    fill: #2A2E47;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4.8750rem;
}

.show-mobile {
    display: none;
}

.show-desktop {
    display: block;
}

/* About*/
.hero-about {
    padding-top: 21.7500rem;
    padding-bottom: 5.0000rem;
    border-radius: 2.5000rem;
}

.hero-about-content h3 {
	margin-bottom: 2rem;
}

.hero-about-content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2.5000rem 3.0000rem;
    backdrop-filter: blur(3.0000rem);
    box-shadow: 0.0000rem 0.2500rem 0.9375rem rgba(0, 0, 0, 0.1);
    border: 0.0625rem solid #DEDEDE;
    border-radius: 2.5000rem;
    width: 53%;
    position: relative;
    right: 9%;
}

.hero-about-content h3 span {
	color: #1E2F96;
}

.hero-sec {
    margin-top: 7.1875rem;
    margin-bottom: 5.1875rem;
}

.home .navbar-brand {
    margin-right: 5.0000rem;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-6.2500rem);
}

.page-template .navbar-nav {
    transform: translate(0%, 0.0000rem);
}


/*Values*/
.values {
    padding-top: 5.0000rem;
    padding-bottom: 5.0000rem;
}

.values-head {
    width: 51%;
}

.values-head h2 {
    margin-bottom: 3rem;
}

.values-head .medium-text span {
color: #888888;
}

.values-icons {
    display: flex;
    align-items: center;
    margin-bottom: 1.0000rem;
}

.values-icons h4 {
    margin: 0;
    margin-left: 1.5000rem;
}


.values-icon {
    background: #18BEFD;
    background-color: rgba(24, 190, 253, 0.2);
    border-radius: 50%;
    padding: 1.1250rem;
}

.values-item {
    margin-top: 6.1250rem;
}

.values-item.values-first {
    position: relative;
    top: 5.1250rem;
    margin-top: 0;
}

.about-pharmacy .logo-slider-top {
    margin-left: 0;
}

.about-pharmacy .swiper-container {
    height: 32.3750rem;
}

.about-pharmacy .logo-slider-bottom {
    margin-left: -1.5000rem;
}

.about-pharmacy .pharmacy-content h2 {
    width: 75%;
    padding-bottom: 2.5000rem;
}

.about-pharmacy .pharmacy-content p {
    padding-top: 0;
    padding-bottom: 1.5000rem;
}

/* contact-bottom */
.contact-bottom {
    margin: 5.0000rem 0;
}

.contact-bottom-content {
    width: 52%;
    text-align: center;
    margin: auto;
}

.contact-bottom-content h2 {
    margin-bottom: 3.0000rem;
}

.contact-item a {
    font-size: 1.7500rem;
    font-weight: 500;
    color: #2A2E47;
    line-height: normal;
}

.contact-item h6 {
    margin-bottom: 0.2500rem;
}

.contact-item .blue-color {
    color: #3E51CC;
    text-decoration: underline;
}

.contact {
    margin-top: 10.5rem;
    margin-bottom: 5.1875rem;
}

.contact-title {
    margin-bottom: 3.5000rem;
}

/* contact-form */
.contact-main {
    background: #FAFAFA;
    padding: 5.0000rem;
    padding-bottom: 3.7500rem;
    border-radius: 2.5000rem;
}

.contact-map img {
    width: 100%;
    border-radius: 2.5000rem;
    box-shadow: 0.0000rem 0.5000rem 0.5000rem rgba(0, 0, 0, 0.1);
}

.contact-forms input, .contact-forms textarea {
    font-size: 0.8750rem;
    font-weight: 500;
    line-height: 140%;
    color: #000;
    padding: 1.1250rem 1.2500rem;
    border-radius: 1.0000rem;
    border: 0.0625rem solid #DEDEDE;
    width: 100%;
}

.contact-forms textarea {
    height: 11.5000rem;
    margin-bottom: 1.0000rem;
}

.wpcf7-form .row {
    --bs-gutter-x: 0.5rem;
}

.wpcf7-form p {
    margin-bottom: 0.5000rem;
    margin-left: 0;
	position: relative;
}

.contact-forms .wpcf7-submit {
    border-radius: 2.0000rem;
    color: #fff !important;
	font-size: 1.25rem;
    line-height: 130%;
	font-weight: 400;
}

.privacy-text {
    font-size: 0.7500rem;
    line-height: 150%;
    font-weight: 300;
    color: #888;
    margin: 0;
    margin-top: 0.6250rem;
    width: 80%;
    margin-left: 1.1250rem !important;
}

.privacy-text a {
    color: #888;
    text-decoration: underline;
}

.contact-map {
    margin-left: 1.8750rem;
}

.wpcf7-form {
    margin-right: 1.8750rem;
}

.form-head {
    margin-bottom: 3.1250rem;
}

.contact-form {
    margin-bottom: 5.0000rem;
}

.contact-forms .wpcf7-submit:hover {
    background: #FAFAFA;
    color: #000 !important;
    border-color: #000;
}

.wpcf7-not-valid-tip {
    font-size: 0.7500rem;
}

.wpcf7-not-valid-tip {
    font-size: 0.7500rem;
	margin-top: 4px;
}

 .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.page-template .navbar-brand {
    margin-right: 5.0000rem;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.navbar.scrolled .navbar-brand {
    visibility: visible;
    opacity: 1;
    transform: translateX(0.0000rem);
}

.navbar-nav {
    display: flex;
    justify-content: flex-end; 
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.navbar.scrolled .navbar-nav {
    transform: translateX(0.0000rem);
}

.home .navbar-nav {
    transform: translate(-36%, 0.0000rem);
}

.navbar-brand {
    display: unset;
}

.privacy-policy header, .page-public-offer header, .page-public-offer footer, .privacy-policy footer, .page-privacy-policy header, .page-privacy-policy footer{
    display: none;
}

.has-large-font-size {
    line-height: 2.8125rem;
}

.content_page {
    margin-top: 5.0000rem;
    margin-bottom: 5.0000rem;
}

.content_page div {
    line-height: 1.8750rem;
}

.contact-item svg {
	display: none;
}

/*  */
@media (max-width: 1400px) {
    .pharmacy .swiper-slide {
        width: 11.0625rem;
    }
    .pharmacy-content {
    padding-top: 3rem;
}
    .progress-line {
        width: 11.8750rem;
    }

    .platform-order {
        width: 60.3%;
    }

    .platform-download {
        width: fit-content;
        right: 21.8%;
    }

    .cross-platform {
        overflow: hidden;
    }

    .advantage-item {
        font-size: 1.1250rem;
    }

    .about-pharmacy .logo-slider-top {
        margin-left: -1.5625rem;
    }

    .contact-forms .wpcf7-submit {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .advantage-item {
        font-size: 1.0000rem;
    }

    .footer-text a {
        font-size: 2.3750rem;
    }
}

@media (max-width: 992px) {
    .about-pharmacy .logo-slider-bottom, .about-pharmacy .logo-slider-top {
         margin-left: -0.5rem;
    }
    /* .hero-counter {
        flex-direction: column;
        margin-top: 3.7500rem;
        gap: 2.5000rem;
    } */
	.accordion-body p {
		font-size: 0.7500rem;
	}
	.accordion-body div {
		font-size: 0.7500rem;
	}

    .hero-counter-item::after {
        content: none;
    }

    .process-overview .process-bg {
        padding: 5.0000rem 0.0000rem 5.0000rem 2.5000rem;
    }

    .process-steps {
        margin-right: 2.5000rem;
    }

    .incentive-program {
        padding-top: 5.0000rem;
        padding-bottom: 5.0000rem;
    }

    .banner .swiper-slide {
        width: 40.6250rem;
    }

    .partners-header {
        width: 100%;
        margin-bottom: 4.0000rem;
    }

    .platform-order {
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        width: 100%;
        backdrop-filter: none;
        border-radius: 0;
    }

    .platform-download {
        position: relative;
        width: 100%;
        display: flex;
        top: 0;
        right: 0;
        gap: 1.0000rem;
        flex-direction: row;
        margin-top: 3.0000rem;
		z-index: 999;
    }

    .platform-download img {
        width: 30%;
    }

    .platform-main-img-mob {
        width: 100%;
    }

    .zero {
        position: relative;
        height: 100%;
        display: block;
    }

    .cross-platform {
        background: none;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .big-zero,
    .zero-title {
        font-size: 5.0000rem;
        opacity: 1;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 1.5000rem;
    }

    .zero-description,
    .zero-uzs {
        opacity: 1;
        text-align: left !important;
    }

    .zero-uzs {
        opacity: 1;
    }

    .platform-main {
        padding: 0;
        background: none;
        height: 100%;
    }

    .big-zero-overlay {
        order: 1;
        margin-top: 4.0000rem;
    }

    .platform-main-img-mob {
        display: block;
    }

    .zero-item {
        justify-content: left;
        transition: all 0.5s ease;
    }

    .zero-mainn {
        width: 70%;
    }

    /* .advantages-heading {
        position: relative;
    }

    .advantage-item:nth-child(1) {
        grid-column: 2 / 7;
    }

    .advantage-item:nth-child(2) {
        grid-column: 1 / 5;
    }

    .advantage-item:nth-child(3) {
        grid-column: 4 / 7;
    }

    .advantage-item:nth-child(4) {
        grid-column: 1 / 6;
    }

    .advantages-list {
        margin-top: 2.7500rem;
    } */

    .logo-slider-bottom {
        margin-left: 0;
        padding-bottom: 1.5000rem;
    }

    .pharmacy .swiper-slide {
        border-radius: 1.0000rem;
    }

    .testimonial-item {
        margin-top: 2.5000rem;
    }

    .footer-text .btn {
        margin-top: 1.5625rem;
    }

    .hero-about {
        padding-top: 3.1250rem;
        padding-bottom: 3.1250rem;
    }

    .values-head {
        width: 100%;
    }

    .values-item.values-first {
        top: 0;
        margin-top: 2.0000rem;
    }

    .values-item {
        margin-top: 2.0000rem;
    }

    .contact-bottom-content {
        width: 80%;
        margin: auto;
    }

    .navbar-collapse {
        position: relative;
    }

    .fixed-navbar .language-dropdown {
        right: 0;
        height: fit-content;
        top: -5.4%;
        right: -0.9375rem;
    }

    .contact .row {
        gap: 2.5000rem;
    }

    .contact-title {
        margin-bottom: 1.5000rem;
    }

    .privacy-text {
        width: 60%;
    }

    .contact-map {
        margin-left: 0;
        margin-top: 1.2500rem;
    }

    .page-template-contact .navbar-brand .logo-no-text, .page-template-about .navbar-brand .logo-no-text, .post-type-archive .navbar-brand .logo-no-text {
        display: block;
        width: 1.5000rem;
    }

    .wpcf7-form {
        margin-right: 0;
    }

    .post-type-archive h1 {
        margin-bottom: 1.2500rem;
        font-size: 1.8750rem;
    }

    .testimonials-archive .row {
        gap: 1.2500rem;
    }

.page-template .navbar-brand {
    margin: 0;
}
.navbar .dropdown:hover .dropdown-menu {
    display: none;
    opacity: unset;
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    display: block !important;
    margin-top: 1.2500rem;
}
.dropdown-menu {
    margin-left: 0;
}
	.contact-forms .wpcf7-submit:hover {
		background-color: #3E51CC;
		color: #fff !important;
		border: none !important;
	}
	.wpcf7-form.submitting .wpcf7-submit {
          color: transparent !important;
	}
	.wpcf7-spinner {
		top: 25%;
		left: 1px;
		    width: 15px;
    height: 15px;
	}
}

@media (max-width: 768px) {
	.wpcf7-form.sent .wpcf7-response-output, .wpcf7-form.invalid .wpcf7-response-output {
		display: flex;
	align-items: center;
    font-size: 14px;
		    margin-left: 0;
	}
	.wpcf7-form p {
		margin-left: 0 !important;
	}
	
	.wpcf7-form.invalid .wpcf7-response-output::before {
	margin-right: 10px;
    width: 25px;
    height: 20px;
}
	
    .about-pharmacy .logo-slider-top {
        margin-bottom: 0;
    }
    .about-pharmacy .pharmacy-content h2 {
        font-size: 2.5rem;
    }
    .cross-platform {
        margin-top: 4rem;
    }
    .features-item img {
        width: 40px;
    }
    .process-steps,
    .process-content {
        display: none;
    }

    .process-overview .process-bg {
        padding: 4.3750rem 3.7500rem;
        margin: 0;
    }

    .process-items {
        margin-top: 3.1250rem;
        gap: 4.3750rem;
    }

    .process-item-icon {
        margin-top: 0.3750rem;
    }

    .process-overview {
        padding-top: 2.0000rem;
        padding-bottom: 2.0000rem;
    }

    .process-items {
        display: flex;
    }

    .banner .swiper-slide {
        width: 28.1250rem;
    }

    .partners-more {
        font-size: 0.7500rem;
        font-weight: 300;
        color: #2A2E47;
        line-height: 150%;
    }

    .partners-logo .row {
        row-gap: 1.5000rem;
        margin-top: 1.3750rem;
    }

    .partners {
        margin-top: 0.0000rem;
        margin-bottom: 2.0000rem;
        position: relative;
        z-index: 1;
    }

    .show-desktop {
        display: none;
    }

    .btn.show-mobile {
        width: fit-content;
        margin-top: 1.5000rem;
    }

    /* .pharmacy .swiper-slide {
        width: 6.8750rem;
        height: 4.3750rem !important;
        padding: 1.2500rem;
    } */

    .logo-slider-top {
        margin-left: 1rem;
        margin-bottom: 1.2500rem;
    }

    .pharmacy-content {
        padding: 2.7500rem 1.5000rem;
    }

    .testimonial-item {
        gap: 1.0000rem;
        flex-direction: column;
    }

    .testimonials {
        padding-top: 2.0000rem;
        padding-bottom: 3.0000rem;
    }

    .testimonials-head h2 {
        margin-bottom: 1.5000rem;
    }

    .footer-copyright {
        flex-direction: column-reverse;
    }

    .footer-social {
        margin-bottom: 1.8750rem;
        padding: 0.7500rem;
    }

    .footer-copyright-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-copyright-content a {
        margin-bottom: 1.5000rem;
    }

    .hero-about-content span {
        color: #1E2F96;
        font-weight: 600;
    }

    .hero-sec {
        margin-top: 6.2500rem;
        margin-bottom: 2.0000rem;
    }

    .values {
        padding-top: 2.0000rem;
        padding-bottom: 2.0000rem;
    }

    .values-head p {
        padding-top: 1.0000rem;
        margin-bottom: 0;
    }

    .values-item {
        margin-top: 1.5000rem;
    }

    .values-icon svg {
        width: 1.3125rem;
        height: 1.3125rem;
        vertical-align: top;
    }

    .values-icon {
        padding: 0.6250rem;
        height: 2.5000rem;
    }

    .values-icons h4 {
        margin-left: 1.0000rem;
    }

    .about-pharmacy .pharmacy-content {
        padding: 2rem 1rem;
    }

    .about-pharmacy .pharmacy-content h2, .about-pharmacy .pharmacy-content p {
        padding-bottom: 1.0000rem;
    }

    .mobile-bottom {
        position: absolute;
        width: 100%;
        /* top: 75%; */
        bottom: 3.1250rem;
        margin: 0;
    }

    .contact-bottom {
        margin: 2.5000rem 0;
        padding-top: 2.5000rem;
    }

    .contact {
        margin-top: 6.2500rem;
        margin-bottom: 2.0000rem;
    }

    .contact .row {
        gap: 1.0000rem;
    }

    .contact-main {
        padding: 3.1250rem;
    }

    .contact-form {
        margin-bottom: 3.0000rem;
    }
.process-bg h2 {
    padding-left: 0;
}

}

@media (max-width: 576px) {
	.contact-item svg {
	display: block;
	margin-right: 12px;
    margin-top: -5px;
}
	.contact-item {
    display: flex;
    background: #E8F9FF;
    padding: 12px;
    border-radius: 16px;
    padding-top: 18px;
	}
	.contact-item2{
		background: #ECFFF8;
	}
	.contact-item3 {
		background: #F6F8FF;
	}
	.contact-item3 svg{
    width: 48px;
    height: 24px;
	}
	
	.wpcf7-spinner {
		top: 27%;
		left: 26px;
		    width: 25px;
    height: 25px;
	}
    .about-pharmacy .logo-slider-top {
        margin-bottom: 0.7500rem;
    }
    .about-pharmacy .pharmacy-content h2 {
        font-size: 20px;
    }
    .pharmacy-content {
        padding: 5.6250rem 1.5000rem;
    }

    .about-pharmacy .logo-slider-bottom, .about-pharmacy .logo-slider-top {
        margin-left: 0;
    }

    .pharmacy .swiper-container {
        width: auto;
    }
    .pharmacy-items {
        padding: 0;
        border-radius: 1.5000rem;
    }
    .hero-about-content p {
        padding-top: 1.5000rem;
    }
    .show-mobile {
        display: block;
    }
    .hero-about-content img {
        min-height: 10.8750rem;
        width: 100%;
        object-fit: cover;
        border-radius: 1.0000rem;
    }
    .hero-about-content h3 {
        margin-bottom: 1.5000rem;
    }
    .hero-about-content {
        width: 95%;
        position: relative;
        right: 0%;
        margin: auto;
    }
    .hero-about-content {
        background: none;
        padding: 0;
        box-shadow: none;
        border: none;
    }
    .hero-about {
        background: none !important;
        padding: 0;
    }
        .cross-platform {
        margin-top: 0;
    }
    .footer-bottom {
        flex-direction: column-reverse;
        align-items: unset;
    }
    .partners-header {
        width: 100%;
        margin-bottom: 1.5000rem;
    }
        .pharmacy .logo-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .advantages-heading {
        position: relative;
    }
    .hero-counter {
        flex-direction: column;
        margin-top: 3.7500rem;
        gap: 2.5000rem;
    }
     .advantage-item:nth-child(2) {
        grid-column: 1 / 5;
        margin-left: 0;
    }

    .advantage-item:nth-child(4) {
        grid-column: 1 / 6;
        margin-left: 0;
    }
    
    .partners-manufacturers {
        margin-top: 2.5000rem;
    }
    .navbar-brand {
    visibility: unset !important;
    opacity: 1 !important;
    transform: translateX(0.0000rem) !important;
    margin: 0.0000rem;
    padding: 0.0000rem;
}
    .footer-text {
        padding: 0;
    }
     .pharmacy .swiper-slide {
        width: 100%;
    }
    .logo-slider-top {
        margin-left: 0;
    }
      .pharmacy .swiper-container {
        height: 100%;
    }
    .features .row {
        gap: 1.5000rem;
    }
    .navbar-brand {
        display: block;
    }

    .navbar-brand img {
        display: none;
    }

    .scrolled .navbar-brand img.logo-no-text {
        width: 1.5000rem;
        display: block;
    }

    .mobile-control-panel {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .navbar-toggler {
        order: -1;
    }

    .navbar-expand-sm {
        padding: 1.2500rem 0;
    }

    .navbar.scrolled .navbar-brand {
        margin: 0;
    }

    .navbar-collapse {
        height: 100vh;
    }

    .navbar > .container {
        padding: 0 1.7500rem;
    }

    .fixed-navbar .language-dropdown {
        top: 0.3750rem;
    }

    .language-dropdown {
        position: absolute;
        top: -2.1875rem;
        right: -0.9375rem;
        will-change: opacity;
        transition: opacity 0.5s ease;
    }

    .language-dropdown .dropdown-menu {
        margin-left: -5.0000rem;
    }

    .nav-item {
        margin: 0.9375rem 0;
    }

    .navbar-nav {
        margin-top: 2.2500rem;
        transform: translate(0, 0.0000rem) !important;
    }

    .nav-item.active::after {
        width: 0;
    }

    .navbar-expand-sm .navbar-nav .nav-link.active {
        color: #3E51CC;
    }

    .nav-item:hover::after {
        width: 0;
    }

    .language-left a.btn {
        padding: 0.8750rem 1.5625rem;
        margin-left: 0;
        margin-top: 1.5000rem;
    }

    .mobile-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 100%;
    }

    .dropdown-menu {
        width: fit-content;
    }

    .navbar {
        background: transparent;
    }

    .navbar-toggler {
        width: 1.2500rem;
    }
    .navbar-collapse.show {
    height: 95vh;
    opacity: 1; 
    position: relative;
}

.navbar-collapse {
    height: 0; 
    opacity: 0; 
    top: 0; 
    left: 0;
    width: 100%; 
    z-index: 1050;
     transition: max-height 0.5s ease, opacity 0.5s ease; 
}
     .mobile-button {
        display: block;
        opacity: 1 !important;
    }
    h1 {
        font-size: 2.5000rem;
        line-height: 100%;
    }

    h2 {
        font-size: 1.2500rem;
        line-height: 110%;
    }

    h3 {
        font-size: 1.2500rem;
        line-height: 110%;
    }

    h4 {
        font-size: 1.0000rem;
        line-height: 125%;
        font-weight: 600;
    }

    p.large-text {
        font-size: 0.8750rem;
        line-height: 150%;
    }

    p.medium-text {
        font-size: 0.8750rem;
        line-height: 150%;
    }

    .hero {
        padding-top: 6.5000rem;
        padding-bottom: 2.0000rem;
    }

    .hero-item img {
        width: 8.6875rem;
    }

    .hero-item h2 {
        width: 15.6250rem;
    }

    .hero-item h2 {
        margin-top: 1.5000rem;
        margin-bottom: 5.7500rem;
    }


    .btn {
        border-radius: 2.0000rem;
        padding: 0.9375rem 1.6875rem;
        font-size: 0.8750rem;
        font-weight: 500;
        line-height: 140%;
    }

    .hero-counter {
        gap: 1.5000rem;
    }

    .hero-count-text {
        font-size: 2.5000rem;
        margin-bottom: 0.2500rem;
    }

    .hero-counter-des {
        font-size: 1.0000rem;
    }

    .features {
        margin-top: 2.0000rem;
        margin-bottom: 2.0000rem;
    }

    .features-item img {
        width: 2.5000rem;
        margin-bottom: 1.2500rem;
    }

    .features-item h4 {
        margin-bottom: 0.7500rem;
    }

    .process-overview .process-bg {
        padding: 1.5000rem 1.0000rem;
    }

    .process-items {
        margin-top: 1.5000rem;
        gap: 2.0000rem;
    }

    .incentive-program {
        padding-top: 2.0000rem;
        padding-bottom: 2.0000rem;
    }


    .metbtn {
        border-radius: 0.7500rem;
        padding: 0.3125rem 0.5625rem;
        font-size: 0.7500rem;
        font-weight: 300;
    }

    .incentive-item h2 {
        margin: 1.0000rem 0 1.0000rem;
    }

    .incentive-item {
        margin-top: -1.3750rem;
    }

    .incentive-item .btn {
        margin-top: 0.5000rem;
    }

    .banner .slider-navigation {
        display: none;
    }

    .banner .swiper-wrapper {
        padding-top: 1.0000rem;
        padding-bottom: 4.0000rem;
    }

    .banner .swiper-slide {
        width: 15.0000rem;
    }

    .banner .swiper-slide img {
        border-radius: 1.5000rem;
    }

    .banner {
        padding-top: 2.0000rem;
        margin-top: 0;
    }

    .cross-platform {
        padding-top: 2.0000rem;
    }

    .platform-order p {
        padding-top: 0.5000rem;
        padding-bottom: 1.5000rem;
        margin: 0;
    }

    .platform-order .btn-no-bg {
        margin: 0;
        padding: 0.9375rem 0.6250rem;
        font-size: 0.8125rem;
    }

    .platform-order .btn {
        font-size: 0.8125rem;
		z-index: 999;
		position: relative;
    }

    .platform-download {
        margin-top: 1.5000rem;
    }

    .zero-mainn {
        width: 86%;
    }

    .zero-description p {
        margin-top: 1.0000rem;
    }

    .platform-download img {
        width: 100%;
    }

    .accordion-button {
        font-size: 0.7500rem;
        padding: 2.0000rem 0;
        line-height: 150%;
        padding: 0.9375rem 1.2500rem;
        border-radius: 1.5000rem !important;
        border: none;
        border: 0.0625rem solid #DEDEDE;
    }

    .accordion {
        border: none;
        display: flex;
        flex-direction: column;
        gap: 1.0000rem;
    }

    .accordion-flush > .accordion-item {
        border: none;
    }

    .accordion-button::after {
        width: 0.6250rem;
        height: 0.6250rem;
        background-size: cover;
    }

    .accordion-body {
        padding: 0.9375rem 1.2500rem;
        border-radius: 1.5000rem !important;
        border: none;
        border: 0.0625rem solid #DEDEDE;
        margin-top: 1.0000rem;
        font-size: 0.7500rem !important;
        width: 100%;
    }

    .faq {
        padding-top: 4.0000rem;
        padding-bottom: 2.0000rem;
    }

    .faq-header {
        margin-bottom: 1.0000rem;
    }

    .btn.show-mobile {
        margin-top: 0;
    }

    .advantage-item {
        font-size: 0.7500rem;
        padding: 0.7500rem;
        border-radius: 1.0000rem;
    }

    .advantage-item:nth-child(1) {
        grid-column: 2 / 8;
        grid-row: 1 / 2;
        margin-left: 0;
    }

    .advantage-item:nth-child(2) {
        grid-column: 1 / 7;
        grid-row: 2 / 2;
        margin-left: 0;
    }

    .advantage-item:nth-child(3) {
        grid-column: 3 / 10;
        grid-row: 3 / 3;
        margin-left: 0;
    }

    .advantage-item:nth-child(4) {
        grid-column: 2 / 7;
        grid-row: 4 / 4;
        margin-left: 0;
        margin-top: 0;
    }

    .advantage-item:nth-child(5) {
        grid-column: 2 / 8;
        grid-row: 5 / 5;
        margin-left: 0;
        white-space: nowrap;
    }

    .advantage-item br {
        display: none;
    }

    .advantages-list {
		display: flex;
        gap: 1rem;
        flex-direction: column;
        justify-items: center;
    }

    .advantages-list {
        margin-top: 1.5000rem;
    }

    .advantages {
        padding: 2.0000rem 0;
    }

    .advantages h2 {
        width: 50%;
    }

    .pharmacy .swiper-slide {
        width: 5.6250rem;
        height: 3.7500rem !important;
        padding: 0.9375rem;
    }

    .logo-slider-top {
        margin-bottom: 0.7500rem;
    }

    .pharmacy-content {
        padding: 1.5000rem 1.5000rem 2.5000rem 1.5000rem;
    }

    .pharmacy {
        padding: 2.0000rem 0;
    }

    .pharmacy p {
        padding-top: 1.0000rem;
        padding-bottom: 1.5000rem;
    }

    .pharmacy-content h2 {
        width: 97%;
    }

    .footer-text {
        margin-top: 1.5000rem;
    }

    .footer-text a {
        font-size: 1.2500rem;
    }

    .footer-text {
        gap: 0.5000rem;
    }

    .footer-text .btn {
        margin-top: 1.0000rem;
    }

    .footer-text .btn {
        font-size: 0.8750rem;
    }

    .footer-bottom {
        padding-top: 3.6250rem;
    }

    .footer-social {
        gap: 3.0000rem;
        margin-bottom: 1.5000rem;
    }

    .footer-main {
        padding-top: 3.0000rem;
        padding-bottom: 3.0000rem;
    }

    .contact-main {
        padding: 1.5000rem 1.0000rem;
        border-radius: 1.5000rem;
    }

    .form-head {
        margin-bottom: 1.5000rem;
    }

    .contact-item a {
        font-size: 1.0000rem;
        font-weight: 600;
    }
    .contact-item .blue-color {
        display: block;
    }

    .contact-item h6 {
        font-size: 0.7500rem;
        font-weight: 400;
    }

    .contact-forms .wpcf7-submit {
        padding: 0.8125rem 1.5000rem;
		font-size: 0.875rem;
    }

    .privacy-text {
        width: 100%;
    }

    .contact-map img {
        border-radius: 1.0000rem;
        box-shadow: unset;
    }

    .hero-anim-blobs {
      /* display: none; */
    }
.hero-d {
    top: 11%;
    left: 12%;
}

.hero-d img {
    width: 22.7500rem;
}

    .accordion-button::after  {
    background-image: unset;
    }

    .accordion-button {
    
    }

    .accordion-button:not(.collapsed) {
    background: rgba(134,153,255,0.2);
    border: 0.0625rem solid transparent;
    border-bottom-right-radius: 0.0000rem !important;
    z-index: auto;
    }



    .accordion-button:not(.collapsed)::after {
     content: '';
        background-image: unset;
        position: absolute;
        bottom: -0.0813rem;
        right: -0.5000rem;
        width: 2.5000rem;
        height: 2.5000rem;
        background-color: rgba(134, 153, 255, 0.2);
        clip-path: polygon(0% 0, 70% 81%, 108% 100%, 0 100%, 0 100%);
        z-index: -1;
        transform: unset;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }
    .accordion-body {
        border: none;
        background: rgba(18, 191, 148, 0.2);
        position: relative;
        border-bottom-left-radius: 0.0000rem !important;
        margin-top: 0.5000rem;
    }
    .accordion-item .accordion-body::after {
     content: '';
        background-image: unset;
        position: absolute;
        bottom: 0.0063rem;
        left: -0.5000rem;
        width: 2.5000rem;
        height: 2.5000rem;
        background-color: rgba(18, 191, 148, 0.2);
        clip-path: polygon(70% 60%, 100% 100%, 100% 100%, 0 100%, 0 100%);
        z-index: -1;
        transform: unset;
    }
    .has-large-font-size {
    font-size: 1.6250rem !important;
    line-height: 2.1875rem;
}
    .content {
        margin-top: 2.5000rem;
        margin-bottom: 2.5000rem;
    }
}

.swiper-banner::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.swiper-banner::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.swiper-banner::before,
.swiper-banner::after {
  content: '';
  position: absolute;
  top: 0;
  width: 5.0000rem;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

/* @supports (-webkit-touch-callout: none) {
    .big-zero {
        transform: translate(-50%, 0%);
    }
} */