.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-6 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);}@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 */<style>
  @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Devanagari:wght@400;600;700&family=Noto+Sans+Devanagari:wght@400;500;600&display=swap');

  :root {
    --hba-saffron:   #C8601A;
    --hba-indigo:    #1A4C6E;
    --hba-gold:      #D4A017;
    --hba-bg:        #FDF6EE;
    --hba-white:     #FFFFFF;
    --hba-text:      #2D2D2D;
    --hba-muted:     #6B6B6B;
    --hba-border:    #E8DDD0;
    --hba-shadow:    0 4px 20px rgba(0,0,0,0.08);
    --hba-shadow-hover: 0 8px 32px rgba(200,96,26,0.15);
    --hba-radius:    12px;
    --hba-radius-sm: 8px;
    --hba-font-head: 'Noto Serif Devanagari', serif;
    --hba-font-body: 'Noto Sans Devanagari', sans-serif;
  }

  .hba-section {
    background: var(--hba-bg);
    font-family: var(--hba-font-body);
    color: var(--hba-text);
    padding: 60px 20px;
  }

  .hba-container {
    max-width: 1100px;
    margin: 0 auto;
  }

  .hba-section-label {
    font-family: var(--hba-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--hba-saffron);
    margin-bottom: 8px;
  }

  .hba-section-title {
    font-family: var(--hba-font-head);
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: var(--hba-indigo);
    margin: 0 0 12px 0;
    line-height: 1.3;
  }

  .hba-section-subtitle {
    font-size: 15px;
    color: var(--hba-muted);
    max-width: 560px;
    line-height: 1.7;
    margin: 0 0 40px 0;
  }

  .hba-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--hba-saffron), var(--hba-gold));
    border-radius: 2px;
    margin: 12px 0 20px 0;
  }

  .hba-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: var(--hba-radius-sm);
    font-family: var(--hba-font-body);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
  }

  .hba-btn-primary {
    background: var(--hba-saffron);
    color: var(--hba-white);
  }
  .hba-btn-primary:hover {
    background: #a84e14;
    transform: translateY(-2px);
    box-shadow: var(--hba-shadow-hover);
    color: var(--hba-white);
    text-decoration: none;
  }

  .hba-btn-outline {
    background: transparent;
    color: var(--hba-indigo);
    border: 2px solid var(--hba-indigo);
  }
  .hba-btn-outline:hover {
    background: var(--hba-indigo);
    color: var(--hba-white);
    text-decoration: none;
  }

  .hba-card {
    background: var(--hba-white);
    border-radius: var(--hba-radius);
    box-shadow: var(--hba-shadow);
    border: 1px solid var(--hba-border);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
  }
  .hba-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hba-shadow-hover);
  }

  @media (max-width: 768px) {
    .hba-section { padding: 40px 16px; }
  }
</style>/* End custom CSS */