/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Home CSS - Start */
.home-banner:before {
    content: "";
    position: absolute;
	inset: 0;
    background: linear-gradient(115deg, #001d7beb 27%, #001d7b5c 63%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    pointer-events: none;
    border-radius: inherit;
}
.home-banner  .swiper-slide-contents {
    z-index: 9;
}
.e-font-icon-svg.e-eicon-play {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}
.testimonials img {
    max-width: 150px;
}
.elementor-widget-testimonial-carousel .swiper-slide {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.home-banner .swiper-slide-contents {
    max-width: 1180px !important;
    margin: 0 auto;
}
@media screen and (max-width: 1180px) and (min-width: 1025px) {
.banner-icons h3 {
    font-size: 22px !important;
}
}

@media only screen and (min-width: 1025px) {
	.home-banner .elementor-slide-description {
		max-width: 50%;
	}
}
/* Home CSS - End */

/* Gallary CSS - Start */
.gallery-sec .elementor-gallery__titles-container {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 10px;
}
.elementor-widget-video-playlist .e-tabs-wrapper {
    width: unset !important;
}
.video-sec .e-tabs-header-right-side {
    display: none !important;
}
/* Gallary CSS - End */

.job-application-form input[type=date] {
    min-height: 47px !important;
}