@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');
.age-gate-open {
    overflow: hidden;
}
.age-gate-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #8f0f05;
}
.age-gate-card {
    width: 100%;
    max-width: 920px;
    text-align: center;
    color: #f1d37a;
    font-family: "Poppins", sans-serif;
}
.age-gate-logo {
    width: min(100%, 420px);
    display: block;
    margin: 0 auto 24px;
}
.age-gate-card h1 {
    margin: 0 0 14px;
    color: #f1d37a;
    font-size: clamp(32px, 5vw, 62px);
    line-height: 1.1;
    font-weight: 600;
}
.age-gate-question {
    margin: 0;
    color: #ffffff;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
}
.age-gate-actions {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 34px;
}
.age-gate-btn {
    min-width: 152px;
    padding: 14px 28px;
    border: 0;
    background: #ffffff;
    color: #111111;
    font-size: 18px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.age-gate-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}
.age-gate-remember {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
}
.age-gate-checkbox {
    width: 22px;
    height: 22px;
    margin: 0;
    accent-color: #8f0f05;
}
.age-gate-denied {
    min-height: 28px;
    margin: 18px 0 0;
    color: #ffffff;
    font-size: 15px;
}
@media (max-width: 767px) {
    .age-gate-overlay {
        padding: 18px;
    }
    .age-gate-logo {
        width: min(100%, 280px);
        margin-bottom: 20px;
    }
    .age-gate-question {
        font-size: 17px;
    }
    .age-gate-actions {
        gap: 14px;
        margin-top: 26px;
    }
    .age-gate-btn {
        min-width: 120px;
        padding: 13px 20px;
        font-size: 17px;
    }
    .age-gate-remember {
        font-size: 16px;
    }
}
.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: #131313;
}
.p1 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1b1b1b;
}
.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: 20px 0px;
    position: relative;
}
.Fruit_Header h1 {
    font-size: 52px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #121212;
    text-transform:capitalize !important;
}
.button_fruit_head {
    background-color: #6d0803;
    padding: 16px 32px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.logo {
    width: 230px;
}
.navbar-brand {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #111111 !important;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.section_6{
    padding-top: 100px;
}
.section_6 ul li::marker {
    color:#ed3225;
    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: #ededed;
    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:#ed3225;
    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: -350px;
    width: 250px;
}
.padding_mandi {
    padding-top: 100px;
}
.fruit_3 {
    position: absolute;
    left: 0px;
    top: -203px;
    z-index: 10000;
    width: 320px;
}
.fruit_2 {
    position: absolute;
    right: 0px;
    top: 100px;
    z-index: 10000;
     width: 250px;
}
@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:#ed3225;
}
.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: #2e2e2e !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 #171717;
    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: #ed3225;
    border-color: #ed3225;
}
.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: 200px 0px;
    background-color: #6d0803;
}
.Fruit_about_us h1 {
    font-size: 54px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
}
.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;
}
.blog-detail-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.blog-detail-card {
    background-color: #ffffff;
}

.blog-detail-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.blog-detail-content {
    padding-top: 34px;
}

