/*
Theme Name: Redesign Hub Theme
Theme URI: https://example.com
Author: Tectronic Solutions LLC
Author URI: http://digitalrm.co/
Description: Custom theme based on Redesign Hub design
Version: 1.1
License: GPL2
Text Domain: redesignhub
*/

body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#0f1f31;
}

.container{
width:1200px;
margin:auto;
}

.hero{
background:#0f172a;
color:white;
padding:100px 0;
text-align:center;
}

.btn-primary{
background:#6366f1;
color:white;
padding:12px 30px;
border-radius:6px;
text-decoration:none;
}

.services{
padding:80px 0;
text-align:center;
}

.service-card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 0 15px rgba(0,0,0,0.08);
margin:20px;
}

