.service {
    padding-top: 80px;
}

.service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: #262262;
}

h1 {
    text-align: center;
    color: #262262;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 40px;
}

.service-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-header {
    padding: 20px;
    background-color: #ffffff;
}

.service-header h2 {
    font-size: 24px;
    color: #262262;
    margin-bottom: 10px;
    font-weight: bold;
}

.service-short-description {
    font-size: 16px;
    color: #262262;
}

.service-content {
    display: none;
    padding: 20px;
    font-size: 16px;
    color: #262262;
    line-height: 1.6;
}

.service-content h3 {
    font-size: 20px;
    color: #262262;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.service-content ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #262262;
}

.service-content ul li {
    margin-bottom: 10px;
}
