.clinic-hero-section {
    background: #ebfbf7; /* اللون الأخضر الفاتح */
    position: relative;
    overflow: hidden;
        /*clip-path: ellipse(66% 50%) !important;*/
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%); 
}
@media(max-width:758px)
{
    .clinic-hero-section{
        clip-path: none !important;
    }
}

.clinic-title {
    font-size: 2rem;
    line-height: 1.5;
    color: #2d2d2d;
}

.brand-green {
    color: #00c389;
}

.clinic-desc {
       color: #555;
    font-size: 20px;
    /* margin-bottom: 12px; */
    font-weight: 500;
    line-height: 160%;
}

.doctor-img-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.doctor-img {
    position: relative;
    z-index: 2;
}

.shape-bg {
    position: absolute;
    top: -30px;
    right: -40px;
    width: 360px;
    height: 360px;
    /* background: url('') no-repeat center/contain; */
    z-index: 1;
    opacity: 0.25;
}

/* Bottom Slanted Shape */
.bottom-wave {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 140px;
    background: #ffffff;
    transform: skewY(-4deg);
}

@media(max-width:758px)
{
    .row-hero{
        flex-direction: column-reverse;
    }
}
