/* 
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.2.5
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
*/

/*TABLE OF CONTENTS

01 - Header
02 - Global
03 - Custom CSS
04 - CF7
05 - Mobile
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky-header {
  -webkit-transition: background-color 0.3s ease-in-out !important;
  -o-transition: background-color 0.3s ease-in-out !important;
  transition: background-color 0.3s ease-in-out !important;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sticky-header.stick:not(.elementor-motion-effects-element-type-background) {
  background-color: #ffffff7a !important;
  backdrop-filter: blur(10px);
}

.sticky-header.stick:not(.elementor-motion-effects-element-type-background) a {
  color: var(--e-global-color-52716cb) !important;
}

.visually-hidden {
  color: transparent;
  height: 0 !important;
}

h2.headline {
  text-align: left;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.4);
  -webkit-clip-path: url(#headline-mask-path);
  clip-path: url(#headline-mask-path);
  font-size: 4em !important;
  line-height: 1em !important;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

main,
footer {
  transition: transform 0.6s;
}

button,
button:hover,
*:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0rem #fff, 0 0 0 0rem #fff !important;
  box-shadow: 0 0 0 0rem #fff, 0 0 0 0rem #fff !important;
}

button::-moz-focus-inner {
  padding: 0;
}

ul {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

.comments-area a,
.page-content a {
  text-decoration: none;
}

address {
  font-style: normal !important;
}

table td,
table th {
  border: 0;
  vertical-align: inherit;
}

.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
  display: none;
}

.pagination {
  display: block;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

.blurred-image,
.blurred-image .elementor-widget-container,
.absolute-image,
.absolute-image .elementor-widget-container {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
  z-index: -1;
  margin-bottom: 0 !important;
}

.blurred-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100% !important;
  filter: blur(4px);
  transform: scale(1.1);
}

.absolute-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.elementor-icon-wrapper {
  display: flex;
}

.elementor-icon svg,
.elementor-icon-list-icon svg {
  stroke-width: 1.5;
}

.inner-scroll::-webkit-scrollbar,
.cmb-repeat-group-wrap::-webkit-scrollbar {
  width: 10px;
}

.inner-scroll::-webkit-scrollbar-track,
.cmb-repeat-group-wrap::-webkit-scrollbar-track {
  background: #efefef;
}

.inner-scroll::-webkit-scrollbar-thumb,
.cmb-repeat-group-wrap::-webkit-scrollbar-thumb {
  background: #dfdfdf;
}

.inner-scroll::-webkit-scrollbar-thumb:hover,
.cmb-repeat-group-wrap::-webkit-scrollbar-thumb:hover {
  background: #dfdfdf;
}

.elementor-button.white {
  background-color: #fff;
  margin-top: 40px;
}

h2 span,
h3 span {
  color: var(--e-global-color-accent);
}

.box-1 img,
.box-2 img,
.box-3 img {
    padding: 10px
}

.box-1 .elementor-image-box-img,
.box-2 .elementor-image-box-img,
.box-3 .elementor-image-box-img {
    transform-origin: center;
    max-width: 85px;
    background: #fff;
}

.box-1 .elementor-image-box-img {
    border-radius: 85% 90% 80% 95%;
    animation: waveBorder1 12s cubic-bezier(0.42, 0, 0.58, 1) infinite,
               bubbleScale1 6s ease-in-out infinite;
}

@keyframes waveBorder1 {
    0%   { border-radius: 85% 90% 80% 95%; }
    20%  { border-radius: 88% 85% 90% 92%; }
    40%  { border-radius: 90% 88% 85% 90%; }
    60%  { border-radius: 92% 90% 88% 85%; }
    80%  { border-radius: 89% 92% 90% 88%; }
    100% { border-radius: 85% 90% 80% 95%; }
}

@keyframes bubbleScale1 {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.05); }
}

.box-2 .elementor-image-box-img {
    border-radius: 90% 95% 85% 90%;
    animation: waveBorder2 14s cubic-bezier(0.42, 0, 0.58, 1) infinite,
               bubbleScale2 7s ease-in-out infinite;
}

@keyframes waveBorder2 {
    0%   { border-radius: 90% 95% 85% 90%; }
    15%  { border-radius: 92% 90% 88% 93%; }
    35%  { border-radius: 88% 92% 90% 85%; }
    55%  { border-radius: 90% 88% 92% 90%; }
    75%  { border-radius: 93% 90% 88% 92%; }
    100% { border-radius: 90% 95% 85% 90%; }
}

@keyframes bubbleScale2 {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.04); }
}

.box-3 .elementor-image-box-img {
    border-radius: 88% 90% 92% 85%;
    animation: waveBorder3 13s cubic-bezier(0.42, 0, 0.58, 1) infinite,
               bubbleScale3 6.5s ease-in-out infinite;
}

@keyframes waveBorder3 {
    0%   { border-radius: 88% 90% 92% 85%; }
    20%  { border-radius: 90% 88% 85% 92%; }
    40%  { border-radius: 92% 90% 88% 90%; }
    60%  { border-radius: 90% 92% 90% 88%; }
    80%  { border-radius: 88% 90% 92% 90%; }
    100% { border-radius: 88% 90% 92% 85%; }
}

@keyframes bubbleScale3 {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.045); }
}

@media (prefers-reduced-motion: reduce) {
    .elementor-image-box-img {
        animation: none;
    }
}

/* /////////////////////////////////////////////////////////////////////
//  03 - Custom CSS
/////////////////////////////////////////////////////////////////////*/

