
.pmr-pro{background:#eef3f8;padding:40px;border-radius:30px;direction:rtl}
.pmr-icons{display:flex;gap:35px;margin-bottom:40px}
.pmr-icon{width:120px;height:120px;border-radius:50%;background:#092957;display:flex;align-items:center;justify-content:center}
.pmr-icon img{max-width:80%;max-height:80%}
.pmr-slide{display:none;grid-template-columns:60% 40%;gap:45px;align-items:center}
.pmr-slide.active{display:grid}
.pmr-image img{width:100%;height:380px;object-fit:cover;border-radius:20px}
.pmr-info h2{font-size:52px;color:#102a56}
.pmr-info p{line-height:2;color:#667}
.pmr-info button{background:#1769ff;color:white;border:0;padding:15px 30px;border-radius:15px}
.pmr-years{display:flex;justify-content:space-around;margin-top:50px;border-top:2px solid #ccd5e2;padding-top:30px}
.pmr-year{text-align:center;cursor:pointer}
.pmr-year i{display:block;width:18px;height:18px;border-radius:50%;border:3px solid #788;margin:auto;margin-top:-42px;background:white}
.pmr-year.active i{background:#1769ff;border-color:#1769ff;box-shadow:0 0 0 8px #dbe8ff}
.pmr-year strong{display:block;margin-top:20px}
