.has-feedback {
    position: relative;
}

.home-product-seo-text {
    max-width: 620px;
    margin: 0 0 18px;
    color: #2b3f55;
    font-size: 16px;
    line-height: 1.75;
}

.home-seo-intro {
    padding: 58px 0 34px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.home-seo-intro-box {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 38px;
    border-left: 5px solid #1f5afd;
    background: #ffffff;
    box-shadow: 0 20px 54px rgba(8, 35, 61, 0.08);
}

.home-seo-intro h1 {
    max-width: 1060px;
    margin: 8px 0 14px;
    color: #071d35;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.16;
    font-weight: 800;
}

.home-seo-intro p {
    max-width: 930px;
    margin: 0;
    color: #34495f;
    font-size: 17px;
    line-height: 1.75;
}

.home-seo-intro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.home-seo-intro-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid #dbe6f2;
    background: #f7fbff;
    color: #071d35 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.home-seo-intro-tags a:hover {
    border-color: #1f5afd;
    background: #1f5afd;
    color: #ffffff !important;
}

.home-product-seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.home-product-seo-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #dbe6f2;
    background: #f7fbff;
    color: #071d35;
    font-size: 13px;
    font-weight: 800;
}

.home-client-heading {
    max-width: 1040px;
    margin: 0 auto 34px;
    text-align: center;
}

.home-client-heading p {
    max-width: 940px;
    margin: 12px auto 0;
    color: #34495f;
    font-size: 17px;
    line-height: 1.75;
}

.home-industries-section {
    padding-top: 72px;
    padding-bottom: 48px;
    background: #ffffff;
}

.home-industries-heading {
    max-width: 980px;
    margin: 0 auto 34px;
    text-align: center;
}

.home-industries-heading p {
    max-width: 920px;
    margin: 12px auto 0;
    color: #34495f;
    font-size: 17px;
    line-height: 1.75;
}

.home-industries-grid {
    row-gap: 24px;
}

.home-industries-grid > [class*="col-"] {
    display: flex;
}

.home-industry-card {
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid #dfe7ef;
    box-shadow: 0 16px 34px rgba(8, 35, 61, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-industry-card:hover {
    transform: translateY(-6px);
    border-color: rgba(31, 90, 253, 0.35);
    box-shadow: 0 24px 52px rgba(8, 35, 61, 0.13);
}

.home-industry-card .pbmit-title {
    margin: 18px 18px 8px;
    color: #071d35;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
}

.home-industry-card p {
    margin: 0 18px 22px;
    color: #41566d;
    font-size: 14px;
    line-height: 1.65;
}

.home-industry-card .pbmit-featured-wrapper {
    background: #f7f9fc;
}

.home-industry-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.home-client-industries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.home-client-industries span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid #dbe6f2;
    background: #ffffff;
    color: #071d35;
    font-size: 13px;
    font-weight: 800;
}

.home-client-grid {
    row-gap: 18px;
}

.home-client-grid .single-brand {
    width: 100%;
    height: 118px;
    object-fit: contain;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #dfe7ef;
    box-shadow: 0 14px 30px rgba(8, 35, 61, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-client-grid .single-brand:hover {
    transform: translateY(-5px);
    border-color: rgba(31, 90, 253, 0.35);
    box-shadow: 0 22px 46px rgba(8, 35, 61, 0.12);
}

.home-client-action {
    margin-top: 34px;
    text-align: center;
}

.home-client-action a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 22px;
    background: #1f5afd;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
}

.home-client-action a:hover {
    background: #071d35;
}

.has-feedback input {
    position: relative;
}
.my-custom-modal .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    background: #fff;
}

.my-custom-modal .logo-wrapper img {
    margin-bottom: 0px;
    
    max-width: 70%;
}

.btn-modal-gra a:hover {
    color: #000;
}

.btn-modal-gra {
    padding: 0px;
    border: 0px;
    margin: 5px 0px 0px;
    background: transparent;
}

.logo-wrapper p {
    font-size: 15px;
    font-weight: 100;
}

.my-custom-modal .modal-dialog {
    max-width: 26%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.my-custom-modal .modal-dialog .modal-content {
    /* border-radius: 10px; */
    background: #f6f6f6 !important;
    border: 0px;
    overflow: hidden;
}

.my-custom-modal .modal-dialog .modal-content .stick_close {
     position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 57px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-right: 0;
    color: #222;
    /* border-radius: 50px 0px 0px 50px; */
    cursor: pointer;
}

.my-custom-modal .modal-title:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;

    left: 0;
    top: 0;
    background: #0b080a;
}

.my-custom-modal .modal-dialog .modal-content form {
    margin: 15px 0px 15px;
    padding: 0px;
}

.my-custom-modal .modal-dialog .modal-content form .form-group {
    margin-bottom: 15px;
}

.has-error label {
    padding-top: 0;
    color: red;
    font-size: 12px;
}

.has-feedback .form-control::placeholder {
    font-size: 13px;
    color: rgb(33 37 41) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.has-feedback .form-control,
select {
    border-radius: 0px;
    padding: 15px;
    color: rgb(33 37 41) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 13px !important;
}

.captcha-code .input-group {
    display: flex;
    flex-direction: column;
}

.captcha-code .input-group input {
    width: 100%;
}


.my-custom-modal .modal-dialog .modal-content form .form-group.has-feedback.class-feedback.has-error {
    margin-bottom: 0px;
}

.my-custom-modal form input.submit.class-submit.rdmr.know {
    padding: 10px 50px !important;
    font-size: 15px;
    background: #e52a30 !important;
    border-color: #e52a30 !important;
    width: fit-content;
    color: #fff !important;
}

.my-custom-modal .modal-dialog .modal-content form .form-group.has-feedback.has-error {
    margin-bottom: 0px;
}

.my-custom-modal .modal-body {
    padding: 0px;
    border: 0px !important;
}



.desktop-header .container-fluid {
    padding: 0px 100px;
}

.my-custom-modal .modal-title {
    text-align: center;
    background: #3575ab !important;
    color: #ffff;
    margin: 0px !important;
    padding: 10px 0px!important;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-custom-modal .modal-title::before {
    content: '';
    width: 0px;
}

.my-custom-modal .modal-dialog .row.mt-40 {
    margin: 0px;
}

.my-custom-modal .modal-dialog input,
.my-custom-modal .modal-dialog select,
.my-custom-modal .modal-dialog textarea {
    margin-bottom: 7px;
}

.my-custom-modal input,
.my-custom-modal select,
.my-custom-modal textarea {
    margin-bottom: 7px;
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both;
}


@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.custom-button-design {
    writing-mode: tb-rl;
    background: #2b2b2b;
    border-radius: 100px;
    padding: 20px 7px 10px;
    color: #fff;
    display: flex;
    border: 4px solid white;
    align-items: center;
    justify-content: center;
}

.custom-button-design span.custom-button-text {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

span.icon-button {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.icon-button i {
    color: #2b2b2b;
}

.icon-button img {
    max-width: 25px;
}

.form3 input::placeholder,
.form3 select,
.form3 textarea::placeholder,
.form5 input::placeholder,
.form5 select,
.form5 textarea::placeholder,
.form1 input::placeholder,
.form1 select,
.form1 textarea::placeholder {
    color: #f9fafbc7;
    font-size: 16px;
    letter-spacing: 1px !important;
    line-height: 25px;
    font-weight: 50 0;
    font-family: var(--title-font-family);
    transition: 0.8s all;
}

.form3 input,
.form3 select,
.form3 textarea,
.form5 input,
.form5 select,
.form5 textarea,
.form1 input,
.form1 select,
.form1 textarea {
    font-size: 16px;
    letter-spacing: 1px !important;
    line-height: 25px;
    font-weight: 500;
    font-family: var(--title-font-family);
    transition: 0.8s all;
    padding: 10px 10px !important;
}

.form-horizontal .form-group {
    margin-bottom: 0px !important;
}

.my-custom-modal .modal-dialog .modal-content form .form-group input.submit {
    background: #3575ab !important;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 10px 0px 0px !important;
    letter-spacing: 0px !important;
    font-size: 14px;
    color:#fff;
}


.has-error input,
.has-error textarea,
.has-error select {
    margin: 0px !important;
}

.has-error label {
    margin-bottom: 5px;
}



/* mobile css */
@media (max-width: 767px) and (min-width: 320px) {
.my-custom-modal .modal-dialog {
    max-width: 98%;
    margin: 30px auto;
height: auto;}

.my-custom-modal .logo-wrapper {padding: 30px;}

.my-custom-modal .modal-title {
    font-size: 12px;
    padding: 14px 15px !important;
    text-align: left;
}

.my-custom-modal {z-index: 11111;}
.my-custom-modal .col-md-5.col-sm-12.col-xs-12 {
    display: none;
}

.my-custom-modal .modal-dialog .modal-content .stick_close {
margin-top: 6px;
}
}

/* tab css */

/* ipad mini */
@media (max-width: 1024px) and (min-width: 768px) {
.my-custom-modal .modal-dialog {max-width: 95%;height: auto;margin: 50px auto;}

}


/* ios laptop */
@media (max-width: 1440px) and (min-width: 1025px) {
    .my-custom-modal .modal-dialog {
        max-width: 53%;
      }
      
}
a.content-p{
    color:#000;
    font-weight: 700;
}
.form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0px;
}

.form-title a.content-p {
    font-weight: 400;
    color: #005197;
    font-size: 14px;
}
.my-custom-modal .modal-dialog .modal-content form .form-group input,.my-custom-modal .modal-dialog .modal-content form .form-group textarea {
    padding: 15px 20px !important;
    border-radius: 10px !important;
    background: #ced4daa1 !important;
}

/* Quote popup redesign - visual only, form submission untouched */
.my-custom-modal .modal-dialog {
    max-width: 560px;
    margin: 35px auto;
}

.my-custom-modal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 24, 56, 0.35);
}

.my-custom-modal .modal-body {
    padding: 0;
    background: #ffffff;
}

.my-custom-modal .modal-title {
    margin: 0;
    padding: 22px 58px 20px 28px;
    background: linear-gradient(135deg, #003b73 0%, #0066b3 100%);
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.my-custom-modal .stick_close {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.my-custom-modal .stick_popup .row.mt-40 {
    margin-top: 0 !important;
    padding: 28px;
}

.my-custom-modal .widget.footer-widgets {
    padding: 0;
}

.my-custom-modal .widget.footer-widgets:before {
    content: "Please fill your requirement. Our team will contact you shortly.";
    display: block;
    margin-bottom: 20px;
    color: #42526b;
    font-size: 15px;
    line-height: 1.6;
}

.my-custom-modal .form-group {
    margin-bottom: 13px;
}

.my-custom-modal .form-control,
.my-custom-modal input[type="text"],
.my-custom-modal input[type="tel"],
.my-custom-modal textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    background: #f7fafc;
    color: #172033;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 16px;
    box-shadow: none;
}

.my-custom-modal textarea.form-control {
    min-height: 105px;
    resize: vertical;
}

.my-custom-modal .form-control:focus,
.my-custom-modal input:focus,
.my-custom-modal textarea:focus {
    background: #ffffff;
    border-color: #0066b3;
    box-shadow: 0 0 0 3px rgba(0,102,179,0.12);
    outline: none;
}

.my-custom-modal .g-recaptcha {
    margin: 8px 0 12px;
    transform-origin: left top;
}

.my-custom-modal .submitbutton,
.my-custom-modal input[type="submit"] {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 8px;
    background: #0066b3;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.my-custom-modal .submitbutton:hover,
.my-custom-modal input[type="submit"]:hover {
    background: #003b73;
    transform: translateY(-1px);
}

@media (max-width: 575px) {
    .my-custom-modal .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 20px auto;
    }

    .my-custom-modal .modal-title {
        font-size: 20px;
        padding: 20px 54px 18px 20px;
    }

    .my-custom-modal .stick_popup .row.mt-40 {
        padding: 20px;
    }

    .my-custom-modal .g-recaptcha {
        transform: scale(.86);
        margin-bottom: -2px;
    }
}
/* Premix quote popup redesign - visual only */
.my-custom-modal .modal-dialog {
    max-width: 760px;
    margin: 28px auto;
}

.my-custom-modal .modal-content {
    border: 0;
    border-radius: 0;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}

.my-custom-modal .modal-body.stick_popup {
    padding: 0;
    background: #ffffff;
}

.my-custom-modal .modal-title {
    background: #005197;
    color: #ffffff;
    margin: 0;
    padding: 12px 60px;
    min-height: 44px;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.my-custom-modal .stick_close {
    position: absolute;
    top: 6px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 22px;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    font-size: 17px;
}

.my-custom-modal .stick_popup > .row.mt-40 {
    margin: 0 !important;
    padding: 0;
}

.my-custom-modal .stick_popup > .row.mt-40 > .col-md-12 {
    padding: 0;
}

.my-custom-modal .widget.footer-widgets.tag-widget {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 0;
    padding: 0;
    background: #ffffff;
    min-height: 448px;
}

.my-custom-modal .widget.footer-widgets.tag-widget:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        url("https://www.premixtechnologies.com/images/industry/Premix-technologies-final-logo.png") center 42% / 230px auto no-repeat,
        linear-gradient(#ffffff, #ffffff);
    border-right: 1px solid #e7edf4;
}

.my-custom-modal .form1 {
    padding: 14px 16px 16px;
}

.my-custom-modal .form-group {
    margin: 0 0 7px;
}

.my-custom-modal .form-control,
.my-custom-modal input[type="text"],
.my-custom-modal input[type="tel"],
.my-custom-modal textarea {
    width: 100%;
    min-height: 43px;
    border: 1px solid #e1e5eb;
    border-radius: 0;
    background: #fbfbfc;
    color: #111111;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 12px;
    box-shadow: none;
}

.my-custom-modal textarea.form-control {
    min-height: 64px;
    resize: vertical;
}

.my-custom-modal .form-control:focus,
.my-custom-modal input:focus,
.my-custom-modal textarea:focus {
    border-color: #005197;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(0, 81, 151, .12);
    outline: none;
}

.my-custom-modal .g-recaptcha {
    transform: scale(.86);
    transform-origin: left top;
    margin: 2px 0 -4px;
}

.my-custom-modal .submitbutton,
.my-custom-modal input[type="submit"] {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 0;
    background: #005197;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    text-transform: none;
}

.my-custom-modal .submitbutton:hover,
.my-custom-modal input[type="submit"]:hover {
    background: #00345f;
}

@media (max-width: 767px) {
    .my-custom-modal .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 18px auto;
    }

    .my-custom-modal .modal-title {
        font-size: 18px;
        padding: 13px 54px 13px 18px;
    }

    .my-custom-modal .widget.footer-widgets.tag-widget {
        grid-template-columns: 1fr;
    }

    .my-custom-modal .widget.footer-widgets.tag-widget:before {
        min-height: 135px;
        background-size: 190px auto;
        border-right: 0;
        border-bottom: 1px solid #e7edf4;
    }

    .my-custom-modal .form1 {
        padding: 14px;
    }

    .my-custom-modal .g-recaptcha {
        transform: scale(.82);
    }
}

/* Final compact Premix popup - visual only */
#onloadModal.my-custom-modal .modal-dialog {
    max-width: 820px !important;
    width: calc(100% - 32px) !important;
    margin: 24px auto !important;
}

#onloadModal.my-custom-modal .modal-content {
    border: 0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 24px 80px rgba(0,0,0,.55) !important;
}

#onloadModal.my-custom-modal .modal-body.stick_popup {
    padding: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    background: #fff !important;
}

#onloadModal.my-custom-modal .modal-title {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 70px 12px 24px !important;
    background: #005197 !important;
    color: #fff !important;
    font-size: 21px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: normal !important;
}

