/* ===== Common Page Styles ===== */

/* Logo */
.logo-text {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: inline-block;
    max-width: 280px;
    line-height: 1.3;
}
.logo-text:hover {
    color: #f5a623;
}

/* Header */
.header-top .contact {
    font-size: 15px;
}

/* Page Banner */
.page-banner {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/main-slider/1.jpg') center/cover no-repeat;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
.page-banner h1 {
    font-size: 42px;
    margin-bottom: 15px;
}
.page-banner p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Breadcrumb */
.breadcrumb {
    background: #f5a623;
    padding: 15px 0;
    text-align: center;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}
.breadcrumb span {
    color: #fff;
}

/* Intro Section */
.intro-section {
    padding: 60px 0;
    background: #fff;
}
.intro-section h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}
.intro-section h2 span {
    color: #f5a623;
}
.intro-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Service Detail */
.service-detail {
    padding: 60px 0;
    background: #f9f9f9;
}
.service-detail h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}
.service-detail h2 span {
    color: #f5a623;
}

/* Service Item */
.service-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.service-item h3 {
    font-size: 22px;
    color: #f5a623;
    margin-bottom: 15px;
    border-bottom: 2px solid #f5a623;
    padding-bottom: 10px;
}
.service-item h4 {
    font-size: 18px;
    color: #333;
    margin: 15px 0 10px;
}
.service-item p {
    color: #666;
    line-height: 1.8;
}
.service-item ul {
    list-style: none;
    padding-left: 0;
}
.service-item ul li {
    color: #666;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}
.service-item ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #f5a623;
}

/* Stats Bar */
.stats-bar {
    background: #f5a623;
    color: #fff;
    padding: 40px 0;
}
.stats-bar .stat {
    text-align: center;
    padding: 20px;
}
.stats-bar .stat .number {
    font-size: 36px;
    font-weight: bold;
}
.stats-bar .stat .label {
    font-size: 14px;
}

/* CTA Section */
.cta-section {
    background: #333;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.cta-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.cta-section p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ccc;
}
.cta-section a {
    display: inline-block;
    padding: 12px 30px;
    background: #f5a623;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin: 0 10px;
    transition: all 0.3s;
}
.cta-section a:hover {
    background: #e0951a;
}

/* About Content */
.about-content {
    padding: 60px 0;
    background: #fff;
}
.about-content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}
.about-content h2 span {
    color: #f5a623;
}
.about-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Timeline Section */
.timeline-section {
    padding: 60px 0;
    background: #f9f9f9;
}
.timeline-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
}
.timeline-section h2 span {
    color: #f5a623;
}
.timeline-item {
    padding: 20px;
    border-left: 3px solid #f5a623;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 25px;
    width: 16px;
    height: 16px;
    background: #f5a623;
    border-radius: 50%;
}
.timeline-item h3 {
    font-size: 20px;
    color: #f5a623;
    margin-bottom: 10px;
}
.timeline-item p {
    color: #666;
    line-height: 1.6;
}
.timeline-item ul {
    list-style: none;
    padding-left: 0;
}
.timeline-item ul li {
    color: #666;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}
.timeline-item ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #f5a623;
}

/* Team Section */
.team-section {
    padding: 60px 0;
    background: #fff;
}
.team-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
}
.team-section h2 span {
    color: #f5a623;
}
.team-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
}
.team-card h3 {
    font-size: 18px;
    color: #f5a623;
    margin-bottom: 10px;
}
.team-card p {
    color: #666;
    line-height: 1.6;
}

/* Footer */
.footer-bottom .menu ul li a {
    color: #fff;
}

/* ===== Index Page Specific Styles ===== */

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/main-slider/1.jpg') center/cover no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.hero-section h1 {
    font-size: 42px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.hero-section p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.8;
}
.hero-section .btn-group {
    margin-top: 30px;
}
.hero-section .btn-group a {
    display: inline-block;
    padding: 12px 30px;
    margin: 0 10px;
    background: #f5a623;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s;
}
.hero-section .btn-group a:hover {
    background: #e0951a;
}

/* Service Card */
.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
    text-align: center;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.service-card .icon {
    font-size: 48px;
    color: #f5a623;
    margin-bottom: 20px;
}
.service-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.service-card h3 a {
    color: #333;
    text-decoration: none;
}
.service-card h3 a:hover {
    color: #f5a623;
}
.service-card p {
    color: #666;
    line-height: 1.6;
}

/* Stats Section */
.stats-section {
    background: #f5a623;
    color: #fff;
    padding: 60px 0;
}
.stats-section .stat-item {
    text-align: center;
    padding: 20px;
}
.stats-section .stat-item .number {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}
.stats-section .stat-item .label {
    font-size: 16px;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background: #f9f9f9;
}
.about-section .content {
    padding: 20px;
}
.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}
.about-section h2 span {
    color: #f5a623;
}
.about-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Index Timeline */
.index-timeline {
    padding: 80px 0;
    background: #fff;
}
.index-timeline h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    color: #333;
}
.index-timeline h2 span {
    color: #f5a623;
}

/* Advantage Section */
.advantage-section {
    padding: 80px 0;
    background: #f9f9f9;
}
.advantage-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    color: #333;
}
.advantage-section h2 span {
    color: #f5a623;
}
.advantage-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.advantage-card h3 {
    font-size: 20px;
    color: #f5a623;
    margin-bottom: 15px;
}
.advantage-card p {
    color: #666;
    line-height: 1.8;
}

/* Culture Section */
.culture-section {
    padding: 80px 0;
    background: #fff;
}
.culture-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
}
.culture-section h2 span {
    color: #f5a623;
}
.culture-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Contact Info */
.contact-info {
    background: #333;
    color: #fff;
    padding: 40px 0;
}
.contact-info .item {
    text-align: center;
    padding: 20px;
}
.contact-info .item .icon {
    font-size: 36px;
    color: #f5a623;
    margin-bottom: 15px;
}
.contact-info .item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-info .item p {
    color: #ccc;
    line-height: 1.6;
}
.contact-info .item a {
    color: #f5a623;
    text-decoration: none;
}
