.elementor-kit-5{--e-global-color-primary:#DC2626;--e-global-color-secondary:#0A1628;--e-global-color-text:#F4F7FB;--e-global-color-accent:#1A2535;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Inter";--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;}.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){--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-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Smooth scroll */
  html {
      scroll-behavior: smooth;
  }

  /* Button hover — lift + glow */
  .elementor-button {
      transition: transform 0.2s ease, box-shadow 0.2s ease, filter
  0.2s ease !important;
  }
  .elementor-button:hover {
      transform: translateY(-2px) !important;
      box-shadow: 0 8px 24px rgba(220, 38, 38, 0.4) !important;
      filter: brightness(1.08) !important;
  }

  /* Form inputs — red focus glow */
  .wpforms-field input:focus,
  .wpforms-field textarea:focus,
  .wpforms-field select:focus {
      outline: none !important;
      border-color: #dc2626 !important;
      box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15) !important;
      transition: all 0.2s ease !important;
  }

  /* Card hover — lift + shadow */
  .bkool-card {
      transition: transform 0.25s ease, box-shadow 0.25s ease
  !important;
      cursor: default;
  }
  .bkool-card:hover {
      transform: translateY(-5px) !important;
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12) !important;
  }/* End custom CSS */