.hero{
    width:100%;
    height:auto;
    background:url(pictures/valeria-zoncoll-AVGc87j_vNA-unsplash.jpg);
    background-size:cover;
    display:flex;
    align-items:center;
    padding-left: 80px;
    padding-top: 40px;
    }
    
    .hero-card{
    width:631px;
    min-height: 562px;
    background:rgba(255,255,255,0.8);
    border-radius:30px;
    padding:40px;
    box-shadow: 10px 0px 4px rgba(0, 0, 0, 0.25);
    }
    
    .hero-title{
    font-family:'Fredoka';
    font-weight:bold;
    font-size:96px;
    color:#DA3B80;
    }
    
    .hero-text{
    font-family:'Didact Gothic';
    font-size:24px;
    margin-top:20px;
    line-height:1.6;
    color: #333333;
    }
    
    .hero-btn{
    margin-top:40px;
    display:inline-block;
    padding:16px 35px;
    background:#DA3B80;
    border-radius:40px;
    font-family:'Didact Gothic';
    font-weight:regular;
    text-decoration:none;
    color:#FFF7EE;
    transition:0.3s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

.introduce-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('pictures/Rectangle\ 9.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 100px;
    gap: 60px; 
}

.introduce {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px; 
    padding-right: 40px; 
}

.introduce-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.introduce-text {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}

.group85 {
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
}

.introduce-right {
    flex: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px; 
}

.introduce-logo {
    width: 400px;
    height: 394px;
    border-radius: 50px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    object-fit: cover; 
}

.features-section {
    width: 100%;
    background-image: url('pictures/Rectangle\ 11.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 100px;
    text-align: center;
}

.features-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 60px;
}

.features-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.features-row-center {
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.feature-card {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-circle {
    width: 180px;
    height: 180px;
    background: #FFF7EE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.feature-circle img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.feature-card-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
    text-align: center;
}

.feature-card-text {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    text-align: justify;
}

.feature-card-link {
    text-decoration: none; 
    color: inherit;
    display: block;
    width: 280px;
}

.whyus-section {
    width: 100%;
    background-image: url('pictures/homerectangle218.svg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.whyus-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}

.whyus-row {
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
    gap: 0px;               
}

.whyus-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-image: url('pictures/iklas-Lctvs1zS_C0-unsplash.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    padding: 20px 36px;
    gap: 0;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    overflow: hidden;   
}

.whyus-circle {
    
    width: 120px;
    height: 120px;
    min-width: 120px;
    background-image: url('pictures/Ellipse\ 8.svg'); 
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.whyus-circle img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.whyus-content {
    flex: 1;
}

.whyus-card-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}

.whyus-card-text {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.whyus-team {
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
    border-radius: 30px;
    overflow: hidden;
}

.whyus-team img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.section-deco {
    position: relative;
    width: 100%;
    height: 0;
    z-index: 10;
}

.deco-shapes {
    position: absolute;
    right: 0;
    top: -150px;     
    width: 250px;    
    pointer-events: none;
}