@charset "UTF-8";
/*border-radius*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  font-family: "Fustat", sans-serif;
  font-weight: normal;
  line-height: 1.7;
  color: #202020;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
}
@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

main {
  width: 100%;
}
@media (max-width: 992px) {
  main {
    padding-top: 120px !important;
  }
}
main:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 216px;
  width: 160px;
  height: 170px;
  background-image: url("/wp-content/uploads/2025/11/Group-42817-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1600px) {
  main:after {
    top: 210px;
    width: 140px;
    height: 160px;
  }
}
@media (max-width: 1200px) {
  main:after {
    display: none;
  }
}
main:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 450px;
  width: 196px;
  height: 296px;
  background-image: url("/wp-content/uploads/2025/11/Group-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1600px) {
  main:before {
    top: 210px;
    height: 200px;
    width: 140px;
  }
}
@media (max-width: 1200px) {
  main:before {
    display: none;
  }
}

select option {
  color: black !important;
}

.btn,
a.btn {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  background-color: #AA7ACF;
  color: #FFFFFF;
  gap: 1em;
  outline: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  height: 46px;
  border-radius: 80px;
  font-weight: 700;
  transition: 0.4s all;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #AA7ACF;
  transition: all 0.3s;
  font-family: "Fustat", sans-serif;
}
.btn:hover,
a.btn:hover {
  background-color: #6A4288;
}
.btn svg,
a.btn svg {
  width: 1.375em;
  height: 1.375em;
}

.btn.gold-btn::after {
  background-color: #D4AF37;
}
.btn.gold-btn::before {
  background-color: rgb(208, 177, 0);
}

.btn.green-btn {
  background-color: #FFFFFF;
  border: 2px solid #9DBD78;
  color: #9DBD78;
  font-family: "Fustat", sans-serif;
}
.btn.green-btn:hover {
  background-color: #9DBD78;
  color: #FFFFFF;
}
.btn.green-btn:hover .button-icon svg {
  filter: brightness(0) invert(1);
}

.btn.white-btn {
  background-color: #FFFFFF;
  color: #AA7ACF;
  border: 2px solid white;
}
.btn.white-btn:hover {
  background-color: #AA7ACF;
  color: #FFFFFF !important;
}
.btn.white-btn:hover .button-icon svg {
  filter: brightness(0) invert(1);
}

.button-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-icon svg {
  height: 18px !important;
}

h1 {
  font-weight: 700;
  font-size: 4.125em;
  line-height: 1.0588;
  margin-top: 12px;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 3.75em;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 2.2em;
  }
}

h2 {
  font-weight: 800;
  font-size: 2.625em;
  line-height: 1.1429;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 2.3em;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1.5385;
}
@media (max-width: 1600px) {
  h3 {
    font-size: 1.45em;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 1em;
  }
}

h4 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
}

.blue {
  color: #AA7ACF;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blue {
    font-size: 14px;
  }
}

.white-span {
  color: white;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .white-span {
    font-size: 14px;
  }
}

.blue-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.white-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ds_bg_vector {
  background: url("/wp-content/uploads/2025/06/background-vector.svg") center center;
  background-size: cover;
}

input,
textarea, select {
  padding: 1em 1em;
  outline: 0;
  border: 1px solid #AA7ACF;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  resize: none;
}
input::placeholder,
textarea::placeholder, select::placeholder {
  color: #FFFFFF;
}

textarea {
  height: 9em;
}

a {
  color: inherit;
}

section {
  margin-bottom: 6em;
}

body:not(.home) h1 a {
  text-decoration: none;
  color: currentColor;
}

.ds_contact_section iframe {
  height: 27em;
  border: 1px solid #AA7ACF;
  border-radius: 1.25em;
}

main ul {
  list-style: none;
}
main ul li {
  position: relative;
  margin-left: 1.5em;
}
main ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.1em;
  height: 0.1em;
  background: #202020;
  border-radius: 50%;
}

body.error404 main#main {
  padding: 0;
}
body.error404 .error-404-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  text-align: center;
  align-items: center;
}
body.error404 .error-404-wrapper > div h1 {
  font-size: 6em;
  margin-bottom: 0;
}

.page-template-default h2 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

p.red_text {
  color: red;
  font-size: 0.8em;
  font-weight: 700;
  text-align: end;
}

html.scroll {
  height: 100%;
  overflow: hidden;
}

.ds_about > .container .wp-block-columns {
  margin-bottom: 2em;
}
.ds_about > .container .wp-block-columns img {
  border-radius: 1.25em;
}

.text-icon-link {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #AA7ACF;
  font-weight: 800;
  transition: all 0.3s;
}
.text-icon-link:hover {
  color: #6A4288;
}

.lightgrey-section {
  background-color: #F6F9F2;
}

.page-template-ds_contact {
  background-color: #F6F9F2 !important;
}

.current-menu-item a {
  color: #AA7ACF !important;
}

/*border-radius*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.d-none {
  display: none !important;
}

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

.justify-center {
  justify-content: center;
}

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

.w-100 {
  width: 100%;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-small .col-1, .row-small .col-2, .row-small .col-3, .row-small .col-4, .row-small .col-5, .row-small .col-6, .row-small .col-7, .row-small .col-8, .row-small .col-9, .row-small .col-10, .row-small .col-11, .row-small .col-12, .row-small .col, .row-small .col-auto, .row-small .col-sm-1, .row-small .col-sm-2, .row-small .col-sm-3, .row-small .col-sm-4, .row-small .col-sm-5, .row-small .col-sm-6, .row-small .col-sm-7, .row-small .col-sm-8, .row-small .col-sm-9, .row-small .col-sm-10, .row-small .col-sm-11, .row-small .col-sm-12, .row-small .col-sm, .row-small .col-sm-auto, .row-small .col-md-1, .row-small .col-md-2, .row-small .col-md-3, .row-small .col-md-4, .row-small .col-md-5, .row-small .col-md-6, .row-small .col-md-7, .row-small .col-md-8, .row-small .col-md-9, .row-small .col-md-10, .row-small .col-md-11, .row-small .col-md-12, .row-small .col-md, .row-small .col-md-auto, .row-small .col-lg-1, .row-small .col-lg-2, .row-small .col-lg-3, .row-small .col-lg-4, .row-small .col-lg-5, .row-small .col-lg-6, .row-small .col-lg-7, .row-small .col-lg-8, .row-small .col-lg-9, .row-small .col-lg-10, .row-small .col-lg-11, .row-small .col-lg-12, .row-small .col-lg, .row-small .col-lg-auto, .row-small .col-xl-1, .row-small .col-xl-2, .row-small .col-xl-3, .row-small .col-xl-4, .row-small .col-xl-5, .row-small .col-xl-6, .row-small .col-xl-7, .row-small .col-xl-8, .row-small .col-xl-9, .row-small .col-xl-10, .row-small .col-xl-11, .row-small .col-xl-12, .row-small .col-xl, .row-small .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bi {
  fill: currentColor;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

.text-uppercase {
  text-transform: uppercase;
}


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*border-radius*/
/*header - page top margin fix*/
main {
  padding-top: 240px;
  min-height: calc(100vh - 51.35em);
}
@media (max-width: 991px) {
  main {
    min-height: unset;
  }
}

#masthead {
  position: fixed;
  z-index: 999;
  transition: 0.4s all;
  width: 100%;
}
@media (max-width: 992px) {
  #masthead {
    background-color: white !important;
  }
}
#masthead .navbar #nav-icon3 {
  display: none;
}
#masthead .navbar #main-nav {
  height: 100%;
}
#masthead .navbar #main-nav ul {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
  gap: 2em;
}
#masthead .navbar #main-nav ul li a {
  text-decoration: none;
  color: #202020;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.4s all;
  font-weight: 700;
}
#masthead .navbar #main-nav ul li a:hover {
  color: #AA7ACF;
}
#masthead .navbar #main-nav ul li.menu-item-has-children {
  z-index: 1;
}
#masthead .navbar #main-nav ul li.menu-item-has-children:hover .ul-wrap {
  pointer-events: all;
  opacity: 1;
}
#masthead .navbar #main-nav ul .current-menu-item > a, #masthead .navbar #main-nav ul .current-menu-parent > a {
  color: #AA7ACF;
  border-top: 3px solid #AA7ACF;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: end;
  height: 80px;
  transition: 0.4s all;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  padding: 0.75em 0;
  flex-grow: 1;
}
#masthead .ds_wrapper_menu_main .navbar-brand figure {
  display: flex;
  height: 100%;
}
@media (max-width: 560px) {
  #masthead .ds_wrapper_menu_main .navbar-brand figure {
    align-items: center;
  }
}
#masthead .ds_wrapper_menu_main .navbar-brand figure img {
  height: 100%;
  width: auto;
}
@media (max-width: 560px) {
  #masthead .ds_wrapper_menu_main .navbar-brand figure img {
    height: 38px;
  }
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}
#masthead .ds_wrapper_menu_main .navbar-brand a svg {
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a svg path {
  fill: white;
}
#masthead .ds_wrapper_menu_main .header_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#masthead .ds_wrapper_menu_main .header_icons:last-child {
  margin-left: 3em;
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn) {
  display: flex;
  color: #202020;
  text-decoration: none;
  gap: 1em;
  margin-right: 2em;
  font-weight: 700;
  transition: 0.4s all;
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn):hover {
  color: #AA7ACF;
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn) svg {
  height: 1.5em;
  width: 1.5em;
}

.bottom-navbar {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s;
}

.bottom-navbar {
  height: 96px;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition: margin-top 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s;
}

