.menu{
    overflow: hidden;
    transition: max-height 500ms linear;
}
@media screen and (max-width: 1023px) {
    .menu{
        max-height: 0;
    }
}
.menu.active{
    max-height: 500px;
    height: auto;
    overflow: hidden;
}

.main-section-wrapper{
    background-image: linear-gradient(111deg,#FD5E84 70%,#5EC3FD 70%)
}

.home-main-img{
    background: url('../Res/Beautiful-family-spend-time-in-a-bedroom.png');
    width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: center;
    background-repeat: no-repeat;
}

input[type='number']{
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.treatments-container{
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.treatments-container .treatments-card{
    max-width: 300px;
    flex: 1 0 250px;
    width: 100%;
}

.treatments-container .treatments-card .card-container{
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
}

.treatments-container .treatments-card .card-container .icon-wrapper{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #e6e8ff;
    line-height: 0;
}

.treatments-container .treatments-card .card-container .card-container-content{
    width: calc(100% - 80px);
    font-size: 0.875rem;
    font-weight: 600;
}

.treatment-holistic-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.treatment-holistic-container .treatments-card{
    max-width: 300px;
    flex: 1 0 260px;
    width: 100%;
}

.treatment-holistic-container .treatments-card .card-container{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column  ;
}

.treatment-holistic-container .treatments-card .card-container .icon-wrapper{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #e6e8ff;
    line-height: 0;
}

.treatment-holistic-container .treatments-card .card-container .card-container-content{
    width: calc(100% - 80px);
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.holistic-img{
    background: url('../Res/happy-young-pregnant-couple-1-scaled-1-1024x1536.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.treatment-offers{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.treatment-offers article{
    width: 160px;
    height: 160px;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 4px 4px 1px rgba(0,0,0,.33);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}

.treatment-offers article h1{
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.team-card{
    min-width: 330px;
    flex: 1 0 330px;
}

.testimonial-card{
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
    padding: 39px 24px 65px;
    border-radius: 18px 18px 18px 18px;
    max-width: 340px;
    flex: 1 0 330px;
    width: 100%;
    height: 316px;
}