.elementor-kit-4{--e-global-color-primary:#ED1C25;--e-global-color-secondary:#BD161D;--e-global-color-text:#47080B;--e-global-color-accent:#E89917;--e-global-color-c7f0dd4:#F2F2F2;--e-global-color-18ed226:#0C0305;--e-global-color-d771c81:#FFFFFF;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-letter-spacing:0.02em;--e-global-typography-text-font-family:"Literata";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:800;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1.2px;--e-global-typography-2fa66a3-font-family:"DM Sans";--e-global-typography-2fa66a3-font-size:40px;--e-global-typography-2fa66a3-text-transform:capitalize;--e-global-typography-4aeed19-font-family:"DM Sans";--e-global-typography-4aeed19-font-size:30px;--e-global-typography-4aeed19-text-transform:capitalize;--e-global-typography-83317dc-font-family:"DM Sans";--e-global-typography-83317dc-font-size:24px;--e-global-typography-83317dc-text-transform:capitalize;--e-global-typography-5f5d592-font-family:"DM Sans";--e-global-typography-5f5d592-font-size:18px;--e-global-typography-5f5d592-text-transform:capitalize;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );letter-spacing:var( --e-global-typography-accent-letter-spacing );color:var( --e-global-color-d771c81 );box-shadow:0px -2px 10px 0px rgba(0, 0, 0, 0.08);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:70rem;}.e-con{--container-max-width:70rem;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:1.25rem;}.elementor-element{--widgets-spacing:1.25rem 1.25rem;--widgets-spacing-row:1.25rem;--widgets-spacing-column:1.25rem;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:2400px){.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:1366px){.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:1024px){.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:40px;--e-global-typography-2fa66a3-font-size:32px;--e-global-typography-4aeed19-font-size:24px;--e-global-typography-83317dc-font-size:20px;--e-global-typography-5f5d592-font-size:16px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 3D Button Style for All Elementor Buttons */
.elementor-button {
    background: #fff;                     /* Button face color */
    color: #1c2320;                       /* Text color */
    border: 2px solid #e0e2da;            /* Thin border */
    border-radius: 8px;                   /* Rounded edges */
    box-shadow: 0 4px 8px 0 #7eb5b1;      /* The blue/cyan shadow for 3D effect */
    padding: 12px 32px;                   /* Good vertical & horizontal spacing */
    font-size: 18px;                      /* Adjust as needed */
    font-weight: 400;                     /* Clean weight */
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

/* Optional: Add a slightly "pressed" effect on hover */
.elementor-button:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 4px 0 #7eb5b1;
    color: #105c5f; /* A subtle text color shift on hover */
}/* End custom CSS */