.elementor-kit-4{--e-global-color-primary:#423831;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#423831;--e-global-color-accent:#EC7E33;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#F5F5F5;--e-global-color-transparent:#00000000;--e-global-color-401f600:#F8F7F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-d85f971-font-family:"Poppins";--e-global-typography-d85f971-font-size:56px;--e-global-typography-d85f971-font-weight:600;--e-global-typography-f526cb4-font-family:"Poppins";--e-global-typography-f526cb4-font-size:48px;--e-global-typography-f526cb4-font-weight:600;--e-global-typography-21229a9-font-family:"Poppins";--e-global-typography-21229a9-font-size:38px;--e-global-typography-21229a9-font-weight:600;--e-global-typography-dd95ebb-font-family:"Poppins";--e-global-typography-dd95ebb-font-size:18px;--e-global-typography-dd95ebb-font-weight:500;--e-global-typography-4f8756f-font-family:"Figtree";--e-global-typography-4f8756f-font-size:15px;--e-global-typography-4f8756f-font-weight:400;background-color:var( --e-global-color-background );}.elementor-kit-4 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-header .site-branding .site-logo img{width:0px;max-width:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.highlight {
  background: #EC7E33;       /* highlight color */
  padding: 0 6px;
  color: #ffffff;
  border-radius: 4px;
}

.mti-expand-search .eael-advanced-search-input {
    width: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.3s ease;
    border: none; /* hides input border when collapsed */
}

.mti-expand-search.active .eael-advanced-search-input {
    width: 180px; /* adjust width */
    opacity: 1;
    padding: 6px 10px;
}

.mti-expand-search .eael-advanced-search-icon {
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
}

/* Optional: visually hide the search button until expanded */
.mti-expand-search .eael-advanced-search-submit {
    display: none;
}

.mti-expand-search.active .eael-advanced-search-submit {
    display: block;
}

/* ================================
   SPEC GRID — Compact Layout
   For Elementor Grid Container
   ================================ */

.spec-grid {
    display: grid !important;
    grid-auto-flow: row dense !important;   /* Tetris packing — removes gaps */
    grid-template-columns: repeat(2, 1fr);  /* 2-column layout */
    gap: 6px 10px;                           /* Row gap | Column gap */
    align-items: center;                    /* Vertically center items */
}

/* Each spec item inside the grid */
.spec-grid .spec-item {
    display: flex;
    align-items: center;
    gap: 6px;          /* Space between icon + text */
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;  /* Prevent blocks from stretching */
}

/* Label + Value styling (optional) */
.spec-grid .spec-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.spec-grid .spec-value {
    font-weight: 400;
    font-size: 14px;
    color: #111;
}

/* Optional: keep icon aligned  */
.spec-grid .spec-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}/* End custom CSS */