/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


.full-width-section {
    width: 100vw; /* Occupa tutta la larghezza dello schermo */
    margin: 0;
    padding: 50px 20px;
    background: #f5f5f5;
    text-align: center;
}
.full-width-section h2 {
    font-size: 28px;
    color: #333;
}
.full-width-section p {
    font-size: 18px;
    color: #666;
}




.container_single_prod_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1c2e34;
    color: white;
    padding: 0;
    margin-bottom: 70px;
}

.container_single_prod_banner .text {
    padding: 70px;
    width: 50%;
}

.container_single_prod_banner .text h3 {
    font-size: 24px;
    margin-bottom: 35px !important;
}

.woocommerce .container_single_prod_banner button.trigger_cf {
    display: inline-block;
    background-color: #009353;
    border-color: #009353;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    cursor: pointer;
    transition:0.4s all linear;
}

.woocommerce .container_single_prod_banner button.trigger_cf:hover,.woocommerce .container_single_prod_banner button.trigger_cf:focus {
    transform:scale(1.08);
    background-color: #e1e1e1;
    border-color: #009353;
    color: #009353;
}


#loadmonth {
  display: inline-block;
  background-color: #009353;
  border-color: #009353;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 18px;
  cursor: pointer;
  transition:0.4s all linear;
  
}

#loadmonth:hover,#loadmonth:focus {
  transform:scale(1.08);
  background-color: #e1e1e1;
  border-color: #009353;
  color: #009353;
}



.container_single_prod_banner .image {
    width: 50%;
}

.container_single_prod_banner .image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}



@media (max-width: 768px) {

    .container_single_prod_banner .image {
        width: 100%;
    }
    .container_single_prod_banner .text {
        padding: 70px;
        width: 100%;
    }
    .container_single_prod_banner  {
        flex-direction: column;
        text-align: center;
    }

    .container_single_prod_banner .text {
        padding: 20px 10px;
    }
}



.page-id-21282 .container_single_prod_banner button.trigger_cf {
  margin-top:60px;
  display: inline-block;
  background-color: #009353;
  border-color: #009353;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 18px;
  cursor: pointer;
  transition:0.4s all linear;
}

.page-id-21282 .container_single_prod_banner button.trigger_cf:hover,.page-id-21282 .container_single_prod_banner button.trigger_cf:focus {
  transform:scale(1.08);
  background-color: #e1e1e1;
  border-color: #009353;
  color: #009353;
}



.cal_wrapper{
    width: 450px;
    height: fit-content;
    max-width:100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    padding-bottom:30px;
  }
  .cal_wrapper header{
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
  }
  header .icons{
    display: flex;
  }
  header .icons span{
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
  }
  .icons span:last-child{
    margin-right: -10px;
  }
  header .icons span:hover{
    background: #f2f2f2;
  }
  header .current-date{
    font-size: 1.45rem;
    font-weight: 500;
  }

.calendar {padding:20px;}
  
  .calendar ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
  }
  .calendar .days{
    margin-bottom: 20px;
  }
  .calendar li{
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
  }
  .calendar .weeks li{
    font-weight: 500;
    cursor: default;
  }
  .calendar .days li{
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
  }
  .days li.inactive{
    color: #aaa;
  }
  .days li.active{
    color: #fff;
  }
  .days li::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .days li.active::before{
    background: #009353;
  }
  .days li:not(.active):hover::before{
    background: #f2f2f2;
  }



