@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
.roboto-<uniquifier> {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

*/

/************ Reset & Helpers ***********/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/***************** Variables */
:root {
    /********* --c-brand: #EACE76; */
    --c-brand: #BD1825;
    --c-brand-rgb: 248, 54, 145;
    --c-dark: #344a71;
    --c-purple: #ac1a57;
    --c-darkblue: #2f4858;


    --c-body: #636383;
    --c-light: #f6f6f6;
    --f-main: "Bai Jamjuree", sans-serif;
    --transition: all .4s cubic-bezier(.165, .84, .44, 1);
    --shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}



body {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    color: var(--c-body);
    line-height: 1.7;
    position: relative;
    margin: 0;
    padding: 0;
}



section {
    width: 100%;
    min-height: 100vh;
}

/* body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/body-bg.png') repeat center center;
    background-size: cover;
    opacity: 0.5;
    pointer-events: none;
    z-index: -99999999999999999999999999999999999999999; 
}
*/

.gradient-background {
    background: linear-gradient(to bottom, white, rgb(242, 237, 237));
    /********* Puoi cambiare 'lightgrey' con qualsiasi altro colore che desideri */
}

ol {
    margin-left: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: var(--c-dark);
}

a {
    text-decoration: none;
    color: var(--c-dark);
    transition: var(--transition);
}

a:hover {
    color: var(--c-brand);
}

img {
    max-width: 100%;
}

a.mybtn-9 {
    line-height: 40px;
    text-align: center;
    color: #000
}


a.mybtn-9:before,
a.mybtn-9:after,
a.mybtn-9 span:before,
a.mybtn-9 span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(92, 81, 2, 0.25);
    transition: 0.4s ease-in-out;
}

a.mybtn-9:after,
a.mybtn-9 span:before {
    top: auto;
    bottom: 0;
}

a.mybtn-9 span:before,
a.mybtn-9 span:after {
    transition-delay: 0.4s;
    color: #ffffff !important;

}

a.mybtn-9 span:hover {
    color: #ffffff !important;
}

a.mybtn-9:hover:before,
a.mybtn-9:hover:after,
a.mybtn-9:hover span:before,
a.mybtn-9:hover span:after {
    height: 40px;

}

a.mybtn-9:active {
    background-color: #998703;
}

[class^=mybtn-] {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    max-width: 250px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #998703;
}

a.mybtn-9:hover {
    line-height: 40px;
    text-align: center;
}


.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}


.section-title {
    margin: 0 auto 60px auto;
    color: var(--c-darkblue);
}

.section-title .line {
    width: 60px;
    height: 2px;
    display: inline-block;
}

.section-title>h2 {
    color: var(--c-darkblue);
}

.section-title>h4 {
    font-weight: normal;
}


.section-connector {
    position: relative;
    /********* background-color: #f2f2f2; */
}

.section-connector::after {
    content: '';
    width: 2px;
    height: 100px;
    background-color: var(--c-brand);
    position: absolute;
    top: -50px;
    left: 50%;
}


/********* Btn */

.btn.confirm {
    background-color: #EACE76;
    color: #333;
    padding: 10px 24px;
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
}

.btn.confirm:hover {
    background-color: #b88d0d;
    color: #fff;
    padding: 10px 24px;
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
}


.btn {
    padding: 10px 24px;
    border-radius: 0;
    border-width: 2px;
    font-weight: 500;
}



.btn-brand,
.btn-brand:focus {
    border-radius: 20px;

    background-color: #fff;
    color: #000;
    border: 1px solid #333;
}

.btn-brand:hover {
    border-radius: 20px;

    background-color: #b88d0d;
    color: #fff;
    border: 1px solid #333;
}

#home {
    position: relative;
    overflow: hidden;
    /********* Assicurati che il contenuto non esca dal contenitore */
}

#home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/sea-background.jpg);
    filter: opacity(1.2);
    /********* filter: sepia(4) saturate(5) hue-rotate(-30deg); */
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -999999999999;
    /********* Assicurati che sia dietro al contenuto */
}

