.elementor-kit-6{--e-global-color-primary:#041B3C;--e-global-color-secondary:#0D0D0D;--e-global-color-text:#2A2A2A;--e-global-color-accent:#BD9652;--e-global-color-5c94f0d:#F9F5EF;--e-global-color-6d50ac3:#E7DFCF;--e-global-color-2ab5db9:#24424B;--e-global-color-795636c:#FFFFFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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(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 *//* 
   To make the our services lift a little
*/

.lift-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lift-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}


.equal-testimonials .swiper-wrapper {
    align-items: stretch !important;
}

.equal-testimonials .swiper-slide {
    height: auto !important;
    display: flex;
}

.equal-testimonials .elementor-testimonial {
    padding: 20px;
    border: 1px solid #c0c0c0;
    background: #F9F5EF;
    height: 100%;
    width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.equal-testimonials .elementor-testimonial__content {
    flex: 1;
}

.equal-testimonials .elementor-testimonial__cite,
.equal-testimonials .elementor-testimonial__footer {
    margin-top: 20px;
}/* End custom CSS */