.elementor-kit-7{--e-global-color-primary:#1E1E1E;--e-global-color-secondary:#075377;--e-global-color-text:#1E1E1ECC;--e-global-color-accent:#FFFFFF;--e-global-color-aa10452:#095477;--e-global-color-a1e5b55:#65AEB7;--e-global-color-321e1c7:#398D8F;--e-global-color-f4fd1dd:#398D8F;--e-global-color-2862d0e:#001E2C;--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;--e-global-typography-226bc8a-font-family:"Staatliches";--e-global-typography-226bc8a-font-size:72px;--e-global-typography-226bc8a-line-height:1.1em;--e-global-typography-3b809ca-font-family:"Staatliches";--e-global-typography-3b809ca-font-size:44px;--e-global-typography-3b809ca-font-weight:400;--e-global-typography-3b809ca-line-height:1.2em;--e-global-typography-7d58d3a-font-family:"Montserrat";--e-global-typography-7d58d3a-font-size:34px;--e-global-typography-7d58d3a-font-weight:700;--e-global-typography-1a19635-font-family:"Staatliches";--e-global-typography-1a19635-font-size:26px;--e-global-typography-1a19635-font-weight:400;--e-global-typography-1a19635-line-height:1.3em;--e-global-typography-d4d0756-font-family:"Montserrat";--e-global-typography-d4d0756-font-size:22px;--e-global-typography-d4d0756-font-weight:600;--e-global-typography-d4d0756-line-height:1.35em;--e-global-typography-9b5e1fc-font-family:"Montserrat";--e-global-typography-9b5e1fc-font-size:18px;--e-global-typography-9b5e1fc-font-weight:500;--e-global-typography-9b5e1fc-line-height:1.55em;--e-global-typography-bf1adc5-font-family:"Montserrat";--e-global-typography-bf1adc5-font-size:16px;--e-global-typography-bf1adc5-font-weight:500;--e-global-typography-bf1adc5-line-height:1.6em;--e-global-typography-a419c76-font-family:"Montserrat";--e-global-typography-a419c76-font-size:14px;--e-global-typography-a419c76-font-weight:500;background-color:#FFFFFF;}.elementor-kit-7 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){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-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 *//* PRIMARY (filled): #65AEB7 → #095477 */
.elementor .elementor-widget-button.button-primary .elementor-button,
.elementor .button-primary .elementor-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 13px 31px;
  border: 2px solid #398D8F !important;  /* ✅ THIS is the fix */
  border: 2px solid #398D8F !important;  /* ✅ THIS is the fix */
  border-radius: 0;
  background-color: #398D8F !important;
  color: #fff !important;
  border-color: #398D8F !important;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer;
}
.elementor .elementor-widget-button.button-primary .elementor-button:hover,
.elementor .button-primary .elementor-button:hover {
  background-color: #095477 !important;
  color: #fff !important;
    border: 2px solid #095477 !important;  /* ✅ THIS is the fix */

}

/* SECONDARY (outline): white text/border → white fill + #095477 text on hover */
.elementor .elementor-widget-button.button-secondary .elementor-button,
.elementor .button-secondary .elementor-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 13px 31px;
  border: 2px solid #fff !important;
  border-radius: 0;
  background: transparent !important;
  color: #fff !important;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer;
}
.elementor .elementor-widget-button.button-secondary .elementor-button:hover,
.elementor .button-secondary .elementor-button:hover {
  background: #fff !important;
  color: #095477 !important;
  border-color: #fff !important;
}

/* optional: keyboard focus */
.elementor .elementor-widget-button.button-primary .elementor-button:focus-visible,
.elementor .elementor-widget-button.button-secondary .elementor-button:focus-visible {
  outline: 3px solid rgba(101,174,183,.35);
  outline-offset: 2px;
}
/* Make sure the button itself isn't forcing a height */
.elementor .elementor-widget-button .elementor-button{
  min-height: auto;
}

/* PRIMARY padding */
.elementor .elementor-widget-button.button-primary 
  .elementor-button .elementor-button-content-wrapper{
  padding: 13px 31px !important;
}

/* SECONDARY padding */
.elementor .elementor-widget-button.button-secondary 
  .elementor-button .elementor-button-content-wrapper{
  padding: 13px 31px !important;
}









/* HERO GRID LAYOUT */
.hero-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12 equal columns */
  grid-auto-rows: 150px; /* baseline row height */
  gap: 20px; /* spacing between blocks */
}

/* Base rule: any element with col-x row-y */
[class*="col-"] {
  grid-column: span 12; /* fallback */
}
[class*="row-"] {
  grid-row: span 1; /* fallback */
}

/* Column spans */
.col-4 { grid-column: span 4; }
.col-8 { grid-column: span 8; }
.col-12 { grid-column: span 12; }

/* Row spans */
.row-1 { grid-row: span 1; }
.row-2 { grid-row: span 2; }

/* Optional: make it responsive */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .col-8 { grid-column: span 6; }
  .col-4 { grid-column: span 6; }
}
@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-8, .col-4, .col-12 {
    grid-column: span 1;
  }
}/* End custom CSS */