.elementor-kit-6{--e-global-color-primary:#060606;--e-global-color-secondary:#54595F;--e-global-color-text:#050505;--e-global-color-accent:#245AF8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:400;--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:1120px;}.e-con{--container-max-width:1120px;}.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 *//* === GLOBAL CONTENT WIDTH FOR ELEMENTOR === */

/* For classic Sections (section/column system) */
body .elementor-section.elementor-section-full_width > .elementor-container,
body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* For Flexbox Containers (new Elementor "Container" option) */
body .elementor .e-con {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Medium screens: make it a bit more fluid */
@media (max-width: 1399px) {
  body .elementor-section.elementor-section-full_width > .elementor-container,
  body .elementor-section.elementor-section-boxed > .elementor-container,
  body .elementor .e-con {
    width: 90%;
    max-width: 1100px;
  }
}

/* Tablets & mobiles: full width with padding */
@media (max-width: 900px) {
  body .elementor-section.elementor-section-full_width > .elementor-container,
  body .elementor-section.elementor-section-boxed > .elementor-container,
  body .elementor .e-con {
    width: 100%;
    max-width: 100%;
  }
}


/* clamp to 3 lines */
.clamp-excerpt-three-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* clamp to 3 lines */
.clamp-excerpt-four-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;      /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* clamp to 3 lines */
.clamp-excerpt-five-lines {
  display: -webkit-box;
  -webkit-line-clamp: 5;      /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.image_1_to_1 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;  /* crop nicely instead of squishing */
  display: block;
  object-position: top center; 
}

.img_1_to_1 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;  /* crop nicely instead of squishing */
  display: block;
  object-position: top center; 
}


@media (max-width: 767px) {
  .entry-content h2 { font-size: 1.4rem; }
  .entry-content h3 { font-size: 1.2rem; }
  .entry-content h4 { font-size: 1.1rem; }
  .entry-content h5 { font-size: 1.1rem; }
}/* End custom CSS */