.elementor-button .elementor-button-content-wrapper {
  transition: gap 0.2s;
}

.elementor-button:hover .elementor-button-content-wrapper {
  gap: 18px !important;
}

/* Keep content above ripple */
.elementor-button .elementor-button-text,
.elementor-button .elementor-button-icon,
.wpcf7-submit {
  position: relative;
  z-index: 1;
}

.black-triangle::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.reverse.black-triangle::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.custom-num-list ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
}

.custom-num-list li,
.numeric-image-box {
  counter-increment: item;
  margin-bottom: 10px;
}

.custom-num-list li:nth-child(1) {
  padding-left: 0px;
}

.custom-num-list li:nth-child(1)::before {
  opacity: 0.8;
}

.custom-num-list li:nth-child(2) {
  padding-left: 0;
}

.custom-num-list li:nth-child(2)::before {
  opacity: 0.9;
}

.custom-num-list li:nth-child(3) {
  padding-left: 0;
}

.custom-num-list li:nth-child(3)::before {
  opacity: 1;
}

.custom-num-list li:nth-child(4) {
  padding-left: 0;
}

.custom-num-list li:nth-child(5) {
  padding-left: 0;
}

.numeric-image-box.white::before {
  background: #fff !important;
  color: var(--e-global-color-primary) !important;
  display: block !important;
  margin: 0 auto !important;
}

.numeric-image-box.black::before {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
  display: block !important;
  margin: 0 auto !important;
}

.custom-num-list li:before,
.numeric-image-box::before {
  font-size: 16px;
  margin-right: 10px;
  content: counter(item);
  background: var(--e-global-color-primary);
  border-radius: 100%;
  color: white;
  width: 2.2em;
  line-height: 2.2em;
  text-align: center;
  display: inline-block;
}

.elementor-widget-n-tabs {
  counter-reset: tab-counter;
}

.custom-tab .e-n-tab-title-text {
  counter-increment: tab-counter;
}

.custom-tab .e-n-tab-title-text::after {
  content: counter(tab-counter);
  display: flex;
  border-radius: 100%;
  background: #fff;
  color: #000;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.animated-text h1 {
  visibility: hidden;
}

.animated-text.ready h1 {
  visibility: visible;
}

.animated-text h1 span.word {
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
}

.animated-text h1 span.letter {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.6s ease;
}

.animated-text h1 span.letter.appearing {
  opacity: 0.3;
}

.animated-text h1 span.letter.visible {
  opacity: 1;
}

.staggered-layout .inner-content {
  justify-content: center;
  height: 100%;
}

.staggered-layout .post-wrapper .post-read-more {
  margin-right: auto !important;
}

.staggered-layout .post-wrapper:nth-child(1) .post-read-more {
  border-bottom: 3px solid var(--e-global-color-bcc75e1);
}

