.elementor-kit-4{--e-global-color-primary:#AC6C29;--e-global-color-secondary:#54595F;--e-global-color-text:#222222;--e-global-color-accent:#E4B47B;--e-global-color-b5aeb33:#E7F4FE;--e-global-color-c58817e:#16223A;--e-global-color-5420d44:#284A6E;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#45C4E6;--e-global-typography-primary-font-family:"Montserrat";--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;background-color:var( --e-global-color-primary );}.elementor-kit-4 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);}.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 *//* Make all text white for contrast on Sudan Brown background */
body, p, span, div, h1, h2, h3, h4, h5, h6, a {
  color: #FFFFFF !important;
}

/* Remove rounded corners - straight lines only */
* {
  border-radius: 0 !important;
}

/* Header gradient bottom border like Hackmasters */
header, #masthead, .elementor-location-header {
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #AC6C29 0%, #E4B47B 50%, #AC6C29 100%) 1 !important;
}

/* Gradient borders for service cards */
.elementor-widget-image {
  border: 2px solid;
  border-image: linear-gradient(135deg, #AC6C29 0%, #E4B47B 100%) 1;
}

/* Larger, bolder typography for headings */
h1 {
  font-size: 4rem !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
}

h2 {
  font-size: 3rem !important;
  font-weight: 600 !important;
}

/* Add subtle animations - fade in on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.elementor-widget {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Hover effects on buttons */
button, .elementor-button, a.elementor-button {
  transition: all 0.3s ease !important;
}

button:hover, .elementor-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 30px rgba(172, 108, 41, 0.4) !important;
}/* End custom CSS */