.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:"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;}.elementor-kit-6 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){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 *//* Base scrollbar style */
.scroll-toggle::-webkit-scrollbar {
  width: 2px;
}

.scroll-toggle::-webkit-scrollbar-thumb {
  background-color: #BAE900;
  border-radius: 4px;
}

.scroll-toggle::-webkit-scrollbar-track {
  background-color: #BAE900;
}

/* Scroll toggle containers */
.scroll-toggle-1,
.scroll-toggle-2,
.scroll-toggle-3,
.scroll-toggle-4,
.scroll-toggle-5,
.scroll-toggle-6,
.scroll-toggle-7,
.scroll-toggle-8,
.scroll-toggle-9 {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* Expanded state */
.scroll-toggle-1.expanded,
.scroll-toggle-2.expanded,
.scroll-toggle-3.expanded,
.scroll-toggle-4.expanded,
.scroll-toggle-5.expanded,
.scroll-toggle-6.expanded,
.scroll-toggle-7.expanded,
.scroll-toggle-8.expanded,
.scroll-toggle-9.expanded {
  max-height: 200px;
  overflow-y: auto;
}

/* Individual scrollbars */
.scroll-toggle-1::-webkit-scrollbar,
.scroll-toggle-2::-webkit-scrollbar,
.scroll-toggle-3::-webkit-scrollbar,
.scroll-toggle-4::-webkit-scrollbar,
.scroll-toggle-5::-webkit-scrollbar,
.scroll-toggle-6::-webkit-scrollbar,
.scroll-toggle-7::-webkit-scrollbar,
.scroll-toggle-8::-webkit-scrollbar,
.scroll-toggle-9::-webkit-scrollbar {
  width: 8px;
}

.scroll-toggle-1::-webkit-scrollbar-thumb,
.scroll-toggle-2::-webkit-scrollbar-thumb,
.scroll-toggle-3::-webkit-scrollbar-thumb,
.scroll-toggle-4::-webkit-scrollbar-thumb,
.scroll-toggle-5::-webkit-scrollbar-thumb,
.scroll-toggle-6::-webkit-scrollbar-thumb,
.scroll-toggle-7::-webkit-scrollbar-thumb,
.scroll-toggle-8::-webkit-scrollbar-thumb,
.scroll-toggle-9::-webkit-scrollbar-thumb {
  background-color: #EAF9FC;
  border-radius: 20px;
}

.scroll-toggle-1::-webkit-scrollbar-track,
.scroll-toggle-2::-webkit-scrollbar-track,
.scroll-toggle-3::-webkit-scrollbar-track,
.scroll-toggle-4::-webkit-scrollbar-track,
.scroll-toggle-5::-webkit-scrollbar-track,
.scroll-toggle-6::-webkit-scrollbar-track,
.scroll-toggle-7::-webkit-scrollbar-track,
.scroll-toggle-8::-webkit-scrollbar-track,
.scroll-toggle-9::-webkit-scrollbar-track {
  background-color: #BAE900;
}

/* Button interaction styling */
.toggle-btn-1:focus,
.toggle-btn-1:active,
.toggle-btn-2:focus,
.toggle-btn-2:active,
.toggle-btn-3:focus,
.toggle-btn-3:active,
.toggle-btn-4:focus,
.toggle-btn-4:active,
.toggle-btn-5:focus,
.toggle-btn-5:active,
.toggle-btn-6:focus,
.toggle-btn-6:active,
.toggle-btn-7:focus,
.toggle-btn-7:active,
.toggle-btn-8:focus,
.toggle-btn-8:active,
.toggle-btn-9:focus,
.toggle-btn-9:active {
  outline: none;
  box-shadow: none;
  color: inherit;
  background-color: inherit;
  bord

/* Icon Hover When Container Hovered */
.step-box:hover .step-icon {
  transform: scale(1.2) rotate(10deg);
  color: #d4ff00; /* Lime green */
  transition: all 0.3s ease-in-out;
}

/* Circle Active When Container Hovered */
.step-box:hover .step-circle {
  background-color: #d4ff00; /* Lime green */
  color: #000; /* Text color inside the circle */
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}


.hover-heading-target {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.hover-trigger-box:hover ~ .hover-heading-target {
  background-color: #00ff00;
}/* End custom CSS */