.text-logo {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none !important;
    display: block;
    line-height: 1.4;
    max-width: 300px;
}
.text-logo:hover {
    color: #f7b72d !important;
}
.breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
}
.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.breadcrumb .container {
    position: relative;
    z-index: 1;
}
.breadcrumb h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.breadcrumb span {
    color: #fff;
    margin-right: 10px;
}
.breadcrumb span a {
    color: #f7b72d;
}
.service-section {
    padding: 60px 0;
}
.service-section.grey-background {
    background: #f8f9fa;
}
.service-block {
    margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.service-block h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    border-left: 4px solid #f7b72d;
    padding-left: 15px;
}
.service-item {
    margin-bottom: 25px;
    padding-left: 20px;
    border-left: 2px solid #f7b72d;
}
.service-item h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
.service-item p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}
.intro-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f7b72d 0%, #f7971e 100%);
    color: #fff;
}
.intro-section h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}
.intro-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.feature-section {
    padding: 60px 0;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.feature-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
}
.feature-card i {
    font-size: 48px;
    color: #f7b72d;
    margin-bottom: 20px;
}
.feature-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.feature-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
.contact-section {
    padding: 60px 0;
    background: #f8f9fa;
}
.contact-info {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.contact-info p {
    margin-bottom: 15px;
    color: #666;
}
.contact-info i {
    color: #f7b72d;
    margin-right: 10px;
    width: 20px;
}
.highlight-keyword {
    color: #f7b72d;
    font-weight: 600;
}
footer {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0 30px;
}
footer h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer .text {
    color: #bbb;
    line-height: 1.6;
    margin-bottom: 15px;
}
footer address p {
    color: #bbb;
    margin-bottom: 10px;
}
footer address i {
    color: #f7b72d;
    margin-right: 10px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    color: #bbb;
    transition: color 0.3s ease;
}
footer ul li a:hover {
    color: #f7b72d;
}
.footer-bottom {
    background: #1a252f;
    padding: 20px 0;
    color: #bbb;
}
.footer-bottom a {
    color: #f7b72d;
}
