body {
    background: #F4F4F4;
}

.header-container {
    min-height: 70vh;
    background: linear-gradient(259.84deg, #F5F6F6 10.54%, #E4EFF7 52.12%, #B8C9D6 99.26%);
    overflow: hidden;
    position: relative;
}

.navbar {
    background: transparent;
    padding: 25px 0;
}
.navbar-brand {
    margin-right: 30px;
}
.navbar-brand img {
    height: 40px;
    width: auto;
}
.nav-link {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding: 8px 20px;
}
.nav-link:hover {
    color: #666;
}
.contact-btn {
    background-color: #000;
    color: #fff !important;
    padding: 8px 24px;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.contact-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
}
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 60px;
}
.hero-content {
    z-index: 2;
    position: relative;
}
.hero-title {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    color: #000;
    margin-bottom: 10px;
}
.hero-subtitle {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    color: #333;
}
.lines-decoration {
    position: absolute;
    right: 10%;
    top: 60%;
    transform: translateY(-50%);
    width: 80%;
    z-index: 1;
}
.lines-decoration img {
    width: 100%;
    height: auto;
}

/* About Section Styles */
.about-section {
    background: linear-gradient(259.84deg, #F5F6F6 10.54%, #E4EFF7 52.12%, #B8C9D6 99.26%);
    padding: 100px 0;
}

.about-title {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    color: #000;
    margin-bottom: 48px;
}

.about-description {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333;
    max-width: 900px;
    margin: 0 auto 80px;
}

.about-card {
    padding: 24px;
    height: 100%;
}

.about-card-title {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 36px;
    color: #000;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 16px;
}

.about-card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.about-card-text {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

/* Products Section Styles */
.products-section {
    background: #000;
    color: #fff;
    padding: 80px 0;
}

.products-section .products-title {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}

.products-section .products-subtitle {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    color: #D8D8D8;
    margin-bottom: 16px;
}

.products-section .card {
    background: transparent;
    transition: transform 0.3s ease;
}

.products-section .card:hover {
    transform: translateY(-10px);
}

.products-section .card-img-top {
    width: 316px;
    height: 316px;
    object-fit: cover;
    margin: 0 auto;
}

.products-section .card-body {
    padding: 1.5rem;
}

.products-section .card-title {
    color: #fff;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 4px;
}

.products-section .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        padding: 20px;
        border-radius: 10px;
        margin-top: 15px;
    }
    .nav-link {
        text-align: left;
        margin: 5px 0;
        padding: 8px 0;
    }
    .contact-btn {
        background: none;
        color: #333 !important;
        padding: 8px 0;
        border-radius: 0;
        margin: 5px 0;
        transform: none;
    }
    .contact-btn:hover {
        background: none;
        color: #666 !important;
        transform: none;
    }
    .hero-title, .hero-subtitle {
        font-size: 36px;
        line-height: 1.2;
    }
    .lines-decoration {
        opacity: 0.3;
        width: 100%;
        right: 0;
        left: 0;
        top: 65%;
    }
    .lines-decoration img {
        width: 100%;
        min-width: 100vw;
        object-fit: cover;
    }
}

/* Contact Section Styles */
.contact-section {
    background: #000;
    color: #fff;
    padding: 32px 0;
}

.contact-title {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}

.contact-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
}

.contact-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    margin-right: 8px;
}

.contact-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.contact-value:hover {
    color: #D8D8D8;
}

/* Footer Styles */
.footer {
    background: #F4F4F4;
    padding: 47px 0;
}

.footer-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333;
    margin: 0;
}