.elementor-1510 .elementor-element.elementor-element-adbe97a{--display:flex;}.elementor-1510 .elementor-element.elementor-element-864af10{--display:flex;}.elementor-1510 .elementor-element.elementor-element-ac16230{--display:flex;}.elementor-1510 .elementor-element.elementor-element-92fb5ed{--display:flex;}/* Start custom CSS for html, class: .elementor-element-14cd29a */.mim-product-hero{
    max-width:1450px;
    margin:auto;
    padding:80px 20px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
    font-family:'Inter',sans-serif;
}

.mim-product-gallery{
    position:relative;
}

.mim-main-image{
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:35px;
    box-shadow:0 20px 45px rgba(0,0,0,.06);
}

.mim-main-image img{
    width:100%;
    display:block;
    transition:.4s;
}

.mim-main-image:hover img{
    transform:scale(1.04);
}

.mim-thumbnails{
    display:flex;
    gap:15px;
    margin-top:20px;
}

.thumb{
    width:90px;
    height:90px;
    border-radius:12px;
    border:1px solid #e6e6e6;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.3s;
}

.thumb img{
    width:75%;
}

.thumb:hover,
.thumb.active{
    border-color:#f58220;
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.mim-category{
    display:inline-block;
    background:#fff5eb;
    color:#f58220;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.mim-product-content h1{
    font-family:'Roboto',sans-serif;
    font-size:46px;
    line-height:1.2;
    color:#18212d;
    margin-bottom:25px;
}

.mim-short-description{
    color:#697586;
    font-size:17px;
    line-height:1.8;
    margin-bottom:30px;
}

.mim-badges{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.mim-badges span{
    padding:10px 18px;
    border-radius:50px;
    background:#f7f8fa;
    border:1px solid #ececec;
    font-size:14px;
    font-weight:600;
}

.mim-spec-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:40px;
}

.mim-spec-grid div{
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    padding:18px;
}

.mim-spec-grid strong{
    display:block;
    color:#18212d;
    margin-bottom:6px;
    font-family:'Roboto',sans-serif;
}

.mim-spec-grid span{
    color:#6d7682;
    font-size:15px;
}

.mim-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    text-decoration:none;
    padding:16px 34px;
    border-radius:8px;
    font-weight:600;
    transition:.35s;
    display:inline-block;
}

.btn-primary{
    background:#f58220;
    color:#fff;
}

.btn-primary:hover{
    background:#d86f15;
    transform:translateY(-3px);
}

.btn-secondary{
    border:2px solid #f58220;
    color:#f58220;
    background:#fff;
}

.btn-secondary:hover{
    background:#f58220;
    color:#fff;
}

@media(max-width:991px){

.mim-product-hero{
grid-template-columns:1fr;
gap:50px;
padding:60px 20px;
}

.mim-product-content h1{
font-size:34px;
}

}