.blog-detail-back {
    display: inline-block;
    margin-bottom: 18px;
    color: #8f0f05;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-detail-content h2 {
    margin: 0 0 22px;
    color: #111111;
    font-size: 46px;
    line-height: 1.08;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.blog-detail-content p {
    margin: 0 0 22px;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.legal-page-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.legal-page-card h2 {
    margin: 34px 0 14px;
    color: #111111;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.legal-page-card p {
    margin: 0 0 18px;
    color: #2d2d2d;
    font-size: 17px;
    line-height: 1.85;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.legal-page-card a {
    color: #8f0f05;
    text-decoration: none;
}
.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_card_minimal {
    min-height: 160px;
    padding: 36px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background-color: #ffffff;
    border: 1px solid #ececec;
}

.contact_info_icon_minimal {
    width: 50px;
    height: 50px;
    border: 1px solid #ececec;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    background-color: #000;
}

.contact_info_card_minimal h5 {
    margin: 6px 0 0;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #111111;
}

.contact_info_card_minimal p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #535353;
}

.contact_info_card_minimal a {
    font-size: 15px;
    line-height: 1.5;
    color: #111111;
    text-decoration: underline;
    font-weight: 600;
    white-space: normal;
}
.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_soft {
    background-color: #f2f2f2;
    border: 0;
}
.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_input_soft {
    background-color: #ffffff;
    border: 0;
    padding: 14px 16px;
}
.contact_form_textarea {
    resize: vertical;
}
.contact_form_btn {
    border: 0;
}
.contact_form_btn_dark {
    border: 0;
    background-color: #1f2328;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.contact_feature_image,
.contact_feature_image img {
    height: 100%;
}

.contact_feature_image img {
    width: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 1200px) {
    .contact_info_card a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .contact_page_section {
        padding: 70px 0;
    }
    .blog-detail-section {
        padding: 70px 0;
    }
    .legal-page-section {
        padding: 70px 0;
    }
    .blog-detail-image img {
        height: 320px;
    }
    .blog-detail-content h2 {
        font-size: 30px;
    }
    .blog-detail-content p {
        font-size: 16px;
        line-height: 1.7;
    }
    .legal-page-card h2 {
        font-size: 24px;
    }
    .legal-page-card p {
        font-size: 16px;
        line-height: 1.75;
    }
    .contact_info_card {
        min-height: auto;
        padding: 20px;
    }
    .contact_info_card_minimal {
        min-height: auto;
        padding: 18px 16px;
    }
    .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;
    }
    .contact_feature_image img {
        min-height: 320px;
    }
}
.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: #ed3225;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.testimonial_card {
    background-color: #171717;
    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: #ffffff;
    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: #ffffff;
    margin-bottom: 6px;
}
.testimonial_author p {
    font-size: 14px;
    margin-bottom: 2px;
    color: #ffffff;
}
@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_1 {
        position: absolute;
        left: 0px;
        top: -150px;
        width: 100px;
    }
    .fruit_box_btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color:#ed3225;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin-left: auto;
    }
    .sm_hidden {
        display: none !important;
    }
    .padding_mandi {
        padding-top: 30px;
    }
    .Fruit_Header {
        text-align: center !important;
    }
    .fruit_box_content img {
        width: 40px;
        margin-bottom: 20px;
    }
    .section_1 {
        padding-top: 40px;
    }
    .about_section_p {
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #0e0e0e;
        font-style: italic;
        text-align: center;
    }
    .Fruit_section4 {
        text-align: center;
    }
    .sub_heading{
        text-align: center;
    }
    .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;
        text-align: center;
    }
    }
    .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;
}
.testimonial-feedback-section {
    padding: 110px 0 140px;
    background-color: #ffffff;
}

