/*
 Theme Name:   Hello Elementor Child - Base
 Theme URI:    https://yourwebsite.com/
 Description:  Reusable base child theme for Hello Elementor. Rename "Theme Name" and
               update details below before shipping to a client site.
 Author:       Shakaib
 Author URI:   https://yourwebsite.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child-base
*/

@import url("../hello-elementor/style.css");

/* ==========================================================================
   Add your custom / client-specific CSS below this line.
   Nothing above this point should need to change per-project.
   ========================================================================== */

 /* hover button arrow  */
.butn-hveref .elementor-button-icon {
    transition: transform 0.3s ease;
}

.butn-hveref .elementor-button:hover .elementor-button-icon {
    transform: translateX(5px);
}

.img-hegt .elementor-image-carousel .swiper-slide {
    width: 396px !important;
}
/* image size fit in image carosul */
.img-hegt .elementor-image-carousel .swiper-slide figure {
    width: 396px;
    height: 222px;
    margin: 0;
    overflow: hidden;
}

.img-hegt .elementor-image-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
