/*
Theme Name: SingDragon
Theme URI: https://singdragonpte.wixsite.com/singdragon
Author: Manus
Description: A custom WordPress theme for SingDragon Pte. Ltd.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: singdragon
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Poppins:wght@200;400;600&family=Raleway:wght@400&display=swap');

body {
    font-family: 'Arial', Helvetica, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background: #ffffff;
    padding: 30px 0;
    text-align: center;
}

.logo img {
    height: 60px;
    width: auto;
}

.hero {
    background-color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 300;
    line-height: 1.25;
    margin: 20px 0;
    color: #000000;
}

.hero p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #000000;
    margin-bottom: 40px;
}

.products {
    padding: 80px 0;
    background-color: #ffffff;
}

.products h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 60px;
}

.product-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.product-item {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.product-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

.product-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}

.product-item p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.about {
    padding: 80px 0;
    background-color: #ffffff;
    text-align: center;
}

.about h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
}

.about p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.contact {
    padding: 80px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.contact h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 40px;
}

.contact p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact a {
    color: #000;
    text-decoration: underline;
}

footer {
    padding: 40px 0;
    background-color: #ffffff;
    text-align: center;
    border-top: 1px solid #eee;
}

footer p {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #666;
}
