.elementor-kit-6{--e-global-color-primary:#203830;--e-global-color-secondary:#2A5D54;--e-global-color-text:#444444;--e-global-color-accent:#F5F5F5;--e-global-color-ab75bbf:#FFFFFF;--e-global-color-3d7366f:#727272;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:italic;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:2em;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-3dc1e01-font-family:"Inter";--e-global-typography-3dc1e01-font-weight:bold;background-image:url("https://topoelement.com/wp-content/uploads/2025/04/Topography-Texture-V4.svg");}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-3dc1e01-font-family ), Sans-serif;font-weight:var( --e-global-typography-3dc1e01-font-weight );}.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);}.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:1055px){.elementor-kit-6{--e-global-typography-secondary-font-size:37px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-g-recaptcha {
    display: none !important;
}

/* ===================================
   LOOP GRID FIX — 3/2/1 COLUMNS
   =================================== */

/* Remove width clamps and boxed max-widths */
.fix-loop-grid,
.fix-loop-grid > .elementor-widget-container,
.fix-loop-grid .elementor-loop-container {
  width: 100% !important;
  max-width: none !important;
}

.fix-loop-grid .e-con-boxed > .e-con-inner {
  max-width: none !important;
}

.fix-loop-grid {
  --container-widget-width: 100% !important;
  --container-widget-flex-grow: 1 !important;
}

/* Desktop: 3 cols */
@media (min-width: 1025px) {
  .fix-loop-grid .elementor-loop-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch;
  }
}

/* Tablet: 2 cols */
@media (min-width: 768px) and (max-width: 1024px) {
  .fix-loop-grid .elementor-loop-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile: 1 col */
@media (max-width: 767px) {
  .fix-loop-grid .elementor-loop-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Make each card fill its cell */
.fix-loop-grid .e-loop-item {
  box-sizing: border-box;
  min-width: 0;
  height: 100%;
}

/* ===================================
   IMAGE CONTAINER RADIUS + ZOOM FIX
   (Scoped ONLY to this widget)
   Replace with your widget ID if different
   =================================== */
.elementor-element-d19d579 .e-loop-item > .elementor-element:first-of-type {
  border-radius: 0px;    /* your desired radius */
  overflow: hidden;       /* clips zoom effect */
}

.elementor-element-d19d579 .e-loop-item > .elementor-element:first-of-type 
  :is(.e-con-inner,
      .elementor-widget-container,
      .elementor-motion-effects-container,
      .elementor-motion-effects-layer) {
  border-radius: inherit;
  overflow: hidden;
}

.elementor-element-d19d579 .e-loop-item > .elementor-element:first-of-type img {
  border-radius: inherit;
  display: block;
  transform-origin: center;
  will-change: transform;
}

.elementor-button {
    white-space: nowrap !important;
}/* End custom CSS */