/*
Theme Name: LSP Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/





/* Smooth transition */
.nos-competences-card .elementor-heading-title,
.nos-competences-card .elementor-button-text,
.nos-competences-card svg {
  transition: color 0.3s ease, fill 0.3s ease;
}

/* Change heading text on card hover */
.nos-competences-card:hover .elementor-heading-title {
  color: #f4f3ee !important;
}

/* Change button text */
.nos-competences-card:hover .elementor-button-text {
  color: #f4f3ee !important;
}

/* Change arrow icon color */
.nos-competences-card:hover svg {
  fill: #f4f3ee !important;
}
.elementor-widget-n-tabs .e-n-tab-title-text {
	text-transform: none !important;
}

.e-n-tabs-heading .e-n-tab-title {
    transition: transform .25s ease !important;
}

.e-n-tabs-heading .e-n-tab-title:hover,
.e-n-tabs-heading .e-n-tab-title:focus {
    transform: scale(1.08) !important;
	color: #5A6F8E !important;
}


