/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Body Styling */
body {
    background-color: #ffffff;
    color: #000;
    line-height: 1.6;
}

/*Helvetica neue font including*/

@font-face {
    font-family: "Helvetica Neue";
    src: url("fonts/HelveticaNeue.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Helvetica Neue", sans-serif;
}

/* Container */
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
}

.row {
    display: flex;
    align-items: center;
    /* Vertically center */
    justify-content: center;
    /* Horizontally center (optional) */
}

/* BUtton Styling */
.btn {
    font-size: 14px;
    border: 2px solid #1A8500;
    font-family: "Helvetica Neue", sans-serif;
    padding: 10px 30px;
    border-radius: 0px;
}

.button-type-one {
    color: #1A8500 !important;
}

.button-type-one:hover {
    border: 2px solid #1A8500;
    color: #1A8500 !important;
}

.button-type-two {
    background-color: #1A8500;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    margin-left: 10px;
}

.button-type-two:hover {
    background-color: #1A8500;
    color: #fff;
    border-radius: 0px;
}

/**/

.benefits_fpo h3 {
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

.benefits_fpo span {
    font-size: 70px;
    color: #CC6300;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.icon-box {
    background: #114C00;
    padding: 30px;
    border-radius: 24px;
}

.icon-box h2 {
    text-align: left;
    font-size: 60px;
    margin-top: 20px;
    color: #CC6300;
    font-weight: 700;
    font-weight: 35px;
}

.icon-box p {
    color: #fff;
    text-align: left;
}

.about_fpo {
    padding: 100px 0;
}

.about_fpo h3 {
    color: #000;
    font-size: 16px;
    font-weight: 4000;
    text-align: center;
}

.about_fpo h3 span {
    color: #3A7271;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif;
}

/*Search box */

.search-container {
    position: relative;
}

.search-box {
    display: flex;
}

.search-input {
    padding: 10px 40px 10px 26px;
    border: 1px solid #332109;
    border-radius: 8px;
}

.search-icon {
    position: absolute;
    right: 54%;
    transform: translateY(100%);
    color: #332109;
    cursor: pointer;
}

.link-custom {
    margin-left: 10px;
    margin-top: 10px;
}

.link-custom a {
    color: #332109;
    text-decoration: none;
    padding-right: 10px;
    border-right: 1px solid #332109;
}

/*features_fpo*/

.features_fpo {
    padding: 100px 0;
}

.features_fpo h1 {
    font-size: 75px;
    color: #3A7271;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 70px;
    font-family: "Montserrat", sans-serif;

}

.features_fpo h1 span {
    font-size: 20px;
    font-weight: 400;
    color: #332109;
    text-transform: lowercase;
}

.grid-layout {
    position: relative;
}

.icon {
    background: #fdfdfd;
    width: 130px;
    height: 130px;
    padding: 20px 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -10%;
    left: 45%;
    border: 4px #1ab900 solid;
}

.icon img {
    width: 100%;
}

.icon-box1 {
    background: #1AB900;
    padding: 150px 70px 50px 70px;
    position: sticky;
    top: 50px;

}

.icon-box2 {
    background: #1A8500;
    margin-top: 100px;
    padding: 100px 70px 50px 70px;
    position: sticky;
    top: 120px;
}

.icon-box2 .icon {
    top: -22%;
}

.icon-box3 {
    margin-top: 150px;
    background: #114C00;
    padding: 70px;
    position: sticky;
    top: 210px;
}

.icon-box3 .icon {
    top: -20%;
}

.icon-box4 {
    background: #0f3e01;
    padding: 50px 70px 50px 70px;
    margin-top: 200px;
    position: sticky;
    top: 200px;
}

.icon-box4 .icon {
    top: -20%;
}

.grid-layout h3 {
    color: #fff;
}

.grid-layout p {
    color: #fff;
    text-align: justify;
}

.site-footer {
    background: #332109;
    padding: 150px 0 0 0;
}

.page-list a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;
}

.page-list a:hover {
    color: #fff;
}

