/* HRM Solutions Section */
.container {
    padding: 50px 0;
}

.hrm-section h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.hrm-section p {
    text-align: justify;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* Comprehensive HRM Features */
.service-item {
    margin-bottom: 50px;
}

.service-item h4 {
    font-size: 24px;
}

.service-item h5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-item ul {
    list-style-type: none;
    padding-left: 0;
}

.service-item ul li {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Video Container Styling */
.video-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video-container iframe {
    width: 100%;
    height: 315px;
    border: none;
    border-radius: 10px;
}

/* Call to Action */
.get-started {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background-color: #007bff;
    color: #fff;
}

.get-started p {
    font-size: 18px;
    margin-bottom: 20px;
}

.get-started .btn {
    font-size: 20px;
    padding: 15px 40px;
    border-radius: 30px;
    background-color: #fff;
    color: #007bff;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.get-started .btn:hover {
    background-color: #0056b3;
    color: #fff;
}