/********* 
video {
    width: 100dvw;
    min-height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}


#home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/sea-background.jpg);
    filter: opacity(1.2);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -999999999999;
}

.hero-img {
    background-image: url(../images/hero3.png);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
}


.content {
    position: absolute;
    top: 200px;
    color: white;
    z-index: 1;
    padding-left: 150px;
}
*/


/********* Video background styling */
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.5);
    /********* Scurisce il video */
}

/********* Hero section and text centering */
/* Stile della sezione hero */
/* Reset base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Arial, sans-serif;
}

/* Stile della sezione hero */
.hero-section {
    width: 100%;
    height: 100vh;
    /* Occupa tutta l'altezza dello schermo */
    background-image: url('../../images/bghome.png');
    /* Sostituisci con il tuo URL immagine */
    background-size: cover;
    background-position: center;
    position: relative;
    /* Permette l'utilizzo di elementi posizionati assolutamente */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Aggiungi uno sfondo semitrasparente sopra l'immagine */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* Colore bianco con opacità del 70% */
    z-index: 1;
    /* Si trova sopra l'immagine ma sotto il contenuto */
}

/* Contenitore del testo e del bottone */
.content {
    text-align: center;
    color: #333;
    /* Testo grigio scuro per contrasto */
    position: relative;
    /* Posiziona il contenuto sopra lo sfondo semitrasparente */
    z-index: 2;
    /* Si trova sopra lo sfondo semitrasparente */
    padding: 20px 40px;
    border-radius: 8px;
}

/* Stili per h1 */
.content h1 {
    font-size: 3.5rem;
    margin-bottom: 10px;
    color: var(--c-brand);
}

/* Stili per h2 */
.content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: normal;
    color: var(--c-darkblue);

}

/* Stili per il bottone */
.content .button-hero {
    background-color: #BD1825;
    color: white;
    border: none;
    padding: 20px 30px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.content .button-hero:hover {
    background-color: #e65c4d;
}

/********* Home */
/********* Services */
.service-icon {
    /********* width: 60px;
    height: 60px; */
    background-color: #fff;
    color: white;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#trattamento.row {
    display: flex;
    flex-wrap: wrap;
}

#trattamento.row>[class^='col-'] {
    display: flex;
    flex: 1 0 auto;
    /********* Permette alle colonne di adattarsi e crescere in altezza uniformemente */
}

/********* Stili per .service e contenuti all'interno di #trattamento */
#trattamento .service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#trattamento .service .service-icon img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

/********* #trattamento .service h5,
#trattamento .service p {
    flex-grow: 1;
} */

#trattamento div.text-start p:last-child {
    margin-bottom: 0;
}

#trattamento .custom-link {
    padding-top: 20px;
    margin-top: auto;
    align-self: center;

}

.custom-link-all {
    color: var(--c-brand);
    margin-top: auto;
    align-self: center;
    display: inline-flex;
    align-items: center;
}

.custom-link-all span {
    font-weight: 700;
}

.custom-link-all i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-brand);
    border-radius: 100px;
    color: white;
    margin-left: 6px;
    transition: var(--transition);
}

.custom-link-all:hover i {
    transform: translateX(6px);
}


.box-more {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid var(--c-brand);
    border-radius: 20px;
    background-color: #fff;
    color: var(--c-brand);


}

.trattTop {
    margin-top: 100px
}


.project img {
    height: 450px;
    /********* o una qualsiasi altezza fissa desiderata */
    object-fit: cover;
    width: 100%;

}

.bg-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 60px;
    height: 300px;
    width: 100vw;
    text-align: center;
    /********* Centra il testo orizzontalmente */
}

.bg-hero span {
    font-size: 80px;
    color: white;
    font-weight: bold;
    font-family: "Galada", cursive;
    font-style: normal;
    z-index: 2;
    max-width: 100%;
    box-sizing: border-box;
}

