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

/* Define variables */
:root {
  --primary-color: #f5ca48;
  --secondary-color: #2ecc71;
  --primary-text-color: #fff;
  --base-font-size: 16px;
  --base-line-height: 1.8;
  --base-line-height-content: 2;
  --base-border-radius: 5px;
  --base-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  --base-box-shadow-sm: 0 4px 6px -2px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  --base-box-shadow-hover: 0 4px 16px 2px rgb(0 0 0 / 0.1),
    0 2px 16px -2px rgb(0 0 0 / 0.1);
}

body {
  font-size: var(--base-font-size);
  color: var(--primary-text-color);
  line-height: var(--base-line-height);
}

a:active,
a:hover {
  color: #e69837;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: var(--base-line-height) !important;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: var(--primary-color);
}

img,
iframe {
  border-radius: var(--base-border-radius) !important;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: var(--base-border-radius);
  background-color: #000;
  padding: 2.5px 10px !important;!i;!;
  font-size: 14px !important;!i;!;
  line-height: 30px;
  font-weight: 300;
  border: 1px solid #fff;
  color: #fff;
  height: 39px;
}

textarea {
  height: 100px;
}

.gform_wrapper .gsection_title {
  margin-bottom: 0 !important;
}

.gform_wrapper .gsection {
  padding-bottom: 0 !important;
}

.gform_wrapper .gfield_label {
  font-size: 14px;
}

.gform_wrapper .gform_drop_area {
    border: 1px dashed #fff;
}

.gform_wrapper .gform_drop_area button {
  background: transparent;
  font-size: 12px;
}

.btn-cta__rounded .elementor-button-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 15px 17px;
  text-align: center;
}

.steps-box__item {
  padding: 2em;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: var(--primary-color);
}

.steps-box__item h4 {
  margin-top: 25px;
}

.steps-box__item span {
  position: absolute;
  background: var(--primary-color);
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: -20px;
  top: -65px;
  font-size: 36px;
}

.faq-accordion__items .elementor-accordion-item {
  margin-bottom: 15px;
  border: 2px solid #eee !important;
  box-shadow: 8px 8px 30px -10px rgba(0, 0, 0, 0.2);
  border-radius: var(--base-border-radius);
  overflow: hidden;
}

.faq-accordion__items
  .elementor-accordion-item
  .elementor-tab-title.elementor-active {
  background-color: var(--primary-color) !important;
}

.faq-accordion__items
  .elementor-accordion-item
  .elementor-tab-title.elementor-active
  a {
  color: #000 !important;
}

.faq-accordion__items
  .elementor-accordion-item
  .elementor-tab-title.elementor-active
  .elementor-accordion-icon
  svg {
  fill: #000 !important;
}

.faq-accordion__items .elementor-accordion-item p {
  margin-bottom: 0;
}

.categories-products__item li.product .woocommerce-loop-product__title {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.categories-products__item li.product a.button {
  display: none !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 15px !important;
}

.gform_footer input[type="submit"] {
  width: 100% !important;
  background-color: var(--primary-color) !important;
  color: #000 !important;
}

.seller-carousel .elementor-swiper-button {
  top: auto !important;
  bottom: -15px;
  background: #000;
  border: 2px solid var(--primary-color);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.seller-carousel .elementor-swiper-button svg {
  width: 15px !important;
  height: 15px !important;
  fill: var(--primary-color) !important;
}

.seller-carousel .elementor-swiper-button-prev {
  left: 0 !important;
}

.seller-carousel .elementor-swiper-button-next {
  right: 0 !important;
}

.seller-carousel .elementor-image-carousel-caption {
  width: 75%;
  margin: auto;
  font-weight: bold;
}

.product-table table {
  border-radius: var(--base-border-radius);
}

.product-table {
  border-radius: var(--base-border-radius);
}

.product-table thead tr th {
  background: var(--primary-color);
  color: #000;
}

.product-table td {
  vertical-align: middle;
  text-align: center;
}

.content__box {
  padding: 30px;
  border: 1px solid var(--primary-color);
  border-radius: var(--base-border-radius);
}

.content__box.title-box {
  padding: 0;
}

.content__box.title-box .title .elementor-heading-title {
  background: var(--primary-color);
  color: #000;
  padding: 5px 0;
}

.articles-grid__item .elementor-posts-container article {
  margin-bottom: 30px;
}

.articles-grid__item .elementor-posts-container article .elementor-post__text {
  padding: 30px;
  background: #000;
  z-index: 1;
  position: relative;
  width: 90%;
  margin: -50px auto;
  margin-bottom: 15px;
  border-radius: var(--base-border-radius);
  border: 1px solid var(--primary-color);
}

.articles-grid__item
  .elementor-posts-container
  article
  .elementor-post__text
  .elementor-post__title
  a,
.articles-grid__item
  .elementor-posts-container
  article
  .elementor-post__text
  .elementor-post__excerpt
  p {
  color: #fff;
}

.elementor-flip-box__front,
.elementor-flip-box__back,
.elementor-flip-box__front .elementor-flip-box__layer__overlay,
.elementor-flip-box__back .elementor-flip-box__layer__overlay {
  border-radius: var(--base-border-radius);
}

.product-files {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 20px;
}

.product-files a {
  border: 2px solid var(--primary-color);
  padding: 5px 15px;
  border-radius: var(--base-border-radius);
  transition: all 0.3s;
}

.product-files a:hover {
  background: var(--primary-color);
  color: #000;
}

.single-format-video article .elementor-widget-theme-post-featured-image,
.single-format-video article .elementor-widget-table-of-contents {
  display: none;
}
