/* 
Theme Name: S99 Child
Theme URI: https://studio99.sm
Description: S99 Child is a child theme of S99, created by Studio99 team
Author: Studio99 Team
Author URI: https://studio99.sm
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
*/


/*HEDER CUSTOM RESIZE*/

.custom-header {
 
  min-height: 90px !important;
  transition: min-height 0.4s ease !important;
}

.scrolled {
 
  min-height: 80px !important;
}



/*CUSTOKM PADDING MENU MOBILE*/

@media (max-width: 767px) {
    .elementor-16 .elementor-element.elementor-element-f6eae27 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-16 .elementor-element.elementor-element-f6eae27 .elementor-nav-menu__container.elementor-nav-menu--dropdown

 {
        padding-top: 33px !important;
        padding-bottom: 30px !important;
    }
}

/*TEXT GRADIENT BACKGROUND*/

.text-gradient {
  background: radial-gradient(circle, 
    #FFFFFF 30%, 
    #C5DCFF 60%, 
    #C5DCFF 85%, 
    #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.elementor-widget-form .elementor-message {
    color: white !important;
}
