.elementor-kit-4{--e-global-color-primary:#000000;--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-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* 1. Headings (H1, H2, H3) - Bold & Modern */
h1, h2, h3 {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    color: #FFFFFF; /* Jet Black */
    letter-spacing: -0.5px;
    line-height: 1.2;
}

/* H1 - Hero Section Titles */
h1 {
    font-size: 48px; /* Adjust as needed */
}

/* H2 - Section Titles */
h2 {
    font-size: 36px; /* Adjust as needed */
}

/* H3 - Subheadings */
h3 {
    font-size: 24px; /* Adjust as needed */
}

/* 2. Body Text (Paragraphs & Content) - Clean & Readable */
p, .elementor-widget-text-editor p {
    font-family: 'Helvetica', sans-serif;
    font-weight: regular;
    color: #ffffff; /* Default Jet Black for light backgrounds */
    line-height: 1.6;
}

p {
    font-size: 16px; /* Adjust for main content */
}

/* 3. Accent Text (CTA, Buttons, Highlights, Links) - Eye-catching & Futuristic */
a, .elementor-button {
    font-family: 'Helvetica', sans-serif;
    color: #0802CC; /* Royal blue */
    font-weight: 500; /* Medium */
    letter-spacing: 0.5px;
    line-height: 1.4;
}

/* Button Text Uppercase */
.elementor-button {
    text-transform: uppercase; /* Ensure button text is always uppercase */
}

/* 4. Body Small Text (Captions, Secondary) */
.small-text, .elementor-widget-text-editor .small-text {
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    color: #A1A1A1; /* Jet Black or White depending on background */
    font-size: 14px;
    line-height: 1.6;
}

/* 5. Responsive Design for Heading (H1) */
@media screen and (max-width: 768px) {
    h1 {
        font-size: clamp(32px, 5vw, 48px); /* Responsive scaling */
    }
}/* End custom CSS */