/* Home Page Styles */

/* Hero Section */
.home-hero {
    background: linear-gradient(to right, #fff5f5, #fff);
    padding: 20px 0 !important;
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
}

/* About Section */
.home-about {
    padding: 80px 0;
    background-color: #ffffff;
}

.home-about h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    color: #333;
}

.home-about p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Common Container Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