.bg-hero.back-01 .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.5) sepia(50%) opacity(80%);
    z-index: -99;
}



.bg-hero.back-02 .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.5) sepia(50%) opacity(80%);
    z-index: -99;
}

.bg-hero.back-03 {
    margin-bottom: 100px !important;
}

.bg-hero.back-03 .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.5) sepia(50%) opacity(80%);
    z-index: -1;
}

.bg-hero.back-04 .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-04.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.5) sepia(50%) opacity(80%);
    z-index: -1;
}

.bg-hero.back-05 .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    filter: brightness(0.5) sepia(50%) opacity(80%);
    z-index: -1;
}

.bg-hero.back-06 .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.5) sepia(50%) opacity(80%);
    z-index: -1;
}



/********* Stilizza il link "Read More" per assicurarsi che rimanga in fondo */
.custom-link {
    margin-top: auto;
    /********* Spinge automaticamente il link verso il basso */
    align-self: center;
    /********* Centra il link all'interno del suo contenitore flex */
}

.custom-link {
    display: inline-flex;
    align-items: center;
}

.custom-link span {
    font-weight: 700;
}

.custom-link i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-brand);
    border-radius: 100px;
    color: white;
    margin-left: 6px;
    transition: var(--transition);
}

.custom-link:hover i {
    transform: translateX(6px);
}

/********* Project */
.project {
    overflow: hidden;
    position: relative;
}


.project .content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--c-brand);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /********* Cambiato da row (default) a column */
    justify-content: center;
    /********* Allinea verticalmente */
    align-items: center;
    /********* Allinea orizzontalmente */
    text-align: center;
    /********* Assicura che il testo sia centrato */
    padding: 10px;
    /********* Aggiunto un padding per evitare che il testo tocchi i bordi */
}

.project img,
.project .content {
    transition: var(--transition);
}

.project:hover .content {
    top: 0;
}

.project:hover img {
    transform: translateY(-100%);
}

/********* Client */
.client {
    margin-top: -1px;
    margin-left: -1px;
}

.client img {
    opacity: 0.7;
    height: 30px;
}

/********* Resume */
.eduexp {
    position: relative;
}

.eduexp::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: rgba(var(--c-brand-rgb), 0.4);
    position: absolute;
    left: 0;
    top: 0;
}

.eduexp::after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: var(--c-brand);
    position: absolute;
    left: -7px;
    top: 0;
}

#contact .form-control {
    border-radius: 0;
}

#contact .form-control:focus {
    box-shadow: none;
    border-color: var(--c-brand);
}

#contact input.form-control {
    height: 44px;
}

/********* Footer */
footer {
    background-color: var(--c-dark);
    padding-top: 80px;
}

footer h4 {
    color: white;
    margin-bottom: 24px;
}

