.elementor-kit-11{--e-global-color-primary:#009682;--e-global-color-secondary:#006053;--e-global-color-text:#7A7A7A;--e-global-color-accent:#21EBD0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.wd-page-title , .wd-footer {
    background-color: #fff !important;
}

/* instagram btn */

.instagram-btn {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  background-size: 200% 200%;
  animation: gradientMove 4s ease infinite;
  overflow: hidden;
}

.instagram-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.1) 100%);
  transform: skewX(-20deg);
  animation: shine 2s infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}



.eitaa-btn {
  position: relative;
  display: inline-block;

  color: white;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  background: linear-gradient(45deg, #ffcc66, #ff9933, #ff8000, #ff6600, #e65c00);
  background-size: 200% 200%;
  animation: gradientMove 4s ease infinite;
  overflow: hidden;
}

.eitaa-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-20deg);
  animation: shine 2s infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}






/* chaty btn */
@media (max-width: 768px) {
    .chaty-widget{
        margin-bottom: 43px;
        margin-right: -4px;
    }
}

.chaty-cta-button .chaty-svg circle, ellipse{
    fill: #019683;
}/* End custom CSS */