#onloadModal.my-custom-modal .stick_close {
    position: absolute !important;
    top: 6px !important;
    right: 14px !important;
    z-index: 20 !important;
    width: 42px !important;
    height: 34px !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    cursor: pointer !important;
}

#onloadModal.my-custom-modal .stick_popup > .row.mt-40 {
    margin: 0 !important;
    padding: 0 !important;
}

#onloadModal.my-custom-modal .stick_popup > .row.mt-40 > .col-md-12 {
    padding: 0 !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
    display: grid !important;
    grid-template-columns: 42% 58% !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:before {
    content: "" !important;
    display: block !important;
    min-height: 430px !important;
    background: url("https://www.premixtechnologies.com/images/industry/Premix-technologies-final-logo.png") center center / 230px auto no-repeat #fff !important;
    border-right: 1px solid #e6ebf1 !important;
}

#onloadModal.my-custom-modal .form1 {
    padding: 16px 18px !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:after {
    content: none !important;
}

#onloadModal.my-custom-modal .form1:before {
    content: "Please fill your requirement. Our team will contact you shortly.";
    display: block;
    margin: 0 0 12px;
    color: #334155;
    font-size: 14px;
    line-height: 1.45;
}

#onloadModal.my-custom-modal .form-group {
    margin: 0 0 8px !important;
}

#onloadModal.my-custom-modal .form-control,
#onloadModal.my-custom-modal input[type="text"],
#onloadModal.my-custom-modal input[type="tel"],
#onloadModal.my-custom-modal textarea {
    width: 100% !important;
    min-height: 42px !important;
    height: auto !important;
    border: 1px solid #dfe5ec !important;
    border-radius: 0 !important;
    background: #f8fafc !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 12px !important;
    box-shadow: none !important;
}

#onloadModal.my-custom-modal textarea.form-control {
    min-height: 70px !important;
}

#onloadModal.my-custom-modal .g-recaptcha {
    transform: scale(.86) !important;
    transform-origin: left top !important;
    margin: 2px 0 -8px !important;
}

#onloadModal.my-custom-modal .submitbutton,
#onloadModal.my-custom-modal input[type="submit"] {
    width: 100% !important;
    height: 46px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #005197 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    margin-top: 0 !important;
}

#onloadModal.my-custom-modal .submitbutton:hover,
#onloadModal.my-custom-modal input[type="submit"]:hover {
    background: #003b73 !important;
}

