
.navbar {
    padding: 5px 0px;
    align-items: center;
}
.text-danger {
    --bs-text-opacity: 1;
    color: #db3002 !important;
}
header.main-header .header-sticky {
    position: relative;
    max-width: 1370px;
}
.main-menu ul li {
    margin: 0 6px !important;
    position: relative;
}
header.main-header { 
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff !important;
}
.hero{
        padding: 130px 0 120px;
}
.footer-links ul li{
        text-transform: none;
}
.footer-copyright-text{
        padding: 30px 0;
}
.about-us ,.our-services,.why-choose-us,.intro-video,.our-expertise {
    padding: 70px 0;
}
.our-expertise{
    background: #fff;
}
    .hero{
        background-image: url(../img/banner/banner.png);
    }
.page-header {
    padding: 150px 0 150px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display:none;
    content: var(--bs-breadcrumb-divider, "→");
}
.our-blog {
    padding: 70px 0 70px;
}
.section-row {
    margin-bottom: 40px;
}
.main-menu ul li a {
    padding: 12px 2px !important;
}
.why-choose-item-gold {
    width: calc(50% - 15px);
    background-color: var(--white-color);
    border-radius: 14px;
        padding: 30px 24px
}
.why-choose-item-gold .icon-box {
    margin-bottom: 20px;
}
.impact-item-prime {
    background-color: #f7f7f7;
    min-height: 60px;
        padding: 20px;
}
.our-impact-prime {
    padding: 70px 0;
}
.expertise-image figure:before {
    background: linear-gradient(180deg, transparent 65.9%, #00000000 100%);
}
.approach-item-body {
    padding: 20px;
}
.our-approach {
    padding: 70px 0;
}

.section-row .section-title.section-title-center {
    width: 100%;
    max-width: 800px;
}
.what-we-do {
    padding: 70px 0;
}
@media  (max-width: 767px){
.impact-item-prime {
    padding: 20px 9px;
}
}
@media  (max-width: 767px){
.why-choose-item-gold {
    width: calc(100% - 15px);
    background-color: var(--white-color);
    border-radius: 14px;
    padding: 35px 30px;
}
}
.about-experience-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-item-body {
    position: relative;
    background: #6969697a;
    border-radius: 14px;
    padding: 30px;
    z-index: 1;
    color: white;
}
.why-choose-us-gold {
    padding: 70px 0;
}
.impact-item-header-prime ul li {
    font-size: 15px;
}
.why-choose-item-image figure:before {

    background: none;
}
.service-entry-info-box, .service-capability-box, .service-work-box {
    margin-top: 35px;
}
.impact-item-prime {
    background-color: #f7f7f7;
    min-height: 60px;
    padding: 20px 15px;
}
.how-work-item-content-gold {
    border-top: 1px solid var(--divider-color);
    padding-top: 10px;
}
.how-work-item-body-gold {
    gap: 10px;
    padding: 15px 10px;
}
.how-work-item-gold {
    width: calc(20.33% - 20px);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.how-work-item-list-gold {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.how-work-item-no-gold h2 {
    font-size: 30px;
    line-height: 1.1em;
}


    /* =========================================================
   ADDITIONAL PRODUCT LINES - PROCESS FLOW
========================================================= */

.additional-product-flow {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.additional-product-flow .section-title {
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}

.additional-product-flow .section-title h2 {
    margin: 8px 0 15px;
}

.additional-product-flow .section-title p {
    color: #777;
    line-height: 1.7;
}


/* =========================================================
   FLOW CHART
========================================================= */

.product-flow-chart {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}


/* Main Pasteurized Milk */

.main-flow-product {
    width: 230px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
}

.main-flow-product .flow-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #f7f1ed;
    color: #f61907;

    font-size: 25px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.main-flow-product h4 {
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}


/* =========================================================
   BRANCH LINES
========================================================= */

.main-flow-line {
    height: 80px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}


/* Center vertical line */

.line-center {
    position: absolute;
    width: 2px;
    height: 40px;
    background: #f61907;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}


/* Horizontal branch */

.line-left,
.line-right {
    position: absolute;
    height: 2px;
    background: #f61907;
    top: 40px;
}

.line-left {
    left: 16.5%;
    right: 50%;
}

.line-right {
    left: 50%;
    right: 16.5%;
}


/* Vertical branches */

.line-left::after,
.line-center::after,
.line-right::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 38px;
    background: #f61907;
    top: 0;
}


/* Left branch */

.line-left::after {
    left: 0;
}


/* Center branch */

.line-center::after {
    left: 0;
    top: 40px;
    height: 40px;
}


/* Right branch */

.line-right::after {
    right: 0;
}


/* Arrows */

.arrow-left,
.arrow-center,
.arrow-right {
    position: absolute;
    color: #f61907;
    font-size: 13px;
    line-height: 1;
}

.arrow-left {
    left: calc(16.5% - 5px);
    top: 73px;
}

.arrow-center {
    left: calc(50% - 7px);
    top: 73px;
}

.arrow-right {
    right: calc(16.5% - 5px);
    top: 73px;
}


/* =========================================================
   PRODUCT COLUMNS
========================================================= */

.product-flow-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    align-items: start;
}


/* Each column */

.product-flow-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Product Card */

.product-flow-card {
    width: 100%;
    max-width: 245px;
    min-height: 105px;

    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease;
}

.product-flow-card:hover {
    transform: translateY(-5px);
    border-color: #f61907;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
}


/* Icon */

.product-flow-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #f7f1ed;
    color: #f61907;

    font-size: 19px;
}

.product-flow-card h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}


/* =========================================================
   VERTICAL CONNECTION
========================================================= */

.vertical-flow-line {
    height: 55px;
    width: 2px;
    position: relative;
    background: #f61907;
}

.vertical-flow-line span {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);

    color: #f61907;
    font-size: 12px;
}