.result_calendar .month {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.result_calendar .month span {
    color: gold;
    font-size: 1.5em;
}
.result_calendar .date {
    display: flex;
    align-items: center;
    min-height:100px;
    margin-top: 20px;
}
.result_calendar .date-number {
    font-size: 2em;
    font-weight: bold;
    color: #666;
    margin-right: 10px;
}
.result_calendar .date-text {
    font-size: 1.5em;
    font-weight: bold;
    color: #666;
    position:relative;
    margin-right:30px;
}
.result_calendar .date-text:after{
  content:'';
  width: 4px;
    background-color: green;
    height: 100px;
    position: absolute;
    right:-15px;
    top:0;
    transform:translateY(-35px);
}
.result_calendar .line {
    /* width: 4px;
    background-color: green;
    height: 100px;
    margin: 0 10px; */
}
.result_calendar .events {
    display: flex;
    flex-direction: column;
}
.result_calendar .event {
    color: #666;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.result_calendar{
  width: calc(100% - 449px);
  padding-left: 40px;
}

.calendar_row{
  display: flex;
  margin-bottom:60px;
}

.result_calendar .annot{
  text-align: center;
  margin: 20px;
  font-size: 23px;
}

@media (max-width:991px){
  .calendar_row {
    flex-direction: column;
  }
  .days li::before {
    height: 30px;
    width: 30px;
  }
  .result_calendar {
    width: 100%;
    padding-left: 0;
    margin-top:40px;
	  margin-left:-10px;
  }
  .calendar li{
    font-size:0.8rem
  }
}




.container_single_prod_banner_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1c2e34;
  color: #1c2e34;
  padding: 0;
  margin-bottom: 0px;
  position:relative;
  padding-top:40px;
  padding-bottom:40px;
}
.container_single_prod_banner_bottom:before{
  content:'';
  position: absolute;
  left:-10000px;
  right:-10000px;
  top:0;
  bottom: 0;
  background-color: #f4ca54;
}




.container_single_prod_banner_bottom .text {
  padding: 70px;
  width: 50%;
  z-index:9;
}

.container_single_prod_banner_bottom .text h3 {
  font-size: 24px;
  margin-bottom: 35px !important;
}

.woocommerce .container_single_prod_banner_bottom .button {
  display: inline-block;
  background-color: #eb783a;
  border-color: #eb783a;
  color: white;
  padding: 12px 20px;
  
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  padding-left: 40px;
  padding-right:40px;
  font-size: 18px;
  cursor: pointer;
  transition:0.4s all linear;
}

.woocommerce .container_single_prod_banner_bottom .button:hover,.woocommerce .container_single_prod_banner_bottom .button:focus {
  transform:scale(1.08);
  background-color: #e1e1e1;
  border-color: #eb783a;
  color: #eb783a;
}

.container_single_prod_banner_bottom .image {
  width: 50%;
  z-index:9;
}

.container_single_prod_banner_bottom .image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.cal_tipo_formazione{
  text-transform: capitalize;
  font-weight: 700;
}



@media (max-width: 768px) {

  .container_single_prod_banner_bottom .image {
      width: 100%;
  }
  .container_single_prod_banner_bottom .text {
      padding: 70px;
      width: 100%;
  }
  .container_single_prod_banner_bottom  {
      flex-direction: column;
      text-align: center;
  }

  .container_single_prod_banner_bottom .text {
      padding: 20px 10px;
  }
}


.single-product .jupiterx-main-content{padding-bottom:0 !important}
.single-product section.elementor-section.elementor-top-section.elementor-element.elementor-element-04e4b17.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.jet-parallax-section{
  margin-top:0 !important;
}





.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  width: 30%;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  text-align: center;
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.modal .close:hover {
  color: black;
}




body.page-id-21282 #responsive-form {
  max-width: 800px;
  width:100%;
  margin: 0px auto;
  
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  
  font-family: 'Barlow';
}

body.page-id-21282 .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width:100%;
  margin-bottom: 10px;
}

body.page-id-21282 .column-half {
  flex: 1 1 48%;
}

body.page-id-21282 .column-half p{
  margin-bottom:0
}

body.page-id-21282 .column-full {
  flex: 1 1 48%;
}

body.page-id-21282 .column-full p{
  margin-bottom:0
}

body.page-id-21282 label {
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  color: #333;
}

body.page-id-21282 .modal-content{box-shadow: none;}

body.page-id-21282 input[type="text"],
body.page-id-21282 input[type="email"],
body.page-id-21282 input[type="tel"],
body.page-id-21282 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

body.page-id-21282 input[type="text"]:focus,
body.page-id-21282 input[type="email"]:focus,
body.page-id-21282 input[type="tel"]:focus,
body.page-id-21282 textarea:focus {
  border-color: #007BFF;
  outline: none;
}

body.page-id-21282 input[type="submit"] {
  background-color: #007BFF;
  color: white;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

body.page-id-21282 input[type="submit"]:hover {
  background-color: #0056b3;
}

body.page-id-21282 .wpcf7-spinner {
  margin-left: 10px;
  vertical-align: middle;
}

body.page-id-21282 .wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  display: none;
}

body.page-id-21282 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  display: block;
}

body.page-id-21282 .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  display: block;
}

@media (max-width: 600px) {
  body.page-id-21282 .column-half {
    flex: 1 1 100%;
  }
}



