.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Atma";--e-global-typography-primary-font-size:1.125rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0.04rem;--e-global-typography-primary-word-spacing:0.16rem;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* outer flex wrapper */
.tabs-section {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

/* left & right columns: stack icons vertically */
.tabs-section .tab-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* middle column stretches to fill */
.tabs-section .tab-panels {
  flex: 1;
  position: relative;
}

/* hide all panels by default, stack them on top of each other */
.tabs-section .tab-panel {
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/* show only the active panel */
.tabs-section .tab-panel.default-active,
.tabs-section .tab-panel.active {
  display: block;
}

/* basic tab-trigger styling */
.tabs-section .tab-trigger {
  cursor: pointer;
  background: #FFF;
  padding: 0.5rem;
  border-radius: 12px;
  transition: background 0.3s, filter 0.3s;
  text-align: center;
}

/* hover & active states */
.tabs-section .tab-trigger:hover,
.tabs-section .tab-trigger.default-active,
.tabs-section .tab-trigger.active {
  background: #FFD3AC !important;
}

/* invert the icon on active/hover if desired */
.tabs-section .tab-trigger img {
  transition: filter 0.3s;
}
.tabs-section .tab-trigger.default-active img,
.tabs-section .tab-trigger.active img {
  filter: brightness(0) invert(1);
}/* End custom CSS */