.site-header .site-branding img {
    max-width: 100%;
    height: auto;
    max-height: 90px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


.header-style-1 .site-navigation ul.navigation>li>a {
    color: #000000;
    font-size: 16px;
}

.pbmit-ihbox-style-7 .pbmit-icon-type-icon img {
    width: 50px;
}

.who-we-are-one-leftbox {
    background-image: url(../images/banners/new-who-we-are-image.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
    position: relative;
}

.pbmit-ihbox-icon-wrapper img {
    width: 50px;
}

/* body .pbmit-bg-color-secondary {
    background-color: #333828;
} */

.site-footer {
    /* background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSk_kH_YEgsqNF934cOc3wr4tjKa55bG2PbcQ&s); */
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 235px;
    /* background-size: contain; */
    background-attachment: scroll;
    font-size: 15px;
    color: var(--pbmit-light-color);
    background-color: var(--pbmit-secondary-color);
    /* background-color: #333828; */
}

.site-footer .pbmit-footer-big-area .pbmit-main-logo {
    max-height: 100px;
}

.site-footer .pbmit-footer-text-inner {
    font-size: 14px;
    margin-left: 0;
    padding: 30px 0;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}

.site-footer .pbmit-footer-text-inner .row {
    align-items: center;
    flex-direction: row;
}

.pbmit-slider-one .pbmit-title {
    font-size: 100px;
    line-height: 100px;
    color: var(--pbmit-white-color);
    filter: drop-shadow(6px 6px 5px black);
}

.header-style-1 .pbmit-header-button a .pbmit-header-button-text-1 {
    color: black;
}

.pbmit-header-button-text-2 {
    color: black;
}

.header-style-1 .pbmit-header-button a:before {
    color: #000000;
}

.pbmit-top-left-corner {
    top: 0;
    left: -28px;
}

.pbminfotech-ele-fid-style-2 {
    padding: 25px 0 0 25px;
    position: relative;
    background-color: var(--pbmit-light-color);
    border-radius: 50px 0 0;
}

.site-footer .pbmit-footer-copyright-text-area {
    text-align: start;
}

.site-footer .pbmit-footer-company-text-area {
    text-align: end;
}

/* .footer-right-img {
    display: flex;
    justify-content: end;
    align-items: end;
    right: -100px;
    position: relative;
    bottom: -30px;
} */

.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
    position: absolute;
    font-size: 14px;
    line-height: 36px;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    z-index: 1;
    transition: all 0.4s ease-in;
    display: inline-grid;
    margin-top: 0;
}

.pbmit-slider-bg.hero-0 {
    background-image: url(../images/banners/web-banner/6.webp);
}

.pbmit-slider-bg.hero-1 {
    background-image: url(../images/banners/web-banner/1.webp);
}

.pbmit-slider-bg.hero-2 {
    background-image: url(../images/banners/web-banner/2.webp);
}

.pbmit-slider-bg.hero-3 {
    background-image: url(../images/banners/web-banner/3.webp);
}

.pbmit-slider-bg.hero-4 {
    background-image: url(../images/banners/web-banner/4.webp);
}

.pbmit-slider-bg.hero-5 {
    background-image: url(../images/banners/web-banner/5.webp);
}



/* Purchase Option Card */
.purchase-option-card {
    background: var(--pbmit-white-color);
    border-radius: 16px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(139, 90, 43, 0.08);
    transition: all 0.4s ease;
    border: 2px solid var(--pbmit-light-color);
    height: 100%;
}

.purchase-option-card:hover {
    border-color: var(--pbmit-secondary-color);
    transform: translateY(-5px);
}

.purchase-option-card .format-icon {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--pbmit-light-color) 0%, #D4A574 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.purchase-option-card .format-icon i {
    font-size: 28px;
    color: var(--pbmit-heading-color);
}

.purchase-option-card h4 {
    color: var(--pbmit-heading-color);
    font-size: 22px;
    margin-bottom: 15px;
}

.purchase-option-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.purchase-option-card .pbmit-btn {
    background: var(--pbmit-light-color);
    padding: 14px 30px;
    font-size: 15px;
}