footer p,
footer li,
footer li a {
    color: rgba(255, 255, 255, 0.7);
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-top: 6px;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-bottom a {
    color: var(--c-brand);
}

.logo {
    width: 150px;
    height: auto"

}

.hero-main {
    /********* color: #955c06; */
    color: #fff;

}

.text-brand {
    color: var(--c-brand);
    font-weight: bold;
    font-style: italic;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;

}

.hero-main-sub {
    /********* color: #955c06; */
    color: #fff;
    font-weight: 100 !important;
}


.navbar {
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
}


figure img {
    width: 100%;
    height: auto;

}

/********** old style css **/

.imgHead {
    object-fit: cover;
    width: 100%;
    height: 300px;
    filter: brightness(0.5);
}

.topText {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.show-pack-link {
    font-size: 14px;
    color: blue;
}


.tratTitle {
    text-decoration: none;
    color: #705706;
    font-size: 16px;
}

.tratTitle:hover {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.tratCat {
    color: #666;
    font-size: 22px;
    font-weight: bold;
}

.tratCat:hover {
    color: #666;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}


.tratMCat {
    color: #847c7c;
    font-size: 15px;
    font-weight: bold;
}

.price {
    font-size: 20px;
}

h2 {
    color: red;
    font-size: 42px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #000;

}

input[type="radio"] {
    transform: scale(1.2);
}

input[class="radio"] {
    transform: scale(1.5);
}



@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.bounce-effect {
    color: #666;
}

.bounce-effect:hover {
    animation: bounce 1s;
    color: red;
}


#signUpForm {
    margin: 40px auto;
    padding: 40px;
    /********* box-shadow: 0px 6px 18px rgb(0 0 0 / 9%); */
    border-radius: 12px;
}


@keyframes blink {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.flash-text {
    animation: blink 1.5s linear infinite;
}


.select-opt-btn {
    background-color: var(--c-brand);
    color: #000;
    font-weight: bold;
}



.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navbar .navbar-nav .nav-link {
    padding: 0 16px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--c-brand);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    padding: 0 16px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 500;
    color: var(--c-dark);
}

.social-icon-top {
    width: 36px;
    height: 36px;
    background-color: var(--c-darkblue);
    color: white;
    border: 2px solid var(--c-darkblue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.social-icon-top:hover {
    background-color: rgb(146, 11, 11);
    color: #fff;
}


.social-icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    color: rgb(146, 11, 11);
    border: 2px solid var(--c-darkblue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.social-icon:hover {
    background-color: rgb(146, 11, 11);
    color: #fff;
}

.social-nav {
    display: inline-flex;
}

.material-symbols-outlined {
    vertical-align: middle;
    margin-left: 4px;
}

.form-header {
    gap: 5px;
    text-align: center;
    font-size: .9em;
}

.form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
    font-size: 17px;
    color: #a3a0a7;
}

.form-header .stepIndicator.active {
    font-weight: 500;
    color: var(--c-brand);

}

.form-header .stepIndicator.finish {
    font-weight: 600;
    color: var(--c-brand);
}

.form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    ;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}

.form-header .stepIndicator.active::before {
    background-color: var(--c-brand);
    border: 3px solid #d5f9f6;
}

.form-header .stepIndicator.finish::before {
    background-color: var(--c-brand);
    border: 3px solid #b7e1dd;
}

.form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}

.form-header .stepIndicator.active::after {
    background-color: var(--c-brand);
}

.form-header .stepIndicator.finish::after {
    background-color: var(--c-brand);
    ;
}

.form-header .stepIndicator:last-child:after {
    display: none;
}


.form-footer {
    padding: 0px 50px;
    overflow: auto;
    gap: 20px;
}

.form-footer button {
    background-color: var(--c-brand);
    border: 1px solid var(--c-brand) !important;
    color: #000;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}

.form-footer button:hover {
    opacity: 0.8;
}

.form-footer #prevBtn {
    background-color: #fff;
    color: var(--c-brand);
}

label {
    font-weight: bold
}

.link-con-sfondo {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    background-color: var(--c-brand);
    text-decoration: none;
    border: 2px solid #ccc;
    padding: 30px 60px;
    border-radius: 20px;
    font-family: "Rock Salt", cursive;
    font-weight: 400;
    font-style: normal;
    position: relative;
    /********* Aggiunto per il posizionamento dell'icona */
    overflow: hidden;
    /********* Assicura che l'animazione rimanga all'interno del bottone */
}

.link-con-sfondo:hover {
    background-color: #7e6309;
    color: #fff;
    font-size: 25px;
    line-height: 25px;

}

.link-con-sfondo:hover:after {
    opacity: 1;
    /********* Rendi l'icona visibile all'hover */
    right: 10px;
    /********* Fine dell'animazione */
}

.link-con-sfondo:after {
    content: '\2192';
    /********* Codice Unicode per l'icona freccia a destra */
    position: absolute;
    opacity: 0;
    /********* Inizialmente nascosto */
    right: -20px;
    /********* Inizia fuori dal bottone */
    top: 0;
    bottom: 0;
    margin: auto;
    /********* Centra verticalmente */
    height: 25px;
    /********* Altezza dell'icona */
    transition: opacity 0.3s, right 0.5s;
    /********* Transizione fluida per opacità e movimento */
    font-size: 25px;
    /********* Dimensione dell'icona */
}

@keyframes bounceBtn {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(20px);
    }
}

.link-con-sfondo:hover:after {
    animation: bounceBtn 1s infinite;
    /********* Applica l'animazione all'icona quando il mouse è sopra */
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

/********** MEDIA QUERIES **/
@media screen and (min-width:580px) and (max-width:968px) {
    .hero-main {
        font-size: 36px;
    }

    .hero-main-sub {
        font-size: 24px;
    }

    .text-brand {
        font-size: 72px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }

}

@media screen and (min-width:968px) and (max-width:1400px) {
    .hero-main {
        font-size: 40px;
    }

    .hero-main-sub {
        font-size: 24px;
    }

    .text-brand {
        font-size: 85px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }

}

@media screen and (min-width:1400px) {
    .hero-main {
        font-size: 75px;
        margin-bottom: -50px !important;

    }

    .hero-main-sub {
        font-size: 65px;
        /********* color: var(--c-brand); */
    }

    .text-brand {
        /********* color: var(--c-brand); */
        font-size: 135px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }

}



@media screen and (max-width:780px) {
    img {
        width: 100% !important;
        height: auto !important;
    }

    ol {
        margin-left: 10px;
    }

    h2 {
        font-size: 20px;
    }

    .logo {
        width: 180px !important;
        height: auto !important;
    }

    .hero-main {
        font-size: 31px;
    }


    .hero-main-sub {
        font-size: 22px;
        color: #fff;
    }


    .text-brand {
        font-size: 52px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    }


    #home2 {
        position: relative;
        top: 40px;
        height: 100vh;
        text-align: center;
        overflow: hidden;
        /********* Assicurati che il contenuto non esca dal contenitore */
    }

    #home2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/hero_bs_sea.jpg);
        filter: opacity(0.9);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        z-index: -1;
        /********* Assicurati che sia dietro al contenuto */
    }

    .content {
        position: absolute;
        top: 200px;
        z-index: 1;
    }

    .section-connector {
        position: relative;
    }

    .section-connector::after {
        content: '';
        width: 2px;
        height: 40px;
        background-color: var(--c-brand);
        position: absolute;
        top: -50px;
        left: 50%;
    }

    .navbar {
        z-index: 999;
        background-color: #fff;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 9%);
    }

    .form-header .stepIndicator {
        position: relative;
        flex: 1;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .link-con-sfondo {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        background-color: var(--c-brand);
        text-decoration: none;
        border: 2px solid #ccc;
        padding: 10px 20px;
        border-radius: 20px;
        font-family: "Rock Salt", cursive;
        font-weight: 400;
        font-style: normal;
        position: relative;
        /********* Aggiunto per il posizionamento dell'icona */
        overflow: hidden;
        /********* Assicura che l'animazione rimanga all'interno del bottone */
    }

    .link-con-sfondo:hover {
        background-color: #7e6309;
        color: #fff;
        font-size: 16px;
        line-height: 18px;

    }

    .link-con-sfondo:hover:after {
        opacity: 1;
        /********* Rendi l'icona visibile all'hover */
        right: 10px;
        /********* Fine dell'animazione */
    }

    .link-con-sfondo:after {
        content: '\2192';
        /********* Codice Unicode per l'icona freccia a destra */
        position: absolute;
        opacity: 0;
        /********* Inizialmente nascosto */
        right: -20px;
        /********* Inizia fuori dal bottone */
        top: 0;
        bottom: 0;
        margin: auto;
        /********* Centra verticalmente */
        height: 25px;
        /********* Altezza dell'icona */
        transition: opacity 0.3s, right 0.5s;
        /********* Transizione fluida per opacità e movimento */
        font-size: 18px;
        line-height: 18px;
    }



    #signUpForm {
        background-color: #ffffff;
        margin: 10px auto;
        padding: 10px;
        /********* box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
                border-radius: 12px; */
    }

    .tratTitle {
        text-decoration: none;
        color: #705706;
        font-size: 14px;

    }

    .tratTitle:hover {
        text-decoration: none;
        color: #000;
        font-size: 14px;
    }

    .tratCat {
        color: #666;
        font-size: 18px;
        font-weight: bold;
    }

    .show-pack-link {
        font-size: 13px;
        color: blue;
    }

    .price {
        font-size: 16px;
    }

    .bg-hero {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 20px;
        height: 150px;
        width: 100vw;
        text-align: center;

    }

    .trattTop {
        margin-top: 40px
    }

    .bg-hero span {
        font-size: 40px;
    }

    .form-footer {
        padding: 0px;
        margin: 0px;
        overflow: auto;
        gap: 5;
    }

    .form-footer button {
        padding: 5px 10px;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 16px;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: var(--c-dark);
    }
}



/********** TRATTAMENTI CAROUSEL **/
.testimTitle {
    color: #ed9818;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    width: auto;
    padding: 9px 15px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

.testimonial-cv {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: var(--c-brand);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);

}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 17px;
    border-radius: 50%;
    object-fit: cover;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--c-brand);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--c-brand);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/********** END MEDIA QUERIES **/