@media (max-width: 767px) {
    #onloadModal.my-custom-modal .modal-dialog {
        width: calc(100% - 20px) !important;
        margin: 12px auto !important;
    }

    #onloadModal.my-custom-modal .modal-title {
        font-size: 18px !important;
        padding: 12px 58px 12px 14px !important;
    }

    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
        grid-template-columns: 1fr !important;
    }

    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:before {
        min-height: 110px !important;
        background-size: 180px auto !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e6ebf1 !important;
    }

    #onloadModal.my-custom-modal .form1 {
        padding: 14px !important;
    }

    #onloadModal.my-custom-modal .g-recaptcha {
        transform: scale(.82) !important;
    }
}
/* Popup final touch: remove outer white panel and add email under logo */
#onloadModal.my-custom-modal .modal-content {
    background: transparent !important;
    box-shadow: none !important;
}

#onloadModal.my-custom-modal .modal-body.stick_popup {
    background: transparent !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
    background: #ffffff !important;
    box-shadow: 0 24px 80px rgba(0,0,0,.45) !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:before {
    content: "sales@premixtechnologies.com" !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 150px !important;
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: center !important;
    background: url("https://www.premixtechnologies.com/images/industry/Premix-technologies-final-logo.png") center calc(50% - 34px) / 230px auto no-repeat #ffffff !important;
}

/* Popup clean horizontal layout - strongest override */
#onloadModal,
#onloadModal .modal-dialog,
#onloadModal .modal-content,
#onloadModal .modal-body {
    background: transparent !important;
}

#onloadModal.my-custom-modal .modal-dialog {
    max-width: 820px !important;
    width: calc(100% - 40px) !important;
    margin: 70px auto 20px !important;
}

#onloadModal.my-custom-modal .modal-content {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

#onloadModal.my-custom-modal .modal-body.stick_popup {
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

#onloadModal.my-custom-modal .modal-title {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 13px 70px 13px 24px !important;
    background: #005197 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-size: 21px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    text-align: center !important;
}

#onloadModal.my-custom-modal .stick_close {
    top: 5px !important;
    right: calc(50% - 365px) !important;
    z-index: 10 !important;
}

#onloadModal.my-custom-modal .stick_popup > .row.mt-40,
#onloadModal.my-custom-modal .stick_popup > .row.mt-40 > .col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
    width: 760px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 310px 1fr !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 24px 80px rgba(0,0,0,.50) !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:before {
    content: "sales@premixtechnologies.com\a+91 89056 16775" !important;
    white-space: pre-line !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 430px !important;
    padding: 150px 24px 0 !important;
    background: url("https://www.premixtechnologies.com/images/industry/Premix-technologies-final-logo.png") center calc(50% - 48px) / 230px auto no-repeat #ffffff !important;
    border-right: 1px solid #e6ebf1 !important;
    color: #111827 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 800 !important;
    text-align: center !important;
    word-break: break-word !important;
}

#onloadModal.my-custom-modal .form1 {
    padding: 24px 24px 18px !important;
    background: #ffffff !important;
}

@media (max-width: 767px) {
    #onloadModal.my-custom-modal .modal-dialog {
        width: calc(100% - 20px) !important;
        margin: 18px auto !important;
    }

    #onloadModal.my-custom-modal .modal-title {
        max-width: 100% !important;
        font-size: 18px !important;
        padding: 12px 58px 12px 14px !important;
    }

    #onloadModal.my-custom-modal .stick_close {
        right: 14px !important;
    }

    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
        width: 100% !important;
        grid-template-columns: 1fr !important;
    }

    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:before {
        min-height: 150px !important;
        padding: 95px 16px 18px !important;
        background-size: 180px auto !important;
        background-position: center 22px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e6ebf1 !important;
        font-size: 14px !important;
    }

    #onloadModal.my-custom-modal .form1 {
        padding: 16px !important;
    }
}

/* Popup width fix - prevent form fields from cutting */
#onloadModal.my-custom-modal .modal-dialog {
    max-width: 920px !important;
    width: 920px !important;
    margin: 60px auto 20px !important;
}

#onloadModal.my-custom-modal .modal-title {
    max-width: 920px !important;
    width: 920px !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
    width: 920px !important;
    max-width: 920px !important;
    grid-template-columns: 380px 540px !important;
}

#onloadModal.my-custom-modal .form1 {
    width: 100% !important;
    max-width: 540px !important;
    padding: 26px 28px 20px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

#onloadModal.my-custom-modal .form1:before {
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

#onloadModal.my-custom-modal .form-control,
#onloadModal.my-custom-modal input[type="text"],
#onloadModal.my-custom-modal input[type="tel"],
#onloadModal.my-custom-modal textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

#onloadModal.my-custom-modal .g-recaptcha {
    transform: scale(.90) !important;
    transform-origin: left top !important;
    max-width: 100% !important;
}

#onloadModal.my-custom-modal .stick_close {
    right: calc(50% - 435px) !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:before {
    padding-left: 34px !important;
    padding-right: 34px !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 980px) {
    #onloadModal.my-custom-modal .modal-dialog,
    #onloadModal.my-custom-modal .modal-title,
    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
    }

    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
        grid-template-columns: 38% 62% !important;
    }

    #onloadModal.my-custom-modal .stick_close {
        right: 24px !important;
    }
}

@media (max-width: 767px) {
    #onloadModal.my-custom-modal .modal-dialog,
    #onloadModal.my-custom-modal .modal-title,
    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
    }

    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
        grid-template-columns: 1fr !important;
    }

    #onloadModal.my-custom-modal .form1 {
        max-width: 100% !important;
        padding: 16px !important;
    }

    #onloadModal.my-custom-modal .g-recaptcha {
        transform: scale(.82) !important;
    }
}

/* Popup final correction - no cutting */
#onloadModal.my-custom-modal .modal-dialog {
    width: 760px !important;
    max-width: calc(100vw - 40px) !important;
    margin: 60px auto 20px !important;
}

#onloadModal.my-custom-modal .modal-content,
#onloadModal.my-custom-modal .modal-body.stick_popup {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 0 !important;
}

#onloadModal.my-custom-modal .modal-title {
    width: 760px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 13px 58px 13px 20px !important;
    background: #005197 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-align: center !important;
    line-height: 1.25 !important;
}

#onloadModal.my-custom-modal .stick_close {
    top: 6px !important;
    right: 14px !important;
    width: 38px !important;
    height: 34px !important;
    z-index: 50 !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
    width: 760px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 330px 430px !important;
    background: #fff !important;
    box-shadow: 0 24px 80px rgba(0,0,0,.5) !important;
    overflow: hidden !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:before {
    min-height: 405px !important;
    padding: 145px 22px 0 !important;
    background: url("https://www.premixtechnologies.com/images/industry/Premix-technologies-final-logo.png") center calc(50% - 45px) / 220px auto no-repeat #fff !important;
    border-right: 1px solid #e6ebf1 !important;
    content: "sales@premixtechnologies.com\a+91 89056 16775" !important;
    white-space: pre-line !important;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    font-weight: 800 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
}

#onloadModal.my-custom-modal .form1 {
    width: 430px !important;
    max-width: 100% !important;
    padding: 22px 22px 18px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    overflow: hidden !important;
}

#onloadModal.my-custom-modal .form1:before {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-bottom: 12px !important;
    white-space: normal !important;
}

#onloadModal.my-custom-modal .form-control,
#onloadModal.my-custom-modal input[type="text"],
#onloadModal.my-custom-modal input[type="tel"],
#onloadModal.my-custom-modal textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 41px !important;
}

#onloadModal.my-custom-modal textarea.form-control {
    min-height: 68px !important;
}

#onloadModal.my-custom-modal .g-recaptcha {
    transform: scale(.83) !important;
    transform-origin: left top !important;
    margin: 2px 0 -12px !important;
}

#onloadModal.my-custom-modal input[type="submit"],
#onloadModal.my-custom-modal .submitbutton {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    #onloadModal.my-custom-modal .modal-dialog,
    #onloadModal.my-custom-modal .modal-title,
    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
        width: calc(100vw - 20px) !important;
    }

    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
        grid-template-columns: 1fr !important;
    }

    #onloadModal.my-custom-modal .form1 {
        width: 100% !important;
        padding: 16px !important;
    }

    #onloadModal.my-custom-modal .widget.footer-widgets.tag-widget:before {
        min-height: 150px !important;
        padding: 95px 16px 18px !important;
        background-size: 180px auto !important;
        background-position: center 22px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e6ebf1 !important;
        font-size: 14px !important;
    }
}

/* Remove transparent rectangle behind quote popup */
#onloadModal.my-custom-modal .modal-dialog,
#onloadModal.my-custom-modal .modal-content,
#onloadModal.my-custom-modal .modal-body.stick_popup {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

#onloadModal.my-custom-modal .modal-content:before,
#onloadModal.my-custom-modal .modal-content:after,
#onloadModal.my-custom-modal .modal-body:before,
#onloadModal.my-custom-modal .modal-body:after {
    display: none !important;
    content: none !important;
}

#onloadModal.my-custom-modal .stick_popup {
    border-radius: 0 !important;
}

#onloadModal.my-custom-modal .widget.footer-widgets.tag-widget {
    box-shadow: 0 24px 70px rgba(0, 0, 0, .45) !important;
}

/* Header top gap fix */
html,
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin: 0 !important;
}

.page-wrapper,
.site-header,
.site-header-menu,
.pbmit-header-overlay {
    margin-top: 0 !important;
}

.site-header {
    top: 0 !important;
}

body > :first-child,
.page-wrapper:first-child,
.page-wrapper > :first-child {
    margin-top: 0 !important;
}

