.infra-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.infra-container .nav { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 30px; }
.infra-container .tabs { list-style: none; padding: 0; margin: 0; display: flex; gap: 30px; }
.infra-container .tabs li a { text-decoration: none; color: #888; font-weight: 500; font-size: 16px; padding-bottom: 15px; text-transform: uppercase; cursor: pointer; border-bottom: 3px solid transparent; }
.infra-container .tabs li a.active { color: #138deb; border-bottom: 3px solid #138deb; }
.infra-container .tab-content { display: none; }
.infra-container .tab-content.active { display: block; }
.infra-container .tab-content .main-content { display: flex; gap: 40px; }
.infra-container .tab-content .content-text { flex: 1; }
.infra-container .tab-content .content-image { flex: 1; display: flex; flex-direction: column; align-items: center; }
.infra-container .tab-content .key-features h2 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 40px; margin-bottom: 15px; }
.infra-container .tab-content .features-group { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 10px; }
.infra-container .tab-content .feature-title { font-weight: 500; font-size: 15px; }
.infra-container .tab-content .feature-tag { background-color: #e9ecef; color: #555; padding: 8px 12px; border-radius: 5px; font-size: 14px; }
.infra-container .tab-content .image-wrapper { width: 100%; max-width: 500px; }
.infra-container .tab-content .image-wrapper img { width: 100%; }
.infra-container .tab-content .address { margin-top: 15px; font-size: 14px; color: #555; display: flex; align-items: center; gap: 8px; }

@media (max-width: 1024px) {
    .infra-container { padding: 20px; }
    .infra-container .nav { border-bottom: none; margin-bottom: 20px; }
    .infra-container .tabs { flex-wrap: wrap; gap: 10px; justify-content: center; }
    .infra-container .tabs li { width: auto; flex-grow: 1; }
    .infra-container .tabs li a { display: block; padding: 12px 15px; background-color: #f4f6f8; border: 1px solid #e0e0e0; border-radius: 6px; text-align: center; font-size: 14px; color: #555; border-bottom: 1px solid #e0e0e0; transition: all 0.3s ease; }
    .infra-container .tabs li a:hover { background-color: #e9ecef; }
    .infra-container .tabs li a.active { background-color: #138deb; color: #fff; border-color: #138deb; box-shadow: 0 4px 10px rgba(19, 141, 235, 0.3); }
    .infra-container .tab-content .main-content { display: flex; flex-direction: column-reverse; gap: 30px; }
    .infra-container .tab-content .content-image { width: 100%; margin-bottom: 10px; }
    .infra-container .tab-content .image-wrapper { max-width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); }
    .infra-container .tab-content .address { justify-content: center; text-align: center; margin-top: 10px; font-size: 13px; }
    .infra-container .tab-content .content-text { text-align: left; }
    .infra-container .tab-content .content-text > p { font-size: 15px; line-height: 1.6; color: #444; }
    .infra-container .tab-content .key-features h2 { text-align: center; font-size: 16px; margin-top: 20px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
    .infra-container .tab-content .features-group { display: block; margin-bottom: 15px; text-align: left; }
    .infra-container .tab-content .feature-title { display: block; width: 100%; margin-bottom: 8px; color: #333; font-weight: 700; }
    .infra-container .tab-content .feature-tag { display: inline-block; margin-right: 5px; margin-bottom: 8px; font-size: 13px; padding: 6px 10px; }
}

.map-container a.explore-button { display: none !important; }
