.hero{
    width:100%;
    height:100%;
    background-image:url('pictures/linkedin-sales-solutions-46bom4lObsA-unsplash.jpg');
    background-size:cover;
    display:flex;
    align-items:center;
    padding-left: 80px;
    padding-top: 40px;
    }
    
    .hero-card{
    width:631px;
    height:562px;
    background:rgba(255,255,255,0.8);
    border-radius:30px;
    padding:80px;
    box-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .hero-title{
    font-family:'Fredoka';
    font-weight:bold;
    font-size:50px;
    color: #DA3B80;
    margin-top: 80px;
    }
    
    .hero-text{
    font-size:20px;
    margin-top:20px;
    line-height:1.6;
    color: #333333;
    }

.contact-info {
    background-image: url('pictures/Rectangle\ 219.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%; 
    padding: 80px 60px; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap; 
}
 
    .info-box{
    text-align:center;
    }
    
    .info-circle{
    width: 218px;
    height: 218px;
    background:#FFF7EE;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .info-circle img{
    width: 84px;
    height:84px;
    }

    .contact-form-section {
        display: flex;
        width: 100%;
    }
    
    .form-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
        padding: 80px 60px;
        box-sizing: border-box;
        background-image: url('pictures/Rectangle\ 114.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.form-title {
    font-family: 'Fredoka';
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    margin-bottom: 30px;
}

.contact-form-section-card {
    background: #f0f0f0;
    border-radius: 40px;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.form p {
    font-family: 'Didact Gothic';
    font-size: 32px;
    margin-bottom: 8px;
    color: #333333;
}

.form input,
.form textarea {
    width: 100%;
    padding: 18px;
    margin-bottom: 20px;
    border-radius: 40px;
    border: none;
    background: #50B7E8;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.form textarea {
    height: 80px;
    resize: none;
    border-radius: 20px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.form p {
    align-self: flex-start;
}

.form input,
.form textarea {
    align-self: stretch;
}

.sendbtn {
    padding: 15px 50px;
    border: none;
    border-radius: 40px;
    background: #A2CF62;
    color: #333333;
    font-family: 'Didact Gothic';
    font-size: 24px;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
    
    .form-left {
        flex: 1;
        min-width: 0;
        padding: 60px;
        align-self: stretch;        
        background-image: url('pictures/Rectangle\ 114.jpg');
        background-size: cover;     
        background-position: center;
        background-repeat: no-repeat;
    }

.form input,
.form textarea {
    width: 100%;
    padding: 18px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: none;
    background: #50B7E8;
    box-sizing: border-box; 
}

.form button {
    padding: 15px 40px;
    border: none;
    border-radius: 40px;
    background: #A2CF62;
    color: #333333;
    cursor: pointer;
}

.form-right {
    flex: 0 0 50%;        
    background: url('pictures/Rectangle\ 202.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-right img {
    width: 465px;
    height: 465px;
    max-width: 90%;       
}

.map-section {
    width: 100%;
    padding: 60px;
    text-align: center;
    box-sizing: border-box;
    background-image: url('pictures/Rectangle\ 218.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;  
    overflow: hidden;    
}

.map-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.map-section iframe {
    position: relative;
    z-index: 1;
}

.map-deco-topleft {
    top: 10px;
    left: 10px;
    width: 180px;
}

.map-deco-bottomright {
    bottom: 0;
    right: 0;
    width: 220px;
}

#mapAddress {
    font-family: 'Didact Gothic';
    font-size: 24px;
    margin-top: 30px;
    font-weight: normal;
}

#mapTitle {
    font-family: 'Fredoka';
    font-size: 40px;
    margin-top: 20px;
    font-weight: bold;
}