.logo-footer img {
    width: 150px;
    float: right;
}

.footer-bgImg img {
    margin-top: -200px;
}

.site-footer .page-list {
    width: 200px;
}

.search-box {
    width: 65%;
}

@media (max-width:1064px) {
    .header-text a {
        font-size: 14px;
    }

    .btn {
        padding: 6px 18px;
    }
}

@media (max-width:860px) {
    .btn {
        padding: 5px;
    }

    .search-box {
        width: 50%;
    }
}

@media (max-width:820px) {
    .icon-box h2 {
        font-size: 40px;
    }

    .features_fpo h1 {
        font-size: 30px;
    }

    .icon {
        width: 90px;
        padding: 23px;
        top: -4%;
        left: 36%;
    }

    .icon-box1,
    .icon-box2,
    .icon-box3,
    .icon-box4 {
        padding: 70px 20px 30px 20px;
        position: relative;
    }

    .icon-box2 .icon {
        top: -4%;
    }

    .icon-box2 {
        margin-top: 33px;
    }

    .icon-box3 .icon {
        top: -5%;
    }

    .icon-box3 {
        top: 33px;
    }

    .icon-box4 {
        top: 90px;
        margin-top: 33px;
    }

    .icon-box4 .icon {
        top: -4%;
    }

    header .text-end {
        margin-top: 20px;
    }

    .benefits_fpo span {
        font-size: 60px;
    }

    .site-footer {
        padding-top: 20px;
    }

    .navbar-collapse .form-control {
        width: 100px;
        min-width: 100px;
    }


}

@media (max-width:450px) {
    .flex-column {
        flex-direction: row !important;
    }

    .btn-outline-success,
    .btn-success {
        margin-top: 10px;
    }
}


/*FPO DATABASE PAGE*/

.farmer-bg {
    background-image: url('../images/bgImgae.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}

.overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#976E39A8, #CBA86680, #976E39A8);
    z-index: 0;
}

.farmer-img {
    border: 4px solid green;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.name-box {
    border: 3px solid green;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.search-box {}

.search-input {
    border-radius: 10px;
    border: 0px;
    padding: 8px 40px 8px 15px;
    width: 300px;
    color: #1A8500;
}

::placeholder {
    color: #1A8500;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: green;
}

@media (max-width: 768px) {
    .search-boxFarmer {
        position: static;
        margin-bottom: 20px;
        text-align: center;
    }

    .search-input {
        width: 100%;
    }
}

.farmer-details {
    background: #ffffff;
    opacity: 0.7;
    padding: 40px;
    border-radius: 44px;
    border: 2px solid #1A850087;
    z-index: 9;
}

table tr td h5 {
    font-size: 20px;
    color: #6E3C14;
    font-weight: 700;
}

table tr td h6 {
    font-size: 18px;
    font-weight: 300;
    color: #6E3C14;
    line-height: 30px;
}

tbody tr td:first-child {
    width: 200px;
}

.z-9 {
    z-index: 9;
}

.radio-btn .btn {
    font-size: 14px;
    border: 1px solid #198754;
    font-family: "Helvetica Neue", sans-serif;
    padding: 10px 30px;
    border-radius: 8px !important;
    margin-right: 10px;
    color: #198754 !important;
}

.radio-btn .btn-check:checked+.btn {
    color: #fff !important;
    background-color: #198754;
    border-color: #ffffff;
}

@media (max-width: 768px) {
    .radio-btn .btn {
        margin-bottom: 15px;
    }

    #registration-form .btn-group {
        display: block;
    }
}



.farmx-farmers-inner {
    padding: 20px 10px;
    background-color: #d1fbfb24;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #99cecd;
    margin-bottom: 15px;
}
.farmx-farmers-inner img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.farmx-farmers-img {
    border: 2px #3a7271 dotted;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    border-radius: 50%;
}
.farmx-farmers-data {
    text-align: center;
    text-transform: capitalize;
    font-size: 13px;
    padding-top: 5px;
    color: #3a7271;
}

