.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-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-5 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;}@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 *//* ITTP WordPress / Elementor color system */
.ittp-site {
  --ittp-green: #234437;
  --ittp-dark: #183329;
  --ittp-gold: #D7AD4A;
  --ittp-cream: #FBF7EC;
  --ittp-sage: #EEF4EE;
  --ittp-border: #DDE5DF;
}

/* Page background and text */
.ittp-site {
  background: var(--ittp-cream);
  color: var(--ittp-dark);
}

/* Dark headers / hero sections */
.ittp-site .ittp-hero,
.ittp-site .ittp-dark-section {
  background: var(--ittp-dark);
  color: #ffffff;
}

/* Light service sections */
.ittp-site .ittp-light-section {
  background: var(--ittp-sage);
}

/* Buttons */
.ittp-site .elementor-button {
  background-color: var(--ittp-green);
  color: #ffffff;
  border: 2px solid var(--ittp-green);
  border-radius: 6px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ittp-site .elementor-button:hover {
  background-color: var(--ittp-gold);
  border-color: var(--ittp-gold);
  color: var(--ittp-dark);
}

/* Secondary / outline button */
.ittp-site .ittp-outline-button .elementor-button {
  background: transparent;
  border-color: var(--ittp-gold);
  color: var(--ittp-gold);
}

.ittp-site .ittp-outline-button .elementor-button:hover {
  background: var(--ittp-gold);
  color: var(--ittp-dark);
}

/* Service cards */
.ittp-site .ittp-service-card {
  background: #ffffff;
  border: 1px solid var(--ittp-border);
  border-top: 5px solid var(--ittp-gold);
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(24, 51, 41, 0.10);
}

/* Headings */
.ittp-site h1,
.ittp-site h2,
.ittp-site h3 {
  color: var(--ittp-dark);
}

.ittp-site .ittp-hero h1,
.ittp-site .ittp-hero h2,
.ittp-site .ittp-dark-section h2 {
  color: #ffffff;
}

/* Footer */
.ittp-site .ittp-footer {
  background: var(--ittp-dark);
  color: #ffffff;
  border-top: 4px solid var(--ittp-gold);
}/* End custom CSS */