.elementor-1564 .elementor-element.elementor-element-e3bb8cb{--display:flex;--min-height:100vh;--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;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:18px;--padding-right:18px;}.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-1564 .elementor-element.elementor-element-a957db6 .elementor-heading-title{font-family:"Libre Baskerville", Sans-serif;font-size:48px;font-weight:700;line-height:60px;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1564 .elementor-element.elementor-element-ff11d13{--grid-columns:3;--grid-row-gap:36px;--grid-column-gap:36px;}.elementor-1564 .elementor-element.elementor-element-ff11d13 > .elementor-widget-container{margin:28px 0px 0px 0px;}.elementor-1564 .elementor-element.elementor-element-ff11d13 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-1564 .elementor-element.elementor-element-ff11d13 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-1564 .elementor-element.elementor-element-ff11d13 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1564 .elementor-element.elementor-element-ff11d13 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1564 .elementor-element.elementor-element-ff11d13 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-1564 .elementor-element.elementor-element-e3bb8cb{--padding-top:40px;--padding-bottom:40px;--padding-left:18px;--padding-right:18px;}.elementor-1564 .elementor-element.elementor-element-a957db6 .elementor-heading-title{font-size:40px;line-height:50px;}.elementor-1564 .elementor-element.elementor-element-ff11d13{--grid-columns:2;}}@media(max-width:767px){.elementor-1564 .elementor-element.elementor-element-a957db6 .elementor-heading-title{font-size:32px;line-height:40px;}.elementor-1564 .elementor-element.elementor-element-ff11d13{--grid-columns:1;}}/* Start custom CSS for container, class: .elementor-element-e3bb8cb *//* Tab contents hidden by default */
#Tab-cst-cnt-1,
#Tab-cst-cnt-2,
#Tab-cst-cnt-3,
#Tab-cst-cnt-4,
#Tab-cst-cnt-5,
#Tab-cst-cnt-6,
#Tab-cst-cnt-7,
#Tab-cst-cnt-8,
#Tab-cst-cnt-9,
#Tab-cst-cnt-10{
  opacity: 0;
  pointer-events: none;   /* hidden content not clickable */
  transition: opacity 0.3s ease;
  position: absolute;     /* stack contents */
  top: 0; left: 0; width: 100%;
}

/* Show active content */
#Tab-cst-cnt-1.active,
#Tab-cst-cnt-2.active,
#Tab-cst-cnt-3.active,
#Tab-cst-cnt-4.active,
#Tab-cst-cnt-5.active,
#Tab-cst-cnt-6.active,
#Tab-cst-cnt-7.active,
#Tab-cst-cnt-8.active,
#Tab-cst-cnt-9.active,
#Tab-cst-cnt-10.active{
  opacity: 1;
  pointer-events: auto;
}

/* Active tab text color */
#Tab-cst-1.active h2,
#Tab-cst-2.active h2,
#Tab-cst-3.active h2,
#Tab-cst-4.active h2,
#Tab-cst-5.active h2,
#Tab-cst-6.active h2,
#Tab-cst-7.active h2,
#Tab-cst-8.active h2,
#Tab-cst-9.active h2,
#Tab-cst-10.active h2{
  color: #47b372 !important;
}



/* Tab 3 Left*/

#tab-3-wrapper {
  height: 34px;             /* initial collapsed height */
  overflow: hidden;         /* hide overflowing content */
  transition: height 0.3s ease; /* smooth expand/collapse */
}



/* CSS for sub items */
.tab-3-sub-item {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: absolute; /* stack items */
    top: 0;
    left: 0;
    width: 100%;
}

.tab-3-sub-item.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}


/* Main item inside Tab 3 */
#tab-3-main-item {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: absolute; /* stack items initially */
    top: 0;
    left: 0;
    width: 100%;
}

#tab-3-main-item.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}/* End custom CSS */