.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-188a204:#D14329;--e-global-color-a76e5b8:#3FC5E1;--e-global-color-3c58ae6:#333333;--e-global-color-096f291:#555555;--e-global-color-c5fed01:#FFFFFF;--e-global-color-448c386:#D6D6D6;--e-global-color-55a2245:#0A0608;--e-global-color-687f6fe:#F2F2F2;--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-6 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 *//* Set your sticky header height ONCE */
:root{
  --hdr-d: 100px; /* desktop */
  --hdr-t: 130px; /* tablet */
  --hdr-m: 100px;  /* mobile */
}

/* Modern browsers: prefer scroll-margin-top whenever possible */
[id]{
  scroll-margin-top: var(--hdr-d);
}
@media (max-width:1024px){
  [id]{ scroll-margin-top: var(--hdr-t); }
}
@media (max-width:767px){
  [id]{ scroll-margin-top: var(--hdr-m); }
}

/* Bulletproof fallback: create an invisible spacer for the targeted ID */
:target::before{
  content:"";
  display:block;
  height: var(--hdr-d);
  margin-top: calc(-1 * var(--hdr-d));
  pointer-events:none;
}
@media (max-width:1024px){
  :target::before{
    height: var(--hdr-t);
    margin-top: calc(-1 * var(--hdr-t));
  }
}
@media (max-width:767px){
  :target::before{
    height: var(--hdr-m);
    margin-top: calc(-1 * var(--hdr-m));
  }
}

/* If you’re logged in, WP admin bar adds ~32px. This adjusts automatically. */
body.admin-bar{
  --hdr-d: calc(200px + 32px);
  --hdr-t: calc(130px + 32px);
  --hdr-m: calc(75px + 32px);
}
  
  
  
.spec-section {
  background: #f7f9fb;
  padding: 80px 0;
}

.spec-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.spec-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.spec-item .elementor-icon {
  color: var(--e-global-color-accent);
  font-size: 48px;
}/* End custom CSS */