.banner_wrap_sec .banner_wrap .owl-nav {
    display: none !important;
}
   html, body {
        overflow-x: hidden;
        width: 100%;
    }
    .section {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }
    .rice_bran_oil_con {
        padding: 4% 1%;
        background: url(images/rice-bran-oil-bg.png) no-repeat center center;
        background-size: cover;
        text-align: center;
    }

    .health_benefit_con {
        padding: 40px 20px;
        background-color: #E0EBDA;
        background-size: cover;
        text-align: center;
    }
    .health_benefit_con .owl-carousel.owl-loaded {
        display: flex;
        flex-direction: row;
    }
    .rice_bran_oil_details h1 {
        font-size: 32px;
        font-weight: bolder;
        color: #000000;
        text-transform: uppercase;
    }

    .rice_bran_oil_details p {
        font-size: 16px;
        width: 83%;
        line-height: 1.6;
        color: #000000;
        margin: 20px auto;
        text-align: center;
    }

    .rice_bran_oil_images {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .center-image img {
        object-fit: contain;
        transform: translate(20%, -2%);
    }

    .circle-images {
        display: flex;
        flex-direction: row;
    }

    .circle {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .circle img {
        object-fit: contain;
        border-radius: 50%;
    }

    .circle-images.left .circle:nth-child(1) {
        left: 65px;
        top: -30px;
    }

    .circle-images.left .circle:nth-child(2) {
        top: -96px;
        right: -108px;
    }

    .circle-images.left .circle:nth-child(3) {
        bottom: -68px;
        left: 77px;
    }

    .circle-images.right .circle:nth-child(1) {
        top: -97px;
        right: -8px;
    }

    .circle-images.right .circle:nth-child(2) {
        bottom: -73px;
        right: 30px;

    }

    .circle-images.right .circle:nth-child(3) {
        bottom: -13px;
        right: -16px;
    }

    .experience_box h2 {
        padding-top: 2%;
        line-height: 42px;
        margin: 23px;
        font-size: 30px;
        font-weight: bolder;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
    }
    .experience_box .container {
        width:80%;
    }
    .health_benefit_con h2 {
        line-height: 42px;
        margin: 23px;
        font-size: 32px;
        font-weight: bolder;
        color: #000000;
        text-transform: uppercase;
    }

    .image-gallery {
        display: flex;
        gap: 20px;
    }

    .large-image-container {
        flex: 2;
        display: flex;
        justify-content: flex-start;
    }

    .large-image-container img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .image-text {
        margin-top: 10px;
    }

    .thumbnail-container {
        flex: 0.4451;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        gap: 20px;

    }

    .thumbnail-container img {
        width: 100%;
        height: calc((100% - 30px) / 4);
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

    .thumbnail-container img:not(.active) {
        filter: brightness(0.7);
    }

    .thumbnail-container img.active {
        filter: brightness(1);
        border-color: #007bff;
    }

    .thumbnail-container img:hover {
        transform: scale(1.05);
    }

    .health_benefit_con {
        margin-top: 30px;
    }

    .health_benefit_images {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .carousel-container {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .carousel-container-mobile{
        display: none;
    }
    .carousel-container .item {
        flex: 0 0 25%;
        margin: 0 22%;
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

    .carousel-container .item img {
        display: block;
        width: 100%;
        max-width: 200px;
        height: auto;
        margin: 0 auto;
    }

    .carousel-container .item .content {
        margin-top: 10px;
    }

    .carousel-container .item .content p {
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
    }

    .carousel-container .item .content .normal {
        font-weight: normal;
        display: block;
    }

    .carousel-container .item .content .bold {
        font-weight: bold;
        display: block;
    }
    .carousel-container-mobile .item .content .normal {
        font-weight: normal;
        display: block;
        font-size: 14px;

    }

    .carousel-container-mobile .item .content .bold {
        font-weight: bold;
        display: block;
        font-size: 14px;

    }   
    .scroll-bar-container {
        position: relative;
        width: 5%;
        height: 5px;
        background-color: #e0e0e0; 
        margin-top: 4%;
        overflow: hidden;
    }

    .scroll-bar {
        height: 100%;
        width: 0%;
        background-color: #FFAF31; 
        transition: width 0.5s ease-in-out; 
    } 

    .packaging_size_con {
        position: relative;
        width: 100%;
        min-height: 550px;
        background: url('../images/packging_available_background.png') no-repeat center;
        background-size: cover;
        padding: 40px 20px;
        overflow: hidden;
    }


    .packaging_size_con .background-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .text-overlay {
        position: absolute;
        top: 40px;
        left: 33%;
        transform: translateX(-90%);
        z-index: 2;
        color: white;
        line-height: 60px;
        font-size: 42px;
        font-weight: bold;
        text-align: justify;
        text-transform: uppercase;
    }

    .text-overlay span {
        display: block; 
    }

    .second-image {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin: 0;
        transform: none;
    }
    .second-image-mobile {
        display: none;
    }


    .third-image {
        position: absolute;
        top: 29%;
        left: 0%;
        z-index: 3;
    }
    .third-image-mobile, .third-image-mobile-1, .third-image-mobile-2 {
        display: none;
    }

    .fourth-image {
        position: absolute;
        top: 1%;
        right: 0;
        z-index: 3;
    }
    .fourth-image-mobile{
        display: none;
    }
    .findon_us_con {
        position: relative;
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 0;
        text-align: center;
        overflow: hidden;  
    }

    .findon_us_con .content {
        text-align: center;
        position: relative;
        z-index: 3;
        width: 82%;
        padding: 23px;
        border-radius: 15px;
        background-color: #E8FFDB;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        background-image: url(`images/texture.png`);
        background-position: center;
        opacity: 1.5;
        background-repeat: no-repeat;
        font-size: 30px;
        font-weight: 900;
        background-size: cover;
    }   
             
    .findon_us_con .content span,
    .content img {
        position: relative;
        z-index: 2;
        width: 70px; 
        height: 70px;
        cursor: pointer;
        transition: transform 0.3s ease;   
    }

    .findon_us_con .content img:hover {
        transform: scale(1.2); 
    }   
    .explore_products_con {
        position: relative;
        padding: 50px 20px;
        background-color: #E8FFDB;
        color: white;
        text-align: center;
        overflow: hidden;
        background-image: url('images/texture-2.png');
        height: 669px;
    }

    .explore_products_con h2 {
        font-size: 32px;
        font-weight: bolder;
        color: #000000;
        text-transform: uppercase;
        line-height: 46px;
        padding-bottom: 3rem;
    }

    .explore_products_crousel {
        display: flex;
        justify-content: center;
        position: relative;
        gap: 90px;
        z-index: 2;
        height: 100%;
    }

    .explore_products_con .explore_products_crousel .item {
        background-position: center;
        position: relative;
        text-align: center;
        color: white;
    }

    .explore_products_con .explore_products_crousel .item img {
        width: 100%;
        height: auto;
        max-width:303px;
        margin: 3rem auto;
    }

    .explore_products_con .explore_products_crousel .item h4 {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 18px;
        color: #000000;
        line-height: 42px;
        font-weight: bolder;
    }
    .explore_products_con .explore_products_crousel .owl-nav {
        display: block !important;
        position: absolute;
        inset: 0;
        z-index: 40;
        pointer-events: none;
    }
    .explore_products_con .explore_products_crousel .owl-prev, .explore_products_con .explore_products_crousel .owl-next {
        color: white;
        border-radius: 50%;
        padding: 10px;
        cursor: pointer;
        z-index: 45;
        pointer-events: auto;
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .explore_products_crousel .owl-prev {
        display:inline-block;
        position: absolute;
        left: 0;
        top:32%;
    }

    .explore_products_crousel .owl-next {
        display:inline-block;
        position: absolute;
        right: 0;
        top: 32%;
    }
    .explore_products_crousel .owl-item.active.center{
        scale:1.2;
        padding: 0 1rem;
    }
    .explore_products_con .explore_products_crousel .owl-prev img, .explore_products_con .explore_products_crousel .owl-next img {
        width: 30px;
        height: 30px;
        pointer-events: none;
    }

    .faq-section {
        width: 100%;
        margin: 0 auto;
        padding: 2rem;
        background-color: #FCEED3;
        border-radius: 8px;
        height: auto;
    }
    .faq-section h2{
        font-size: 36px;
        font-weight: bold;
        color: #000000;
        text-transform: uppercase;
        line-height: 46px;
        text-align: center;
        margin-bottom: 3%;
    }

    .faq{
        width:85%;
        justify-self: center;
    }
    .faq-item {
        width:100%;
        margin-bottom: 1rem;
        overflow: hidden; 
        border-radius: 8px; 
        transition: background-color 0.3s ease, color 0.3s ease;
            
    }

    .faq-question {
        width: 100%;
        text-align: left;
        padding: 1rem;
        background-color: #fdf3e0;
        color: #000000;
        border: none;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        transition: background-color 0.3s ease, color 0.3s ease;
        position: relative;
        border-radius: 8px 8px 0 0;
    }

    .faq-question:hover {
        background-color: #fdf3e0;
    }

    .faq-answer {
        padding: 1rem;
        background-color: #e77724;
        border-left: 5px solid #e77724;
        display: none;
        border-radius: 0 0 8px 8px;
    }
    .faq-answer p{
        color:#ffffff;
    }
    .faq-item.active {
        background-color: #e77724; 
        color: white; 
        font-weight:1000;
        padding: 1rem;
    }
    .faq-item.active .faq-answer {
        display: block;
        color: white;
        background-color: transparent; 
        border-left: none;
    }
    .faq-item.active .faq-question {
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        color: white;
    }
    .faq-arrow {
        position: absolute;
        right: 20px; 
        top: 50%;
        transform: translateY(-50%); 
        font-size: 1rem;
        pointer-events: none; 
    }
    .faq-item.active .faq-arrow {
        transform: translate(1rem, -50%) rotate(180deg);
    }
    .banner_wrap_sec .banner_wrap {
        margin-bottom: 0 !important; 
    }
    .explore_more_con {
        position: relative;
        height: 954px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow: hidden;  
        
    }
    /* Section Styling */
    .custom-image-layout {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 31px 9% 4% 9%;
    }

    .custom-image-container {
        display: flex;
        gap: 65px;
        align-items: start;
    }
    .custom-image-container-mobile{
            display:none;
    }
    .main-image {
        position: relative;
        display: inline-block; /* Ensure it's inline and adapts to the image size */
        width: fit-content; /* Adjust to the size of the image */
    }

    .main-image img {
        display: block;
        width: 100%; /* Ensure the image scales correctly */
        height: auto;
        object-fit: cover;

    }
    .split-image-container {
        display: flex;
        flex-direction: column;
        gap: 13px;
        height: 100%; /* Ensure it takes full height */
    }

    .split-top, 
    .split-bottom {
        width: 100%;
        height: 50%; /* Equal heights */
    }

    .split-top img, 
    .split-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item img {
        object-fit: cover;
    }
    .split-images {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .tall-image-container {
        display: flex;
        flex-direction: column;
        grid-row: span 2;
        
    }

    .above-text {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #333;
        text-align: center;
        margin-top: -14px;
    }

    .above-text img {
        margin-bottom: 55px;
    }

    .above-text p {
        margin: 0;
        font-size: 48px;
        font-weight: bold;
        line-height: 66px;
        text-align: justify;
    }

    .tall-image img {
    }
    .above-text span {
        display: block; 
    
    }

    .follow_link {
        font-size: 18px ;
        font-weight: 1000 ;
        color: #000000;
        line-height: 26px;
        margin-left: 15%;
        display: block; 
        margin-bottom: 15%;
          
    }
    .follow_link a{
        color: #E77724;
    }
    .play-icon {
        position: absolute;
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Adjust for centering */
        z-index: 2; /* Ensure it stays on top of the image */
    }

    .play-icon img {
        width: 50px; /* Adjust size as needed */
        height: 50px;
        cursor: pointer; /* Make it look clickable */
    }
    .breadcrumb{
        padding: 1.5% 5%;
    }
    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .owl-carousel .owl-stage {
        display: flex;
        flex-wrap: nowrap;
}
.desktop-text{
        display:block;
    } 
.mobile-view-text{
        display:none;
    }
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.owl-nav button {
    background: none;
    border: none;
    pointer-events: all;
}
.owl-nav img {
    width: 30px;
    height: auto;
}

@media only screen and (min-width: 576px) {
        .third-image-mobile-2 {
            display: block;
            position: relative;
            transform: translate(15.5rem, -2rem);
        }
    }
@media only screen and (max-width: 576px) {
    .desktop-text{
        display:none;
    } 
    .mobile-view-text{
        display:block;
        text-align:left !important;
    }
        h2 {
            margin-bottom: 20px;
        }
        .rice_bran_oil_details h1{
            font-size: 20px;
        }
        .rice_bran_oil_details p {
        font-size: 16px;
        text-align:left;
        }

        .breadcrumb {
            padding: 6.5% 5%;
        }
        .health_benefit_con .carousel-container {
                display: none; 
        }
        .health_benefit_con .owl-carousel.owl-loaded {
            display: none; 
        }

        .health_benefit_con .carousel-container-mobile {
                display: grid !important;
                grid-template-columns: repeat(2, 1fr);
                gap: 85px;
        }
        .health_benefit_con h2 {
            line-height: 36px;
            font-size: 26px;
        }
        .packaging_size_con {
            min-height: 400px;
            padding: 20px;
            background-position: center top;
        }
        .packaging_size_con .background-image {
            height: 200px;
        }
        .experience_box .container {
            width: 100%;
        }
        .experience_box h2 {
            margin-top: 14px;
            font-size: 23px;
                margin: 20px;
        }
        .image-gallery {
            flex-direction: column;
            gap: 10px;
            margin: 0 8%;
        }

        .thumbnail-container {
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            padding-bottom: 10px;
            flex-direction: row;
            flex: 1.436;
            display: flex;
            gap: 10px;
            justify-content: end;
            height: 100%;
        }
        
        .thumbnail-container::-webkit-scrollbar {
            display: none;
        }
        
        .thumbnail-container img {
            flex: 0 0 auto;
            width: calc((100% - 12px) / 4);
        }
        /* Packaging size section */
        .packaging_size_con {
            min-height: 444px;
            padding: 20px;
            background-position: center top;
        }

        .packaging_size_con .background-image{
            display: none;
        }
        .text-overlay {
            position: relative;
            left: 0;
            transform: none;
            top: 0;
            padding: 0;
            line-height: 40px;
            font-size: 30px;
        }
        .text-overlay span{
            display: block;
        }
        .second-image {
            display: none;
        }
        .second-image-mobile {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            max-width: 100%;
            transform: none;
            margin: 0;
        }
        .fourth-image{
            display: none;
        }
        .fourth-image-mobile{
            display: block;
            position: absolute;
            transform: translate(56%, -35%);
            margin: 1%;
        }
        .third-image {
            display: none;
        }
        .third-image-mobile{
            display: block;
            position: relative;
            top: 8.8rem;
        }
        .third-image-mobile-1{
            display: block;
            position: relative;
            transform: translate(-2rem, 6rem);
        }
        .third-image-mobile-2{
            display: block;
            position: relative;
            /* transform: translate(17rem, -1rem); */
            /* position: absolute; */
            /* right: 0; */
            bottom: 0;
            text-align: right;
            float: right;
            right: -22px;
            bottom: 0.5rem;

        }
        .findon_us_con {
            position: relative;
            height: auto;
            min-height: 9rem;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
             margin: 20px 0;
        }

        .findon_us_con .content {
            position: absolute;
            height: 100%;
            z-index: 3;
            width: 100%;
            padding: 48px;
            border-radius: 0;
            background-color: #E8FFDB;
            display: block;
            align-items: center;
            justify-content: center;
            gap: 15px;
            font-size: 22px;
            font-weight: bold;
            background-image:none;
            
        }
        .findon_us_con .content::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('images/texture-mobile.png');
            background-position: center;
            opacity: 1.5;
            z-index: 1;
        }
        .findon_us_con .content span, .content img {
            display: block;
            position: absolute;
            width: 50px;
            height: auto;
            transform: translate(-1%, 42%);
            margin: -5px -5%;
        }
        
        /* Explore products section */
        .explore_products_con {
            height: auto;
            padding: 20px 15px;
            padding-bottom: 3rem;

        }

        .explore_products_con h2 {
            font-size: 24px;
            padding-bottom: 1.5rem;
                line-height: 35px;
        }

        .explore_products_crousel {
            gap: 20px;
        }

        .explore_products_crousel .item img {
            max-width: 200px;
        }

        .explore_products_crousel .item h4 {
            font-size: 18px;
            line-height: 1.2;
        }

        /* Custom image layout */
        .custom-image-layout {
            padding: 10px;
        }

        .custom-image-container {
            gap: 20px;
        }
        .custom-image-container-mobile{
            display: inline-block;
            width: 100%;
        }
        .mobile-text {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            padding: 15px 0 0 0;
        }

        .mobile-text .explore-text {
            display: flex;
            align-items: center;
            width: 100%;
        }

        .mobile-text .explore-text img {
            width: 50px;
            height: 50px;
            margin-right: 15px; /* Space between icon and text */
        }

        .mobile-text .explore-text h2 {
            font-size: 28px;
            font-weight: bold;
            margin: 0;
            text-transform: uppercase;
            line-height: 1.2;
        }

        .mobile-text .follow-link {
            width: 100%;
            margin-top: 10px;
        }

        .follow_link {
            font-size: 20px;
            color: #000;
            margin-left: 0;
            height: auto;

        }

        .follow_link a {
            color: #E77724;
            text-decoration: none;
            font-weight: bold;
        }
        .main-image img,
        .upper-split img,
        .lower-split img,
        .tall-image img {
            width: 100%;
            height: auto;
            max-width: 300px;
            margin: 0 auto;
        }

        .above-text p {
            font-size: 32px;
            line-height: 1.3;
        }
        .fourth-image{
            display: none;
        }
        .rice_bran_oil_images {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 34px 0;
        }
        .rice_bran_oil_con {
            padding-bottom: 17%;
            padding-top: 6%;
        }
        .circle-images {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

        .circle-images.left, .circle-images.right {
            flex-direction: row;
            justify-content: center;
            gap: 10px;
        }

        .circle {
            display: block;
        }
        .circle img {
            width: 100%;
            height: auto;
            margin: 1.1rem;
        }
        .circle-images.left .circle:nth-child(1) {
            left: 0;
            top: 0;
            transform: translate(36%, -9%);               
        }
        .circle-images.left .circle:nth-child(2) {
            top: 0;
            right: 0;
            transform: translate(39%, -53%); 
            margin: 20px;              
        }
        .circle-images.left .circle:nth-child(3) {
            bottom: 0;
            left: 0;
            transform: translate(-73%, 49%);
        }

        .circle-images.right .circle:nth-child(1) {
            top: 0;
            right: 0;
            transform: translate(26%, -33%);
        }
        .circle-images.right .circle:nth-child(2) {
            bottom: 0;
            right: 0;
            transform: translate(-86%, 74%);
        }
        .circle-images.right .circle:nth-child(3) {
            bottom: 0rem;
            right: 0;
            transform: translate(-68%, 18%);
        }
        .center-image {
            margin: 20px 0;
        }

        .center-image img {
            width: 150px; 
            height: auto;
            transform: none;    
        }
        .faq{
            width:100%;
        }

        .faq-section {
            border-radius: 0;
            margin: 0;
        }
        .faq-section h2 {
            font-size: 17px;
        }
        .faq-question {
            line-height: 1.5rem;
        }
        .custom-image-container {
            display: none;
        }
        
        .split-image-container {
            display: flex;
            flex-direction: column;
            gap: 13px;
            height: 86%;
        }

        .split-top, 
        .split-bottom {
            width: 100%;
            height: calc(50% - 7.5px);
        }

        .split-top img, 
        .split-bottom img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .custom-icon-1{
            left: 40%;
        }
        .custom-icon-2{
            right: 40%;
        }
        .scroll-bar-container{
            display: none;
        }


}

@media only screen and (min-width: 577px) and (max-width: 768px) {
        .findon_us_con {
            position: relative;
            height: auto;
            min-height: 200px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
             margin: 20px 0;
        }
        .breadcrumb {
            padding: 3.5% 5%;
        }
        .findon_us_con .content {
            position: absolute;
            height: 100%;
            z-index: 3;
            width: 100%;
            padding: 48px;
            border-radius: 0;
            background-color: #E8FFDB;
            display: block;
            align-items: center;
            justify-content: center;
            gap: 15px;
            font-size: xx-large;
            font-weight: bold;
            background-image:none;
        }
        .findon_us_con .content::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('images/texture-mobile.png');
            background-position: center;
            opacity: 1.5;
            z-index: 1;
        }
        .findon_us_con .content span, .content img {
            position: absolute;
            top: 48%;
        }
        .explore_products_con h2 {
            font-size: 30px;
        }
        .custom-image-container {
        display:none;
        }
        .custom-image-container-mobile{
            display: block;
            width: 100%;
        }
        .mobile-text {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            padding: 15px 0 0 0;
        }

        .mobile-text .explore-text {
            display: flex;
            align-items: center;
            width: 100%;
        }

        .mobile-text .explore-text img {
            width: 50px;
            height: 50px;
            margin-right: 15px; /* Space between icon and text */
        }

        .mobile-text .explore-text h2 {
            font-size: 36px;
            font-weight: bold;
            margin: 0;
            text-transform: uppercase;
            line-height: 1.2;
        }

        .mobile-text .follow-link {
            width: 100%;
            margin-top: 10px;
        }

        .follow_link {
            font-size: 24px;
            margin-bottom: 6%;
            color: #000;
            margin-left: 0;
            height: auto;

        }

        .follow_link a {
            color: #E77724;
            text-decoration: none;
            font-weight: bold;
        }
        .health_benefit_con .carousel-container {
                display: none; /* Override owl carousel */
        }
        .health_benefit_con .owl-carousel.owl-loaded {
            display: none; 
        }

        .health_benefit_con .carousel-container-mobile {
                display: grid !important;
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
        }
        .packaging_size_con {
            min-height: 402px;
            background-position: center center;
        }

        .packaging_size_con .background-image{
                display: none;
        }
        .text-overlay {
            top: 40px;
            left: 5%;
            transform: translateX(4%);
        }
        .second-image {
            display:block;
           height: 120px;
        }
        .second-image-mobile {
            display: none;
        }
        .fourth-image{
            display: none;
        }
        .fourth-image-mobile{
            display: block;
            position: absolute;
            left: 52%;
            top: 32%;
            width: 45%;
        }
        .third-image-mobile {
            display: block;
            transform: translate(1rem, 15rem);
        }
        .third-image-mobile-1{
            display: block;
            position: relative;
            transform: translate(-2rem, 9.5rem);
        }
        .third-image-mobile-2{
            display: block;
            position: relative;
            transform: translate(28rem, 2.7rem);

        }
        .third-image {
            display: none;
        }
        .rice_bran_oil_images{
            display: block;
        }
        .rice_bran_oil_images .center-image{
            position: absolute;
            top: 25rem;
            left: 13%;
        }
        .rice_bran_oil_images .circle-images{
            display: block;
        }
        .rice_bran_oil_con {
            padding: 2rem 0 14rem 0;
        }
        .rice_bran_oil_images .circle-images.left .circle:nth-child(3) {
            bottom: 0;
            left: 0;
            transform: translate(17%, -98%);
        }
        .rice_bran_oil_images .circle-images.left .circle:nth-child(2) {
            top: 0;
            right: 0;
            transform: translate(15%, -152%);
            margin: 9px;
        }
        .rice_bran_oil_images .circle-images.left .circle:nth-child(1) {
            left: 0;
            top: 0;
            transform: translate(-16%, 16%);
        }            
        .rice_bran_oil_images  .center-image img {
            position: relative;
        }
        .rice_bran_oil_images .circle-images.right .circle:nth-child(1) {
            top: 14rem;
            right: 0;
            transform: translate(-18%, 60%);
        }
        .rice_bran_oil_images  .circle-images.right .circle:nth-child(2) {
            bottom: -23rem;
            left: -17%;
        }
        .rice_bran_oil_images  .circle-images.right .circle:nth-child(3) {
            bottom: -4rem;
            right: -14%;
        }
        .large-image-container {
            flex-direction: unset; 
            
        }        
        .scroll-bar-container{
            display: none;
        }
        .custom-icon-1{
            left: 32%;
        }
        .custom-icon-2{
            right: 41%;
        }
        .split-image-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
            height: 86%;
        }

        .split-top, 
        .split-bottom {
            height: calc(50% - 7.5px); /* Equal heights with gap consideration */
        }

        .split-top img, 
        .split-bottom img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
        }
        .faq {
            width: 100%;
        }
        .faq-question {
            line-height: 1.5rem;
        }
        .explore_products_con .explore_products_crousel .owl-dots {
        display: block !important;
        position: relative;
        bottom: 10px;
        z-index: 10;
    }
    .custom-image-layout {
        padding: 30px 0 0 10%;
    }


}
@media only screen and (min-width:768px){
    .third-image-mobile{
        transform: translate(19%, 75%) !important;
    }
    .third-image-mobile-1{
        transform: translate(-2rem, 7.5rem) !important;
    }
    .third-image-mobile-2{
        transform: translate(40rem, 0.5rem) !important;
    }

}
@media only screen and (min-width:744px){
    .third-image-mobile{
        transform: translate(7rem, 12.5rem) ;
    }
    .third-image-mobile-1{
        transform: translate(-2rem, 7.5rem);
    }
    .third-image-mobile-2{
        transform: translate(39rem, 0.5rem);
    }

}
@media only screen and (min-width:820px){
    .third-image-mobile{
        transform: translate(24%, 105%) !important;
    }
    .third-image-mobile-1{
        height: 14rem;
        transform: translate(-1.5rem, 11.5rem) !important;
    }
    .third-image-mobile-2{
        height: 12rem;
        transform: translate(37.5rem, -2.5rem) !important;
    }

}
@media only screen and (min-width:1024px){
    .third-image-mobile {
        height: 20rem;
        transform: translate(24%, 37%) !important;
    }
    .third-image-mobile-1 {
        height: 11rem;
        width: 15rem;
        transform: translate(-1.5rem, 4.5rem) !important;
    }
    .third-image-mobile-2 {
        display: none;
        height: 10rem;
        transform: translate(52.5rem, -5.5rem) !important;
    }

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .packaging_size_con .background-image{
            display: none;
    }
    .experience_box .container {
        width: 90%;
    }
    .breadcrumb {
        padding: 6.5% 5%;
    }
    .packaging_size_con {
        height: auto;
        min-height: 400px;
    }
    .thumbnail-container {
        flex: 0.4;
    }
    .text-overlay {
        top: 0;
        left:0;
        font-size: 49px;
        transform: translate(10px, -10px);
    }
    .fourth-image {
        display: none;
    }
    .third-image {
        display: none;
    }
    .third-image-mobile {
        display: block;
        transform: translate(7rem, 15.5rem);
    }
    .third-image-mobile-1{
        display: block;
        position: relative;
        transform: translate(40rem, 13.5rem);
    }
    .third-image-mobile-2{
        display: block;
        position: relative;
        transform: translate(-9rem, 12.5rem);

    }

    .health_benefit_con .carousel-container {
        display: none; /* Override owl carousel */
    }
    .health_benefit_con .owl-carousel.owl-loaded {
        display: none; 
    }
    .scroll-bar-container {
        display: none;
    }
    .carousel-container-mobile{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: normal;
    }
    .health_benefit_images {
        align-items: normal;
    }
    .findon_us_con {
        position: relative;
        height: auto;
        min-height: 200px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        
    }

    .findon_us_con .content {
        position: absolute;
        height: 100%;
        z-index: 3;
        width: 100%;
        padding: 48px;
        border-radius: 0;
        background-color: #E8FFDB;
        display: block;
        align-items: center;
        justify-content: center;
        gap: 15px;
        font-size: xx-large;
        font-weight: bold;
        background-image:none;

        
    }
    .findon_us_con .content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('images/texture-mobile.png');
        background-position: center;
        opacity: 1.5;
        z-index: 1;
    }
    .findon_us_con .content span, .content img {
        display: block;
        position: absolute;
        top: 48%;
        right: 43%;
    }
    .explore_products_con .explore_products_crousel .item h4 {
        bottom: 53%;
        font-size: 19px;
    }
    .custom-image-container {
        grid-template-columns: 1fr;
    }
    .custom-image-container-mobile{
        display: inline-block;
        width: 100%;
    }
    .mobile-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .mobile-text .explore-text {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .mobile-text .explore-text img {
        width: 65px;
        height: 65px;
        margin-right: 15px; /* Space between icon and text */
    }

    .mobile-text .explore-text h2 {
        font-size: 60px;
        font-weight: bold;
        margin: 10px;
        text-transform: uppercase;
        line-height: 2.2;
    }

    .mobile-text .follow-link {
        width: 83%;
        margin-top: 10px;
    }

    .follow_link {
        font-size: 38px;
        color: #000;
        margin-left: 0;
        height: auto;
    }

    .follow_link a {
        color: #E77724;
        text-decoration: none;
        font-weight: bold;
    }
    .main-image img,
    .upper-split img,
    .lower-split img,
    .tall-image img {
        width: 100%;
        height: auto;
    }
    .above-text img {
        width: 40px;
        height: 40px;
    }
    .circle-images.right .circle:nth-child(2) {
        bottom: -37px;
        right: 48px;
    }
    .circle-images.right .circle:nth-child(3) {
        bottom: 16px;
        right: 0px;
    }
    .circle-images.left .circle:nth-child(3) {
        bottom: -30px;
        left: 49px;
    }
    .custom-icon-1{
        left: 41%;
    }
    .custom-icon-2{
        right: 40%;
    }
    .split-image-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
            height: 86%;
    }
    .split-top, 
    .split-bottom {
        height: calc(50% - 7.5px); /* Equal heights with gap consideration */
    }

    .split-top img, 
    .split-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .play-icon {
        position: absolute;
        top: 44%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    .explore_products_con .explore_products_crousel .owl-dots {
        display: block !important;
        position: relative;
        bottom: 10px;
        z-index: 10;
    }
    .faq-question {
        line-height: 1.5rem;
    }

    .experience_box .container {
        width: 90%;
    }
    .health_benefit_con .carousel-container {
            display: none; 
    }
    .health_benefit_con .owl-carousel.owl-loaded {
        display: none; 
    }
    .packaging_size_con .background-image{
        display: none;
    }
    .packaging_size_con {
        height: auto;
        min-height: 872px;
    }
    .text-overlay {
        position: relative;
        padding: 17px;
        line-height: 67px;
        font-size: 63px;
        transform: none;
        left: 0;
        top: 0;
    }
    .second-image {
            display: none;
    }
    .second-image-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        transform: none;
        margin: 0;
    }

    .fourth-image {
        display: none;
    }
    .fourth-image-mobile {
        display: block;
        position: absolute;
        width: 55%;
        transform: translate(75%, 39%);
        top: 0;
        left: 0;
     }
    .third-image {
        display: none;
    }
    .third-image-mobile {
        display: block;
        top: 50%;
        transform: translate(-57%, 13%);
        left: 0;
    }
    .health_benefit_con .carousel-container {
        display: none; 
    }
    .scroll-bar-container {
        display: none;
    }
    .carousel-container-mobile{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: normal;
    }
    .health_benefit_images {
        align-items: normal;
    }
    .findon_us_con {
        position: relative;
        height: auto;
        min-height: 200px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin: 20px 0;
    }

    .findon_us_con .content {
        position: absolute;
        height: 100%;
        z-index: 3;
        width: 100%;
        padding: 48px;
        border-radius: 0;
        background-color: #E8FFDB;
        background-image: none;
        display: block;
        align-items: center;
        justify-content: center;
        gap: 15px;
        font-size: xx-large;
        font-weight: bold;

        
    }
    .findon_us_con .content span, .content img {
        display: block;
        position: absolute;
        top: 48%;
    }
    .explore_products_con .explore_products_crousel .item h4 {
        bottom: 0;
        font-size: 17px;
    }
    .explore_products_con .explore_products_crousel .owl-dots {
        display: block !important;
        position: relative;
        bottom: 10px;
        z-index: 10;
    }
    .custom-image-container {
        grid-template-columns: 1fr;
    }

    .above-text img {
        width: 40px;
        height: 40px;
    }
    .rice_bran_oil_images .center-image {
        left: 15%;
    }
    .custom-image-container {
        display: none;
    }
    .custom-image-container-mobile{
        display:block;
    }
    .custom-image-container-mobile{
            display: inline-block;
            width: 100%;
    }
    .mobile-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .mobile-text .explore-text {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .mobile-text .explore-text img {
        width: 65px;
        height: 65px;
        margin-right: 15px; /* Space between icon and text */
    }

    .mobile-text .explore-text h2 {
        font-size: 56px;
        font-weight: bold;
        margin: 10px;
        text-transform: uppercase;
        line-height: 2.2;
    }


    .follow_link {
        font-size: 38px;
        color: #000;
        margin-left: 0;
        height: auto;
    }

    .follow_link a {
        color: #E77724;
        text-decoration: none;
        font-weight: bold;
    }

    .split-image-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
            height: 87%;
    }
    .split-top, 
    .split-bottom {
        height: calc(50% - 7.5px); /* Equal heights with gap consideration */
    }

    .split-top img, 
    .split-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-image-layout {
        padding: 30px 0 0 10%;
    }
    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    .breadcrumb {
        padding: 3.5% 5%;
    }
}
@media only screen and (max-width: 1500px) {
    .carousel-container .item .content p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 1280px) {
    .third-image {
        top: 40%;
    }
}
@media only screen and (min-width: 1920px) {
    .third-image {
        top: 13%;
    }
}
@media only screen and (min-width: 2048px) {
    .third-image {
        top: 10%;
    }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .findon_us_con .content span, .content img {
        display: block;
        position: absolute;
        top: 48%;
        right: 39%;
    }
    .explore_products_con .explore_products_crousel .owl-dots {
        display: block !important;
        position: relative;
        bottom: 10px;
        z-index: 10;
    }
    .custom-image-layout {
        padding: 30px 0 0 10%;
    }

    /* Final slider override for Explore Products */
    .explore_products_con .explore_products_crousel {
        display: block !important;
        gap: 0 !important;
        overflow: hidden;
    }
    .explore_products_con .explore_products_crousel .owl-stage {
        display: flex;
        align-items: flex-end;
    }
    .explore_products_con .explore_products_crousel .owl-item {
        padding: 0 18px;
    }
    .explore_products_con .explore_products_crousel .item {
        padding-bottom: 22px;
    }
    .explore_products_con .explore_products_crousel .item .product-slide-link {
        display: block;
    }
    .explore_products_con .explore_products_crousel .item .product-slide-link img {
        display: block;
        max-width: 303px;
        width: 100%;
        height: auto;
        margin: 2rem auto 1rem;
    }
    .explore_products_con .explore_products_crousel .item h4 {
        position: static !important;
        margin: 0;
        text-align: center;
        color: #000 !important;
        line-height: 1.1 !important;
        font-size: 18px !important;
        font-weight: 800;
        text-transform: uppercase;
    }
    .explore_products_con .explore_products_crousel .owl-item.active.center {
        transform: scale(1.08);
        transition: transform .35s ease;
    }

    /* Live-like final polish: rice bran benefits + explore */
    .health_benefit_con {
        margin-top: 40px;
        padding: 28px 0 10px;
        background: #eaf8de;
    }
    .health_benefit_con .rice_bran_oil_details h2 {
        font-size: 52px;
        line-height: 1.05;
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
        margin-bottom: 38px;
    }
    .health_benefit_con .carousel-container {
        display: block !important;
        width: 100%;
    }
    .health_benefit_con .carousel-container .owl-stage {
        display: flex;
        align-items: flex-start;
    }
    .health_benefit_con .carousel-container .owl-item {
        padding: 0 12px;
    }
    .health_benefit_con .carousel-container .item {
        margin: 0 auto;
        text-align: center;
    }
    .health_benefit_con .carousel-container .item img {
        max-width: 250px;
        margin: 0 auto 18px;
    }
    .health_benefit_con .carousel-container .item .content {
        margin-top: 0;
    }
    .health_benefit_con .carousel-container .item .content p {
        margin: 0;
        color: #404040;
        font-size: 22px;
        line-height: 1.25;
    }
    .health_benefit_con .carousel-container .item .content .normal {
        display: block;
        font-weight: 400;
    }
    .health_benefit_con .carousel-container .item .content .bold {
        display: block;
        font-weight: 700;
    }
    .health_benefit_con .carousel-container .owl-prev,
    .health_benefit_con .carousel-container .owl-next {
        position: absolute;
        top: 32%;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        z-index: 10;
    }
    .health_benefit_con .carousel-container .owl-prev {
        left: 0;
    }
    .health_benefit_con .carousel-container .owl-next {
        right: 0;
    }
    .health_benefit_con .carousel-container .owl-prev img,
    .health_benefit_con .carousel-container .owl-next img {
        width: 28px;
        height: 28px;
    }
    .scroll-bar-container {
        width: 96px;
        height: 6px;
        margin-top: 28px;
        border-radius: 999px;
        background: #efe7fb;
    }
    .scroll-bar {
        border-radius: 999px;
        background: #ffb300;
    }
    .explore_products_con {
        padding: 26px 20px 60px;
        background: #eaf8de;
        background-image: none;
        height: auto;
    }
    .explore_products_con h2 {
        font-size: 54px;
        line-height: 1.05;
        font-weight: 500;
        color: #000;
        padding-bottom: 38px;
    }
    .explore_products_con .explore_products_crousel .owl-item {
        padding: 0 10px;
    }
    .explore_products_con .explore_products_crousel .item .product-slide-link img {
        max-width: 340px;
        margin: 1rem auto 0.75rem;
    }
    .explore_products_con .explore_products_crousel .item h4 {
        font-size: 24px !important;
        font-weight: 500;
        text-transform: none;
        color: #000 !important;
    }
    .explore_products_con .explore_products_crousel .owl-item.active.center {
        transform: scale(1);
    }
    .large-image-container {
        flex: 3; 
         padding: 0 20px;
    }
    .thumbnail-container img{
                margin: 10px 0;
        }
    .thumbnail-container img {
        /* padding: 6px; */
    }
    .thumbnail-container {
        flex: 0.89;
    }
    .split-top{
        margin-bottom: 0rem;
    }
    .image-gallery{
        margin-left:35px;
    }


}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .findon_us_con .content span, .content img {
        display: block;
        position: absolute;
        top: 48%;
        right: 39%;
    }
    .faq {
        width: 100%;
        justify-self: center;
    }
    .findon_us_con .content span, .content img {
        right: 42%;
    }
    .custom-image-layout {
        padding: 30px 0 0 10%;
    }
    .large-image-container {
        flex: 3; 
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .findon_us_con .content{
        gap: 80px;
    }
    .findon_us_con .content span, .content img {
        width:60px;
        height:60px;
    }
    .findon_us_con .content span, .content .custom-icon-1 {
        right: 34%;
        top: 9%;
    }
    .findon_us_con .content span, .content .custom-icon-2 {
        right: 26%;
        top: 9%;
    }
    .thumbnail-container {
        flex: 0.695;
    }
    .faq-section {
        padding: 1rem 6rem 1rem 6rem;
    }
    .split-image-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: 100%; /* Ensure it takes full height */
    }

    .split-top, 
    .split-bottom {
        width: 100%;
        height: 50%; /* Equal heights */
    }

    .split-top img, 
    .split-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-image img,
    .upper-split img,
    .lower-split img,
    .tall-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-image-container {
        display: flex;
        gap: 65px;
        align-items: start;
    }

    .custom-image-container-mobile {
        display: none;
    }

    .custom-image-layout {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 31px 9% 4% 9%;
    }

    .main-image {
        position: relative;
        display: inline-block; /* Ensure it's inline and adapts to the image size */
        width: fit-content; /* Adjust to the size of the image */
    }

    .main-image img {
        display: block;
        width: 100%; /* Ensure the image scales correctly */
        height: auto;
        object-fit: cover;
    }

    .split-images {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .tall-image-container {
        display: flex;
        flex-direction: column;
        grid-row: span 2;
    }

    .above-text {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #333;
        text-align: center;
        margin-top: -14px;
    }

    .above-text img {
        margin-bottom: 55px;
    }

    .above-text p {
        margin: 0;
        font-size: 48px;
        font-weight: bold;
        line-height: 66px;
        text-align: justify;
    }

    .tall-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .above-text span {
        display: block;
    }

    .follow_link {
        font-size: 18px;
        font-weight: 1000;
        color: #000000;
        line-height: 26px;
        margin-left: 15%;
        display: block;
        margin-bottom: 6.5%;
    }

    .follow_link a {
        color: #E77724;
    }

    .play-icon {
        position: absolute;
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Adjust for centering */
        z-index: 2; /* Ensure it stays on top of the image */
    }

    .play-icon img {
        width: 50px; /* Adjust size as needed */
        height: 50px;
        cursor: pointer; /* Make it look clickable */
    }
}
