/* Start custom CSS */service-card { background-color: #f9f9f9; border-radius: 12px; padding: 20px; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); direction: rtl; } .service-card h3 { color: #003366; margin-bottom: 10px; } .service-card ul { list-style: none; padding: 0; } .service-card ul li { margin-bottom: 8px; padding-right: 20px; position: relative; } .service-card ul li::before { content: "✔"; position: absolute; right: 0; color: #007bff; } .cta-button { display: inline-block; margin-top: 15px; padding: 10px 20px; background-color: #007bff; color: white; border-radius: 6px; text-decoration: none; transition: background-color 0.3s ease; } .cta-button:hover { background-color: #0056b3; }/* End custom CSS */