.dr-emad-services{
    --dreos-image-width:40%;
    width:100%;
    background:#f6efe4;
    color:#4f433c;
}
.dr-emad-services,.dr-emad-services *{box-sizing:border-box}
.dr-emad-services__inner{width:100%;max-width:1320px;margin:0 auto}
.dr-emad-services__header{text-align:center;margin-bottom:42px}
.dr-emad-services__eyebrow{display:inline-flex;align-items:center;gap:12px;color:#a95f5a;font-size:13px;line-height:1.3;letter-spacing:.14em;text-transform:uppercase;font-weight:700}
.dr-emad-services__eyebrow:before,.dr-emad-services__eyebrow:after{content:"";width:42px;height:1px;background:currentColor;opacity:.55}
.dr-emad-services__heading{margin:10px 0 0;color:#a95f5a;font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,5vw,62px);line-height:1.08;font-weight:600}
.dr-emad-services__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.dr-emad-service{display:grid;grid-template-columns:var(--dreos-image-width) minmax(0,1fr);min-height:330px;background:#fffaf4;border:1px solid #e7d6c8;border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(103,76,58,.08)}
.dr-emad-service--image-right{grid-template-columns:minmax(0,1fr) var(--dreos-image-width)}
.dr-emad-service--image-right .dr-emad-service__image{order:2}
.dr-emad-service--full{grid-column:1/-1}
.dr-emad-service__image{position:relative;min-width:0;min-height:100%;overflow:hidden;background:#ead9ca}
.dr-emad-service__image:after{content:"";position:absolute;inset:0;pointer-events:none;background:rgba(182,122,96,.08)}
.dr-emad-service__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.dr-emad-service__placeholder{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.82),transparent 24%),linear-gradient(135deg,#ead9ca,#f8eee5 55%,#dbc2af);color:rgba(169,95,90,.38);font-size:48px}
.dr-emad-service__content{min-width:0;padding:30px 32px;display:flex;flex-direction:column;justify-content:center}
.dr-emad-service__topline{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}
.dr-emad-service__number{flex:0 0 44px;width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:#c97873;color:#fff;font-size:15px;line-height:1;font-weight:800}
.dr-emad-service__title{margin:2px 0 0;color:#a95f5a;font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1.2;font-weight:600}
.dr-emad-service__description{color:#4f433c;font-size:15px;line-height:1.7}
.dr-emad-service__description p{margin:0}
.dr-emad-service__description p+p{margin-top:12px}
@media (max-width:1024px){
    .dr-emad-services__grid{grid-template-columns:1fr}
    .dr-emad-service--full{grid-column:auto}
}
@media (max-width:767px){
    .dr-emad-service,.dr-emad-service--image-right,.dr-emad-service--full{grid-template-columns:1fr!important;min-height:0}
    .dr-emad-service--image-right .dr-emad-service__image{order:0}
    .dr-emad-service__image{min-height:220px;aspect-ratio:16/10}
    .dr-emad-service__content{padding:24px 22px}
    .dr-emad-service__title{font-size:24px}
    .dr-emad-service__description{font-size:14px}
    .dr-emad-services__eyebrow:before,.dr-emad-services__eyebrow:after{width:24px}
}
