/* Hide the toggle icon */
.et_pb_toggle_title:before {
    display: none !important;
}

/* Ensure toggle content is always visible */
.et_pb_toggle_content {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Keep toggles in open state */
.et_pb_toggle {
    padding-right: 20px !important; /* Adjust padding since we're removing the icon */
}

/* Disable pointer events on toggle title to prevent clicking */
.et_pb_toggle_title {
    pointer-events: none;
}

/* Center the social icons */
ul.icons {
    text-align: center !important;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    width: 100%;
}

/* Adjust spacing and style for the icons */
ul.icons li {
    padding: 0.675em 1em;
    margin: 0 auto;
}

/* Make skill bars load instantly without animation */
.et_pb_counter_amount {
    transition: none !important;
    animation: none !important;
}

/* Ensure waypoint animations don't delay the bars */
.et-waypoint {
    opacity: 1 !important;
    animation: none !important;
}
