.elementor-6009 .elementor-element.elementor-element-45877be{--display:flex;}.elementor-6009 .elementor-element.elementor-element-c1a919b{--display:flex;}.elementor-6009 .elementor-element.elementor-element-43d8ad3{--display:flex;}.elementor-6009 .elementor-element.elementor-element-11dff38{--display:flex;}/* Start custom CSS for image, class: .elementor-element-d7fce53 *//* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #0f0f0f;
  color: #eee;
  line-height: 1.7;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #1a1a1a;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #29ffc6, #20e3b2);
  border-radius: 6px;
}

/* Container */
.scroll-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 0;
  background: #111;
  padding: 1rem 0;
  text-align: center;
  z-index: 10;
  border-bottom: 1px solid #444;
}
.sticky-header h1 {
  color: #29ffc6;
  font-size: 2rem;
  text-shadow: 0 0 5px #20e3b2;
}

/* Sections */
article section {
  padding: 4rem 0;
  border-bottom: 1px dashed #444;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
article section h2 {
  font-size: 1.8rem;
  color: #20e3b2;
  margin-bottom: 1rem;
}
article section p {
  font-size: 1.1rem;
  color: #ccc;
}

/* Fade-in animation on scroll */
@media (min-width: 768px) {
  article section.reveal {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c1a919b *//* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #0f0f0f;
  color: #eee;
  line-height: 1.7;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #1a1a1a;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #29ffc6, #20e3b2);
  border-radius: 6px;
}

/* Container */
.scroll-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 0;
  background: #111;
  padding: 1rem 0;
  text-align: center;
  z-index: 10;
  border-bottom: 1px solid #444;
}
.sticky-header h1 {
  color: #29ffc6;
  font-size: 2rem;
  text-shadow: 0 0 5px #20e3b2;
}

/* Sections */
article section {
  padding: 4rem 0;
  border-bottom: 1px dashed #444;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
article section h2 {
  font-size: 1.8rem;
  color: #20e3b2;
  margin-bottom: 1rem;
}
article section p {
  font-size: 1.1rem;
  color: #ccc;
}

/* Fade-in animation on scroll */
@media (min-width: 768px) {
  article section.reveal {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */