#preloader { display: none !important; }
#status { display: none !important; }
.top-bar-contact {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 12px 0;
    color: #fff;
    font-size: 14px;
}
.top-bar-contact a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.top-bar-contact .phone-number {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}
.logo-text {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.3;
    max-width: 200px;
}
@media (min-width: 768px) {
    .logo-text {
        font-size: 16px;
        max-width: 280px;
    }
}
.logo-text:hover {
    color: #ef5350;
}
.navbar-brand {
    padding: 10px 15px;
    height: auto;
}
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/index/slide1.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: #fff;
    text-align: center;
}
.hero-section h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero-section p {
    font-size: 20px;
    margin-bottom: 30px;
}
.service-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.service-card h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
}
.service-card p {
    color: #666;
    line-height: 1.8;
}
.stats-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    color: #fff;
    text-align: center;
}
.stats-section .stat-item {
    margin-bottom: 30px;
}
.stats-section .stat-number {
    font-size: 48px;
    font-weight: 700;
    display: block;
}
.stats-section .stat-label {
    font-size: 16px;
    opacity: 0.9;
}
.about-section {
    padding: 80px 0;
    background: #f8f9fa;
}
.about-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #333;
}
.about-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}
.timeline {
    position: relative;
    padding: 40px 0;
}
.timeline-item {
    margin-bottom: 30px;
    padding-left: 30px;
    border-left: 3px solid #667eea;
}
.timeline-item h4 {
    color: #667eea;
    font-size: 20px;
    margin-bottom: 10px;
}
.timeline-item p {
    color: #666;
    line-height: 1.6;
}
.cta-section {
    background: #ef5350;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}
.cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
}
.btn-cta {
    background: #fff;
    color: #ef5350;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-cta:hover {
    background: #333;
    color: #fff;
    transform: scale(1.05);
}
.footer-custom {
    background: #333;
    padding: 60px 0 30px;
    color: #fff;
}
.footer-custom h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.footer-custom p, .footer-custom a {
    color: #ccc;
    line-height: 1.8;
}
.footer-custom a:hover {
    color: #ef5350;
}
.copyright {
    background: #222;
    padding: 20px 0;
    text-align: center;
    color: #999;
}
