.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/agriculture.jpg) center center no-repeat;
    background-size: cover;
}

/* updates */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0 0.625rem 0 0.625rem;
    /* margin-bottom: 6rem; */
}

.about-agro {
    background: #237138;
}

.about-agro .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
    padding: 4rem 1rem 4rem 1rem;
}
.about-agro .content .title {
    color: white;
}

.agro-overview {
    color: white;
    font-size: 1.2rem;
    /* font-weight: bold; */
}

.mission-vision {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.mission-vision p {
    color: white;
}

@media (min-width: 640px) {
    .about-agro .content {
        padding: 4rem 1.5rem 4rem 1.5rem;
    }
}
@media (min-width: 769px) {
    .container {
        /* padding-left: 5rem;
        padding-right: 5rem; */
    }
}
@media (min-width: 1024px) {
    .about-agro .content {
        display: grid;
        max-width: 80rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .about-agro .content div {
        max-width: 32rem;
    }
}

/* Service cards */
.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #f5f5f5;
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
}

.advertisers-service-sec {
    background-color: #f5f5f5;
}

.advertisers-service-sec span {
    color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(246, 164, 3), #3b9954);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: #3b9954;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #3b9954;
}

.advertisers-service-sec .service-card:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
    color: #f0f0f0;
}

/* why us */
#featuresSection {
    font-family: Roboto;
}

#featuresSection img {
    width: 30%;
}

.mainHeading {
    font-size: 30px;
    font-weight: bold;
    color: #323f4b;
}

.subheading {
    color: #323f4b;
    font-size: 25px;
    font-weight: 900;
}

#featuresSection h6 {
    color: #7b8794;
}

#featuresSection h2 {
    color: #323f4b;
    font-size: 25px;
    font-weight: 700;
}

#featuresSection p {
    color: #9aa5b1;
}
