/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
  --page-desktop-container-parent-margin-bottom: 90px;
  --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;
}
.elementor-kit-5 {
  --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: #343944;
  --color-primary-foreground: #f9f9f9;

  --color-primary-light: #353a45e6;
  --color-primary-light-foreground: #f9f9f9;

  --color-secondary: #f3f3f3;
  --color-secondary-foreground: #1c252f;

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

.dark.elementor-kit-5 {
  --color-background: #1a1a1a;
  --color-foreground: #f4f4f4;

  --color-card: #2a2a2a;
  --color-card-foreground: #03060c;

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

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

  --color-primary: #f9f9f9;
  --color-primary-foreground: #343944;

  --color-primary-light: #353a45e6;
  --color-primary-light-foreground: #f9f9f9;

  --color-secondary: #2a2a2a;
  --color-secondary-foreground: #f3f3f3;

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

  --e-global-color-b027b79: var(--color-foreground) !important;
  --e-global-color-a3d3391: var(--color-background);
  --e-global-color-fe27d46: var(--color-card);
  --e-global-color-a3d3391: var(--color-foreground);
  --e-global-color-f80dad7: var(--color-foreground);
  --e-global-color-eb87c41: var(--color-secondary);
}

/* ::selection {
  color: #343944;
  background: var(--color-primary);
} */

* {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  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;
  }
}

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;
}

.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 {
    & > .e-con.e-parent {
      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 {
    & > .e-con.e-parent {
      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);
    }
  }
}

.home {
  .elementor-location-header {
    & > .e-con.e-parent {
      margin-bottom: 0;
    }
  }
}

.elementor-location-header {
  & .header-menu {
    font-size: 16px;
    font-weight: 700;
    & .elementor-nav-menu--main {
      & li:last-child {
        background-color: #22223b;
        color: #f2e9e4;
        border-radius: var(--radius-small);
        height: 40px;
      }
      & li:last-child:hover {
        background-color: #4a4e69;
      }
      & 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);
      }
    }
  }
}

.elementor-location-footer {
  .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 {
  cursor: pointer;
  min-height: 42px !important;
  border-radius: var(--radius-small) !important;
}

body {
  /* background-color: #fafafa; */
  background-color: var(--color-background) !important;
  &::-webkit-scrollbar {
    width: 0.7vw;
    background-color: #d6d6d6;
  }
  &::-webkit-scrollbar-thumb {
    background: #22223b;
    border-radius: 25px;
  }
}

.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 {
  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 {
  & .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  & .swiper-slide-inner {
    height: 90px;
    background: var(--color-secondary);
    border: var(--border);
    border-radius: var(--radius-medium);
    padding: 10px 20px;
    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-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;
  }
}
#contact-us {
  margin-bottom: 0px;
}
