.elementor-kit-6{--e-global-color-primary:#CA221F;--e-global-color-secondary:#A77B59;--e-global-color-text:#141414;--e-global-color-accent:#EFC22C;--e-global-color-521efda:#F7F5F5;--e-global-color-49ca440:#281815;--e-global-color-b972714:#FFFFFF;--e-global-color-a8f41cb:#000000;--e-global-color-a162f76:#0F0F0F;--e-global-color-dd238ab:#9CA3AF;--e-global-color-82dcfff:#2D2D2D;--e-global-color-489e2e2:#1A1A1A;--e-global-color-cc0ac99:#7A0000;--e-global-typography-primary-font-family:"Roboto Slab";--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:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;background-color:var( --e-global-color-a162f76 );}.elementor-kit-6 h1{font-family:"Roboto Slab", Sans-serif;font-weight:600;}.elementor-kit-6 h2{font-family:"Roboto Slab", Sans-serif;font-weight:600;}.elementor-kit-6 h3{font-family:"Roboto Slab", Sans-serif;font-weight:600;}.elementor-kit-6 h4{font-family:"Roboto Slab", Sans-serif;font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Open Sans", Sans-serif;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var( --e-global-color-b972714 );background-color:var( --e-global-color-primary );padding:13px 28px 13px 28px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-a8f41cb );}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.small {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'Open Sans';
}
.text-gold {
    color: #efc22c;
}
.text-red {
    color: #ca221f;
}

.fade-loop {
  opacity: 0;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%   { opacity: 0.5; }
  50%  { opacity: 1; }
  100% { opacity: 0.5; }
}

.plaid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://stage.yourchattanoogatreeservice.com/wp-content/uploads/2026/01/Plaid-copy.webp');
    background-size: 50px;
    background-position: center;
    opacity: 0.4; 
    mix-blend-mode: overlay;
    z-index: -1; 
}


@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.custom-bounce {

  animation: bounce 3s infinite;
}

.smallbounce{
    animation: smallbounce 3s infinite;
}


@keyframes smallbounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}/* End custom CSS */