/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/styles.scss ***!
  \*****************************************************************************************************************/
/* Variables */
:root {
  --body--padding: 2.5rem;
  --body--padding--narrow: clamp(2.5rem, 0.4878rem + 8.5854vw, 8rem);
  --content-bottom-margin: 100px;
  --content-top-padding: 120px;
  --section-decorative-size: 6rem;
  --section-decorative-top-left-path: 0 0, 100% 100%, 100% 100%, 0% 100%;
  --section-decorative-bottom-left-path: 0 0, 100% 0%, 100% 0%, 0% 100%;
  --section-decorative-top-right-path: 0 100%, 100% 0, 100% 100%, 0% 100%;
  --section-decorative-bottom-right-path: 0 0, 100% 0, 100% 100%, 0 0;
}

/* Layout */
.sticky {
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.square {
  aspect-ratio: 1; /* Equivalent to 1 / 1 */
}

.content-wrapper {
  padding-top: var(--wp--preset--spacing--70);
  padding-bottom: var(--wp--preset--spacing--70);
  padding-right: var(--body--padding);
  padding-left: var(--body--padding);
}
.content-wrapper.hero {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}

.content-wrapper-narrow {
  padding-right: var(--body--padding--narrow);
  padding-left: var(--body--padding--narrow);
}

.big-padding-y {
  padding-top: var(--content-top-padding);
  padding-bottom: var(--content-top-padding);
}

.big-padding-x {
  padding-left: var(--content-top-padding);
  padding-right: var(--content-top-padding);
}

.margin-last {
  margin-bottom: var(--content-bottom-margin);
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.wp-block-columns.has-background {
  padding: 0 !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.row-column, .row-column-reverse {
  display: flex;
  gap: var(--wp--preset--spacing--70);
}

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

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

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

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

.w-full, .w-100 {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

.force-full-height .wp-block-cover__inner-container {
  position: absolute !important;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 460px) {
  .sm-w-30 {
    width: 30% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-w-70 {
    width: 70% !important;
  }
  .sm-w-100 {
    width: 100% !important;
  }
  .sm-column {
    flex-direction: column;
  }
  .sm-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 781px) {
  .md-w-30 {
    width: 30% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-w-70 {
    width: 70% !important;
  }
  .md-w-100 {
    width: 100% !important;
  }
  .md-column {
    flex-direction: column;
  }
  .md-column-reverse {
    flex-direction: column-reverse;
  }
  .content-wrapper, .content-wrapper-narrow {
    padding-right: var(--wp--preset--spacing--60);
    padding-left: var(--wp--preset--spacing--60);
  }
  :root {
    --content-top-padding: 80px;
  }
}
@media screen and (max-width: 1050px) {
  .lg-w-30 {
    width: 30% !important;
  }
  .lg-w-40 {
    width: 40% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-w-60 {
    width: 60% !important;
  }
  .lg-w-70 {
    width: 70% !important;
  }
  .lg-w-100 {
    width: 100% !important;
  }
  .lg-column {
    flex-direction: column;
  }
  .lg-column-reverse {
    flex-direction: column-reverse;
  }
}
/* ===============================
   Form Styling Boilerplate
   =============================== */
/* --- Theme Variables --- */
/* Variables */
:root {
  --form-border-color: var(--wp--preset--color--text-light);
  --form-font-family: var(--wp--preset--font-family--noto-kufi);
  --form-font-size: var(--wp--preset--font-size--small);
  --form-bg: transparent;
  --form-text-color: var(--wp--preset--color--text-light);
  --form-border-radius: 12px;
  --form-border-width: 1px;
  --form-focus-border: var(--wp--preset--color--second-brand);
  --form-focus-shadow: rgba(222, 167, 28, 0.3);
  --form-padding-y: 0.8rem;
  --form-padding-x: 1rem;
  --form-button-bg: var(--wp--preset--color--text-light);
  --form-button-text: var(--wp--preset--color--text-dark);
  --form-button-hover-bg: #db8b0b;
  --form-button-radius: 100vw;
  --checkbox-size: 18px;
  --form-placeholder-color: rgba(255, 255, 255, 0.5);
  --form-transition-speed: 0.2s;
  --fluentform-border-radius: var(--form-border-radius);
  --fluentform-border-color: var(--form-border-color);
}

/* --- Reset & Base --- */
form {
  font-family: var(--form-font-family);
  font-size: var(--form-font-size);
  color: var(--form-text-color);
  background: var(--form-bg);
  display: block;
}

fieldset {
  border: var(--form-border-width) solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  padding: 1em;
  margin-bottom: 1.5em;
}

legend {
  font-weight: bold;
  padding: 0 0.5em;
}

/* --- Text Inputs, Email, Password, etc. --- */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
textarea,
select {
  width: 100%;
  padding: var(--form-padding-y) var(--form-padding-x);
  border: var(--form-border-width) solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background: var(--form-bg);
  color: var(--form-text-color);
  transition: border-color var(--form-transition-speed), box-shadow var(--form-transition-speed);
  box-sizing: border-box;
  font-size: var(--form-font-size);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--form-placeholder-color);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--form-focus-border);
  box-shadow: 0 0 0 3px var(--form-focus-shadow);
  outline: none;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

/* --- Select --- */
select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--form-text-color) 50%), linear-gradient(135deg, var(--form-text-color) 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(50% - 3px), calc(100% - 10px) calc(50% - 3px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}

/* --- Checkboxes & Radios --- */
input[type=checkbox],
input[type=radio] {
  appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border: var(--form-border-width) solid var(--form-border-color) !important;
  border-radius: 4px !important;
  vertical-align: middle !important;
  position: relative !important;
  cursor: pointer;
  margin-right: 0.4em !important;
  margin-left: 0.4em !important;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
  background: transparent !important;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: var(--wp--preset--color--brand) !important; /* Background color when checked */
  border-color: var(--wp--preset--color--brand) !important;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  background: var(--form-focus-border);
  transform: translate(-50%, -50%);
  border-radius: inherit;
  outline: none;
  border-color: var(--form-focus-border);
  box-shadow: 0 0 0 3px orange;
}

input[type=checkbox]:checked::after {
  content: url(f7463bf181aea50ba599.svg) !important;
}

/* --- Buttons --- */
button,
input[type=submit],
input[type=reset] {
  display: inline-block;
  padding: var(--form-padding-y) var(--form-padding-x);
  background: var(--form-button-bg);
  color: var(--form-button-text);
  border: none;
  border-radius: var(--form-button-radius);
  cursor: pointer;
  font-weight: 400;
  transition: background var(--form-transition-speed), opacity var(--form-transition-speed);
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  transform: translate(-1px, -1px);
}

button:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  transform: translate(1px, 1px);
}

button:disabled,
input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* --- Range Slider --- */
input[type=range] {
  width: 100%;
  margin: 1em 0;
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--form-button-bg);
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: var(--form-border-color);
  border-radius: 2px;
}

/* --- File Input --- */
input[type=file] {
  border: var(--form-border-width) solid var(--form-border-color);
  padding: 0.4em;
  border-radius: var(--form-border-radius);
  background: var(--form-bg);
}

/* --- Labels & Helpers --- */
label {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 500;
  color: var(--form-text-color);
}

.form-group {
  margin-bottom: 1.2em;
}

.help-text {
  font-size: 0.85em;
  color: #777;
}

/* Fluent Forms */
label {
  font-size: 0.9rem;
}

.fluentform .ff-el-group input, .fluentform .ff-el-group select, .fluentform .ff-el-group textarea, .fluentform .ff-el-form-control {
  background-color: transparent !important;
  border: 1px solid var(--fluentform-border-color) !important;
  color: var(--form-text-color) !important;
}
.fluentform .ff-el-group input::placeholder, .fluentform .ff-el-group select::placeholder, .fluentform .ff-el-group textarea::placeholder, .fluentform .ff-el-form-control::placeholder {
  color: var(--form-placeholder-color);
}

.choices__list--dropdown {
  background-color: var(--form-dropdown-bg-color) !important;
  color: var(--form-text-color) !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--wp--preset--color--brand) !important;
}

.frm-fluent-form .choices__inner {
  background-color: transparent !important;
  border: 1px solid var(--fluentform-border-color) !important;
  color: var(--form-text-color) !important;
  border-radius: 0;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
  border: none !important;
}

.ff-default .ff_btn_style {
  background-color: var(--form-button-bg) !important;
  color: var(--form-button-text) !important;
  border: none !important;
  border-radius: var(--form-button-radius) !important;
}

.fluentform input[type=checkbox] {
  appearance: none !important;
  -webkit-appearance: none !important;
}

.wpc-filters-main-wrap input[type=checkbox]:checked:after {
  opacity: 0 !important;
}

.animated {
  animation-duration: 0.5s;
  /* animation-timing-function: ease; */
}

@keyframes siteLogo {
  0% {
    transform: translateY(100px) translateX(-50%) scale(0.7);
    opacity: 0;
  }
  80% {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translateX(200px) scale(0.7);
    opacity: 0;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  animation-name: backInRight;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes preloaderOut {
  from {
    transform: rotateX(0);
  }
  98% {
    transform: rotateX(90deg);
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  to {
    display: none;
  }
}
@keyframes flipTraingle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html, body {
  overscroll-behavior: none;
  scroll-behavior: smooth;
  min-height: 100vh;
}

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

body .wp-block-post-title:nth-of-type(1), body .wp-block-query-title:nth-of-type(1) {
  animation-name: zoomIn;
  animation-duration: 0.5s;
}

p {
  max-width: 100%;
}

.page-template-contact a {
  text-decoration: none;
}
.page-template-contact h6 {
  padding: 0;
}
.page-template-contact .wp-block-cover__inner-container {
  min-height: 90vh;
}
.page-template-contact .wp-block-cover__inner-container .content-wrapper {
  min-height: 90vh;
  height: 800px;
}

/* General */
::selection {
  background: var(--wp--preset--color--very-dark-gray); /* Sets the background color of the selection */
  color: white; /* Sets the color of the selected text */
}

a {
  color: inherit !important;
}
a.no-underline {
  text-decoration: none;
}

.no-underline a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.top-layer {
  position: relative;
  z-index: 99;
}

.wp-block-button:hover, button:hover {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
  transform: translate(-1px, -1px);
}
.wp-block-button:active, button:active {
  transform: translate(1px, 1px);
}
.wp-block-button.is-style-outline--2 .wp-block-button__link, button.is-style-outline--2 .wp-block-button__link {
  border-width: 1px !important;
}

.wp-block-column:has(> .full-height-figure), .wp-block-column:has(> .flat-full-height-figure) {
  position: relative;
}

.full-height-figure {
  height: calc(100% + var(--section-decorative-size) * 2);
  position: absolute;
  width: 100%;
  top: calc(var(--section-decorative-size) * -1);
}
.full-height-figure.right {
  right: 0;
}
.full-height-figure.left {
  left: 0;
}
.full-height-figure img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.flat-full-height-figure {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}
.flat-full-height-figure.right {
  right: 0;
}
.flat-full-height-figure.left {
  left: 0;
}
.flat-full-height-figure img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.section-photo-right-buttom {
  position: absolute;
  bottom: -1rem;
  right: -2rem;
  width: clamp(14rem, 5.9451rem + 20vw, 25rem);
  aspect-ratio: 1;
  z-index: -1;
  border-radius: 100vw;
  overflow: hidden;
}
.section-photo-right-buttom img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.section-photo-left-top {
  position: absolute;
  top: 0;
  left: calc(clamp(3rem, 1.1707rem + 7.8049vw, 8rem) * -1);
  width: clamp(12.5rem, 5.6402rem + 29.2683vw, 31.25rem);
  aspect-ratio: 1;
  z-index: -1;
  border-radius: 100vw;
  overflow: hidden;
}
.section-photo-left-top img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.section-photo-right-top {
  position: absolute;
  top: 0;
  right: calc(clamp(3rem, 1.1707rem + 7.8049vw, 8rem) * -1);
  width: clamp(12.5rem, 5.6402rem + 29.2683vw, 31.25rem);
  aspect-ratio: 1;
  z-index: -1;
  border-radius: 100vw;
  overflow: hidden;
}
.section-photo-right-top img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.shift-to-left {
  padding-right: var(--wp--preset--spacing--100);
  padding-left: 0;
}

.shift-to-right {
  padding-left: var(--wp--preset--spacing--100);
  padding-right: 0;
}

.wp-block-group:has(> .tagline) {
  position: relative;
}

.tagline {
  position: absolute;
  top: -1rem;
  font-size: var(--wp--preset--font-size--huge) !important;
  left: 0;
  opacity: 0.15;
  z-index: 3;
}

.has-logo-decal {
  position: relative;
}

.decal-left-top-white::before {
  content: url(9fab18daff400c250f02.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 158px;
  height: 168px;
  z-index: 3;
}
.decal-left-top-white.big::before {
  width: 237px;
  height: 252px;
}

.decal-right-bottom-white::before {
  content: url(9fab18daff400c250f02.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 158px;
  height: 168px;
  z-index: 3;
}
.decal-right-bottom-white.big::before {
  width: 237px;
  height: 252px;
}

.decal-left-bottom-dark::before {
  content: url(c89c9ddbbab9d503d6ae.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 237px;
  height: 168px;
  z-index: 3;
  transform-origin: left bottom;
}
.decal-left-bottom-dark.big::before {
  transform: scale(2);
}

.decal-right-bottom-dark::before {
  content: url(c89c9ddbbab9d503d6ae.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 237px;
  height: 168px;
  z-index: 3;
  transform-origin: right bottom;
}
.decal-right-bottom-dark.big::before {
  transform: scale(2);
}

.decal-left-top-dark::before {
  content: url(c89c9ddbbab9d503d6ae.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 237px;
  height: 168px;
  z-index: 3;
  transform-origin: left top;
}
.decal-left-top-dark.big::before {
  transform: scale(2);
}

.brands-grid {
  padding-top: 10rem;
}

.fade-bottom {
  mask-image: linear-gradient(rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 95%, rgba(255, 255, 255, 0) 100%);
}

.light-text {
  font-weight: 200;
}

section:has(+ .cta-wrapper) {
  color: blue;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--first-brand);
  z-index: 1000;
  perspective: 1000px;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.preloader.out {
  animation: preloaderOut 0.5s linear forwards normal;
}
.preloader.in {
  animation-direction: reverse;
}
.preloader #loader_svg {
  transform-origin: center bottom;
  animation: flipTraingle 1s linear infinite;
}

.triangle-figure {
  width: 40vw;
  height: 70vh;
  max-width: 550px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* Read more */
.wp-block-read-more {
  display: flex;
  text-decoration: none;
  margin-top: 1rem !important;
}
.wp-block-read-more p {
  color: inherit;
  font-weight: 600 !important;
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-read-more::after {
  content: url("data:image/svg+xml;utf8,<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.5729 12H1.88538\" stroke=\"white\" stroke-miterlimit=\"10\"/><path d=\"M14.4104 4.83789L21.5729 12.0004L14.4104 19.1629\" stroke=\"white\" stroke-miterlimit=\"10\"/></svg>");
  margin: 0 0.6rem;
  color: inherit;
  transform-origin: center;
  position: relative;
  top: -2px;
}

/* Header */
/* Navigation */
.site-header-logo {
  width: 120px;
  height: 65px;
  background-image: url(438baabf3cc4cff4532a.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: both 0.4s siteLogo ease-in-out;
  animation-delay: 0.5s;
}

.header-nav-container {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* Breadcrumb */
.breadcrumb {
  margin: 8px 0 !important;
  font-size: 1.2rem;
  font-weight: 200;
  position: absolute;
  top: 40vh;
  left: 1.5rem;
  z-index: 10;
}
.breadcrumb ol {
  position: relative;
  left: 0;
  flex-direction: column-reverse;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  display: inline;
}
.breadcrumb li::after {
  content: "/";
  margin: 8px;
  color: inherit;
}
.breadcrumb li:last-of-type::after {
  content: "";
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: inherit;
}

.cropped {
  clip-path: url(3f649af0db3ed8750cc7.svg);
}

/* Blog */
.blog-grid {
  width: 70%;
}

.wp-block-query-pagination {
  margin-top: 1rem;
}

.wp-block-query-pagination-numbers {
  display: flex;
  gap: 1.5rem;
  font-size: 1.5rem;
}

.wp-block-query-pagination {
  margin-top: 3rem !important;
  justify-content: center;
}

.wp-block-query-pagination-next {
  margin-left: 1rem !important;
}
.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow {
  width: 25px;
  font-size: 0;
  line-height: 24px;
  position: relative;
}
.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow::after {
  position: absolute;
  left: 0;
  top: 0;
  content: url("data:image/svg+xml;utf8,<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.5729 12H1.88538\" stroke=\"white\" stroke-miterlimit=\"10\"/><path d=\"M14.4104 4.83789L21.5729 12.0004L14.4104 19.1629\" stroke=\"white\" stroke-miterlimit=\"10\"/></svg>");
}

.wp-block-query-pagination-previous {
  margin-right: 1rem !important;
}
.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
  width: 25px;
  font-size: 0;
  line-height: 24px;
  position: relative;
}
.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow::after {
  position: absolute;
  right: 0;
  top: 0;
  content: url("data:image/svg+xml;utf8,<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.9 12h19.7M9 19.2 1.9 12l7.2-7.2\" stroke=\"white\" stroke-miterlimit=\"10\"/></svg>");
}

/* Footer */
footer {
  position: relative;
}
footer .wp-block-group {
  padding: var(--wp--preset--spacing--70);
}
footer .wp-block-site-logo {
  margin: 1rem 0;
}
footer .footer-tag-line {
  position: absolute;
  top: 5%;
  right: 0;
  opacity: 0.1;
  width: 50%;
  line-height: 0.85;
  color: var(--wp--preset--color--text-light);
}
footer .site-copyright {
  margin-top: 3rem !important;
  opacity: 0.5;
}
footer .wp-block-navigation-item:hover {
  background-color: transparent;
}
footer .current-menu-item:hover {
  background-color: transparent;
}
footer .footer-clipped {
  padding-top: calc(var(--section-decorative-size) + 2rem);
  --footer-clip-path: 0 var(--section-decorative-size), 100% 0, 100% 100%, 0 100%;
  clip-path: polygon(var(--footer-clip-path));
  background: linear-gradient(180deg, rgba(121, 97, 168, 0.3) 0%, var(--wp--preset--color--very-dark-gray, rgba(26, 26, 27, 0.2)) 100%), var(--wp--preset--color--very-dark-gray, #1A1A1B);
}
footer .footer-copyright {
  opacity: 0.5;
  color: var(--wp--preset--color--text-light);
}

/* Block Styles */
.wp-block-list li {
  margin-bottom: var(--wp--preset--spacing--20);
  padding-left: 0.5rem;
  list-style-image: url(010148d0c436417c87f0.svg);
  list-style-type: square;
}

.is-style-include-list li {
  list-style-image: url(b635ac35fa18e9ff4765.svg);
  list-style-type: square;
}

.is-style-exclude-list li {
  list-style-image: url(e1ecd1d87d6b5a5aaebf.svg);
  list-style-type: square;
}

/* WP Blocks */
.wp-block-cover__inner-container {
  min-height: 100% !important;
  width: 100% !important;
}

.wp-block-cover, .wp-block-cover-image {
  padding: 0;
}

.wp-block-list {
  margin-bottom: 1rem !important;
}

.wp-singular .wp-block-deltablocks-page-hero ~ main {
  position: relative;
  margin-top: -10rem;
  z-index: 4;
  background-color: rgba(255, 134, 35, 0.2);
  min-height: 100vh;
}

/* RTL styles */
.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
  line-height: 1.4;
}
.rtl h1, .rtl h2, .rtl h3 {
  font-family: Alexandria;
  font-weight: 900;
}
.rtl .section-photo-right-buttom {
  left: -2rem;
  right: auto;
}
.rtl .section-photo-left-top {
  right: calc(clamp(3rem, 1.1707rem + 7.8049vw, 8rem) * -1);
  left: auto;
}
.rtl .section-photo-right-top {
  left: calc(clamp(3rem, 1.1707rem + 7.8049vw, 8rem) * -1);
  right: auto;
}
.rtl .shift-to-left {
  padding-left: var(--wp--preset--spacing--100);
  padding-right: 0;
}
.rtl .shift-to-right {
  padding-right: var(--wp--preset--spacing--100);
  padding-left: 0;
}
.rtl .breadcrumb {
  right: 1.5rem;
  left: auto;
}
.rtl .breadcrumb li {
  transform: rotate(0);
  writing-mode: vertical-rl;
  display: inline;
}
.rtl .breadcrumb li::after {
  content: "/";
  margin: 8px;
  color: inherit;
}
.rtl .breadcrumb li:last-of-type::after {
  content: "";
}
.rtl .wp-block-read-more::after {
  content: url("data:image/svg+xml;utf8,<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.9 12h19.7M9 19.2 1.9 12l7.2-7.2\" stroke=\"white\" stroke-miterlimit=\"10\"/></svg>");
}
.rtl footer .footer-clipped {
  --footer-clip-path: 0 0, 100% var(--section-decorative-size), 100% 100%, 0 100%;
}
.rtl footer .footer-tag-line {
  left: 0;
  right: auto;
}
.rtl .tagline {
  right: 0;
  left: auto;
}

@media screen and (max-width: 781px) {
  .rtl .breadcrumb {
    right: 1.5rem;
    left: auto;
  }
  .rtl .breadcrumb li {
    writing-mode: initial;
    transform: rotate(0);
  }
  .rtl .triangle-figure {
    right: 40vw;
    left: auto;
  }
}

/* Responsiveness styles */
@media screen and (max-width: 1400px) {
  .blog-grid {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .intro {
    width: 250%;
  }
}
@media screen and (max-width: 1250px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog .wp-block-post-template > :nth-child(5) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 1050px) {
  .blog-grid {
    width: 80%;
  }
}
/* WordPress Mobile Breakpoint */
@media screen and (max-width: 781px) {
  /* Layout */
  .row-column {
    display: flex;
    flex-direction: column;
  }
  .row-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .breadcrumb {
    font-size: 1rem;
    top: 8rem;
    left: 1.5rem;
  }
  .breadcrumb ol {
    flex-direction: row;
  }
  .breadcrumb li {
    writing-mode: initial;
    transform: rotate(0);
  }
  .nav-site-logo {
    width: 100px !important;
  }
  .wp-block-deltablocks-site-menu.menu-openned #menu-rect {
    animation: none;
  }
  .header-nav-container {
    height: 60px;
  }
  .full-height-figure {
    height: auto;
    position: relative;
    width: 100%;
    top: 0;
    height: calc(var(--section-decorative-size) + 100%);
  }
  .flat-full-height-figure {
    position: relative;
  }
  .is-layout-grid {
    display: flex;
    flex-direction: column;
  }
  .blog-grid {
    width: 100%;
  }
  .section-photo-right-buttom {
    bottom: 3rem;
  }
  .triangle-figure {
    position: absolute;
    top: 0;
    left: 40vw;
    width: 70vw;
    height: 50%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: -1;
  }
  footer .footer-tag-line {
    width: 85%;
  }
  footer .footer-clipped {
    padding-top: calc(var(--section-decorative-size) * 2);
  }
  .page-template-contact .wp-block-cover__inner-container .content-wrapper {
    height: auto;
  }
  .tours-filter-form .form-group {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .tours-filter-form .form-group > div {
    width: 100%;
  }
  .tours-filter-form .form-group select {
    width: 100%;
  }
  .discover-border-left {
    border-left: none;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .blog-grid {
    padding-right: 0;
  }
  .blog .wp-block-post-template > :first-child {
    grid-column: 1/-1;
    display: block;
  }
  .blog .wp-block-post-template > :first-child figure {
    width: 100%;
  }
  .welcome-section svg {
    width: 70vw;
  }
  .is-layout-grid.sm-3-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .is-layout-grid.sm-2-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .is-layout-grid.sm-1-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  footer .footer-tag-line {
    width: 100%;
  }
}
