.elementor-kit-2775{--e-global-color-primary:#2A7BC0;--e-global-color-secondary:#2DB7A3;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FCB900;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-2775 button,.elementor-kit-2775 input[type="button"],.elementor-kit-2775 input[type="submit"],.elementor-kit-2775 .elementor-button{background-color:var( --e-global-color-astglobalcolor1 );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-astglobalcolor4 );border-style:none;border-radius:10px 10px 10px 10px;}.elementor-kit-2775 button:hover,.elementor-kit-2775 button:focus,.elementor-kit-2775 input[type="button"]:hover,.elementor-kit-2775 input[type="button"]:focus,.elementor-kit-2775 input[type="submit"]:hover,.elementor-kit-2775 input[type="submit"]:focus,.elementor-kit-2775 .elementor-button:hover,.elementor-kit-2775 .elementor-button:focus{background-color:#08306B;}.elementor-kit-2775 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2775 a{color:#005EE9;}.elementor-kit-2775 a:hover{color:#008AFF;text-decoration:underline;}.elementor-kit-2775 h1{color:#696767;font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-2775 h2{color:var( --e-global-color-astglobalcolor1 );font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-2775 h3{color:#005EE9;font-size:20px;}.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);}@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 *//* =========================
   HERO LAYOUT (MOBILE FIRST)
========================= */

.hec-hero {
  max-width: 1200px;
  margin: 0 auto;
}

.hec-hero-text h1 {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #0E1A26;
  margin-bottom: 16px;
}

.hec-hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #63707A;
  margin-bottom: 24px;
}

.hec-hero-trust {
  font-size: 13px;
  color: #63707A;
  margin-top: 16px;
}

.hec-hero-image {
  text-align: center;
  margin-top: 32px;
}

.hec-hero-image img {
  max-width: 260px;
  height: auto;
}

/* =========================
   DESKTOP TWO-COLUMN LAYOUT
========================= */

@media (min-width: 992px) {

  .hec-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
  }

  .hec-hero-text h1 {
    font-size: 40px;
  }

  .hec-hero-subtitle {
    font-size: 18px;
  }

  .hec-hero-image {
    margin-top: 0;
  }

  .hec-hero-image img {
    max-width: 420px;
  }
}

/* HERO BUTTON ROW */

.hec-hero-buttons {
  display: flex;
  flex-direction: row;      /* forces one row */
  gap: 16px;                /* space between buttons */
  align-items: center;
  flex-wrap: nowrap;        /* prevents wrapping */
}

/* Make primary button auto width instead of full width */
.hec-hero-buttons .elementor-button {
  width: auto;
}

/* MOBILE: allow stacking if space is too tight */
@media (max-width: 767px) {
  .hec-hero-buttons {
    flex-direction: column; /* stack on small screens */
    align-items: stretch;
  }

  .hec-hero-buttons .elementor-button {
    width: 100%;
  }
}


/* ================================
   HERO IMAGE — 2× SIZE (SAFE)
================================ */

/* Mobile first */
.hec-hero-image img {
  max-width: 540px;   /* ~2× mobile */
  width: 100%;
  height: auto;
  margin-inline: auto;
  display: block;
}

/* Small phones (very narrow screens) */
@media (max-width: 360px) {
  .hec-hero-image img {
    max-width: 480px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .hec-hero-image img {
    max-width: 720px; /* ~2× tablet */
  }
}

/* Desktop */
@media (min-width: 992px) {
  .hec-hero-image img {
    max-width: 960px; /* ~2× desktop */
  }
}

.hec-hero {
  max-width: 1400px;   /* wider container */
  margin: 0 auto;
}


@media (min-width: 992px) {
  .hec-hero {
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* image slightly dominant */
    align-items: center;
    gap: 56px;
  }
}

/* ================================
   HERO BUTTON — CONSISTENT CURVE
================================ */

.hec-btn,
.hec-btn .elementor-button {
  border-radius: 14px !important;
}

/* Remove Elementor breakpoint overrides */
@media (max-width: 767px),
       (min-width: 768px) and (max-width: 991px),
       (min-width: 992px) {
  .hec-btn,
  .hec-btn .elementor-button {
    border-radius: 14px !important;
  }
}/* End custom CSS */