
body, html {
    overflow-x: hidden;
}

.home-form .elementor-field-group.elementor-field-type-submit button {
    max-width: 215px;
    margin: auto;
    padding: 14px 10px;
      transition: transform 0.25s ease;
      cursor: pointer;
}
.home-form .elementor-field-group.elementor-field-type-submit button:hover {
    transform: scale(1.05); /* Slight zoom on hover */
        background-color: #11497B !important;
}

.home-form .elementor-field-group.elementor-field-type-submit {
margin-top: 80px;
}

.home-form .elementor-field-subgroup .elementor-field-option label {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.8px;
    font-family: 'Open Sans', sans-serif;
}
.home-form .elementor-message {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
}
.home-form .elementor-field::placeholder {
    color: #0B2943;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
    font-weight: 400;
    line-height:20px;
}
.home-form .elementor-field-type-acceptance {
    margin-bottom: 0 !important;
}

.home-form .elementor-field-subgroup .elementor-field-option label span {
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.7px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}


.home-image-box .elementor-image-box-title {
    margin-top: 0;
}

.home-image-box .elementor-image-box-wrapper {
    background: #fff;
    border-radius: 38px;
    padding: 17px 16px;
    box-shadow: 0px 23px 56px #00000017;
}

.home-slider  .slick-list {
    overflow: visible;
}


 .home-slider  .slick-slide {
      margin: 0 25px;
  }


.home-slider   .slick-list {
      margin: 0 -25px;
  }

.home-slider .slick-track
{
    display: flex !important;
}

.home-slider  .slick-slide
{
    height: inherit !important;
}
.home-slider .elementor-image-box-title {
    padding: 0 30px;
    line-height:30px !important;
    height:60px;
}
.home-slider .home-image-last .elementor-image-box-title {
    padding: 0;
}
.home-image-last .elementor-image-box-wrapper {
    height: 100%;
}

.home-image-last .elementor-image-box-content {
    height: 100%;
    background: #154A7A;
    border-radius: 30px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-image-last  .elementor-image-box-description {
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans' ,sans-serif;
    font-size: 21px;
    gap: 10px;
}

.home-image-last  .elementor-image-box-description a {
    font-size: 0;
    padding: 13px 30px;
    border: 2px solid #fff;
    width: max-content;
    border-radius: 20px;
    position: relative;
}

.home-image-last  .elementor-image-box-description a:after {
    position: absolute;
    content: 'aaaa';
    width: 20px;
    height: 20px;
    left: 0;
}
.home-image-last .elementor-image-box-description a:after {
    content: "";
    position: absolute;
    top: 55%;
    right: 6px;
    left: auto;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-image: url("/wp-content/uploads/2025/11/freccia.svg");
}


.header-logo .elementor-widget-theme-site-logo {
    position: relative;
    z-index: 1; /* ensure this element is above background elements */
}

.header-logo .elementor-widget-theme-site-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #08243db3;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    opacity: 1;
    z-index: -1; /* put overlay behind the logo */
    pointer-events: none;
}
.home-form  .elementor-field-type-acceptance {
    padding-bottom: 15px !important;
}

@media screen and (max-width:768px) {
     .home-slider  .slick-slider {
      display: block !important;
  }
    
}