.testimonial-feedback-title {
    margin: 0;
    color: #8f0f05;
    font-size: 42px;
    line-height: 0.98;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial-feedback-section .testimonial_nav {
    margin-bottom: 0;
}
.testimonials_p {
padding-top: 60px;
}
.testimonials_img {
padding-top: 150px;
}
.testimonial-feedback-section .testimonial_nav button {
    width: 54px;
    height: 54px;
    border-radius: 0;
    background-color: #8f0f05;
    color: #ffffff;
    font-size: 28px;
}

.testimonial_cards_track > .testimonial_feedback_item {
    display: none;
}

.testimonial_cards_track > .testimonial_feedback_item:first-child {
    display: block;
}

.testimonial-feedback-visual {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    padding-left: 100px;
    padding-top: 24px;
}

.testimonial-feedback-photo {
    width: 138px;
    height: 138px;
    object-fit: cover;
    display: block;
}

.testimonial-feedback-quote-box {
   width: 138px;
    height: 138px;
    background-color: #8f0f05;
    color: #ffffff;
    font-size: 140px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 34px;
    font-family: Georgia, serif;
    position: relative;
    top: 100px;
}

.testimonial-feedback-copy {
    text-align: right;
    padding-top: 24px;
}

.testimonial-feedback-copy p {
    margin: 0 0 26px;
    color: #2b2b2b;
    font-size: 20px;
    line-height: 1.45;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-left: 100px;
}
.thuruppugulan-product-card {
    padding-top: 40px;
}
.testimonial-feedback-copy h3 {
    margin: 0;
    color: #2f2f2f;
    font-size: 31px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 300;
}

@media (max-width: 991px) {
    .testimonial-feedback-section {
        padding: 80px 0 70px;
    }

    .testimonial-feedback-title {
        font-size: 44px;
    }

    .testimonial-feedback-section .testimonial_nav {
        justify-content: flex-start !important;
    }

    .testimonial-feedback-visual {
        padding-left: 0;
        padding-top: 10px;
    }

    .testimonial-feedback-copy {
        text-align: left;
        padding-top: 0;
    }

    .testimonial-feedback-copy p {
        font-size: 20px;
    }

    .testimonial-feedback-copy h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .testimonial-feedback-section {
        padding: 60px 0;
    }

    .testimonial-feedback-title {
        font-size: 32px;
    }

    .testimonial-feedback-section .testimonial_nav button {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }

    .testimonial-feedback-visual {
        gap: 12px;
    }

    .testimonial-feedback-photo,
    .testimonial-feedback-quote-box {
        width: 110px;
        height: 110px;
    }

    .testimonial-feedback-quote-box {
        font-size: 108px;
        padding-top: 28px;
    }

    .testimonial-feedback-copy p {
        font-size: 17px;
    }

    .testimonial-feedback-copy h3 {
        font-size: 22px;
    }
}
.insta-showcase-section {
    padding: 95px 0 85px;
    overflow: hidden;
    background-color: #ffffff;
}

.insta-showcase-track {
    display: flex;
    width: max-content;
    gap: 22px;
    animation: instaShowcaseScroll 28s linear infinite;
}

.insta-showcase-section:hover .insta-showcase-track {
    animation-play-state: paused;
}

.insta-showcase-group {
    display: flex;
    align-items:end;
    gap: 22px;
    flex-shrink: 0;
}

.insta-showcase-card {
    position: relative;
    display: block;
    width: 250px;
    overflow: hidden;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.insta-showcase-card img {
    width: auto;
    height: auto;
    object-fit: cover;
    display: block;
}

.insta-showcase-card-higher {
    margin-top: -80px;
}

.insta-showcase-card-lower {
    margin-top: 80px;
}

.insta-showcase-overlay {
    position: absolute;
    inset: 0;
    background: rgba(143, 15, 5, 0.48);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.insta-showcase-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #8f0f05;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.insta-showcase-card:hover {
    transform: translateY(-8px);
}

.insta-showcase-card:hover .insta-showcase-overlay {
    opacity: 1;
}

.insta-showcase-card:hover .insta-showcase-icon {
    transform: scale(1);
}

@keyframes instaShowcaseScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 11px));
    }
}

