section > .container, section > .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse {
    visibility: visible;
}
.hero-wave {
    background-image: url('../images/for-hero.jpg');
    background-size: cover;
    background-position: center;
}
.transparency-section {
    background-image: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.6)), url('../images/for-trans.jpg');
    background-size: cover;
    background-position: center;
}
.custom-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%237c3aed'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
}
input:focus, select:focus {
    outline: none;
    border-color: #7c3aed;
}
.custom-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #7c3aed;
    border-radius: 4px;
    position: relative;
}
.custom-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox:checked {
    background-color: #7c3aed;
}
.testimonial-slider {
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.testimonial-slider::-webkit-scrollbar {
    display: none;
}
.faq-item[open] .faq-icon {
    transform: rotate(180deg);
}