.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/presentation.webp) center center no-repeat;
    background-size: cover;
    background-position: top;
}

.study-image {
    background: url(../img/study.avif) center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    /* border-radius: 6px; */
    overflow: hidden;
}

/* updates */
.core-values {
    border-top-width: 1px;
    border-color: #1e1e1e;
    background: rgb(249 250 251);
    padding: 4rem 0 4rem 0;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0 0.625rem 0 0.625rem;
    /* margin-top: 4rem; */
    /* margin-bottom: 4rem; */
    /* margin-bottom: 6rem; */
}

.inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 3rem;
}

.value {
    text-align: center;
}

.icon-container {
    display: flex;
    justify-content: center;
}

.icon {
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(219 234 254);
    color: rgb(30 58 138);
}

.text-container {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.title {
    font-size: 1.1rem /* 16px */;
    line-height: 1.5rem /* 24px */;
    font-weight: 500;
    color: rgb(17 24 39);
}

.text {
    font-size: 0.875rem /* 14px */;
    line-height: 1.25rem /* 20px */;
}

.description {
    margin-top: 0.75rem;
    font-size: 0.875rem /* 14px */;
    line-height: 1.25rem /* 20px */;
    max-width: 55ch;
}
@media (min-width: 640px) {
    .inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.5rem;
    }
}

@media (min-width: 768px) {
    .container {
        /* padding-left: 5rem;
        padding-right: 5rem; */
    }
    .value {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    .icon-container {
        flex-shrink: 0;
    }
    .text-container {
        margin-left: 1rem;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
        row-gap: 0px;
    }
    .value {
        display: block;
        text-align: center;
    }
    .key-feature {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    .feature-icon-container {
        flex-shrink: 0;
    }
    .feature-text-container {
        margin-left: 1rem;
        margin-top: 0;
    }

    .text-container {
        margin-left: 0;
        margin-top: 1.5rem;
    }
}

/* services */
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.site-heading h2 span {
    color: #022347;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.site-heading h4::before {
    background: #022347 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #00a01d none repeat scroll 0 0;
    border-color: #00a01d;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #022347;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
    background: #022347 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #022347;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #022347 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.we-offer-area .item i {
    color: #022347;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #022347 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #022347 !important;
}

.we-offer-area.text-left .item i {
    background: #022347 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid #022347;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}

/* logo slider */
.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 5s slide none linear;
}

.logos-slide img {
    width: 183px;
    height: 83px;
    margin: 0 40px;
}

/* @keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
} */

/* mission and vision */
.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: #0260a8;
}

.about-agro .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
    /* padding: 0rem 1rem 0rem 1rem; */
}
.about-agro .content .title {
    color: white;
}
.mission-vision {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem 0rem 4rem 0rem;
}
.mission-vision p {
    color: white;
}
@media (min-width: 640px) {
    /* .about-agro .content {
        padding: 4rem 1.5rem 4rem 1.5rem;
    } */
    .mission-vision {
        padding: 4rem 0rem 4rem 0rem;
    }
}
@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; */
    }

    .mission-vision {
        /* padding-left: 2rem;
        padding-right: 2rem; */
    }
    .about-agro .content div {
        max-width: 32rem;
    }
}

.education-wrap {
    gap: 85px;
    padding: 30px;
    padding-right: 0;
    position: relative;
}

@media (max-width: 767px) {
    .education-wrap {
        padding: 20px;
    }
}

.eduction-iconwrap {
    min-width: 130px;
    width: 130px;
    height: 130px;
    position: relative;
}

.eduction-iconwrap::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
    border: 8px solid #00283a;
    width: 100%;
}

.eduction-iconwrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background-color: #00283a;
    transform: rotate(45deg);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .eduction-iconwrap {
        transform: rotate(90deg);
        left: 0;
        top: unset;
        bottom: -50px;
    }
    .education-main {
        margin-left: 45px;
        margin-right: 45px;
    }
}

.education-icon {
    color: #fff;
    font-size: 45px;
    // transform: rotate(-45deg);
    z-index: 2;
}
.eduction-detail {
    background: #00283a;
    border-radius: 10px;
    padding: 35px;
    color: #fff;
    width: 70%;
}

.eduction-detail-head {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .eduction-detail-head {
        gap: 10px;
    }
}

.eduction-detail-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: white;
}

@media (max-width: 767px) {
    .eduction-detail-heading {
        text-align: center;
    }
}

.eduction-detail-years {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
    color: #515151;
}

.eduction-detail-text {
    line-height: 26px;
    font-weight: 400;
    color: white;
}

@media (max-width: 767px) {
    .eduction-detail-text {
        text-align: center;
    }
}

.eduction-detail-per {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #515151;
}

@media (max-width: 767px) {
    .eduction-detail-per {
        text-align: center;
    }
}
