.blue_band{
    width: 395px !important;
}

.blue_band p{
    margin-bottom: 0 !important;
}

.hero{
    height: 900px !important;
}

.form_btn{
    display: block !important;
    position: absolute;
    bottom: -60px;
}

a {
    text-decoration: inherit !important;
}

a:hover {
    color: inherit !important;
}

.text-container p{
    display: none !important;
}

.text-container{
    display: block;
    position: relative;
}

/* Regione */

.orange-cont{
    background-color: #F18000;
    border-radius: 0 0 25px 25px;
    margin-top: 0 !important;
    padding: 50px 0;
}

.orange-cont img{
    margin: 0 auto;
}

.orange-cont select {
    width: 250px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: white;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.regione-btn {
    background-color: #F18000;
    border: none;
    border-radius: 25px;
    padding: 15px;
    width: 300px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
}

/* Carosello */

.slider{
    margin-top: 80px;
}

.regione-img {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(0.95);
    pointer-events: none;
    width: 80%;
    max-width: 380px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.regione-img.active {
    opacity: 1;
    pointer-events: auto;
}

.regione-btn-dsk.my-active-btn {
    background-color: #007784;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.italy-map-main{
    width: 80%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    max-width: 380px;
}

/* .professional-section .text-content {
    padding-top: 60px;
    color: var(--bg-light);
} */

.professional-section .card {
    position: relative;
    align-items: center;
    background-color: transparent;
    border: none;
}

.professional-section .card-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding-right: 10px;
    z-index: 1000;
    background-color: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.professional-section .card-body{
    width: 80%;
    background-color: var(--bg-light);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    top: -40px;
    padding-top: 50px;
}

.professional-section .card-body p {
    line-height:20px; 
    font-size: 1.6rem;
    font-weight: 400;
}
.professional-section .card-body::before {
    content: "";
    position: absolute;
    top: -10px; /* Moves border up */
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--bg-light); 
}
.professional-section .owl-nav {
    position: relative;
    top: -265px;
    display: flex;
    justify-content: space-between;
}

.professional-section .owl-dots {
    display: flex;               
    justify-content: center;  
    margin-top: 20px;    
    margin-bottom: 20px;  
}

.professional-section .owl-dot span {
    width: 12px;         
    height: 12px;
    background-color: #e3e3e3;  
    display: block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Pallino attivo */
.professional-section .owl-dot.active span {
    background-color: var(--theme-color);  /* Colore selezionato */
}

#carousel {
    background-color: #e5e5e5;
    border-radius: 0px 0px 25px 25px;
}

.btn-theme {
    width: fit-content;
    background-color: var(--theme-color) !important;
    color: var(--bg-light) !important;
    padding: 10px 30px !important;
    border-radius: 20px !important;
}

/* Media Queries */

@media (min-width : 1200px){
    .hero{
        height: 700px !important;
    }

    .form_btn{
        left: 50%;
        transform: translate(-50%, 0);
    }

    .my-text-title{
        height: 250px !important;
    }

    .img-region-container{
        bottom: 0;
        right: 0;
        width: 250px !important;
    }

    .regione-btn-dsk{
        background-color: #F18000;
        border: 2px solid #F18000;
        border-radius: 25px;
        padding: 10px 0;
        font-size: 20px;
        margin: 10px 0;
    }
    
    .my-active-btn{
        background-color: #0F7782;
        font-weight: 600;
    }

    .regione-img {
        max-width: 550px;
    }

    .italy-map-main{
        max-width: 550px;
    }

}