.elementor-kit-1935{--e-global-color-primary:#223fc8;--e-global-color-secondary:#00A896;--e-global-color-text:#1E293B;--e-global-color-accent:#D62839;--e-global-color-fbth_body:#495460;--e-global-color-fbth_dark:#070b18;--e-global-color-fbth_light:#f3f7fa;--e-global-color-fbth_white:#ffffff;--e-global-color-fbth_neutral_1:#ffffff;--e-global-color-fbth_neutral_2:#eaedf0;--e-global-color-fbth_neutral_3:#cbd2d9;--e-global-color-fbth_neutral_4:#b8c1cc;--e-global-color-fbth_neutral_5:#7f8995;--e-global-color-fbth_neutral_6:#495460;--e-global-color-fbth_neutral_7:#0c1523;--e-global-color-fbth_success:#00a896;--e-global-color-fbth_warning:#f9a03f;--e-global-color-fbth_info:#061080;--e-global-color-fbth_danger:#d62839;--e-global-color-setup_wizard_cutom_color_0:#061080;--e-global-color-setup_wizard_cutom_color_1:#e7ecef;--e-global-typography-uicore_primary-font-family:"Inter";--e-global-typography-uicore_secondary-font-family:"Inter";--e-global-typography-uicore_text-font-family:"Inter";--e-global-typography-uicore_accent-font-family:"Inter";color:var( --e-global-color-fbth_body );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;}.elementor-kit-1935 e-page-transition{background-color:var( --e-global-color-fbth_neutral_1 );}.elementor-kit-1935 a{color:var( --e-global-color-primary );}.elementor-kit-1935 a:hover{font-family:"Inter", Sans-serif;text-decoration:none;}.elementor-kit-1935 h1{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:40px;font-weight:700;text-transform:capitalize;line-height:60px;letter-spacing:0.5px;}.elementor-kit-1935 h2{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:32px;font-weight:700;text-transform:capitalize;line-height:48px;letter-spacing:0.5px;}.elementor-kit-1935 h3{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;text-transform:capitalize;line-height:42px;}.elementor-kit-1935 h4{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:24px;font-weight:600;text-transform:capitalize;line-height:36px;letter-spacing:0.5px;}.elementor-kit-1935 h5{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;line-height:30px;letter-spacing:0.5px;}.elementor-kit-1935 h6{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:18px;font-weight:600;line-height:27px;letter-spacing:0.5px;}.elementor-kit-1935 button,.elementor-kit-1935 input[type="button"],.elementor-kit-1935 input[type="submit"],.elementor-kit-1935 .elementor-button{font-family:"Inter", Sans-serif;text-shadow:0px 0px 0px rgba(0,0,0,0.3);color:#fff;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-kit-1935 button:hover,.elementor-kit-1935 button:focus,.elementor-kit-1935 input[type="button"]:hover,.elementor-kit-1935 input[type="button"]:focus,.elementor-kit-1935 input[type="submit"]:hover,.elementor-kit-1935 input[type="submit"]:focus,.elementor-kit-1935 .elementor-button:hover,.elementor-kit-1935 .elementor-button:focus{color:#fff;}.elementor-kit-1935 img{border-radius:2px 2px 2px 2px;}.elementor-kit-1935 label{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;}.elementor-kit-1935 input:not([type="button"]):not([type="submit"]),.elementor-kit-1935 textarea,.elementor-kit-1935 .elementor-field-textual{font-family:"Inter", Sans-serif;color:var( --e-global-color-text );accent-color:var( --e-global-color-secondary );background-color:var( --e-global-color-fbth_white );}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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 */:root {
  /* Fluid Typography Variables */
  --font-scale: 1.2; /* Adjust scale for compactness */
  --base-font-size: 16px; /* Default body text size */
}

body {
  font-size: clamp(14px, 1rem, 18px); /* Ensures responsive body text */
  line-height: 1.5;
}

/* Responsive Heading Sizes Using clamp() */
h1 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}
h2 {
  font-size: clamp(24px, 3.5vw, 32px);
  line-height: 1.3;
}
h3 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.4;
}
h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.4;
}
h5 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
}
h6 {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.5;
}

/* Ensure Responsiveness on Smaller Screens */
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
}/* End custom CSS */