/* ------------------------------------------------------------
   Product Header/Footer Theme (Shared Across All Pages)
   (Extracted from product-new.php so every page renders the same)
------------------------------------------------------------ */

.site-header.header-style-10 {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 30px rgba(8, 35, 61, 0.08);
}

.site-header.header-style-10 .site-header-menu,
.site-header.header-style-10 .site-header-menu.sticky-header {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: none !important;
    animation: none !important;
    transform: none !important;
}

body.modal-open .site-header.header-style-10 {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.product-topbar {
    background: #1f5afd;
    color: #ffffff;
    font-size: 13px;
}

.product-topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 0;
}

.product-topbar-left {
    font-weight: 700;
    letter-spacing: 0.03em;
}

.product-topbar-right {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.product-topbar-right a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.product-nav-shell {
    padding: 16px 0;
}

.product-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-header.header-style-10 .product-brand img.logo-img {
    max-height: 64px !important;
    width: auto;
}

.site-header.header-style-10 img.logo-img {
    max-height: 64px !important;
    width: auto !important;
}

@media (min-width: 992px) {
    .site-header.header-style-10 .product-topbar {
        display: block !important;
    }

    .site-header.header-style-10 .product-nav-actions {
        display: flex !important;
    }
}

.product-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-nav-contact {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
}

.product-nav-contact a,
.product-nav-contact strong {
    color: #0d2c44;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.product-nav-contact a:hover {
    color: #1f5afd;
}

.product-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #005197 0%, #0d6cab 100%);
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(0, 81, 151, 0.18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-header-cta:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}

.site-header .site-navigation {
    flex: 1 1 auto;
    padding-left: 18px;
    min-width: 0;
}

.site-header .top-had {
    display: none;
}

.site-header .siteNavBar {
    display: block !important;
    background: transparent;
}

.site-header .siteNavBar > ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header .siteNavBar > ul > li {
    position: relative;
    padding: 0;
}

.site-header .siteNavBar > ul > li > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 11px;
    border-radius: 999px;
    color: #17324a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .2s ease;
    white-space: nowrap;
}

.site-header .siteNavBar > ul > li.subMenu::after {
    display: none !important;
    content: none !important;
}

.site-header .siteNavBar > ul > li.subMenu > a::after {
    content: "\f107" !important;
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 1px 0 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    font-family: "FontAwesome" !important;
    font-size: 12px !important;
    line-height: 1 !important;
    transform: none !important;
}

.site-header .siteNavBar > ul > li.active > a,
.site-header .siteNavBar > ul > li > a:hover {
    color: #005197;
    background: rgba(0, 81, 151, 0.08);
}

.site-header .siteNavBar ul li ul {
    min-width: 290px;
    border-radius: 18px;
    border: 1px solid #dce7ef;
    box-shadow: 0 22px 50px rgba(8, 35, 61, 0.14);
    padding: 14px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6fafc 100%);
}

.site-header .siteNavBar ul li ul li {
    position: relative;
}

.site-header .siteNavBar ul li ul li + li {
    margin-top: 2px;
}

.site-header .siteNavBar ul li ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    color: #17324a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none !important;
    transition: .2s ease;
}

.site-header .siteNavBar ul li ul li a:hover,
.site-header .siteNavBar ul li ul li:hover > a {
    color: #005197;
    background: rgba(0, 81, 151, 0.08);
}

.site-header .siteNavBar > ul > li.subMenu > ul > li.hasMenu > a::after,
.site-header .siteNavBar ul li ul li.hasMenu > a::after {
    content: "\\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #6d8090;
    margin-left: auto;
    padding-left: 14px;
    flex: 0 0 auto;
}

.site-header .siteNavBar ul li ul li.hasMenu:hover > a::after {
    color: #005197;
}

.call-btn,
.whatsapp-btn {
    display: none !important;
}

.premix-action-rail {
    position: fixed;
    left: 0;
    top: 52%;
    z-index: 99998;
    display: flex;
    align-items: flex-start;
    gap: 0;
    transform: translateY(-50%);
    transition: transform .25s ease;
}

.premix-action-toggle {
    width: 48px;
    height: 52px;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: #005197;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 81, 151, 0.22);
    transition: background .2s ease;
}

.premix-action-toggle:hover {
    background: #1f5afd;
}

.premix-action-toggle i {
    transition: transform .25s ease;
}

.premix-action-links {
    display: grid;
    gap: 8px;
    padding: 56px 0 0 0;
    transform: translateX(0);
    opacity: 1;
    transition: transform .25s ease, opacity .2s ease;
}

.premix-action-link {
    width: 170px;
    min-height: 50px;
    border: 0;
    border-radius: 0 10px 10px 0;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(8, 35, 61, 0.16);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.premix-action-link:hover {
    transform: translateX(6px);
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(8, 35, 61, 0.22);
}

.premix-action-link span {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.premix-action-link strong {
    color: inherit;
    font-weight: 800;
    white-space: nowrap;
}

.premix-action-inquiry {
    background: #06111f;
}

.premix-action-catalogue {
    background: #1f5afd;
}

.premix-action-whatsapp {
    background: #22b947;
}

.premix-action-rail.is-collapsed .premix-action-links {
    transform: translateX(-190px);
    opacity: 0;
    pointer-events: none;
}

.premix-action-rail.is-collapsed .premix-action-toggle i {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .premix-action-rail {
        top: auto;
        bottom: 92px;
        transform: none;
    }

    .premix-action-toggle {
        width: 42px;
        height: 46px;
        font-size: 24px;
    }

    .premix-action-links {
        padding-top: 50px;
        gap: 6px;
    }

    .premix-action-link {
        width: 150px;
        min-height: 46px;
        font-size: 14px;
    }
}

.about-page-intro-title {
    padding: 54px 0 8px;
    background: #ffffff;
    text-align: center;
}

.about-page-intro-title h2 {
    margin: 0;
    color: #071d35;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 800;
}

.premix-about-hero,
.premix-about-strengths,
.premix-about-manufactures,
.premix-about-capability,
.premix-about-process,
.premix-about-identity,
.premix-about-quality,
.premix-about-industries,
.premix-about-values,
.premix-about-cta {
    padding: 80px 0;
}

.premix-about-hero {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.premix-about-grid,
.premix-capability-grid,
.premix-values-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 54px;
    align-items: center;
}

.premix-about-hero-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 46px;
    align-items: stretch;
    padding: 42px;
    background: #ffffff;
    border: 1px solid #dfe7ef;
    box-shadow: 0 28px 70px rgba(8, 35, 61, .08);
    overflow: hidden;
}

.premix-about-hero-card::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 220px;
    height: 220px;
    border: 34px solid rgba(31, 90, 253, .12);
    border-radius: 50%;
    pointer-events: none;
}

.premix-about-hero-v2 .premix-about-media {
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 420px;
    border: 0;
    background: #071d35;
}

.premix-about-hero-v2 .premix-about-media img {
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.premix-about-image-note {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 18px 20px;
    background: rgba(7, 29, 53, .9);
    color: #ffffff;
}

.premix-about-image-note strong,
.premix-about-image-note span {
    display: block;
}

.premix-about-image-note span {
    margin-top: 4px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

.premix-about-proof-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
    border: 1px solid #dfe7ef;
    background: #071d35;
}

.premix-about-proof-row div {
    padding: 24px 18px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.14);
}

.premix-about-proof-row div:last-child {
    border-right: 0;
}

.premix-about-proof-row strong {
    display: inline-block;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
}

.premix-about-proof-row em {
    display: inline-block;
    margin-left: 2px;
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    vertical-align: top;
}

.premix-about-proof-row span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.76);
    font-weight: 700;
}

.premix-kicker,
.premix-section-heading span {
    display: inline-block;
    margin-bottom: 14px;
    color: #1f5afd;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.premix-about-copy h2,
.premix-section-heading h2,
.premix-capability-content h2,
.premix-identity-grid h2,
.premix-quality-intro h2,
.premix-values-grid h2,
.premix-cta-box h2 {
    margin: 0 0 22px;
    color: #071d35;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.12;
    font-weight: 800;
}

.premix-about-copy p,
.premix-rich-text,
.premix-capability-content p,
.premix-identity-grid p,
.premix-quality-intro p,
.premix-values-grid p,
.premix-strength-card p,
.premix-value-card p {
    color: #26394f;
    font-size: 16px;
    line-height: 1.8;
}

.premix-about-media,
.premix-capability-image {
    background: #f4f7fb;
    border: 1px solid #dfe7ef;
    padding: 22px;
}

.premix-about-media img,
.premix-capability-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.premix-about-media:hover img,
.premix-capability-image:hover img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.03);
}

.premix-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.premix-blue-btn,
.premix-outline-btn,
.premix-cta-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.premix-blue-btn,
.premix-cta-box a {
    background: #1f5afd;
    color: #ffffff !important;
}

.premix-outline-btn {
    border: 1px solid #1f5afd;
    color: #1f5afd !important;
    background: #ffffff;
}

.premix-blue-btn:hover,
.premix-cta-box a:hover,
.premix-outline-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(31, 90, 253, .18);
}

.premix-about-strengths,
.premix-about-industries {
    background: #f5f8fb;
}

.premix-about-identity {
    padding: 76px 0;
    background: #071d35;
}

.premix-identity-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 60px;
    align-items: start;
}

