
/* Soulservice custom template style */
body { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; line-height: 1.45; color:#222; background:#f2f2f2; }
a { color:#1155cc; text-decoration:none; }
a:hover { text-decoration:underline; }
#templatemo_container { width:960px; margin:0 auto; background:#fff; box-shadow: 0 0 8px rgba(0,0,0,0.15); }
#templatemo_header { padding:0; }
#templatemo_logo img { display:block; }
#templatemo_sitetitle { font-size:32px; font-weight:bold; padding:10px 20px; }
#templatemo_menu { background:#ff6600; }
#templatemo_menu ul { list-style:none; margin:0; padding:0; display:flex; }
#templatemo_menu li { flex:1; }
#templatemo_menu a { display:block; padding:10px 0; color:#fff; font-weight:bold; text-align:center; border-right:1px solid rgba(255,255,255,0.3); }
#templatemo_menu a.lastmenu { border-right:none; }
#templatemo_menu a.current { background:#cc5200; }

#templatemo_banner { padding:30px 40px; background:#fff; }
#templatemo_banner h1 { margin-top:0; color:#1155cc; }
#templatemo_banner p { margin-bottom:15px; }

#templatemo_services { padding:20px 40px; display:flex; gap:20px; flex-wrap:wrap; justify-content:center; }
.service_box { flex:0 0 280px; background:#eaeff6; border:1px solid #c1c9d6; text-align:center; padding:20px 15px; box-sizing:border-box; }
.service_box img { max-width:128px; height:auto; }
.service_box h2 { margin:15px 0 10px; font-size:20px; color:#1155cc; }
.service_box p { font-size:14px; }

.more_button { margin-top:15px; }
.more_button a { display:inline-block; background:#1155cc; color:#fff; padding:6px 18px; border-radius:3px; }
.more_button a:hover { background:#0e47a0; }

#templatemo_newssection { padding:20px 40px 40px; }
#templatemo_newssection h1 { margin-top:0; color:#1155cc; }
.newsbox { margin-bottom:18px; }
.newsbox h4 { margin:0 0 5px; }

table { border-collapse:collapse; width:100%; }
th, td { border:1px solid #ccd; padding:8px; text-align:left; }

#templatemo_footer { font-size:12px; color:#666; text-align:center; padding:15px 0; background:#d9d9d9; }
#templatemo_footer a { color:#1155cc; }
