body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.service-header {
    text-align: center;
    margin-bottom: 40px;
}

.service-header h1 {
    font-size: 36px;
    color: #b30000;
}

.service-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.service-box h2 {
    color: #333;
}

.service-box p {
    line-height: 1.6;
}

.webnest-highlight {
    border-left: 5px solid #d10000;
    padding-left: 15px;
    background-color: #fff0f0;
}

.btn-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #d10000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-link:hover {
    background-color: #990000;
}
