/* .homeBanner  */
.homeBanner {
    position: relative;
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.3) 100%
        ),
        linear-gradient(105deg, #242434 -6.94%, rgba(0, 0, 0, 0) 62.37%),
        url("../../asset/images/tractor-makes-harvesting-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: 1; */
}
.homeBanner .custom-container {
    position: relative;
}

.homeBanner {
    background-size: cover;
    background-position: right;
}
.homeBannerInner p {
    padding-block: clamp(15px, 3vw, 20px);
    line-height: 144.44%;
}
.homeBannerSubTitle {
    color: var(--Dark-Shade, #fff);

    /* Title/Small */
    font-family: Capriola;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
}

.homeBannerTitle {
    color: #ffff;
    font-family: Capriola;
    font-size: clamp(30px, 5vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 116.667%;
    /* 116.667% */
    letter-spacing: -0.96px;
    max-width: 524px;
}

.homeBannerTitle:first-line {
    color: #f3d760;
}

.homeBannerInner {
    max-width: 728px;
    color: #fff;
    padding-block: clamp(30px, 4vw, 80px);
}

.buttonGorup {
    display: flex;
    gap: 22px;
    /* flex-wrap: wrap; */
}

.buttonGorup button {
    width: 180px;
    color: var(--Dark-Shade, #fff);
    font-family: Capriola;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.homeBannerSubTitle:after {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../../asset/images/subTitleUnderline.svg);
    height: 27px;
    top: 94%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.realIcon {
    position: relative;
}

.realIcon::before {
    position: absolute;
    bottom: 56%;
    width: 100%;
    content: "";
    aspect-ratio: 1;
    background: url(../../asset/images/beforeReal.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 10%;
}

/* .homeBanner end  */

/* sub title  */
.sectionSubTitle {
    color: #141414;
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 700;
    line-height: 144.444%;
    /* 144.444% */
    text-transform: uppercase;
    margin-bottom: clamp(7px, 1.1vw, 12px);
}

.sectionTitle {
    color: #141414;
    font-family: Capriola;
    font-size: clamp(22px, 3vw, 40px);
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.8px;
    position: relative;
    display: inline-flex;
    gap: clamp(6px, 1.7vw, 12px);
    padding-bottom: 20px;
    text-transform: capitalize;
    align-items: self-start;
}

.sectionTitle::before {
    content: "";
    min-width: clamp(20px, 3vw, 36px);
    aspect-ratio: 1;
    display: block;
    background: url(../../asset/images/sectionTitltIcon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* common section css  */

.ourServices,
.asAFarmer,
.aboutUs,
.testimonials,
.articles {
    padding-block: clamp(30px, 4.5vw, 80px);
}

/* ourServices  */
.ourServices {
    text-align: center;
    background: var(--Dark-Shade, #fff);
}

.ourServicesImg img {
    max-width: 85%;
    margin: auto;
    max-height: 100%;
    object-fit: contain;
}

/* as A Farmer */

.asAFarmer {
    text-align: center;
    /* background: linear-gradient(90deg, #D1B748 10%, #FDF8F2 100%), url(../../asset/images/layerImg.png); */
}

.farmerFrame:after {
    content: "";
    width: 100%;
    height: 59%;
    position: absolute;
    top: 50%;
    inset-inline: 0;
    z-index: 0;
    isolation: isolate;
    box-shadow: 5px 3px 0px 100vmax #d1b748;
    background: #d1b748;
    clip-path: inset(0 -100vmax);
}

.asAFarmerInner {
    display: flex;
    gap: clamp(14px, 3vw, 27px);
    align-items: center;
    justify-content: center;
    margin-top: clamp(0px, 3vw, 18px);
}

.asAFarmerInnerBtn {
    background: #379941;
    aspect-ratio: 1;
    border-radius: 50%;
    width: clamp(92px, 15vw, 150px);
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;

    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}

.farmerFrame {
    padding-top: clamp(20px, 4.7vw, 80px);
    position: relative;
}

.farmerFrame img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.asAFarmerInnerBtn img {
    width: clamp(26px, 4vw, 50px);
}

.asAFarmerInnerBtn p {
    color: var(--Dark-Shade, #fff);
    text-align: center;
    font-family: Mulish;
    font-size: clamp(10px, 2vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 144.44%;
    /* 144.444% */
}

.sectionContent {
    color: #434343;
    font-family: Mulish;
    font-size: clamp(16px, 3vw, 16px);
    font-weight: 400;
    line-height: 177.778%;
    padding-bottom: 12px;
    /*  */
}
/* as A Farmer end */

/* aboutUsSection  */

.aboutLeft {
    flex: 1 1 300px;
}
.aboutLeft img {
    max-width: 100%;
    object-fit: contain;
    margin-left: auto;
}

.aboutUsSection {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap-reverse;
    align-items: center;
}

.aboutRight {
    flex: 1 1 370px;
}
.aboutRight .sectionContent {
    max-width: 633px;
    line-height: 144.444%;
}

section.aboutUs li {
    color: #141414;
    font-family: Mulish;
    font-size: clamp(16px, 3vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}
.aboutUs li:before {
    content: attr(data-count);
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    background: var(--Primary, #379941);
    border-radius: 50%;

    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.05));
    color: var(--Dark-Shade, #fff);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
}

.testimonials {
    text-align: center;
}
.testimonialsSlider {
    max-width: 1235px;
    margin: auto;
}

.testimonialsSlidercard {
    display: flex;
    gap: clamp(30px, 6vw, 85px);
    text-align: left;
    align-items: self-start;
    flex-wrap: wrap;
}

.testimonialsImg {
    max-width: 100%;
    aspect-ratio: 1;
    width: 350px;
    margin: auto;
}

.testimonialsImg img {
    border-radius: 50%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonialsText {
    flex: 1 1 400px;
}

.testimonialsText img {
    max-width: 10%;
}

.testimonialsText .nameSection {
    color: #141414;

    /* Paragraph/Large */
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.testimonialsText h6 + p {
    color: #acacac;

    /* Paragraph/medium */
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.testimonialsText img + p {
    color: #141414;
    padding-block: 16px;
    font-size: clamp(14px, 2vw, 16px);
}

.slick-dots {
    position: unset;
    gap: 7px;
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
}

.slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.slick-dots li button {
    padding: 0 !important;
    background: #cccccc;
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    content: unset !important;
}
.slick-dots li.slick-active button {
    width: 20px;
    background: #d1b748;
}

/* articles section  */

.articles {
    text-align: center;
    background: var(--Dark-Shade, #fff);
}

.articlesSection {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: clamp(20px, 3vw, 32px);
    padding-block: clamp(20px, 4vw, 40px);
}

.articlesSectionCard {
    max-width: 500px;
    border-radius: 5px;
    background: #fdf8f2;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
}

.articleImg {
    width: 100%;
    aspect-ratio: 2.08;
}

.articleImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articlesSectionCardText ul {
    display: flex;
    gap: 38px;
    color: #141414;
    font-family: Mulish;
    font-size: clamp(14px, 3vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    padding-bottom: 16px;
}

.articlesSectionCardText {
    text-align: left;
    padding: clamp(15px, 3vw, 26px);
}

.articlesSectionCardText .cardtitle {
    color: #141414;
    font-family: Capriola;
    font-size: clamp(18px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 150% */
}
.articlesSectionCardText ul li:last-child {
    list-style-type: disc;
    padding-left: 10px;
}

/* .weAre section
   */

.weAreLeft {
    flex: 1 1 300px;
    padding-block: 50px;
    position: relative;
}

.weAreLeft:after {
    position: absolute;
    width: 200%;
    background: #d1b748;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    z-index: 0;
}

.weAreLeft img {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 100%;
    object-fit: contain;
}

.weAre {
    background: var(--Dark-Shade, #fff);
}

.breadcrumb {
    padding-block: clamp(30px, 4.5vw, 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-area: 6px;
    margin: 0;
}
.breadcrumb h1 {
    color: var(--Dark-Shade, #fff);
    text-align: center;

    /* Heading/H3 */
    font-family: Capriola;
    font-size: clamp(20px, 3vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 110% */
    letter-spacing: -0.8px;
}
.breadcrumb ul {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    gap: 15px;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.444%; /* 144.444% */
}
.breadcrumb ul li:not(:first-child)::before {
    content: "/";
    padding-right: 17px;
    color: var(--Dark-Shade, #fff);
}
.breadcrumb ul li:not(:first-child) {
    color: var(--Dark-Shade, #fff);
}

.whatWeDo .custom-container {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 5vw, 80px);
    align-items: start;
}

.imgSection img {
    width: 58%;
    object-fit: cover;
    display: inline;
    position: absolute;
}

.imgSection {
    position: relative;
    flex: 1 1 300px;
    aspect-ratio: 1;
}

.whatWeDoText {
    flex: 1.5 1 350px;
    padding-bottom: 30px;
}

.imgSection img:first-child {
    top: 0;
    left: 0;
    aspect-ratio: 0.68;
}

.imgSection img:last-child {
    bottom: 0;
    right: 0;
    aspect-ratio: 0.9;
}

.cardList li {
    color: #434343;

    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.cardList {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 3vw, 12px);
    padding-block: 12px 30px;
}

.cardList li:before {
    content: "";
    min-width: 17px;
    height: 17px;
    display: block;
    background: url(../../asset/images/listIcon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section.whatWeDo {
    background: #fff;
    padding-block: clamp(30px, 4.5vw, 80px);
}

section.organicProducts {
    text-align: center;
    padding-block: clamp(30px, 4.5vw, 80px);
}

.organicProductsCardSection {
    display: grid;
    column-gap: clamp(20px, 2vw, 32px);
    grid-template-columns: auto auto auto auto;
    text-align: left;
    padding-top: 60px;
}

.organicProductsCard h1 {
    color: #141414;
    text-align: justify;

    /* Title/Small */
    font-family: Capriola;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    padding-top: clamp(15px, 2vw, 40px);
}

.organicProductsCard:nth-child(odd) {
    padding-bottom: clamp(30px, 3.7vw, 74px);
}

.organicProductsCard:nth-child(even) {
    padding-top: clamp(30px, 3.7vw, 74px);
}

.organicProductsCardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.organicProductsCardImg {
    width: 100%;
    aspect-ratio: 1;
}
.organicProducts .sectionTitle {
    max-width: 775px;
}

.organicFoodImgSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.organicFoodImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.organicFoodCountSection {
    display: flex;
    gap: 20px;
    padding-block: clamp(20px, 4vw, 40px);
    margin-left: -25%;
}

.organicFoodCountCard {
    padding: 22px;
    color: #fff;
    background: var(--Primary, #379941);
    width: 280px;
    max-width: 50%;
}

p.organicFoodTitle {
    color: var(--Dark-Shade, #fff);

    /* Paragraph/Large */
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

h1.organicFoodCount {
    color: var(--Dark-Shade, #fff);

    /* Heading/H3 */
    font-family: Capriola;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 110% */
    letter-spacing: -0.8px;
}

p.organicFoodCountText {
    color: var(--Dark-Shade, #fff);
    text-align: justify;

    /* Paragraph/small */
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
section.organicFood {
    padding-block: clamp(30px, 4.5vw, 80px);
    background: #fff;
}
.organicFoodHeader {
    max-width: 640px;
}
.organicFoodCountCard:last-child {
    background: var(--Secondary, #d1b748);
}

section.weProvide {
    padding-block: clamp(30px, 4.5vw, 80px);
    text-align: center;
    background: linear-gradient(to bottom, transparent 62%, #fff 38%);
}
.weProvideCardSection {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: clamp(20px, 3vw, 32px);
    padding-block: clamp(20px, 4vw, 40px);
    row-gap: 56px;
}
.harvest-service,
.articlesSection,
.healthy-vedio-sec {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
}
.weProvideCard {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
    border-radius: 16px;
    background: var(--Dark-Shade, #fff);
    box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.1);
    padding: clamp(25px, 2.7vw, 40px) clamp(16px, 2.7vw, 47px);
}

.weProvideCardImg {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: -78px;
}

.weProvideCard h2 {
    color: #141414;

    font-family: Capriola;
    font-size: clamp(26px, 3vw, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%; /* 112.5% */
    letter-spacing: -0.64px;
}

.countValue {
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.3) 100%
        ),
        linear-gradient(105deg, #242434 -6.94%, rgba(0, 0, 0, 0) 62.37%),
        url(../../asset/images/countBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: clamp(30px, 4.5vw, 80px);
}
.countSection {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 6vw, 85px);
    color: #fff;
    text-align: center;
}
.countSectionCard h1 {
    font-family: Capriola;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 400;
    line-height: 116.667%; /*  */
    letter-spacing: -0.96px;
    margin-bottom: 10px;
}

.countSectionCard p {
    font-family: Mulish;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 400;
    line-height: 108.333%; /*  */
}
/* consumer-page  start*/
/* innovatiove-consumer */
.innovative-list {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 3vw, 20px);
    padding-block: 0px 30px;
}
.small-content {
    font-size: 16px;
    text-align: justify;
}
.innovative-consumer .custom-container {
    align-items: center;
}
.innovative-consumer .custom-container .whatWeDoText {
    padding-bottom: 0;
}
.innovative-consumer .small-content {
    text-align: justify;
}
section.whatWeDo.innovative-vedio-sec {
    padding-top: 0;
}
.innovative-imgSection {
    margin: auto;
}
/* innovatiove-vedio */
.innovative-vedio iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 2;
}
.whatWeDo .innovative-vedio-sec {
    padding-top: 0;
}
.innovative-vedio {
    width: 100%;
    aspect-ratio: 1.97;
}
.mailSection + .socialIcon span {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
}
/* trusted-consmer */
.trusted {
    text-align: center;
}
.consumer-notification {
    max-width: 1096px;
    margin: auto;
}
.corners {
    min-height: 75px;
    padding: 20px 24px 48px;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    text-align: left;
}
.consumer-validation {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}
.validation.img-content {
    outline: 13px solid #fdf8f2;
    border-radius: 50%;
    width: clamp(100px, 11vw, 186px);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.validation.trust {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 50px;
}
.consumer-name h1 {
    font-size: 20px;
}
.consumer-name {
    margin-left: 12px;
}
.consumer-detail {
    margin-bottom: 20px;
}
.validation.img-content img {
    width: 100%;
}
.trusted-sec {
    padding-block: clamp(30px, 4.5vw, 80px);
    background: linear-gradient(to bottom, transparent 80%, #fff 38%);
}

/* contact section  */
.contactSection {
    padding-block: clamp(30px, 4.5vw, 80px);
    background: linear-gradient(to bottom, transparent 80%, #fff 38%);
    text-align: center;
}
.trusted-sec .consumer-img {
    max-width: 60px;
}
.trusted-sec .consumer-img img {
    max-width: 100%;
    object-fit: contain;
    margin-left: auto;
}
.contactForm {
    border-radius: 16px;
    background: var(--Dark-Shade, #fff);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    width: 1365px;
    max-width: 90%;
    margin: auto;
    margin-top: 40px;
    padding: clamp(10px, 3vw, 20px);
    gap: clamp(20px, 3vw, 38px);
}

.contactFormText {
    border-radius: 10px;
    background: var(--Primary, #379941)
        url(../../asset/images/contactBGLayer.png);
    padding: clamp(10px, 3vw, 20px);
    color: #fff;
    text-align: left;
    flex: 0.5 1 300px;
    margin-inline: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-width: 100%;
}

.mailSection {
    justify-content: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    display: flex;
    margin-block: 30px;
    gap: 19px;
    align-items: center;
}

.mailIcon {
    width: 50px;
    aspect-ratio: 1;
    background: #6fb576;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.mailText h6 {
    color: var(--Dark-Shade, #fff);
    font-family: Mulish;
    font-size: clamp(12px, 3vw, 18px);
    font-weight: 400;
    margin-bottom: 6px;
}

.mailText h2 {
    color: var(--Dark-Shade, #fff);
    font-family: Mulish;
    font-size: clamp(12px, 3vw, 18px);
    font-weight: 700;
    line-height: 133.333%; /* 133.333% */
}

.contactFormField {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1 1 447px;
    max-width: 100%;
}
.formBtn {
    width: 100%;
}
.contactFormText h1 {
    font-size: clamp(22px, 3vw, 28px);
}
.mailSection h1 {
    color: var(--Dark-Shade, #fff);

    /* Heading/H5 */
    font-family: Capriola;
    font-size: clamp(20px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 116.667%; /* 116.667% */
    letter-spacing: -0.48px;
}

.contactFormText p {
    color: var(--Dark-Shade, #fff);

    /* Paragraph/medium */
    font-family: Mulish;
    font-size: clamp(12px, 3vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.formBtn button {
    min-width: 170px;
}

/* form section  */

.inputSection label {
    color: #141414;
    text-align: justify;
    font-family: Mulish;
    font-size: clamp(16px, 3vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    padding-bottom: clamp(6px, 2vw, 14px);
}

.inputSection :is(input, textarea, select) {
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    background: var(--Dark-Shade, #fff);
    height: var(--buttonHeight);
    padding: 5px 20px;
    width: 100%;
    position: relative;
}
.inputSection textarea {
    min-height: 80px;
}
.inputSection :is(input, textarea):focus {
    border: 1px solid var(--Primary, #379941);
    outline: unset;
}
.inputSection {
    display: flex;
    flex-direction: column;
    /* gap: clamp(6px, 2vw, 14px); */
    position: relative;
    flex: 1 1 285px;
    max-width: 100%;
}

span.error {
    text-align: left;
    color: red;
    /* position: absolute;  */
    top: 100%;
}

input[type="number"] {
    padding-left: 51px;
    position: relative;
    -webkit-appearance: initial;
}

input[type="number"] + select {
    all: unset;

    position: absolute;
    width: 32px;
    height: 23px;
    left: 14px;
    appearance: none;
    border: unset;
    outline: unset;
    /* bottom: calc(6% + 12px); */
    top: calc(39px + 13px);
    border-right: 1px solid #939393;
}

/* login page  */
.loginSection {
    display: flex;
    min-height: 100%;
    /* align-items: center; */
}

.loginBG {
    flex: 1.3 1 300px;
    background: url(../../asset/images/Color-blur.png),
        url(../../asset/images/login-img.jpg);
}
.farmerbg {
    background: url(../../asset/images/Color-blur.png),
        url(../../asset/images/FarmerBG.png);
}
.wholesalerbg {
    background: url(../../asset/images/Color-blur.png),
        url(../../asset/images/WholesalerBG.png);
}

.loginForm {
    flex: 1 1 300px;
    display: flex;
    position: relative;
    flex-direction: column;
    max-height: 100vh;
    overflow: auto;
}

.loginFormSection {
    max-width: 400px;
    margin: auto;
    text-align: center;
    width: 90%;
}

.loginFooter {
    margin-block: clamp(20px, 3vw, 50px);
    text-align: center;
    width: 100%;
}
.loginBG .homeBannerTitle {
    margin: auto;
    width: 90%;
    text-align: center;
    padding-top: clamp(30px, 3vw, 90px);
    font-size: clamp(20px, 3vw, 48px);
}

.loginBG {
    background-position: center 70%;
    background-size: cover;
}

.loginBtn {
    margin-block: 20px clamp(20px, 3vw, 30px);
}

.loginLogo img {
    margin: auto;
    max-width: 90%;
    margin-bottom: clamp(20px, 3vw, 38px);
}

.loginFormSection h3 {
    color: #141414;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 116.667%;
}

.loginFormSection h3 + p {
    color: #434343;
    text-align: center;
    font-size: 16px;
    line-height: 187.5%; /*  */
    padding-bottom: 30px;
}

.splText {
    color: var(--Primary, #379941);
}
.inputSection:has(.toggle-password) input {
    padding-right: 40px;
}
.toggle-password {
    position: absolute;
    right: 8px;
    top: 55px;
    /* bottom:14px; */
    width: 22px;
    height: 22px;
    background: url(../../asset/images/eye-slash.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.toggle-password.open {
    background: url(../../asset/images/eye.svg);
}
.backBtn {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
p.splText.backBtn a {
    line-height: normal;
}
.formInput + .splText {
    text-align: right;
}
.formInput .inputSection {
    margin-bottom: 20px;
}

.productdetails-form {
    padding: clamp(10px, 3vw, 50px);
}

.productdetails-input {
    border-radius: 5px;
    border: 1px solid var(--Primary, #379941);
    background: var(--Dark-Shade, #fff);
    padding: clamp(10px, 4vw, 30px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 3vw, 30px);
    row-gap: 16px;
}

.productdetails-input :is(.inputSection, .productInput) {
    flex: 1 1 310px;
}

.productdetails-form-title {
    padding-bottom: clamp(20px, 3vw, 30px);
    border-bottom: 1px solid #d1b748;
    margin-bottom: clamp(20px, 3vw, 30px);
}

.labelCheckBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkBoxSection input {
    height: 24px;
    width: 24px;
    accent-color: #379941;
}
.checkBoxSection {
    display: flex;
    align-items: center;
    gap: 7px;
}

.productInput {
    display: flex;
    gap: 30px;
}
.productImg {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: end;
}
.measurements .innerSection {
    width: 160px;
    max-width: 160px;
    margin-top: auto;
}
.productInput.measurements .inputSection:first-child {
    max-width: calc(100% - 160px);
    min-width: calc(100% - 170px);
}
.innerSection {
    width: 100px;
    max-width: 100px;
    margin-top: auto;
}
.productInput .inputSection:first-child {
    max-width: calc(100% - 124px);
    min-width: calc(100% - 124px);
}

.inputSection.innerSection select {
    padding-inline: 16px;
}

.conformationSection {
    padding-block: clamp(15px, 3vw, 30px) clamp(20px, 3vw, 40px);
}

.radioSection label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radioSection label input {
    width: 30px;
    height: 30px;
    accent-color: #379941;
}

.radioSection {
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.accordion-button {
    border-radius: 5px;
    background: #eff3f0;
}

.productAccordion {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.productAccordion:last-of-type {
    margin: 0;
}
.accordion-header-text ul li {
    color: #141414;
    text-align: justify;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
    list-style-type: disc;
}
.accordion-header-text ul li:first-child {
    list-style: none;
}

.productAccordion .splText.backBtn {
    justify-content: start;
    padding: 0 0 20px clamp(16px, 3vw, 30px);
    width: fit-content;
    cursor: pointer;
}

.accordion-header-text ul {
    display: flex;
    gap: 28px;
}

.accordion-header-text ul li::marker {
    color: #379941;
}
[aria-expanded="true"] .accordion-header-text ul {
    display: none;
}

[aria-expanded="true"] .accordion-header-text h3 {
    color: #141414;
    font-size: 20px;
}
.accordion-header-text h3 {
    color: var(--Gray, #686868);
    text-align: justify;
    font-family: Capriola;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.productAccordion .productdetails-input {
    border: unset;
}

.productAccordion:has([aria-expanded="true"]) {
    border-color: #379941;
}

.productAccordion .accordion-button {
    border-radius: 5px 5px 0px 0px;
    box-shadow: unset !important;
    background: #eff3f0 !important;
}
.productAccordion .accordion-button.collapsed {
    border-radius: 5px;
}

/* .productAccordion .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
  } */
div#productAccordion .accordion-button:not(.collapsed)::after {
    background-image: url(../../asset/images/arrow-down.svg);
}
.productdetails-input .inputSection {
    justify-content: start;
}
/* farmerpage */

/* innovation start*/
.harvest-innovation .whatWeDoText {
    flex: 1.2 1 350px;
    text-align: justify;
}
.harvest-innovation .whatWeDoText button,
.wholesale-harvest button {
    margin-top: 18px;
}
.harvest-service {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: clamp(28px, 3vw, 48px);
}
.harvest-service-content {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.1);
    padding: clamp(16px, 2vw, 30px) clamp(16px, 4vw, 68px) 16px
        clamp(16px, 2vw, 30px);
    position: relative;
    flex: 1 1 300px;
    text-align: left;
}
.harvest-service-name {
    padding: 20px 0 14px;
}
.harvest-contaniner button {
    margin: 40px auto 0;
}
.harvest-contaniner {
    background: linear-gradient(to bottom, transparent 72%, #fff 38%);
}
.happy-healthy {
    background: url(../../asset/images/Shape\ green-bg.png) no-repeat top center /
        cover !important;
    color: #fff;
}
.healthy-vedio iframe {
    max-width: 100%;
    height: 100%;
}
.healthy-vedio-sec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: clamp(20px, 3vw, 30px);
}
.healthy-vedio {
    aspect-ratio: 1.769;
    border-radius: 10px;
    border: 1.5px solid var(--Dark-Shade, #fff);
    overflow: hidden;
}
.happy-healthy-sec {
    width: 100%;
}
.happy-healthy .sectionSubTitle,
.happy-healthy .sectionTitle {
    color: #fff;
}
.happy-healthy .sectionTitle {
    padding-bottom: 50px;
}
/* wholesalepage */
.wholesale-harvest .imgSection img:nth-child(2) {
    right: 4%;
    border: 10px solid #fff;
    width: 46%;
    aspect-ratio: 1;
}
.wholesale-harvest .imgSection img:first-child {
    width: 61.1%;
    top: 20px;
}
.wholesale-harvest .imgSection img:last-child {
    width: 37.5%;
    border: 10px solid #fff;
    top: 53%;
    left: 44%;
}
.wholesale-harvest .imgSection img {
    border-radius: 50%;
    aspect-ratio: 1;
    height: unset !important;
}
.our-advantages .harvest-service-img {
    margin-top: -30px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #379941;
}
.our-advantages .harvest-service-content {
    padding: 0 clamp(16px, 2vw, 20px) clamp(16px, 2vw, 22px)
        clamp(16px, 2vw, 30px);
}
.our-advantages .harvest-service {
    gap: 45px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    padding-top: clamp(40px, 5vw, 70px);
}
.wholesale-harvest .imagesection-content {
    position: relative;
    width: 100%;
    aspect-ratio: 1.56;
}
.wholesale-harvest .imgSection {
    margin: auto;
}
.wholesale-harvest.whatWeDo .custom-container {
    flex-wrap: wrap-reverse;
}
/* section.whatWeDo.wholesale-harvest {
    padding-bottom: 0;
  } */
/* .terms-condition-page */
.terms-title {
    font-size: clamp(22px, 3vw, 28px);
    padding: clamp(0px, 1.5vw, 10px) 0 clamp(5px, 1.5vw, 12px);
    line-height: 1.5;
}
.terms-condition .sectionContent {
    padding-bottom: clamp(16px, 2vw, 30px);
}
.terms-condition .sectionContent:last-child {
    padding: 0;
}
.terms-title:first-child {
    padding-top: 0;
}
/* privacy-policy-page */
.privacy-policy-content li.sectionContent {
    padding-bottom: clamp(10px, 2vw, 20px);
    list-style: disc;
}
.privacy-policy-content li.sectionContent::marker {
    color: #379941;
    font-size: 23px;
}
.privacy-policy-content ul {
    padding: 0 0 clamp(16px, 3vw, 38px) clamp(16px, 2vw, 22px);
}
.privacy-policy .terms-condition-sec {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}
.privacy-policy .terms-condition-content {
    flex: 2.5 1 457px;
}
.privacy-policy .terms-condition-overview {
    flex: 1 0 220px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    background: var(--Dark-Shade, #fff);
    padding: clamp(16px, 2vw, 24px) clamp(16px, 2vw, 30px);
}
.privacy-policy li.sectionContent a {
    text-decoration: underline;
    list-style: none;
}
.privacy-policy li.sectionContent a:hover {
    color: #379941;
}

/* Conumser Login pop up start */
.consumerlogin .modal-header {
    justify-content: center;
    border: unset;
}
.consumerlogin .modal-dialog {
    max-width: 420px;
    text-align: center;
}
.button-outline {
    background: transparent;
    color: #379941;
    border: 1px solid #379941;
}
.consumerlogin .modal-body button {
    width: 100%;
}
.header-title:before {
    background: #ccc;
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 45%;
    z-index: 0;
}
.header-title {
    text-align: center;
    max-width: 85%;
    margin: auto;
    font-size: 14px;
    color: #686868;
    width: 100%;
    position: relative;
    line-height: 100%;
}
.header-title span {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding-inline: 18px;
}
.consumer-login-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.consumerlogin-title {
    padding: clamp(16px, 4vw, 40px) 0 clamp(16px, 4vw, 30px);
}
.consumerlogin-logo img {
    margin: auto;
}
.modal-body {
    padding: clamp(20px, 4vw, 30px) clamp(20px, 4vw, 30px)
        clamp(30px, 3vw, 48px);
}
.nonymous-path {
    font-weight: 600;
    color: #379941;
    line-height: 1.44;
}
.consumerlogin-logo {
    max-width: 219px;
    max-height: 75px;
    margin: auto;
}
.productdetails-form-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.productdetails-form {
    text-align: left;
    border-radius: 5px;
    background: var(--Dark-Shade, #fff);
    box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.1),
        -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

/* my profile  */
.profile_tab_section {
    display: flex;
    position: relative;
    gap: 30px;
}
.profile-section-left {
    flex-direction: column;
    border-radius: 5px;
    background: var(--Dark-Shade, #fff);
    box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.1),
        -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 20px !important;
    width: 274px;
    gap: 10px;
}
.profile-container {
    max-width: 1200px;
    margin: auto;
    width: 97%;
}
.profile-section-right {
    width: calc(100% - 292px);
}
.profile-container .inputSection input,
.profile-container .inputSection select {
    pointer-events: none;
    background-color: #f1f1f1;
    opacity: 0.7;
}
.profile-container .edit .inputSection input,
.profile-container .edit .inputSection select {
    pointer-events: unset;
    opacity: unset;
    background-color: transparent;
}
.icon-section-profile {
    display: none;
}
.edit .icon-section-profile {
    display: flex;
}
.profile-button-section.update {
    display: none;
}
.profile-button-section.edit {
    width: 100%;
}
.edit .profile-button-section.update {
    display: flex;
    width: 100%;
    gap: 20px;
}
.edit .profile-button-section.edit {
    display: none;
}
.profile-container .productdetails-form {
    border-radius: 5px;
    background: var(--Dark-Shade, #fff);
    box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.1),
        -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.profile-container .productdetails-input {
    border: unset;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
}
.productdetails-container {
    margin-top: 30px;
}
.profile-container .productInput .inputSection:first-child {
    max-width: 100%;
}
.profile-container .tab_left_section {
    justify-content: start;
    background: transparent;
    color: #141414;
}
.profile-container .tab_left_section.active {
    background: #379941;
    color: #fff;
}
.profile-container .profile-button-section button {
    max-width: 160px;
    width: 100%;
}
.profile-container button.out_line.update-cancal {
    background: transparent;
    color: #379941;
    border: 1px solid;
}
.profile-container .tab_left_section.active span svg path {
    stroke: #fff;
}
.confirm-password {
    display: none;
}
.password-sec.edit .confirm-password {
    display: flex;
}
.password-sec.edit .change-password {
    display: none;
}
.profile-container .profile-button-section button {
    max-width: 160px;
    width: 100%;
}
/* success popup start*/
.success .modal-dialog,
#emailverified .modal-dialog {
    max-width: 527px;
}
.success .modal-body {
    padding: 44px clamp(16px, 3vw, 44px);
}
.success .consumerlogin-title {
    padding: 20px 0 10px;
}
.consumerlogin button.btn-close {
    position: absolute;
    right: 36px;
    top: 30px;
    z-index: 9;
}
.success p {
    font-size: 16px;
}
.success .popup-submit-btn button {
    margin: 30px auto 0;
    min-width: 160px;
    width: auto !important;
}
/* success popup end*/

.outLineRemove {
    padding: 0;
    border: unset;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
/* data insight register note */
.register-note {
    background: #212121;
    color: #fff;
    display: flex;
    gap: 17px;
    padding: 12px clamp(10px, 2vw, 20px);
    align-items: center;
    flex-wrap: wrap;
    border-radius: 4px;
}
.register-note button {
    max-width: 160px;
    width: 100%;
}
[data-text="$"]::after {
    content: attr(data-text);
    display: block;
    position: absolute;
    bottom: -38px;
    left: 7px;
    color: #141414;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    z-index: 9;
}
.inputSection[data-text] input {
    padding-left: 35px;
}
/* data insight register note end*/
.profile ul li a {
    display: flex;
    gap: 12px;
}
.after-login-btn {
    background-color: unset;
    font-family: "Mulish", sans-serif;
    color: #1f1e17;
    font-weight: 700;
}

.productdetails-input-grid {
    grid-template-columns: repeat(auto-fit, minmax(298px, 1fr));
    display: grid;
}
.inputSection input[type="date"]:after {
    background: url(../../asset/images/calendar.svg) no-repeat center right;
    background-color: #fff;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 19px;
    top: 28%;
    z-index: 9;
    pointer-events: none;
}

.articlesSection + button {
    margin: auto;
}

/* consumer page image  */
.consumer-harvest .imgSection img:nth-child(2) {
    aspect-ratio: 0.65;
    right: 0;
    width: 50%;
    top: 0;
}
.consumer-harvest .imgSection img {
    border-radius: 200px;
    border: clamp(5px, 2vw, 15px) solid #fff !important;
}
.consumer-harvest .imgSection img:last-child {
    left: 30%;
    width: 40%;
}
.consumer-harvest .imgSection img:first-child {
    width: 50%;
    aspect-ratio: 0.65;
    bottom: 0;
    top: unset;
}
.consumer-harvest .imagesection-content {
    aspect-ratio: 1.13;
}
.testimonials .carousel-indicators button {
    background-color: #ccc;
    width: 10px;
    height: 10px;
    border: 0;
    margin-right: 7px;
}
.testimonials .carousel-indicators .active {
    width: 20px;

    background: #d1b748;
}
.testimonials .carousel {
    padding-bottom: 30px;
}
.carousel-indicators {
    margin-bottom: 0;
}
.profile button img:last-child {
    width: 22px;
    height: 22px;
}
.accordion-header-text ul li:empty::marker {
    color: transparent;
}
select:not(input[type="number"] + select) {
    color: #141414;
    -webkit-appearance: none;
    background-image: url(../../asset/images/arrowDown-black.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
}

/* Preloader */
.spinner {
    top: 50%;
    width: 11.2px;
    height: 11.2px;
    border-radius: 11.2px;
    box-shadow: 28px 0px 0 0 rgb(250 180 67 / 36%),
        22.7px 16.5px 0 0 rgb(249 172 48 / 62%),
        8.68px 26.6px 0 0 rgb(249 172 48 / 74%),
        -8.68px 26.6px 0 0 rgb(249 172 48 / 84%), -22.7px 16.5px 0 0 #f9ac30;
    animation: spinner-b87k6z 1s infinite linear;
    position: absolute;
    right: 50%;
    z-index: 999;
}
.spinner-sec {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 99;
    pointer-events: unset;
    top: 0;
}
.loader {
    width: 100%;
    background: #00000017;
    height: 100%;
    margin: auto;
}
@keyframes spinner-b87k6z {
    to {
        transform: rotate(360deg);
    }
}

.preloader {
    display: none;
}
/* end preloader */
#productAccordion .productAccordion:nth-child(1) {
    padding-bottom: 30px;
}
.highsold-card-image img {
    width: 90px;
    height: 60px;
    object-fit: cover;
}
span.icon-question-sign svg {
    width: 20px;
    margin-bottom: 4px;
}
.required {
    border: 1px solid #f00 !important;
}
.contact-form-main {
    flex: 1 1 447px;
}
[data-text="$"] input {
    padding-left: 36px;
}
[data-text="$"] {
    position: relative;
}
label sup {
    color: red;
}

input.next_sale_date,
input.sold_date {
    min-width: 100%;
    max-width: 100%;
}

/* Data Insights */
.product-price-container {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2vw, 30px);
}
.product-price {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 2vw, 30px);
}
.product-card {
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.1),
        -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    padding: clamp(12px, 2vw, 30px);
}
.priceFormField-select {
    display: flex;
    flex-direction: column;
    max-width: 273px;
    width: 100%;
    font-family: Mulish;
    font-weight: 400;
    line-height: 22px;
}
.product-priceFormField {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 570px;
    max-width: 100%;
    align-items: end;
}
.product-price-form {
    width: 100%;
    display: flex;
    gap: clamp(20px, 2vw, 20px);
}
.product-price-form h1 {
    width: 100%;
}
.priceFormField-select select {
    padding: 13px 14px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    background: #fff;
    margin-top: 16px;
    color: #434343;
    font-size: 16px;
}
.priceFormField-select label {
    color: #141414;
    text-align: justify;
    font-size: 18px;
}
section.data-insights .custom-container {
    max-width: 1680px;
}
.line-chart-product {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 425px;
    max-width: 100%;
    padding: 10px;
}
.line-chart-product img {
    object-fit: contain;
}
.high-sold-card {
    border-radius: 5px;
    background: var(--Dark-Shade, #fff);
    box-shadow: 0px 33px 9px 0px rgba(0, 0, 0, 0),
        0px 21px 8px 0px rgba(0, 0, 0, 0.01),
        0px 12px 7px 0px rgba(0, 0, 0, 0.05),
        0px 5px 5px 0px rgba(0, 0, 0, 0.09), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 14px 24px 20px;
    display: flex;
    gap: 10px;
    position: relative;
    max-width: 100%;
}
.highsold-card-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.highsold-card-text {
    width: 100%;
}
.highsold-card-image h5 {
    color: #141414;
    font-family: Mulish;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.64px;
    text-align: right;
    margin-left: auto;
}
.high-sold-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: clamp(20px, 2vw, 30px);
}
.high-sold-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.high-sold.product-card {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2vw, 30px);
}
.high-sold-card h6 {
    color: rgba(20, 20, 20, 0.7);
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 0 10px 0;
}
.high-sold-card p {
    font-weight: 700;
    line-height: 26px;
}
.high-sold-title .priceFormField-select {
    max-width: 188px;
}
.high-sold-title .priceFormField-select select {
    padding-block: 8px;
}
.legend-item {
    color: #7e8297;
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chart-box {
    border-radius: 2px;
    background: #407fc9;
    min-width: 10px;
    height: 10px;
    display: block;
}
.card-value {
    display: grid;
    gap: 23px;
    list-style: none;
    justify-content: start;
    grid-template-columns: repeat(auto-fill, minmax(102px, 1fr));
    max-width: 645px;
    margin: auto;
}
.donut-comparisions-big .card-value {
    justify-content: start;
}
.bar-chart .legend-con {
    padding: 40px 0 10px 0;
}
.donut-comparisions {
    min-width: 100%;
}
.legend-con {
    padding-top: 25px;
    width: 100%;
}
.chart-inner-sec {
    max-width: 484px;
    width: 100%;
    margin: auto;
}
.donut-charts,
.donut-chart-grid {
    display: grid;
    gap: clamp(20px, 2vw, 30px);
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 100%;
}
.donut-charts {
    grid-template-columns: 41.7% 1fr;
}
.donut-chart-grid .chart-inner-sec {
    max-width: 483.728px;
    height: clamp(300px, 26vw, 483.728px);
    margin-block: clamp(20px, 5vw, 70px);
}
.donut-comparisions-big {
    padding: clamp(20px, 3vw, 50px);
    height: auto;
    display: flex;
    gap: clamp(20px, 2vw, 30px);
    flex-direction: column;
    max-width: 100%;
}
.donut-comparisions-big .chart-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
section.data-insights {
    padding-block: clamp(30px, 4.5vw, 80px);
}
canvas {
    max-width: 100%;
    aspect-ratio: 1;
}
.chart-text {
    font-size: 14px;
    color: #141414;
}
.product-card h4 span {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
}
.product-price-date h4 {
    width: 520px;
    max-width: 100%;
    padding-bottom: 30px;
}
.product-price-date {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.filter-icon {
    border-radius: 4px;
    border: 1px solid #379941;
    background: #379941;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.priceFormField-select input {
    padding: 13px 12px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    background: #fff;
    -webkit-appearance: none;
}

.donut-chart-grid .product-card {
    padding: clamp(20px, 3vw, 35px) 20px;
}
.product-price-date-wo h4 {
    width: 100%;
}
.product-priceFormField-two {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: end;
    flex-wrap: wrap;
}
.priceFormField-select input {
    margin-top: 16px;
}
.priceFormField-select.max-date {
    max-width: 177px;
}
.last-chart .card-value {
    max-width: 987px;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
}
.last-chart .high-sold-title .priceFormField-select select {
    margin-top: 0;
}
.donut-card .card-value {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
/* .donut-chart-grid .donut-card.product-card {
    padding-bottom: clamp(20px, 6.5vw, 90px);
} */
.chart-info {
    position: relative;
}
/* .chart-info:hover::after {
    position: absolute;
    left: 100%;
    content: "Average of farmer/wholesaler/consumer sales data for past 7 days";
    display: block;
    padding: 16px;
    border-radius: 4px;
    background: var(--light-background, #FFF);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  }
  .sales-data-info:hover::after {
    content: "Average of farmer/wholesaler/consumer sales data for past 7 days";
  }
  .price-history-info:hover::after {
    content: "Lowest & highest price history for the entered items";
  } */

@media (max-width: 625px) {
    .canvas-con-inner canvas {
        height: 300px !important;
    }
}

.last-chart .chart-inner-sec {
    max-width: 1488px;
}
.donut-card .card-value {
    gap: clamp(16px, 3vw, 40px);
}
.data-hide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 30px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(25px);
    padding: 20px;
}
.product-card {
    position: relative;
}
.data-hide span {
    width: clamp(50px, 6vw, 100px);
    height: clamp(50px, 6vw, 100px);
    background: #379941;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.data-hide span svg {
    width: clamp(22px, 3vw, 44px);
}
.data-hide p {
    color: #fff;
    font-family: Capriola;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 400;
    line-height: 116.667%;
    letter-spacing: -0.48px;
    text-align: center;
}
.canvas-con-inner {
    max-height: 400px;
}
.innerSection {
    margin: 0 !important;
}
.contactFormField .messageBox {
    flex: unset;
    width: 100%;
}
.footerNewsLetter {
    width: 360px;
    max-width: 100%;
}
.footerNewsLetter-field {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    padding-left: 18px;
    border-radius: 5px;
    position: relative;
}
.footerNewsLetter-field::after {
    background-image: url(../../asset/images/sms.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 0px center !important;
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
}
.footerNewsLetter-field input {
    border: unset;
    padding: 9px;

    padding-left: 30px;
    width: 100%;
}
.footerNewsLetter-field input::placeholder {
    color: #434343;
}
.footerNewsLetter-field button {
    background: #d1b748;
    padding: 12px clamp(12px, 2vw, 2px);
}
.footer_input_error span.error,
.footer_input_error span.success {
    position: unset;
    top: 100%;
    font-weight: 700;
    color: #d1b748;
    font-size: clamp(14px, 2vw, 16px);
}
.footer_input_error{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}
.footerNewsLetter-field input:focus-visible {
    outline: unset;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

@media only screen and (max-width: 1446px) {
    .footerNewsLetter {
        width: 300px;
    }
    .footerContent {
        width: 250px;
    }
    .footerNewsLetter-field input {
        font-size: clamp(12px, 1.5vw, 14px);
    }
}

.priceFormField-select.inputSection input[type="date"]:after {
    right: 12px;
}
.priceFormField-select textarea.select2-search__field {
    height: 100% !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.contact-us a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
}
.footerContact ul .contact-us a img {
    margin: 0;
}
.footerContact ul p {
    font-size: clamp(14px, 2vw, 16px);
}
.contact-us {
    padding: 4px 0 13px 0;
}
a.dateSection {
    font-size: 14px;
    display: block;
    padding-bottom: 17px;
    font-weight: lighter;
}
.accordion-header-text ul li:empty::marker,
.accordion-header-text ul li:empty {
    font-size: 0;
    line-height: 0;
}
.trusted-sec .consumer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trusted-sec .consumer-img {
    max-width: 60px;
    width: 100%;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
@media (min-width:768px) {
    .canvas-con-inner canvas {
        width: 100% !important;
    }

    .canvas-con-inner {
        width: 100%;
    }
    }
/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
}
.video-hero--content {
	position: relative;
	text-align: center;
	color: #FFF;
  margin: 150px 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#whoWeArESection #bgVideo{
    width: 100%;
}
#whoWeArESection{
    position: relative;
}
#closeing {
    position: absolute;
    right: 5%;
    bottom: 15%;
    width: 40px;
    height: 40px;
    z-index: 9;
    padding: 10px;
}
#closeing img {
    width: 20px;
    height: 20px;
}

/*ruban*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
@media only screen and (max-width: 600px) {
    .high-sold-title .priceFormField-select, .priceFormField-select, .priceFormField-select.max-date {
      max-width: 100% !important;
    }
}
.product-priceFormField-one.product-priceFormField {
    width: 100%;
}
.data-insights .priceFormField-select {
	max-width: 155px;
}
.profile ul li {
    padding: clamp(5px,1.5vw,18px) 24px;
}

@media only screen and (max-width: 1024px) {
    nav ul {
        gap: 0 !important;
    }
    nav ul li {
        padding: 0 10px 10px 10px !important;
    }
}
.weProvideCard {
    position: relative;
    padding-top: 80px;
}

.weProvideCard button {
    margin-top: auto;
}

.weProvideCardImg {
    position: absolute;
    top: -50px;
    margin: 0;
}
/*end*/