@media (max-width: 991px) {
    .insta-showcase-section {
        padding: 75px 0 65px;
    }

    .insta-showcase-card {
        width: 210px;
    }

    .insta-showcase-card img {
        height: 420px;
    }

    .insta-showcase-card-higher {
        margin-top: -40px;
    }

    .insta-showcase-card-lower {
        margin-top: 40px;
    }

    .insta-showcase-icon {
        width: 92px;
        height: 92px;
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .insta-showcase-section {
        padding: 60px 0;
    }

    .insta-showcase-track,
    .insta-showcase-group {
        gap: 14px;
    }

    .insta-showcase-card {
        width: 170px;
    }

    .insta-showcase-card img {
        height: auto;
    }

    .insta-showcase-card-higher,
    .insta-showcase-card-lower {
        margin-top: 0;
    }

    .insta-showcase-icon {
        width: 74px;
        height: 74px;
        font-size: 34px;
    }
}
.Fruit_Header1 h2 {
    font-size: 54px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0e0e0e;
}
.site_footer {
    background-color: #161616;
    padding: 90px 0 80px;
}
.footer_info h3, .footer_contact h3, .footer_newsletter h3 {
    margin: 0 0 22px;
    font-size: 34px;
    line-height: 1.1;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff3eb;
    text-transform: uppercase;
}
.footer_links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer_links a {
    text-decoration: none;
    color: #fff3eb;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.footer_contact {
    margin-top: 26px;
}
.footer_contact p {
    margin-bottom: 12px;
    color: #fff3eb;
    font-size: 16px;
    line-height: 1.5;
}
.footer_contact a {
    color: #fff3eb;
    text-decoration: none;
}
.footer_newsletter p {
    margin: 0 0 28px;
    color: #fff3eb;
    font-size: 16px;
    line-height: 1.5;
}
.footer_subscribe {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 243, 235, 0.45);
    min-height: 50px;
}
.footer_subscribe input {
    flex: 1;
    background: transparent;
    border: 0;
    color: #fff3eb;
    padding: 12px 18px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    outline: none;
}
.footer_subscribe input::placeholder {
    color: rgba(255, 243, 235, 0.62);
}
.footer_subscribe button {
    border: 0;
    background: transparent;
    color: #fff3eb;
    padding: 12px 18px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.footer_socials {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.footer_socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0c1a7;
    color: #3d2418;
    text-decoration: none;
    font-size: 18px;
}
.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: 70px 0 60px;
    }
    .footer_info h3,
    .footer_contact h3,
    .footer_newsletter h3 {
        font-size: 28px;
    }
    .footer_links {
        gap: 12px;
    }
    .footer_socials a {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
   .footer_socials {
        justify-content: flex-start;
        padding-top: 20px;
    }
    .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;
    }
    .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;

}
.fresh_fruit_padding1{
    padding: 180px 0px;
}
.border_radious_mandi{
    border-radius: 16px;
}
.box_call {
    background-color: #6D0000;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -80px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_call_icon {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
}
.padding_right_m {
    padding-right: 60px;
}
.section_2_numbers {
    background-color: #6D0000;
    padding: 100px 0px;
}
.section_2_numbers h3{
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f6f6f6;
    text-transform:uppercase !important;
}
.numbers_box {
    border-left: 2px solid #fff;
    padding: 0px 10px;
}
.numbers_box h4 {
    color: #f6f6f6;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform:uppercase !important;
}
.numbers_box p {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    color: #f6f6f6;
}
.padding_b_50{
    padding-bottom: 50px;
}
.slider_bottle {
    position: relative;
}
.bottle_brand {
    position: absolute;
    top: -250px;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff; /* Match your background */
    padding: 20px 0;
}

.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
    color: #6D0000; /* Match your brand dark red */
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    font-size: 120px;
    text-transform: uppercase;
}

/* The Animation */
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Stop on Hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
    cursor: pointer;
}
.b_b_about_us h2 {
    color: #1f1f1f;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform:uppercase !important;
}
.padding_about_us_b{
    padding-top: 250px;
}
.section_3_padding {
    padding-top: 100px;
}
.about_glass {
    position: relative;
}
.glass_liquor{
    position: absolute;
    width: 500px;
    left: -60px;
}
.image_ice_mobile {
    display: none;
}
.image_ice {
    mix-blend-mode: luminosity;
}
.drinks {
    position: relative;
}
.d1{
    position: absolute;
    top: -100px;
    left: 100px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform:uppercase !important;
    background-color: #6D0000;
    padding: 16px 48px;
    transform: rotate(-15deg);
}
.d2 {
    position: absolute;
    top: 274px;
    right: 300px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    background-color: #6D0000;
    padding: 16px 48px;
    transform: rotate(-15deg);
}
.d3{
    position: absolute;
    top: -100px;
    left: 100px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform:uppercase !important;
    background-color: #6D0000;
    padding: 16px 48px;
    transform: rotate(15deg);
}
.d4{
    position: absolute;
    top: 100px;
    right: 100px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform:uppercase !important;
    background-color: #6D0000;
    padding: 16px 48px;
    transform: rotate(15deg);
}
.heading_sr {
    color: #1f1f1f;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform:uppercase !important;
    position: relative;
  }
  
  .heading_sr::after {
    content: "";
    display: block;
    width: 80px;       /* line width */
    height: 3px;       /* thickness */
    background: #6D0000;  /* line color */
    margin-top: 10px;  /* space below text */
  }
  .heading_sr_p{
    padding-right: 50px;
  }
