﻿.hero-image {
    width: 100%;
    height: 435px;
    object-fit: cover;
    display: block;
}

.main-content {
    padding: 61px 0;
    position: relative;
}

.section-title {
    color: #338acd;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}

.intro-text {
    width: 1072px;
    margin: 0 auto 60px;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}

/* Name meaning section */
.name-meaning {
    margin-bottom: 60px;
}

.name-elements {
    display: flex;
    justify-content: space-between;
    /* gap: 200px; */
    margin-top: 60px;
}

.name-element {
    text-align: center;
}

.name-circle {
    width: 118px;
    height: 118px;
    background-color: #348aca;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.name-circle span {
    color: white;
    font-size: 48px;
}

.name-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

.name-description {
    font-size: 20px;
    width: 301px;
    margin: 0 auto;
}

/* Timeline section */
.timeline {
    margin-bottom: 60px;
}

.timeline-events {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.timeline-card {
    /* width: 49%; */
    /* height: 250px; */
    border-radius: 9px;
    padding: 32px 39px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.timeline-card.start {
    background-color: #EDF6FB;
}

.timeline-card.story {
    background-color: #edf6fb;
}

.timeline-card h3 {
    font-weight: 700;
    color: #338acd;
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: 75px;
    line-height: 1.4;
}

.timeline-card p {
    font-size: 20px;
    line-height: 1.5;
}

.timeline-icon {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 24px;
    left: 38px;
}

.stats-card {
	/* width: 1167px; */
	/* height: 215px; */
	background-color: #edf6fb;
	border-radius: 9px;
	margin: 0 auto;
	padding: 20px 25px 30px;
	position: relative;
}

.stats-card h3 {
    text-align: center;
    font-weight: 700;
    color: #338acd;
    font-size: 24px;
    margin-bottom: 30px;
}

.stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-weight: bold;
    color: #338acd;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-description {
    font-size: 20px;
}

/* Core values section */
.core-values {
    margin-bottom: 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    /* max-width: 1200px; */
    margin: 0 auto;
    margin-top: 60px;
}

.value-card {
    /* width: 517px; */
    /* height: 278px; */
    border-radius: 9px;
    padding: 40px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #EDF6FB;
}

.value-card.dedication {
    background-image: url('/rectangle-11.svg');
}

.value-card.quality {
    background-image: url('/rectangle-8.svg');
}

.value-card.safety {
    background-image: url('/rectangle-13.svg');
}

.value-card.effectiveness {
    background-image: url('/rectangle-12.svg');
}

.value-icon {
    /* width: 87px; */
    /* height: 87px; */
    margin: 0 auto 20px;
    object-fit: cover;
}

.value-title {
    font-weight: 700;
    color: #338acd;
    font-size: 24px;
    margin-bottom: 15px;
}

.value-description {
    font-size: 20px;
    line-height: 1.4;
}

/* Company image */
.company-image {
    width: 100%;
    /* height: 413px; */
    margin: 0 auto 60px;
    /* display: block; */
    object-fit: cover;
}

/* Products section */
.products {
    margin-bottom: 60px;
}

.products-intro {
    width: 1138px;
    margin: 0 auto 40px;
    font-size: 20px;
    line-height: 1.6;
}

.product-features {
    margin: 40px 0;
    padding-left: 209px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bullet {
    width: 13px;
    height: 13px;
    background-color: #338acd;
    transform: rotate(-45deg);
    margin-right: 23px;
    flex-shrink: 0;
}

.feature-text {
    font-size: 20px;
}

.products-conclusion {
    width: 1145px;
    margin: 40px auto 0;
    font-size: 20px;
    line-height: 1.6;
}

/* Vision and mission */
.vision-mission {
    display: flex;
    /* gap: 51px; */
    justify-content: space-between;
    margin-bottom: 60px;
}

.vision-card, .mission-card {
    width: 48%;
    /* height: 221px; */
    border-radius: 9px;
    padding: 43px 19px;
}

.vision-card {
	border: 1px solid #338acd;
}

.mission-card {
    border: 1px solid #338acd;
}

.card-title {
    font-weight: 900;
    color: #338acd;
    font-size: 24px;
    margin-bottom: 20px;
}

.card-content {
    font-size: 20px;
    line-height: 1.5;
}

/* Philosophy section */
.philosophy {
    /* width: 1140px; */
    /* height: 248px; */
    background-color: #338acd;
    border-radius: 10px;
    margin: 0 auto;
    padding: 41px 63px;
    text-align: center;
}

.philosophy h2 {
    font-weight: 900;
    color: white;
    font-size: 32px;
    margin-bottom: 20px;
}

.philosophy p {
    font-size: 20px;
    color: white;
    line-height: 2;
}

/* Responsive adjustments */
@media (max-width: 1440px) {
    .name-elements {
        gap: 100px;
    }

    
}

@media (max-width: 768px) {
	.timeline-events {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .values-grid {
        grid-template-columns: 1fr;
        justify-items: center;
		margin-top: 30px;
    }

    .vision-mission {
        flex-direction: column;
        align-items: center;
		gap: 30px;
		margin-bottom: 30px;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .intro-text, .products-intro, .products-conclusion {
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .name-elements {
        flex-direction: column;
        gap: 40px;
        margin-top: 25px;
    }

    .vision-card, .mission-card {
        width: 100%;
    }

    .stats-card {
        width: 100%;
    }

    .stats-grid {
        flex-direction: column;
        gap: 20px;
		align-items: center;
		margin-bottom: 30px;
    }

    .company-image {
        width: 100%;
        height: auto;
		margin-bottom: 30px;
    }

    .product-features {
        padding-left: 40px;
    }

    .philosophy {
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }
	.timeline-icon {
		top: 40px;
	}
	.products,.timeline,.core-values {
		margin-bottom: 30px;
	}
	.name-description, .stat-description, .value-description, .card-content, .philosophy p {
		font-size: 18px;
	}
	.stat-number {
		font-size: 44px;
	}
}