@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.button_fruit {
    background-color: #000;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
}
p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0e0e0e;
}
.nav-link {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0e0e0e;
    text-decoration: none;
}
.nav-item {
    padding: 0px 16px;
}
.fresh_fruit_padding{
    padding: 0px 0px;
}
.Fruit_Header h1 {
    font-size: 54px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0e0e0e;
}
.button_fruit_head {
    background-color:#668923;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.logo {
    width: 150px;
}
.section_6{
    padding-top: 100px;
}
.section_6 ul li::marker {
    color:#668923;
    font-size: 32px;
}
.section_6 ul li{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.about_section_p{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0e0e0e; 
    font-style: italic;
}
.section_1 {
    padding-top: 80px;
}
.section_2 {
    padding-top: 80px;
    padding-bottom: 40px;
}
.fruit_box {
    height: 430px;
    background-color: #fff5e4;
    padding: 30px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
}
.fruit_box h3{
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0e0e0e; 
    margin-bottom: 18px;
    line-height: 1.1;
}
.fruit_box p {
    margin: 0;
}
.fruit_box p  {
    font-size:16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #0e0e0e;
}
.fruit_box_btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color:#668923;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-left: auto;
}
.fruit_box_content {
    margin-top: auto;
}
.fruit_rel {
    position: relative;
}
.fruit_1 {
    position: absolute;
    left: 0px;
    top: -150px;
}
.fruit_3 {
    position: absolute;
    left: 0px;
    top: -203px;
    z-index: 10000;
    width: 320px;
}
.fruit_2 {
    position: absolute;
    right: 0px;
    bottom: -150px;
    z-index: 10000;
}
@media (max-width: 991px) {
    .fruit_box {
        height: 260px;
        margin-top: 20px;
    }
    .fruit_box h3 {
        font-size: 24px;
    }
    .fruit_box p  {
        font-size: 16px;
    }
}
.section_4 {
        background-image: url(../images/section3.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 100;
        position: relative;
        margin-top: -100px;
        height: 240px;
}
.padding_top_4 {
   padding-top: 500px;
}
.Fruit_section4 h4 {
    font-size: 54px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0e0e0e; 
    margin-bottom: 18px;
    line-height: 1.1;
}
.Fruit_pink_row {
    padding-top: 60px;
}
.Fruit_pink_col{
    margin-top: 100px;
}
.Fruit_pink {
    border-radius: 12px;
    padding: 24px;
    background-color:#668923;
}
.Fruit_pink h4{
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff; 
    margin-bottom: 18px;
    line-height: 1.1;
}
.Fruit_pink p{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff; 
    margin-bottom: 18px;
    line-height: 1.1;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #fff !important;
    border: 0;
    opacity: .25;
}
.section_5  {
    padding-top: 250px;
}
.section_5_card {
    position: relative;
    min-height: 520px;
    background-image: url(../images/fruit_5th.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
/* .section_5_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
} */
.section_5_content {
    position: relative;
    z-index: 1;
    max-width: 80%;
    padding-left: 70px;
    padding-right: 24px;
}
.section_5_content h4 {
    font-size: 54px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.1;
}
.section_5_content p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .section_5 {
        padding: 70px 0px;
    }
    .section_5_card {
        min-height: 430px;
        border-radius: 80px;
    }
    .section_5_content {
        padding-left: 30px;
        max-width: 520px;
    }
    .section_5_content h4 {
        font-size: 38px;
    }
    .section_5_content p {
        font-size: 20px;
    }
}
.fruit_box_content img{
    width: 80px;
    margin-bottom: 20px;
}
.section_7 {
    padding: 140px 0 80px;
    background-color: #ffffff;
}
.section_7_title {
    text-align: center;
    margin-bottom: 56px;
}
.section_7_title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #252525;
    margin-bottom: 4px;
}
.section_7_title p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #7a7a7a;
    font-style: italic;
    margin: 0;
}
.delivery_process_wrap {
    position: relative;
}
.process_step {
    text-align: center;
    position: relative;
}
.process_step::after {
    content: "";
    position: absolute;
    top: 52px;
    right: -50%;
    width: 100%;
    border-top: 2px dashed #dde4d5;
}
.col-lg-3:last-child .process_step::after {
    display: none;
}
.process_icon {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: 2px solid #b6c99b;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    position: relative;
    z-index: 2;
}
.process_icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.process_step_active .process_icon {
    background-color: #86b95c;
    border-color: #86b95c;
}
.process_step_active .process_icon img {
    filter: brightness(0) invert(1);
}
.process_step h5 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 6px;
}
.process_step p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #4a4a4a;
    margin: 0;
}
.delivery_center_img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(340px, 70%);
}
.delivery_center_img img {
    width: 100%;
}
@media (max-width: 991px) {
    .section_7 {
        padding: 100px 0 60px;
    }
    .section_7_title h3 {
        font-size: 30px;
    }
    .delivery_process_wrap {
        padding-bottom: 40px;
    }
    .process_step::after {
        display: none;
    }
    .delivery_center_img {
        position: static;
        transform: none;
        margin: 30px auto 0;
    }
}
.fresh_fruit_aboutpage {
   padding: 150px 0px;
   background-color: #668923;
}
.Fruit_about_us h1 {
    font-size: 54px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
}
.section_3_about {
    padding-top: 100px;
}
.fruit_box2 {
    height: 380px;
    background-color: #f9f8f8;
    padding: 30px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
}
.fruit_box2 h3{
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0e0e0e; 
    margin-bottom: 18px;
    line-height: 1.1;
}
.fruit_box2 p {
    margin: 0;
}
.fruit_box2 p  {
    font-size:16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #0e0e0e;
}
.bg-secondary {
    background-color: #86b95c !important;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff !important; 
    margin-bottom: 8px;
    line-height: 1.1;
}
.Fruit_about_us p {
    font-size:16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
}
.contact_page_section {
    padding: 100px 0;
    background-color: #ffffff;
}
.contact_info_card {
    border: 1px solid #dddddd;
    background-color: #f9f9f9;
    min-height: 132px;
    padding: 26px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact_info_icon {
    font-size: 42px;
    color: #86b95c;
    line-height: 1;
}
.contact_info_card h5 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #1f1f1f;
    margin: 0 0 8px;
}
.contact_info_card a {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222222;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
}
.contact_form_box {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 32px;
    height: 100%;
}
.contact_form_box h4 {
    font-size: 34px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}
