/* 
Theme Name: Wiziy
Template: hello-elementor
Version: 3.1.7
Text Domain: wiziy
*/

:root {
  --color-background: #ffffff;
  --color-foreground: #03060c;

  --color-card: #ffffff;
  --color-card-foreground: #03060c;

  --color-accent: #f4f4f5;
  --color-accent-foreground: #18181b;

  --color-border: #e3eaf2;
  --color-ring: #03060c;

  --color-primary: #fb4570;
  --color-primary-foreground: #ffffff;

  --color-primary-light: rgba(251, 69, 111, 0.9);
  --color-primary-light-foreground: #1a0b11;

  --box-shadow: 0 1px 2px 0 #0000000d;
  --box-shadow-hover: 0 4px 8px 0 #0000000d;
  --border: 0.77px solid #e4e4e7;

  --page-desktop-container-parent-margin-bottom: 50px;
  --page-mobile-container-parent-margin-bottom: 30px;

  --header-desktop-container-parent-margin-bottom: 30px;
  --header-mobile-container-parent-margin-bottom: 10px;

  --footer-desktop-container-parent-margin-bottom: 0px;
  --footer-mobile-container-parent-margin-bottom: 0px;

  --radius-large: 12px;
  --radius-medium: 8px;
  --radius-small: 6px;
}

.rounded-sm .elementor-widget-container,
.rounded-sm,
.rounded-sm::before,
.rounded-sm img {
  border-radius: var(--radius-small) !important;
}
.rounded-md .elementor-widget-container,
.rounded-md,
.rounded-md::before,
.rounded-md img {
  border-radius: var(--radius-medium) !important;
}
.rounded-lg .elementor-widget-container,
.rounded-lg,
.rounded-lg::before,
.rounded-lg img {
  border-radius: var(--radius-large) !important;
}