.premix-identity-grid h2,
.premix-identity-grid p {
    color: #ffffff;
}

.premix-identity-grid p {
    color: rgba(255,255,255,.78);
}

.premix-section-heading {
    max-width: 840px;
    margin: 0 auto 36px;
    text-align: center;
}

.premix-strength-grid,
.premix-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.premix-strength-card,
.premix-value-card,
.premix-stat-card {
    background: #ffffff;
    border: 1px solid #dfe7ef;
    padding: 30px;
    box-shadow: 0 16px 36px rgba(9, 28, 52, .06);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.premix-strength-card:hover,
.premix-value-card:hover {
    transform: translateY(-8px);
    border-color: #b8ccff;
    box-shadow: 0 26px 56px rgba(9, 28, 52, .12);
}

.premix-strength-card h3,
.premix-value-card h3 {
    margin: 0 0 14px;
    color: #071d35;
    font-size: 22px;
    font-weight: 800;
}

.premix-strength-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.premix-strength-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    background: #1f5afd;
    color: #ffffff;
    font-weight: 800;
}

.premix-strength-card a {
    margin-top: auto;
    color: #1f5afd !important;
    font-weight: 800;
    text-decoration: none !important;
}

.premix-about-manufactures {
    background: #ffffff;
}

.premix-about-manufactures .premix-section-heading {
    max-width: 980px;
}

.premix-about-manufactures .premix-section-heading p {
    max-width: 860px;
    margin: 14px auto 0;
    color: #4a5f73;
    font-size: 18px;
    line-height: 1.75;
}

.premix-manufacture-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.premix-manufacture-tabs {
    display: grid;
    align-content: start;
    overflow: hidden;
    border: 1px solid #dce6ef;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(8, 35, 61, .08);
}

.premix-manufacture-tabs button {
    width: 100%;
    min-height: 74px;
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid #dce6ef;
    background: #ffffff;
    color: #071d35;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    transition: all .25s ease;
}

.premix-manufacture-tabs button:last-child {
    border-bottom: 0;
}

.premix-manufacture-tabs button:hover,
.premix-manufacture-tabs button.active {
    background: #1f5afd;
    color: #ffffff;
}

.premix-manufacture-panel {
    display: none;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 34px;
    min-height: 545px;
    padding: 38px;
    border: 1px solid #dce6ef;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
    box-shadow: 0 18px 48px rgba(8, 35, 61, .08);
}

.premix-manufacture-panel.active {
    display: grid;
}

.premix-manufacture-copy h3 {
    margin: 10px 0 16px;
    color: #071d35;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.18;
    font-weight: 800;
}

.premix-manufacture-copy p {
    color: #2b3d50;
    font-size: 17px;
    line-height: 1.8;
}

.premix-manufacture-copy ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.premix-manufacture-copy li {
    position: relative;
    padding-left: 28px;
    color: #25384a;
    font-size: 15px;
    line-height: 1.65;
}

.premix-manufacture-copy li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1f5afd;
    font-family: "FontAwesome";
    font-size: 14px;
}

.premix-manufacture-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}

.premix-manufacture-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #d8e4ef;
    border-radius: 999px;
    background: #ffffff;
    color: #071d35 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.premix-manufacture-tags a:hover {
    border-color: #1f5afd;
    background: #1f5afd;
    color: #ffffff !important;
}

.premix-manufacture-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
    background: #ffffff;
}

.premix-manufacture-media::before {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px dashed rgba(31, 90, 253, .24);
}

.premix-manufacture-media img {
    position: relative;
    z-index: 1;
    width: 92%;
    max-height: 400px;
    object-fit: contain;
    transition: transform .32s ease;
}

.premix-manufacture-panel:hover .premix-manufacture-media img {
    transform: scale(1.04);
}

.premix-about-process {
    background: #ffffff;
}

.premix-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #dfe7ef;
}

.premix-process-grid div {
    position: relative;
    padding: 30px 24px;
    border-right: 1px solid #dfe7ef;
    background: #ffffff;
    transition: background .25s ease, transform .25s ease;
}

.premix-process-grid div::after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: 0;
    width: 58px;
    height: 4px;
    background: #1f5afd;
    transform: scaleX(.35);
    transform-origin: left;
    transition: transform .25s ease;
}

.premix-process-grid div:hover {
    background: #f6f9ff;
    transform: translateY(-4px);
}

.premix-process-grid div:hover::after {
    transform: scaleX(1);
}

.premix-process-grid div:last-child {
    border-right: 0;
}

.premix-process-grid strong {
    display: block;
    margin-bottom: 18px;
    color: #1f5afd;
    font-size: 24px;
}

.premix-process-grid h3 {
    margin: 0 0 12px;
    color: #071d35;
    font-size: 21px;
    font-weight: 800;
}

.premix-process-grid p {
    margin: 0;
    color: #33465c;
    line-height: 1.7;
}

.premix-about-capability-v2 {
    background: linear-gradient(90deg, #f5f8fb 0%, #ffffff 100%);
}

.premix-check-list {
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
}

.premix-check-list li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 30px;
    color: #26394f;
    font-size: 16px;
    line-height: 1.7;
}

.premix-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    background: #1f5afd;
}

.premix-capability-bars {
    margin-top: 30px;
}

.premix-capability-bars div {
    margin-bottom: 18px;
}

.premix-capability-bars span {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 8px;
    color: #071d35;
    font-weight: 800;
}

.premix-capability-bars em {
    color: #1f5afd;
    font-style: normal;
}

.premix-capability-bars i {
    display: block;
    height: 10px;
    background: linear-gradient(90deg, #1f5afd var(--bar), #e4ecf4 var(--bar));
}

.premix-about-stats {
    padding: 54px 0;
    background: #071d35;
}

.premix-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premix-stat-card {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.16);
    box-shadow: none;
    text-align: center;
}

.premix-stat-card strong {
    display: block;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 12px;
}

.premix-stat-card span {
    color: rgba(255,255,255,.82);
    font-weight: 700;
}

.premix-about-quality {
    background: #ffffff;
}

.premix-quality-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 44px;
    align-items: start;
}

.premix-quality-table {
    border: 1px solid #dfe7ef;
    background: #ffffff;
}

.premix-quality-table div {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid #dfe7ef;
}

.premix-quality-table div:last-child {
    border-bottom: 0;
}

.premix-quality-table strong {
    color: #071d35;
    font-weight: 800;
}

.premix-quality-table span {
    color: #33465c;
    line-height: 1.7;
}

.premix-industry-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #d9e3ec;
    background: #ffffff;
}

.premix-industry-list a {
    padding: 18px 20px;
    color: #071d35 !important;
    border-right: 1px solid #d9e3ec;
    border-bottom: 1px solid #d9e3ec;
    font-weight: 800;
    text-decoration: none !important;
}

.premix-industry-list a:hover {
    color: #1f5afd !important;
    background: #f2f7ff;
}

.premix-photo-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.premix-photo-strip img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 1px solid #d9e3ec;
    background: #ffffff;
    transition: transform .45s ease, filter .45s ease;
}

.premix-photo-strip img:hover {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.03);
}

.premix-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.premix-about-values-v2 {
    background: #f5f8fb;
}

.premix-about-cta {
    padding-top: 0;
}

.premix-cta-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    background: #071d35;
    padding: 38px 44px;
    overflow: hidden;
}

