.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-61220f9:#190627;--e-global-color-c8a627a:#D3D3D3;--e-global-color-aae6ae3:#D3D3D37D;--e-global-color-0eb4083:#181818;--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-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* ========== HERO SECTION ========== */
.hero-section {
    text-align: left !important;
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
}
.hero-section h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}
.hero-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
}
.hero-section .cta-button {
    background: linear-gradient(135deg, #0071ff, #00d4ff);
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s;
}
.hero-section .cta-button:hover {
    opacity: 0.9;
    transform: scale(1.02);
}/* End custom CSS */