.elementor-kit-6{--e-global-color-primary:#455930;--e-global-color-secondary:#88A44F;--e-global-color-text:#252525;--e-global-color-accent:#455930;--e-global-color-1bbd679:#FFFFFF;--e-global-color-5bd8102:#F4F4F4;--e-global-color-47102ed:#15372C;--e-global-color-b5e8ac1:#FBEDEB8F;--e-global-typography-primary-font-family:"Bricolage Grotesque";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bricolage Grotesque";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-b5e8ac1 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 img{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-6{--e-global-typography-text-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Remove Extra Spacing from the bottom of Text Editors*/

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

.custom-card-curve svg {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-card-curve path {
  fill: #15372c;
}
.green-dot {
  color: #88A44F;
}
.curved-card-image {
  overflow: hidden;
}
.curved-card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;

  clip-path: ellipse(85% 100% at 50% 0%);
}
.dark-green-dot {
  color: #15372c;
}
/* DESKTOP ONLY */
@media (min-width: 768px) {

    /* Global fade targets, but NOT inside sliders/carousels */
    body:not(.elementor-editor-active) 
    .elementor-widget-heading:not(.fade-exclude),
    body:not(.elementor-editor-active) 
    .elementor-widget-text-editor:not(.fade-exclude),
    body:not(.elementor-editor-active) 
    .elementor-widget-image:not(.fade-exclude),
    body:not(.elementor-editor-active) 
    .elementor-widget-button:not(.fade-exclude),
    body:not(.elementor-editor-active) 
    .elementor-widget-icon-list:not(.fade-exclude) {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
        will-change: opacity, transform;
    }

    /* Visible state */
    body:not(.elementor-editor-active) 
    .elementor-widget-heading.fade-in-active,
    body:not(.elementor-editor-active) 
    .elementor-widget-text-editor.fade-in-active,
    body:not(.elementor-editor-active) 
    .elementor-widget-image.fade-in-active,
    body:not(.elementor-editor-active) 
    .elementor-widget-button.fade-in-active,
    body:not(.elementor-editor-active) 
    .elementor-widget-icon-list.fade-in-active {
        opacity: 1;
        transform: translateY(0);
    }

    /* Force excluded widgets to stay visible */
    body:not(.elementor-editor-active) .fade-exclude {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}/* End custom CSS */