/*
Theme Name: Dream Arts Chakwal
Theme URI: http://example.com/dream-arts
Author: Gemini & Dream Arts
Description: A beautiful custom theme for Dream Arts Chakwal - Gift Setup Business.
Version: 1.0
Text Domain: dream-arts
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fdfbfb;
}

.container {
    width: 85%;
    margin: auto;
    overflow: hidden;
}

/* Header Styling */
header {
    background: #ff6f61; /* Elegant Pink/Red for gifts */
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}

header a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header #branding {
    float: left;
}

header #branding h1 {
    margin: 0;
}

header nav {
    float: right;
    margin-top: 10px;
}

/* Hero Section */
.hero {
    background: url('hero-bg.jpg') no-repeat center center/cover;
    height: 400px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #d4a373;
}

.hero h2 {
    font-size: 45px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Services / Gift Gallery */
.services {
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box {
    flex: 1;
    text-align: center;
    padding: 20px;
    margin: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/* Footer Styling */
footer {
    padding: 20px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #333;
    text-align: center;
}