.top-contact-bar {
    background: #00acc3;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}
.top-contact-bar .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-contact-bar a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}
.top-contact-bar a:hover {
    text-decoration: underline;
}
.top-contact-bar i {
    margin-right: 5px;
}
#logo a {
    display: flex;
    align-items: center;
    height: 60px;
}
#logo .text-logo {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 1.3;
    max-width: 400px;
}
.service-detail-box {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.service-detail-box h3 {
    color: #00acc3;
    margin-bottom: 15px;
}
.project-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.project-table th,
.project-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.project-table th {
    background: #00acc3;
    color: #fff;
}
.project-table tr:hover {
    background: #f5f5f5;
}
.info-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 50px 0;
}
.info-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}
.info-card h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 3px solid #00acc3;
}
.info-card p {
    color: #555;
    line-height: 1.8;
    margin: 0;
}
.service-card-modern {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.service-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.service-card-header {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff;
    padding: 25px 20px;
    text-align: center;
}
.service-card-header h4 {
    font-size: 22px;
    margin: 0;
}
.service-card-body {
    padding: 25px;
}
.service-card-body p {
    color: #555;
    line-height: 1.8;
    margin: 0;
}
.project-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    border-left: 4px solid #28a745;
    transition: all 0.3s ease;
}
.project-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.project-card h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.project-card p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}
.section-title .divider {
    width: 60px;
    height: 4px;
    background: #28a745;
    margin: 0 auto;
    border-radius: 2px;
}
.cta-section {
    background: linear-gradient(135deg, #28a745, #20c997);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}
.cta-section h2 {
    font-size: 36px;
    margin-bottom: 15px;
}
.cta-section p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
.stats-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 60px 0;
}
.stats-section .stat-item {
    text-align: center;
    color: #fff;
    padding: 20px;
}
.stats-section .stat-num {
    font-size: 56px;
    font-weight: bold;
    color: #00acc3;
    margin-bottom: 10px;
}
.stats-section .stat-label {
    font-size: 16px;
    opacity: 0.9;
}
.stats-section .service-card-header {
    background: linear-gradient(135deg, #00acc3, #007a8a);
}
.advantage-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.advantage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00acc3, #007a8a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.advantage-icon i {
    font-size: 30px;
    color: #fff;
}
.advantage-card h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.advantage-card p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}
.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.process-step .step-num {
    width: 50px;
    height: 50px;
    background: #00acc3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}
.process-step .step-content {
    flex: 1;
}
.process-step .step-content h4 {
    color: #00acc3;
    margin-bottom: 8px;
}
.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-header {
    background: #f5f5f5;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}
.accordion-header:hover {
    background: #00acc3;
    color: #fff;
}
.accordion-body {
    padding: 20px;
    display: none;
}
.accordion-body.active {
    display: block;
}
.hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
.hero-banner h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.hero-banner p {
    font-size: 20px;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}
.service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-card .service-card-header {
    background: #00acc3;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.service-card .service-card-header h3 {
    margin: 0;
    font-size: 22px;
}
.service-card .service-card-body {
    padding: 25px;
}
.service-card .service-card-body p {
    color: #666;
    line-height: 1.8;
}
.highlight-box {
    background: linear-gradient(135deg, #00acc3, #007a8a);
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin: 30px 0;
    text-align: center;
}
.highlight-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.highlight-box p {
    font-size: 18px;
    opacity: 0.9;
}
.data-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0;
}
.data-item {
    text-align: center;
    padding: 20px;
}
.data-item .num {
    font-size: 56px;
    font-weight: bold;
    color: #00acc3;
}
.data-item .desc {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.contact-info-card {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.contact-info-card h4 {
    color: #00acc3;
    margin-bottom: 15px;
}
.contact-info-card p {
    margin-bottom: 10px;
}
.contact-info-card i {
    color: #00acc3;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.advantage-list {
    list-style: none;
    padding: 0;
}
.advantage-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.advantage-list li:last-child {
    border-bottom: none;
}
.advantage-list li i {
    color: #00acc3;
    margin-right: 10px;
}
.white-title {
    color: #fff;
}
.white-divider {
    background: #fff;
}
.hero-subtitle {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}
.services-section h2,
.services-section h5,
.services-section p,
.services-section a {
    color: #000;
}
.services-section a:hover {
    color: #00acc3;
}
.accordion-section h2,
.accordion-section .accordion-header,
.accordion-section .accordion-body p {
    color: #000;
}
.accordion-section .accordion-header:hover {
    color: #fff;
}
