@charset "utf-8";
/* CSS Document */

/* CSS Document © 2025 ENVINTO */



@keyframes slide-down {
  0% {
      transform: translateY(-100%)
  }

  100% {
      transform: translateY(0)
  }
}


::-moz-selection{ background:#7b7d7f; color:var(--global); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--global); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family: "Inter", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll; scroll-behavior: smooth;}
:root { --primary: #E12444; --secondary:#000000; --global: #ffffff;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{ font-family: "Inter", sans-serif;}
p, p span { font-family: "Inter", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:#000;
}
::-moz-placeholder { 
  color:#000;
}
:-ms-input-placeholder {
  color:#000;
}
:-moz-placeholder {
  color:#000;
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

.container{max-width: 1300px; margin: 0 auto;padding: 0px 15px;width: 95%;}


strong{font-weight: bold;}


.error-page-section {background: var(--primary);}
.error-page-row {max-width: 800px; margin: 50px auto;}
.error-page-col1 h1 {font-size: 40px;color: #000;}
.error-page-col1 h2 {font-size: 40px;font-weight: 800;margin: 0 0 20px;color: #000;}
.error-page-col1 p {font-size: 16px;font-weight: 600;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-form { width: 100%; display: flex; align-items: center;}
.search-form input {width: 197px;height: 45px;border: 1px solid #000;margin: 0 7px 0 0;padding: 0 10px;color: #000;outline: none;box-shadow: none;display: inline-block;border-radius: 80px;}
.search-form .search-submit {width: auto;height: 45px;display: inline-block;padding: 0 25px;color: #ffff;border: 1px solid #000;background: #000;transition all 0.25s ease-in-out;border-radius: 80px;}
.search-form .search-submit .screen-reader-text { position: relative !important;  display: block;  height: auto;  width: auto;  color: #ffff;  clip-path: none;  transition: all 0.25s ease-in-out;}
.search-form .search-submit:hover { color: #000; background: none;}
.search-form .search-submit:hover .screen-reader-text { color: #000;}
.search-form input::placeholder { color: #000;}
.search-page-section {padding: 80px 0px;background: #ffff;}
.search-page-row {  max-width: 1320px;  margin: 0 auto;}
.search-page-row .page-header .page-title {font-size: 40px;margin: 0 0 35px;display: flex;color: #000;font-weight: 500;}
.search-page-card {  margin: 0 0 50px;}
.search-page-content { padding: 0; max-width: inherit;  width: 100%;  text-align: left;  flex: 1 0 0;}
.search-page-content h3 {font-size: 32px;color: #000;font-weight: 500;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid var(--primary);}
.search-page-content p {font-size: 16px;font-weight: 500;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-btn1 {padding: 12px 24px;background-color: #000;border-radius: 80px;color: #ffffff;border: 1px solid #000;transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 400;display: inline-block;margin: 10px auto 0;}
.search-btn1:hover {background-color: #ffffff;color: #000;}



.defualt-page-section {padding: 60px 0; background: #fff;}
.content-wrapp h2 { font-size: 46px; font-weight: 500; color: var(--primary); margin: 0 0 20px;}
.content-wrapp p { font-size: 16px; color: var(--secondary); line-height: 1.56; margin: 0 0 20px;}
.content-wrapp ul {width: 100%; margin: 0 0 20px;}
.content-wrapp ul li { font-size: 16px; line-height: 1.56; color: var(--primary); padding-left: 10px; position: relative;}
.content-wrapp ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrapp ol { width: 100%;float: none; counter-reset: my-awesome-counter; margin: 0 auto 28px;position: relative;}
.content-wrapp ol li {font-size: 16px; line-height: 1.56; color: var(--primary); padding-left: 20px;position: relative;counter-increment: step-counter;}
.content-wrapp ol li:before { content: counter(step-counter) '.'; margin-right: 0px; position: absolute; left: -4px; top: 0;}
.content-wrapp p a, .content-wrapp ul li a, .content-wrapp ol li a{color:var(--primary);}
.content-wrapp p a:hover, .content-wrapp ul li a:hover, .content-wrapp ol li a:hover{color: #000000;}



.whatsup-icon { position: fixed; bottom: 50px; right: 10px; z-index: 9999;background: #fff;padding: 15px;border-radius: 11px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.whatsup-icon img { width: 50px; height: 50px; }
.whatsup-icon  h3{font-size: 12px;text-align: center;color: var(--primary);margin: 0 0 10px;}



.slick-prev, .slick-next{display: none !important;}
.overlay{display: none;}
.burger-btn{display: none;}


.header-sec.sticky{position: fixed;top: 0;left: 0;z-index: 999;background:#fff;animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;width: 100%;border-radius: 0px;max-width: none;}
.header-sec.sticky .menu-list ul li a{color:var(--primary);}
.header-sec.sticky .header-wrap{padding: 0;margin: 10px 0px;}
.header-sec.sticky .header-wrap .header-col .logo img{height: 50px;}
.header-sec.sticky .burger-btn{top: 20px;}
.header-sec.sticky{margin: 0px auto 0px;}



.header-sec{padding: 10px 40px;background-color: #fff;border-radius: 55px;box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.20);max-width: 1362px;margin: 30px auto 0px;position: relative;z-index: 99;}
.header-wrap{display: flex;align-items: center;justify-content: space-between;}
.header-col-2 .main-menu ul{display: flex;align-items: center;justify-content: space-between;}
.header-col-2 .main-menu ul li{margin: 0px 20px;}
.header-col-2 .main-menu ul li a{color: var(--secondary);font-size: 16px;font-weight: 500;transition: 0.3s all ease-in-out;}
.header-col-2 .main-menu ul li.active a{color: var(--primary);font-weight: 600;}
.header-col-2 .main-menu ul li:hover a{color: var(--primary);}
.header-col-3 .header-btn-actions{display: flex;align-items: center;}
.header-col-3 .header-btn-actions .shop-btn{margin-right: 24px;}
.shopping-menu-icon { position: relative; }
.shopping-dropdown { display: none; position: absolute; top: calc(100% + 12px); right: 0; background: #fff; border-radius: 16px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); padding: 10px; min-width: 200px; z-index: 999; }
.shopping-dropdown ul { list-style: none; margin: 0; padding: 0; }
.shopping-dropdown ul li a { display: flex; align-items: center; gap: 14px; padding: 12px 14px; color: #000; font-size: 16px; font-weight: 500; border-radius: 10px; transition: background 0.2s ease; }
.shopping-dropdown ul li a:hover { background: #f5f5f5; }
.shopping-dropdown ul li a i { font-size: 18px; color: #000; width: 20px; text-align: center; }
.shopping-dropdown.active { display: block; animation: fadeInDown 0.2s ease; }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

/* 
.banner-sec{height: 100vh;position: relative;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.banner-sec::after{position: absolute;top: -100px;left:0px;background-image: url('../images/banner-after.png');background-repeat: no-repeat;background-size: contain;width:360px;height: 360px;content: "";}
.banner-sec::before{position: absolute;bottom: 30px;right:-45px;background-image: url('../images/banner-before.png');background-repeat: no-repeat;background-size: contain;width:360px;height: 360px;content: "";}
.banner-content{display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;height: 100%;max-width: 800px;margin: 0 auto;position: relative;z-index: 99;}
.banner-content h1{font-weight: 800;font-size: 48px;color: #000;text-align: center;margin-bottom: 10px;}
.banner-content h1 span{font-weight: 800;font-size: 64px;color: var(--primary);}
.banner-content p{font-size: 16px;font-weight: 400;text-align: center;line-height: 1.8;margin-bottom: 34px;}
.primary-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:160px;padding:3px;border-radius:999px;font-size:15px;font-weight:800;text-decoration:none;color:#fff;background:var(--primary);overflow:hidden;transition:background .32s,color .32s,border-color .32s;height: 45px;padding-left: 30px;}
.primary-btn::before{content:'';position:absolute;left:5px;width:36px;height:36px;border-radius:50%;background:rgb(255, 255, 255) url("../images/arrow-1.png") center/15px no-repeat;transition:left .38s cubic-bezier(.22,1,.36,1),background .32s,border .32s}
.primary-btn:hover{background:#fff;color:var(--primary);padding-left: 0;padding-right: 30px;}
.primary-btn:hover::before{left:calc(100% - 37px);background:transparent url("../images/arrow-1.png") center/15px no-repeat;}
@media(min-width:1500px){
  .banner-sec{height: 800px;}
}
@media(max-width:1500px){
  .banner-sec{height:800px;}
} */

/* .solution-sec{position: relative;z-index: 555;margin-top: -80px;margin-bottom: 60px;}
.solution-row{display: flex;align-items: stretch;justify-content: space-between;}
.solution-col{width: 48%;background-color: #fff;padding: 6px;border-radius: 18px;box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.20);}
.solution-col:hover{  border-color: var(--primary);box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;}
.solution-col-image{overflow: hidden;border-radius: 18px;}
.solution-col-image img{width: 100%;object-fit: cover;min-height: 150px;transform: scale(1);transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);overflow: hidden;border-radius: 18px;}
.solution-col:hover .solution-col-image img{transform: scale(1.08);border-radius: 18px;}
.solution-col-content{padding: 22px;}
.solution-col-content h2{font-size: 24px;font-weight: 800;margin-bottom: 10px;}
.solution-col-content p{font-weight: 400;font-size: 16px;line-height: 1.5;} */

.banner-section { position: relative; width: 100%; overflow: hidden; }
.banner-slider{margin-bottom: 0 !important;}
.banner-slider { line-height: 0; }
.banner-slider .slide-item::after{background: linear-gradient(0deg, #ffffff00 0%, #ffffff57 100%);content: "";position: absolute;top: 0;left: 0;width: 100%;height:25px;z-index: 1;}
.banner-slider .slide-item::before{background: linear-gradient(180deg, #ffffff00 0%, #ffffff57 100%);content: "";position: absolute;bottom: 0;left: 0;width: 100%;height:25px;z-index: 1;}
.banner-slider .slide-item img {width: 100%;object-fit: contain;display: block;}
.banner-section .slick-prev,.banner-section .slick-next {position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;width: 45px;height: 45px;border-radius: 50%;background: rgba(255, 255, 255, 0.45);border: 1.5px solid rgba(255, 255, 255, 0.3);cursor: pointer;display: flex !important;align-items: center;justify-content: center;transition: background 0.2s, border-color 0.2s;padding: 0;}
.banner-section .slick-prev { left: 14px; }
.banner-section .slick-next { right: 14px; }
.banner-section .slick-prev::before,
.banner-section .slick-next::before { display: none; }
.banner-section .slick-prev svg,
.banner-section .slick-next svg {width: 25px;height: 25px;stroke:var(--primary);stroke-width: 3;stroke-linecap: round;stroke-linejoin: round;fill: none;}




.na__section{padding-left: 65px;padding-top: 50px;} 
.na__slider-wrap { position: relative; margin: 0 -6px; padding: 6px 0 10px; }
.na__slider .slick-slide { padding: 0 6px; }
.na__slider .slick-list { overflow: visible;padding: 10px 0px;}
.na__slider { overflow: hidden; }
.na__card {background: #fff;border-radius: 12px;overflow: hidden;cursor: pointer;transition: box-shadow 0.2s ease, transform 0.2s ease;user-select: none;box-shadow: 0px 0px 4px 0px #00000040;}
.na__card:hover {transform: translateY(-8px); }
.na__card-img {width: 100%;height: 180px;background: #fff;display: flex;align-items: center;justify-content: center;padding: 16px;}
.na__card-img img {max-width: 100%;max-height: 148px;object-fit: contain;display: block;}
.na__card-info { padding: 10px 12px 14px; }
.na__card-title {font-size: 18px;font-weight: 500;color: #000000;line-height: 1.45;margin-bottom: 3px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.na__card-brand {font-size: 11px;color: #AAAAAA;margin-bottom: 8px;font-weight: 500;}
.na__card-price {font-size: 14px;font-weight: 600;color: #000000;letter-spacing: 0.1px;}
.na__slider-wrap .slick-prev,.na__slider-wrap .slick-next {display: none !important;}
.na__card-bottom{display: flex;align-items: center;justify-content: space-between;margin-top: 8px;}
.na__slider-wrap .slick-disabled { opacity: 0 !important; pointer-events: none; }
.na__card-bottom .view-more-btn a {color:var(--primary);font-size: 12px; font-weight: 500; transition: background-color 0.3s ease-in-out;text-decoration: underline;}
.na__card-bottom .view-more-btn{opacity: 0; transition: opacity 0.3s ease-in-out;}
.na__card:hover .na__card-bottom .view-more-btn{opacity: 1;}


.sgt-section{display:flex;justify-content:space-between;align-items:center;padding:20px;padding: 44px 0px;background-color: var(--primary);}
.sgt-section .banner{display:flex;border-radius:12px;overflow:hidden;justify-content: space-between;}
.sgt-section .left{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;width: 48%;}
.sgt-section .img-top{grid-column:1/-1;overflow:hidden;height:auto;}
.sgt-section .img-top img{width:100%;height:100%;object-fit:cover;display:block}
.sgt-section .img-bl{overflow:hidden}
.sgt-section .img-bl img{width:100%;height:100%;object-fit:cover;display:block}
.sgt-section .img-br{overflow:hidden}
.sgt-section .img-br img{width:100%;height:100%;object-fit:cover;display:block}
.sgt-section .right{display:flex;flex-direction:column;justify-content:center;gap:12px;width: 49%;}
.sgt-section .right p{color: #FFFFFF;line-height: 1.5;font-size: 16px;font-weight: 400;}
.sgt-section .badge{display:inline-flex;align-items:center;gap:0px;border-radius:40px;padding:5px 13px 5px 5px;width:fit-content;margin-bottom:2px;background-color: #fff;min-height:23px;overflow: hidden;min-width: 130px;}
.badge-dot img{width: 35px;height: 20px;object-fit: cover;}
.sgt-section .badge-label{color:var(--primary);font-size:14px;font-weight:600;}
.sgt-section h2{color:#fff;font-size:47px;font-weight:800;line-height:1.18;margin-bottom: 10px;}
.sgt-section .desc{color:rgba(255,255,255,0.92);font-size:16px;line-height:1.5;font-weight:400;margin-bottom: 40px;max-width: 580px;}
.sgt-section .cards{display:flex;align-items: center;gap: 15px;padding-bottom: 20px;}
.sgt-section .card:first-child{max-width: 272px;}
.sgt-section .card:last-child{max-width: 307px;}
.sgt-section .card{background:#fff;border-radius:15px;padding:8px 15px;display:flex;flex-direction:column;gap:5px;width: 48%;min-height: 150px;}
.sgt-section .card-head{display:flex;align-items:center;justify-content:space-between}
.sgt-section .card-title{font-size:28px;font-weight:600;color:#111}
.sgt-section .card-desc{font-size:14px;color:#000000;font-weight:400;line-height: 1.5;}
.sgt-section .emoji-row{display:flex;gap:3px;font-size:18px;margin-top:3px;position: absolute;bottom: -20px;}
.sgt-section .brand-logos{display:flex;gap:5px;align-items:center;margin-top:4px;flex-wrap:wrap}
.sgt-section .brand-pill{background:#f0f0f0;border-radius:4px;padding:2px 7px;font-size:9.5px;font-weight:800;color:#333;letter-spacing:0.04em;border:1px solid #ddd}



.industry-sec{padding: 90px 0px;}
.badge-white{display:inline-flex;align-items:center;gap:0px;border-radius:40px;padding:5px 13px 5px 5px;width:fit-content;margin-bottom:2px;background-color: var(--primary);min-height:23px;overflow: hidden;min-width: 130px;margin-bottom: 12px;}
.badge-white .badge-dot img{width: 35px;height: 20px;object-fit: cover;}
.badge-white .badge-label{color:var(--global);font-size:14px;font-weight:600;}
.industry-sec h2{color:#000000;font-size:47px;font-weight:800;line-height:1.18;margin-bottom: 40px;}
.mec-card{padding: 14px;box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);border-radius: 25px;}
.mec-wrapper{display: flex;align-items: center;justify-content:flex-start;gap: 23px;flex-wrap: wrap;}
.mec-card{width: 32%;}
.mec-card:hover .mec-card-image::after{opacity: 1;transform: translate(0);}
.mec-card:hover .mec-card-image::before{opacity: 1;transform: translate(0);}
.mec-card-image{min-height: 280px;position: relative;overflow: hidden;}
.mec-card-image::after{position: absolute;left: 0;content: "";background-image: url("../images/mec-card-after.png");top: 0;width: 160px;height:340px;background-repeat: no-repeat;background-size: cover;opacity: 0;transform: translateX(-180px);transition: 0.3s all ease-in-out;}
.mec-card-image::before{position: absolute;right: 0;content: "";background-image: url("../images/mec-card-before.png");top: 0;width: 160px;height:340px;background-repeat: no-repeat;background-size: cover;opacity: 0;transform: translateX(180px);transition: 0.3s all ease-in-out;}
.mec-card-image img{width: 100%;object-fit: cover;height: 100%;}
.mec-card-content h3{font-size: 24px;font-weight: 800;margin:10px 0px;}
.mec-card-content p{font-weight: 400;font-size: 16px;min-height: 80px;line-height: 1.5;}
.mec-card-btn a{padding: 14px 35px;border-radius: 25px;color: #fff;background-color: var(--primary);margin-bottom: 15px;display: flex;align-items: center;justify-content: right;max-width: fit-content;margin-left: auto;font-weight: 500;text-transform: capitalize;}
.mec-card-btn a:hover{background-color: #fff;color: var(--primary);box-shadow: 0px 0px 4px 0px #00000040;
}
.mec-card-number{font-weight: 800;font-size: 32px;position: absolute;top: 10px;left: 10px;color: var(--global);z-index: 55;}



.value-sec-wrapper{background-image: url("../images/valu-sec-bg.png");background-repeat: no-repeat;background-size: cover;padding:40px 0px 250px;background-position: top;}
.value-sec-headline {max-width: 550px;margin-bottom: 60px;}
.value-sec-headline h2{color:#000000;font-size:47px;font-weight:800;line-height:1.18;margin-bottom: 10px;}
.value-sec-headline span{color: var(--primary);}
.value-sec-headline p{font-size: 14px;font-weight: 400;line-height: 1.6;}
.value-sec-intro{font-size:13.5px;color:#555;line-height:1.6;max-width:400px;margin-bottom:28px}
.value-sec-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto auto;gap:12px}
.value-sec-card{background:#fff;border-radius:14px;padding:22px;position:relative;box-shadow: 0px 0px 4px 0px #00000040;}
.value-sec-card__title{font-size:24px;font-weight:800;color:#000000;margin-bottom:10px;line-height:1.3}
.value-sec-card__body{font-size:16px;color:#000000;line-height:1.6}
.value-sec-card--handshake{grid-column:1;grid-row:1/3;padding:0;display:flex;flex-direction:column}
.value-sec-card--handshake img{width:100%;object-fit:cover;border-radius:18px 18px 0 0}
.value-sec-card--handshake .value-sec-card__inner{padding:20px;flex:1}
.value-sec-card--premium{grid-column:2/4;grid-row:1;}
.value-sec-card--premium .value-sec-card-content{max-width: 500px;}
.value-sec-card--premium .value-sec-globe-image{position: absolute;bottom:0px;right: 0;}
.value-sec-card--premium {display: flex;align-items:flex-end;}
.value-sec-card--partner{grid-column:2;grid-row:2;}
.value-sec-card--strength{grid-column:3;grid-row:2;}
.value-sec-card--excellence{grid-column:1/4;grid-row:3;}
.value-sec-card--excellence{display: flex;align-items:flex-end;height: 220px;}
.value-sec-card--excellence .value-sec-card--excellence-content{max-width: 800px;}
.value-sec-card--excellence-image{position: absolute;bottom: 0;right: 0;}






.hiw-wrapper {margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items:flex-start;padding-bottom: 100px;}
.hiw-content {display: flex; flex-direction: column;}
.hiw-content .badge-white{margin-bottom: 12px;}
.hiw-heading {font-size: 48px; font-weight: 800; line-height: 1.2; color: #111;margin-bottom: 10px;}
.hiw-subtitle{font-size: 16px; color: #000000; line-height: 1.6;margin-bottom: 30px;}
.hiw-steps {display: flex; flex-direction: column; gap: 0; counter-reset: hiw-counter; }
.hiw-step {display: flex; flex-direction: column; gap: 6px; padding:14px;border: 1px solid #e8e8e8; border-radius: 16px; margin-bottom: 10px; background: #fff; transition: box-shadow 0.2s ease; counter-increment: hiw-counter; }
.hiw-step:hover{box-shadow: 0 4px 16px rgba(0,0,0,0.07); }
.hiw-step__header{display: flex; align-items: center; gap: 10px; }
.hiw-step__header::before{content: counter(hiw-counter, decimal-leading-zero); font-size: 24px; font-weight: 800; color:var(--primary);}
.hiw-step__title{font-size: 24px; font-weight: 800; color: #111; }
.hiw-step__desc{font-size: 14px; color: #000000; line-height: 1.6; }
.hiw-visual{border-radius: 28px; overflow: hidden;height: 700px;}
.hiw-visual img{width: 100%; height: 100%; object-fit: cover; display: block; }




.power-banner { width:100%; background:var(--primary);position:relative; overflow:hidden;padding: 76px 0px;}
.power-banner__content { position:relative; z-index:1;}
.power-banner__title {font-size:48px; font-weight:800; color:#fff; line-height:1.15;margin-bottom:10px; }
.power-banner__desc {font-size:16px; font-weight:400; color:rgba(255, 255, 255, 0.82); line-height:1.6; margin-bottom:36px;max-width: 600px;}
.power-banner__title br{display: none;}
.power-banner__content .primary-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:260px;padding:3px;border-radius:999px;font-size:15px;font-weight:500;text-decoration:none;color:var(--primary);background:var(--global);overflow:hidden;transition:background .32s,color .32s,border-color .32s;height: 45px;padding-left: 30px;}
.power-banner__content .primary-btn::before{content:'';position:absolute;left:5px;width:36px;height:36px;border-radius:50%;background:var(--primary) url("../images/arrow-2.png") center/15px no-repeat;transition:left .38s cubic-bezier(.22,1,.36,1),background .32s,border .32s}
.power-banner__content .primary-btn:hover{background:var(--primary);color:var(--global);padding-left: 0;padding-right: 30px;}
.power-banner__content .primary-btn:hover::before{left:calc(100% - 37px);background:transparent url("../images/arrow-2.png") center/15px no-repeat;}




.brand-strip { width:100%; background:#fff;display:flex; align-items:center; gap:48px;padding: 100px 0px;}
.brand-strip__left { flex:0 0 auto;}

.brand-strip__title { font-size:48px; font-weight:800; color:#000000; line-height:1.15; letter-spacing:-.5px; margin-bottom:14px; }
.brand-strip__desc { font-size:16px; font-weight:400; color:#000000; line-height:1.65;}
.brand-strip__slider-wrap { flex:1;border-radius:4px; overflow:hidden; position:relative; }
.brand-strip__slider-wrap::before {content:''; position:absolute; left:0; top:0; width:60px; height:100%; background:linear-gradient(to right,#fff,transparent); z-index:2; pointer-events:none; }
.brand-strip__slider-wrap::after {content:''; position:absolute; right:0; top:0; width:60px; height:100%; background:linear-gradient(to left,#fff,transparent); z-index:2; pointer-events:none; }
.brand-strip__carousel { width:100%;}
.brand-strip__logo-item { display:flex !important; align-items:center; justify-content:center; height:200px;outline:none;}
.brand-strip__logo-item svg { filter:grayscale(40%); transition:filter .3s ease; }
.brand-strip__logo-item:hover svg { filter:grayscale(0%); }
/* Hide slick arrows & dots */
.brand-strip__carousel .slick-prev,
.brand-strip__carousel .slick-next { display:none !important; }
.brand-strip__carousel .slick-dots { display:none !important; }
.brand-strip__left{flex: auto;width: 48%;}
.brand-strip__slider-wrap{flex: auto;width: 48%;}




/* ── Main Footer ── */
.footer-main {background-color: #12356B;padding: 43px 0px;position: relative;}
.footer-grid {display: grid;grid-template-columns: 3.5fr 1fr 1fr 0.8fr 1.5fr;align-items: start;}
.footer-brand .logo-wrap {display: flex;align-items: center;gap: 12px;margin-bottom: 18px;}
.logo-svg { width: 54px;height: 50px;flex-shrink: 0;}
.logo-text-block {display: flex;flex-direction: column;gap: 1px;}
.logo-title {font-size: 24px;font-weight: 800;color: #fff;letter-spacing: 2px;line-height: 1;}
.brand-desc {font-size: 14px;color: #ffffff;line-height: 1.8;margin-bottom: 24px;max-width: 420px;}
.contact-row {display: flex;align-items: flex-start;gap: 20px;color: #ffffff9e;font-size: 13px;margin-bottom: 10px;}
.contact-row i {font-size: 20px;color: #fff;width: 20px;flex-shrink: 0;}
.contact-row a{color: #ffffff;transition: color 0.2s;text-decoration: none;font-size: 16px;font-weight: 400;}
.contact-row a:hover { color: var(--primary);}
.footer-col h4 {font-size: 14px;font-weight: 800;color: #fff;margin-bottom: 20px;letter-spacing: 0.3px;}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px;}
.footer-col ul li a {font-size: 14px;color: #ffffff9e;text-decoration: none;transition: color 0.2s;font-weight: 400;}
.footer-col ul li a:hover { color: #fff; }
.social-row {display: flex;gap: 14px;}
.social-row a {font-size: 18px;color: #ffffff;text-decoration: none;transition: color 0.2s;line-height: 1;}
.social-row a:hover { color: #fff; }
.footer-cta .cta-desc {font-size: 14px;color: #ffffff9e;line-height: 1.75;margin-bottom: 24px;}
.footer-bottom {background-color: #12356B;border-top: 1px solid #172535;padding: 15px 80px;display: flex;align-items: center;flex-wrap: wrap;gap: 100px;justify-content: center;}
.footer-bottom p,.footer-bottom span {font-size: 12px;color: #fff;}
.footer-bottom a { color: #fff; text-decoration: underline; transition: color 0.2s; }
.footer-bottom a:hover { color: #fff; }


.primary-btn-blue{position:relative;display:inline-flex;align-items:center;justify-content:center;width:260px;padding:3px;border-radius:999px;font-size:15px;font-weight:500;text-decoration:none;color:#fff;background:var(--global);overflow:hidden;transition:background .32s,color .32s,border-color .32s;height: 45px;padding-left: 30px;}
.primary-btn-blue a{color: #12356B;}
.primary-btn-blue:hover a{color:var(--global);}
.primary-btn-blue::before{content:'';position:absolute;left:5px;width:36px;height:36px;border-radius:50%;background:#12356B url("../images/arrow-2.png") center/15px no-repeat;transition:left .38s cubic-bezier(.22,1,.36,1),background .32s,border .32s}
.primary-btn-blue:hover{background:transparent;color:var(--global);padding-left: 0;padding-right: 30px;}
.primary-btn-blue:hover::before{left:calc(100% - 37px);background:transparent url("../images/arrow-2.png") center/15px no-repeat;}



.about-us-sec{padding: 50px 0px;overflow: hidden;}
.about-row{display: flex;align-items:flex-start;justify-content: space-between;}
.about-col-left h2{font-size: 48px; font-weight: 800; line-height: 1.2; color: #111;margin-bottom: 25px;}
.about-col-left p{font-size:16px;line-height:1.8;font-weight:400;}
.about-col-left p span{color: var(--primary); font-weight: 800;}
.about-col-left{max-width: 780px;position: relative;}
.about-col-right{max-width: 580px;margin-right: -200px;margin-top: -50px;}
.about-col-left::after{position: absolute;content: "";background-image: url("../images/about-col-bottom.png");background-repeat: no-repeat;background-size: contain;width: 700px;height: 500px;bottom: -560px;z-index: -1;right:0px;}
.power-banner .badge{display:inline-flex;align-items:center;gap:0px;border-radius:40px;padding:5px 13px 5px 5px;width:fit-content;margin-bottom:20px;background-color: #fff;min-height:23px;overflow: hidden;min-width: 130px;}
.power-banner .badge-dot img{width: 35px;height: 20px;object-fit: cover;}
.power-banner .badge-label{color:var(--primary);font-size:14px;font-weight:600;}
.power-banner__content{display: flex;align-items: flex-start;justify-content:flex-start;flex-direction: column;max-width: 600px;}


.contact-section{position: relative;padding-bottom: 70px;overflow: hidden;}
.contact-section::after{position: absolute;top: -100px;left:0px;background-image: url('../images/banner-after.png');background-repeat: no-repeat;background-size: contain;width:360px;height: 360px;content: "";}
.contact-section::before{position: absolute;bottom: -60px;right:-40px;background-image: url('../images/banner-before.png');background-repeat: no-repeat;background-size: contain;width:360px;height: 360px;content: "";}
.contact-sec-row{padding: 80px 0px;display: flex;align-items: center;justify-content: space-between;}
.contact-col-image-content{text-align: center;position: absolute;bottom: 0px;left: 50%;transform: translate(-50%);width: 100%;}
.contact-col-left{position: relative;width: 48%;display: flex;flex-direction: column;justify-content: center;z-index: 55;}
.contact-col-image-content h2 span{color: var(--primary);}
.contact-col-image-content h2{font-size: 48px; font-weight: 800; line-height: 1.2; color: #000000;margin-bottom: 10px;}
.contact-col-image-content p{font-size:16px;line-height:1.8;font-weight:600;color: var(--primary);}
.contact-image{display: flex;align-items: center;justify-content: center;}
.contact-col-right{width: 48%;}


.contact-form {width: 100%;padding: 10px 0;position: relative;z-index: 55;}
.contact-form-grid {display: grid;grid-template-columns: 1fr 1fr;gap:10px;}
.contact-form-field { display: flex;flex-direction: column;gap: 6px;}
.contact-form-field.full-width {grid-column: 1 / -1;}
.contact-form-field label {font-size: 14px;font-weight: 400;color: #000000;line-height: 1.5;}
.contact-form-field input,.contact-form-field textarea {font-size: 16px;color: #1E1E1E;background: transparent;border: 1.5px solid var(--primary);border-radius: 50px;padding: 12px 20px;outline: none;transition: border-color 0.2s, box-shadow 0.2s;width: 100%;box-sizing: border-box;font-weight: 400;}
.contact-form-field input::placeholder,.contact-form-field textarea::placeholder {color: #171717;font-size: 13px;}
.contact-form-field input:focus,.contact-form-field textarea:focus {border-color:var(--primary);box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.10);}
.contact-form-field textarea {border-radius: 18px;resize: none;min-height: 110px;padding-top: 17px;line-height: 1.5;}
.contact-form-submit {margin-top: 36px;display: flex;}
.contact-form-submit a{max-width: 170px;width: 100%;text-align: center;font-weight: 500;}



.plp-wrapper { display: flex; gap: 24px; padding: 55px 0px; align-items: flex-start; }
.plp-sidebar { width: 300px; flex-shrink: 0; background: #fff; border-radius: 16px; padding: 28px 17px; box-shadow: 0px 0px 4px 0px #00000040; position: sticky; top: 24px; }
.plp-search-wrap { position: relative; margin-bottom: 24px; }
.plp-search-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #D9D9D9; font-size: 14px; pointer-events: none; }
.plp-search-input { width: 100%; padding: 17px 14px 17px 50px; border: 1.5px solid var(--primary); border-radius: 10px; font-size: 14px; font-family: inherit; color: #D9D9D9;transition: border-color 0.2s; }
.plp-search-input:focus { border-color: var(--primary); }
.plp-search-input::placeholder { color: #D9D9D9; }
.plp-filter-section { margin-bottom: 20px; }
.plp-filter-header { display: flex; align-items: center; justify-content: space-between; cursor: pointer; padding-bottom: 10px; border-bottom: 1.5px solid #f0f0f8; user-select: none; }
.plp-filter-title { font-size: 18px; font-weight: 600; color: var(--primary); letter-spacing: 0.2px; }
.plp-filter-arrow { font-size: 13px; color: var(--primary); transition: transform 0.25sx; }
.plp-filter-arrow.plp-collapsed { transform: rotate(180deg); }
.plp-filter-body { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
.plp-filter-body.plp-hidden { display: none; }
.plp-radio-option { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 3px; cursor: pointer; transition: background 0.18s; gap: 8px;border: 1px solid transparent; box-shadow: 0px 0px 4px 0px #00000040; }
.plp-radio-option:hover { background: rgba(199, 50, 80, 0.25); }
.plp-radio-option.plp-active { background: #fde8ec;border-color: var(--primary);}
.plp-radio-left { display: flex; align-items: center; gap: 9px; }
.plp-radio-dot { width: 10px; height: 10px; border-radius: 50%; border: 2px solid #ccc; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color 0.18s; }
.plp-radio-option.plp-active .plp-radio-dot { border-color: var(--primary); }
.plp-radio-dot-inner { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); display: none; }
.plp-radio-option.plp-active .plp-radio-dot-inner { display: block; }
.plp-radio-label { font-size: 14px; font-weight: 600; color: #000000; }
.plp-radio-option.plp-active .plp-radio-label {color: #000; font-weight: 600; }
.plp-radio-count { font-size: 12px; font-weight: 600; color: #000000; }
.plp-radio-option.plp-active .plp-radio-count { color: #000; font-weight: 600; }
.plp-check-option { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-radius: 9px; cursor: pointer; transition: background 0.18s; }
.plp-check-option:hover { background: #fef0f3; }
.plp-check-box { width: 16px; height: 16px; border-radius: 4px; border: 2px solid #ccc; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: border-color 0.18s, background 0.18s; }
.plp-check-option.plp-checked .plp-check-box { border-color: var(--primary); background: var(--primary); }
.plp-check-tick { display: none; color: #fff; font-size: 10px; font-weight: 900; }
.plp-check-option.plp-checked .plp-check-tick { display: block; }
.plp-check-label { font-size: 14px; font-weight: 600; color: #000000; }
.plp-main { flex: 1; min-width: 0; }
.plp-topbar { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 20px; }
.plp-sort-wrap { display: flex; align-items: center; gap: 8px;}
.plp-sort-select { padding:15px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 600; color: #000000; background: #fff url("../images/drop-arrow-black.png") no-repeat right 10px center; appearance: none; cursor: pointer; outline: none; box-shadow: 0px 0px 4px 0px #00000040;width: 150px;}
.plp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plp-card { background: #fff; border-radius: 25px; padding:10px;box-shadow: 0px 0px 4px 0px #00000040; position: relative; transition: box-shadow 0.22s, transform 0.22s; display: flex; flex-direction: column; }
.plp-card-badge { position: absolute; top: 12px; left: 12px; background:rgba(225, 36, 68, 0.25); color:var(--primary); font-size: 14px; font-weight: 600; padding: 5px 11px; border-radius: 14px; letter-spacing: 0.3px; z-index: 1; }
.plp-card-img-wrap { width: 100%; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;  border-radius: 10px; overflow: hidden;padding:12px;margin-bottom: 20px;}
.plp-card-img-wrap img{object-fit: contain;}
.plp-card-img { width: 100%; height: 100%; object-fit: contain;}
.plp-card-category { font-size: 10px; font-weight: 500; color: #aaa;text-transform: uppercase; margin-bottom: 4px; }
.plp-card-name {font-size: 24px; font-weight: 700; color: #000000; margin-bottom: 4px; }
.plp-card-desc { font-size: 12px; color: #aaa; font-weight: 400; margin-bottom:40px; line-height: 1.45; flex: 1; }
.plp-card-footer { display: flex; align-items:center;gap: 10px;justify-content:space-between;}
.plp-card-price { font-size: 24px; font-weight: 600; color: #000000; }
.plp-card-btn { background: var(--primary); color: #fff; border:1px solid var(--primary); border-radius: 24px; padding: 14px 30px; font-size: 16px; font-weight: 500; font-family: inherit; cursor: pointer; transition: background 0.18s, transform 0.15s;border: 1px solid var(--primary);}
.plp-card-btn:hover {background:transparent;transform: translateY(-2px);color: var(--primary);}




.everest-forms input{width: 100% !important;padding:12px 17px!important;border: 1px solid #E12444 !important;border-radius:60px !important;font-size: 16px !important;font-family: inherit !important;background:transparent !important;color:#000 !important;}
.everest-forms select{width: 100% !important;padding:12px 17px !important;border: 1px solid #E12444 !important;border-radius:60px !important;font-size: 16px !important;font-family: inherit !important;background:transparent !important;color:#000 !important;}
.everest-forms textarea{width: 100% !important;padding:12px 17px !important;border: 1px solid #E12444 !important;border-radius:10px !important;font-size: 16px !important;font-family: inherit !important;background:transparent !important;color:#000 !important;}
.everest-forms button.button:not(.button-large), .everest-forms button[type=submit]{background:var(--primary) !important;color: white !important;padding: 14px 40px !important;font-size: 16px !important;border-radius:50px !important;cursor: pointer !important;transition: 0.3s ease !important;width: 100%;max-width: fit-content;display: flex;border: 1px solid var(--primary) !important;}
.everest-forms button.button:not(.button-large):hover,.everest-forms button[type=submit]:hover {background:transparent !important;color:var(--primary)!important;}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field{margin-bottom: 0;}




.product-detail-sec{padding:40px 0px;}
.breadcrumb{display:flex;align-items:center;gap:8px;padding:13px 18px;font-size:14px;color:#aaa; font-weight: 500;border-radius: 27px;box-shadow: 0px 0px 4px 0px #00000040;max-width: fit-content;margin-bottom: 20px;}
.breadcrumb img{margin-right: 10px;}
.breadcrumb a{color:#aaa;text-decoration: none;transition: color 0.2s;font-weight: 500;}
.breadcrumb a:hover{color: var(--primary);}
.product-info__description p{color:#000;font-size:16px;line-height:1.8;margin-bottom: 20px;}
.product-top{display:flex;flex-direction:column;gap:28px;margin-bottom:40px}
.gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:210px 210px;gap:20px;width:100%}
.gallery__main{grid-column:1/2;grid-row:1/3;background:#ffffff;border-radius:22px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow: 0px 0px 4px 0px #00000040;}
.gallery__main img{width:100%;height:100%;object-fit:contain}
.gallery__right{grid-column:2/3;grid-row:1/3;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;}
.gallery__thumb{background:#ffffff;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow: 0px 0px 4px 0px #00000040;}
.gallery__thumb img{width:100%;height:100%;object-fit:cover}
.gallery__thumb--wide{grid-column:1/3;grid-row:2/3;box-shadow: 0px 0px 4px 0px #00000040;}
.product-info{display:flex;flex-direction: column;}
.product-info__left{display:flex;flex-direction:column}
.product-info__left h2{font-size:40px;font-weight:700;margin-bottom: 20px;}
.product-info .desc{color:#000;font-size:20px;line-height:1.8}
.cert-box{display:flex;align-items:flex-start;gap:10px;background:#F3F4F5;border-radius:8px;padding:16px;margin: 17px 0px;}
.cert-box__label{font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#5B403D;margin-bottom:5px}
.cert-box__value{font-size:16px;font-weight:600;color:#191C1D;line-height: 24px;}
.actions{display:flex;align-items:center;gap:10px;margin-top:8px}
.btn-quote-primary{background:var(--primary);color:var(--global);border:1px solid var(--primary);border-radius:44px;padding:15px 53px;font-size:16px;font-weight:500;}
.btn-quote-primary:hover{background:transparent;color:var(--primary);}
.btn-add-secondary{background:transparent;color:var(--primary);border:1px solid #aaa;border-radius:44px;padding:15px 30px;font-size:16px;font-weight:500;}
.btn-add-secondary:hover{background:var(--primary);color:var(--global);border-color: var(--primary);}
.qty-wrap{display:flex;align-items:center;gap:8px;font-size:20px;color:#1E1E1E;font-weight: 500;}
.qty-select{border:1.5px solid #aaa;border-radius:6px;padding:6px 12px;font-size:20px;background:var(--global);cursor:pointer;outline:none}
.specs-section{margin-top:45px}
.specs-section h2{font-size:30px;font-weight:600;margin-bottom:48px;position:relative;padding-bottom:12px;position: relative;}
.specs-section h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:var(--primary);border-radius:2px}
.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.spec-card{background:#F3F4F5;border-radius:10px;padding:32px;}
.specification-icon{margin-bottom: 16px;}
.specification-icon img{width: 24px;height: 24px;}
.spec-card__title{font-size:18px;font-weight:700;margin-bottom:16px;color:#000}
.spec-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;padding:6px 0;gap:8px}
.spec-row:last-child{border-bottom:none}
.spec-row__key{color:#5B403D;flex-shrink:0;font-weight: 400;}
.spec-row__val{font-weight:600;text-align:right;color: #191C1D;}
.btn-back{background:var(--primary);color:var(--global);border:1px solid var(--primary);border-radius:44px;padding:15px 30px;font-size:16px;font-weight:500;display:inline-flex;align-items:center;gap:8px;}
.btn-back:hover{color:var(--primary);background: transparent}





.wp-block-woocommerce-cart .wc-block-cart-items__header span{color: var(--primary);font-weight: 600;font-size: 2rem ;}
.wc-block-cart-item__wrap{color: var(--primary);}
.price.wc-block-components-product-price{font-size: 1.3rem;font-weight: 600;color: #ffffff;}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{font-size: 1.5rem !important;font-weight: 600;color: #ffffff;}
.wc-block-components-quantity-selector{border: 1px solid #fff !important;}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{color: #fff !important;}
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block {color: #ffffff;}
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block{font-size: 1.5rem;color: var(--primary);font-weight: 600;}
.wc-block-cart__sidebar .wc-block-cart .wc-block-cart__totals-title{font-size: 1.5rem;font-weight: 600;color: var(--primary);}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {width:100%;background:var(--primary);color:#fff;border:none;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary);}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover{background:transparent;color:var(--primary);}
.env-reset-btn{width:100%;background:var(--primary);color:#fff;border:none;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary);}
.env
.env-contact-form .everest-forms .evf-field-container .evf-frontend-row{justify-content: space-between;}
.env-contact-wrap .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-2{width: 48%;flex: 0 0 48%;}

.wishlist-wrapp{padding: 100px 0px;margin: 0 auto;text-align: center;}
.wishlist-wrapp a{color: var(--primary);}
.wishlist-wrapp p a{color: var(--primary);}
.wishlist-wrapp h1{font-size: 2rem;margin-bottom: 30px;}
.woocommerce h2{font-size: 2rem;margin-bottom: 30px;}
.woocommerce{max-width: 900px;margin: 0 auto;}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{background-color: transparent !important;border: 1px solid var(--primary) !important;color: #000000 !important;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{width:100% !important;background-color:var(--primary) !important;color:#fff !important;border:none !important;border-radius:10px !important;padding:16px 14px !important;font-size:16px !important;font-weight:600 !important;cursor:pointer;display:flex !important;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary) !important;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{background:transparent !important;color:var(--primary) !important;}
.woocommerce-LostPassword.lost_password a{color: var(--primary) !important;}
.wc-block-checkout__actions_row button{background-color:var(--primary) !important;color:#fff !important;border:none !important;border-radius:10px !important;padding:16px 14px !important;font-size:16px !important;font-weight:600 !important;cursor:pointer;display:flex !important;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary) !important;}
.wc-block-checkout__actions_row button:hover{background:#fff;color:var(--primary);}
.wc-block-components-checkbox__label a{color: var(--primary) !important;}
.wc-block-components-sidebar{border: 1px solid var(--global) !important;padding-left: 0px !important; padding: 20px !important;}
.wc-block-components-formatted-money-amount{color: var(--primary) !important;}
.wc-block-components-product-price__value.is-discounted{color: var(--primary) !important;}
.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price{color: var(--primary) !important;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{border: 1px solid var(--primary);}
.woocommerce-privacy-policy-text p{font-size: 12px;margin: 23px 0px;}
.woocommerce-privacy-policy-text a{color: var(--primary) !important;}
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{width:100% !important;background-color:var(--primary) !important;color:#fff !important;border:none !important;border-radius:10px !important;padding:16px 14px !important;font-size:16px !important;font-weight:600 !important;cursor:pointer;display:flex !important;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary) !important;}
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover{background:transparent !important;color:var(--primary) !important;}
.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-shipping-address-message{padding: 16px !important;background-color: var(--primary) !important;color: var(--global) !important;}
.wc-block-components-totals-wrapper{border:none!important;padding-top: 0;padding: 15px 0px;}
.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper{border-top:none !important;}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button{background-color:var(--primary) !important;color:#fff !important;border:none !important;border-radius:10px !important;padding:16px 14px !important;font-size:16px !important;font-weight:600 !important;cursor:pointer;display:flex !important;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary);}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:hover{background:transparent;color:var(--primary);box-shadow:0 10px 25px var(--primary)}
mark.search-highlight{padding:0 !important;}
.wc-block-cart-item__image img{height: 200px;width: 100%;object-fit: contain;}

.btn-submit-inquiry{background: var(--primary) !important;;color:#fff;border:none;border-radius:10px;padding:16px 14px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary) !important;}
.btn-submit-inquiry:hover{background:transparent !important;color:var(--primary) !important;}
#customInquiryForm{margin-top: 40px !important;}



/* Layout */
.my-account-section .woocommerce { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.my-account-section .woocommerce .woocommerce-MyAccount-navigation { width: 25%; }
.my-account-section .woocommerce .woocommerce-MyAccount-content { width: 70%; }

/* Nav */
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul { width: 100%; background:var(--primary); padding: 20px;border-radius: 20px;}
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li { padding: 0; color: var(--global); border-bottom: 1px solid; }
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li:before { display: none; }
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li a { color: var(--global); padding: 10px 0; display: block; }
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li:last-child { border: none; }
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a { color: var(--secondary); }

/* Info bar */
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info { border-top-color: var(--primary); }
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before { color: var(--primary); top: 19px; }
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button { color: transparent; position: relative; font-weight: 500; text-transform: uppercase; margin-top: 20px;}
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button:before { content: "Browse Products"; color: var(--primary); position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: .618em 1em; transition: all .25s ease-in-out; }
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button:hover:before { color: var(--secondary); }

/* Addresses */
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 { display: none; }
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 { width: 100%; }
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 { font-size: 32px; }
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit { color: var(--primary); display: inline-block; margin: 0 0 20px; padding-left: 20px; background: url(../images/plus-solid.svg) no-repeat center left / 12px; }
.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit:hover { color: var(--secondary); }

/* Submit button */
.my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"] { display: inline-block; font-size: 16px; color: #fff; margin: 20px 0 0; position: relative; padding: 14px 28px 15px; text-transform: uppercase; font-weight: 500; background:var(--primary) !important;border: 1px solid var(--primary) !important;}
/* .my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:before { content: ""; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 0; background: #fff border-box; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-composite: destination-out; mask-composite: exclude; position: absolute; top: 0; right: 0; left: 0; z-index: -1; } */
/* .my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:after { content: ""; width: 100%; height: 100%; background: #fff; border-radius: 0; opacity: 1; transition: 0.25s ease-out; position: absolute; top: 0; right: 0; left: 0; z-index: -1; } */
/* .my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:hover:after { opacity: 0; } */
.my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:hover{color:var(--primary) !important;background: transparent !important; border-color: var(--primary) !important;}
.my-account-section :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{background-color: #000 !important;border: 1px solid #fff;}
.cart-table a{color: var(--primary) !important;}
.inquiry-history-wrap{padding-top: 20px !important;margin-top: 20px !important;}



.wishlist-item{width: 32%;border: 1px solid var(--primary);padding: 20px;margin-bottom: 40px;}
.wishlist-item .item-details{text-align: center;}
.wishlist-item .item-img{display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.wishlist-item .item-img img{width: 100%;height: 200px;object-fit: contain;}
.wishlist-grid{display: flex;align-items: center;justify-content: space-between;}
.wishlist-item .item-actions{text-align: center;margin-top: 30px;display: flex;gap: 20px;justify-content: center;}
.wishlist-item .add_to_cart_button{background-color:var(--primary) !important;color:#fff !important;border:none !important;border-radius:10px !important;padding:16px 14px !important;font-size:16px !important;font-weight:600 !important;cursor:pointer;display:flex !important;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary) !important;}
.wishlist-item .add_to_cart_button:hover{background:transparent;color:var(--primary);}
.wishlist-item .remove-wishlist{background-color:var(--primary) !important;color:#fff !important;border:none !important;border-radius:10px !important;padding:16px 14px !important;font-size:16px !important;font-weight:600 !important;cursor:pointer;display:flex !important;align-items:center;justify-content:center;gap:8px;transition:.3s;border: 1px solid var(--primary);}
.wishlist-item .remove-wishlist:hover{background:transparent;color:var(--primary);}

.defualt-page-col1.content-wrappp .wc-block-checkout__sidebar{top: 120px;padding: 0px !important;}
.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before{background-image: url("../images/password-show.png") !important;}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{background-image: url("../images/password-hide.png") !important;}
/* .wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new{display: none !important;} */


.burger-btn{display: none;position: absolute;top: 20px;right: 20px;z-index: 1001;cursor: pointer;}
/* ===== Layout ===== */
.cart-layout{display:flex;gap:40px;align-items:flex-start}
.cart-items{flex:2}
.cart-sidebar{flex:1}
@media(max-width:992px){.cart-layout{flex-direction:column}}

/* ===== Tables Base ===== */
.cart-table{width:100%;border-collapse:collapse}
.cart-table th,.cart-table td{padding:16px;border-bottom:1px solid #eee;text-align:left;vertical-align:middle}

/* ===== Product Info ===== */
.cart-item-info{display:flex;gap:15px;align-items:center}
.cart-item-info img{width:90px;height:90px;border-radius:12px;object-fit:cover}

/* ===== Quantity ===== */
.cart-qty-input{width:70px;padding:8px;border:1px solid #ddd;border-radius:6px}

/* ===== Sidebar Form ===== */
.quote-form-box{padding:25px;border:1px solid #eee;border-radius:16px;background:#fafafa}
.form-group{margin-bottom:15px}
.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px}
.btn-submit-inquiry{width:100%;padding:14px;border:none;border-radius:8px;background:#ed1c24;color:#fff;font-weight:600;cursor:pointer}

/* ===== REMOVE TABLE PAIN ON MOBILE ===== */
@media(max-width:768px){

/* hide headers */
.cart-table thead,.history-table thead{display:none}

/* convert table to card */
.cart-table,.cart-table tbody,.cart-table tr,.cart-table td,
.history-table,.history-table tbody,.history-table tr,.history-table td{
display:block;width:100%
}

/* row as card */
.cart-table tr,.history-table tr{
margin-bottom:18px;
padding:16px;
border:1px solid #eee;
border-radius:14px;
background:#fff
}

/* remove borders */
.cart-table td,.history-table td{border:none;padding:8px 0}

/* product alignment */
.cart-item-info{flex-direction:row}
.cart-item-info img{width:70px;height:70px}

/* FULL WIDTH qty */
.cart-qty-input{width:100%}

/* ===== pseudo labels ===== */
.cart-table td:nth-child(1)::before{content:"Product";display:block;font-weight:600;color:#666;margin-bottom:4px}
.cart-table td:nth-child(2)::before{content:"Category";display:block;font-weight:600;color:#666;margin-bottom:4px}
.cart-table td:nth-child(3)::before{content:"Quantity";display:block;font-weight:600;color:#666;margin-bottom:4px}
.cart-table td:nth-child(4)::before{content:"Action";display:block;font-weight:600;color:#666;margin-bottom:4px}

.history-table td:nth-child(1)::before{content:"Date";display:block;font-weight:600;color:#666;margin-bottom:4px}
.history-table td:nth-child(2)::before{content:"Inquiry ID";display:block;font-weight:600;color:#666;margin-bottom:4px}
.history-table td:nth-child(3)::before{content:"Action";display:block;font-weight:600;color:#666;margin-bottom:4px}
}

/* ===== Extra Small Fix ===== */
@media(max-width:480px){
.cart-item-info{flex-direction:column;align-items:flex-start}
}


/* .cart-table td{padding: 10px !important;}
.cart-table th{padding: 10px !important;text-align: left;color: var(--primary);font-weight: 600;}
.cart-item-info img{width: 60px !important;height: 60px !important;object-fit: contain;} */




@media(max-width:1300px){
  .sgt-section .card-title{font-size:25px;font-weight:600;color:#111}
  .mec-card{width: 30%;}
  .value-sec-card--premium .value-sec-card-content{max-width:400px;}
  .value-sec-card--excellence .value-sec-card--excellence-content{max-width: 700px;}
  .plp-card-desc{margin-bottom: 20px;}
  .plp-card-btn{padding: 12px 20px;}
  .plp-card-footer{justify-content: space-between;}
  .plp-card-price{font-size: 22px;}
}


@media(max-width:1199px){
  .sgt-section .card-title{font-size:20px;font-weight:600;color:#111}
  .mec-wrapper{justify-content: center;}
  .mec-card{width: 48%;}
  .card-desc br{display: none;}
  .value-sec-card--excellence .value-sec-card--excellence-content{max-width: 650px;}
  .banner-sec{height: 650px;}
  .sgt-section h2,.industry-sec h2,.value-sec-headline h2,.hiw-heading,.power-banner__title,.brand-strip__title,.about-col-left h2,.contact-col-image-content h2,.product-info__left h2{font-size: 36px;}
  .sgt-section h2 br{display: none;}
  .footer-grid{grid-template-columns: 1.5fr 1fr 1fr 0.8fr 1.5fr;gap: 20px;}
  .value-sec-card--premium .value-sec-card-content{max-width: 300px;}
  .value-sec-card--excellence .value-sec-card--excellence-content{max-width: 500px;}
  .mec-card-content p{min-height: 60px;}
  .about-col-left h2 br{display: none;}
  .spec-card{padding: 20px;}
  .plp-grid{grid-template-columns: repeat(2, 1fr);}
  .wc-block-components-sidebar-layout .wc-block-components-main{width: 100% !important;padding-right: 0 !important;}
  .wc-block-components-sidebar{width: 100% !important;position: relative !important;top: 0 !important;}
  .wc-block-components-sidebar-layout{flex-wrap: wrap !important;}
  .wc-block-cart .wc-block-components-sidebar{width: 100% !important;}
  .wc-block-components-sidebar-layout.wc-block-cart{flex-wrap: wrap !important;}
  .wc-block-components-sidebar-layout .wc-block-components-main{width: 100% !important;}
}

@media(max-width:992px){
  .sgt-section .cards{flex-direction: column-reverse;}
  .sgt-section .card{width: 100%;max-width: none !important;}
  .solution-col-content{padding: 10px;}
  .industry-sec{padding: 50px 0px;}
  .value-sec-card--premium .value-sec-globe-image{width: 230px;}
  .value-sec-card--excellence-image{width: 250px;}
  .value-sec-wrapper{padding: 40px 20px 100px;}
  .value-sec-card__title{font-size: 20px;}
  .value-sec-card__body{font-size: 14px;}
  .hiw-wrapper{grid-template-columns: 1fr;gap: 40px;}
  .value-sec-card--premium .value-sec-card-content{max-width: 250px;}
  .value-sec-card{padding: 15px;}
  .footer-brand{  grid-column: 1 / -1;}
  .footer-grid{grid-template-columns: repeat(4, 1fr);}
  .brand-desc{max-width: none;}
  .brand-strip__logo-item{padding: 0px 10px;}
  .value-sec-card--excellence .value-sec-card--excellence-content{max-width: 400px;}
  .sgt-section h2, .industry-sec h2, .value-sec-headline h2, .hiw-heading, .power-banner__title, .brand-strip__title,.about-col-left h2,.contact-col-image-content h2,.product-info__left h2{font-size: 28px;}
  .value-sec-card--handshake .value-sec-card__inner{padding: 0px;}
  .banner-sec::after{width: 300px;height: 300px;}
  .banner-sec::before{width: 300px;height: 300px;}
  .hiw-visual{height: 500px;}
  .hiw-wrapper{padding-bottom: 50px;}
  .header-col-2 .main-menu ul li{margin: 0px 10px;}
  .value-sec-headline{margin-bottom: 20px;}
  .value-sec-wrapper{padding: 40px 0px 80px;}
  .brand-strip{padding: 50px 0px;}
  .footer-bottom{gap: 10px;justify-content: center;}
  .na__section{padding:20px;}
  .about-col-right{margin-right: -100px;margin-top: 50px;}
  .about-row{flex-wrap: wrap;}
  .about-col-left::after{display: none;}
  .about-col-left{max-width: 100%;}
  .about-col-right{max-width: 100%;margin: 0 auto;}
  .about-col-image{display: flex;align-items: center;justify-content: center;}
  .about-col-image img{width: 100%;height: auto;object-fit: cover;max-width: 400px;margin: 0 auto;}
  .power-banner__title br{display: none;}
  .contact-section::before,.contact-section::after{width: 300px;}
  .product-info .desc{font-size: 16px;}
  .specs-grid{grid-template-columns:repeat(2,1fr)}
  .plp-card-btn{font-size: 12px;}
  .plp-card-name{font-size: 18px;}
  .plp-sidebar{width: 250px;padding: 15px;}
  .plp-search-input{padding: 12px 14px 12px 40px;}
  .plp-filter-title{font-size: 16px;}
  .plp-sort-select{padding: 12px 14px 12px 14px;}
  .plp-card-badge{font-size: 12px;}
  .plp-card-price{font-size: 18px;}
  .plp-card-img-wrap{padding: 30px 10px 10px;}
  .plp-card-btn{padding: 10px 16px;}
  .plp-grid{gap: 15px;}
  .wishlist-grid{flex-wrap: wrap;}
  .wishlist-item{width: 48%;}
  .quote-form-box{padding: 20px !important;}
}



@media(max-width: 767px){
  .banner-content h1{font-size: 40px;}
  .banner-content h1 span{font-size: 50px;}
  .solution-col-content p,.sgt-section .desc,  .mec-card-content p,.brand-strip__desc{font-size: 14px;}
  .header-col-2,.header-col-3{display: none;}
  .banner-sec{height: 500px;}
  .banner-sec::before{width: 200px;height: 200px;}
  .banner-sec::after{width: 200px;height: 200px;}
  .sgt-section .banner{flex-wrap: wrap;}
  .sgt-section .left{width: 100%;}
  .sgt-section .right{width: 100%;margin-top: 30px;}
  .sgt-section .desc{max-width: none;margin-bottom: 20px;}
  .mec-card-image{min-height: auto;}
  .mec-card-image::before{width: 100px;height: 230px;}
  .mec-card-image::after{width: 100px;height: 230px;}
  .mec-card-content h3{font-size: 20px;}
  .hiw-visual{height: 400px;}
  .value-sec-card--premium .value-sec-globe-image{width: 200px;}
  .value-sec-card--excellence-image{width: 200px;}
  .value-sec-card{padding: 10px;}
  .hiw-step__title{font-size: 20px;}
  .footer-col.footer-cta{grid-column: 1 / -1;}
  .footer-grid{grid-template-columns:repeat(3,1fr);}
  .brand-strip{flex-wrap: wrap;}
  .brand-strip__slider-wrap{width: 100%;}
  .brand-strip__left{width: 100%;margin-bottom: 30px;}
  .brand-strip__logo-item{height: 50px;}
  .value-sec-grid{display: flex;flex-direction: column;gap: 20px;}
  .value-sec-card.value-sec-card--handshake img{display: none;}
  .value-sec-globe-image{display: none;}
  .value-sec-card-content{max-width: none !important;}
  .value-sec-card--excellence-image{display: none;}
  .value-sec-card--excellence .value-sec-card--excellence-content{max-width: none !important;}
  .value-sec-card--excellence{height: auto;align-items: flex-start;padding-bottom: 20px;}
  .mec-wrapper{gap: 15px;}
  .power-banner{padding: 30px 0px;}
  .banner-content h1 span{font-size: 40px;}
  .contact-sec-row{flex-direction: column;gap: 30px;}
  .contact-col-left{width: 100%;text-align: center;}
  .contact-col-right{width: 100%;}
  .contact-sec-row{padding: 30px 0px 0px;}
  .contact-section{padding-bottom: 50px;}
  .plp-wrapper{flex-direction: column;}
  .plp-sidebar{width: 100%;position: relative;top: auto;}
  .plp-main{width: 100%;}
  .wc-block-checkout__actions{display: none !important;}
  .wc-block-cart-items__row{flex-wrap: wrap !important;display: flex !important;}
  .my-account-section .woocommerce .woocommerce-MyAccount-navigation { width: 100%;}
  .my-account-section .woocommerce .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
  .my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li { width: 48%;}
  .my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li:last-child { border-bottom: 1px solid var(--primary);}
  .my-account-section .woocommerce .woocommerce-MyAccount-content { width: 100%;}
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 320px; height: 100%; background:var(--primary); background-size: 300% 100%; z-index: 9999; padding: 110px 5% 50px; transform:translateX(100%); opacity: 0; visibility: hidden; transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
  .overlay ul {width: 100%;}
  .overlay ul { width: 100%;}
  .overlay ul li a {color: var(--global); display: block; padding: 20px 0;font-size: 16px;}
  .overlay ul li {font-size: 18px; border-bottom: 1px solid var(--global); text-transform: uppercase;}
  .overlay ul li a:hover { color: var(--secondary) !important;}
  .burger-btn { display: block; position: absolute; width: 30px; height: 30px; z-index: 99999;  overflow: hidden; cursor: pointer;top: 15px;right: 20px;}
  .burger-btn span { display: block; width: 100%; height: 3px; background:var(--primary); background-size: 300% 100%; border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .burger-btn:hover span{background-position: 50% 0;}
  .burger-btn span:first-child { width: 100%;}
  .burger-btn span:nth-child(2n) { margin: 9px 0; transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
  .burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
  .burger-btn span:last-child { width: 100%;}
  .burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
  .burger-btn .active span:first-child { transform: translateY(13px) rotate(-45deg);background: #fff;}
  .burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);background: #fff;}
  body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
  body.menu-open{  overflow-y: hidden;}
  .overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary);}
  .overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
  .overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
  .global-btn.contact-btn{display: none;}
  .overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  .cart-items .cart-table thead{display:none}
  .cart-items .cart-table,.cart-items .cart-table tbody,.cart-items .cart-table tr,.cart-items .cart-table td{display:block;width:100%}
  .cart-items .cart-table tr{display:grid;grid-template-columns:80px 1fr;grid-template-areas:"img title""cat cat""qty action";gap:0px;margin:0 0 22px;padding:20px;border:1px solid #e8e8e8;border-radius:22px;background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.06)}
  .cart-items .cart-table td{border:none;padding:0}
  .cart-items .product-col{grid-area:img} 
  .cart-items .cart-item-info{display:contents}
  .cart-items .cart-item-info img{width:95px;height:95px;border-radius:16px;object-fit:cover;border:1px solid #eee}
  .cart-items .cart-item-info a{grid-area:title;font-size:18px;font-weight:700;color:#111;text-decoration:none;align-self:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .cart-items .cart-table tr{grid-template-columns:100px 1fr}
  .cart-items .cart-table td:nth-child(2){grid-area:cat;font-weight:600;padding-top:6px}
  .cart-items .cart-table td:nth-child(2) a{color:var(--primary);text-decoration:none}
  .cart-items .cart-table td:nth-child(3){grid-area:qty;padding-top:8px}
  .cart-items .cart-qty-input{width:95px;height:44px;border-radius:12px;border:1px solid #ddd;text-align:center;font-weight:700;background:#fafafa}
  .cart-items .cart-table td:nth-child(4){grid-area:action;text-align:right;padding-top:8px}
  .cart-items .remove-item{display:inline-block;padding:10px 18px;border-radius:12px;background:var(--primary);color:#fff !important;font-weight:700;text-decoration:none;font-size:14px}
  .cart-items .cart-table td:before{display:block;font-size:12px;font-weight:700;color:#9a9a9a;margin-bottom:6px}
  .cart-items .cart-table td:nth-child(2):before{content:"Category"}
  .cart-items .cart-table td:nth-child(3):before{content:"Quantity"}
  .cart-table td{border: none !important;}
  .cart-table{background:transparent !important;box-shadow: none !important;}
}



@media(max-width:600px){
  .mec-card{width: 100%;}
  .mec-card-image img{height: 250px;object-fit: cover;}
  .mec-card-image::before{height: 250px;width: 120px;}
  .mec-card-image::after{height: 250px; width: 120px;}
  .brand-strip{gap: 20px;}
  .footer-bottom{padding: 10px 0px;}
  .footer-col ul li a{font-size: 12px;}
  .footer-col ul li{margin-bottom: 8px;}
  .footer-grid{gap: 10px;}
  .banner-section .slick-prev, .banner-section .slick-next{display: none !important;}
  .sgt-section h2, .industry-sec h2, .value-sec-headline h2, .hiw-heading, .power-banner__title, .brand-strip__title,.about-col-left h2,.contact-col-image-content h2,.product-info__left h2,.specs-section h2{font-size: 23px;}
  .contact-form-grid{grid-template-columns: 1fr;}
  .contact-section::before, .contact-section::after{width: 200px;height: 200px;}
  .gallery{grid-template-columns: 1fr;grid-template-rows: 1fr;}
  .gallery__main{grid-column:1/2;grid-row:auto;min-height:300px;}
  .gallery__right{grid-column:1/2;grid-template-columns:1fr 1fr;}
  .specs-grid{grid-template-columns:1fr;}
  .actions{flex-wrap: wrap;justify-content: center;gap: 10px;}
  .actions .btn-quote-primary{order: 2;}
  .actions .btn-add-secondary{order: 2;}
  .actions .qty-wrap{width: 100%;justify-content: center;order: 1;}
  .product-info__right{gap: 0;}
  .cert-box__value{font-size: 14px;line-height: 20px;}
  .spec-card__title{font-size: 16px;margin-bottom: 10px;}
  .spec-row{font-size: 12px;}
  .plp-search-wrap{margin-bottom: 15px;}
  .plp-filter-section{margin-bottom: 10px;}
  .breadcrumb img{width: 12px;}
  .breadcrumb span{font-size: 12px;}
  .breadcrumb a{font-size: 12px;}
  .contact-row a{font-size: 14px;}
  .contact-row a{font-size: 12px;}
  .content-wrapp h2{font-size: 30px;}
  .content-wrapp p{font-size: 14px;line-height: 1.6;}
  .banner-slider .slide-item img{height:200px;object-fit: cover;margin: 20px auto;}
  .mec-card-btn a{padding: 10px 30px;font-size: 14px;margin-top: 20px;}
  .cart-table a{font-size: 14px !important;}
  .quote-form-box{padding: 15px !important;}
  .cart-wrapper-sec{padding: 40px 0px !important;}
  .cart-title{margin-bottom: 20px !important;}
  .cart-layout{gap: 20px !important;}
  .cart-table td{padding: 5px !important;}
  .cart-table th{padding: 5px !important;text-align: left;color: var(--primary);font-weight: 600;}
  .cart-item-info img{width: 60px !important;height: 60px !important;object-fit: contain;}
  .cart-table{overflow: scroll;}
  .quote-form-box{max-width: 500px !important;position:relative !important;}
}



@media(max-width: 480px){
  .footer-grid{grid-template-columns: 1fr 1fr;}
  .footer-grid .footer-col:nth-child(4){grid-column: 1 / -1;margin-bottom: 20px;}
  .brand-desc{font-size: 12px;}
  .footer-bottom p, .footer-bottom span{font-size: 10px;}
  .mec-card-content p{font-size: 14px;}
  .hiw-step__title{font-size: 16px;}
  .hiw-step__desc{font-size: 12px;}
  .power-banner__desc{font-size: 14px;}
  .product-info__description p{font-size: 14px;line-height: 1.6;}
  .hiw-subtitle{font-size: 14px;}
  .header-sec{padding: 10px 20px;}
  .badge-white .badge-label{font-size: 12px;}
  .about-col-left p{font-size: 14px;}
  .sgt-section .badge-label{font-size: 12px;}
  .actions .btn-quote-primary{width: 100%;order: 3;text-align: center;}
  .actions .btn-add-secondary{width: 100%;order: 4;text-align: center;}
  .product-info .desc{font-size: 14px;}
  .cert-box__value{font-size: 12px;line-height: 20px;}
  .plp-grid{grid-template-columns: 1fr;}
  .plp-card-img-wrap{height: 200px;}
  .plp-wrapper{padding: 20px 0px;}
  .wc-block-components-order-summary .wc-block-components-order-summary-item{flex-wrap: wrap !important;}
  .wc-block-components-order-summary .wc-block-components-order-summary-item__description{padding-left: 0px !important;}
  .wishlist-item .add_to_cart_button{font-size: 14px !important; padding: 10px !important;}
  .wishlist-item .remove-wishlist{font-size: 14px !important;padding: 10px !important;}
}