/* Product page styles extracted from Oblix theme */

.products-intro-section {
    padding: 100px 60px;
    background-color: #ffffff;
    text-align: left;
}

.products-intro-container,
.products-container,
.global-reach-container {
    max-width: 1200px;
    margin: 0 auto;
}

.product-classifications-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

.about-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.section-header-pill {
    margin-bottom: 15px;
}

.section-header-pill h3 {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    letter-spacing: 0.5px;
}

.intro-text {
    font-size: 18px;
    line-height: 1.8;
    color: #2a2a2a;
    margin-bottom: 60px;
    font-weight: 400;
}

.classifications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 50px auto 0;
}

.classification-item {
    background-color: transparent;
    padding: 50px 40px;
    text-align: left;
    transition: all 0.3s ease;
}

.classification-item:hover {
    background-color: #fafafa;
}

.classification-number {
    display: block;
    font-size: 16px;
    color: #b8b8b8;
    margin-bottom: 20px;
    font-weight: 400;
}

.classification-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.products-section {
    padding: 100px 60px;
    background-color: #ffffff;
    text-align: left;
}

.products-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px;
    line-height: 1.2;
}

.products-subtitle {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 40px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.product-card {
    background-color: transparent;
    padding: 50px 40px;
    text-align: left;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.product-card:nth-child(3n) {
    border-right: none;
}

.product-card:nth-child(4),
.product-card:nth-child(5),
.product-card:nth-child(6) {
    border-bottom: none;
}

.product-card:hover {
    background-color: #fafafa;
}

.product-number {
    display: block;
    font-size: 16px;
    color: #b8b8b8;
    margin-bottom: 20px;
    font-weight: 400;
}

.product-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 25px;
    line-height: 1.3;
}

.explore-btn {
    display: inline-block;
    padding: 10px 28px;
    background-color: transparent;
    color: #2a2a2a;
    text-decoration: none;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Sen', sans-serif;
    transition: all 0.3s ease;
}

.explore-btn:hover {
    background-color: #2a2a2a;
    color: #ffffff;
}

.global-reach-section {
    padding: 20px 60px 80px 60px;
    background-color: #ffffff;
    text-align: center;
}

.global-reach-title {
    font-size: 48px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.global-reach-subtitle {
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 40px;
}

.world-map {
    max-width: 100%;
    margin: 0 auto;
}

.world-map img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

.contact-section {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 60px;
    border-radius: 40px 40px 0 0;
}

.contact-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 40px 40px 0 0;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

.contact-content {
    position: relative;
    z-index: 3;
    max-width: 600px;
    color: #ffffff;
}

.contact-label {
    display: inline-block;
    background-color: #90EE90;
    color: #0f0f0f;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #ffffff;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Sen', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background-color: #ffffff;
    color: #0f0f0f;
}

.contact-btn .arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.contact-btn:hover .arrow {
    transform: translateX(5px);
}

.about-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.about-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 0 40px;
}

.about-hero-content .hero-tagline {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Sen', sans-serif;
    margin: 0 0 20px 0;
    line-height: 1.4;
    opacity: 0.95;
    letter-spacing: 0.5px;
}

.about-hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    font-family: 'Sen', sans-serif;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .products-section,
    .product-classifications-section,
    .products-intro-section,
    .global-reach-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card:nth-child(2n) {
        border-right: none;
    }

    .product-card:nth-child(3n) {
        border-right: 1px solid #e0e0e0;
    }

    .contact-section {
        height: 500px;
        padding: 0 40px;
    }

    .contact-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .products-section,
    .product-classifications-section,
    .products-intro-section,
    .global-reach-section {
        padding: 50px 20px;
    }

    .products-title {
        font-size: 32px;
    }

    .products-subtitle {
        font-size: 14px;
    }

    .products-grid,
    .classifications-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-card,
    .classification-item {
        padding: 35px 25px;
        border-right: none;
    }

    .contact-section {
        height: 400px;
        padding: 0 20px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-btn {
        padding: 12px 28px;
        font-size: 14px;
    }

    .about-hero-content h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .about-hero-content .hero-tagline {
        font-size: 16px;
    }
}