.staggered-layout .post-wrapper:nth-child(1) .post-read-more {
  color: 3px solid var(--e-global-color-bcc75e1);
}

.staggered-layout .post-wrapper:nth-child(1) .post-html span,
.staggered-layout .post-wrapper:nth-child(1) .post-read-more:hover {
  color: var(--e-global-color-bcc75e1) !important;
}

.staggered-layout .post-wrapper:nth-child(2) .post-read-more {
  border-bottom: 3px solid var(--e-global-color-37ba3bd);
}

.staggered-layout .post-wrapper:nth-child(2) .post-html span,
.staggered-layout .post-wrapper:nth-child(2) .post-read-more:hover {
  color: var(--e-global-color-37ba3bd) !important;
}

.staggered-layout .post-wrapper:nth-child(2) .post-read-more {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.staggered-layout .post-wrapper:nth-child(3) .post-read-more {
  border-bottom: 3px solid var(--e-global-color-42a53f9);
}

.staggered-layout .post-wrapper:nth-child(3) .post-html span,
.staggered-layout .post-wrapper:nth-child(3) .post-read-more:hover {
  color: var(--e-global-color-42a53f9) !important;
}

/* /////////////////////////////////////////////////////////////////////
//  04 - CF7
/////////////////////////////////////////////////////////////////////*/

.wpcf7-spinner {
  display: none;
}

/* RADIO STYLES */
.wpcf7 input[type="radio"],
.form-tax input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: rgba(0, 0, 0, 0.2);
  width: 1.15em;
  height: 1.15em;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 50% !important;
  display: grid;
  place-content: center;
  float: left;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
}

.wpcf7 input[type="radio"]::before,
.form-tax input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.wpcf7 input[type="radio"]:checked::before,
.form-tax input[type="radio"]:checked::before {
  transform: scale(1.2);
  background: var(--e-global-color-secondary);
}

/* CHECKBOX STYLES */
.wpcf7 input[type="checkbox"],
.form-tax input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: rgba(0, 0, 0, 0.2);
  width: 1.15em;
  height: 1.15em;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  display: grid;
  place-content: center;
  margin-right: 10px;
  float: left;
  flex-shrink: 0;
}

.wpcf7 input[type="checkbox"]::before,
.form-tax input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.wpcf7 input[type="checkbox"]:checked::before,
.form-tax input[type="checkbox"]:checked::before {
  transform: scale(1.2);
  background: var(--e-global-color-secondary);
}

.wpcf7-list-item {
  display: flex;
  margin: 0 0 6px 1em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-html .elementor-button {
  background-color: #fff !important;
}

/* /////////////////////////////////////////////////////////////////////
//  05 - Mobile
/////////////////////////////////////////////////////////////////////*/

@media all and (min-width: 1024px) {
  .custom-tab .e-n-tabs-heading {
    position: absolute;
    top: 40px;
    z-index: 10;
    width: 100%;
  }
}

@media all and (min-width: 881px) {
  .staggered-layout .post-wrapper:nth-child(2) {
    flex-direction: row-reverse !important;
    text-align: right !important;
  }
  .slanted-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    transform: skewY(-100deg);
    transform-origin: top right;
    flex-direction: row-reverse;
  }

  .hover-effect .post-wrapper,
  .hover-effect .tax-wrapper {
    -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s,
      background-color 0.5s;
  }

  .hover-effect .bpfwe-swiper {
    overflow: visible;
  }

  .hover-effect .post-wrapper:hover,
  .hover-effect .tax-wrapper:hover {
    -webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s,
      background-color 0.5s;
  }

  .position-absolute.position-bottom {
    position: absolute;
    top: 80px;
  }

  .position-absolute.position-top {
    position: absolute;
    bottom: 80px;
  }

  .position-absolute.position-left {
    left: -80px;
  }

  .position-absolute.position-right {
    right: -80px;
  }
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 880px) {
}

@media all and (max-width: 767px) {
  .mobile-hidden .elementor-icon-box-content {
    display: none;
  }
}

@media all and (max-width: 550px) {
  .elementor-widget-taxonomy-widget .elementor-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .center-grid .elementor-container > *:nth-last-child(1):nth-child(odd),
  .center-grid .elementor-element > *:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
  }
}