.heading_sr2 {
    color: #1f1f1f;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform:uppercase !important;
    position: relative;
  }
  
  .heading_sr2::after {
    content: "";
    display: block;
    width: 80px;       /* line width */
    height: 3px;       /* thickness */
    background: #6D0000;  /* line color */
    margin-top: 10px;  /* space below text */
    margin-left: auto;
  }
  .heading_sr_p2{
    padding-left: 50px;
  }

  .custom-list {
    list-style: none; /* remove default bullets */
    padding: 0;
  }
  
  .custom-list li {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #131313;
    padding-bottom: 10px;
    position: relative;
    padding-right: 30px; /* space for icon */
  }
  
  .custom-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url('../images/icon.png') no-repeat center;
    background-size: contain;
  }

  .service-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background: url('icon.png') no-repeat center;
    background-size: contain;
  }
.text_a_sr{
    text-align: right;
  }
  section {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
  }
  body {
    background-color: #e1e1e1; /* black */
  }
  .box_main{
    position: relative;
  }
  .in_uae{
    padding: 100px 200px;
    text-align: center;
  }
  .in_uae h2{
    color: #1f1f1f;
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform:uppercase !important;
    position: relative;
  }

  .carousel-control-prev,
.carousel-control-next {
    background-color: #8f0f05;
  top: auto;
  bottom: 100px;   /* distance from bottom */
  width: auto;
}
/* Move BOTH to left */
.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  left: 70px; /* adjust spacing between buttons */
}

/* Previous button icon */
.carousel-control-prev-icon {
    background-image: url('../images/Arrow/Arrow_Left_MD.png'); /* your image */
    background-size: contain;
    background-color: transparent;
    padding: 20px;
    opacity: 1;
  }
  
  /* Next button icon */
  .carousel-control-next-icon {
    background-image: url('../images/Arrow/Arrow_Right_MD.png'); /* your image */
    background-size: contain;
  }
  .carousel-control-prev,
