/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


@media (min-width: 1024px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 768px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.about-content{
    position: relative;
}
.about-content:before{
    position: absolute;
    content: '';
    width: .25rem;
    height: 100%;
    left: 0;
    top: 0;
background: linear-gradient(180deg,rgba(217, 165, 32, 1) 0%, rgba(20, 41, 82, 0.3) 50%, rgba(252, 176, 69, 0) 100%);
}

.service-icon{
    backdrop-filter: blur(4px);
}
.service-box{
    overflow: hidden;
    transition: all 600ms !important;
    transition: all backgorund-size 0.8s ease !important;
     background-size: 100% !important;
}
.service-box:hover {
    background-size: 105% !important;
}


.team-box .gallery-item-thumbnail-wrap {
    overflow: hidden;
}

.team-box .gallery-item-thumbnail {
    transition: transform 0.4s ease-in-out;
    transform: scale(1);
}

.team-box .eael-gallery-grid-item:hover .gallery-item-thumbnail {
    transform: scale(1.05);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    border: 1px solid #E0E4EB;
    box-shadow: none;
}

.wpcf7 input[type="submit"] {
    width: 100%;
    display: block;
}

.wpcf7 p {
    margin-top: 6px;
}

.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.wpcf7 .form-btn {
    background-color: #e84030;
    color: #ffffff;
    border: none;
	border-radius: 0.5rem;
}


.wpcf7 .form-btn:hover {
    background-color: #E84030E8;
    color: #ffffff;
}

@media (max-width: 767px) {
	.team-box .gallery-item-thumbnail-wrap {
    height: 260px !important;
}
	
	.team-box .fg-item-title {
    margin-top: 150px !important;
}
}