.premix-cta-box::after {
    content: "";
    position: absolute;
    right: 34px;
    top: 50%;
    width: 150px;
    height: 150px;
    border: 24px solid rgba(255,255,255,.08);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.premix-cta-box span {
    display: block;
    color: #7fb4ff;
    font-weight: 800;
    margin-bottom: 8px;
}

.premix-cta-box h2 {
    color: #ffffff;
    font-size: clamp(24px, 2.5vw, 36px);
    margin: 0;
}

@media (max-width: 991px) {
    .premix-about-hero-card,
    .premix-identity-grid,
    .premix-quality-grid,
    .premix-about-grid,
    .premix-capability-grid,
    .premix-values-grid,
    .premix-strength-grid,
    .premix-stat-grid,
    .premix-industry-list,
    .premix-process-grid,
    .premix-about-proof-row,
    .premix-photo-strip,
    .premix-manufacture-layout,
    .premix-manufacture-panel {
        grid-template-columns: 1fr;
    }
    .premix-manufacture-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .premix-manufacture-tabs button:nth-child(2) {
        border-right: 0;
    }
    .premix-manufacture-tabs button {
        min-height: 64px;
        border-right: 1px solid #dce6ef;
    }
    .premix-manufacture-panel {
        min-height: auto;
    }
    .premix-about-hero-card {
        padding: 24px;
    }
    .premix-process-grid div,
    .premix-about-proof-row div {
        border-right: 0;
        border-bottom: 1px solid #dfe7ef;
    }
    .premix-quality-table div {
        grid-template-columns: 1fr;
    }
    .premix-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .premix-manufacture-tabs {
        grid-template-columns: 1fr;
    }
    .premix-manufacture-tabs button {
        border-right: 0;
    }
    .premix-manufacture-panel {
        padding: 24px;
    }
    .premix-manufacture-media {
        min-height: 260px;
    }
}

.site-header .siteNavBar ul li ul li ul {
    top: 0;
    left: calc(100% + 10px);
    border-radius: 18px;
    background: linear-gradient(180deg, #fefefe 0%, #eef5f9 100%);
}

.site-header .siteNavBar ul li.leftMenu ul li ul,
.site-header .siteNavBar ul li ul li.leftMenu ul {
    left: auto;
    right: calc(100% + 10px);
}

.site-header .siteNavBar ul li ul li ul li a {
    font-size: 13px;
    color: #23425a;
}

.site-header .siteNavBar ul li ul li ul li a:hover {
    color: #005197;
}

.site-header .siteNavBar ul li ul li:first-child > a {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.site-header .siteNavBar ul li ul li:last-child > a {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Stable nested product menu: prevents hover flicker/vibration near arrows. */
.site-header.header-style-10 .siteNavBar ul li ul,
.site-header.header-style-10 .siteNavBar ul li ul li ul,
.site-header.header-style-10 .siteNavBar > ul > li > ul > li > ul,
.site-header.header-style-10 .siteNavBar > ul > li > ul > li > ul > li > ul {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    max-height: none !important;
    overflow: visible !important;
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.site-header.header-style-10 .siteNavBar > ul > li > ul {
    top: 100% !important;
    left: 0 !important;
    width: 310px !important;
    min-width: 310px !important;
    max-width: 310px !important;
}

.site-header.header-style-10 .siteNavBar ul li:hover > ul {
    display: block !important;
}

.site-header.header-style-10 .siteNavBar ul li.hasMenu {
    position: relative !important;
}

.site-header.header-style-10 .siteNavBar ul li.hasMenu > a {
    padding-right: 34px !important;
}

.site-header.header-style-10 .siteNavBar ul li.hasMenu > a::after {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
}

.site-header.header-style-10 .siteNavBar ul li ul li,
.site-header.header-style-10 .siteNavBar ul li ul li a {
    transform: none !important;
    transition: background-color .12s ease, color .12s ease !important;
    box-sizing: border-box;
}

/* Contact page enhancement */
.contact-section-main .container {
    max-width: 1220px;
}

.contact-section-main .row {
    justify-content: center;
}

.contact-section-main .inner-column {
    height: 100%;
}

.contact-section-main .info-column .inner-column,
.contact-section-main .form-column .inner-column {
    background: #ffffff;
    border: 1px solid #e3edf5;
    box-shadow: 0 18px 45px rgba(8, 35, 61, 0.08);
    padding: 34px;
}

.contact-section-main .title-box h3 {
    color: #071d35;
    font-size: 30px;
    font-weight: 850;
    margin-bottom: 10px;
}

.contact-section-main .title-text {
    color: #53677c;
    line-height: 1.7;
    margin-bottom: 22px;
}

.contact-info-list {
    display: grid;
    gap: 16px;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    position: relative;
    min-height: 62px;
    padding: 16px 16px 16px 68px;
    list-style: none;
    background: #f5f8fc;
    border: 1px solid #e1ebf4;
    color: #31445a;
    line-height: 1.65;
}

.contact-info-list li .icon {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f5afd;
    color: #ffffff;
    border-radius: 4px;
}

.contact-info-list li strong {
    display: block;
    color: #071d35;
    font-weight: 850;
    margin-bottom: 4px;
}

.contact-info-list li a {
    color: #31445a !important;
    text-decoration: none !important;
    font-weight: 650;
}

.contact-info-list li a:hover {
    color: #1f5afd !important;
}

.premix-contact-form-title {
    text-align: center;
    margin-bottom: 24px;
}

.premix-contact-form-title span {
    display: inline-block;
    color: #1f5afd;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px;
}

.premix-contact-form-title h2 {
    color: #071d35;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 850;
    margin: 0 0 10px;
}

.premix-contact-form-title p {
    max-width: 680px;
    margin: 0 auto;
    color: #53677c;
    line-height: 1.7;
}

.contact-form .form3 .form-control,
.contact-form .form3 select.form-control {
    min-height: 52px;
    border: 1px solid #dce7ef;
    background: #ffffff;
    color: #071d35;
    border-radius: 0;
    box-shadow: none;
}

.contact-form .form3 textarea.form-control {
    min-height: 112px;
}

.contact-form .form3 .submitbutton {
    width: 100%;
    min-height: 56px;
    background: #1f5afd !important;
    color: #ffffff !important;
    border: 0 !important;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.map iframe {
    display: block;
}

.site-header .mobMenu {
    display: none;
}

.premix-testimonial-strip {
    background: #f4f7fb;
    padding: 72px 0;
    overflow: hidden;
}

.premix-testimonial-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.premix-testimonial-heading {
    text-align: center;
    margin-bottom: 34px;
}

.premix-testimonial-heading span {
    display: inline-block;
    color: #1f5afd;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.premix-testimonial-heading h2 {
    margin: 0;
    color: #071526;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.premix-testimonial-slider {
    overflow: hidden;
}

.premix-testimonial-track {
    display: flex;
    gap: 24px;
    will-change: transform;
}

.premix-testimonial-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-height: 255px;
    background: #ffffff;
    border: 1px solid #dce3ed;
    box-shadow: 0 18px 45px rgba(7, 21, 38, 0.07);
    padding: 28px;
}

.premix-review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.premix-google-badge {
    display: inline-flex;
    align-items: center;
    background: #eef4ff;
    color: #1f5afd;
    font-size: 13px;
    font-weight: 800;
    padding: 7px 11px;
}

.premix-stars {
    color: #f6b700;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.premix-testimonial-card p {
    margin: 0 0 20px;
    color: #263344;
    font-size: 16px;
    line-height: 1.75;
}

.premix-review-author {
    color: #071526;
    font-size: 15px;
    font-weight: 800;
}

.product-footer {
    background: #121d2d;
    color: rgba(255, 255, 255, 0.86);
}

.product-footer .container {
    max-width: 100%;
    padding: 0;
}

.product-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
    gap: 0;
    max-width: 1320px;
    margin: 0 auto;
    padding: 64px 24px;
    border-bottom: 0;
}

.product-footer-brand img {
    max-width: 225px;
    margin-bottom: 24px;
}

.product-footer-brand p,
.product-footer-col p {
    margin: 0;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.product-footer-title {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    padding-bottom: 18px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.18);
}

.product-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-footer-list li {
    margin-bottom: 12px;
}

.product-footer-list a,
.product-footer-contact a {
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none !important;
}

.product-footer-list a {
    font-size: 18px;
}

.product-footer-list a:hover,
.product-footer-contact a:hover {
    color: #1f5afd !important;
}

.product-footer-contact {
    display: grid;
    gap: 18px;
}

.product-footer-contact-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
}

.product-footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #1f5afd;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
}

.product-footer-contact-item p {
    padding-top: 2px;
}

.product-footer-brand,
.product-footer-col {
    padding: 0 34px;
}

.product-footer-brand {
    text-align: center;
    background: #1c2638;
    padding-top: 38px;
    padding-bottom: 38px;
}

.product-footer-social {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-footer-social a {
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: #1f5afd;
    color: #ffffff !important;
    font-size: 22px;
    text-decoration: none !important;
}

.product-footer-social a:hover {
    background: #ffffff;
    color: #1f5afd !important;
}

.product-footer-x-logo {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.product-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 28px 24px;
    background: #1f5afd;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    text-align: center;
}

.product-footer-bottom a {
    color: #ffffff !important;
}

.product-footer-resource {
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
    opacity: 0.62;
}

.product-footer-resource a {
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none !important;
}

.product-footer-resource a:hover {
    color: #ffffff !important;
}

.premix-glossary-page {
    background: #ffffff;
}

.premix-glossary-hero {
    padding: 78px 0 46px;
    background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
    text-align: center;
}

.premix-glossary-hero h2 {
    max-width: 980px;
    margin: 0 auto 18px;
    color: #071d35;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 800;
}

.premix-glossary-hero p {
    max-width: 930px;
    margin: 0 auto;
    color: #41556a;
    font-size: 18px;
    line-height: 1.8;
}

.premix-glossary-search {
    max-width: 620px;
    margin: 34px auto 22px;
}

.premix-glossary-search input {
    width: 100%;
    min-height: 56px;
    padding: 12px 18px;
    border: 1px solid #d6e2ee;
    background: #ffffff;
    color: #071d35;
    font-size: 16px;
    box-shadow: 0 18px 42px rgba(8, 35, 61, 0.08);
}

.premix-glossary-search input:focus {
    border-color: #1f5afd;
    outline: 0;
}

.premix-glossary-alpha {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.premix-glossary-alpha a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #d8e4ef;
    background: #ffffff;
    color: #071d35 !important;
    font-weight: 800;
    text-decoration: none !important;
}

.premix-glossary-alpha a:hover {
    border-color: #1f5afd;
    background: #1f5afd;
    color: #ffffff !important;
}

.premix-glossary-content {
    padding: 36px 0 86px;
}

.premix-glossary-legacy {
    display: none;
}

.premix-glossary-detail-index {
    padding: 42px 0;
    background: #ffffff;
}

.premix-glossary-detail-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.premix-glossary-detail-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid #d8e4ef;
    border-radius: 999px;
    background: #f8fbff;
    color: #071d35 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.premix-glossary-detail-links a:hover {
    border-color: #1f5afd;
    background: #1f5afd;
    color: #ffffff !important;
}

.premix-glossary-section {
    scroll-margin-top: 180px;
    margin-top: 44px;
}

.premix-glossary-section h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 0 18px;
    background: #071d35;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
}

.premix-glossary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.premix-glossary-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 26px;
    border: 1px solid #dfe7ef;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(8, 35, 61, 0.07);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.premix-glossary-card:hover {
    transform: translateY(-6px);
    border-color: rgba(31, 90, 253, 0.35);
    box-shadow: 0 26px 58px rgba(8, 35, 61, 0.12);
}

