h1 span,
h3 span {
  color: var(--primary-color);
}
/* contact form */
.contact-btn .cf7-row {
  display: flex;
  gap: 20px;
}
.text-title {
  font-size: 22px !important;
}
.contact-btn .cf7-col {
  flex: 1;
  min-width: 0;
  gap: 10px;
}

.contact-btn .cf7-full {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.contact-btn .cf7-row:last-child {
  margin-bottom: 0 !important;
}

.contact-btn .cf7-row label {
  display: block;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.contact-btn .cf7-row input:not([type="submit"]),
.contact-btn .cf7-row select,
.contact-btn .cf7-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 6px;
  background: #f6fbfb;
  font-size: 14px;
  box-sizing: border-box;
}

.contact-btn .wpcf7 input:focus,
.contact-btn .wpcf7 text:focus,
.contact-btn .wpcf7 select:focus,
.contact-btn .wpcf7 textarea:focus {
  border-color: #5f9ea0 !important;
  outline: none;
  box-shadow: 0 0 0 1px #5f9ea0;
}

.contact-btn .cf7-row textarea {
  height: 120px;
  resize: none;
}

/* Submit button */
.contact-btn .cf7-full {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.contact-btn .cf7-full input[type="submit"] {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}

.contact-btn .btn:hover {
  background: #5f9ea0 !important;
}
/* end contact form */
.step-item {
  flex-grow: 0 !important;
  flex: 0 0 auto !important;
  height: auto !important;
  align-self: flex-start !important;
}
.page-id-1894 .hide-links-section,
.page-id-1922 .hide-links-section,
.page-id-1940 .hide-links-section,
.page-id-19 .hide-links-section,
.page-id-4116 .hide-links-section {
  display: none !important;
}
.portfolio-arrow {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.e-n-accordion .e-n-accordion-item[open] > summary.e-n-accordion-item-title {
  border-radius: 10px 10px 0 0 !important;
}
/* Testimonial content box */
.testimonial-content {
  height: 350px !important;
  display: flex !important;
  flex-direction: column;
}

.comparision-section .twentytwenty-wrapper,
.comparision-section .twentytwenty-container {
  width: 100% !important;
  max-width: none !important;
}

.comparision-section .twentytwenty-container {
  height: 400px !important;
}

.comparision-section .twentytwenty-before,
.comparision-section .twentytwenty-after {
  width: 100% !important;
  object-fit: cover;
  height: 400px !important;
}
.twentytwenty-container img {
  border-radius: 10px 10px 0 0;
}
/* Figma-style rectangular handle */
/* TwentyTwenty Before/After Handle */
.comparision-section .twentytwenty-handle {
  width: 76px !important;
  height: 44px !important;

  position: absolute !important;

  margin-left: -38px !important;
  margin-top: -22px !important;

  background: #fff !important;
  border: none !important;
  border-radius: 4px !important;

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12) !important;

  z-index: 40 !important;
  cursor: ew-resize !important;

  transform: none !important;
}

/* REMOVE FULL HEIGHT WHITE GAP/LINE */
.comparision-section .twentytwenty-handle::before,
.comparision-section .twentytwenty-handle::after {
  display: none !important;
}

/* Left arrow */
.comparision-section .twentytwenty-left-arrow {
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  margin: -5px 0 0 0 !important;
  border: none !important;
  border-left: 2px solid #333 !important;
  border-bottom: 2px solid #333 !important;
  transform: rotate(45deg) !important;
}

.comparision-section .twentytwenty-right-arrow {
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  margin: -5px 0 0 0 !important;
  border: none !important;
  border-right: 2px solid #333 !important;
  border-top: 2px solid #333 !important;
  transform: rotate(45deg) !important;
}
/* Show Before / After labels normally */
.comparision-section .twentytwenty-before-label,
.comparision-section .twentytwenty-after-label {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Remove black overlay */
.comparision-section .twentytwenty-overlay {
  background: transparent !important;
  opacity: 1 !important;
}

/* Remove hover black effect */
.comparision-section .twentytwenty-container:hover .twentytwenty-overlay {
  background: transparent !important;
  opacity: 1 !important;
}
/* ================================
   BEFORE / AFTER LABELS
   ================================ */

/* Keep labels visible */
.comparision-section .twentytwenty-before-label,
.comparision-section .twentytwenty-after-label {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  top: 0 !important;
  margin-top: 0 !important;
}

/* BEFORE label */
.comparision-section .twentytwenty-before-label::before {
  content: attr(data-content) !important;

  position: absolute !important;
  top: 16px !important;
  left: 16px !important;

  margin: 0 !important;

  background: #171717 !important;
  color: #ffffff !important;

  padding: 7px 15px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* AFTER label */
.comparision-section .twentytwenty-after-label::before {
  content: attr(data-content) !important;
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  margin: 0 !important;
  background: #5f9fa2 !important;
  color: #ffffff !important;
  padding: 7px 15px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ================================
   REMOVE BLACK OVERLAY
   ================================ */

.comparision-section .twentytwenty-overlay {
  background: transparent !important;
  opacity: 1 !important;
}

.comparision-section .twentytwenty-container:hover .twentytwenty-overlay {
  background: transparent !important;
  opacity: 1 !important;
}
#tahefobu-header.ta-sticky-active,
.turbo-header-template.ta-sticky-active {
  top: 0px !important;
}
.simple-burger-menu .eael-simple-menu > li.current-menu-item > a::after,
.simple-burger-menu .eael-simple-menu > li.current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1.5px;
  background-color: #5f9ea0;
}
.simple-burger-menu
  .eael-simple-menu-container.eael-simple-menu-align-center.eael-simple-menu--stretch.eael-simple-menu-dropdown-align-center.preset-1.eael-simple-menu-link-auto {
  display: flex !important;
  align-items: center !important;
}
.elementor-38
  .elementor-element.elementor-element-cd2163e:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-38
  .elementor-element.elementor-element-cd2163e
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff !important;
}
@media (min-width: 1201px) and (max-width: 1614px) {
  .simple-burger-menu .eael-simple-menu > li > a {
    padding: 0 10px !important;
    font-size: 12px;
  }
  .simple-burger-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
  }
}
.phone-section,
.button-section {
  display: none !important;
}
@media (max-width: 1200px) {
  /* Main mobile menu */
  .simple-burger-menu .eael-nav-menu-wrapper {
    background: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
    top: 0 !important;
  }

  /* Menu UL */
  .simple-burger-menu .eael-simple-menu {
    background: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
    width: 100% !important;
    height: 100vh;
    padding: 25px 20px !important;
  }

  /* Remove ALL borders from menu items */
  .simple-burger-menu .eael-simple-menu > li {
    border: none !important;
    border-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Menu text */
  .simple-burger-menu .eael-simple-menu > li > a {
    position: relative !important;
    display: block !important;

    background: transparent !important;
    color: #000000 !important;

    border: none !important;
    box-shadow: none !important;

    text-align: left !important;

    padding: 10px 20px 10px 0px !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    transition: color 0.3s ease !important;
  }

  /* Hover */
  .simple-burger-menu .eael-simple-menu > li > a:hover {
    background: transparent !important;
    color: #5f9ea0 !important;
    border: none !important;
  }

  /* Active */
  .simple-burger-menu .eael-simple-menu > li.current-menu-item > a,
  .simple-burger-menu .eael-simple-menu > li.current-menu-ancestor > a {
    background: transparent !important;
    color: #5f9ea0 !important;
    border: none !important;
    padding: 10px 10px 10px 10px !important;
  }

  /* Active vertical line */
  .simple-burger-menu .eael-simple-menu > li.current-menu-item > a::before,
  .simple-burger-menu .eael-simple-menu > li.current-menu-ancestor > a::before {
    content: "" !important;
    position: absolute !important;

    left: 0px !important;
    top: 50% !important;

    width: 2px !important;
    height: 25px !important;

    background: #5f9ea0 !important;

    transform: translateY(-50%) !important;
  }

  /* Remove default active/hover pseudo backgrounds */
  .simple-burger-menu .eael-simple-menu > li > a::after {
    display: none !important;
  }

  /* Burger button */
  .simple-burger-menu .eael-simple-menu-toggle {
    border-radius: 5px !important;
    border: none !important;
  }
  /* .simple-burger-menu .phone-section::before {
    content: "";
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    margin: 0 0 15px 0 !important;
  } */

  .simple-burger-menu .phone-section,
  .simple-burger-menu .button-section {
    display: block !important;
    margin: 0 0 15px 0 !important;
  }

  /* When inside hamburger menu */
  .simple-burger-menu .eael-nav-menu-wrapper .phone-section,
  .simple-burger-menu .eael-nav-menu-wrapper .button-section {
    display: block !important;
    width: 100% !important;
    margin: 15px 0 0 0 !important;
  }

  .simple-burger-menu .phone-section {
    margin-top: 15px !important;
    padding: 15px 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .simple-burger-menu .button-section {
    padding: 5px 20px 20px !important;
  }

  .simple-burger-menu .phone-section,
  .simple-burger-menu .phone-section * {
    color: #ffffff !important;
  }

  /* ================================
     BUTTON
     ================================ */
  .simple-burger-menu .eael-simple-menu > li.button-section {
    width: 100% !important;
    /* max-width: 400px !important; */
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
    font-family: Manrope, sans-serif !important;
    background-color: #5f9ea0 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;

    text-transform: uppercase !important;
    line-height: 100% !important;
    letter-spacing: 0.5px !important;

    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;

    border-style: solid !important;
    border-width: 2px !important;
    border-color: #5f9ea0 !important;

    border-radius: 10px !important;

    padding: 16px 25px !important;

    transition: all 0.3s ease !important;
  }
  .simple-burger-menu .eael-simple-menu > li.button-section a {
    color: #ffffff !important;
  }
  /* ================================
     BUTTON HOVER
     ================================ */
  .simple-burger-menu .eael-simple-menu > li.button-section:hover {
    background-color: #ffffff !important;
    color: #5f9ea0 !important;

    border-style: solid !important;
    border-width: 2px !important;
    border-color: #ffffff !important;
    transition: 0.3s ease !important;
  }
  .works-block .elementor-icon-box-content .elementor-icon-box-description {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .simple-burger-menu .eael-simple-menu > li.button-section {
    max-width: 280px !important;
  }
  .comparision-section .twentytwenty-container {
    height: 200px !important;
  }

  .comparision-section .twentytwenty-before,
  .comparision-section .twentytwenty-after {
    height: 200px !important;
  }
  .testimonial-content {
    height: 420px !important;
  }

  .banner-button {
    width: 100% !important;
  }

  .banner-button .elementor-widget-container {
    width: 100% !important;
  }

  .banner-button .elementor-button-wrapper {
    display: block !important;
    width: 100% !important;
  }

  .banner-button .elementor-button {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
  }
  .email-section {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .cf7-row {
    flex-direction: column;
    gap: 10px;
  }
  .elementor-widget-shortcode {
    width: 100% !important;
  }
}
