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


/* Forside */
.icon-box{
height: 30px!important;
}

.orange-txt{
color: #F97415!important;
}

.fp-btn-mobile a{
width: 150px!important;
}

.elementor-element-40c54c9{
gap: 10px!important;
}

/* Feature boxes */

.feature-box {
transition:
border-color 0.3s ease,
box-shadow 0.3s ease;
}

.feature-box:hover {
border-color: #F97415 !important;
box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.feature-box:hover {
--border-color: #F97415;
}

.feature-icon-box {
transition: background-color 0.5s ease;
border-radius: 10px;
}

.feature-box:hover .feature-icon-box {
background-color: #F97415 !important;
}

.feature-box:hover .elementor-icon svg {
fill: #ffffff !important;
}

.feature-box:hover .elementor-icon {
color: #ffffff !important;
}

/* Book text item */
.book-hover-item{
background: #f8fafc26;
padding: 5px 15px;
border-radius: 25px;
border: 1px solid #f8fafc50;
}

.book-hover-item {
background: #f8fafc26;
transition: background-color 0.5s ease;
}

.book-hover-item:hover {
background-color: #123163;
}
