.elementor-kit-12{--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-weight:400;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:400;font-size:16px;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a:hover{color:#FF0000;text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header .site-branding .site-logo img{width:200px;max-width:200px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;gap:16px;}.site-footer .site-branding .site-logo img{width:120px;max-width:120px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:430px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .site-branding .site-logo img{width:96px;max-width:96px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding .site-logo img{width:60px;max-width:60px;}.site-footer .copyright p{font-size:12px;}}/* Start custom CSS *//* Base font size for body */
body {
    font-size: clamp(1rem, 1vw, 1.125rem); /* Min: 16px, Max: 18px */
    line-height: 1.6; /* Comfortable line-height for body text */
}

/* Headings */

/* H1: Largest heading */
h1 {
    font-size: clamp(2rem, 6vw, 4rem); /* Min: 32px, Max: 64px */
    line-height: 1.2;
    font-weight: bold;
}

/* H2: Second largest heading */
h2 {
    font-size: clamp(1.75rem, 5vw, 3rem); /* Min: 28px, Max: 48px */
    line-height: 1.3;
    font-weight: bold;
}

/* H3: Mid-sized heading */
h3 {
    font-size: clamp(1.5rem, 4vw, 2.5rem); /* Min: 24px, Max: 40px */
    line-height: 1.35;
    font-weight: bold;
}

/* H4: Smaller heading */
h4 {
    font-size: clamp(1.25rem, 3vw, 2rem); /* Min: 20px, Max: 32px */
    line-height: 1.4;
    font-weight: bold;
}

/* H5: Even smaller heading */
h5 {
    font-size: clamp(1rem, 2.5vw, 1.5rem); /* Min: 16px, Max: 24px */
    line-height: 1.5;
    font-weight: bold;
}

/* H6: Smallest heading */
h6 {
    font-size: clamp(0.875rem, 2vw, 1.25rem); /* Min: 14px, Max: 20px */
    line-height: 1.6;
    font-weight: bold;
}

/* Paragraphs */
p {
    font-size: clamp(1rem, 1vw, 1.125rem); /* Min: 16px, Max: 18px */
    line-height: 1.8;
}

/* Links */
a {
    font-size: clamp(1rem, 1vw, 1.125rem); /* Same as paragraphs */
    text-decoration: none;
    color: inherit; /* Inherit color for better readability */
}

/* Lists */
ul, ol {
    font-size: clamp(1rem, 1vw, 1.125rem); /* Same as paragraphs */
    line-height: 1.8;
}

/* Blockquotes */
blockquote {
    font-size: clamp(1.25rem, 3vw, 2rem); /* Min: 20px, Max: 32px */
    font-style: italic;
    margin: 1rem 0;
    line-height: 1.6;
}/* End custom CSS */