:root {
  --main-color: #629343;
  --second-color: #3cb2b4;
  --body-color: #2d2d2d;
  --background-color: #fff;
  --box-color: #f2f2f2;
  --hover-p: #ff5e14;
  --main-box-shadow: 0px 0px 10px #f8f8f8;
  --main-border-radius: 7px;
  --main-font-size: 14px;
  --main-font: Inter;
  --header-font: Inter;
  --gradiant-dr: linear-gradient(to right, #e837a3, #29b9ed);
  --trans: ease-in 0.2s;
}
@font-face {
  font-family: "Inter";
  src: url("/en/wp-content/themes/hello-child/assets/fonts/inter/Inter_Bold.woff2") format("woff2"),
       url("/en/wp-content/themes/hello-child/assets/fonts/inter/Inter_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/en/wp-content/themes/hello-child/assets/fonts/inter/Inter_Medium.woff2") format("woff2"),
       url("/en/wp-content/themes/hello-child/assets/fonts/inter/Inter_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/en/wp-content/themes/hello-child/assets/fonts/inter/Inter_Regular.woff2") format("woff2"),
       url("/en/wp-content/themes/hello-child/assets/fonts/inter/Inter_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--main-font);
  background: var(--background-color);
  margin: auto;
  color: var(--body-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font);
}
h1,
h2,
h3,
h4,
h5,
h6 span div table tr td th strong {
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 2.5;
}
a {
  font-style: normal;
  color: var(--main-color);
}
a:hover {
  color: var(--second-color);
}
p a {
  color: var(--main-color);
  font-weight: 500;
}
p a:hover {
  color: var(--second-color);
  font-weight: 500;
}
input,
textarea {
  font-family: var(--main-font);
}
button {
  font-family: var(--main-font);
  cursor: pointer;
}
textarea#comment {
  display: block;
  width: 100%;
}

.breadcrumbs nav {
  text-wrap: nowrap;
  overflow-y: auto;
}
p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

nav.rank-math-breadcrumb::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
@media (max-width: 768px) {
.elementor-widget-breadcrumbs nav {
    text-wrap-mode: nowrap;
    overflow-y: scroll;
    padding-bottom: 5px;
}
}
.e-tabs-main-area {
  font-family: var(--main-font);
}

ol.comment-list {
  list-style: none;
  padding-inline-start: 0;
}
ol.comment-list li {
  margin-bottom: 5px;
}

/* test */

.elementor-element .bdt-image-mask:before {
  display: none;
}

.footer span.elementor-icon-list-icon svg path {
  fill: var(--four-color);
}
.footer rect {
  stroke: var(--four-color);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
article h2 {
    background: #f7f7f7;
    border-radius: 0;
    margin: 5px 0px;
    color: var(--main-color);
}
article ul {
    list-style: circle;
    padding-inline-start: 20px;
}
article h2:before {
    content: '';
    background: url(/wp-content/uploads/2025/02/left-arrow-maincolor.svg);
    position: relative;
    display: inline-flex;
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-position: center -3px;
    filter: grayscale(1);
    align-content: center;
    align-items: center;
    background-repeat: no-repeat;
     transform: rotateY(180deg);
    padding-top: 7px;
}
.elementor-post__card a img {
    padding: 15px;
}
/************ new ********/
@media (min-width: 769px) {
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    border-top: 2px solid var(--second-color) !important;
    top: 35px;
}
}
.site-logo img {
    color: grey;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 3s infinite !important;
}
@keyframes shimmer {
0% {
    mask-position: 140% 140%;
}
100% {
    mask-position: -20% -20%;
}
}
