
.content-wrapper {
    min-height: calc(100vh - 200px);
    background-color: #497EFB;
}

.contact-section {
    padding: 50px 0;

}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #F8FEF8;
}

.section-title h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 18px;
    opacity: 0.9;
}

.contact-card {
    
    border-radius: 15px;
    padding: 30px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
}

.row {
    height: auto;
    
}



.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    height: 800px;
    margin-top: 50px;
    margin-left: 30px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 15px;
    transition: all 0.3s;    
}

.form-group{
    font-style: italic;        
}



.form-group label {
    font-weight: 600;
    color:#F8FEF8 ;
    margin-bottom: 8px;
}

.h2-contatti{
  color:#F8FEF8 ;  
}

.btn-submit {
    background: linear-gradient(135deg, #9BD0FE 0%, #9BD0FE 100%);
    border:hsl(from color h s l);
    color: #000000;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.contact-info {
    border-top: 2px solid #F8FEF8;
    margin-top: 30px;
    padding-top: 30px;
}

.contact-info h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #F8FEF8;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #F8FEF8;
}

.info-item .icon {
    font-size: 20px;
    margin-right: 12px;
    min-width: 25px;
}

.alert-success {
    border-radius: 8px;
    display: none;
}


@media (max-width: 991px) {
    .map-container {
        height: 400px;
        margin-bottom: 30px;
    }
}