.e-search-results-list {
  & img {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  & h2 {
    font-weight: 400;
    font-size: 18px;
  }
}
.underline {
  & a {
    text-decoration-line: underline;
  }
}
* {
  font-family: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background-color: var(--color-background) !important;
  &::-webkit-scrollbar {
    width: 0.5vw;
    background-color: #d6d6d6;
  }
  &::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 20px;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a0b11;
  font-weight: 800;
  margin: 0px;
}
.theme-switcher .elementor-icon-list-item {
  margin: 0px !important;
  width: 21px !important;
  cursor: pointer;
}

.theme-switcher .elementor-icon-list-item svg,
.theme-switcher .elementor-inline-items {
  margin: 0px !important;
}

.light .theme-switcher .elementor-icon-list-item:nth-child(1),
.dark .theme-switcher .elementor-icon-list-item:nth-child(2) {
  display: none;
}

.elementor-widget-text-editor,
.elementor-widget-theme-post-content {
  & h2,
  & h2 span {
    font-size: 1.7rem;
  }

  & h3,
  & h3 span {
    font-size: 1.4rem;
  }

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6 {
    & span {
      font-weight: 800 !important;
    }
    margin-bottom: 2px;
    font-weight: 800 !important;
  }
}
a {
  color: var(--color-accent-foreground);
}
p {
  margin: 0px;
}

textarea {
  resize: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.elementor-widget-icon {
  line-height: 0px;
}

.elementor-swiper {
  overflow: hidden;
  border-radius: 5px;
}

.elementor-message::before {
  content: unset !important;
}

.swiper-pagination-bullet {
  background-color: var(--color-background);
  width: 25px;
  height: 3.5px;
  border-radius: 5px;
}
.page-numbers.prev,
.page-numbers.next {
  width: 100px !important;
  
}
.elementor-field {
  padding: 8px 14px !important;
  min-height: 42px !important;
  border-radius: var(--radius-small) !important;
  border: var(--border) !important;
}

@media (min-width: 768px) {
  .break-text span {
    display: block;
  }
  [data-elementor-type="wp-page"],
  [data-elementor-type="archive"],
  [data-elementor-type="single-post"] {
    & > .e-con.e-parent {
      margin-bottom: var(--page-desktop-container-parent-margin-bottom);
    }
  }
  .elementor-location-header {
    margin-bottom: var(--header-desktop-container-parent-margin-bottom);
  }
  .elementor-location-footer {
    & > .e-con.e-parent {
      margin-bottom: var(--footer-desktop-container-parent-margin-bottom);
    }
  }
}

@media (max-width: 768px) {
  [data-elementor-type="wp-page"],
  [data-elementor-type="archive"],
  [data-elementor-type="single-post"] {
    & > .e-con.e-parent {
      margin-bottom: var(--page-mobile-container-parent-margin-bottom);
    }
  }
  .elementor-location-header {
    margin-bottom: var(--header-mobile-container-parent-margin-bottom);
  }
  .elementor-location-footer {
    & > .e-con.e-parent {
      margin-bottom: var(--footer-mobile-container-parent-margin-bottom);
    }
  }
}

.elementor-location-header {
  border-bottom: var(--border);
  & .elementor-widget-theme-site-logo {
    margin-inline-end: 20px;
  }
  & .header-menu .elementor-nav-menu--main {
    & li:last-child {
      background-color: var(--color-primary);
	  margin-inline-start: 30px;
      border-radius: var(--radius-small);
      height: 40px;
    }
    & li:last-child:hover {
      background-color: var(--color-primary-light);
    }
    & li:last-child .elementor-item:after {
      background-color: transparent !important;
    }
    & li:last-child a {
      color: var(--color-background) !important;
    }
    & ul {
      align-items: center;
    }
    .elementor-item.elementor-item-active:after {
      background-color: var(--color-primary) !important;
    }
    .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
        .highlighted
      ):after {
      opacity: 1 !important;
    }
    .elementor-item:after {
      height: 0.5px !important;

      transition: transform 150ms cubic-bezier(0.28, 0.75, 0.22, 0.95),
        opacity 150ms cubic-bezier(0.28, 0.75, 0.22, 0.95);
      transform: scaleX(0);
    }
    .elementor-item:hover:after {
      transition: transform 0.5s cubic-bezier(0.28, 0.75, 0.22, 0.95);
      transform: scaleX(1);
    }
  }
}
.ltr {
  direction: ltr;
}
.elementor-location-footer {
  border-top: var(--border);

  .e-con.e-parent:last-of-type {
    margin-bottom: unset;
  }

  & a,
  & a span {
    color: #6a7182 !important;
  }
}

.page-id-263 .elementor-element-4230322 {
  display: none;
}

.elementor-button {
  background-color: var(--color-primary);
  cursor: pointer;
  min-height: 42px !important;
  border-radius: var(--radius-small) !important;
}
.elementor-button:hover {
  background-color: var(--color-primary-light);
}

.tag-link {
  & .elementor-widget-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  & a {
    color: var(--color-primary-light);
    font-size: 14px;
    border-radius: 30px;
    padding: 0px 15px;
    border: solid var(--color-primary-light) 2px;
    white-space: nowrap;
  }
  & a:hover {
    color: var(--color-background);
    background: var(--color-primary);
    border: solid var(--color-primary) 2px;
  }
}

.elementor-pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 7px;
  & > a:hover {
    background-color: var(--color-accent);
  }
  & .current {
    background-color: var(--color-primary);
    color: var(--color-background) !important;
  }
  & > * {
    background: var(--color-background);
    border: var(--border);
    font-weight: 400;
    font-size: 15px;
    border-radius: var(--radius-small);
    padding: 9px 15px;
    line-height: 1 !important;
    color: var(--color-foreground) !important;
  }
}

.elementor-icon-list-icon svg {
  width: unset !important;
}