@media (min-width: 992px) {
  .smallHeader .bottom-navbar {
    margin-top: -96px;
    opacity: 0;
    visibility: hidden;
  }
}
.smallHeader {
  background-color: #FFFFFF !important;
  overflow: hidden;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 80px;
    list-style: none;
    width: 90%;
    gap: 1em !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #F9F9F9;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 38px 0 28px;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    line-height: 2.85;
    height: auto !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children {
    border-bottom: 0 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children > a {
    display: none !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children ul {
    opacity: 1 !important;
    box-shadow: none !important;
    pointer-events: all !important;
    position: unset !important;
    background: transparent !important;
    gap: 1em !important;
    border-radius: 0 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children ul li a {
    background: transparent !important;
    padding: 0 38px 0 28px !important;
  }
  header .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: white;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover svg,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover svg,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover svg {
    fill: #192624 !important;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover .woocommerce-Price-amount,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover .woocommerce-Price-amount,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover .woocommerce-Price-amount {
    color: #192624;
  }
  .navbar-toggler {
    height: 40px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    border: 0;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    background: #AA7ACF;
    border-radius: 9px;
    opacity: 1;
    left: 7px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 11px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 19px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 27px;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 19px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 19px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: auto;
    position: relative;
    z-index: 100;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a svg path {
    transition: 0.4s all;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
  #masthead .ds_wrapper_menu_main #main-nav {
    background-image: url(/wp-content/uploads/2021/11/mobile-menu-min.jpg);
    height: 100vh !important;
    background-size: cover;
    background-position: center;
  }
  #masthead.headerOpen .navbar-brand a svg path {
    fill: white;
  }
}
@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}
@media (max-width: 575px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.3875em;
  }
}
.bottom-navbar {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .bottom-navbar {
    display: none;
  }
}
.bottom-navbar .container {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 28px 32px;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.bottom-navbar .container .header-nets {
  display: flex;
  gap: 0.5em;
}
.bottom-navbar .container .header-nets a {
  height: 36px;
  width: 36px;
  border: 2px solid #AA7ACF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  transition: all 0.2s;
}
.bottom-navbar .container .header-nets a:hover {
  opacity: 0.6;
}

.mobile-header-nets {
  display: flex;
  gap: 0.5em;
  padding: 1em;
}
.mobile-header-nets a {
  height: 36px;
  width: 36px;
  border: 2px solid #AA7ACF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  transition: all 0.2s;
}
.mobile-header-nets a:hover {
  opacity: 0.6;
}

.google-header-wrap {
  display: flex;
  align-items: center;
  gap: 1em;
}
.google-header-wrap svg {
  height: 32px;
  width: 32px;
}

.google-review-header-wrap {
  max-width: 220px;
}
.google-review-header-wrap .wp-google-powered {
  display: none !important;
}
.google-review-header-wrap .grw-header-inner {
  padding: 0 !important;
}
.google-review-header-wrap .wp-gr {
  padding: 0 !important;
}
.google-review-header-wrap .wp-star svg {
  max-height: 16px !important;
  max-width: 16px !important;
}
.google-review-header-wrap .wp-google-rating {
  color: #202020 !important;
  font-size: 18px !important;
}
.google-review-header-wrap .wp-google-based {
  margin-top: 0 !important;
}

.menu-item-content-wrapper {
  display: flex;
  align-items: center;
  gap: 1em;
}

.menu-item-sub-image {
  height: 80px;
  width: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.sub-menu-bottom-link {
  color: #AA7ACF;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sub-menu-item-title {
  font-size: 18px;
  font-weight: 800;
}

.sub-menu-pricing-link {
  color: white !important;
  padding: 1.25em;
  background-color: #D4AF37;
  display: flex;
  gap: 1.5em;
  border-radius: 15px;
}
.sub-menu-pricing-link .sub-icon-wrap {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 1.25em;
}
.sub-menu-pricing-link .sub-icon-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sub-menu-pricing-link .sub-icon-texts > span {
  font-size: 18px;
  font-weight: 800;
}
.sub-menu-pricing-link .sub-icon-texts .sub-icon-link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sub-menu-pricing-link .sub-icon-texts .sub-icon-link span {
  text-decoration: underline;
  font-weight: 14px !important;
  font-weight: 600 !important;
}

.sub-menu-process-link {
  color: white !important;
  padding: 1.25em;
  background-color: #AA7ACF;
  display: flex;
  gap: 1.5em;
  border-radius: 15px;
}
.sub-menu-process-link .sub-icon-wrap {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 1.25em;
}
.sub-menu-process-link .sub-icon-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sub-menu-process-link .sub-icon-texts > span {
  font-size: 18px;
  font-weight: 800;
}
.sub-menu-process-link .sub-icon-texts .sub-icon-link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sub-menu-process-link .sub-icon-texts .sub-icon-link span {
  text-decoration: underline;
  font-weight: 14px !important;
  font-weight: 600 !important;
}

@media (max-width: 992px) {
  .link_to_form {
    display: none !important;
  }
}
.sub-menu-texts {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.menu-show-wrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 128;
  background-color: rgba(0, 0, 0, 0.5);
}

.mobile-menu-wrap {
  position: fixed;
  margin-top: 80px;
  width: 100%;
  background-color: white;
  padding-bottom: 24px;
  z-index: 999;
}

.m-nav {
  width: 100%;
  background-color: #fff;
}

.m-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-nav__item {
  border-bottom: 1px solid #f0f0f0;
}

/* --- Horní řádek (Obrázek + Text + Šipka) --- */
.m-nav__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-nav__link {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  text-decoration: none;
  color: #333;
  flex-grow: 1;
}

.m-nav__image {
  height: 24px;
  margin-right: 15px;
}

.m-nav__title {
  font-size: 14px;
  font-weight: 600;
}

.m-nav__toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 15px;
  font-size: 20px;
  color: #000;
  flex-shrink: 0;
}

.m-nav__toggle .icon-minus {
  display: none;
}

.m-nav__item.is-open > .m-nav__row .m-nav__toggle .icon-plus {
  display: none;
}

.m-nav__item.is-open > .m-nav__row .m-nav__toggle .icon-minus {
  display: block;
}

.m-nav__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.m-nav__submenu-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.m-nav__submenu-item a {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  text-decoration: none;
  color: #444;
  border-top: 1px solid #eee;
  padding-left: 0;
  margin-left: 32px;
}

.m-nav__submenu-content {
  display: flex;
  align-items: center;
}

.m-nav__submenu-image {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 4px;
}

.m-nav__promo-icon {
  margin-right: 10px;
}

.m-nav__promo-icon svg {
  width: 25px;
  height: auto;
}

.m-nav__submenu-title, .m-nav__promo-texts {
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .mobile-menu-wrap {
    display: none;
  }
}
.mobile-menu-wrap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.mobile-menu-wrap.is-active {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .wp-google-based {
    display: none !important;
  }
  .google-header-wrap {
    width: 96px;
  }
  .google-review-header-wrap {
    max-width: 64px;
  }
  .google-header-wrap svg {
    height: 20px;
    width: 20px;
  }
  .wp-star:nth-child(5) {
    display: none !important;
  }
  .wp-star:nth-child(4) {
    display: none !important;
  }
  .wp-star:nth-child(3) {
    display: none !important;
  }
  .wp-star:nth-child(2) {
    display: none !important;
  }
}
@media (max-width: 560px) {
  #masthead .ds_wrapper_menu_main .header_icons:last-child {
    margin-left: 0 !important;
    margin-right: 0.5em !important;
  }
}
.header-upper-menu ul {
  display: flex;
  list-style-type: none;
}
.header-upper-menu ul li a {
  color: #202020;
}
@media (max-width: 992px) {
  .header-upper-menu {
    display: none;
  }
}

.menu-item-image {
  max-height: 30px;
  max-width: 30px;
}

/*border-radius*/
.ds_newsletter {
  position: relative;
  z-index: 1;
  padding: 3.75em 0;
}
.ds_newsletter .ds_newsletter_wrap {
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1200px) {
  .ds_newsletter .ds_newsletter_wrap {
    flex-direction: column;
    gap: 2em;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right {
  color: #202020;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_img {
    width: 15em;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_img {
    width: 7em;
    height: auto;
  }
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_img {
    display: none;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right h3 {
  color: #AA7ACF;
  margin-bottom: 0.5rem;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right h3:nth-of-type(2) {
  margin-top: 2.75rem;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right h4 {
  margin-top: 1em;
  margin-bottom: 0.25em;
  font-size: 1.5em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right span {
  font-size: 1em;
  line-height: 2em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_phone,
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_mail {
  margin-top: 1.125em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_phone a,
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_mail a {
  color: currentColor;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_phone a svg,
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_mail a svg {
  width: 1.5em;
  height: 1.5em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_address {
  max-width: 8.625em;
  margin-bottom: 1.625em;
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_newsletter_address {
    max-width: unset;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right a {
  transition: 0.4s all;
}

.ds_footer {
  padding-top: 6.25em;
  background: #0F2E15;
  color: #F9F9F9;
  margin-top: -1px;
  position: relative;
}
.ds_footer::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 40px;
  width: 250px;
  height: 400px;
  background-image: url("/wp-content/uploads/2025/11/Group-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .ds_footer::after {
    right: -130px;
  }
}
@media (max-width: 1100px) {
  .ds_footer::after {
    display: none;
  }
}
.ds_footer::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0px;
  width: 180px;
  height: 280px;
  background-image: url("/wp-content/uploads/2025/11/Group-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .ds_footer::before {
    left: -130px;
  }
}
@media (max-width: 1100px) {
  .ds_footer::before {
    display: none;
  }
}
.ds_footer .ds_footer_wrapper {
  margin-bottom: 8em;
}
.ds_footer .ds_footer_wrapper .footer-img-link {
  position: absolute;
  bottom: 80px;
  right: 180px;
  width: 480px;
  height: 420px;
  z-index: 20;
  display: block;
}

@media (min-width: 2000px) {
	.ds_footer .ds_footer_wrapper .footer-img-link {
		right:25vw;	
	}
}

.ds_footer .ds_footer_wrapper .footer-img-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .ds_footer .ds_footer_wrapper .footer-img-link {
    right: -24px;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .ds_footer .ds_footer_wrapper .footer-img-link {
    display: none;
  }
}
.ds_footer .ds_footer_wrapper .ds_footer_wrapper_content {
  position: relative;
  z-index: 10;
  font-size: 0.875em;
  display: flex;
}
@media (max-width: 767px) {
  .ds_footer .ds_footer_wrapper .ds_footer_wrapper_content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 4em;
  }
}
.ds_footer .ds_footer_bottom_line {
  background-color: #FFFFFF;
  color: #0F2E15;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.ds_footer .ds_footer_bottom_line .container {
  padding: 2em 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ds_footer .ds_footer_bottom_line .container {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    gap: 1em;
  }
}
.ds_footer a {
  text-decoration: none;
  color: currentColor;
}
.ds_footer a:hover {
  text-decoration: underline;
}
.ds_footer .column {
  max-width: 25%;
}
@media (max-width: 992px) {
  .ds_footer .column {
    max-width: unset;
  }
}
.ds_footer .column h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #9DBD78;
}
.ds_footer .column a {
  text-decoration: underline;
  margin-bottom: 1em;
}
.ds_footer .column.c1 {
  padding-right: 2em;
}
@media (max-width: 1200px) {
  .ds_footer .column.c1 {
    padding-right: 3em;
  }
}
.ds_footer .column.c2 {
  align-items: center;
  padding-right: 2em;
  padding-left: 2em;
}
@media (max-width: 1200px) {
  .ds_footer .column.c2 {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .ds_footer .column.c2 {
    justify-items: center;
    border-right: 0;
  }
}
.ds_footer .column.c2 .ds_footer_menu {
  display: flex;
  flex-direction: column;
}
.ds_footer .column.c2 .ds_footer_menu a {
  transition: all 0.3s;
}
.ds_footer .column.c2 .ds_footer_menu a:hover span {
  color: #9DBD78 !important;
}
@media (max-width: 575px) {
  .ds_footer .column.c2 .ds_footer_menu {
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ds_footer .column.c2 .ds_footer_cont_wrap {
  display: flex;
  gap: 4.2857em;
  justify-content: end;
}
@media (max-width: 575px) {
  .ds_footer .column.c2 .ds_footer_cont_wrap {
    gap: 1.5em;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ds_footer .column.c2 .ds_footer_cont_wrap > div {
  display: flex;
  gap: 4.375rem;
  align-items: center;
}
.ds_footer .column.c2 .ds_footer_cont_wrap > div a {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
.ds_footer .column.c2 .ds_footer_nets {
  display: flex;
  gap: 2rem;
  justify-content: end;
}
.ds_footer .column.c2 .ds_footer_net_wrap {
  justify-content: end;
}
.ds_footer .column.c2 .ds_footer_net_wrap .ds_kontakt_row {
  gap: 1.57143em;
}
.ds_footer .column.c1 img {
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .ds_footer .column.c1 {
    border-right: 0;
  }
}
.ds_footer .column.c1 .ds_footer_row {
  gap: 0.5em;
  width: fit-content;
}
.ds_footer .column.c1 .ds_footer_row:last-child {
  margin-top: 1.125rem;
}
.ds_footer .column.c3 {
  border-right: 0 !important;
  padding-right: 2em;
  padding-left: 2em;
}
@media (max-width: 1200px) {
  .ds_footer .column.c3 {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .ds_footer .column.c3 {
    justify-items: center;
  }
}
.ds_footer .column.c3 .ds_footer_menu {
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .ds_footer .column.c3 .ds_footer_menu {
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.contact-map-wrap {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}

.footer-cta-section {
  position: relative;
}

.section-cta-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #9DBD78;
  border-radius: 30px;
  color: white;
  display: flex;
  padding: 4em 4.5em;
  margin-top: -200px;
}
@media (max-width: 1400px) {
  .section-cta-wrap {
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .section-cta-wrap {
    height: fit-content;
    padding: 3em;
  }
}
.section-cta-wrap .cta-wrap-text-side {
  max-width: 50%;
}
@media (max-width: 767px) {
  .section-cta-wrap .cta-wrap-text-side {
    max-width: 80%;
  }
}
.section-cta-wrap .cta-wrap-text-side .podnadpis {
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}
.section-cta-wrap h2 {
  font-size: 45px;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .section-cta-wrap h2 {
    font-size: 2.125em;
  }
}
.section-cta-wrap p {
  margin-bottom: 2rem;
  font-size: 15px;
  font-weight: 500;
}
.section-cta-wrap::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 48px;
  width: 520px;
  height: 450px;
  background-image: url("/wp-content/uploads/2025/11/Frame-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px) {
  .section-cta-wrap::after {
    width: 400px;
    height: 320px;
  }
}
@media (max-width: 992px) {
  .section-cta-wrap::after {
    width: 340px;
    height: 260px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .section-cta-wrap::after {
    display: none;
  }
}

/* ZÁKLADNÍ STYL - START (Neviditelný, výška 0) */
.section-cta-wrap::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 48px;
  width: 520px;
  
  /* Trik pro schování: začínáme na výšce 0 */
  height: 0px; 
  
  background-image: url("/wp-content/uploads/2025/11/Frame-1.png");
  background-repeat: no-repeat;
  
  /* DŮLEŽITÉ: Musí být top center, aby hlava vyjela první a táhla zbytek */
  background-position: top center;
  
  /* DŮLEŽITÉ: Musí být v pixelech, aby se neměnil při animaci výšky */
  background-size: 520px 480px; 
  
  /* Animace výšky */
  transition: height 0.7s ease-out;
  will-change: height;
}

/* TŘÍDA PRO SPUŠTĚNÍ - CÍLOVÝ STAV */
.section-cta-wrap.start-anim::after {
  height: 450px; /* Doroste do plné výšky a trčí ven */
}

/* --- MEDIA QUERIES (Musíme měnit height i background-size) --- */

@media (max-width: 1200px) {
  .section-cta-wrap::after {
    width: 400px;
    background-size: 400px 380px; /* Zmenšíme fixní velikost pozadí */
  }
  /* Cílová výška pro tento rozměr */
  .section-cta-wrap.start-anim::after {
    height: 320px;
  }
}

@media (max-width: 992px) {
  .section-cta-wrap::after {
    width: 340px;
    right: 24px;
    background-size: 340px 260px;
  }
  /* Cílová výška pro tento rozměr */
  .section-cta-wrap.start-anim::after {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .section-cta-wrap::after {
    display: none;
  }
}

.partners {
  margin-bottom: 6em;
}
.partners p {
  margin-top: 1em;
  margin-bottom: 3em;
}

.partners-wrap-wrap {
  display: flex;
  justify-content: center;
}
.partners-wrap-wrap .partners-img-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5em;
  max-width: 760px;
}
.partners-wrap-wrap .partners-img-wrap img {
  height: 106px;
}

.f-contact-row {
  margin-top: 1.5em !important;
  font-weight: 800 !important;
  gap: 1.25em !important;
}

@media (max-width: 767px) {
  .column {
    text-align: left !important;
  }
  .column.c2, .column.c3 {
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: start !important;
  }
}
.footer-contact-part {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-upper-with-logo {
  margin-bottom: 48px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1.25em;
}
.footer-socials a {
  height: 42px;
  width: 42px;
  border-radius: 42px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socials a:hover {
  background-color: #AA7ACF;
  opacity: 1 !important;
}
.footer-socials a img {
  margin-bottom: 0 !important;
}

.ds_newsletter_left {
  position: relative;
  background-color: #9DBD78;
  padding: 4em;
  border-radius: 1em;
  min-width: 55%;
  height: fit-content;
}
@media (max-width: 500px) {
  .ds_newsletter_left {
    padding: 3em;
  }
}
@media (max-width: 991px) {
  .ds_newsletter_left {
    flex-grow: 1;
  }
}
.ds_newsletter_left h2 {
  color: #FFFFFF;
  font-weight: 800;
  margin-top: 16px;
  font-size: 2.875em;
}
@media (max-width: 767px) {
  .ds_newsletter_left h2 {
    font-size: 2em;
  }
}
.ds_newsletter_left .ds_form_wrap .ds_form_row {
  display: flex;
  gap: 1em;
  margin-top: 1.125em;
}
@media (max-width: 991px) {
  .ds_newsletter_left .ds_form_wrap .ds_form_row {
    flex-grow: 1;
    flex-direction: column;
  }
}
.ds_newsletter_left .ds_form_wrap .ds_form_row label {
  display: flex;
  flex-direction: column;
  gap: 0.375em;
  flex-grow: 1;
}
.ds_newsletter_left .ds_form_wrap .ds_form_row label span {
  font-weight: 700;
  color: #FFFFFF;
}
.ds_newsletter_left .ds_form_wrap .ds_form_row > div {
  display: flex;
  justify-content: end;
  gap: 1.625rem;
  align-items: center;
}
.ds_newsletter_left .ds_form_wrap .ds_form_row > div span {
  max-width: 15.5rem;
}
@media (max-width: 991px) {
  .ds_newsletter_left .ds_form_wrap .ds_form_row > div span {
    max-width: unset;
  }
}
.ds_newsletter_left .ds_form_wrap .ds_form_row:last-child {
  justify-content: end;
  font-size: 0.875em;
  color: #F9F9F9;
}
.ds_newsletter_left .ds_form_wrap .ds_form_row:last-child a {
  text-decoration: none;
  color: #AA7ACF;
}
.ds_newsletter_left .ds_form_wrap .ds_form_row:last-child a:hover {
  text-decoration: underline;
}
.ds_newsletter_left .ds_form_wrap .ds_form_row:last-child .btn {
  font-size: 1rem;
}

.footer-cta-section-wrap {
  margin-top: 220px;
}

.footer-instagram {
  margin-top: 120px;
  margin-bottom: 120px;
}

.foot-ig-head-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.foot-ig-head-wrap h2 {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .foot-ig-head-wrap {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}

.ig-head-btns {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .ig-head-btns {
    flex-direction: column;
  }
}

.footer-ig-images-wrap {
  margin-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}
@media (max-width: 1200px) {
  .footer-ig-images-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-ig-images-wrap .footer-ig-img-wrap {
  width: 288px;
  height: 216px;
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .footer-ig-images-wrap .footer-ig-img-wrap {
    width: calc((100% - 80px) / 3);
    flex-shrink: 1;
  }
}
@media (max-width: 992px) {
  .footer-ig-images-wrap .footer-ig-img-wrap {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 450px) {
  .footer-ig-images-wrap .footer-ig-img-wrap {
    width: 100%;
  }
}
.footer-ig-images-wrap .footer-ig-img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.footer-ig-images-wrap .footer-ig-img-wrap:hover .footer-ig-overlay {
  opacity: 1;
}
.footer-ig-images-wrap .footer-ig-img-wrap .footer-ig-overlay {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: all 0.4s;
}
.footer-ig-images-wrap .footer-ig-img-wrap .footer-ig-overlay img {
  height: 60px;
  width: auto;
}
.footer-ig-images-wrap .footer-ig-img-wrap .footer-ig-overlay .overlay-go-to {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  text-decoration: underline;
  font-weight: 800;
}

.contact-particle {
  display: flex;
  align-items: center;
  background-color: white;
  width: 420px;
  padding: 20px;
  gap: 16px;
  height: 102px;
  border: 1.5px solid rgba(15, 46, 21, 0.1019607843);
  border-radius: 20px;
}
@media (max-width: 550px) {
  .contact-particle {
    width: 100%;
  }
}
.contact-particle .particle-icon-wrap {
  background-color: #F7F2FA;
  height: 62px;
  width: 62px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ds_newsletter_map_wrap {
  width: 46%;
}
@media (max-width: 992px) {
  .ds_newsletter_map_wrap {
    max-width: unset;
    width: 100%;
    min-height: 400px;
  }
}
.ds_newsletter_map_wrap iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .ds_newsletter_map_wrap iframe {
    height: 400px;
  }
}

.ds_newsletter_right {
  max-width: 40%;
}
@media (max-width: 992px) {
  .ds_newsletter_right {
    max-width: unset;
    width: 100%;
  }
}

.contact-heading-p {
  margin-top: 20px;
  margin-bottom: 32px;
}

.contact-particle-text-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.contact-particle-text-wrap:hover span:last-child {
  color: #AA7ACF;
}
.contact-particle-text-wrap span:first-child {
  font-weight: 500;
  line-height: 16px !important;
}
.contact-particle-text-wrap span:last-child {
  text-decoration: underline;
  font-weight: 800;
  font-size: 1.125em;
  transition: all 0.3s;
}

.ds_newsletter_left_left {
  max-width: 45%;
}
@media (max-width: 1400px) {
  .ds_newsletter_left_left {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .ds_newsletter_left_left {
    max-width: unset;
    width: 100%;
  }
}

.ds_newsletter_absolute_image {
  position: absolute;
  right: 24px;
  bottom: 0;
  height: 690px;
  width: auto;
}
@media (max-width: 1400px) {
  .ds_newsletter_absolute_image {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .ds_newsletter_absolute_image {
    height: 500px;
  }
}
@media (max-width: 550px) {
  .ds_newsletter_absolute_image {
    height: 476px;
  }
}
@media (max-width: 480px) {
  .ds_newsletter_absolute_image {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .ds_form_row {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .ds_newsletter_left {
    padding-bottom: 500px;
  }
}
@media (max-width: 480px) {
  .ds_newsletter_left {
    padding-bottom: 420px;
  }
}
.ds_footer_menu a span {
  transition: all 0.3s;
}
.ds_footer_menu a:hover span {
  color: #9DBD78 !important;
}

/*border-radius*/
.ds_HPsection {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.ds_HPsection figure {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ddd;
}
.ds_HPsection figure .ds_hp_slider_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
}
.ds_HPsection figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.ds_HPsection figure img.layer_1 {
  z-index: 4;
}
.ds_HPsection figure img.layer_2 {
  z-index: 3;
}
.ds_HPsection figure img.layer_3 {
  z-index: 2;
}
.ds_HPsection figure img.layer_4 {
  z-index: 1;
}
.ds_HPsection .ds_sliderHP_wrap {
  width: 100%;
  height: 100%;
  margin-top: 128px;
  padding-bottom: 64px;
}
@media (max-width: 1200px) {
  .ds_HPsection .ds_sliderHP_wrap {
    padding-bottom: 128px;
  }
}
@media (max-width: 992px) {
  .ds_HPsection .ds_sliderHP_wrap {
    margin-top: 0;
  }
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  height: 100%;
  padding-top: 2em;
}
@media (max-width: 1200px) {
  .ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con {
    flex-direction: column;
    align-items: start;
    gap: 3em;
  }
}
@media (max-width: 560px) {
  .ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con {
    padding-top: 0 !important;
  }
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con h1 {
  color: #202020;
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con .hp-text-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 35.25em;
  height: fit-content;
  position: relative;
  box-sizing: content-box;
  gap: 1.125em;
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con .hp-text-wrapper .sliderHP_btns {
  display: flex;
  gap: 2em;
  margin-top: 0.5em;
}
@media (max-width: 560px) {
  .ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con .hp-text-wrapper .sliderHP_btns {
    flex-direction: column;
  }
}

.hp_subheading {
  font-weight: 800;
  font-size: 0.875em;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hp_slider_img_wrap {
  position: relative;
  padding: 0 4em;
}
.hp_slider_img_wrap .clients-count-wrapper {
  position: absolute;
  right: 0;
  bottom: 48px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 240px;
  padding: 20px 24px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 550px) {
  .hp_slider_img_wrap .clients-count-wrapper {
    left: 24px;
    right: auto;
    bottom: -24px;
  }
}
.hp_slider_img_wrap .clients-count-wrapper span {
  font-size: 14px;
  font-weight: 800;
}
.hp_slider_img_wrap .clients-count-wrapper .clients-upper-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp_slider_img_wrap .clients-count-wrapper .clients-upper-wrap span {
  font-size: 30px;
  font-weight: 800;
  color: #AA7ACF;
}
.hp_slider_img_wrap .clients-count-wrapper .clients-upper-wrap img {
  width: auto;
  height: 30px;
}
@media (max-width: 1200px) {
  .hp_slider_img_wrap {
    padding: 0 0;
  }
}

.hp_slider_image {
  width: auto;
  height: 570px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1400px) {
  .hp_slider_image {
    margin-bottom: -48px;
  }
}
@media (max-width: 550px) {
  .hp_slider_image {
    width: 100%;
    height: auto;
  }
}

.slidervideo {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
  margin-top: -4%;
}
@media (max-width: 1500px) {
  .slidervideo {
    margin-top: -128px;
  }
}
@media (max-width: 1400px) {
  .slidervideo {
    margin-top: -16px;
  }
}
@media (max-width: 1200px) {
  .slidervideo {
    margin-top: 32px;
  }
}
.slidervideo video {
  border-radius: 30px;
  width: 100%;
}

.ds_sliderHP_text {
  font-weight: 600;
  margin-top: 0.5;
}

.ds_sliderHP_title {
  font-size: 4em;
  font-weight: 800;
  margin-top: 0.5rem;
}
@media (max-width: 560px) {
  .ds_sliderHP_title {
    font-size: 3.25em;
  }
}

/*border-radius*/
.ds_features {
  padding: 72px 0;
  background: #9DBD78;
  margin-bottom: 0 !important;
}
.ds_features .container .ds_features_wrap {
  display: grid;
  grid-template-columns: calc(33% - 22px) calc(33% - 22px) calc(33% - 22px);
  gap: 40px;
}
@media (max-width: 1200px) {
  .ds_features .container .ds_features_wrap {
    grid-template-columns: calc(33% - 22px) calc(33% - 22px) calc(33% - 22px);
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .ds_features .container .ds_features_wrap {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .ds_features .container .ds_features_wrap {
    grid-template-columns: 100%;
    gap: 40px;
  }
}
.ds_features .container .ds_features_wrap .ds_features_item {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 56px;
  position: relative;
}
.ds_features .container .ds_features_wrap .ds_features_item:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M34.746 7.65332C34.746 5.68585 34.1106 4.13495 32.8399 3.00116C31.68 1.90702 30.2263 1.32566 28.4785 1.25729L28.1252 1.25057C26.2192 1.25057 24.6304 1.83402 23.3597 3.00116L23.135 3.21853C22.0476 4.33024 21.5039 5.80879 21.5039 7.65332L21.5112 8.01107C21.5837 9.77726 22.2 11.1918 23.3597 12.2547C23.7929 12.64 24.2702 12.9563 24.7894 13.2067L22.2564 21.6586H29.2788L32.7897 14.2057C33.3164 13.0968 33.7155 12.1924 33.9861 11.4921L34.0939 11.2045C34.3614 10.4375 34.5291 9.78719 34.596 9.25364C34.6712 8.85351 34.718 8.45333 34.7368 8.0532L34.746 7.65332ZM36 7.65332C36 8.2512 35.9444 8.84755 35.8353 9.4417C35.7618 10.0044 35.6045 10.6321 35.3803 11.3138L35.2787 11.6154C35.2768 11.6209 35.2746 11.6265 35.2726 11.6319C34.9854 12.4194 34.5311 13.4592 33.9243 14.7368L33.9249 14.7374L30.414 22.1904C30.2073 22.6291 29.7648 22.9091 29.2788 22.9091H22.2564C21.8604 22.9091 21.4876 22.7226 21.251 22.406C21.0144 22.0892 20.9417 21.6792 21.055 21.3008L23.3052 13.7928C23.1372 13.6791 22.9722 13.5594 22.8123 13.4308L22.5252 13.1883C22.5205 13.1843 22.5163 13.1798 22.5117 13.1755C20.9753 11.7676 20.2499 9.87798 20.2499 7.65332C20.2499 5.40238 20.9706 3.4925 22.5117 2.08031C24.0384 0.678571 25.9402 0 28.1252 0C30.3104 2.0195e-05 32.2035 0.678933 33.702 2.09253H33.7014C35.2633 3.49953 36 5.40385 36 7.65332Z" fill="white"/><path opacity="0.6" d="M14.4961 7.65326C14.4961 5.68579 13.8608 4.13489 12.59 3.0011C11.4301 1.90696 9.97637 1.3256 8.22866 1.25722L7.87536 1.25051C5.96931 1.25051 4.38056 1.83396 3.10986 3.0011L2.88514 3.21847C1.79774 4.33024 1.25398 5.80879 1.25398 7.65326L1.26133 8.01107C1.33384 9.77726 1.95008 11.1918 3.10986 12.2547C3.54303 12.64 4.02033 12.9563 4.53957 13.2067L2.0065 21.6586H9.02893L12.5398 14.2056C13.0665 13.0968 13.4656 12.1924 13.7363 11.4921L13.844 11.2045C14.1116 10.4375 14.2792 9.78719 14.3461 9.25364C14.4213 8.85351 14.4681 8.45333 14.4869 8.0532L14.4961 7.65326ZM15.7501 7.65326C15.7501 8.2512 15.6945 8.84755 15.5854 9.4417C15.5119 10.0044 15.3546 10.6321 15.1305 11.3138L15.0288 11.6154C15.0269 11.6209 15.0247 11.6265 15.0227 11.6319C14.7356 12.4194 14.2812 13.4592 13.6744 14.7368L13.675 14.7374L10.1641 22.1904C9.95746 22.6291 9.51497 22.9091 9.02893 22.9091H2.0065C1.61048 22.9091 1.23774 22.7226 1.00111 22.406C0.764503 22.0892 0.691789 21.6792 0.80517 21.3008L3.05536 13.7928C2.88733 13.6791 2.72235 13.5594 2.56246 13.4308L2.2753 13.1883L2.26182 13.1755C0.725443 11.7676 5.31064e-05 9.87798 0 7.65326C0 5.40238 0.720757 3.4925 2.26182 2.08031C3.78854 0.678571 5.69036 0 7.87536 0C10.0605 2.0195e-05 11.9536 0.678933 13.4522 2.09253H13.4516C15.0134 3.49953 15.7501 5.40385 15.7501 7.65326Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.ds_features .container .ds_features_wrap .ds_features_item::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M34.746 7.65332C34.746 5.68585 34.1106 4.13495 32.8399 3.00116C31.68 1.90702 30.2263 1.32566 28.4785 1.25729L28.1252 1.25057C26.2192 1.25057 24.6304 1.83402 23.3597 3.00116L23.135 3.21853C22.0476 4.33024 21.5039 5.80879 21.5039 7.65332L21.5112 8.01107C21.5837 9.77726 22.2 11.1918 23.3597 12.2547C23.7929 12.64 24.2702 12.9563 24.7894 13.2067L22.2564 21.6586H29.2788L32.7897 14.2057C33.3164 13.0968 33.7155 12.1924 33.9861 11.4921L34.0939 11.2045C34.3614 10.4375 34.5291 9.78719 34.596 9.25364C34.6712 8.85351 34.718 8.45333 34.7368 8.0532L34.746 7.65332ZM36 7.65332C36 8.2512 35.9444 8.84755 35.8353 9.4417C35.7618 10.0044 35.6045 10.6321 35.3803 11.3138L35.2787 11.6154C35.2768 11.6209 35.2746 11.6265 35.2726 11.6319C34.9854 12.4194 34.5311 13.4592 33.9243 14.7368L33.9249 14.7374L30.414 22.1904C30.2073 22.6291 29.7648 22.9091 29.2788 22.9091H22.2564C21.8604 22.9091 21.4876 22.7226 21.251 22.406C21.0144 22.0892 20.9417 21.6792 21.055 21.3008L23.3052 13.7928C23.1372 13.6791 22.9722 13.5594 22.8123 13.4308L22.5252 13.1883C22.5205 13.1843 22.5163 13.1798 22.5117 13.1755C20.9753 11.7676 20.2499 9.87798 20.2499 7.65332C20.2499 5.40238 20.9706 3.4925 22.5117 2.08031C24.0384 0.678571 25.9402 0 28.1252 0C30.3104 2.0195e-05 32.2035 0.678933 33.702 2.09253H33.7014C35.2633 3.49953 36 5.40385 36 7.65332Z" fill="white"/><path opacity="0.6" d="M14.4961 7.65326C14.4961 5.68579 13.8608 4.13489 12.59 3.0011C11.4301 1.90696 9.97637 1.3256 8.22866 1.25722L7.87536 1.25051C5.96931 1.25051 4.38056 1.83396 3.10986 3.0011L2.88514 3.21847C1.79774 4.33024 1.25398 5.80879 1.25398 7.65326L1.26133 8.01107C1.33384 9.77726 1.95008 11.1918 3.10986 12.2547C3.54303 12.64 4.02033 12.9563 4.53957 13.2067L2.0065 21.6586H9.02893L12.5398 14.2056C13.0665 13.0968 13.4656 12.1924 13.7363 11.4921L13.844 11.2045C14.1116 10.4375 14.2792 9.78719 14.3461 9.25364C14.4213 8.85351 14.4681 8.45333 14.4869 8.0532L14.4961 7.65326ZM15.7501 7.65326C15.7501 8.2512 15.6945 8.84755 15.5854 9.4417C15.5119 10.0044 15.3546 10.6321 15.1305 11.3138L15.0288 11.6154C15.0269 11.6209 15.0247 11.6265 15.0227 11.6319C14.7356 12.4194 14.2812 13.4592 13.6744 14.7368L13.675 14.7374L10.1641 22.1904C9.95746 22.6291 9.51497 22.9091 9.02893 22.9091H2.0065C1.61048 22.9091 1.23774 22.7226 1.00111 22.406C0.764503 22.0892 0.691789 21.6792 0.80517 21.3008L3.05536 13.7928C2.88733 13.6791 2.72235 13.5594 2.56246 13.4308L2.2753 13.1883L2.26182 13.1755C0.725443 11.7676 5.31064e-05 9.87798 0 7.65326C0 5.40238 0.720757 3.4925 2.26182 2.08031C3.78854 0.678571 5.69036 0 7.87536 0C10.0605 2.0195e-05 11.9536 0.678933 13.4522 2.09253H13.4516C15.0134 3.49953 15.7501 5.40385 15.7501 7.65326Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1);
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.125em;
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top .h3-feature-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75em;
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top h3 {
  line-height: 120%;
  font-size: 1.5em;
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top img {
  height: 64px;
}
@media (max-width: 640px) {
  .ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top img {
    height: 48px;
  }
}

.feature-p {
  line-height: 180% !important;
}

/*border-radius*/
.ds_imageText {
  padding: 3.75em 0;
}
.ds_imageText .container h1 {
  margin-bottom: 1.375rem;
}
.ds_imageText .container .ds_imageText_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 3em;
  align-items: center;
}
.ds_imageText .container .ds_imageText_wrap.reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .ds_imageText .container .ds_imageText_wrap.reverse {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .ds_imageText .container .ds_imageText_wrap {
    flex-direction: column;
  }
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left {
  flex: 1;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left .imageText_link {
  margin-top: 2em;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_right {
  width: 37.5em;
  height: 32.125em;
  overflow: hidden;
  border-radius: 1.25em;
}
@media (max-width: 1399px) {
  .ds_imageText .container .ds_imageText_wrap .ds_imageText_right {
    width: 30.5em;
    height: 25.125em;
  }
}
@media (max-width: 1199px) {
  .ds_imageText .container .ds_imageText_wrap .ds_imageText_right {
    width: 25.5em;
    height: 20.125em;
    max-width: 100%;
  }
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/*border-radius*/
.ds_news {
  padding: 3.75em 0;
}
.ds_news .container .ds_section_title {
  gap: 1em;
  margin-bottom: 1.75em;
}
.ds_news .container .ds_section_title h2 {
  text-align: center;
  color: #9DBD78;
  margin-bottom: 1.75rem;
}
.ds_news .container .ds_news_text {
  font-size: 1em;
  color: #666666;
}
.ds_news .container .ds_news_wrap {
  display: grid;
  padding: 2.125em 0;
}
.ds_news .container .ds_news_wrap.ds_news_col2 {
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .ds_news .container .ds_news_wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 575px) {
  .ds_news .container .ds_news_wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/*border-radius*/
.ds_news_item {
  position: relative;
  text-align: left;
  text-decoration: none;
  display: flex;
  gap: 2em;
  padding: 1em;
}
.ds_news_item .ds_news_item_left .ds_news_img_wrapper {
  overflow: hidden;
  border-radius: 7px;
}
.ds_news_item p {
  color: #666666;
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.ds_news_item img {
  height: auto;
  transition: all;
  transition-duration: 200ms;
}
.ds_news_item .ds_tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
}
.ds_news_item h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2.5em;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}
.ds_news_item .ds_news_item_meta {
  display: flex;
  justify-content: space-between;
  margin: 0.437rem 0;
}
.ds_news_item .ds_news_item_meta .ds_news_item_author {
  font-size: 1em;
  font-weight: 400;
  color: #333333;
}
.ds_news_item .ds_news_item_meta .ds_news_item_date {
  font-size: 1em;
  font-weight: 400;
  color: #666666;
}

.ds_news_item:hover img {
  scale: 1.1;
}

.accordion_wrapper {
  display: grid;
  grid-template-columns: calc(50% - 16px) calc(50% - 16px);
  gap: 32px;
}
@media (max-width: 992px) {
  .accordion_wrapper {
    grid-template-columns: 100%;
  }
}
.accordion_wrapper .accordion_item {
  border-radius: 20px;
}
.accordion_wrapper .accordion_item .accordion_header {
  display: flex;
  border: 0;
  background: #F9F9F9;
  color: #202020;
  padding: 1em 2.625em;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
  border-radius: 1.25em;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
}
.accordion_wrapper .accordion_item .accordion_header svg {
  width: 1.75em;
  height: 1.75em;
  transition: 0.4s all;
}
.accordion_wrapper .accordion_item .accordion_header.open svg {
  transform: scaleY(-1);
}
.accordion_wrapper .accordion_item .accordion_body {
  margin-top: -8px;
  background: #F9F9F9;
  border-radius: 0 0 20px 20px;
}
.accordion_wrapper .accordion_item .accordion_panel {
  padding: 1.5em 2.625em;
}
.accordion_wrapper .accordion_item .accordion_panel p {
  font-weight: 500;
}

.ds_jobs_items .ds_job_item {
  width: 26.25em;
  padding: 1.375em;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 1.25em;
  color: #202020;
  transition: 0.4s all;
  background: #FFFFFF;
}
.ds_jobs_items .ds_job_item:hover {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .ds_jobs_items .ds_job_item {
    width: 100%;
  }
}
.ds_jobs_items .ds_job_item img {
  height: 9.75em;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0.5em;
  overflow: hidden;
}
.ds_jobs_items .ds_job_item a {
  color: currentColor;
  text-decoration: none;
}
.ds_jobs_items .ds_job_item a > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 0.25em;
}
.ds_jobs_items .jobs_slider > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.625em;
  row-gap: 1.5em;
}
@media (max-width: 991px) {
  .ds_jobs_items .jobs_slider > div {
    grid-template-columns: 1fr;
  }
}

body.page-template-ds_jobs .ds_jobs_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.25em;
}
@media (max-width: 1399px) {
  body.page-template-ds_jobs .ds_jobs_items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  body.page-template-ds_jobs .ds_jobs_items {
    grid-template-columns: 1fr;
  }
}

body.single-job .ds_job_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  body.single-job .ds_job_wrap {
    grid-template-columns: 1fr;
  }
  body.single-job .ds_job_wrap .ds_job_right_img {
    display: none;
  }
}
body.single-job .ds_job_wrap:nth-of-type(1) h1 {
  text-align: start;
}
body.single-job .ds_job_wrap:nth-of-type(1) h2 {
  margin-bottom: 2rem;
  margin-top: 2.625rem;
}
body.single-job .ds_job_wrap p {
  max-width: 29.5em;
  text-align: start;
}
body.single-job .ds_job_wrap .ds_job_right {
  text-align: center;
}
body.single-job .ds_job_wrap:nth-of-type(2) {
  margin-top: 2.625rem;
}
body.single-job .ds_job_wrap:nth-of-type(2) .ds_job_left_title,
body.single-job .ds_job_wrap:nth-of-type(2) .ds_job_right_title {
  gap: 1.625em;
  margin-bottom: 2em;
}
body.single-job .ds_job_wrap:nth-of-type(2) p {
  margin-bottom: 2em;
}

body.single-service .ds_imageText {
  padding-top: 0;
}
body.single-service .ds_imageText h1 {
  text-align: start;
}
body.single-service .ds_imageText h2 {
  margin-bottom: 1.125rem;
}
body.single-service .ds_imageText .container .ds_imageText_wrap .ds_imageText_right {
  height: auto;
  width: unset;
}
body.single-service .ds_features {
  background: unset;
}
body.single-service .ds_features .ds_features_wrap .ds_features_item {
  background: unset;
  color: #202020;
}
body.single-service .ds_features .ds_features_wrap .ds_features_item h3 {
  color: #AA7ACF;
}

.home main {
  padding-top: 64px;
}
.home main .ds_imageText {
  background: url("/wp-content/uploads/2025/06/background-divider.svg") bottom center no-repeat;
  background-size: 100% 100%;
  color: #F9F9F9;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home main .ds_imageText {
    background-size: 100% 35%;
  }
  .home main .ds_imageText::after {
    background: #202020;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    bottom: calc(35% - 1px);
    right: 0;
    z-index: -1;
  }
}
.home main .ds_services .ds_services_wrap {
  column-gap: 7.125em;
  position: relative;
  padding: 3.75em 0;
}
.home main .ds_services .ds_services_wrap h1 {
  margin-bottom: 1.125rem;
  max-width: calc(100% - 11rem);
}
.home main .ds_services .ds_services_wrap .services_text {
  margin-bottom: 2em;
  max-width: calc(100% - 11em);
}
.home main .ds_services .ds_services_wrap .services_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.875em;
  row-gap: 1.5em;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .home main .ds_services .ds_services_wrap .services_wrap {
    grid-template-columns: 1fr;
  }
}
.home main .ds_services .ds_services_wrap .services_wrap .ds_services_item a {
  display: flex;
  gap: 2.625em;
  padding: 1.5em;
  background: #AA7ACF;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 1.25em;
  text-decoration: none;
  color: currentColor;
  font-weight: 400;
  white-space: unset;
}
.home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h3 {
  color: #F9F9F9;
  margin-bottom: 0.375em;
  min-height: 5rem;
}
@media (max-width: 991px) {
  .home main .ds_services .ds_services_wrap .services_wrap .ds_services_item h3 {
    min-height: unset;
  }
}
.home main .ds_services .ds_services_wrap .services_wrap .ds_services_item img {
  width: 3.875em;
  height: 3.875em;
  align-self: center;
}
.home main .ds_services .ds_services_wrap .ds_services_left {
  height: fit-content;
}
@media (max-width: 1399px) {
  .home main .ds_services .ds_services_wrap .ds_services_left {
    height: 25em;
  }
}
@media (max-width: 1199px) {
  .home main .ds_services .ds_services_wrap .ds_services_left {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.home main .ds_services .ds_services_wrap .ds_services_left img {
  width: auto;
  height: 100%;
}
.home main .ds_jobs {
  padding: 3.75em 0;
}
.home main .ds_jobs .ds_jobs_wrap {
  justify-content: space-between;
  gap: 1.5em;
  flex-wrap: wrap;
}
.home main .ds_jobs .ds_jobs_right {
  min-width: 0;
}
.home main .ds_jobs .ds_jobs_left {
  width: 25em;
  flex-shrink: 0;
}
.home main .ds_jobs .ds_jobs_left h1 {
  margin-bottom: 1.375rem;
}
.home main .ds_jobs .ds_jobs_left .jobs_link {
  margin-top: 2em;
}

.services-slider-section {
  padding: 6em 0;
}
.services-slider-section .container .text-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-slider-section h2 {
  margin-bottom: 3rem;
  margin-top: 1.5rem;
  max-width: 640px;
}
.services-slider-section .swiper-button-prev, .services-slider-section .swiper-button-next {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #AA7ACF;
}
.services-slider-section .swiper-button-prev svg, .services-slider-section .swiper-button-next svg {
  fill: none !important;
  height: 14px !important;
}

.services-slider-container {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .services-slider-container {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .services-slider-container {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    gap: 24px;
  }
}
@media (max-width: 540px) {
  .services-slider-container {
    grid-template-columns: 100%;
    gap: 32px;
  }
}

.service-slide {
  border-radius: 15px;
  color: #202020;
  flex-shrink: 0;
  height: auto;
  padding: 2em;
  border: 1.5px solid rgba(15, 46, 21, 0.1019607843);
  background-color: #FFFFFF;
}
.service-slide .service-img-wrap {
  height: 96px;
  width: 96px;
  border-radius: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(170, 122, 207, 0.2);
  margin-bottom: 1.5em;
}
.service-slide .service-img-wrap img {
  max-width: 50px;
  max-height: 50px;
}
.service-slide .service-slide-text {
  width: 100%;
}
.service-slide .service-slide-text h3 {
  font-size: 1.5em !important;
  line-height: 1.5em !important;
  font-weight: 800;
}
.service-slide .service-slide-text p {
  margin: 1em 0;
}
.service-slide .service-slide-text .service-price {
  font-weight: 600;
  text-decoration: underline;
}
.service-slide .service-slide-text a {
  color: #AA7ACF;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}
.service-slide .service-slide-text a:hover {
  transition: all 0.3s;
  color: #6A4288;
}

.cta-service {
  border: 0 !important;
  color: white !important;
  background-image: linear-gradient(rgba(170, 122, 207, 0.85), rgba(170, 122, 207, 0.85)), url("/wp-content/uploads/2025/12/d7b7a252508b6d2ccf49390b47bdc96ffe9c99bc.webp");
  background-size: cover, 85%;
  background-repeat: no-repeat;
  background-position: center, right -1000px bottom -400px;
  transition: background-position 1.2s ease-out;
  will-change: background-position;
}

.cta-service.start-anim {
  background-position: center, right -48px bottom -400px;
}

@media (max-width: 1200px) {
  .cta-service {
    background-position: center, right -1000px bottom -280px;
  }
  .cta-service.start-anim {
    background-position: center, right -48px bottom -280px;
  }
}

@media (max-width: 540px) {
  .cta-service {
    background-position: center, right -1000px bottom -600px;
  }
  .cta-service.start-anim {
    background-position: center, right -48px bottom -600px;
  }
}

@media (max-width: 460px) {
  .cta-service {
    background-position: center, right -1000px bottom -400px;
  }
  .cta-service.start-anim {
    background-position: center, right -48px bottom -400px;
  }
}
.cta-service .service-slide-text {
  max-width: 65%;
}

.services-under-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin-top: 3em;
}
@media (max-width: 540px) {
  .services-under-btns {
    flex-direction: column;
    align-items: center;
  }
}

.why-us-section {
  margin-top: 6em;
  margin-bottom: 6em;
}

.why-us-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .why-us-wrapper {
    flex-direction: column;
    gap: 3em;
  }
}
.why-us-wrapper .why-us-image-wrap {
  border-radius: 40px;
  position: relative;
  width: 65%;
  height: 678px;
}
@media (max-width: 992px) {
  .why-us-wrapper .why-us-image-wrap {
    width: 100%;
  }
}
.why-us-wrapper .why-us-image-wrap img {
  position: absolute;
  border-radius: 40px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.why-us-wrapper .why-us-image-wrap .why-us-image-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  padding: 4em 3em;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(-47.99deg, rgba(0, 0, 0, 0) 32.48%, #000000 95.57%), linear-gradient(-71.03deg, rgba(0, 0, 0, 0) 4.94%, rgba(0, 0, 0, 0.4) 86.34%);
}
.why-us-wrapper .why-us-image-wrap .why-us-image-text .why-us-text-upper {
  max-width: 400px;
}
.why-us-wrapper .why-us-image-wrap .why-us-image-text .why-us-text-upper h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.why-us-wrapper .why-us-benefits-wrap {
  padding: 0 3em;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5em;
  border-radius: 40px;
  background-color: #F9F9F9;
}
@media (max-width: 992px) {
  .why-us-wrapper .why-us-benefits-wrap {
    width: 100%;
    padding: 3em 3em;
  }
}
.why-us-wrapper .why-us-benefits-wrap .why-us-benefit {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.why-us-wrapper .why-us-benefits-wrap .why-us-benefit img {
  height: 56px;
  margin-bottom: 1em;
}
.why-us-wrapper .why-us-benefits-wrap .why-us-benefit span {
  font-weight: bold;
  font-size: 1.25em;
}

.about-us-section {
  margin-top: 6em;
  margin-bottom: 80px;
}
.about-us-section .about-us-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about-us-section .about-us-wrap {
    flex-direction: column;
    gap: 2em;
  }
}
.about-us-section .about-us-wrap .about-us-image-wrap {
  width: 45%;
  position: relative;
}
@media (max-width: 1200px) {
  .about-us-section .about-us-wrap .about-us-image-wrap {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .about-us-section .about-us-wrap .about-us-image-wrap {
    width: 100%;
  }
}
.about-us-section .about-us-wrap .about-us-image-wrap img {
  height: auto;
  width: 100%;
}
.about-us-section .about-us-wrap .about-us-image-wrap .about-us-img-icon-wrap {
  position: absolute;
  bottom: 32px;
  right: 32px;
  background-color: white;
  border-radius: 40px;
  height: 56px;
  display: flex;
  align-items: center;
  width: 156px;
  padding-left: 6px;
}
.about-us-section .about-us-wrap .about-us-image-wrap .about-us-img-icon-wrap img {
  height: 42px;
  width: 42px;
  margin-right: 16px;
}
.about-us-section .about-us-wrap .about-us-image-wrap .about-us-img-icon-wrap span {
  font-weight: bold;
}
.about-us-section .about-us-wrap .about-us-text {
  width: 46%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
@media (max-width: 992px) {
  .about-us-section .about-us-wrap .about-us-text {
    width: 100%;
  }
}
.about-us-section .about-us-wrap .about-us-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  max-width: 80%;
}
.about-us-section .about-us-wrap .about-us-text h3 {
  font-size: 1.125em;
  margin-bottom: 1.25em;
}
.about-us-section .about-us-wrap .about-us-text p {
  margin-bottom: 1.5em;
}
.about-us-section .about-us-wrap .about-us-text .about-us-benefits {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 2em;
}
.about-us-section .about-us-wrap .about-us-text .about-us-benefits .about-us-ben {
  display: flex;
  gap: 1em;
}
.about-us-section .about-us-wrap .about-us-text .about-us-benefits .about-us-ben .ben-icon-img-wrap {
  height: 36px;
  width: 36px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #AA7ACF;
}
.about-us-section .about-us-wrap .about-us-text .about-us-btns {
  display: flex;
  gap: 1.5em;
}

.hp-reviews-section {
  padding: 6em 0;
}
.hp-reviews-section h2 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.hp-reviews-section .hp-rev-swiper {
  margin-top: 2em;
}
.hp-reviews-section .swiper-button-prev, .hp-reviews-section .swiper-button-next {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #AA7ACF;
}
.hp-reviews-section .swiper-button-prev svg, .hp-reviews-section .swiper-button-next svg {
  fill: none !important;
  height: 14px !important;
}

.hp-review-slide {
  display: flex !important;
  justify-content: center !important;
}
.hp-review-slide .hp-review-slide-content {
  padding: 2em;
  border-radius: 30px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  max-width: 980px;
}
@media (max-width: 1200px) {
  .hp-review-slide .hp-review-slide-content {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .hp-review-slide .hp-review-slide-content {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .hp-review-slide .hp-review-slide-content {
    max-width: 90%;
  }
}
.hp-review-slide .hp-review-image {
  width: 500px;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .hp-review-slide .hp-review-image {
    width: 360px;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .hp-review-slide .hp-review-image {
    width: 100%;
    height: auto;
  }
}
.hp-review-slide .hp-review-left-content {
  max-width: 40%;
}
@media (max-width: 992px) {
  .hp-review-slide .hp-review-left-content {
    max-width: unset;
    width: 100%;
  }
}
.hp-review-slide .hp-review-left-content .review-stars {
  margin-bottom: 1.5em;
  margin-top: 4em;
}
@media (max-width: 1200px) {
  .hp-review-slide .hp-review-left-content .review-stars {
    margin-top: 1.5em;
  }
}
.hp-review-slide .hp-review-left-content p {
  margin-bottom: 1.5em;
}
.hp-review-slide .hp-review-left-content .hp-rev-client-wrap {
  margin-top: 1.5em;
  display: flex;
  gap: 1em;
}
.hp-review-slide .hp-review-left-content .hp-rev-client-wrap .hp-client-info {
  display: flex;
  flex-direction: column;
}
.hp-review-slide .hp-review-left-content .hp-rev-client-wrap .hp-client-info span:first-child {
  font-weight: 800;
  font-size: 1.5em;
}
.hp-review-slide .hp-review-left-content .hp-rev-client-wrap .hp-client-info span:last-child {
  color: #AA7ACF;
  font-weight: 700;
}
.hp-review-slide .hp-review-left-content .hp-rev-client-wrap img {
  border-radius: 72px;
  height: 64px;
  width: 64px;
  object-fit: cover;
  object-position: center;
}

.hp-blog-section {
  padding-top: 6em;
}
.hp-blog-section .hp-blog-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 540px) {
  .hp-blog-section .hp-blog-heading-wrap {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.hp-blog-section .hp-blog-heading-wrap h2 {
  margin-top: 16px;
}

.reviews-pagination {
  margin-top: 2em;
}
.reviews-pagination .swiper-pagination-bullet {
  border: 1px solid rgba(44, 184, 184, 0.4);
  background: rgba(44, 184, 184, 0.2);
  height: 16px;
  width: 16px;
  opacity: 1;
}
.reviews-pagination .swiper-pagination-bullet-active {
  border: 1px solid #2CB8B8;
  background-color: #2CB8B8;
}

.about-us-social {
  background-color: #9DBD78;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.about-us-social:hover {
  background-color: #7c995a;
}

.page-template-ds_blog {
  background-color: #F6F9F2 !important;
}

.blog-grid {
  display: grid;
  justify-content: space-between;
  grid-template-columns: calc(33% - 20px) calc(33% - 20px) calc(33% - 20px);
  gap: 30px;
  margin-bottom: 6em;
  margin-top: 4em;
}
@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 100%;
  }
}

article {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: 1.5px solid rgba(15, 46, 21, 0.1019607843);
  transition: all 0.3s;
}
article .img-wrap-a {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
article:hover img {
  transform: scale(1.1);
}
article img {
  border-radius: 30px;
  aspect-ratio: 16/8;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
article .article-text-wrap {
  padding-top: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2.5em;
  height: 100%;
  display: flex;
  flex-direction: column;
}
article .article-text-wrap .art-heading-link {
  text-decoration: none;
}
article .article-text-wrap .art-heading-link:hover {
  text-decoration: underline;
}
article .article-text-wrap h2 {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
article .article-text-wrap p {
  margin-bottom: 1.5em;
  font-weight: 500;
}
article .article-text-wrap .rubric-span {
  position: absolute;
  left: 0;
  top: 120px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  font-weight: 700;
  padding: 1em 1.25em;
  padding-left: 1.5em;
  border-radius: 0 40px 40px 0;
  color: #FFFFFF !important;
}
article .article-text-wrap a {
  margin-top: 1.5em;
}
article .article-text-wrap hr {
  margin-top: auto;
}

.article-date {
  display: flex;
  align-items: center;
  gap: 12px;
}
.article-date span {
  font-weight: 700;
}

.blog-h2 {
  margin-top: 1.5rem;
}

.single-article-section {
  margin-bottom: 6em;
}
.single-article-section h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 3em;
}
.single-article-section .single-article-img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 16/8;
  object-fit: cover;
  object-position: center;
}
.single-article-section .blog-content {
  padding: 2.5em;
}
.single-article-section .blog-content h2 {
  margin-bottom: 2rem;
}
.single-article-section .blog-content p {
  margin-bottom: 2.5em;
  font-weight: 500;
  font-size: 17px;
}

.single-rubric-span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 1.5em;
  font-weight: 700;
}
.single-rubric-span .rubric-span-icon {
  color: #AA7ACF;
  font-size: 24px;
  font-weight: 700;
}

.single-article-wrap {
  max-width: 86%;
}
@media (max-width: 992px) {
  .single-article-wrap {
    max-width: 100%;
  }
}

.single-img-and-text-wrap {
  border: 1.5px solid rgba(15, 46, 21, 0.1);
  border-radius: 20px;
  margin-top: 1em;
}

.blog-heading-section {
  z-index: 1;
  margin-bottom: 248px;
}
@media (max-width: 640px) {
  .blog-heading-section {
    margin-bottom: 80px;
  }
}
.blog-heading-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.blog-heading-section .container h1 {
  max-width: 600px;
  text-align: center;
}
.blog-heading-section::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 490px;
  scale: 1;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='1095' height='491' viewBox='0 0 1095 491' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='547.084' cy='466.229' rx='547.084' ry='466.229' transform='matrix(1 0 0 -1 0 490.655)' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .blog-heading-section::after {
    height: 360px;
    background-size: contain;
  }
}
@media (max-width: 992px) {
  .blog-heading-section::after {
    top: 60px;
    height: 300px;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .blog-heading-section::after {
    display: none;
  }
}

.about-first-section .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about-first-section .container {
    flex-direction: column;
  }
}
.about-first-section .container .about-first-text {
  max-width: 45%;
}
@media (max-width: 992px) {
  .about-first-section .container .about-first-text {
    width: 100%;
    max-width: unset;
  }
}
.about-first-section .container .about-first-text h2 {
  margin-bottom: 24px;
  margin-top: 16px;
}
.about-first-section .container .about-first-text p {
  margin-bottom: 24px;
}
.about-first-section .container .about-first-img-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .about-first-section .container .about-first-img-wrap {
    justify-content: start;
  }
}
.about-first-section .container .about-first-img-wrap img {
  max-width: 560px;
  height: auto;
}
@media (max-width: 1200px) {
  .about-first-section .container .about-first-img-wrap img {
    height: 480px;
  }
}
@media (max-width: 560px) {
  .about-first-section .container .about-first-img-wrap img {
    width: 100%;
    height: auto;
  }
}

.about-values-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-values-section .container h2 {
  margin-bottom: 72px;
}
.about-values-section .about-values-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .about-values-section .about-values-wrap {
    gap: 24px;
  }
}
.about-values-section .about-values-wrap .about-value {
  width: 368px;
  height: 240px;
  background-color: #F7F2FA;
  border-radius: 20px;
  padding: 32px 48px;
  box-sizing: border-box;
}
.about-values-section .about-values-wrap .about-value h3 {
  margin-top: 8px;
}
@media (max-width: 992px) {
  .about-values-section .about-values-wrap .about-value {
    padding: 24px 32px;
  }
}
@media (max-width: 767px) {
  .about-values-section .about-values-wrap .about-value {
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 200px;
  }
}
@media (max-width: 550px) {
  .about-values-section .about-values-wrap .about-value {
    width: 100%;
    max-width: none;
    padding: 24px;
  }
}

.sluzby-heading {
  z-index: 1;
  margin-bottom: 240px;
}
@media (max-width: 640px) {
  .sluzby-heading {
    margin-bottom: 80px;
  }
}
.sluzby-heading .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sluzby-heading .container h1 {
  max-width: 600px;
  text-align: center;
}
.sluzby-heading::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 490px;
  scale: 0.9;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='1095' height='491' viewBox='0 0 1095 491' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='547.084' cy='466.229' rx='547.084' ry='466.229' transform='matrix(1 0 0 -1 0 490.655)' fill='%23F6F9F2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .sluzby-heading::after {
    height: 360px;
    background-size: contain;
  }
}
@media (max-width: 992px) {
  .sluzby-heading::after {
    top: 60px;
    height: 300px;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .sluzby-heading::after {
    display: none;
  }
}

#individualni-terapie {
  padding-top: 0 !important;
}

.sluzba-section {
  padding-top: 200px;
  margin-bottom: 0;
  position: relative;
}
.sluzba-section:last-of-type {
  margin-bottom: 164px;
}
@media (max-width: 767px) {
  .sluzba-section {
    padding-top: 80px;
  }
}
.sluzba-section .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sluzba-section .container {
    flex-direction: column !important;
    gap: 56px;
  }
}
.sluzba-section .container .sluzba-text {
  max-width: 45%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
  .sluzba-section .container .sluzba-text {
    max-width: 100%;
  }
}
.sluzba-section .container .sluzba-text .sluzba-podnadpis {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #AA7ACF;
  font-weight: 800;
  margin-bottom: 16px;
  font-size:15px;
}
.sluzba-section .container .sluzba-text h2 {
  font-size: 2.75em;
  font-weight: 800;
  margin-bottom: 16px;
}
.sluzba-section .container .sluzba-text .sluzba-delka {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  margin-bottom: 16px;
}
.sluzba-section .container .sluzba-text p:not(:empty) {
    margin-bottom: 2em;
	max-width:516px;
}
.sluzba-section .container .sluzba-img {
  width: 45%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .sluzba-section .container .sluzba-img {
    width: 100%;
  }
}

.sluzba-switched .container {
  flex-direction: row-reverse;
}

.sluzba-section::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  height: 491px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='459' height='523' viewBox='0 0 459 523' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M444.582 0C444.582 22.6123 520.301 210.41 296.516 247.969C117.487 278.017 25.5208 443.176 1.91602 522' stroke='%23AA7ACF' stroke-width='4' stroke-dasharray='10 10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sluzba-section::after {
    display: none !important;
  }
}
.sluzba-section:last-of-type::after {
  display: none;
}

.sluzba-switched::after {
  transform: scaleX(-1);
}

.reservations-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.services-list {
  display: grid;
  grid-template-columns: calc(33% - 8px) calc(33% - 8px) calc(33% - 8px);
  gap: 24px;
}
@media (max-width: 992px) {
  .services-list {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .services-list {
    grid-template-columns: 100%;
  }
}
.services-list .service-item {
  width: 100%;
  border: 1.5px solid rgba(15, 46, 21, 0.1019607843);
  padding: 40px;
  border-radius: 20px;
  background-color: white;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}
.services-list .service-item:hover {
  border: 1.5px solid #AA7ACF;
  background-color: #AA7ACF;
  color: white;
}
.services-list .service-item .service-item-icon-wrap {
  background-color: #F7F2FA;
  height: 66px;
  width: 66px;
  border-radius: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.services-list .service-item .service-item-icon-wrap img {
  max-height: 35px;
  max-width: 35px;
}
.services-list .service-item h3 {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
.services-list .service-item p {
  font-weight: 600;
  text-decoration: underline;
}

.calendar-container {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .calendar-container {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .calendar-container {
    flex-direction: column;
  }
}
.calendar-container .flatpickr-calendar {
  border: 1.5px solid rgba(15, 46, 21, 0.1019607843);
  padding: 40px;
  border-radius: 20px;
  width: 560px;
  height: fit-content;
}
@media (max-width: 1400px) {
  .calendar-container .flatpickr-calendar {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .calendar-container .flatpickr-calendar {
    width: 100%;
  }
}
.calendar-container .flatpickr-calendar .flatpickr-monthDropdown-months {
  font-weight: 800;
  font-size: 1em;
  margin-bottom: 24px;
}
.calendar-container .flatpickr-calendar .flatpickr-weekdays {
  margin-top: 16px;
}
.calendar-container .flatpickr-calendar .flatpickr-weekday {
  font-weight: 700 !important;
  color: black !important;
}

.flatpickr-innerContainer {
  display: flex;
  justify-content: center;
}

#flatpickr-mount {
  flex: 0 0 auto;
  display: none;
}

.slots-container {
  border: 1.5px solid rgba(15, 46, 21, 0.1019607843);
  padding: 40px 80px;
  border-radius: 20px;
  width: 480px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .slots-container {
    width: 428px;
  }
}
@media (max-width: 992px) {
  .slots-container {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .slots-container {
    width: 100%;
  }
}
.slots-container h3 {
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.slots-container #slots-output {
  flex-direction: column;
  display: flex;
  gap: 12px;
}
.slots-container .slot-btn {
  width: 100%;
  height: 48px;
  border: 1.5px solid #AA7ACF;
  border-radius: 20px;
  background-color: white;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.slots-container .slot-btn:hover {
  background-color: #AA7ACF;
  color: white;
}

.flatpickr-day.selected {
  background: #AA7ACF !important;
  border-color: #AA7ACF !important;
}

.form-title {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 10px;
  color: #000;
}

.booking-summary {
  text-align: center;
  color: #a87bc7;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
  text-decoration: underline;
}

.form-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  grid-column: 1/-1;
}

.form-group label {
  display: none;
}

.form-group input,
.form-group textarea {
  background-color: #F7F2FA;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  transition: 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #a87bc7;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #333;
  font-weight: 700;
}

.consents {
  margin-bottom: 40px;
  padding-left: 5px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.checkbox-container input {
  display: none;
}

.checkmark {
  height: 20px;
  width: 20px;
  background-color: #F7F2FA;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #a87bc7;
}

.form-actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.btn-back-outline {
  background: transparent;
  border: 2px solid #9ccc65;
  color: #7cb342;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.btn-back-outline:hover {
  background: #f1f8e9;
}

.btn-submit-purple {
  background: #AA7ACF;
  color: white;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-submit-purple:hover {
  background: #9565b4;
}

@media (max-width: 600px) {
  .form-grid-layout {
    grid-template-columns: 1fr;
  }
  .form-actions-row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .btn-back-outline, .btn-submit-purple {
    width: 100%;
    justify-content: center;
  }
}
#step-3.active {
  display: flex;
  justify-content: center;
}

.booking-summary-wrap {
  padding: 40px 48px;
  border-radius: 20px;
  border: 1.5px solid rgba(15, 46, 21, 0.1019607843);
}
@media (max-width: 550px) {
  .booking-summary-wrap {
    padding: 32px;
  }
}

#step-4.active {
  display: flex !important;
  justify-content: center;
}

.step4-wrapper {
  padding: 40px 48px;
  border-radius: 20px;
  border: 1.5px solid rgba(15, 46, 21, 0.1019607843);
  width: 480px;
  display: flex;
  flex-direction: column;
}
.step4-wrapper h3 {
  width: 100%;
  text-align: center !important;
  margin-bottom: 8px;
}
.step4-wrapper h4 .qr-code-pay-heading {
  margin-bottom: 8px;
}

#qr-image {
  margin: 16px 0;
}

.qr-img-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.payment-price-p {
  font-weight: 700;
  font-size: 1.25em;
}

.flatpickr-current-month .numInputWrapper {
  display: none !important;
}

.flatpickr-monthDropdown-months {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: none !important;
  background: transparent !important;
  pointer-events: none !important;
  font-weight: 700 !important;
  font-size: 1.3em !important;
  color: #000 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent !important;
}

.flatpickr-current-month {
  width: 100% !important;
  left: 0 !important;
  padding-top: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 8px !important;
}

.reservation-detail-wrap {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .reservation-detail-wrap {
    flex-direction: column-reverse;
  }
}

.reservation-detail-grid {
  width: 100%;
}
.reservation-detail-grid h2 {
  margin-top: 64px;
  margin-bottom: 24px;
}

.detail-row {
  width: 100%;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  padding: 16px 0;
}
@media (max-width: 520px) {
  .detail-row {
    flex-direction: column;
  }
}
.detail-row .detail-label {
  width: 200px;
  font-weight: 800;
  font-size: 20px;
}
.detail-row .detail-value {
  font-size: 20px;
  font-size: 600;
}

.reservation-status-wrap {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  padding: 40px;
}
.reservation-status-wrap img {
  margin-bottom: 16px;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.payment-status-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  font-size: 20px;
  font-weight: 600;
  min-width: 330px;
}

@media (max-width: 1380px) {
  .reservation-detail-section {
    margin-top: 80px;
  }
}

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