.elementor-10501 .elementor-element.elementor-element-d23e46c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10501 .elementor-element.elementor-element-74e9acd{--display:flex;--min-height:350px;--border-radius:20px 20px 20px 20px;}.elementor-10501 .elementor-element.elementor-element-74e9acd:not(.elementor-motion-effects-element-type-background), .elementor-10501 .elementor-element.elementor-element-74e9acd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-10501 .elementor-element.elementor-element-f922cfd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10501 .elementor-element.elementor-element-eeb9546 .elementor-heading-title{font-family:"Exo", Sans-serif;font-size:24px;font-weight:500;line-height:28px;color:var( --e-global-color-2102f4f );}.elementor-10501 .elementor-element.elementor-element-3ba09af{width:initial;max-width:initial;}.elementor-10501 .elementor-element.elementor-element-3ba09af.elementor-element{--align-self:flex-start;}.elementor-10501 .elementor-element.elementor-element-3ba09af .elementor-heading-title{font-family:var( --e-global-typography-41131a1-font-family ), Sans-serif;font-size:var( --e-global-typography-41131a1-font-size );font-weight:var( --e-global-typography-41131a1-font-weight );line-height:var( --e-global-typography-41131a1-line-height );color:var( --e-global-color-2102f4f );}@media(max-width:1024px){.elementor-10501 .elementor-element.elementor-element-3ba09af .elementor-heading-title{font-size:var( --e-global-typography-41131a1-font-size );line-height:var( --e-global-typography-41131a1-line-height );}}@media(max-width:767px){.elementor-10501 .elementor-element.elementor-element-3ba09af .elementor-heading-title{font-size:var( --e-global-typography-41131a1-font-size );line-height:var( --e-global-typography-41131a1-line-height );}}/* Start custom CSS for heading, class: .elementor-element-3ba09af */.primary-menu {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%; 
    white-space: nowrap; 

}

.primary-menu::after {
    content: "→";
    display: inline-block;
    transform: rotate(-45deg); 
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #FF830F; /* Arrow color */
    font-size: 18px;
}

.flora-fauna-card:hover .primary-menu::after {
    transform: rotate(0deg);  color: #FF830F; 
}/* End custom CSS */