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



/*BLOCK HORIZONTAL SCROLL*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}



/*Blur Background*/
.blur-bg {backdrop-filter: blur(20px);
}

/*Header effect*/

.custom-header {
	backdrop-filter: blur(32px);
}

/*Scrolling padding*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px; 
}


/*button promo section home*/

.button-container { display: flex; justify-content: center;  
    align-items: center;      
          
}

.button {
    padding: 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin: 0 10px;  
    transition: all 0.3s ease;  
}


.white-button {
    background-color: white;
    color: black;
}

.white-button:hover {
    background-color:
    #F7563C;
    color: #fff;
}

.black-button {
    background-color: black;
    color: white;
}

.black-button:hover {
    background-color:
    #F7563C;
    color: #fff;
}


/*CARD HOVER*/

.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: 'Sora', sans-serif;
}


.card { backdrop-filter: blur(20px);
    background-color: #fcfcfcb3;
    border-radius: 30px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    align-items: center;
    margin: 10px;
	}

.card:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFAF24;
  color: #fff;
  padding: 20px;
  font-size: 40px;
  border-radius: 20%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.card-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  color: #000;
}

.card-text {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/*CARD RESPONSIVE*/

@media (max-width: 1024px) {
  .card {
    flex: 1 1 calc(33.333% - 20px); 
  box-sizing: border-box;
  padding: 10px;
  }
}


@media (max-width: 760px) {
  .card {
    flex: 1 1 calc(100% - 20px); 
  box-sizing: border-box; 
  padding: 10px;
  }
}


/*HEADER CUSTOM*/

.elementor-nav-menu--dropdown
{
  height: 100vh;
  display: flex;
  justify-content: center; 
  align-items: center;    
  height: 100vh; 
    
}

.elementor-55 .elementor-element.elementor-element-5d13f4e2 div.elementor-menu-toggle:hover {
    color: #131313;
}

.elementor-55 .elementor-element.elementor-element-5d13f4e2 .elementor-nav-menu--dropdown a:hover, .elementor-55 .elementor-element.elementor-element-5d13f4e2 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-55 .elementor-element.elementor-element-5d13f4e2 .elementor-nav-menu--dropdown a.highlighted, .elementor-55 .elementor-element.elementor-element-5d13f4e2 .elementor-menu-toggle:hover {
    color: #ff5520;
}

.elementor-55 .elementor-element.elementor-element-5d13f4e2 .elementor-nav-menu--dropdown a:hover, .elementor-55 .elementor-element.elementor-element-5d13f4e2 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-55 .elementor-element.elementor-element-5d13f4e2 .elementor-nav-menu--dropdown a.highlighted {
    background-color: #ffffff;
}


/*CUSTOM CONTACT FORM*/

.elementor-28 .elementor-element.elementor-element-dd013ed .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    background-color: #FFFFFF05;
    border-color: #747474;
    border-bottom: 1px solid black !important;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px;
}


/*COLUMN FUNZIONALITA*/

.left-column,
.right-column {
  width: 100%; 
}


@media (max-width: 768px) {
  .container {
    flex-direction: column; 
  }
  
  .right-column {
    order: -1; 
  }
}

/*COOKIE POLICY*/

#cmplz-document { max-width: 100% !important; }

#cmplz-document p, #cmplz-document li { font-size: 16px !important; }


/*HIDEN MENU DESKTOP*/

@media (min-width: 1024px) {
    .menu-item-1905 {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .menu-item-1905 {
        display: block !important;
    }
}