/*
Theme Name: Mudra Export Theme
Theme URI: https://yourwebsite.com/
Author: Your Name
Description: Custom export business WordPress theme inspired by Mudra Global layout.
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans:300,400");

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #333;
}

header {
    background: #0f1f4a;
    padding: 20px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
}

header a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
}

.hero {
    background: url('assets/images/hero.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 120px 20px;
}

.section {
    padding: 60px 20px;
    width: 90%;
    margin: auto;
}

.section h2 {
    text-align: center;
    margin-bottom: 30px;
}

footer {
    background: #0f1f4a;
    color: #fff;
    text-align: center;
    padding: 20px;
}
