.about-us {
    padding: 120px 0px 120px 0px !important;
}

#services-section {
    padding: 120px 0px 120px 0px !important;
}

.hero {
    margin-top: 90px;
    padding: 200px 0px 260px 0px !important;
}

#masthead {
    top: 0;
    position: fixed !important;
    width: 100%;
    background-color: white;
}

.footer-container {
    justify-content: center;
}

.elementor-icon {
    font-size: 15px !important;
}

.comment-content p {
    font-size: 20px !important;
}

.comment-content p {
    margin-bottom: 10px !important;
}

.footer-container>div {
    padding: 10px;
}

.elementor-14 .elementor-element.elementor-element-9436279>.elementor-element-populated {
    padding: 55px !important;
}

#testimonials-section>div {
    justify-content: center;
}

.nav-phone {
    width: 210px !important;
}

.phone-nr {
    margin-left: 10px !important;
}

#services-section .icon>svg {
    height: 45px !important;
    width: 49px !important;
}

#facts-section .icon>svg {
    height: 60px !important;
    width: 60px !important;
}

.h-100 {
    height: 100% !important;
}

.f-space-evenly {
    justify-content: space-evenly;
}

.copywrite {
    font-size: 15px;
    text-align: center;
}

#menu-menu-1 a {
    font-size: 15px !important;
}

.testimonial {
    display: none !important;
    text-align: center;
    animation: fadeIn 0.5s ease-in;
}

.testimonial.active {
    display: block !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quote-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 20px;
    opacity: 0.3;
}

.testimonial-text {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.author-info {
    text-align: left;
}

.author-name {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.author-title {
    color: #666;
    font-size: 14px;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.carousel-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--e-global-color-accent);
    width: 30px;
    border-radius: 5px;
}

