.elementor-kit-6{--e-global-color-primary:#272727;--e-global-color-secondary:#272727;--e-global-color-text:#6B6B6B;--e-global-color-accent:#5A48E8;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */.grecaptcha-badge {
    visibility: hidden;
    display: none;
}

.custom-archive-posts .elementor-post {
    background-color: #FFFFFF; /* White background for the cards */
    border: 1px solid #E4DEFF; /* Border color */
    border-radius: 30px; /* Rounded corners */
    
    padding: 40px!important; /* Space inside the cards */
    transition: transform 0.3s ease!important; /* Smooth hover effect */
}

.custom-archive-posts .elementor-post:hover {
    transform: translateY(-5px); /* Slight lift on hover */
}

.wp-block-heading {
    color: #5A48E8 ;
}

a {
    color: #5A48E8 ;
}/* End custom CSS */