/* fisrt #section */
.consumer-brand-pill-pro {
    position: relative;
    width: 76px;
    height: 67px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.consumer-brand-pill-pro-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.consumer-brand-pill-pro img {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 38px;
    object-fit: contain;
}

html[dir="rtl"] .consumer-brand-pill-pro-bg {
    transform: scaleX(-1);
    transform-origin: center;
}
.consumer-brand-strip-dh {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

.consumer-brand-strip-dh.dhahabi-flour-products-brand-strip {
    gap: 18px;
}

.dhahabi-flour-products-brand-strip .consumer-brand-pill-pro {
    width: 80px;
    height: 75px;
}

.dhahabi-flour-products-brand-strip .consumer-brand-pill-pro img {
    width: 56px;
    height: 48px;
}

.dhahabi-flour-hero-svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 578px;
    margin-inline: auto;
}

/* fisrt #section  end */

/* Dhahabi product list:= */
.product-img-box {
    position: relative;
    width: min(290px, 100%);
    aspect-ratio: 233 / 197;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
}

.product-img-shape path {
    fill: #fff;
}

html[dir="rtl"] .product-img-shape {
    transform: scaleX(-1);
    transform-origin: center;
}

.product-img {
    position: relative;
    z-index: 1;
    display: block;
    width: 74%;
    height: 78%;
    max-width: 74%;
    max-height: 78%;
    object-fit: contain;
    object-position: center;
}
/* width of text */
.product-copy-col .product-desc {
    max-width: 42ch;
}

.flour-guide-section .guide-desc {
    max-width: 59ch;
}

.dhahabi-tab-btn {
    background-color: var(--light-brown);
    color: var(--primary-dark);
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dhahabi-tab-btn--active {
    background-color: var(--orange);
    color: var(--secondary);
}

.dhahabi-tab-icon {
    width: 24px;
    height: 24px;
    color: var(--primary-dark);
    flex: 0 0 auto;
}

.dhahabi-tab-icon path {
    fill: currentColor;
}

.dhahabi-tab-btn--active .dhahabi-tab-icon {
    color: var(--secondary);
}


html[dir="rtl"] .dhahabi-range-content {
    text-align: right;
}

html[dir="rtl"] .dhahabi-range-tabs {
    direction: rtl;
}

html[dir="rtl"] .dhahabi-range-tabs .nav-item {
    direction: rtl;
}

html[dir="rtl"] .product-copy-col {
    text-align: right;
}



html[dir="rtl"] .watani-range-content {
    text-align: right;
}

@media (max-width: 991.98px) {
    .product-img-box {
        width: min(255px, 100%);
    }

    .product-img {
        width: 72%;
        height: 76%;
        max-width: 72%;
        max-height: 76%;
    }

    .product-copy-col .product-desc {
        max-width: 100%;
    }

    .flour-guide-section .guide-desc {
        max-width: 100%;
    }

    .best-for {
        font-size: 1.25rem;
    }
}


/* end */

/*  Wide Range of Animal Feed */
.barakat-brand-strip {
    justify-content: flex-start;
}

.barakat-brand-strip .consumer-brand-pill-pro {
    width: 90px;
    height: 80px;
}

.barakat-brand-strip .consumer-brand-pill-pro img {
    width: 54px;
    height: 46px;
}

.barakat-feed-section h2 {
    line-height: 1.2;
}

.barakat-feed-section .watani-range-desc,
.watani-range-section .watani-range-desc {
    max-width: 890px;
}

.barakat-tabs-spacing {
    margin-top: 4rem;
}

.alpha-products-offset {
    margin-top: 4.5rem;
}



@media (max-width: 767.98px) {
    .barakat-feed-section .watani-range-desc,
    .watani-range-section .watani-range-desc {
        max-width: 100%;
        line-height: 1.55;
    }

    .barakat-tabs-spacing {
        margin-top: 3rem;
    }

    .alpha-products-offset {
        margin-top: 3.5rem;
    }
}

@media (max-width: 575.98px) {
    .watani-feed-products-section .watani-range-grid .row {
        gap: 1rem;
    }

    .watani-feed-products-section .product-img-box {
        margin-inline: auto;
    }

    .watani-feed-products-section .product-copy-col {
        text-align: center !important;
    }

    .watani-feed-products-section .product-title {
        margin-bottom: 0.75rem !important;
    }

    .watani-feed-products-section .product-desc {
        margin-inline: auto;
        max-width: 34ch;
    }
}

/* Feed solutions overview block */
.feed-solutions-overview-section .primary-text {
    line-height: 1.6;
}

.feed-solution-item-icon {
    width: 52px;
    height: 52px;
    background-color: #fff;
    border: 1px solid rgba(82, 43, 58, 0.08);
}

.feed-solution-item-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .feed-solutions-overview-section h2 {
        font-size: 1.75rem;
    }

    .feed-solutions-overview-section .primary-text {
        font-size: 0.95rem;
        line-height: 1.5;
    }
}



@media (max-width: 575.98px) {
    .feed-solutions-overview-section h2 {
        font-size: 1.5rem;
    }

    .feed-solutions-overview-section .primary-text {
        font-size: 0.9rem;
    }

    .feed-solutions-overview-section .row.g-3.g-md-4 {
        row-gap: 1.5rem !important;
    }

    .feed-solution-item-icon {
        width: 48px;
        height: 48px;
    }

    .feed-solution-item-icon img {
        width: 28px;
        height: 28px;
    }
}

/* Our brands value-chain block */



