/* Section Styling */
.cpm-scheduling {
    padding: 60px 0;
    background-color: #ffffff;
}

.cpm-scheduling .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.cpm-scheduling .content {
    text-align: center;
}

.cpm-scheduling h2 {
    font-size: 28px;
    color: #003366;
    margin-bottom: 20px;
    font-weight: bold;
}

.cpm-scheduling p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cpm-scheduling strong {
    font-weight: bold;
    color: red;
}

/* Content and Image Layout */
.cpm-scheduling .content-with-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}

.cpm-scheduling .text-content {
    flex: 1;
    max-width: 70%;
    padding-right: 20px;
    text-align: left;
}

.cpm-scheduling .cpm-img {
    max-width: 40%;
    height: auto;
    flex: 1;
    border-radius: 8px;
}

/* CTA Section */
.cpm-scheduling .cta-section {
    text-align: center;
    margin-top: 30px;
}

.cpm-scheduling .offer {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.cpm-scheduling .btn-container {
    margin-top: 20px;
}

.cpm-scheduling .btn {
    display: inline-block;
    background-color: #000864;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cpm-scheduling .btn:hover {
    background-color: #005bb5;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .cpm-scheduling .content-with-img {
        flex-direction: column;
        text-align: center;
    }

    .cpm-scheduling .text-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .cpm-scheduling .cpm-img {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .cpm-scheduling h2 {
        font-size: 24px;
    }

    .cpm-scheduling .btn {
        width: 100%;
        font-size: 16px;
        padding: 14px;
    }
}
/* General Section Styling */
.cpm-consulting {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cpm-consulting h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000a4e !important;
    margin-bottom: 20px;
}

.cpm-consulting h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.cpm-consulting p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cpm-consulting .text-muted {
    font-size: 16px;
    color: #888;
}

.cpm-consulting .lead {
    font-size: 18px;
    color: #333;
}

/* Feature Box Styling */
.feature-box {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #001f6d;
    margin-bottom: 15px;
}

.feature-box p {
    font-size: 16px;
    color: #555;
}

/* Feature Box Hover Effect */
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Button Styling */
.cpm-consulting .btn {
    background-color: #004c99;
    color: white;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cpm-consulting .btn:hover {
    background-color: #005bb5;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .cpm-consulting h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .cpm-consulting h2 {
        font-size: 24px;
    }

    .cpm-consulting .feature-box {
        padding: 25px;
    }

    .cpm-consulting .btn {
        font-size: 16px;
        padding: 10px 25px;
    }
}

@media (max-width: 480px) {
    .cpm-consulting h2 {
        font-size: 20px;
    }

    .cpm-consulting p {
        font-size: 14px;
    }

    .cpm-consulting .btn {
        font-size: 14px;
        padding: 12px;
    }
}
/* General Section Styling */
.cpm-scheduling-software {
    background-color: #f1f8ff;
    padding-bottom: 60px;
}

.cpm-scheduling-software h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000073 !important;
    margin-bottom: 20px;
}

.cpm-scheduling-software h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.cpm-scheduling-software p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cpm-scheduling-software .lead {
    font-size: 18px;
    color: #333;
}

/* List Styling for Software and Services */
.cpm-scheduling-software ul {
    padding-left: 0;
    list-style: none;
}

.cpm-scheduling-software li {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.cpm-scheduling-software .list-inline-item {
    font-size: 18px;
    color: #004c99;
    margin: 0 15px;
}

/* Icon Styling for Checkmarks */
.fas.fa-check-circle {
    margin-right: 10px;
}

/* Feature Box Styling */
.cpm-scheduling-software .cta-section {
    background-color: #82828245;
    padding: 40px;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cpm-scheduling-software .text {
    color: rgb(0, 0, 0);
}

.cpm-scheduling-software .cta-section .btn {
    background-color: #001466;
    color: white;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cpm-scheduling-software .cta-section .btn:hover {
    background-color: #272f98;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .cpm-scheduling-software h2 {
        font-size: 28px;
    }

    .cpm-scheduling-software h3 {
        font-size: 24px;
    }

    .cpm-scheduling-software .cta-section {
        padding: 30px;
    }

    .cpm-scheduling-software .btn {
        font-size: 16px;
        padding: 10px 25px;
    }
}

@media (max-width: 480px) {
    .cpm-scheduling-software h2 {
        font-size: 22px;
    }

    .cpm-scheduling-software p {
        font-size: 14px;
    }

    .cpm-scheduling-software .btn {
        font-size: 14px;
        padding: 12px;
    }
}
