/*
Theme Name: EPIC Telecom - Final Release
Author: Prepared for EPIC Telecom Services
Description: Lightweight theme for EPIC Telecom Services (English only). Includes Home, About, Services, Contact pages.
Version: 1.0
Text Domain: epic-telecom
*/
body{font-family:Arial,Helvetica,sans-serif;color:#222;background:#f7f9fb;margin:0;}
.header{background:#043a6b;color:#fff;padding:18px 30px;display:flex;align-items:center;gap:20px;}
.header .logo img{height:60px;}
.nav{background:#022b4a;padding:10px 30px;}
.nav a{color:#fff;margin-right:15px;text-decoration:none;font-weight:600;}
.container{max-width:1200px;margin:28px auto;padding:0 20px;}
.hero{background-image:url('banner.jpg');background-size:cover;background-position:center;border-radius:8px;padding:80px 30px;color:#fff;margin-bottom:24px;box-shadow:0 6px 20px rgba(2,43,74,0.12);}
.hero .title{font-size:36px;margin:0 0 12px;color:#fff;}
.hero .subtitle{font-size:18px;margin:0 0 18px;color:#eef6fb;}
.card{background:#fff;padding:18px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.services-grid{display:flex;gap:18px;flex-wrap:wrap;}
.service{flex:1 1 300px;}
.footer{background:#022b4a;color:#fff;padding:26px 30px;margin-top:36px;}
.contact-list{list-style:none;padding:0;margin:0;}
@media(max-width:800px){.hero{padding:40px 16px}.header{flex-direction:column;align-items:flex-start}.hero .title{font-size:24px}}