.purchase-option-card .pbmit-btn:hover {
    background: var(--pbmit-blackish-color);
}

/* Enquiry Modal - Improved Design */
.enquiry-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px 12px;
    box-sizing: border-box;
    background-color: rgba(30, 35, 40, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow-y: auto;
}

.enquiry-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: modalFadeIn 0.35s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.enquiry-modal .modal-content {
    background: linear-gradient(145deg, #ffffff 0%, #faf9f6 100%);
    border-radius: 24px;
    padding: 45px;
    width: 92%;
    max-width: 520px;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-gutter: stable;
    overscroll-behavior: contain;
    position: relative;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35), 0 10px 30px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    animation: modalSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(139, 90, 43, 0.1);
}

@keyframes modalSlideUp {
    from {
        transform: translateY(40px) scale(0.96);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.enquiry-modal .modal-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--pbmit-light-color);
    position: relative;
    display: flex;
    flex-direction: column;
}

.enquiry-modal .modal-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--pbmit-secondary-color);
    border-radius: 2px;
}

.enquiry-modal .modal-header h4 {
    color: var(--pbmit-heading-color);
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.enquiry-modal .modal-header p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.enquiry-modal .close-modal {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 22px;
    color: #888;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5f4f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    line-height: 1;
    z-index: 100;
}

.enquiry-modal .close-modal:hover {
    background: var(--pbmit-secondary-color);
    color: white;
    transform: rotate(90deg);
}

.enquiry-modal .product-format-info {
    background: linear-gradient(135deg, #f0f4ed 0%, #e8f0e4 100%);
    padding: 16px 24px;
    border-radius: 14px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid rgba(91, 140, 81, 0.2);
}

.enquiry-modal .product-format-info i {
    color: var(--pbmit-secondary-color);
    font-size: 18px;
}

.enquiry-modal .product-format-info span {
    color: var(--pbmit-heading-color);
    font-weight: 600;
    font-size: 15px;
}

.enquiry-modal .product-format-info .format-badge {
    background: var(--pbmit-secondary-color);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.enquiry-form .form-group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.enquiry-form label {
    display: block;
    color: var(--pbmit-heading-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.enquiry-form label .required {
    color: #e74c3c;
    margin-left: 2px;
}

.enquiry-form input,
.enquiry-form textarea,
.enquiry-form select {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e8e6e0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #faf9f6;
    color: #333;
}

.enquiry-form input::placeholder {
    color: #aaa;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus,
.enquiry-form select:focus {
    border-color: var(--pbmit-secondary-color);
    box-shadow: 0 0 0 4px rgba(91, 140, 81, 0.12);
    background: #fff;
    outline: none;
}

.enquiry-form textarea {
    resize: none;
    height: 110px;
}

.enquiry-form .input-icon {
    position: absolute;
    right: 16px;
    top: 42px;
    color: #bbb;
    font-size: 16px;
    pointer-events: none;
}

.enquiry-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.enquiry-form .form-group-half {
    margin-bottom: 18px;
}

.enquiry-form .pbmit-btn {
    width: 100%;
    background: var(--pbmit-light-color);
    padding: 18px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px;
    border: none;
    box-shadow: 0 6px 20px rgba(91, 140, 81, 0.3);
    transition: all 0.3s ease;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.enquiry-form .pbmit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); */
    transition: left 0.5s ease;
}

.enquiry-form .pbmit-btn:hover::before {
    left: 100%;
}

.enquiry-form .pbmit-btn:hover {
    background: var(--pbmit-secondary-color);
}

.enquiry-form .pbmit-btn .pbmit-button-text {
    position: relative;
    z-index: 1;
}

.enquiry-form .pbmit-btn .pbmit-button-icon-wrapper {
    position: relative;
    z-index: 1;
    margin-left: 8px;
}

/* .enquiry-modal .platform-links-row {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #dee2e6;
} */

.enquiry-modal .platform-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.enquiry-modal .platform-label {
    font-weight: 600;
    color: var(--pbmit-heading-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.enquiry-modal .platform-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 45px;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.enquiry-modal .platform-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* .enquiry-modal .platform-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.enquiry-modal .discount-note {
    background: var(--pbmit-secondary-color);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0 0 0;
    text-align: center;
    /* animation: pulse 2s infinite; */
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

.enquiry-form .success-message {
    display: none;
    text-align: center;
    padding: 40px 20px;
}

.enquiry-form .success-message.show {
    display: block;
    animation: fadeInUp 0.5s ease;
}

.enquiry-form .success-message i {
    font-size: 60px;
    color: var(--pbmit-secondary-color);
    margin-bottom: 20px;
}

.enquiry-form .success-message h5 {
    color: var(--pbmit-heading-color);
    font-size: 22px;
    margin-bottom: 10px;
}

.enquiry-form .success-message p {
    color: #666;
    font-size: 15px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .enquiry-modal .modal-content {
        padding: 35px 28px;
        max-width: 480px;
    }

    .enquiry-modal .modal-header h4 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .enquiry-modal .modal-content {
        padding: 30px 24px;
        border-radius: 20px;
        margin: 15px;
        width: calc(100% - 30px);
        max-width: none;
    }

    .enquiry-modal .modal-header h4 {
        font-size: 24px;
    }

    .enquiry-modal .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .enquiry-modal .close-modal {
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .enquiry-form .pbmit-btn {
        padding: 16px 25px;
    }

    .product-detail-section {
        padding: 50px 0;
    }

    .product-overview-section {
        padding: 25px;
    }

    .product-overview-section h2 {
        font-size: 26px;
    }

    .section-title h3 {
        font-size: 22px;
    }

    .purchase-option-card {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .enquiry-modal .modal-content {
        padding: 25px 18px;
        border-radius: 16px;
        margin: 10px;
        width: calc(100% - 20px);
    }

    .enquiry-modal .modal-header {
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    .enquiry-modal .modal-header h4 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .enquiry-modal .modal-header p {
        font-size: 13px;
    }

    .enquiry-form .form-group {
        margin-bottom: 16px;
    }

    .enquiry-form input,
    .enquiry-form select {
        padding: 14px 16px;
        font-size: 15px;
        border-radius: 10px;
    }

    .enquiry-form label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .enquiry-form .form-row {
        gap: 10px;
    }

    .enquiry-form .pbmit-btn {
        padding: 14px 20px;
        font-size: 15px;
        border-radius: 12px;
    }

    .enquiry-modal .close-modal {
        top: 10px;
        right: 10px;
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .purchase-option-card {
        padding: 20px;
    }
}

@media (max-width: 400px) {
    .enquiry-modal .modal-content {
        padding: 20px 14px;
        border-radius: 14px;
        margin: 8px;
        width: calc(100% - 16px);
    }

    .enquiry-modal .modal-header h4 {
        font-size: 20px;
    }

    .enquiry-modal .modal-header p {
        font-size: 12px;
    }

    .enquiry-form input,
    .enquiry-form select {
        padding: 12px 14px;
        font-size: 14px;
    }

    .enquiry-form label {
        font-size: 12px;
    }

    .enquiry-form .pbmit-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .enquiry-modal .close-modal {
        top: 8px;
        right: 8px;
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
}

.header-style-1 .pbmit-right-box .pbmit-button-box-second {
    border-radius: 0 0 0 30px;
    position: relative;
    padding: 20px 0 20px 20px;
    margin-left: 30px;
    background-color: transparent;
}

.pbmit-title-bar-wrapper {
    position: relative;
    z-index: 1;
    background-image: url(../images/banners/about-us-banner.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper.ogr {
    position: relative;
    z-index: 1;
    background-image: url(../images/new-banner/ogr-paper.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper.bakeon {
    position: relative;
    z-index: 1;
    background-image: url(../images/new-banner/bakeonpaper.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper.slip {
    position: relative;
    z-index: 1;
    background-image: url(../images/new-banner/slip-easy-paper.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper.mg {
    position: relative;
    z-index: 1;
    background-image: url(../images/new-banner/mg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper.pizza {
    position: relative;
    z-index: 1;
    background-image: url(../images/new-banner/pizza.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper.kraft {
    position: relative;
    z-index: 1;
    background-image: url(../images/new-banner/kraft-paper-bag.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper.sachet {
    position: relative;
    z-index: 1;
    background-image: url(../images/new-banner/sachet-paper.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper.tableware {
    position: relative;
    z-index: 1;
    background-image: url(../images/new-banner/tablewear.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.contact-img-box {
    background-image: url(../images/products/contact-us.webp);
}

.site-footer .pbmit-footer-big-area .pbmit-footer-right h3 {
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    color: var(--pbmit-white-color);
}

.site-footer .widget .widget-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--pbmit-light-color);
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 15px;
}

.site-footer .widget ul li a {
    color: #cfcfcf;
}

.site-footer .pbmit-footer-text-area a,
.site-footer .pbmit-footer-copyright-text-area {
    color: var(--pbmit-light-color);
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a {
    font-size: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    background-color: var(--pbmit-light-color);
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

body .pbmit-bg-color-global {
    background-color: #AEB784;
}

.site-footer .widget .pbmit-contact-widget-address {
    font-size: 15px;
    opacity: 0.8;
    line-height: 28px;
    color: #cfcfcf;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
    border-radius: 30px;
    padding: 24px 45px 38px 40px;
    background-color: #333828;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    color: var(--pbmit-light-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
    color: var(--pbmit-light-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg {
    margin-right: 30px;
    position: relative;
    display: inline-block;
    background-color: #aeb784;
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
}

.site-footer .widget ul li a:hover,
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li a:hover,
.site-footer .pbmit-footer-copyright-text-area a:hover {
    color: var(--pbmit-light-color);
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a:hover {
    color: #000000;
    background-color: #aeb784;
}

.list-group .pbmit-icon-list-icon i {
    width: auto;
    line-height: inherit;
    font-size: 20px;
    line-height: 20px;
    color: #AEB683;
}

.pbminfotech-ele-fid-style-2 .pbmit-number-rotate::before {
    position: absolute;
    content: "\e88d";
    font-family: "pbminfotech-base-icons";
    font-size: 18px;
    left: 0;
    top: -4px;
    color: #e3dbbb;
}

.pbmit-slider-area .pbmit-slider-content .pbmit-sub-title {
    color: #292929;
    border: 1px solid #292929;
}

.service-left-col .pbmit-entry-content .pt-5 {
    padding-top: 25px !important;
}

/* 
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
--------------------------------------------------- Media Query--------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------- 
*/

/* Extra Small Devices (phones) */
@media (max-width: 575px) {
    .pbmit-slider-one .pbmit-title {
        font-size: 40px;
        line-height: 40px;
        color: var(--pbmit-white-color);
        filter: drop-shadow(6px 6px 5px black);
    }

    .site-footer .pbmit-footer-copyright-text-area {
        text-align: center;
    }

    .site-footer .pbmit-footer-company-text-area {
        text-align: center;
    }

    /* .swiper-slider .pbmit-element-viewtype-carousel-1 .swiper-fade .swiper-initialized .swiper-horizontal swiper-ios{
        height: 100vh;
    } */

    .pbmit-slider-one .swiper-slider[data-dots="true"],
    .pbmit-slider-two .swiper-slider[data-dots="true"] {
        height: 100vh;
    }

    .pbmit-title-bar-wrapper {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/about-us-banner-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-title-bar-wrapper.ogr {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/ogr-paper-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-title-bar-wrapper.bakeon {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/bakeonpaper-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-title-bar-wrapper.slip {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/slip-easy-paper-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-title-bar-wrapper.mg {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/mg-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-title-bar-wrapper.pizza {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/pizza-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-title-bar-wrapper.kraft {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/kraft-paper-bag-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-title-bar-wrapper.sachet {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/sachet-paper-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-title-bar-wrapper.tableware {
        position: relative;
        z-index: 1;
        background-image: url(../images/banners/mob-banner/tablewear-mob.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }

    .pbmit-slider-bg.hero-0 {
        background-image: url(../images/banners/mob-banner/6.webp);
    }

    .pbmit-slider-bg.hero-1 {
        background-image: url(../images/banners/mob-banner/1.webp);
    }

    .pbmit-slider-bg.hero-2 {
        background-image: url(../images/banners/mob-banner/2.webp);
    }

    .pbmit-slider-bg.hero-3 {
        background-image: url(../images/banners/mob-banner/3.webp);
    }

    .pbmit-slider-bg.hero-4 {
        background-image: url(../images/banners/mob-banner/4.webp);
    }

    .pbmit-slider-bg.hero-5 {
        background-image: url(../images/banners/mob-banner/5.webp);
    }

    .pbmit-heading-subheading {
        margin-bottom: 0px;
        position: relative;
    }

    .widget-title2 {
        display: none;
    }

    .site-footer .widget2 {
        padding-top: 10px;
    }

    .pbmit-ihbox-style-7 .pbmit-icon-wrapper {
        display: flex !important;
        gap: 10px;
    }

    .pbmit-ihbox-style-7 .pbmit-ihbox-icon,
    .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
        margin-right: 0;
        margin-bottom: 0px;
    }

    .pbmit-ihbox-style-7 .pbmit-icon-type-icon img {
        width: 35px;
    }

    .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
    .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
        height: 65px;
        width: 65px;
    }

    .pbmit-ihbox-style-7 .pbmit-element-title {
        font-size: 20px;
        line-height: 28px;
    }

    .pbmit-ihbox-style-12 .pbmit-ihbox-box {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .service-left-col,
    .blog-left-col {
        padding-top: 0px;
    }

    .service-left-col .pbmit-entry-content .pt-5 {
        padding-top: 15px !important;
    }

}

/* Small Devices (phones landscape / small tablets) */
@media (min-width: 576px) and (max-width: 767px) {
    .pbmit-slider-one .pbmit-title {
        font-size: 40px;
        line-height: 40px;
        color: var(--pbmit-white-color);
        filter: drop-shadow(6px 6px 5px black);
    }

    .site-footer .pbmit-footer-copyright-text-area {
        text-align: center;
    }

    .site-footer .pbmit-footer-company-text-area {
        text-align: center;
    }

    .pbmit-slider-bg.hero-0 {
        background-image: url(../images/banners/web-banner/6.webp);
    }

    .pbmit-slider-bg.hero-1 {
        background-image: url(../images/banners/web-banner/1.webp);
    }

    .pbmit-slider-bg.hero-2 {
        background-image: url(../images/banners/web-banner/2.webp);
    }

    .pbmit-slider-bg.hero-3 {
        background-image: url(../images/banners/web-banner/3.webp);
    }

    .pbmit-slider-bg.hero-4 {
        background-image: url(../images/banners/web-banner/4.webp);
    }

    .pbmit-slider-bg.hero-5 {
        background-image: url(../images/banners/web-banner/5.webp);
    }

    .pbmit-heading-subheading {
        margin-bottom: 0px;
        position: relative;
    }
}

/* Medium Devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .pbmit-slider-one .pbmit-title {
        font-size: 50px;
        line-height: 50px;
        color: var(--pbmit-white-color);
        filter: drop-shadow(6px 6px 5px black);
    }

    .pbmit-slider-bg.hero-0 {
        background-image: url(../images/banners/web-banner/6.webp);
    }

    .pbmit-slider-bg.hero-1 {
        background-image: url(../images/banners/web-banner/1.webp);
    }

    .pbmit-slider-bg.hero-2 {
        background-image: url(../images/banners/web-banner/2.webp);
    }

    .pbmit-slider-bg.hero-3 {
        background-image: url(../images/banners/web-banner/3.webp);
    }

    .pbmit-slider-bg.hero-4 {
        background-image: url(../images/banners/web-banner/4.webp);
    }

    .pbmit-slider-bg.hero-5 {
        background-image: url(../images/banners/web-banner/5.webp);
    }

    .pbmit-heading-subheading {
        margin-bottom: 0px;
        position: relative;
    }
}

/* Large Devices (laptops) */
@media (min-width: 992px) and (max-width: 1199px) {
    .pbmit-slider-one .pbmit-title {
        font-size: 60px;
        line-height: 60px;
        color: var(--pbmit-white-color);
        filter: drop-shadow(6px 6px 5px black);
    }

    .site-header .pbmit-header-content {
        justify-content: space-between !important;
    }

    .who-we-are-one-leftbox {
        padding: 280px 0;
    }

    .pbmit-service-style-1 .pbmit-box-content-inner {
        padding: 0 50px 0 0;
    }

    .pbmit-slider-bg.hero-0 {
        background-image: url(../images/banners/web-banner/6.webp);
    }

    .pbmit-slider-bg.hero-1 {
        background-image: url(../images/banners/web-banner/1.webp);
    }

    .pbmit-slider-bg.hero-2 {
        background-image: url(../images/banners/web-banner/2.webp);
    }

    .pbmit-slider-bg.hero-3 {
        background-image: url(../images/banners/web-banner/3.webp);
    }

    .pbmit-slider-bg.hero-4 {
        background-image: url(../images/banners/web-banner/4.webp);
    }

    .pbmit-slider-bg.hero-5 {
        background-image: url(../images/banners/web-banner/5.webp);
    }

    .pbmit-heading-subheading {
        margin-bottom: 0px;
        position: relative;
    }
}

/* Extra Large Devices (desktops) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .pbmit-slider-one .pbmit-title {
        font-size: 50px;
        line-height: 50px;
        color: var(--pbmit-white-color);
        filter: drop-shadow(6px 6px 5px black);
    }

    .pbmit-slider-one .pbmit-slider-item {
        padding: 150px 0 80px 0;
    }

    .pbmit-slider-one .pbmit-title .br {
        display: none;
    }

    .pbmit-slider-bg.hero-0 {
        background-image: url(../images/banners/web-banner/6.webp);
    }

    .pbmit-slider-bg.hero-1 {
        background-image: url(../images/banners/web-banner/1.webp);
    }

    .pbmit-slider-bg.hero-2 {
        background-image: url(../images/banners/web-banner/2.webp);
    }

    .pbmit-slider-bg.hero-3 {
        background-image: url(../images/banners/web-banner/3.webp);
    }

    .pbmit-slider-bg.hero-4 {
        background-image: url(../images/banners/web-banner/4.webp);
    }

    .pbmit-slider-bg.hero-5 {
        background-image: url(../images/banners/web-banner/5.webp);
    }

    .pbmit-heading-subheading {
        margin-bottom: 0px !important;
        position: relative;
    }
}

/* XXL Devices (large screens / TVs) */
@media (min-width: 1400px) and (max-width: 1599px) {
    .pbmit-slider-one .pbmit-title {
        font-size: 85px;
        line-height: 85px;
        color: var(--pbmit-white-color);
        filter: drop-shadow(6px 6px 5px black);
    }

    .pbmit-ihbox-style-7 .pbmit-content-wrapper {
        padding-top: 25px;
        margin-top: 25px;
        padding-right: 35px;
        border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
        position: relative;
    }

    .pbmit-bottom-left-corner {
        bottom: -0.5%;
        left: -29px;
        transform: none;
    }

    .pbmit-top-right-corner {
        top: -29px;
        right: -0.5%;
        transform: none;
    }

    .pbmit-slider-bg.hero-0 {
        background-image: url(../images/banners/web-banner/6.webp);
    }

    .pbmit-slider-bg.hero-1 {
        background-image: url(../images/banners/web-banner/1.webp);
    }

    .pbmit-slider-bg.hero-2 {
        background-image: url(../images/banners/web-banner/2.webp);
    }

    .pbmit-slider-bg.hero-3 {
        background-image: url(../images/banners/web-banner/3.webp);
    }

    .pbmit-slider-bg.hero-4 {
        background-image: url(../images/banners/web-banner/4.webp);
    }

    .pbmit-slider-bg.hero-5 {
        background-image: url(../images/banners/web-banner/5.webp);
    }

    .pbmit-heading-subheading {
        margin-bottom: 0px !important;
        position: relative;
    }

}