@media(max-width:576px){

.mim-spec-grid{
grid-template-columns:1fr;
}

.mim-buttons{
flex-direction:column;
}

.btn-primary,
.btn-secondary{
text-align:center;
}

.mim-thumbnails{
justify-content:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf90394 */.mim-features-section{
    max-width:1450px;
    margin:auto;
    padding:100px 20px;
}

.mim-section-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.mim-subtitle{
    display:inline-block;
    color:#f58220;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:18px;
}

.mim-section-heading h2{
    font-family:Roboto,sans-serif;
    font-size:42px;
    color:#18212d;
    margin-bottom:20px;
    line-height:1.2;
}

.mim-section-heading p{
    color:#6f7884;
    line-height:1.8;
    font-size:17px;
}

.mim-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.mim-feature-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:40px 35px;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.mim-feature-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:#f58220;
    transition:.35s;
}

.mim-feature-card:hover:before{
    height:100%;
}

.mim-feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.feature-number{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff5eb;
    color:#f58220;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    font-size:20px;
    margin-bottom:25px;
}

.mim-feature-card h3{
    font-family:Roboto,sans-serif;
    font-size:24px;
    color:#18212d;
    margin-bottom:15px;
}

.mim-feature-card p{
    color:#6d7682;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:991px){

.mim-feature-grid{
grid-template-columns:repeat(2,1fr);
}

.mim-section-heading h2{
font-size:34px;
}

}

@media(max-width:767px){

.mim-feature-grid{
grid-template-columns:1fr;
}

.mim-features-section{
padding:70px 20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97a6ff4 */.mim-specifications{
    background:#f8f9fb;
    padding:110px 20px;
}

.mim-spec-header{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.mim-section-tag{
    display:inline-block;
    background:#fff5eb;
    color:#f58220;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.mim-spec-header h2{
    font-family:Roboto,sans-serif;
    font-size:42px;
    color:#18212d;
    margin-bottom:18px;
}

.mim-spec-header p{
    color:#6f7884;
    font-size:17px;
    line-height:1.8;
}

.mim-spec-wrapper{
    max-width:1200px;
    margin:auto;
}

.mim-spec-table{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.05);
    border:1px solid #ececec;
}

.spec-row{
    display:grid;
    grid-template-columns:320px 1fr;
    border-bottom:1px solid #ececec;
}

.spec-row:last-child{
    border-bottom:none;
}

.spec-title{
    background:#f7f8fa;
    padding:24px 30px;
    font-family:Roboto,sans-serif;
    font-weight:700;
    color:#18212d;
}

.spec-value{
    padding:24px 30px;
    color:#6b7280;
    line-height:1.7;
}

.spec-row:hover{
    background:#fffaf5;
}

@media(max-width:768px){

.spec-row{
grid-template-columns:1fr;
}

.spec-title{
border-bottom:1px solid #ececec;
}

.mim-spec-header h2{
font-size:34px;
}

.mim-specifications{
padding:80px 20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0b0148 */.mim-description{

    max-width:1450px;
    margin:auto;
    padding:110px 20px;

}

.mim-description-grid{

    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:80px;
    align-items:center;

}

.mim-section-label{

    display:inline-block;
    padding:8px 18px;
    background:#fff5eb;
    color:#f58220;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;

}

.mim-description-content h2{

    font-size:44px;
    font-family:Roboto,sans-serif;
    color:#18212d;
    margin-bottom:25px;
    line-height:1.2;

}

.mim-description-content p{

    color:#6b7280;
    font-size:17px;
    line-height:1.9;
    margin-bottom:22px;

}

.mim-highlight-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:40px;

}

.highlight-item{

    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    padding:18px 20px;
    font-weight:600;
    color:#18212d;
    transition:.35s;

}

.highlight-item span{

    color:#f58220;
    margin-right:10px;
    font-weight:bold;

}

.highlight-item:hover{

    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-color:#f58220;

}

.mim-description-image{

    border-radius:24px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.mim-description-image img{

    width:100%;
    display:block;
    transition:.5s;

}

.mim-description-image:hover img{

    transform:scale(1.05);

}

@media(max-width:991px){

.mim-description-grid{

grid-template-columns:1fr;

}

.mim-description-content h2{

font-size:34px;

}

}

@media(max-width:767px){

.mim-highlight-grid{

grid-template-columns:1fr;

}

.mim-description{

padding:80px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f92acb */.mim-industries{

    padding:110px 20px;
    background:#f8f9fb;

}

.mim-container{

    max-width:1450px;
    margin:auto;

}

.mim-section-title{

    text-align:center;
    max-width:760px;
    margin:auto auto 70px;

}

.mim-section-title span{

    display:inline-block;
    color:#f58220;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:18px;

}

.mim-section-title h2{

    font-family:Roboto,sans-serif;
    font-size:42px;
    color:#18212d;
    margin-bottom:20px;

}

.mim-section-title p{

    color:#6b7280;
    font-size:17px;
    line-height:1.8;

}

.mim-industry-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;

}

.mim-industry-card{

    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.35s;

}

.mim-industry-card:hover{

    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.mim-industry-image{

    overflow:hidden;

}

.mim-industry-image img{

    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;

}

.mim-industry-card:hover img{

    transform:scale(1.08);

}

.mim-industry-content{

    padding:30px;

}

.mim-industry-content h3{

    font-family:Roboto,sans-serif;
    font-size:24px;
    margin-bottom:15px;
    color:#18212d;

}

.mim-industry-content p{

    color:#6b7280;
    line-height:1.8;
    font-size:16px;

}

@media(max-width:991px){

.mim-industry-grid{

grid-template-columns:repeat(2,1fr);

}

.mim-section-title h2{

font-size:34px;

}

}

@media(max-width:767px){

.mim-industry-grid{

grid-template-columns:1fr;

}

.mim-industries{

padding:80px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbcf61e */.mim-certifications{

    padding:110px 20px;
    background:#ffffff;

}

.mim-cert-header{

    max-width:760px;
    margin:auto;
    text-align:center;
    margin-bottom:70px;

}

.mim-cert-header h2{

    font-family:Roboto,sans-serif;
    font-size:42px;
    color:#18212d;
    margin:20px 0;

}

.mim-cert-header p{

    color:#6b7280;
    font-size:17px;
    line-height:1.8;

}

.mim-cert-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-bottom:60px;

}

.mim-cert-card{

    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    transition:.35s;

}

.mim-cert-card:hover{

    transform:translateY(-10px);
    border-color:#f58220;
    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.mim-cert-icon{

    width:80px;
    height:80px;
    margin:auto auto 25px;
    border-radius:50%;
    background:#fff5eb;
    color:#f58220;
    font-size:28px;
    font-weight:700;
    display:flex;
    justify-content:center;
    align-items:center;

}

.mim-cert-card h3{

    font-family:Roboto,sans-serif;
    font-size:24px;
    color:#18212d;
    margin-bottom:15px;

}

.mim-cert-card p{

    color:#6b7280;
    line-height:1.8;

}

.mim-quality-box{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

    background:#0E2A47;
    color:#fff;

    border-radius:20px;
    padding:45px;

}

.quality-item{

    border-left:2px solid rgba(255,255,255,.2);
    padding-left:20px;

}

.quality-item:first-child{

    border:none;
    padding-left:0;

}

.quality-item strong{

    display:block;
    font-family:Roboto,sans-serif;
    font-size:20px;
    margin-bottom:10px;

}

.quality-item span{

    color:rgba(255,255,255,.75);
    line-height:1.7;

}

@media(max-width:991px){

.mim-cert-grid{

grid-template-columns:repeat(2,1fr);

}

.mim-quality-box{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.mim-cert-grid{

grid-template-columns:1fr;

}

.mim-quality-box{

grid-template-columns:1fr;

}

.quality-item{

border:none;
padding-left:0;

}

.mim-cert-header h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e1528f */.mim-oem-section{

    background:#0E2A47;
    padding:120px 20px;
    overflow:hidden;

}

.mim-oem-container{

    max-width:1450px;
    margin:auto;

    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:80px;
    align-items:center;

}

.mim-oem-tag{

    display:inline-block;
    padding:10px 20px;
    border-radius:40px;
    background:rgba(245,130,32,.15);
    color:#f58220;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;

}

.mim-oem-left h2{

    font-size:46px;
    color:#fff;
    line-height:1.2;
    margin-bottom:25px;
    font-family:Roboto,sans-serif;

}

.mim-oem-left p{

    color:rgba(255,255,255,.75);
    font-size:17px;
    line-height:1.9;
    margin-bottom:40px;

}

.mim-oem-features{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:45px;

}

.mim-oem-item{

    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    padding:18px 22px;
    color:#fff;
    font-weight:600;
    transition:.3s;

}

.mim-oem-item:hover{

    background:#f58220;
    transform:translateY(-5px);

}

.mim-oem-buttons{

    display:flex;
    gap:18px;
    flex-wrap:wrap;

}

.mim-btn-orange{

    display:inline-block;
    padding:16px 34px;
    background:#f58220;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:700;
    transition:.3s;

}

.mim-btn-orange:hover{

    background:#d96f12;

}

.mim-btn-outline{

    display:inline-block;
    padding:16px 34px;
    border:2px solid #fff;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:700;
    transition:.3s;

}

.mim-btn-outline:hover{

    background:#fff;
    color:#0E2A47;

}

.mim-oem-right{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;

}

.mim-stat-card{

    background:#fff;
    border-radius:18px;
    padding:40px 30px;
    text-align:center;
    transition:.35s;

}

.mim-stat-card:hover{

    transform:translateY(-8px);

}

.mim-stat-number{

    font-size:42px;
    color:#f58220;
    font-family:Roboto,sans-serif;
    font-weight:700;
    margin-bottom:15px;

}

.mim-stat-title{

    color:#444;
    line-height:1.7;
    font-size:17px;

}

@media(max-width:991px){

.mim-oem-container{

grid-template-columns:1fr;

}

.mim-oem-right{

margin-top:20px;

}

}

@media(max-width:767px){

.mim-oem-features{

grid-template-columns:1fr;

}

.mim-oem-right{

grid-template-columns:1fr;

}

.mim-oem-left h2{

font-size:34px;

}

.mim-oem-buttons{

flex-direction:column;

}

.mim-btn-orange,
.mim-btn-outline{

text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a148989 */.mim-related-products{

    padding:110px 20px;
    background:#f8f9fb;

}

.mim-related-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;

}

.mim-product-card{

    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #ececec;
    transition:.35s;

}

.mim-product-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.mim-product-image{

    position:relative;
    overflow:hidden;
    background:#fff;

}

.mim-product-image img{

    width:100%;
    display:block;
    transition:.45s;

}

.mim-product-card:hover img{

    transform:scale(1.08);

}

.mim-product-badge{

    position:absolute;
    top:18px;
    left:18px;

    background:#f58220;
    color:#fff;

    padding:8px 14px;

    border-radius:30px;

    font-size:12px;
    font-weight:700;

}

.mim-product-info{

    padding:28px;

}

.mim-product-category{

    color:#f58220;
    font-size:14px;
    font-weight:700;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;

}

.mim-product-info h3{

    font-size:24px;
    font-family:Roboto,sans-serif;
    color:#18212d;
    line-height:1.35;
    margin-bottom:22px;

}

.mim-product-info a{

    color:#18212d;
    font-weight:700;
    text-decoration:none;
    transition:.3s;

}

.mim-product-info a:hover{

    color:#f58220;

}

@media(max-width:1100px){

.mim-related-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.mim-related-grid{

grid-template-columns:1fr;

}

.mim-related-products{

padding:80px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4905dd */.mim-final-cta{

    padding:120px 20px;
    background:linear-gradient(135deg,#0E2A47 0%,#163A60 100%);
    position:relative;
    overflow:hidden;

}

.mim-final-cta::before{

    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(245,130,32,.08);
    top:-180px;
    right:-180px;

}

.mim-final-cta::after{

    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    bottom:-120px;
    left:-120px;

}

.mim-final-container{

    max-width:900px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;

}

.mim-final-tag{

    display:inline-block;
    padding:10px 22px;
    background:rgba(245,130,32,.18);
    color:#f58220;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;

}

.mim-final-container h2{

    font-family:Roboto,sans-serif;
    font-size:52px;
    color:#fff;
    line-height:1.2;
    margin-bottom:25px;

}

.mim-final-container p{

    color:rgba(255,255,255,.80);
    font-size:18px;
    line-height:1.9;
    max-width:760px;
    margin:auto auto 45px;

}

.mim-final-features{

    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:45px;

}

.mim-final-feature{

    padding:14px 22px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    border-radius:50px;
    color:#fff;
    font-weight:600;

}

.mim-final-buttons{

    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

}

.mim-final-btn-primary{

    padding:18px 40px;
    background:#f58220;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:700;
    transition:.35s;

}

.mim-final-btn-primary:hover{

    background:#d96f12;
    transform:translateY(-4px);

}

.mim-final-btn-secondary{

    padding:18px 40px;
    border:2px solid #fff;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:700;
    transition:.35s;

}

.mim-final-btn-secondary:hover{

    background:#fff;
    color:#0E2A47;

}

@media(max-width:767px){

.mim-final-container h2{

font-size:36px;

}

.mim-final-cta{

padding:80px 20px;

}

.mim-final-buttons{

flex-direction:column;

}

.mim-final-btn-primary,
.mim-final-btn-secondary{

text-align:center;

}

}/* End custom CSS */