.premix-glossary-card h3 {
    margin: 0 0 12px;
    color: #071d35;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.premix-glossary-card p {
    margin: 0 0 18px;
    color: #34495f;
    font-size: 15px;
    line-height: 1.78;
}

.premix-glossary-card a {
    margin-top: 10px;
    color: #1f5afd !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.premix-glossary-card a:first-of-type {
    margin-top: auto;
}

.premix-glossary-formula {
    display: inline-flex;
    align-self: flex-start;
    margin: 0 0 16px;
    padding: 8px 12px;
    border: 1px solid #d7e4f2;
    background: #f6f9fd;
    color: #071d35;
    font-size: 13px;
    font-weight: 800;
}

.premix-glossary-card a:hover {
    color: #071d35 !important;
}

.premix-glossary-card.is-hidden {
    display: none;
}

.premix-glossary-detail {
    background: #ffffff;
}

.premix-term-hero {
    padding: 76px 0;
    background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 100%);
}

.premix-term-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: stretch;
}

.premix-term-grid h2 {
    margin: 0 0 18px;
    color: #071d35;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 800;
}

.premix-term-grid p {
    max-width: 850px;
    margin: 0 0 28px;
    color: #34495f;
    font-size: 19px;
    line-height: 1.75;
}

.premix-term-back {
    display: inline-flex;
    margin-bottom: 18px;
    color: #1f5afd !important;
    font-weight: 800;
    text-decoration: none !important;
}

.premix-term-back::before {
    content: "\f104";
    margin-right: 8px;
    font-family: "FontAwesome";
}

.premix-term-card {
    padding: 30px;
    background: #071d35;
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(8, 35, 61, 0.16);
}

.premix-term-card strong,
.premix-term-card span {
    display: block;
}

.premix-term-card strong {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premix-term-card a {
    display: block;
    margin-bottom: 18px;
    color: #ffffff !important;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none !important;
}

.premix-term-card span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.75;
}

.premix-term-body {
    padding: 76px 0 90px;
}

.premix-term-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
    align-items: start;
}

.premix-term-content article {
    padding: 42px;
    border: 1px solid #dfe7ef;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(8, 35, 61, 0.08);
}

.premix-term-content h2 {
    margin: 0 0 16px;
    color: #071d35;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.premix-term-content p {
    color: #34495f;
    font-size: 16px;
    line-height: 1.85;
}

.premix-term-metric {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0;
}

.premix-term-metric div,
.premix-term-note-grid section {
    border: 1px solid #dfe7ef;
    background: #f8fbff;
    padding: 20px;
}

.premix-term-metric strong,
.premix-term-metric span {
    display: block;
}

.premix-term-metric strong {
    margin-bottom: 8px;
    color: #1f5afd;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premix-term-metric span {
    color: #071d35;
    font-size: 18px;
    font-weight: 800;
}

.premix-term-note-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 30px;
}

.premix-term-note-grid h2 {
    font-size: 22px;
}

.premix-term-content ul {
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.premix-term-content li {
    position: relative;
    padding-left: 28px;
    color: #25384a;
    font-size: 16px;
    line-height: 1.7;
}

.premix-term-content li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1f5afd;
    font-family: "FontAwesome";
}

.premix-term-faq {
    display: grid;
    gap: 12px;
}

.premix-term-faq details {
    border: 1px solid #dfe7ef;
    background: #f8fbff;
    padding: 18px 20px;
}

.premix-term-faq summary {
    color: #071d35;
    font-weight: 800;
    cursor: pointer;
}

.premix-term-faq p {
    margin: 14px 0 0;
}

.premix-term-sidebar {
    position: sticky;
    top: 150px;
    display: grid;
    gap: 10px;
    padding: 28px;
    border: 1px solid #dfe7ef;
    background: #f5f8fb;
}

.premix-term-sidebar h3 {
    margin: 0 0 12px;
    color: #071d35;
    font-size: 24px;
    font-weight: 800;
}

.premix-term-sidebar a {
    display: block;
    padding: 12px 14px;
    background: #ffffff;
    color: #071d35 !important;
    font-weight: 700;
    text-decoration: none !important;
}

.premix-term-sidebar a:hover {
    background: #1f5afd;
    color: #ffffff !important;
}

.premix-gallery-intro {
    padding: 76px 0 34px;
    background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
    text-align: center;
}

.premix-gallery-intro h2 {
    margin: 8px 0 14px;
    color: #071d35;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.1;
    font-weight: 800;
}

.premix-gallery-intro p {
    max-width: 820px;
    margin: 0 auto;
    color: #41556a;
    font-size: 18px;
    line-height: 1.8;
}

.premix-gallery-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.premix-gallery-filter button {
    min-height: 46px;
    padding: 10px 20px;
    border: 1px solid #d7e3ef;
    background: #ffffff;
    color: #071d35;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.premix-gallery-filter button:hover,
.premix-gallery-filter button.active {
    border-color: #1f5afd;
    background: #1f5afd;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(31, 90, 253, 0.18);
}

.premix-gallery-section {
    padding: 38px 0 78px;
    background: #ffffff;
}

.premix-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.premix-gallery-card {
    position: relative;
    display: block;
    min-height: 285px;
    overflow: hidden;
    border: 1px solid #e1e8ef;
    background: #f4f7fb;
    text-decoration: none !important;
    box-shadow: 0 18px 42px rgba(8, 35, 61, 0.08);
    cursor: default;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.premix-gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 29, 53, 0) 35%, rgba(7, 29, 53, 0.82) 100%);
    opacity: 0.88;
    transition: opacity 0.28s ease;
}

.premix-gallery-card::after {
    display: none;
    content: none;
}

.premix-gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 285px;
    object-fit: contain;
    padding: 28px;
    background: #ffffff;
    transition: transform 0.35s ease;
}

.premix-gallery-card span,
.premix-gallery-card h3 {
    position: absolute;
    left: 24px;
    right: 24px;
    z-index: 2;
    color: #ffffff;
}

.premix-gallery-card span {
    bottom: 68px;
    color: #8fc0ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premix-gallery-card h3 {
    bottom: 24px;
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.premix-gallery-card:hover {
    transform: translateY(-8px);
    border-color: rgba(31, 90, 253, 0.35);
    box-shadow: 0 26px 60px rgba(8, 35, 61, 0.16);
}

.premix-gallery-card:hover img {
    transform: scale(1.045);
}

.premix-gallery-card:hover::before {
    opacity: 1;
}

.premix-gallery-large {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 592px;
}

.premix-gallery-large img {
    min-height: 592px;
}

.premix-gallery-wide {
    grid-column: span 2;
}

.premix-gallery-card.is-hidden {
    display: none;
}

body.premix-gallery-open {
    overflow: hidden;
}

.premix-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background: rgba(7, 29, 53, 0.88);
}

.premix-gallery-lightbox.is-open {
    display: flex;
}

.premix-gallery-lightbox-panel {
    width: min(980px, 94vw);
    max-height: 88vh;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.premix-gallery-lightbox-panel img {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
    background: #f5f8fb;
}

.premix-gallery-lightbox-panel h3 {
    margin: 18px 0 0;
    color: #071d35;
    font-size: 24px;
    font-weight: 800;
}

.premix-gallery-lightbox-close {
    position: fixed;
    top: 22px;
    right: 28px;
    z-index: 1000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #1f5afd;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.premix-gallery-lightbox-close:hover {
    background: #ffffff;
    color: #1f5afd;
}

.premix-gallery-cta {
    padding: 0 0 82px;
    background: #ffffff;
}

.premix-gallery-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 40px;
    background: #071d35;
    color: #ffffff;
}

.premix-gallery-cta-box h2 {
    margin: 6px 0 0;
    color: #ffffff;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
}

.premix-gallery-cta-box a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: #1f5afd;
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.premix-gallery-cta-box a:hover {
    background: #ffffff;
    color: #1f5afd !important;
}

@media (max-width: 1199px) {
    .premix-testimonial-card {
        flex-basis: calc((100% - 24px) / 2);
    }
    .product-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .premix-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .premix-glossary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .premix-term-grid,
    .premix-term-content {
        grid-template-columns: 1fr;
    }
    .premix-term-metric,
    .premix-term-note-grid {
        grid-template-columns: 1fr;
    }
    .premix-term-sidebar {
        position: static;
    }
    .premix-gallery-large {
        grid-column: span 2;
    }
}