.carousel-auto-animation {
  overflow: hidden;
  & .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  & .swiper-slide-inner {
    height: 190px;
    background: var(--color-secondary);
    border: var(--border);
    border-radius: var(--radius-medium);
    padding: 10px 70px;
    display: flex;
    align-items: center;
  }
  @media (max-width: 600px) {
    selector .swiper-slide-inner {
      height: 65px;
    }
  }
  & .elementor-widget-container::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.card .elementor-widget-container,
.elementor-post__card {
  border-radius: var(--radius-medium) !important;
  box-shadow: var(--box-shadow) !important;
  border: var(--border) !important;
}

.card .elementor-widget-container:hover,
.elementor-post__card:hover {
  box-shadow: var(--box-shadow-hover) !important;
}
.elementor-post__card {
  .elementor-post__title {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    font-weight: 500;
  }
  .elementor-post__thumbnail__link {
    border-radius: var(--radius-medium) !important;
    margin-bottom: 10px;
  }
  .elementor-post__thumbnail__link:after {
    content: unset !important;
  }
  .elementor-post__text {
    margin-top: 0px !important;
    padding: 10px !important;
  }
  .elementor-post__thumbnail__link img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.e-gallery-container {
  border-radius: var(--radius-medium);
  overflow: hidden;
}
.elementor-widget-code-highlight {
  & .highlight-height {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  & .toolbar {
    top: 10px !important;
    right: 10px !important;
    opacity: 1 !important;
    & button {
      color: #d6d6d6 !important;
      padding: 5px 10px !important;
      cursor: pointer;
    }
  }
}
.code-snippets-archive .elementor-post__text {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}

.elementor-field-type-recaptcha_v3 {
  height: 1px;
  margin: 0px;
  & > .elementor-field {
    background-color: transparent;
  }
}

.elementor-widget-search {
  max-width: 500px !important;
  flex-grow: 1;
  .e-search-submit {
    cursor: pointer;
    margin: 0px !important;
    background-color: var(--color-primary) !important;
    border-top-left-radius: var(--radius-medium) !important;
    border-bottom-left-radius: var(--radius-medium) !important;
    padding: 10px 17px !important;
  }
  svg.e-fas-search {
    margin: 0px !important;
    height: 18px !important;
  }
  .e-search-input-wrapper input,
  .e-search-submit {
    min-height: 40px !important;
  }

  .e-search-input-wrapper input {
    padding: 10px 20px !important;
    border-top-right-radius: var(--radius-medium) !important;
    border-bottom-right-radius: var(--radius-medium) !important;
    padding: 8px 14px !important;
    min-height: 42px !important;
    border: var(--border) !important;
  }
}
[aria-label="breadcrumbs"] {
  color: #6a6a6a;
  font-size: 14px;
  & a:hover {
    text-decoration: underline;
  }
}
.elementor-element-821c55d {
  margin-bottom: 10px !important;
}


#menu-gallery .elementor-widget-image-gallery .gallery {
    --gutter: 10px;
    display: flex !important;
    flex-wrap: wrap !important;
    margin: calc(-1 * var(--gutter)) !important;
}

#menu-gallery .elementor-widget-image-gallery .gallery-item {
    box-sizing: border-box !important;
    flex: 0 0 33.333% !important;
    margin: 0 !important;
    padding: var(--gutter) !important;
}

#menu-gallery .elementor-widget-image-gallery .gallery-item figure,
#menu-gallery .elementor-widget-image-gallery .gallery-icon,
#menu-gallery .elementor-widget-image-gallery .gallery-icon a {
    display: block !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

#menu-gallery .elementor-widget-image-gallery .gallery img {
    display: block !important;
    height: auto;
    object-fit: cover !important;
    width: 100% !important;
}

@media (max-width: 1024px) {
    #menu-gallery .elementor-widget-image-gallery .gallery-item { flex-basis: 50% !important }
}

@media (max-width: 767px) {
   #menu-gallery .elementor-widget-image-gallery .gallery-item { flex-basis: 100% !important }
}