button.accordion-button {
    background-color: var(--c-brand) !important;
    color: #000 !important;
    font-weight: bold;
}

button.accordion-button.collapsed {
    background-color: var(--c-brand) !important;
    color: #000 !important;
    font-weight: bold;
}

button.accordion-button.initial-collapsed {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold;
}

.scrolled-to {
    margin-top: 600px;
    /********* Margine una volta scrollato */
}


/********* Stili per il loader */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /********* Colore di sfondo semi-trasparente */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /********* Assicurati che il loader sia sopra tutti gli altri elementi */
}


.container-vote {
    background-color: #fff;
    margin-bottom: 80px;
}

.main-vote {
    margin-top: 150px;
    border-radius: 30%;

}

.star-rating {
    display: inline-block;
    font-size: 2rem;
    position: relative;
}

.star-rating .stars {
    display: flex;
    cursor: pointer;
    position: relative;
}

.star-rating .stars i {
    color: #ddd;
    position: relative;
}

.star-rating .stars i.bi-star-fill,
.star-rating .stars i.bi-star-half {
    color: #ffc107;
}

.star-rating .tooltip {
    position: absolute;
    top: -2rem;
    left: 0;
    font-size: 1rem;
    background: #000;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    display: none;
    pointer-events: none;
    transform: translateX(-50%);
}