.contact_form_box p {
    margin-bottom: 24px;
}
.contact_form_input {
    border-radius: 0;
    border: 1px solid #d3d3d3;
    padding: 12px 14px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    box-shadow: none !important;
}
.contact_form_textarea {
    resize: vertical;
}
.contact_form_btn {
    border: 0;
}
@media (max-width: 1200px) {
    .contact_info_card a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .contact_page_section {
        padding: 70px 0;
    }
    .contact_info_card {
        min-height: auto;
        padding: 20px;
    }
    .contact_info_icon {
        font-size: 34px;
    }
    .contact_info_card a {
        font-size: 16px;
    }
    .contact_form_box {
        padding: 24px;
    }
    .contact_form_box h4 {
        font-size: 28px;
    }
}
.section_testimonials {
    padding: 200px 0 90px;
    background-color: #ffffff;
}
.testimonial_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 34px;
    position: relative;
    z-index: 10000;
    margin-left: 300px;
}
.testimonial_tag {
    font-size: 12px;
    letter-spacing: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #5c5c5c;
    display: block;
    margin-bottom: 8px;
}
.testimonial_top h2 {
    font-size: 58px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #111;
    margin: 0;
}
.testimonial_top h2 span {
    color: #9d9d9d;
}
.testimonial_nav {
    display: flex;
    gap: 12px;
}
.testimonial_nav button {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background-color: #668923;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.testimonial_card {
    background-color: #f8f8f8;
    border-radius: 28px;
    padding: 22px 18px 24px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
}
.testimonial_card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial_avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #c7ccd2;
    color: #263238;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial_brand {
    border: 1px solid #c8ccd1;
    border-radius: 999px;
    padding: 14px 22px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #373a3f;
    background-color: #f6f7f9;
}
.testimonial_quote_mark {
    color: #8aa8d4;
    font-size: 48px;
    line-height: 1;
    margin-top: 40px;
}
.testimonial_text {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 1.08;
    margin-bottom: 38px;
}
.testimonial_author {
    margin-top: auto;
    border-left: 1px solid #cbced2;
    padding-left: 14px;
}
.testimonial_author h5 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #161616;
    margin-bottom: 6px;
}
.testimonial_author p {
    font-size: 14px;
    margin-bottom: 2px;
    color: #474747;
}
@media(max-width:1024px){
    .section_testimonials {
        padding: 70px 0 60px;
    }
    .testimonial_top {
        flex-direction: column;
        align-items: flex-start;
    }
    .testimonial_top h2 {
        font-size: 36px;
    }
    .testimonial_nav button {
        width: 48px;
        height: 48px;
    }
    .testimonial_text {
        font-size: 22px;
    }
    .testimonial_author h5 {
        font-size: 17px;
    }
    .testimonial_author p {
        font-size: 14px;
    }
    .testimonial_card {
        min-height: 430px;
    }
    .Fruit_Header h1 {
        font-size: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0e0e0e;
        margin-top: 20px;
    }
    .fruit_1 {
        position: absolute;
        left: 0px;
        top: -150px;
        width: 100px;
    }
    .fruit_box_btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color:#668923;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin-left: auto;
    }
    .sm_hidden {
        display: none !important;
    }
    .fruit_box_content img {
        width: 40px;
        margin-bottom: 20px;
    }
    .section_1 {
        padding-top: 40px;
    }
    .section_2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section_4 {
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 100;
        position: relative;
        margin-top: 40px;
        padding-top: 0px;
    }
    .padding_top_4 {
        padding-top: 60px;
    }
    .Fruit_pink_col {
        margin-top: 0px;
    }
    .Fruit_pink {
        margin-top: 20px;
    }
    .Fruit_section4 h4 {
        font-size: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0e0e0e;
        margin-bottom: 18px;
        line-height: 1.1;
    }
    .fruit_box2 {
        height: auto;
        background-color: #f9f8f8;
        padding: 30px;
        border-radius: 28px;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .section_3_about {
        padding-top: 40px;
    }
    .testimonial_top {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 34px;
        position: relative;
        z-index: 10000;
        margin-left: 0px;
    }
    .Fruit_pink h4 {
        font-size: 32px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #ffffff;
        margin-bottom: 18px;
        line-height: 1.1;
    }
    .Fruit_section4 {
        padding-top: 50px;
    }
}
@media(min-width:1600px){
    .section_4 {
        background-image: url(../images/section3.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 100;
        position: relative;
        margin-top: -200px !important;
        padding-top: 382px !important;
    }
}
.gallery_page_section {
    padding: 90px 0;
}
.gallery_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.gallery_item {
    border: 0;
    padding: 0;
    background: transparent;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}
.gallery_item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}
.gallery_item:hover img {
    transform: scale(1.05);
}
.gallery_lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.84);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 30px;
}
.gallery_lightbox.active {
    display: flex;
}
.gallery_lightbox img {
    max-width: min(100%, 1080px);
    max-height: 86vh;
    border-radius: 10px;
}
.gallery_lightbox_close {
    position: absolute;
    top: 18px;
    right: 26px;
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 30px;
    line-height: 1;
    color: #111;
}
@media (max-width: 1199px) {
    .gallery_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .gallery_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery_item img {
        height: 220px;
    }
}
@media (max-width: 575px) {
    .gallery_page_section {
        padding: 60px 0;
    }
    .gallery_grid {
        grid-template-columns: 1fr;
    }
    .gallery_item img {
        height: 230px;
    }
}
.testimonial_cards_track {
    z-index: 1000;
    position: relative;
}
.Fruit_Header1 h2 {
    font-size: 54px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0e0e0e;
}
.site_footer {
    background-color: #050b12;
    padding: 150px 0 150px;
    margin-top: 80px;
}
.footer_brand {
    text-align: center;
    border-bottom: 1px solid #2a313a;
    padding-bottom: 34px;
}
.footer_brand h3 {
    margin: 0;
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #f4f6f8;
    letter-spacing: 1px;
}
.footer_brand_tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 16px;
}
.footer_brand_tags span {
    color: #8d96a1;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}
.footer_brand_tags span::before {
    content: "• ";
}
.footer_links {
    display: flex;
    justify-content: center;
    gap: 52px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.footer_links a {
    text-decoration: none;
    color: #eef2f5;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.footer_socials {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}
.footer_socials a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #222a33;
    color: #f2f3f5;
    text-decoration: none;
    font-size: 18px;
}
.footer_legal {
    margin-top: 34px;
    text-align: center;
    color: #bdc3cb;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.footer_legal a {
    color: #bdc3cb;
    text-decoration: none;
}
.footer_legal span {
    margin: 0 16px;
}
.footer_copy {
    margin-top: 10px;
    padding: 20px 0px;
    margin-bottom: 0;
    text-align: center;
    color: #000000;
    font-size: 16px;
}
@media (max-width: 991px) {
    .site_footer {
        padding: 100px 0 100px;
    }
    .footer_brand h3 {
        font-size: 24px;
    }
    .footer_links {
        gap: 24px;
    }
    .footer_links a {
        font-size: 16px;
    }
    .footer_socials a {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .sub_heading h2 {
        font-size: 24px !important;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0e0e0e;
        margin-top: 20px;
    }
    .section_6 {
        padding-top: 40px;
    }
    .footer_brand_tags {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 16px;
    }
    .Fruit_Header1 h2 {
        font-size: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0e0e0e; 
        margin-top: 20px;
    }
}
.sub_heading h2 {
    font-size: 54px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0e0e0e;

}
.whatsapp_float_btn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.whatsapp_float_btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 767px) {
    .whatsapp_float_btn {
        width: 54px;
        height: 54px;
        right: 14px;
        bottom: 14px;
    }
}
