/*!
Theme Name: UWD
Theme URI: https://www.elmotaheda-web.com
Author: karim ramadan
Author URI: https://www.elmotaheda-web.com
Description: Unique theme for UWD company
Version: 1.0.0
License: 
License URI: LICENSE
Text Domain: uwd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.fast-contact-us {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whasapp-link {
    width: 66px;
    height: 66px;
    background-color: #25D366 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    animation: myAnim 2s ease 0s infinite normal forwards;
}

.states-container {
    padding: 80px 20px;
}

.stats {
    display: flex;
    justify-content: space-between;
    color: #333;
    text-align: center;
    width: 100%;
}

.stat-box i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #16acb4;

}

.counter {
    font-size: 40px;
    font-weight: bold;
}

.stat-box p {
    margin-top: 10px;
    font-size: 18px;
}

.bg-white {
    background-color: #fff;
}

.margin-bottom-4 {
    margin-bottom: 4rem;
}

.reviews-section {
    padding: 80px 20px;
    text-align: center;
    background: #f9f9f9;
}

.reviews-section h2 {
    margin-bottom: 40px;
    font-size: 32px;
}

.review-item {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin: 10px;
}

.review-item .avatar {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    margin-bottom: 10px;
    display: inline !important;
}

.review-item p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.review-item h4 {
    margin: 0;
    font-size: 18px;
}

.review-item span {
    font-size: 14px;
    color: #999;
}

.uwd-reviews-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.uwd-reviews-carousel .owl-nav button:hover {
    background: #000 !important;
    color: #fff;
}

.uwd-reviews-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.uwd-reviews-carousel .owl-nav button.owl-next {
    right: -20px;
}

/* icon size */
.uwd-reviews-carousel .owl-nav button span {
    font-size: 28px;
    line-height: 0;
}

@keyframes myAnim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pre-footer {
	background-image: url(assets/img/footer-top-01.svg);
}