/* Breadcumb */
.common-breadcumb .elementor-icon-list-item:not(:last-child)::before {
    content: "//";
    position: absolute;
    right: -18px;
    top: 0;
    color: white;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    letter-spacing: -0.8px;
}

.common-breadcumb .elementor-icon-list-item:last-child .elementor-icon-list-text {
    font-weight: 500 !important;
}

.common-breadcumb .elementor-icon-list-item:last-child:hover .elementor-icon-list-text {
    color: #fff !important;
}

/* Breadcumb */

/* About Section */
.philosophy-about-innerm,.promise-content-inner {
    max-width: 1920px !important;
    width: 100% !important;
}

/* About Section */

/* Philosophy Product Section */
.philosophy-product-left-grid-item1::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 82px;
    right: -205px;
    top: -10px;
    background: url('../images/Item\ 1\ After\ Image.png') no-repeat;
    background-size: contain;

}

.philosophy-product-left-grid-item2::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 50px;
    right: -175px;
    top: 0;
    background: url('../images/Item\ 2\ After\ Image.png') no-repeat;
    background-size: contain;

}

.philosophy-product-left-grid-item3::after {
    content: "";
    position: absolute;
    width: 167px;
    height: 56px;
    right: -183px;
    top: -15px;
    background: url('../images/Item\ 3\ After\ Image.png') no-repeat;
    background-size: contain;
}




.philosophy-product-right-grid .philosophy-product-left-grid-item1::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 82px;
    left: -205px;
    top: -15px;
    background: url('../images/Item\ 1\ After\ Image.png') no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.philosophy-product-right-grid .philosophy-product-left-grid-item2::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 50px;
    left: -175px;
    top: -15px;
    background: url('../images/Item\ 2\ After\ Image.png') no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);

}

.philosophy-product-right-grid .philosophy-product-left-grid-item3::after {
    content: "";
    position: absolute;
    width: 167px;
    height: 56px;
    left: -183px;
    top: -15px;
    background: url('../images/Item\ 3\ After\ Image.png') no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

/* Philosophy Product Section */

/* Promise section */
.promise-left::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 283px);
    background: rgba(225, 31, 38,0.1);
    z-index: -1;
}
/* Promise section */

@media(min-width:1921px) {
    .philosophy-about-section,.philosophy-promise-section {
        justify-content: center !important;
    }
}

@media (min-width:1367px) and (max-width:1650px) {
    .philosophy-about-content,.promise-content {
        width: 95% !important;
        /* padding: 0 20px !important; */
    }

    .philosophy-about-content-left {
        width: 580px !important;
    }

    .philosophy-about-content-right {
        width: calc(100% - 610px) !important;
    }

    .philosophy-product-right-grid,
    .philosophy-product-left-grid {
        width: 30% !important;
    }
}

@media (max-width:1200px) {

    .philosophy-product-left-grid-item1::after {
        width: 140px;
        height: 60px;
        right: -160px;
    }
    .philosophy-product-right-grid .philosophy-product-left-grid-item1::after {
        width: 140px;
        height: 60px;
        left: -160px;
    }

    .philosophy-product-left-grid-item2::after {
        width: 120px;
        height: 50px;
        right: -141px;
    }
    .philosophy-product-right-grid .philosophy-product-left-grid-item2::after {
        width: 120px;
        height: 50px;
        left: -141px;
    }

    .philosophy-product-left-grid-item3::after {
        width: 130px;
        height: 56px;
        right: -150px;
    }
    .philosophy-product-right-grid .philosophy-product-left-grid-item3::after {
        width: 130px;
        height: 56px;
        left: -150px;
    }

}

@media (max-width: 1024px) {

    .philosophy-product-left-grid-item1::after {
        width: 110px;
        height: 60px;
        right: -125px;
    }
    .philosophy-product-right-grid .philosophy-product-left-grid-item1::after {
          width: 110px;
        height: 60px;
        left: -125px;
    }

    .philosophy-product-left-grid-item2::after {
        width: 100px;
        height: 50px;
        right: -116px;
    }
    .philosophy-product-right-grid .philosophy-product-left-grid-item2::after {
        width: 100px;
        height: 50px;
        left: -116px;
    }

    .philosophy-product-left-grid-item3::after {
        width: 106px;
        height: 56px;
        right: -120px;
    }
    .philosophy-product-right-grid .philosophy-product-left-grid-item3::after {
        width: 106px;
        height: 56px;
        left: -120px;
    }
}

@media (max-width: 880px) {

    .philosophy-product-left-grid-item1::after,
    .philosophy-product-left-grid-item2::after,
    .philosophy-product-left-grid-item3::after {
        display: none;
    }

}