@media (max-width: 991px) {
    .product-topbar {
        display: none;
    }
    .product-nav-row {
        flex-wrap: wrap;
    }
    .site-header .site-navigation {
        width: 100%;
        padding-left: 0;
        order: 3;
    }
    .site-header .mobMenu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: rgba(0, 81, 151, 0.08);
    }
    .site-header .siteNavBar {
        display: none !important;
        margin-top: 16px;
        padding: 16px;
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid #e2ebf1;
        box-shadow: 0 16px 40px rgba(8, 35, 61, 0.08);
    }
    .site-header .siteNavBar > ul {
        flex-direction: column;
        align-items: stretch;
    }
    .site-header .siteNavBar ul li ul,
    .site-header .siteNavBar ul li ul li ul {
        position: static !important;
        left: auto !important;
        right: auto !important;
        min-width: 100%;
        margin: 8px 0 0;
        box-shadow: none;
        border-radius: 14px;
        border: 1px solid #e6eef4;
        background: #f7fbfd;
    }
    .site-header .siteNavBar > ul > li > a {
        justify-content: space-between;
        border-radius: 14px;
    }
    .site-header .siteNavBar ul li ul li a {
        padding: 10px 14px;
        font-size: 13px;
    }
    .product-nav-contact {
        display: none;
    }
    .product-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .premix-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .premix-gallery-large,
    .premix-gallery-wide {
        grid-column: span 2;
    }
    .premix-gallery-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .premix-testimonial-strip {
        padding: 48px 0;
    }
    .premix-testimonial-heading h2 {
        font-size: 26px;
    }
    .premix-testimonial-card {
        flex-basis: 86%;
        padding: 22px;
    }
    .premix-review-top {
        align-items: flex-start;
        flex-direction: column;
    }
    .product-footer-grid {
        grid-template-columns: 1fr;
    }
    .product-footer-social {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }
    .premix-gallery-intro {
        padding: 52px 0 26px;
    }
    .home-seo-intro {
        padding: 38px 0 22px;
    }
    .home-seo-intro-box {
        padding: 26px 22px;
    }
    .home-seo-intro h1 {
        font-size: 28px;
    }
    .premix-glossary-hero {
        padding: 52px 0 32px;
    }
    .premix-glossary-grid {
        grid-template-columns: 1fr;
    }
    .premix-term-hero,
    .premix-term-body {
        padding: 52px 0;
    }
    .premix-term-content article,
    .premix-term-card,
    .premix-term-sidebar {
        padding: 24px;
    }
    .premix-gallery-grid {
        grid-template-columns: 1fr;
    }
    .premix-gallery-card,
    .premix-gallery-large,
    .premix-gallery-wide {
        grid-column: span 1;
        min-height: 340px;
    }
    .premix-gallery-card img,
    .premix-gallery-large img {
        min-height: 340px;
    }
    .premix-gallery-cta-box {
        padding: 28px 22px;
    }
    .premix-gallery-lightbox {
        padding: 16px;
    }
    .premix-gallery-lightbox-panel {
        padding: 14px;
    }
    .premix-gallery-lightbox-panel h3 {
        font-size: 20px;
    }
}

/* Keep product sliders underneath the sticky site header while scrolling. */
.site-header,
.site-header-menu,
.site-header-menu.sticky-header,
header.site-header,
.pbmit-header-overlay {
    position: relative;
    z-index: 1000000 !important;
}

.sticky-header,
.pt-header,
.main-header,
.header-area {
    z-index: 1000000 !important;
}

.shop-details,
.product-details-content,
#carousel-custom,
.carousel,
.carousel-outer,
.carousel-inner,
.carousel-item,
.carousel-control,
.carousel-control-prev,
.carousel-control-next,
.meartlab {
    z-index: 1 !important;
}

/* Product content typography normalization across static product pages. */
.product-discription,
.cproductDisc {
    color: #4f5661;
    font-size: 18px;
    line-height: 1.72;
}

.product-tail-content {
    width: min(1586px, calc(100% - 32px));
    margin: 34px auto 0;
}

.product-discription p,
.cproductDisc p {
    color: #4f5661;
    font-size: 18px;
    line-height: 1.72;
    margin-bottom: 18px;
}

.product-discription h1,
.product-discription h2,
.product-discription h3,
.product-discription h4,
.product-discription h5,
.product-discription h6,
.cproductDisc h1,
.cproductDisc h2,
.cproductDisc h3,
.cproductDisc h4,
.cproductDisc h5,
.cproductDisc h6 {
    color: #111827;
    font-weight: 700;
    line-height: 1.32;
    margin-top: 34px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 16px;
}

.product-discription h3,
.cproductDisc h3 {
    font-size: 28px;
}

.product-discription h2::before,
.product-discription h3::before,
.cproductDisc h2::before,
.cproductDisc h3::before,
.shop-details > h2::before,
.shop-details > h3::before,
.shop-details > .container > h2::before,
.shop-details > .container > h3::before,
body > h2::before,
body > h3::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 52px !important;
    height: 4px !important;
    border: 0 !important;
    background: #1f1f1f !important;
    animation: none !important;
}

.product-discription h2::after,
.product-discription h3::after,
.cproductDisc h2::after,
.cproductDisc h3::after,
.shop-details > h2::after,
.shop-details > h3::after,
.shop-details > .container > h2::after,
.shop-details > .container > h3::after,
body > h2::after,
body > h3::after {
    content: "" !important;
    position: absolute !important;
    left: 72px !important;
    bottom: 0 !important;
    width: 92px !important;
    height: 4px !important;
    background: #1f5afd !important;
}

.shop-details > h2,
.shop-details > h3,
.shop-details > .container > h2,
.shop-details > .container > h3,
body > h2,
body > h3 {
    width: min(1586px, calc(100% - 32px));
    color: #111827;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.32;
    margin: 34px auto 24px;
    position: relative;
    padding-bottom: 16px;
}

.shop-details > p,
.shop-details > ul,
.shop-details > ol,
.shop-details > .container > p,
.shop-details > .container > ul,
.shop-details > .container > ol,
body > p,
body > ul,
body > ol {
    width: min(1586px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
    color: #4f5661;
    font-size: 18px;
    line-height: 1.72;
}

.shop-details > ul,
.shop-details > ol,
.shop-details > .container > ul,
.shop-details > .container > ol,
body > ul,
body > ol {
    padding-left: 24px;
    margin-bottom: 22px;
}

.shop-details > ul li,
.shop-details > .container > ul li,
body > ul li {
    list-style-type: disc;
}

.shop-details > ol li,
.shop-details > .container > ol li,
body > ol li {
    list-style-type: decimal;
}

.shop-details > ul li,
.shop-details > ol li,
.shop-details > .container > ul li,
.shop-details > .container > ol li,
body > ul li,
body > ol li {
    color: #4f5661;
    font-size: 18px;
    line-height: 1.68;
    margin-bottom: 8px;
}

.product-discription h1:empty,
.product-discription h2:empty,
.product-discription h3:empty,
.product-discription h4:empty,
.product-discription h5:empty,
.product-discription h6:empty,
.cproductDisc h1:empty,
.cproductDisc h2:empty,
.cproductDisc h3:empty,
.cproductDisc h4:empty,
.cproductDisc h5:empty,
.cproductDisc h6:empty {
    display: none !important;
}

.product-discription ul,
.product-discription ol,
.cproductDisc ul,
.cproductDisc ol {
    margin: 0 0 22px 22px;
    padding-left: 18px;
}

.product-discription ul li,
.cproductDisc ul li {
    list-style-type: disc;
}

.product-discription ol li,
.cproductDisc ol li {
    list-style-type: decimal;
}

.product-discription li,
.cproductDisc li {
    color: #4f5661;
    font-size: 18px;
    line-height: 1.68;
    margin: 0 0 8px;
}

.product-discription table,
.cproductDisc table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0 30px;
    font-size: 16px;
    border: 1px solid #c8d3e2 !important;
    box-shadow: 0 14px 34px rgba(15, 35, 65, 0.08);
}

.product-discription table th,
.product-discription table td,
.cproductDisc table th,
.cproductDisc table td {
    border: 1px solid #c8d3e2 !important;
    padding: 14px 16px !important;
    vertical-align: top !important;
}

.product-discription table th,
.cproductDisc table th,
.product-discription table tr:first-child td,
.cproductDisc table tr:first-child td {
    color: #ffffff !important;
    font-weight: 800;
    background: #0b4fa8 !important;
}

.product-discription table tr:nth-child(even) td,
.cproductDisc table tr:nth-child(even) td {
    background: #f4f8ff;
}

.product-discription table tr:nth-child(odd):not(:first-child) td,
.cproductDisc table tr:nth-child(odd):not(:first-child) td {
    background: #ffffff;
}

.product-discription table td,
.cproductDisc table td {
    color: #111827;
    font-weight: 600;
}

.product-discription table p,
.cproductDisc table p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: inherit;
}

@media (max-width: 767px) {
    .product-discription,
    .cproductDisc,
    .product-discription p,
    .cproductDisc p,
    .product-discription li,
    .cproductDisc li {
        font-size: 16px;
    }

    .product-discription h3,
    .cproductDisc h3,
    .shop-details > h2,
    .shop-details > h3,
    .shop-details > .container > h2,
    .shop-details > .container > h3,
    body > h2,
    body > h3 {
        font-size: 23px;
    }

    .shop-details > p,
    .shop-details > ul,
    .shop-details > ol,
    .shop-details > .container > p,
    .shop-details > .container > ul,
    .shop-details > .container > ol,
    .shop-details > ul li,
    .shop-details > ol li,
    .shop-details > .container > ul li,
    .shop-details > .container > ol li,
    body > p,
    body > ul,
    body > ol,
    body > ul li,
    body > ol li {
        font-size: 16px;
    }
}
