.elementor-kit-5{--e-global-color-primary:#09264A;--e-global-color-secondary:#54595F;--e-global-color-text:#BBBBBB;--e-global-color-accent:#F99820;--e-global-color-e79aa0f:#700F1A;--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;background-color:#FFFFFF;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#F99820;color:#FFFFFF;}.elementor-kit-5 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 *//* ── KIET Hero: Fix mobile clipping ── */

/* Allow the hero to grow in height on small screens */
@media (max-width: 768px) {
  .kiet-hero {
    height: auto !important;
    min-height: 340px !important;
  }

  .kiet-slides {
    height: auto !important;
  }

  .kiet-slide {
    min-height: 340px !important;
    padding: 30px 0 !important;
    align-items: flex-start !important;
  }

  /* Push content down so it clears the site header */
  .kiet-slide-content {
    padding: 20px 20px 10px !important;
    margin-top: 10px !important;
  }

  /* Slightly smaller badge so it fits */
  .kiet-badge {
    font-size: 10px !important;
    letter-spacing: 2px !important;
    padding: 4px 12px !important;
    margin-bottom: 10px !important;
  }

  /* Tighten heading */
  .kiet-slide-content h1 {
    font-size: 1.45rem !important;
    margin-bottom: 10px !important;
  }

  /* Smaller paragraph text */
  .kiet-slide-content p {
    font-size: 0.88rem !important;
    margin-bottom: 16px !important;
  }

  /* Stack buttons vertically on very small screens */
  .kiet-hero-btns {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .kiet-hero-btns a {
    width: 85% !important;
    text-align: center !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
  }

  /* Dots sit below content naturally */
  .kiet-dots {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    justify-content: center !important;
    display: flex !important;
    padding: 10px 0 6px !important;
  }

  /* Arrows smaller and closer to edges */
  .kiet-arrow {
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
  }
}

/* ── Extra small phones (under 400px) ── */
@media (max-width: 400px) {
  .kiet-badge {
    font-size: 9px !important;
    letter-spacing: 1.5px !important;
  }

  .kiet-slide-content h1 {
    font-size: 1.25rem !important;
  }

  .kiet-hero-btns a {
    width: 92% !important;
  }
}

/* ── Stats bar: wrap nicely on mobile ── */
@media (max-width: 600px) {
  .kiet-stats {
    gap: 14px !important;
    padding: 12px 10px !important;
    justify-content: space-around !important;
  }

  .kiet-stat-num {
    font-size: 18px !important;
  }

  .kiet-stat-label {
    font-size: 10px !important;
  }
}/* End custom CSS */