@charset "UTF-8";.advantages-container{max-width:1200px;margin:0 auto;padding:20px;direction:rtl;background:linear-gradient(135deg,#f6f9fc 0%,#f1f7fb 100%)}.advantages-title{text-align:center;font-size:36px;margin-bottom:40px;font-weight:bold;background:linear-gradient(45deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:10px}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:20px}.advantage-item{background:#fff;border-radius:15px;padding:30px 20px;text-align:center;box-shadow:0 10px 20px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid rgba(255,255,255,0.1)}.advantage-icon{background:linear-gradient(135deg,#e6f3ff 0%,#e1f0ff 100%);width:150px;height:150px;border-radius:50%;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}.advantage-icon img{width:80px;height:80px;transition:transform 0.3s ease}.advantage-title{font-size:20px;font-weight:bold;margin-bottom:15px;color:#2c3e50}.advantage-description{font-size:14px;color:#5f6c7b;line-height:1.6}@media (max-width:1024px){.advantages-grid{grid-template-columns:repeat(2,1fr)}.advantage-icon{width:120px;height:120px}.advantage-icon img{width:60px;height:60px}}@media (max-width:768px){.advantages-grid{grid-template-columns:1fr}.advantage-icon{width:100px;height:100px}.advantage-icon img{width:50px;height:50px}}
