/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.header.fusion-sticky-transition {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1) !important;
}

/* HERO */

.col_img {
  position: relative;
  overflow: visible;
}

.col_img::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 550px;
  width: 400px;
  height: 400px;
  background-image: url("/wp-content/uploads/2026/06/pump-product-BFFIrvjP-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  animation: floatingPump 4s ease-in-out infinite;
}

@keyframes floatingPump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}


.col_novinka {
  background: linear-gradient(180deg, #c7d6e8 0%, #8fa9c8 100%) !important;
  padding: 20px !important;
  border-radius: 15px;

}

.col_sluzba:hover i {
    transform: translateX(5px);
    transition: all ease .4s;
}

.col_sluzba:hover img {
  transform: scale(1.05); /* Zvětšení o 10 % */
}

.col_sluzba img {
  transform: scale(1); /* Výchozí velikost */
  transition: transform 0.3s ease; /* Plynulý přechod (bude trvat 0.3 sekundy) */
}


.col_refe:hover i {
    transform: translateX(5px);
    transition: all ease .4s;
}

.col_refe img {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.col_refe:hover img {
  transform: scale(1.05); /* Zvětšení o 10 % */
}


.bcg_pruh {
  position: relative;
}

.bcg_pruh::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1300px;
  height: 111px;
  background-image: url("/wp-content/uploads/2026/06/bcg-hero.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1300px 111px;
  pointer-events: none;
}


.fusion-counters-box .fusion-counter-box {
  text-align: left !important;
}

.fusion-counters-box .fusion-counter-box .counter-box-container {
  padding: 0 !important;
}


.fusion-counters-box .content-box-counter {
  font-weight: 700;
}

.content-box-shortcode-timeline {
  border-color: #02346A !important;
}

.timeline.fusion-content-boxes.content-boxes-icon-on-top .content-container, .fusion-content-boxes.content-boxes-icon-on-top .fusion-read-more {
    text-align: left;
}


.cta_bg {
background: #EFF6FC !important;
background: radial-gradient(circle, rgba(239, 246, 252, 1) 0%, rgb(173 205 235 / 85%) 100%) !important;
border-radius: 15px;
}

.cont_bg {
  background: #f4f9fe !important;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(245, 250, 254, 1) 42%, rgba(219, 233, 246, 0.85) 100%) !important;
}

.awb-background-mask {
    min-width: 136% !important;
}

 .text_form {
    text-align: center;
}

#post-582 .fusion-form-field.fusion-form-submit-field > div {
    text-align: center !important;
}

/* RESPO*/

.h1_respo {
    font-size: clamp(48px, 7vw, 72px) !important;
}

@media only screen and (max-width: 640px) {
  h2 {
      font-size: 36px !important;
    }
}


@media only screen and (max-width: 1024px) {
    .col_img::after {
      left: 450px
    }
}


@media only screen and (max-width: 1024px) {
    .col_novinka {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .col_novinka .fusion-column-wrapper {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .box_order1 {
        order: 1 !important;
    }

    .box_order2 {
        order: 2 !important;
    }
}


@media only screen and (max-width: 640px) {
  .col_novinka h2 {
      font-size: 20px !important;
    }
}

/* COOKIES */
.fworks_consent_modal_header h2 {
  font-size: 36px;
}

.fworks_consent_description h3 {
  font-size: 26px;
}

