.elementor-kit-459{--e-global-color-primary:#763A8B;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#383838;--e-global-color-accent:#EFBF04;--e-global-color-4afe85a:#FFFFFF;--e-global-color-e7b6a3a:#383838;--e-global-color-9841963:#DECCAD;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Merriweather";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-a661667-font-family:"Merriweather";--e-global-typography-a661667-font-size:20px;background-position:center center;background-repeat:repeat-y;background-size:contain;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1410px;}.e-con{--container-max-width:1410px;}.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);}.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(min-width:1441px){.elementor-kit-459{background-attachment:scroll;}}@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 *//* General Styling */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4; /* Light grey to add contrast */
    color: #333; /* Default text color */
}

/* Heading Styles */
h1, h2, h3, h4, h5, h6 {
    color: #4B0082; /* Purple heading color for brand identity */
    font-weight: bold;
}

h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

/* Section Styling */
.elementor-section {
    background: #ffffff; /* White background for sections */
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adding subtle depth */
}

/* Button Styles */
.elementor-button {
    background-color: #4B0082; /* Purple color for brand identity */
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.elementor-button:hover {
    background-color: #6a00b0; /* Darker purple for hover effect */
}

/* Link Styling */
a {
    color: #4B0082; /* Purple link color for consistency */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Form Styling */
.elementor-widget-form input[type="text"],
.elementor-widget-form input[type="email"],
.elementor-widget-form select,
.elementor-widget-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 1rem;
}

.elementor-widget-form input[type="submit"],
.elementor-widget-form button {
    background-color: #4B0082;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.elementor-widget-form input[type="submit"]:hover,
.elementor-widget-form button:hover {
    background-color: #6a00b0;
}

/* Image Styling */
.elementor-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* List Styling */
ul, ol {
    margin: 20px;
    padding-left: 40px;
}

ul li {
    margin-bottom: 10px;
    list-style: disc;
    color: #333;
}

/* Custom Section for Highlighting Important Info */
.highlight-section {
    background-color: #ffeeba; /* Light yellow background to highlight important content */
    padding: 20px;
    border-left: 5px solid #ff9900; /* Highlight border */
    border-radius: 5px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    .elementor-section {
        padding: 20px;
    }

    .elementor-button {
        padding: 10px 20px;
    }
}/* End custom CSS */