﻿.page-banner-area {
    display: flex;
    justify-content: center;
    padding: 62px 24px;
}
.page-banner-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    line-height: 37.57px;
    text-align: center;
    color: #4D4637;
}

.what-is-flexoil-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.what-is-flexoil-text {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.what-is-flexoil-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #201D17;
}

.what-is-flexoil-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #4D4637;
}

.what-area-the-benefits-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.what-area-the-benefits-text {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.what-area-the-benefits-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #201D17;
}

.what-area-the-benefits-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #4D4637;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.production-area-text-and-slider {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.production-area-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.production-area-sub-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 23.48px;
    text-align: center;
    color: #272829;
}

.production-area-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #272829;
}

.production-area-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.production-area-slider .production-area-carousel .item img {
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 12px;
}

.production-area-carousel .owl-dots {
    position: absolute;
    bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    column-gap: 12px;
}

    .production-area-carousel .owl-dots button span {
        display: none !important;
    }

    .production-area-carousel .owl-dots button {
        width: 18px;
        height: 18px;
        background: #fff;
        border-radius: 50px;
        border: 1px solid #ECECEC;
    }

        .production-area-carousel .owl-dots button.active {
            background: #FCA649;
            border: 1px solid #272829;
        }

.production-area-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -74px;
    width: calc(100% + 148px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(0, -50%);
    margin: 0 !important;
    pointer-events: none;
}

    .production-area-carousel .owl-nav .owl-prev {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #272829 !important;
        border-radius: 50px;
        margin: 0;
        position: relative;
        pointer-events: auto;
    }

        .production-area-carousel .owl-nav .owl-prev::after {
            content: "\f053";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-family: 'Font Awesome 6 Free';
            font-size: 14px;
        }

    .production-area-carousel .owl-nav .owl-next {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FCA649 !important;
        border-radius: 50px;
        margin: 0;
        position: relative;
        pointer-events: auto;
    }

    .production-area-carousel .owl-nav .owl-next::after {
        content: "\f054";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-family: 'Font Awesome 6 Free';
        font-size: 14px;
    }

    .production-area-carousel .owl-nav button span {
        display: none;
    }

    @media only screen and (max-width: 1440px)
    {
        .production-area-carousel .owl-nav {
            left: 20px;
            width: calc(100% - 40px);
        }
    }

    @media only screen and (max-width: 991px)
    {
        .production-area-carousel .owl-nav .owl-prev {
            width: 36px;
            height: 36px;
        }

        .production-area-carousel .owl-nav .owl-next {
            width: 36px;
            height: 36px;
        }

        .production-area-carousel .owl-dots {
            column-gap: 6px;
        }

            .production-area-carousel .owl-dots button {
                width: 14px;
                height: 14px;
            }
        .production-area-slider .production-area-carousel .item img {
            aspect-ratio: 2/1.25;
            object-fit: cover;
            border-radius: 12px;
        }

        .what-is-sarlim-container {
             padding-top: 0px; 
        }
    }

    @media only screen and (max-width: 475px)
    {
        .production-area-carousel .owl-nav {
            left: 12px;
            width: calc(100% - 24px);
        }

        .production-area-carousel .owl-dots button {
            width: 12px;
            height: 12px;
        }

        .production-area-carousel .owl-dots {
            bottom: 12px;
        }
    }