/*
Theme Name: Mohammed Nooh Premium Profile
Author: Mohammed Nooh
Description: Premium One-Page Digital Marketing Portfolio Theme
Version: 1.0
*/

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f4f7fa;
    color: #333;
    scroll-behavior: smooth;
}

header {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: white;
    padding: 100px 20px;
    text-align: center;
}

header h1 {
    font-size: 48px;
    margin: 0;
}

header p {
    font-size: 20px;
    opacity: 0.9;
}

nav {
    background: #111;
    padding: 15px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
    font-weight: 500;
}

section {
    padding: 80px 20px;
    max-width: 1100px;
    margin: auto;
}

h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #2c5364;
}

.services, .skills {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
}

.cta {
    background: #2c5364;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

button {
    padding: 12px 25px;
    background: #00c6ff;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

footer {
    text-align: center;
    padding: 20px;
    background: #111;
    color: white;
}
