/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* Styling for phone URLs */

.phone-link-transparent-header a{
    color: #fff!important;
}

.phone-link-regular-header a{
    color: #081C21!important;
}

.phone-link-regular a{
    color: #081C21!important
}

.phone-link-footer a{
    color: #fff!important;
}

/* END of Styling for phone URLs */

/* Hide Re-Captcha badge */
.grecaptcha-badge { 
    visibility: hidden;
}

/* Styling for product cards */

/* Hover animations */
@media (min-width: 1024px) {

    .product-card:hover{
        transform: translateY(-10px);
    }
    
    .product-card:hover .product-image {
        transform: scale(1.02);
    }
    
    .product-card:hover .product-button {
        transform: translateY(5px);
    }

	.product-card:hover .product-button .elementor-button {
		background-color: #206F83 !important;
		border-color: #206F83 !important;
		color: #fff!important;
    }

}

/* Defining transition properties */

.product-card{
    transition: 500ms ease-in-out;
}

.product-image{
    transition: 500ms ease-in-out;
}

.product-button{
    color: #081C21!important;
    transition: 500ms ease-in-out;
}

/* END of Styling for product cards */

/* Hover animations for project cards */

/* Hover animations */
@media (min-width: 1024px) {
	.project-card:hover {
		transform: translateY(-10px);
	}

	.project-card:hover .project-title{
		transform: translateY(-10px);
	}
}
/* Defining transition properties */
.project-card{
    transition: 500ms ease-in-out;
}

.project-title{
    transition: 500ms ease-in-out;
}

.project-card .swiper-slide-image{
	height: 250px;
	object-fit:cover;
}

/* END of Styling for project cards */

/* Custom styling for lightbox on Gutenberg blocks */
.baguetteBox-button {
	background-color: rgba(0, 0, 0, 0)!important;
	border-width: 0px;
}