/*
Theme Name: Insoltech
Theme URI: https://Insoltech.com
Description: A child theme of Hello Elementor
Author: Henry Valdez
Author URI: https://Insoltech.com
Template: hello-elementor
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insoltech
Domain Path: /languages
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Child theme styles go here */

body.page-template-page-darkhero footer {
  margin-top: -500px;
}
@media (max-width: 768px) {
  body.page-template-page-darkhero footer{
     margin-top: 0px;
  }
}

body.page-template-page-darkhero header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  margin-bottom: 150px;
}

.logo svg .logo-lines {
  fill: #5a636d;
}

body.page-template-page-darkhero header:not(.scrolled) .logo svg .logo-lines {
  fill: #ffffff;
}

body.page-template-page-darkhero
  header:not(.scrolled)
  .elementor-element.elementor-element-a375d2b
  .elementor-nav-menu--main
  .elementor-item {
  color: #ffffff;
}

body.page-template-page-darkhero
  header:not(.scrolled)
  .elementor-element.elementor-element-a62b998.elementor-widget.elementor-widget-button
  a {
  color: white;
  border-color: white;
}

@media (max-width: 768px) {
  body.page-template-page-darkhero header{
    background: #111e30;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}


header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    header.scrolled {
        background: #111e30;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

}




.text-primary {
  color: var(--e-global-color-accent);
}

.elementor-button span.elementor-button-text {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  margin: 0 70px;
}

.elementor-button span.elementor-button-icon {
  background: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.elementor-button svg {
  fill: #31b8c2;
  font-size: 16px;
}

.pulse-element {
  animation: pulse 2s infinite ease-in-out; /* Apply the animation */
}

@keyframes pulse {
  0% {
    transform: scale(1); /* Start at normal size */
    opacity: 1;
  }
  50% {
    transform: scale(1.1); /* Grow slightly larger */
    opacity: 0.7;
  }
  100% {
    transform: scale(1); /* Return to normal size */
    opacity: 1;
  }
}

.btn-insoltech.icon-white span.elementor-button-icon svg * {
  fill: white !important;
  font-size: 16px;
}

.services-tag-list li span {
  padding: 8px 16px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
        114.19deg,
        #3bb9c4 0%,
        #4090f8 34.45%,
        #112e56 83.66%,
        #122744 113.73%
      )
      border-box;
}


@media (max-width: 768px) {
  .services-tag-list li span{
     font-size: 12px !important;
     padding: 6px 12px !important;
  }
}