.elementor-kit-715{--e-global-color-primary:#005566;--e-global-color-secondary:#DE7002;--e-global-color-text:#2C2C2C;--e-global-color-accent:#E9D8A6;--e-global-color-97a8f0d:#DE7002;--e-global-color-c4362f8:#BB3E03;--e-global-color-232ca7d:#FFBF47;--e-global-color-9ffa080:#FFFFFF;--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-size:12px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-715 e-page-transition{background-color:#FFBC7D;}.elementor-kit-715 a{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;}.elementor-kit-715 a:hover{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;}.elementor-kit-715 h1{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:44px;font-weight:500;line-height:1.22lh;}.elementor-kit-715 h2{color:var( --e-global-color-97a8f0d );font-family:"Inter", Sans-serif;font-size:32px;font-weight:500;}.elementor-kit-715 h3{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:22px;line-height:1.2lh;}.elementor-kit-715 h4{color:var( --e-global-color-97a8f0d );font-family:"Inter", Sans-serif;font-size:30px;}.elementor-kit-715 h5{color:var( --e-global-color-97a8f0d );font-family:"Inter", Sans-serif;}.elementor-kit-715 h6{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-715{font-size:16px;line-height:1.7em;}.elementor-kit-715 h1{font-size:40px;line-height:1.2em;}.elementor-kit-715 h2{font-size:24px;}.elementor-kit-715 h3{font-size:20px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-715{font-size:16px;line-height:1.7lh;letter-spacing:0em;}.elementor-kit-715 h1{font-size:32px;line-height:1.2em;letter-spacing:0.25em;}.elementor-kit-715 h2{font-size:22px;line-height:1.3lh;letter-spacing:0.25em;}.elementor-kit-715 h3{font-size:18px;line-height:1.2em;letter-spacing:0.25em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SERVICE CARDS — Desktop + Tablet + Mobile widths handled cleanly */
.elementor .service-card{
  box-sizing: border-box;

  /* card look */
  background: rgba(0,0,0,0.035);
  border-radius: 14px;
  padding: 22px;

  /* depth */
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;

  /* default layout: centred, with breathing room */
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

/* consistent spacing between stacked cards */
.elementor .service-card + .service-card{
  margin-top: 22px;
}

/* hover */
.elementor .service-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}

/* TABLET: prevent edge-to-edge cards, even if the parent is wide */
@media (max-width: 1024px){
  .elementor .service-card{
    max-width: 900px;           /* constrain card */
    width: calc(100% - 48px);   /* creates 24px left/right margin */
  }
}

/* MOBILE: keep nice margins and full readability */
@media (max-width: 767px){
  .elementor .service-card{
    max-width: 100%;
    width: calc(100% - 32px);   /* 16px left/right margin */
    padding: 18px;
    border-radius: 12px;
  }

  .elementor .service-card + .service-card{
    margin-top: 16px;
  }
}
@media (max-width: 767px){
  .elementor .service-card img{
    max-width: 220px !important;  /* try 200–260 */
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 10px auto;     /* center it and add space below */
    display: block;
    border-radius: 10px;
  }
}

/* TOUCH DEVICES: replace hover with tap/focus behaviour */
@media (hover: none){
  .elementor .service-card:hover{
    transform: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  }

  .elementor .service-card:active,
  .elementor .service-card:focus-within{
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.10);
  }
}/* End custom CSS */