.elementor-kit-40{--e-global-color-primary:#0066CC;--e-global-color-secondary:#667EEA;--e-global-color-text:#333333;--e-global-color-accent:#FFC107;--e-global-color-3f5dda7:#F66F1B;--e-global-color-6345cb8:#15253C;--e-global-color-88a0a38:#EDEFF1;--e-global-color-8b44280:#47B8BF;--e-global-color-760ec02:#5C6F8A;--e-global-color-3cc2a77:#14253C;--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;--e-global-typography-a6fec15-font-family:"Arsenal";--e-global-typography-2171af5-font-family:"Times New Roman";--e-global-typography-2171af5-font-size:58px;--e-global-typography-2171af5-font-weight:600;font-family:"Roboto", Sans-serif;}.elementor-kit-40 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){--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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding .site-logo img{width:120px;max-width:120px;}@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 *//* =========================
   TRIGGER - NORMAL (ambele)
========================= */

.trigger,
.trigger-2 {
    border-radius: 20px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 
        border 0.2s ease,
        border-radius 0.2s ease,
        box-shadow 0.2s ease;
    cursor: pointer;
}


/* =========================
   TRIGGER 1 - ACTIV (CU BORDER)
========================= */

.trigger.active-trigger {
    border-style: solid !important;
    border-width: 2px 2px 0 2px !important;
    border-color: #F66F1B !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: none !important;
}


/* =========================
   TRIGGER 2 - ACTIV (FĂRĂ BORDER)
========================= */

.trigger-2.active-trigger {
    border: none !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: none !important;
}


/* =========================
   ACCORDION - ACTIV
========================= */

.e-n-accordion-item.active-accordion {
    border-style: solid;
    border-width: 2px;
    border-color: #F66F1B;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: 
        border 0.2s ease,
        border-radius 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================
   ARROW ANIMATION (ambele)
========================= */

.trigger-arrow {
    transition: transform 0.3s ease;
}

.trigger.active-trigger .trigger-arrow,
.trigger-2.active-trigger .trigger-arrow {
    transform: rotate(180deg);
}/* End custom CSS */