.cta-section {
    background-color: #c30721;
    padding: 80px 0; /* Adjust the padding as needed */
}

/* Style the heading and paragraph text */
.cta-section h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

/* Style the buttons */
.cta-buttons a {
    margin-right: 15px;
    border-radius: 30px; /* Add rounded corners */
    padding: 15px 30px; /* Adjust padding as needed */
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease; /* Add smooth transition */
}

/* Primary Button */
.cta-buttons a.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

/* Secondary Button */
.cta-buttons a.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Apply hover effect to buttons */
.cta-buttons a:hover {
    background-color: #0056b3; /* Darker shade of primary color for primary button */
}

.cta-buttons a.btn-secondary:hover {
    background-color: #5a6268; /* Darker shade of secondary color for secondary button */
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(../img/plant.jfif) center center no-repeat;
    background-size: cover;
}

/* updates */
.section-services {
    padding-top: 110px;
    padding-bottom: 120px;
    font-family: "Poppins", sans-serif;
    background: #f9fafb;
    color: #fff;
    margin-top: 4rem;
}

.section-services .header-section {
    margin-bottom: 35px;
}
h3.title {
    color: white;
}

.section-services .header-section .title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #f70037;
}

.section-services .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #f70037;
}

.section-services .header-section .title span {
    color: #f70037;
}

.section-services .header-section .description {
    color: #6f6f71;
}

.section-services .single-service {
    margin-top: 40px;
    background-color: #24252a;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.section-services .single-service .part-1 {
    padding: 20px 40px 5px;
    border-bottom: 2px solid #1d1e23;
}

.section-services .single-service .part-1 i {
    margin-bottom: 10px;
    font-size: 40px;
    color: #f70037;
}

.service-item {
    display: flex;
    align-items: center;
}

.section-services .single-service .part-1 .title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}

.section-services .single-service .part-2 {
    padding: 0;
}

.section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #6f6f71;
    font-size: 14px;
    line-height: 1.8em;
}

.section-services .single-service .part-2 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #f70037;
}
