/* 
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 */

.img-aniMatn img {
  transition: transform 0.7s ease;
}

.img-aniMatn:hover img {
  transform: scale(1.02);
}

.cs-bold strong {
    color: var(--e-global-color-accent);
}

.spn-bghead h2.elementor-heading-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.spn-bghead h2.elementor-heading-title span {
    background: rgb(234 88 12);
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    font-size: 18px;
}

.cont-bx-mater:hover {
    transform: translateY(-5px);
    border-color: var(--e-global-color-primary) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

.news details.e-n-accordion-item {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.news span.e-n-accordion-item-title-icon span {
    width: 40px !important;
    height: 40px !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.news span.e-closed {
    background: #eff6ff;
}

.news span.e-closed svg {
    fill: rgb(29 78 216) !important;
}

.news span.e-opened {
    background: rgb(29 78 216);
}

.news span.e-opened svg {
    fill: white !important;
}

.news summary.e-n-accordion-item-title {
    column-gap: 30px !important;
}

.Tem-brdr-bx:hover {
    border-color: #93c5fd !important;
    transform: translateY(-5px);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.privay .elementor-widget-text-editor strong {
    font-size: 20px;
    color: #0f172a;
    font-weight: 700;
    font-family: 'Outfit';
    display: block;
    margin-bottom: 12px;
}

.privay .elementor-widget-text-editor p {
    margin-bottom: 30px !important;
}



/* START MEDIA QURIES */

@media screen and ( min-width: 769px) {
	
	.mobile-menu {
		display: none !important;
	}
	
}

@media screen and ( max-width:768px ) {
	
	.desktop-menu {
		display: none !important;
	}
	
}