#preloader { display: none !important; }
#status { display: none !important; }
.top-bar-contact {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 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: #fa709a; }
.navbar-brand { padding: 10px 15px; height: auto; }
.page-hero {
    background: linear-gradient(135deg, rgba(250,112,154,0.9) 0%, rgba(254,225,64,0.9) 100%);
    padding: 80px 0; color: #fff; text-align: center;
}
.page-hero h1 { font-size: 42px; font-weight: 700; margin-bottom: 15px; }
.page-hero p { font-size: 18px; opacity: 0.95; }
.breadcrumb-custom {
    background: rgba(255,255,255,0.2); padding: 15px 0; margin-top: 20px;
}
.breadcrumb-custom a { color: #fff; text-decoration: none; }
.service-detail { padding: 80px 0; background: #fff; }
.service-item {
    background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
    border-left: 4px solid #fa709a;
    padding: 30px; margin-bottom: 30px; border-radius: 0 10px 10px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.service-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(250,112,154,0.2);
}
.service-item h3 { color: #fa709a; font-size: 22px; margin-bottom: 15px; }
.service-item p { color: #666; line-height: 1.8; font-size: 15px; }
.service-item ul { list-style: none; padding: 0; margin-top: 15px; }
.service-item ul li {
    padding: 8px 0; padding-left: 25px; position: relative; color: #555;
}
.service-item ul li:before {
    content: "\f00c"; font-family: FontAwesome; color: #fa709a;
    position: absolute; left: 0; top: 8px;
}
.team-section {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    padding: 60px 0; color: #fff; text-align: center;
}
.team-section h2 { font-size: 32px; margin-bottom: 20px; }
.team-section p { font-size: 16px; opacity: 0.9; margin-bottom: 10px; }
.stats-row { display: flex; justify-content: space-around; margin-top: 40px; flex-wrap: wrap; }
.stat-box {
    background: rgba(255,255,255,0.2); padding: 20px 30px; border-radius: 10px; margin: 10px;
}
.stat-box .number { font-size: 36px; font-weight: 700; display: block; }
.stat-box .label { font-size: 14px; opacity: 0.9; }
.live-showcase { padding: 80px 0; background: #f8f9fa; }
.showcase-card {
    background: #fff; padding: 30px; border-radius: 10px;
    margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.showcase-card h4 { color: #fa709a; font-size: 20px; margin-bottom: 15px; }
.showcase-card p { color: #666; line-height: 1.8; }
.showcase-card .highlight {
    background: #fff3e0; padding: 15px; border-radius: 8px; margin-top: 15px;
    border-left: 3px solid #fa709a;
}
.cta-section {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    padding: 60px 0; color: #fff; text-align: center;
}
.cta-section h2 { font-size: 32px; margin-bottom: 20px; }
.btn-cta {
    background: #fff; color: #fa709a; 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: #fa709a; }
.copyright { background: #222; padding: 20px 0; text-align: center; color: #999; }
