.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#01B5F9;--e-global-color-4c7a2bf:#0648C7;--e-global-color-0e1b412:#F4F4F4;--e-global-color-b0ec7fe:#C70606;--e-global-color-ff1aaf4:#29612F;--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 *//* Typography & color for all read-more service blocks */
.service-block p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 15px;
}

.service-block .read-more-toggle {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}

/* Hidden content base state (collapsed) */
.service-block .more-text {
  display: block;               /* ensures it can animate */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
  margin-top: 0;
}

/* Expanded state */
.service-block.expanded .more-text {
  max-height: 500px;           /* bump up if content is taller */
  opacity: 1;
  margin-top: 8px;
}

/* Tablet */
@media (max-width: 1024px) {
  .service-block p,
  .service-block .read-more-toggle {
    font-size: 12px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .service-block p,
  .service-block .read-more-toggle {
    font-size: 12px;
  }
}

/* Keep footer submenu inside the screen on mobile */
.footer-menu .sub-menu {
  position: static !important;      /* Let it drop below the parent */
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  float: none !important;
  width: 100%;                      /* Optional: make submenu full width */
}

/* Optional: style submenu items so they look good stacked */
.footer-menu .sub-menu li {
  display: block;
}/* End custom CSS */