.carousel-control-next {
  width: 54px;
  height: 54px;
  background: #8f0f05;
  border-radius: 0;
  opacity: 1;
}
.carousel-caption h5 {
    position: absolute;
    top: 24px;
    left: -174px;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #131313;
    z-index: 100;
}
.carousel-caption p {
    position: absolute;
    top: 24px;
    right: -174px;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #131313;
    z-index: 100;
}
@media(max-width:1024px){
    .carousel-caption {
        position: static;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        width: 100%;
        padding-top: 28px;
    }
    .carousel-caption h5,
    .carousel-caption p {
        position: static;
        margin: 0;
        font-size: 18px;
        line-height: 1.35;
        color: #1a1a1a;
    }
    .carousel-caption h5 {
        text-align: left;
    }
    .carousel-caption p {
        text-align: right;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: auto;
    list-style: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6 !important;
}
.nav-tabs .nav-item.show .nav-link2, .nav-tabs .nav-link.active {
    color: #6D0000;
    background-color: #fff;
    border:0px !important;
    text-decoration: underline !important;
}
.nav-link2 {
    font-size: 20px !important;
}
.section_5_bottle{
    padding-top: 100px;
}
.padding_iiner_about {
    padding-top: 28px;
}





.about-bb {
  padding: 40px 0;
  background: #fff;
  font-family: Arial, sans-serif;
}

.custom-container {
  max-width: 1200px;
}

.left-area {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-area h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin: 10px 0 0;
}

.about-img img {
  width: 100%;
  height: 305px;
  object-fit: cover;
  display: block;
}

.stats-grid {
  min-height: 600px;
}

.stat-box {
  min-height: 305px;
  display: flex;
  align-items: flex-end;   /* text bottom */
  padding-left: 45px;
  padding-bottom: 40px;    /* adjust bottom position */
  color: #8b0900;
}

.stat-box h3 {
  margin-bottom: 10px;
      font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.stat-box p {
 font-size: 24px;
 font-family: "Poppins", sans-serif;
 font-weight: 300;
 margin: 0;
}

.top-border {
  border-top: 1px solid #777;
}

.left-border {
  border-left: 1px solid #777;
}

.active-box {
  background: #8b0900;
  color: #fff;
}
.active-box P{
  background: #8b0900;
  color: #fff;
}

@media (max-width: 991px) {
  .left-area {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .left-area h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .stat-box {
    min-height: 220px;
    padding-left: 25px;
  }

  .stats-grid {
    min-height: auto;
  }
}

@media (max-width: 575px) {
    .footer_subscribe {
        min-height: auto;
    }
    .footer_subscribe input,
    .footer_subscribe button {
        padding: 12px 14px;
        font-size: 14px;
    }
    .footer_copy {
        font-size: 14px;
    }
}
.Fruit_Header1{
    text-align: center;
}
.fruit_box_content{
    text-align: center;
}
  .stat-box {
    min-height: 180px;
    padding-left: 18px;
  }

  .stat-box h3 {
    font-size: 26px;
  }
.center_white {
    background-image: url(../images/center_white2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.center_white h2{
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.about-quality-section {
    background-color: #6d0803;
    padding: 200px 0px;
}
.padding_bottom_sect_2 {
    padding-bottom: 40px;
}
.about-quality-section p {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 1.35;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 100;
}
@media (max-width: 991px) {
    .about-quality-section p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .about-quality-section p {
        font-size: 16px;
        line-height: 1.5;
    }
}
.about-expertise-section {
    padding: 110px 0 90px;
}

.about-expertise-copy h2 {
    color: #000000;
    font-size: 58px;
    line-height: 1.02;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.about-expertise-line {
    display: block;
    width: 96px;
    height: 2px;
    background-color: #8f0f05;
    margin-bottom: 28px;
}

.about-expertise-copy p {
    margin-bottom: 24px;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 1.65;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.about-expertise-gallery {
    justify-content: flex-end;
}

.about-expertise-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.about-expertise-image-main {
    margin-top: 120px;
}

.about-expertise-image-main img {
    height: 470px;
}

.about-expertise-image-top img {
    height: 280px;
}

.about-expertise-image-bottom img {
    height: 360px;
}

@media (max-width: 1199px) {
    .about-expertise-copy h2 {
        font-size: 48px;
    }

    .about-expertise-copy p {
        font-size: 16px;
    }

    .about-expertise-image-main {
        margin-top: 80px;
    }

    .about-expertise-image-main img {
        height: 400px;
    }

    .about-expertise-image-top img {
        height: 240px;
    }

    .about-expertise-image-bottom img {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .about-expertise-section {
        padding: 80px 0 70px;
    }

    .about-expertise-copy {
        text-align: left;
    }
.Fruit_about_us h1 {
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
}
    .about-expertise-copy h2 {
        font-size: 40px;
    }

    .about-expertise-line {
        margin-left: auto;
        margin-right: auto;
    }

    .about-expertise-copy p {
        max-width: 100%;
    }

    .about-expertise-image-main {
        margin-top: 0;
    }

    .about-expertise-image-main img,
    .about-expertise-image-top img,
    .about-expertise-image-bottom img {
        height: auto;
    }
}

@media (max-width: 575px) {
    .about-expertise-section {
        padding: 60px 0;
    }

    .about-expertise-copy h2 {
        font-size: 32px;
    }

    .about-expertise-copy p {
        font-size: 15px;
        line-height: 1.7;
    }
}
.about-blogs-section {
    padding: 100px 0 90px;
}

.about-blogs-heading h2 {
    margin: 0 0 26px;
    color: #000000;
    font-size: 56px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.about-blog-card {
    height: 100%;
}

.about-blog-image {
    overflow: hidden;
}

.about-blog-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.about-blog-content {
    padding-top: 22px;
}

.about-blog-content h3 {
    margin: 0 0 24px;
    color: #272727;
    font-size: 24px;
    line-height: 1.45;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.about-blog-content h3 strong {
    font-weight: 600;
}

.brand-testimonials-section {
    padding: 100px 0 90px;
}

.brand-testimonial-card {
    height: 100%;
    background-color: #0d0d0d;
    border-radius: 16px;
    padding: 22px 18px 20px;
}
.brand-testimonial-stars {
    color: #ffbf47;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 4px;
    margin-bottom: 18px;
}

.brand-testimonial-card p {
    margin: 0 0 22px;
    color: #f2f2f2;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.brand-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    flex-shrink: 0;
}

.brand-testimonial-author h4 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.brand-testimonial-author span {
    color: #9ea3ad;
    font-size: 13px;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.thuruppugulan-products-section {
    padding: 90px 0 100px;
}

/* .thuruppugulan-product-card img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
} */

.thuruppugulan-product-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
}

.thuruppugulan-product-info h3 {
    margin: 0;
    color: #111111;
    font-size: 31px;
    line-height: 1.05;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.thuruppugulan-product-info p {
    margin: 4px 0 0;
    color: #111111;
    font-size: 31px;
    line-height: 1.05;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.thuruppugulan-product-info span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 16px 27px;
    background-color: #8f0f05;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .box_main {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1031;
    }
    .box_call {
        top: 0;
        right: 0;
        width: 96px;
        height: 96px;
    }
    .brand-testimonials-section {
        padding: 80px 0 70px;
    }

    .thuruppugulan-products-section {
        padding: 70px 0 80px;
    }

    .thuruppugulan-product-card img {
        height: 420px;
    }

    .thuruppugulan-product-info h3,
    .thuruppugulan-product-info p {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .brand-testimonials-section {
        padding: 60px 0;
    }

    .brand-testimonial-card {
        padding: 20px 16px 18px;
    }

    .brand-testimonial-card p {
        font-size: 15px;
    }

    .thuruppugulan-products-section {
        padding: 50px 0 60px;
    }

    .thuruppugulan-product-card img {
        height: auto;
    }

    .thuruppugulan-product-info {
        flex-direction:row;
        align-items: flex-start;
    }

    .thuruppugulan-product-info h3,
    .thuruppugulan-product-info p {
        font-size: 18px;
    }

    .thuruppugulan-product-info span {
        min-width: auto;
    }
}

@media (max-width: 991px) {
    .about-blogs-section {
        padding: 80px 0 70px;
    }

    .about-blogs-heading h2 {
        font-size: 42px;
        margin-bottom: 22px;
    }

    .about-blog-image img {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .about-blogs-section {
        padding: 60px 0;
    }

    .about-blogs-heading h2 {
        font-size: 34px;
    }

    .about-blog-image img {
        height: 240px;
    }

    .about-blog-content h3 {
        font-size: 18px;
    }
}
.section_about_bnb_padding_top {
    padding-top: 100px;
}
.b_b_about_us_inner_p {
    padding-top: 20px;
}
.b_b_about_us_inner_p img{
    width: 60px;
}
.b_b_about_us_inner_p h2{
    color: #1f1f1f;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
}
@media(max-width:1024px){
    .padding_right_m {
    padding-right: 100px;
}
    .Fruit_Header h1 {
        font-size: 32px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #020202;
        margin-top: 20px;
    }
    .bottle_brand {
    position: relative;
    top: 0px;
    width: 250px;
    margin: 0 auto;
    padding-top: 50px;
}
    .slider_bottle {
    display: flex;
    justify-content: center;
}
.fresh_fruit_padding1 {
    padding: 180px 0px 0px 0px;
}
.section_2_numbers {
    background-color: #6D0000;
    padding: 250px 0px 100px 0px;
    margin-top: -150px;
    text-align: center;
}
.section_2_numbers h3 {
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f6f6f6;
    text-transform: uppercase !important;
}
.numbers_box {
    border-left: 0px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 0px 0px;
}
.numbers_box p {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    color: #f6f6f6;
}
.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
    color: #6D0000;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
}
.d1 {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    background-color: #6D0000;
    padding: 16px 48px;
    transform: rotate(0deg);
}
.d4 {
    position: relative;
    top: 0px;
    right: 0px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    background-color: #6D0000;
    padding: 16px 48px;
    transform: rotate(0deg);
    margin-bottom: 10px;
}
.d3 {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    background-color: #6D0000;
    padding: 16px 48px;
    transform: rotate(0deg);
    margin-bottom: 10px;
}
.d2 {
    position: relative;
    top: 0px;
    right: 0px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    background-color: #6D0000;
    padding: 16px 48px;
    transform: rotate(0deg);
}
.glass_liquor {
    position: relative;
    width: 400px;
    left: -8px;
}
    .image_ice_mobile {
        display: block;
        width: 100%;
        margin: -100px auto 0;
        padding-top: 0 !important;
    }
.image_ice_bottom_mobile {
    display: none;
}
.padding_about_us_b {
    padding-top: 10px;
}
.b_b_about_us h2 {
    padding-top: 20px;
}
.carousel {
    padding-bottom: 90px;
}
.carousel-control-prev,
.carousel-control-next {
    bottom: 10px;
}
.carousel-control-prev {
    left: calc(50% - 62px);
}
.carousel-control-next {
    left: calc(50% + 8px);
}
.carousel-control-prev,
.carousel-control-next,
.testimonial-feedback-section .testimonial_nav button {
    width: 54px;
    height: 54px;
    border-radius: 0;
}
.who-we-serve-row {
    flex-direction: column;
}
.who-we-serve-content-col {
    order: 1;
    text-align: left !important;
    padding-left: 12px;
    padding-right: 12px;
}
.who-we-serve-image-col {
    order: 2;
}
.who-we-serve-content-col .heading_sr2::after {
    margin-left: 0;
}
.who-we-serve-content-col p {
    text-align: left;
}
.who-we-serve-content-col .custom-list li {
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
}
.who-we-serve-content-col .custom-list li::before {
    left: 0;
    right: auto;
}
.who-we-serve-content-col .button_fruit_head {
    display: inline-block;
    margin-right: auto;
}
.heading_sr_p {
    padding-right: 10px;
}
.heading_sr2{
    color: #1f1f1f;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    position: relative;
    padding-top: 20px;
}
.heading_sr {
    color: #1f1f1f;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    position: relative;
}
.in_uae {
    padding: 50px 1px;
    text-align: center;
}
.testimonial-feedback-quote-box {
    width: 110px;
    height: 110px;
    background-color: #8f0f05;
    color: #ffffff;
    font-size: 140px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 34px;
    font-family: Georgia, serif;
    position: relative;
    top: 0px;
}
.testimonial-feedback-copy p {
    margin: 0 0 26px;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.45;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-top: 30px;
}
.in_uae h2 {
    color: #1f1f1f;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase !important;
    position: relative;
}
.stat-box p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0;
}
.section_about_bnb_padding_top {
    padding-top: 50px;
}
.center_white {
    background-image: url(../images/center_white2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.center_white h2 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.about-quality-section {
    background-color: #8f0f05;
    padding: 100px 0px;
}
.thuruppugulan-product-info span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 16px 27px;
    background-color: #8f0f05;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    white-space: nowrap;
}
.navbar-brand {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #111111 !important;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.testimonial-feedback-copy p {
    margin: 0 0 26px;
    color: #2b2b2b;
    font-size: 20px;
    line-height: 1.45;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-left: 1px;
}
.b_b_about_us_inner2_p {
    padding-top: 30px;
    text-align: left !important;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 120px;
}
}
.b_b_about_us_inner2_p {
    padding-top: 50px;
    text-align: right;
}
.b_b_about_us_inner2_p h2 {
    color: #1f1f1f;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
}
@media(min-width:1024px){
    .lg-hidden{
        display: none !important;
    }
}
@media(min-width:1600px){
  .padding_right_m {
    padding-right: 0px !important;
}
}
.nav_logo {
    position: absolute;
    width: 150px !important;
    top: -5px;
    left: 0px;
}
