/* #services-section {
    padding: 120px 0px 120px 0px !important;
} */

.nav-height {
    height: 90px;
}

#wp-page {
    margin-top: 90px;
    /* padding: 200px 0px 260px 0px !important; */
}

.cta-btn {
    display: none;
}

#about-us {
    padding-top: 100px;
}

.cta-btn a {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .cta-btn {
        display: block;
    }

    /* .cta-btn a {
        width: 215px !important;
    } */

    .pt-md-80 {
        padding-top: 80px !important;
    }

    .pb-md-80 {
        padding-bottom: 80px !important;
    }

    .nav-height {
        height: 70px !important;
    }

    #wp-page {
        margin-top: 70px !important;
    }

    #map-section {
        margin-top: 95px;
    }

    .content-container {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 768px) {
    /* .cta-btn a {
        width: 200px !important;
    } */

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }
}

.p-0 {
    padding: 0 !important;
}

#header {
    top: 0;
    position: fixed !important;
    width: 100%;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 99;
    position: relative;
}

.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;
}

.nav-phone {
    width: 190px;
    height: 90px;
    position: absolute;
}


#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;
}

.f-left {
    justify-content: left !important;
}

.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;
}

.contact-left {
    flex-direction: column;
}

.contact-header {
    font-size: 24px !important;
    /* font-weight: 400 !important; */
}

.pl-10 {
    padding-left: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

#working-hours i {
    color: var(--e-global-color-accent) !important;
}

#working-hours .elementor-icon-list-text {
    color: var(--e-global-color-text) !important;

}

#working-hours li {
    padding-bottom: 8px;
}

#contacts {
    padding-top: 40px;
}


#contacts .title {
    font-size: 16px;
}

#contacts i {
    font-size: 25px;
}

.pb-7 {
    padding-bottom: 7px;
}

.form-control {
    margin-bottom: 25px;
    padding: 15px 25px 15px 25px !important;
    border-radius: 10px;
}

.php-email-form {
    padding: 50px;
}


.php-email-form .loading {
    display: none;
    background: white;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.d-block {
    display: block !important;
}

.container-format h2 {
    margin-bottom: 30px;
}

.pricing-row {
    display: flex;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eaeaeb;
    font-size: 16px;
    font-weight: 400;
}

#prices-section h4 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.pricing-row div:first-child { 
    width: 70%;
    color: rgb(13, 13, 13);

}

.pricing-row div:last-child { 
    width: 40%; 
    text-align: end;
    color: var(--e-global-color-text);
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.content-container {
    margin-bottom: 40px;
    padding: 0px 10px 0px 10px;
}

#prices-section .content-container {
    max-width: 768px !important;
}

#policy-section h3 {
    margin-top: 30px;
}