.star-rating .tooltip.show {
    display: block;
}

.vote {
    font-size: 14px !important;
}


div.div-offers {
    height: 200px;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.offers_items {
    margin-top: 90px !important;
}

.offers_col {
    margin-bottom: 83px;
}

.offers_image_container {
    width: 100%;
    height: 100%;
}

.offers_image_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.offer_name {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 90%;
    height: auto;
    background: #fa9e1b;
    /********* overflow: hidden; */
}

.offer_name a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    padding-left: 22px;
}

.offers_price {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #eda84a;
    line-height: 15px;
}

.offers_price span {
    font-size: 20px;
    font-weight: 400;
    color: #929191;
    margin-left: 12px;
}

.offers_rating i::before {
    font-size: 18px;
    margin-right: 2px;
}

.offers_text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 16px;

    text-align: justify;
}

img {
    vertical-align: middle;
    border-style: none;
}

/********* .offers_link {
    position: relative;
    top: 100px;
} */

.offers_link a {
    font-size: 12px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase;
    transition: all 200ms ease;
}

.offers_link a:hover {
    color: #fa9e1b;
}

@media only screen and (max-width: 991px) {
    .offers_image_container {
        height: 708px;
    }

    .offers_content {
        margin-top: 40px;
    }
}


p {
    padding: 0px !important;
    margin: 0px !important;
    color: #000 !important;

}