/*
 Theme Name:     Divi Child Eurowindows
 Theme URI:      
 Description:    Divi Child Theme
 Author:         KiGi
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
  scrollbar-color: #2b66b4 #ffffff;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
} */
#page-container {
  overflow-y: visible !important;
}
.tick-space {
  margin-right: 10px;
  color: #5ca815;
  font-weight: bold;
  font-size: 22px;
}
.tick {
  font-size: 16px;
  font-weight: normal;
}
.step {
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #2b66b4;
  color: #ffffff;
  padding: 1rem;
}
.step-number {
  font-size: 2.5rem;
}
p {
  font-size: 16px;
}
.et_pb_toggle_title {
  background-color: #2b66b4;
  color: #fff;
  padding: 15px !important;
}
