.elementor-kit-5{--e-global-color-primary:#FF7043;--e-global-color-secondary:#FFD54F;--e-global-color-text:#1C1C2E;--e-global-color-accent:#4CAF50;--e-global-color-b6befa6:#26C6DA;--e-global-color-3969015:#AB47BC;--e-global-color-633d3bc:#FFFDF4;--e-global-color-5724dd1:#6E6E6E;--e-global-color-9f8cba6:#BF360C;--e-global-color-44f052c:#111827;--e-global-typography-primary-font-family:"Baloo 2";--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1.2px;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.6px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Baloo 2";--e-global-typography-accent-font-weight:500;overscroll-behavior:none;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#FACC15;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;color:#1F2937;padding:014px 028px 014px 028px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#EAB308;color:#1F2937;border-radius:0px 0px 0px 0px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 label{color:#1F2937;font-family:"Nunito", Sans-serif;font-size:14px;font-weight:500;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:"Nunito", Sans-serif;font-size:16px;font-weight:500;line-height:1.6px;color:#1F2937;background-color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-width:1px 1px 1px 1px;border-color:#E5E7EB;padding:14px 16px 14px 16px;}.elementor-kit-5 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea:focus,.elementor-kit-5 .elementor-field-textual:focus{color:#1F2937;accent-color:#FACC15;background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@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 *//* Prevent theme styles from breaking custom HTML */
..elementor-kit-5 * {
  box-sizing: border-box;
}

..elementor-kit-5 img {
  max-width: 100%;
  height: auto;
}
/* Hero section spacing control */
..elementor-kit-5 .hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
}

/* Hero heading */
..elementor-kit-5 .hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.15;
}

/* Hero description */
..elementor-kit-5 .hero-text {
  font-family: 'Nunito', sans-serif;
  color: #6B7280;
}

/* Primary CTA */
..elementor-kit-5 .btn-primary {
  background-color: #FACC15;
  color: #1F2937;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 600;
  text-decoration: none;
}

/* Secondary CTA */
..elementor-kit-5 .btn-secondary {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #1F2937;
  border-radius: 999px;
  padding: 14px 26px;
}
/* Floating quality badge */
..elementor-kit-5 .quality-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #FFFFFF;
  border-radius: 999px;
  padding: 6px 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  z-index: 10;
}
@media (max-width: 768px) {
  ..elementor-kit-5 .hero-section {
    padding: 60px 20px;
    text-align: center;
  }

  ..elementor-kit-5 .hero-title {
    font-size: 34px;
  }
}
/* Hide page title on homepage */
.home .entry-title,
.home h1.entry-title,
.home .page-title {
    display: none !important;
}/* End custom CSS */