/**
Theme Name: Aghadi Infotech Theme
Author: Aghadi Infotech
Author URI: https://aghadiinfotech.com/
Description: Aghadi Infotech theme extending Astra Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aghadi-infotech-theme
Template: astra
*/

button,
.ast-button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
 box-shadow: none !important;
}

@keyframes fadeInRight { 
from {
 opacity: 0;
 transform: translate3d(50px, 0, 0)
}

to {
 opacity: 1;
 transform: none
}
}

@keyframes fadeInLeft {
from {
 opacity: 0;
 transform: translate3d(-50px, 0, 0)
}

to {
 opacity: 1;
 transform: none
}
}

@keyframes fadeInUp {
from {
 opacity: 0;
 transform: translate3d(0, 50px, 0)
}

to {
 opacity: 1;
 transform: none
}
}

.dialog-lightbox-widget .elementor-slideshow__title {display: none;}
.roofing-gallery1 .uael-grid-img-thumbnail img {height: 310px;object-fit: cover;}
.roofing-gallery1 .uael-img-carousel-wrap ul.slick-dots li {width: 15px;}
.roofing-gallery1 .uael-img-carousel-wrap .slick-arrow {background: #ffffff !important;padding: 5px 13px;width: auto;margin: 0 5px;}
.our-services .elementor-cta__description {display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {transform: scale(1.1);}
.elementor-widget-uael-video:hover .uael-video__play-icon svg {fill: #e9b7b7 !important;}
.blog-post-main .uael-post__bg-wrap {border-radius: 10px !important;}
.blog-post-main .uael-post__thumbnail {border-radius: 10px 10px 0 0;}
body.single-post .elementor-location-footer .elementor-element.e-con.e-parent {border-color: #ececec !important;}
.elementor-lightbox .elementor-swiper-button svg {background: #A62D2D;padding: 2px;}
.elementor-lightbox .elementor-lightbox-image {border: 2px solid #fff !important;border-radius: 10px !important;}

.e-gallery-item.elementor-gallery-item {
    background-color: #e9e9e9;
}

.cpel-switcher__nav a {
    border-radius: 100px;
    padding: 2px 6px;
}
 
 .cpel-switcher--layout-dropdown .cpel-switcher__list {
    box-shadow: 0px 2px 4px 3px rgb(0 0 0 / 19%);
    border-radius: 100px;
}