/* Final Ghee */

.final-product {
    border-color: #f61907;
    background: #fffaf7;
}

.final-product .product-flow-icon {
    background: #f61907;
    color: #ffffff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .additional-product-flow {
        padding: 60px 0;
    }

    .additional-product-flow .section-title {
        margin-bottom: 40px;
    }

    .product-flow-chart {
        padding: 0 15px;
    }

    /* Hide desktop branch */
    .main-flow-line {
        height: 45px;
    }

    .line-left,
    .line-right,
    .line-center,
    .arrow-left,
    .arrow-center,
    .arrow-right {
        display: none;
    }


    /* Mobile single flow */

    .product-flow-columns {
        display: block;
    }

    .product-flow-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-flow-column.middle-column {
        margin-top: 0;
    }

    .product-flow-card {
        max-width: 100%;
    }

    .product-flow-column:not(:last-child)::after {
        content: "↓";
        display: block;
        margin: 10px 0;
        color: #f61907;
        font-size: 20px;
    }

    /* Don't add extra line after cards inside first column */
    .product-flow-column:first-child::after {
        display: none;
    }

    .vertical-flow-line {
        height: 35px;
    }
}


@media (max-width: 480px) {

    .main-flow-product {
        width: 100%;
    }

    .main-flow-product h4 {
        font-size: 17px;
    }

    .product-flow-card {
        padding: 17px;
        min-height: 90px;
    }

    .product-flow-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
    }
}

.our-clients-bg{
    background-color: #f8faff;
}


/* Mobile Screen (Screen width <= 768px): 2 items per row */
/* Formula: (100% - 1 Gap) / 2  =>  (100% - 18px) / 2 */
@media (max-width: 768px) {
    .how-work-item-gold {
        width: calc((100% - 18px) / 1) !important;
        flex-shrink: 0;
    }
}
.team-item-body {
    position: absolute;
    right: 5px;
    bottom: 30px;
    left: 5px;
}


.our-team {
    padding: 70px 0;
}
.footer-social-links ul li a {
    border: 1px solid #f61907;
}

.team-item-image figure:before {
    background: linear-gradient(180deg, transparent 43.5%, rgb(0 0 0 / 56%) 100%);
}
.footer-logo img {
    width: 100%;
    max-width: 400px;
}


