/* RESET & COMMON */

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

.text-center { text-align: center; }

h2.title { font-size: 2.2rem; color: #0c1e35; margin-bottom: 10px; text-transform: uppercase; font-weight: 700; }

p.subtitle { color: #666; margin-bottom: 40px; }


.category-card h3.card-title {
    min-height: 80px;
    font-size: 22px;
    text-align: center;
}
/* HERO */

.hero-content {

    max-width: 700px;
        padding-top: 85px;

}
.hero-swiper {
    height: 100%;
}
.hero-swiper .swiper-wrapper .swiper-slide {
    padding-top: 50px;
    background-size: cover;
}

.hero-section { height: 80vh; min-height: 500px; background-size: cover; background-position: center; display: flex; align-items: center; color: #fff; }

.hero-title { font-size: 3rem; margin-bottom: 20px; }

.hero-buttons { display: flex; gap: 15px; }

.btn { padding: 12px 30px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: 0.3s; }

.btn-white { background: #fff; color: #057a3a; }

.btn-outline { border: 2px solid #fff; color: #fff; }



/* INTRO */

.intro-section { padding: 80px 0; }

.intro-wrapper { display: flex; align-items: center; gap: 50px; }
.intro-section .intro-image img {
    width: 75%;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}
.intro-text, .intro-image { flex: 1; }

.intro-image img { width: 100%; border-radius: 20px; }

.btn-primary { margin-top: 25px; background: #057a3a; color: #fff; padding: 12px 30px; border-radius: 5px; text-decoration: none; display: inline-block; }



/* PRODUCT CATEGORIES */

.product-categories { padding: 60px 0; background: #f9f9f9; }

.categories-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

.category-card { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

.card-image img { width: 100%; height: 250px; object-fit: cover; }

.card-content { padding: 30px; }

.card-list ul { list-style: none; padding: 0; margin: 20px 0; }

.card-list ul li::before { content: '✔'; color: #057a3a; margin-right: 10px; font-weight: bold; }
p.service-desc {
    min-height: 85px;
}
.btn-detail {transition: all 0.5s; background: #057a3a; color: #fff !important; display: block; text-align: center; padding: 12px; border-radius: 8px; text-decoration: none; }

.btn-detail:hover{
    transform: translateY(-10px); transition: all 0.5s;
}


/* SERVICES */

.services-section { padding: 80px 0; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }

.service-icon { border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }

.service-item {

    text-align: center;

}

.section-header {

    margin-bottom: 50px;

}

/* PROJECTS & NEWS CARDS */

.projects-grid, .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 40px; }

.project-card, .news-card { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

.project-image img, .news-image img { width: 100%; height: 200px; object-fit: cover; }

.project-info, .news-info { padding: 20px; }

.project-meta, .news-date { color: #057a3a; font-weight: 600; font-size: 0.9rem; }

.btn-view-all { background: #057a3a; color: #fff; padding: 12px 40px; border-radius: 8px; text-decoration: none; }



/* PARTNERS */

.partners-section { padding: 60px 0; background: #fcfcfc; }

.partners-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }

.partner-inner { background: #f4f7f9; width: 160px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 10px; }

.partner-inner img { max-width: 80%; max-height: 40px; filter: ; opacity: 1; transition: 0.3s; }



section.news-section {

    padding-top: 80px;

}

.content-page-cus {

    margin-top: 50px;

}

.woocommerce div.product div.images .flex-control-thumbs li {

    width: 100px;

    height: 100px;

    overflow: hidden;

    border: 1px solid #ddd;

    margin: 0 5px;

    padding: 10px;

}

.single-product .sidebar-baidang{

    display: none;

}

/* RESPONSIVE */

@media (max-width: 992px) {

    .intro-wrapper, .categories-grid, .services-grid, .projects-grid, .news-grid { grid-template-columns: 1fr; }

    .intro-wrapper { flex-direction: column; }

    .hero-title { font-size: 2rem; }

}