.elementor-kit-5{--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-5 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 */.custom-marquee {
  overflow: hidden;
  width: 100%;
}

.custom-marquee h1 {
  display: inline-block;
  animation: marquee-scroll 10s linear infinite;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.custom-scroll-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.custom-container {
  display: none;
  height: 100%;
  transition: opacity 0.3s ease;
}

.custom-container.active {
  display: block;
}

/* Scroll indicator style */
.scroll-indicator {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.arrow {
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  margin: 10px 0;
}

.line {
  width: 2px;
  height: 100px;
  background-color: #ccc;
  position: relative;
}

.line-fill {
  position: absolute;
  width: 2px;
  height: 33%;
  background-color: black;
  top: 0;
  transition: top 0.3s ease;
}

.Ideation:hover {
  border-color: #a31515; /* example hover border */
  background-color:; /* optional */
}

.Ideation:hover .elementor-icon i,
.Ideation:hover .elementor-heading-title,
.Ideation:hover .elementor-widget-text-editor {
  color: #a31515; /* hover color for icon, heading, and text */
  transition: all 0.3s ease;
}
.scroll-toggle::-webkit-scrollbar {
  width: 2px;
}

.scroll-toggle::-webkit-scrollbar-thumb {
  background-color: #C30010;
  border-radius: 4px;
}

.scroll-toggle::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Optional */
}


.scroll-toggle-1,
.scroll-toggle-2,
.scroll-toggle-3,
.scroll-toggle-4 {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.scroll-toggle-1.expanded,
.scroll-toggle-2.expanded,
.scroll-toggle-3.expanded,
.scroll-toggle-4.expanded {
  max-height: 250px;
  overflow-y: scroll;
}

/* Scrollbar */
.scroll-toggle-1::-webkit-scrollbar,
.scroll-toggle-2::-webkit-scrollbar,
.scroll-toggle-3::-webkit-scrollbar,
.scroll-toggle-4::-webkit-scrollbar {
  width: 6px;
}

.scroll-toggle-1::-webkit-scrollbar-thumb,
.scroll-toggle-2::-webkit-scrollbar-thumb,
.scroll-toggle-3::-webkit-scrollbar-thumb,
.scroll-toggle-4::-webkit-scrollbar-thumb {
  background-color: #00C32C;
  border-radius: 10px;
}

.scroll-toggle-1::-webkit-scrollbar-track,
.scroll-toggle-2::-webkit-scrollbar-track,
.scroll-toggle-3::-webkit-scrollbar-track,
.scroll-toggle-4::-webkit-scrollbar-track {
  background-color: #FFFEE5;
}

/* Maintain Button Style */
.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 {
  outline: none;
  box-shadow: none;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}/* End custom CSS */