﻿
section {
    padding-bottom: 80px;
}

h2 {
    font-weight: bold;
}

.icon img {
    width: 32px;
    height: 32px;
}

.card {
    border-radius: 10px;
}

.card-title {
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
}

.bg-hr-reason {
}

.container-fluid p {
    font-size: 1rem;
    color: #e0e0e0;
}

.card-body {
    text-align: left;
}

.action-button {
    text-align: center;
    margin-top: 40px;
}

    .action-button button {
        background-color: #00c851;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 30px;
        font-size: 1.5rem;
        font-weight: 600;
        transition: all .5s;
    }

        .action-button button:hover {
            opacity: .85;
        }
/*css for benefit-section*/
.benefits-section {
    background: linear-gradient(to bottom, #0066cc, #0044cc);
    padding: 60px 0;
    position: relative;
}

    .benefits-section h4 {
        font-weight:600;
        font-size:1rem;
    }

    .benefits-section p {
        font-weight: 500;
        font-size: 0.8rem;
    }

    .benefits-section .icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 15px;
    }




/* Responsive Adjustments */
@media (max-width: 768px) {
    .benefit-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .benefits-section .icon {
        margin-bottom: 15px;
    }
}
