body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
dl,
dt,
dd,
form {
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  height: auto;
}

input {
  outline: none;
  box-shadow: none !important;
  border: none !important;
}

textarea {
  border: none;
  outline: none;
  overflow: auto;
  resize: none;
}

select::-ms-expand {
  display: none;
}

input.button {
  border: none;
  outline: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input[type="checkbox"] {
  border: none;
  outline: none;
}

video::-webkit-media-controls {
  display: none;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

img {
  outline: none;
  border: none;
  max-width: 100%;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

li {
  list-style: none;
  background: url(../images/li_style.svg) no-repeat top 9px left;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: none !important;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

button,
a,
input[type="submit"] {
  transition:
    all 0.5s ease-out,
    all 0.5s ease-in;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:not(output):-moz-ui-invalid {
  box-shadow: inset;
}

a:hover,
a,
a:focus {
  color: inherit;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  outline: none;
}

button,
button:hover,
button:focus {
  outline: none;
  box-shadow: none !important;
  border: none !important;
}

div:focus {
  outline: none;
  box-shadow: none;
}

*:focus {
  outline: none;
  box-shadow: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.container {
  width: 100%;
  max-width: 1720px;
  padding: 0;
  margin: 0 auto;
}

p > a {
  color: #ef463c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}

p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}

body {
  background-color: #062d5c;
}

header {
  position: relative;
  z-index: 1;
}
header .prnt {
  background-color: #224c7e;
  border-radius: 100px;
  margin-top: 26px;
  display: flex;
  align-items: center;
  padding: 13px 34px;
  justify-content: space-between;
}
header .prnt .lgo a {
  display: block;
}
header .prnt .mnu {
  margin: 0px 68px 0px 60px;
}
header .prnt .mnu ul li {
  display: inline-block;
}
header .prnt .mnu > ul > li > a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 9px 10px;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
}
header .prnt .mnu > ul > li > a:hover {
  background-color: #00da4d;
}
header .prnt .mnu > ul > li > a.active {
  background-color: #00da4d;
}
header .prnt .mnu > ul > li:not(:last-child) {
  margin-right: 33px;
}
header .prnt .mnu .cls_icn {
  display: none;
}
header .prnt .srch_ {
  width: 445px;
}
header .prnt .srch_ form {
  position: relative;
}
header .prnt .srch_ form input {
  width: 100%;
  background-color: #fff;
  padding: 15px 20px 15px 62px;
  border-radius: 30px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333333;
}
header .prnt .srch_ form button {
  position: absolute;
  top: 12px;
  left: 16px;
  background: unset;
}
header .prnt .srch_ form button img {
  width: 25px;
  height: 25px;
}
header .prnt .srch_ .auto_sug {
  width: 620px;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  overflow: hidden;
  top: 69px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  z-index: 1;
}

header .prnt .srch_ .auto_sug .catg {
  background-color: #d7d7d7;
  padding: 18px;
  width: 40%;
}

header .prnt .srch_ .auto_sug .prds {
  width: 60%;
  padding: 20px;
}
header .prnt .srch_ .auto_sug .prds .prd_pnt {
  height: 297px;
  overflow-y: auto;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt::-webkit-scrollbar {
  background-color: #ededed;
  width: 4px;
  border-radius: 5px;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #21283a;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt a {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

header .prnt .srch_ .auto_sug .prds b {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #0b2a5b;
  display: block;
  padding-bottom: 14px;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt a .img_blk {
  height: 63px;
  width: 63px;
  min-width: 63px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt a .img_blk img {
  height: 45px;
  width: 45px;
  object-fit: contain;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk {
  margin-left: 19px;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk b {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #0b2a5b;
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #00da4d;
  font-weight: 600;
}
header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk del {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #9b9b9b;
  font-weight: 600;
  padding-left: 7px;
}

header .prnt .srch_ .auto_sug .prds .prd_pnt a:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
}

header .prnt .srch_ .auto_sug .catg b {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #0b2a5b;
  display: block;
  padding-bottom: 14px;
}

header .prnt .srch_ .auto_sug .catg ul {
  height: 290px;
  overflow-y: auto;
}
header .prnt .srch_ .auto_sug .catg ul::-webkit-scrollbar {
  background-color: #ededed;
  width: 4px;
  border-radius: 5px;
}
header .prnt .srch_ .auto_sug .catg ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #21283a;
}

header .prnt .srch_ .auto_sug .catg ul li:not(:last-child) {
  padding-bottom: 5px;
}
header .prnt .srch_ .auto_sug .catg ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  display: block;
  padding: 7px 18px;
  border-radius: 5px;
}
header .prnt .srch_ .auto_sug .catg ul li a.active {
  background-color: #062d5c;
  color: #fff;
}

header .prnt .srch_ .auto_sug .catg ul li a:hover {
  color: #3373a5;
}

header .prnt .srch_ .auto_sug.shw_ {
  opacity: 1;
  visibility: visible;
  top: 80px;
}
header .prnt .cnct {
  margin-left: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .prnt .cnct ul {
  display: flex;
  align-items: center;
  gap: 25px;
  width: unset !important;
}
header .prnt .cnct ul .fst {
  position: relative;
}
header .prnt .cnct ul .fst span {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #00da4d;
  border: 6px solid #1e9397;
  display: inline-block;
  min-width: 23px;
  position: absolute;
  right: -6px;
  top: -6px;
  animation: greenBlink 1.2s infinite ease-in-out;
}
header .prnt .cnct ul .fst img {
  height: 36px;
  width: 42px;
  filter: invert(1);
  min-width: 36px;
}
header .prnt .cnct ul .scnd span a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}
header .prnt .cnct ul .scnd span a:not(:first-child) {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 3px solid #fff;
}
header .prnt .cnct ul .scnd > a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  line-height: 21px;
  display: inline-block;
}
header .prnt .cnct .wshlst {
  display: flex;
  align-items: center;
  gap: 13px;
}
header .prnt .cnct .wshlst a {
  position: relative;
}
header .prnt .cnct .wshlst a span {
  height: 24px;
  width: 24px;
  background-color: #e2000f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bolder;
  position: absolute;
  top: -11px;
  right: -9px;
}
header .prnt .cnct .wshlst a img {
  height: 34px;
  width: 34px;
  min-width: 34px;
}
header .prnt .cnct .wshlst > span {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bolder;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
}
header .prnt .cnct .mbl {
  display: none;
}
header .prnt .burgr_icn {
  display: none;
}

.banner_blk {
  position: relative;
}
.banner_blk .prnt {
  display: flex;
  padding: 140px 0px;
  position: relative;
}
.banner_blk .prnt .lft {
  width: 50%;
}
.banner_blk .prnt .lft .hd {
  background-color: #00da4d;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  border-radius: 0px 12px 12px 12px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.banner_blk .prnt .lft .hd img {
  height: 21px;
  width: 25px;
  object-fit: contain;
  min-width: 23px;
}
.banner_blk .prnt .lft .hd span {
  font-size: 20px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
  color: #fff;
}
.banner_blk .prnt .lft strong {
  font-size: 80px;
  line-height: 92px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  display: block;
  padding: 8px 0px 23px;
}
.banner_blk .prnt .lft strong span {
  display: block;
}
.banner_blk .prnt .lft p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 34px;
}
.btns {
  display: flex;
  align-items: center;
}
.btns a {
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 5px 7px 5px 34px;
  color: #fff;
  border-radius: 35px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.btns a span {
  height: 43px;
  width: 43px;
  min-width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.btns a img {
  transition: all 0.2s ease-in-out;
  height: 14px;
}
.btns a a:hover {
  background-color: #00da4d;
  border-color: #00da4d;
  box-shadow: 0 4px 10px #00da4d;
}
.btns a a:hover span img {
  transform: rotate(45deg);
}
.btns {
  gap: 13px;
  margin-top: 25px;
}
.btns a {
  transition: all 0.2s ease-in-out;
}
.btns a img {
  transition: all 0.2s ease-in-out;
}
.btns a:first-child {
  background-color: #00da4d;
  border-color: #00da4d;
}
.btns a:hover {
  background-color: #00da4d;
  border-color: #00da4d;
  box-shadow: 0 4px 10px #00da4d;
}
.btns a:hover span img {
  transform: rotate(45deg);
}
.banner_blk .prnt .rgt {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.banner_blk .prnt .rgt .slider-wrapper {
  display: flex;
  gap: 20px;
  height: 795px;
  overflow: hidden;
  padding-left: 85px;
}
.banner_blk .prnt .rgt .column {
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner_blk .prnt .rgt .column:first-child {
  bottom: 70px;
}
.banner_blk .prnt .rgt .column:last-child {
  top: 70px;
}
.banner_blk .prnt .rgt .slide-track {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  width: 100%;
}
.banner_blk .prnt .rgt .slide-track img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}
.banner_blk .prnt .rgt .up {
  animation: scrollUp 24s linear infinite;
}
.banner_blk .prnt .rgt .down {
  animation: scrollDown 24s linear infinite;
}
.banner_blk::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../images/OBJECTS.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  clear: both;
  content: "";
  opacity: 5%;
  background-size: cover;
  z-index: -1;
}

.srvcs_blk {
  padding: 105px 0px;
}
.srvcs_blk .hd {
  text-align: center;
  margin-bottom: 35px;
}
.srvcs_blk .hd span {
  font-size: 30px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
  color: #00da4d;
}
.srvcs_blk .hd h1 {
  color: #fff;
}
.srvcs_blk .pren {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
  row-gap: 58px;
  justify-content: center;
}

.srvcs_blk .pren .itm {
  width: 19.1%;
  position: relative;
}
.srvcs_blk .pren .itm:hover .txt .rgt span {
  background-color: #fff;
}
.srvcs_blk .pren .itm:hover .txt {
  background-color: #00da4d;
}
.srvcs_blk .pren .itm:hover .txt .rgt span img {
  filter: brightness(0);
  transform: rotate(45deg);
}
.srvcs_blk .pren .itm .txt {
  background-color: #fff;
  padding: 11px 24px;
  border-radius: 7px 41px 7px 13px;
  position: absolute;
  bottom: -20px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.1s all ease-in-out;
  box-shadow: 0px 0px 13px #232323;
}

.srvcs_blk .pren .itm .txt .lft b {
  font-size: 20px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  display: block;
  color: #0b2a5b;
  transition: all 0.1s ease-in-out;
}

.srvcs_blk .pren .itm:hover .txt .lft b {
  color: #fff;
}

.srvcs_blk .pren .itm .txt .rgt span {
  height: 43px;
  width: 43px;
  min-width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(6, 45, 92);
  border-radius: 50%;
  transition: 0.1s all ease-in-out;
}
.srvcs_blk .pren .itm .txt .rgt span img {
  transition: 0.1s all ease-in-out;
  filter: brightness(50);
}

.srvcs_blk .pren .itm > img {
  height: 392px;
  width: 100%;
  object-fit: cover;
  border-radius: 36px 128px 22px 36px;
}

.prdct_sldr {
  padding: 95px 0px;
  background-color: #1f426d;
}
.prdct_sldr .hd {
  margin-bottom: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.prdct_sldr .hd span {
  font-size: 30px;
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
  color: #00da4d;
}
.prdct_sldr .hd h2 {
  color: #fff;
}
.prdct_sldr .hd .owl-nav {
  display: flex;
  gap: 14px;
}
.prdct_sldr .hd button {
  height: 46px;
  width: 46px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
}
.prdct_sldr .hd button span {
  display: none;
}
.prdct_sldr .hd button.owl-prev {
  background: url(../images/lft_arw.svg) no-repeat center center;
}
.prdct_sldr .hd button.owl-prev:hover {
  background: #00da4d url(../images/lft_arw.svg) no-repeat center center;
  border-color: #00da4d !important;
}
.prdct_sldr .hd button.owl-next {
  background: url(../images/right_arwsldr.svg) no-repeat center center;
}
.prdct_sldr .hd button.owl-next:hover {
  background: #00da4d url(../images/right_arwsldr.svg) no-repeat center center;
  border-color: #00da4d !important;
}
.prdct_sldr .item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.prdct_sldr .item .img_blk > img {
  height: 245px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 250px;
  margin: 91px auto 20px auto;
}
.prdct_sldr .item .img_blk .offr {
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #00da4d;
  position: absolute;
  top: 19px;
  left: 25px;
  padding: 6px 20px;
  border-radius: 0px 18px 18px 18px;
  color: #fff;
}
.prdct_sldr .item .img_blk .offr.blue {
  background-color: #8a5bff;
}
.prdct_sldr .item .img_blk .offr.red {
  background-color: #ff0000;
}
.prdct_sldr .item .img_blk .wihs {
  position: absolute;
  top: 19px;
  right: 25px;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f426d;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.prdct_sldr .item .img_blk .wihs img {
  height: 22px;
  filter: invert(1);
}
.prdct_sldr .item .img_blk .wihs:hover {
  background-color: #00da4d;
}
.prdct_sldr .item .txt_blk {
  padding: 26px 24px 24px 24px;
  transition: all 0.2s ease-in-out;
}
.prdct_sldr .item .txt_blk > span {
  font-size: 13px;
  line-height: 13px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  padding-bottom: 7px;
  color: #0b2a5b;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.prdct_sldr .item .txt_blk > b {
  font-size: 20px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  display: block;
  padding-bottom: 7px;
  color: #0b2a5b;
  transition: all 0.2s ease-in-out;
}
.prdct_sldr .item .txt_blk .rvw {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}
.prdct_sldr .item .txt_blk .rvw img {
  height: 28px;
  width: 100px;
  transition: all 0.2s ease-in-out;
}
.prdct_sldr .item .txt_blk .rvw p {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
    font-weight: 700;
}
.prdct_sldr .item .txt_blk strong {
  font-size: 24px;
  line-height: 30px;
  color: #e2000f;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  transition: all 0.2s ease-in-out;
}
.prdct_sldr .item .txt_blk > a {
  background-color: #062d5c;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 11px 23px;
  border-radius: 31px;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
.prdct_sldr .item:hover .txt_blk {
  background-color: #00da4d;
}
.prdct_sldr .item:hover .txt_blk span,
.prdct_sldr .item:hover .txt_blk b,
.prdct_sldr .item:hover .txt_blk strong,
.prdct_sldr .item:hover .txt_blk p {
  color: #fff;
}
.prdct_sldr .item:hover .txt_blk a {
  color: #062d5c;
  background-color: #fff;
}
.prdct_sldr .item:hover .txt_blk img {
  filter: brightness(50);
}

.tsts_prtr {
  padding: 96px 0px;
}
.tsts_prtr .prnt {
  display: flex;
}
.tsts_prtr .prnt .lft {
  width: 53%;
  position: relative;
}
.tsts_prtr .prnt .lft img {
  height: 610px;
  max-width: 770px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 23px;
  -o-object-position: right;
  object-position: right;
}
.tsts_prtr .prnt .lft .ovrly {
  position: absolute;
  background-color: #e2000f;
  padding: 25px 27px;
  border-radius: 37px;
  border: 10px solid #fff;
  right: 14px;
  top: 189px;
  text-align: center;
}
.tsts_prtr .prnt .lft .ovrly img {
  height: 62px;
  width: 62px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.tsts_prtr .prnt .lft .ovrly b {
  font-size: 45px;
  line-height: 54px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  display: block;
  padding: 5px 0px 6px 0px;
  color: #fff;
}
.tsts_prtr .prnt .lft .ovrly span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.tsts_prtr .prnt .rgt {
  width: 47%;
  padding-left: 42px;
}
.tsts_prtr .prnt .rgt .hd span {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
  color: #00da4d;
  font-size: 30px;
}
.tsts_prtr .prnt .rgt h3 {
  color: #fff;
}
.tsts_prtr .prnt .rgt p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 27px;
  padding: 13px 0px 35px 0px;
}
.tsts_prtr .prnt .rgt ul li {
  display: flex;
  align-items: center;
  gap: 24px;
}
.tsts_prtr .prnt .rgt ul li .img_blk {
  height: 74px;
  width: 74px;
  min-width: 74px;
  background-color: #133864;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsts_prtr .prnt .rgt ul li .txt_blk b {
  font-size: 20px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  padding-bottom: 7px;
  font-weight: 800;
  display: block;
}
.tsts_prtr .prnt .rgt ul li .txt_blk span {
  font-size: 17px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 500;
}
.tsts_prtr .prnt .rgt ul li:not(:last-child) {
  border-bottom: 1px solid #2b4c74;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tsts_prtr .prnt .rgt a {
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 5px 7px 5px 34px;
  color: #fff;
  border-radius: 35px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.tsts_prtr .prnt .rgt a span {
  height: 43px;
  width: 43px;
  min-width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.tsts_prtr .prnt .rgt a img {
  transition: all 0.2s ease-in-out;
  height: 14px;
}
.tsts_prtr .prnt .rgt a a:hover {
  background-color: #00da4d;
  border-color: #00da4d;
  box-shadow: 0 4px 10px #00da4d;
}
.tsts_prtr .prnt .rgt a a:hover span img {
  transform: rotate(45deg);
}
.tsts_prtr .prnt .rgt a {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.tsts_prtr .prnt .rgt a:hover {
  background-color: #00da4d;
  border-color: #00da4d;
  box-shadow: 0 4px 10px #00da4d;
}
.tsts_prtr .prnt .rgt a:hover span img {
  transform: rotate(45deg);
}

.pplr_prdct {
  background-color: #1f426d;
  padding: 90px 0px;
}
.pplr_prdct .hd {
  text-align: center;
  margin-bottom: 40px;
}
.pplr_prdct .hd span {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.pplr_prdct .hd h4 {
  color: #fff;
}
.pplr_prdct .prnt {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.pplr_prdct .prnt .item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 18.9%;
}
.pplr_prdct .prnt .item .img_blk > img {
  height: 245px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 90%;
  margin: 91px auto 20px auto;
  display: block;
}
.pplr_prdct .prnt .item .img_blk .offr {
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #00da4d;
  position: absolute;
  top: 19px;
  left: 25px;
  padding: 6px 20px;
  border-radius: 0px 18px 18px 18px;
  color: #fff;
}
.pplr_prdct .prnt .item .img_blk .offr.blue {
  background-color: #8a5bff;
}
.pplr_prdct .prnt .item .img_blk .offr.red {
  background-color: #ff0000;
}
.pplr_prdct .prnt .item .img_blk .wihs {
  position: absolute;
  top: 19px;
  right: 25px;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f426d;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.pplr_prdct .prnt .item .img_blk .wihs img {
  height: 22px;
  filter: invert(1);
}
.pplr_prdct .prnt .item .img_blk .wihs:hover {
  background-color: #00da4d;
}
.pplr_prdct .prnt .item .txt_blk {
  padding: 26px 24px 24px 24px;
  transition: all 0.2s ease-in-out;
}
.pplr_prdct .prnt .item .txt_blk > span {
  font-size: 13px;
  line-height: 13px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  padding-bottom: 7px;
  color: #0b2a5b;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.pplr_prdct .prnt .item .txt_blk > b {
  font-size: 20px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  display: block;
  padding-bottom: 7px;
  color: #0b2a5b;
  transition: all 0.2s ease-in-out;
}
.pplr_prdct .prnt .item .txt_blk .rvw {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}
.pplr_prdct .prnt .item .txt_blk .rvw img {
  height: 28px;
  width: 100px;
  transition: all 0.2s ease-in-out;
}
.pplr_prdct .prnt .item .txt_blk .rvw p {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
.pplr_prdct .prnt .item .txt_blk strong {
  font-size: 24px;
  line-height: 30px;
  color: #e2000f;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  transition: all 0.2s ease-in-out;
}
.pplr_prdct .prnt .item .txt_blk > a {
  background-color: #062d5c;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 11px 23px;
  border-radius: 31px;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
.pplr_prdct .prnt .item:hover .txt_blk {
  background-color: #00da4d;
}
.pplr_prdct .prnt .item:hover .txt_blk span,
.pplr_prdct .prnt .item:hover .txt_blk b,
.pplr_prdct .prnt .item:hover .txt_blk strong,
.pplr_prdct .prnt .item:hover .txt_blk p {
  color: #fff;
}
.pplr_prdct .prnt .item:hover .txt_blk a {
  color: #062d5c;
  background-color: #fff;
}
.pplr_prdct .prnt .item:hover .txt_blk img {
  filter: brightness(50);
}

.rvw_blk {
  padding: 95px 0px;
}
.rvw_blk .hd {
  margin-bottom: 40px;
  text-align: center;
}
.rvw_blk .hd span {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.rvw_blk .hd h5 {
  color: #fff;
}

.blg_blk {
  padding-bottom: 80px;
  margin-bottom: -179px;
}
.blg_blk .hd {
  text-align: center;
  margin-bottom: 40px;
}
.blg_blk .hd span {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.blg_blk .hd h6 {
  color: #fff;
}
.blg_blk .prnt {
  display: flex;
  gap: 15px;
}
.blg_blk .prnt .item {
  width: 24.7%;
  border-radius: 18px;
  overflow: hidden;
  display: block;
}
.blg_blk .prnt .item .img_blk {
  position: relative;
}
.blg_blk .prnt .item .img_blk img {
  height: 268px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blg_blk .prnt .item .img_blk label {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #00d94d;
  transition: all 0.2s ease-in-out;
  padding: 11px 19px;
  border-radius: 14px 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blg_blk .prnt .item .img_blk label img {
  height: 20px;
  width: 20px;
  transition: all 0.2s ease-in-out;
  filter: brightness(50);
}
.blg_blk .prnt .item .img_blk label span {
  font-size: 17px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 26px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.blg_blk .prnt .item .txt_blk {
  background-color: #fff;
  padding: 19px 22px 23px 22px;
}
.blg_blk .prnt .item .txt_blk b {
  font-size: 20px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #062d5c;
  transition: all 0.2s ease-in-out;
  display: block;
  padding-bottom: 8px;
}
.blg_blk .prnt .item .txt_blk p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #062d5c;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.blg_blk .prnt .item .txt_blk p:last-child {
  display: flex;
  gap: 13px;
  padding-top: 10px;
  align-items: center;
  color: #062d5c;
  font-weight: 700;
  text-transform: uppercase;
}
.blg_blk .prnt .item .txt_blk p:last-child img {
  transition: all 0.2s ease-in-out;
}
.blg_blk .prnt .item:hover .img_blk label {
  background-color: #fff;
}
.blg_blk .prnt .item:hover .img_blk label img {
  filter: brightness(0);
}
.blg_blk .prnt .item:hover .img_blk label span {
  color: #000;
}
.blg_blk .prnt .item:hover .txt_blk {
  background-color: #00d94d;
}
.blg_blk .prnt .item:hover .txt_blk b,
.blg_blk .prnt .item:hover .txt_blk p,
.blg_blk .prnt .item:hover .txt_blk span {
  color: #fff;
}
.blg_blk .prnt .item:hover .txt_blk img {
  filter: brightness(50);
}

footer {
  background-color: #1e426c;
  padding: 80px 0px 30px 0px;
}
footer .tp {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #4b6889;
}
footer .tp ul.frdt {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .tp ul.frdt > img {
  height: 63px;
  width: 63px;
  min-width: 63px;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .tp ul.frdt b {
  font-size: 30px;
  line-height: 39px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  display: block;
  padding-bottom: 6px;
}
footer .tp ul.frdt span {
  font-size: 17px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #fff;
}
footer .tp form {
  width: 100%;
  max-width: 643px;
  margin: 0px 121px;
  position: relative;
}
footer .tp form input {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 60px;
  padding: 22.5px 39px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
}
footer .tp form button {
  background-color: #000;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 13px 41px;
}
footer .tp .lst {
  display: flex;
  align-items: center;
  gap: 21px;
}
footer .tp .lst > b {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
footer .tp .lst .scl_icn {
  display: flex;
  align-items: center;
  gap: 23px;
}
footer .tp .lst .scl_icn li a {
  height: 52px;
  width: 52px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
footer .tp .lst .scl_icn li a:hover {
  background-color: #00da4d;
  border-color: #00da4d;
}
footer.hme {
  padding: 179px 0px 30px 0px;
}
footer .btm {
  padding-top: 40px;
  display: flex;
}
footer .btm .itm {
  width: 35%;
}
footer .btm .itm > b {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  display: block;
  padding-bottom: 21px;
  color: #fff;
}
footer .btm .itm p {
  font-size: 17px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  max-width: 400px;
}
footer .btm .itm .sdrs {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
}
footer .btm .itm .sdrs > img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  min-width: 50px;
}
footer .btm .itm .sdrs span {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  width: 262px;
}
footer .btm .itm ul li {
  display: block;
}
footer .btm .itm ul li a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17px;
  line-height: 29px;
}
footer .btm .itm ul li a:hover {
  color: #00da4d;
}
footer .btm .itm ul li:not(:last-child) {
  padding-bottom: 14px;
}
footer .btm .itm:nth-child(2) {
  width: 15%;
}
footer .btm .itm:nth-child(3) {
  width: 15%;
}
footer .btm .itm:last-child {
  width: 35%;
  padding-left: 128px;
}
footer .btm .itm:last-child ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 9px;
}
footer .btm .itm:last-child ul li b {
  font-size: 17px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  width: 121px;
}
footer .btm .itm:last-child ul li span {
  font-size: 17px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #d9d9d9;
  font-weight: 600;
}
footer .btm .itm:last-child ul li img {
  filter: brightness(50);
  width: 142px;
  margin-right: 19px;
}

.cprgt {
  background-color: #35557b;
}
.cprgt .prnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
}
.cprgt .prnt p {
  display: inline-block;
}
.cprgt .prnt img {
  height: 25px;
  width: 90px;
}
.cprgt .prnt p:first-child {
  font-size: 17px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
}
.cprgt .prnt p:last-child {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  gap: 7px;
}
.cprgt .prnt p:last-child b {
  font-size: 19px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

@keyframes scrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-50% - 10px));
  }
}
@keyframes scrollDown {
  from {
    transform: translateY(calc(-50% - 10px));
  }
  to {
    transform: translateY(0);
  }
}
@keyframes greenBlink {
  0% {
    box-shadow:
      0 0 0 0 rgba(0, 218, 77, 0.9),
      0 0 8px rgba(0, 218, 77, 0.8),
      0 0 15px rgba(0, 218, 77, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow:
      0 0 0 8px rgba(0, 218, 77, 0.15),
      0 0 18px rgba(0, 218, 77, 0.9),
      0 0 30px rgba(0, 218, 77, 0.7);
    transform: scale(1.08);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(0, 218, 77, 0),
      0 0 8px rgba(0, 218, 77, 0.8),
      0 0 15px rgba(0, 218, 77, 0.6);
    transform: scale(1);
  }
}

.mega-wrap {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, 94vw);
  background: #0f2d53;
  border: 1px solid var(--mega-border);
  border-top: 3px solid var(--green);
  border-radius: 0 0 14px 14px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 8px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s;
  overflow: hidden;
  width: 100%;
  max-width: 96%;
}
/* .mega-wrap::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(to right, transparent 0%, rgb(0, 0, 0) 10%);
  opacity: 0.37;
  height: 100%;
  z-index: -1;
  width: 100%;
} */

.hv_mnu:hover .mega-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}
.mega-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.mega-col {
  padding: 28px 22px 24px;
  border-right: 1px solid var(--col-divider);
  position: relative;
}
.mega-col:last-child {
  border-right: none;
}

.cat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--col-divider);
}
.cat-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
/* Each column gets a unique tinted icon bg */
.col-led .cat-icon-wrap {
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.2);
}
.col-wire .cat-icon-wrap {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.18);
}
.col-fan .cat-icon-wrap {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.col-solar .cat-icon-wrap {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.18);
}
.col-switch .cat-icon-wrap {
  background: rgba(168, 85, 247, 0.1);
  border: 1px solid rgba(168, 85, 247, 0.18);
}

.col-led .cat-icon-wrap svg {
  fill: #fcd34d;
}
.col-wire .cat-icon-wrap svg {
  fill: #f87171;
}
.col-fan .cat-icon-wrap svg {
  fill: #60a5fa;
}
.col-solar .cat-icon-wrap svg {
  fill: #4ade80;
}
.col-switch .cat-icon-wrap svg {
  fill: #c084fc;
}

.cat-icon-wrap svg {
  width: 20px;
  height: 20px;
}

.cat-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 1.2;
}
.cat-count {
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
}

/* Product image tile */
.cat-img-tile {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.col-led .cat-img-tile {
  background: linear-gradient(135deg, #1a2f0a 0%, #1c3508 50%, #243d0c 100%);
}
.col-wire .cat-img-tile {
  background: linear-gradient(135deg, #2a0a0a 0%, #3b1010 50%, #2d1212 100%);
}
.col-fan .cat-img-tile {
  background: linear-gradient(135deg, #091b38 0%, #0f2547 50%, #0d2040 100%);
}
.col-solar .cat-img-tile {
  background: linear-gradient(135deg, #041a10 0%, #082b18 50%, #062014 100%);
}
.col-switch .cat-img-tile {
  background: linear-gradient(135deg, #170a2a 0%, #220f3b 50%, #1c0d30 100%);
}

/* SVG product illustrations */
.prod-svg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-svg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Sub-items list */
.sub-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.sub-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s,
    padding-left 0.15s;
}
.sub-item a:hover {
  background: var(--mega-hover);
  color: #fff;
  padding-left: 12px;
}
.sub-item a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--text3);
  flex-shrink: 0;
  transition: background 0.15s;
}
.sub-item a:hover::before {
  background: var(--green);
}

/* View All */
.view-all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.15s;
}
.col-led .view-all {
  color: #fcd34d;
}
.col-wire .view-all {
  color: #f87171;
}
.col-fan .view-all {
  color: #60a5fa;
}
.col-solar .view-all {
  color: #4ade80;
}
.col-switch .view-all {
  color: #c084fc;
}
.view-all:hover {
  gap: 8px;
}
.view-all svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  top: 3px;
  position: relative;
}

/* Bottom featured bar */
.mega-footer {
  background: #091628;
  border-top: 1px solid var(--col-divider);
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mega-footer-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.featured-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.15s;
  cursor: pointer;
  text-decoration: none;
}
.featured-tag:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.featured-tag svg {
  width: 14px;
  height: 14px;
  fill: var(--green);
}
.featured-tag strong {
  color: #fff;
  font-weight: 600;
}
.mega-footer-right {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  color: #fff;
}
.mega-footer-right svg {
  width: 14px;
  height: 14px;
  fill: var(--green);
}
.mega-footer-right a {
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
}
.mega-footer-right a:hover {
  text-decoration: underline;
}
:root {
  --nav-bg: #0b1d35;
  --mega-bg: #0d2040;
  --mega-border: #1a3560;
  --mega-hover: #112446;
  --col-divider: rgba(255, 255, 255, 0.06);
  --green: #22c55e;
  --green2: #16a34a;
  --green-dim: rgba(34, 197, 94, 0.1);
  --green-dim2: rgba(34, 197, 94, 0.18);
  --text: #e2eaf4;
  --text2: #8ba3c0;
  --text3: #4e6a8a;
  --white: #fff;
  --cat-blue: #1c3f72;
  --cat-blue2: #163460;
  --accent-gold: #f59e0b;
}

header .prnt .mnu > ul > li.hv_mnu > a {
  position: relative;
}
header .prnt .mnu > ul > li.hv_mnu > a::before {
  position: absolute;
  content: "";
  clear: both;
  height: 21px;
  width: 22px;
  right: -23px;
  top: 11px;
  filter: brightness(50);
  background: url(../images/submenu_arrow.svg) no-repeat center;
  background-size: 14px;
}

#searchInput {
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

#searchInput.placeholder-hide {
  opacity: 0.6;
  transform: translateX(10px);
}

.rvw_blk .item img {
  height: 430px;
  object-fit: cover;
  border-radius: 10px;
}
.breadcrumbs {
  position: relative;
}
.breadcrumbs .img_blk {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  bottom: 0;
}
.breadcrumbs .img_blk::before {
  position: absolute;
  height: 100%;
  width: 100%;
  clear: both;
  content: "";
  background-color: #000;
  opacity: 0.6;
}

.breadcrumbs .img_blk img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.breadcrumbs .cnt {
  padding: 231px 0px 140px 0px;
  position: relative;
}

header.sub_pge {
  position: absolute;
  width: 100%;
}

.breadcrumbs .cnt b {
  font-size: 50px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-bottom: 18px;
}

.breadcrumbs .cnt ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs .cnt ul li {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  display: block;
  font-weight: 600;
}
.breadcrumbs .cnt ul li a:hover {
  color: #00da4d;
}

.breadcrumbs .cnt ul span {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 600;
}
.breadcrumbs .cnt ul li span {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #00da4d;
  font-weight: 600;
}

.prd_bx {
  padding: 90px 0px;
}
.prd_bx .prnt {
  display: flex;
  align-items: flex-start;
}
.prd_bx .prnt .lft {
  width: 50%;
}
.prd_bx .prnt .rgt {
  width: 50%;
  padding-left: 81px;
}

.prd_bx .prnt .lft .gallery-container {
  width: 100%;
  max-width: unset;
  background: #fff;
  border-radius: 15px;
  position: relative;
}

.prd_bx .prnt .lft .main-slider {
  width: 100%;
  height: 510px;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-bottom: 20px;
}
.prd_bx .prnt .lft .main-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: zoom-in;
}
.prd_bx .prnt .lft .main-slider .swiper-slide a {
  display: block;
}
.prd_bx .prnt .lft .main-slider .swiper-slide a img {
  width: 100%;
  height: 345px;
  -o-object-fit: contain;
  object-fit: contain;
}
.prd_bx .prnt .lft .thumb-slider {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0 40px;
}
.prd_bx .prnt .lft .thumb-slider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
  cursor: pointer;
  border: 2px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.prd_bx .prnt .lft .thumb-slider .swiper-slide img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prd_bx .prnt .lft .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #ff6633;
}
.prd_bx .prnt .lft {
  /* Navigation Arrows */
}
.prd_bx .prnt .lft .swiper-button-next,
.prd_bx .prnt .lft .swiper-button-prev {
  background-color: var(--primary-blue);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
  top: auto;
  bottom: 35px; /* Aligned with thumbnails */
}
.prd_bx .prnt .lft .swiper-button-next::after,
.prd_bx .prnt .lft .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}
.prd_bx .prnt .lft .swiper-button-prev {
  left: 10px;
}
.prd_bx .prnt .lft .swiper-button-next {
  right: 10px;
}
.prd_bx .prnt .lft .expand-btn {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 10;
  color: #333;
  background: rgba(240, 240, 240, 0.8);
  padding: 5px;
  border-radius: 5px;
  pointer-events: none; /* Let the click pass through to the image */
}
.prd_bx .prnt .lft .swiper-button-next,
.prd_bx .prnt .lft .swiper-button-prev {
  background-color: #6699cc !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
  top: unset;
  bottom: 36px;
}
.prd_bx .prnt .lft .swiper-button-next {
  right: -10px;
}
.prd_bx .prnt .lft .swiper-button-prev {
  left: -10px;
}
.pv-card {
  border: 1px solid #e8e5e0;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 630px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

/* ── Left thumbnail strip ── */
.pv-left {
  width: 130px;
  border-right: 1px solid #e8e5e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 0;
  background: unset;
}

.pv-arrow {
  background: none;
  border: none;
  color: #888;
  font-size: 18px;
  cursor: pointer;
  padding: 7px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  transition:
    color 0.15s,
    background 0.15s;
  flex-shrink: 0;
}
.pv-arrow:hover {
  color: #111;
  background: #ede9e3;
}
.pv-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.pv-arrow:disabled:hover {
  background: none;
}

.pv-thumbs {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  overflow: hidden;
}

.pv-thumb {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.15s;
  background: #fff;
}
.pv-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 4px;
}
.pv-thumb.active {
  border-color: #111;
}
.pv-thumb:hover:not(.active) {
  border-color: #bbb;
}

/* ── Main view area ── */
.pv-main {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  cursor: zoom-in;
  background: #fff;
}

.pv-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0.07em;
}

.pv-icon-col {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pv-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f3f0eb;
  border: 1px solid #e0dcd5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  color: #888;
  transition:
    color 0.15s,
    background 0.15s;
}
.pv-icon-btn:hover {
  color: #111;
  background: #e8e4de;
}

.pv-main-img {
  object-fit: contain;
  pointer-events: none;
  display: block;
  transition: opacity 0.2s;
  height: 430px;
}

/* ── 360° ring hint ── */
.pv-ring-wrap {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  pointer-events: none;
}

.pv-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  pointer-events: all;
  transition:
    border-color 0.15s,
    color 0.15s;
  letter-spacing: 0.03em;
}
.pv-ring:hover {
  border-color: #111;
  color: #111;
}

.pv-ring-label {
  font-size: 10px;
  color: #aaa;
  white-space: nowrap;
}

/* ── 3D Modal overlay ── */
.pv-modal {
  position: absolute;
  inset: 0;
  background: #0a0a0a;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
  border-radius: 16px;
}
.pv-modal.open {
  display: flex;
}

.pv-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.pv-modal-close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.pv-modal-name {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* ── 3D stage & object ── */
.pv-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.pv-stage:active {
  cursor: grabbing;
}

.pv-obj {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pv-obj img {
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.75));
  height: 432px;
}

/* ── Modal info ── */
.pv-hint {
  margin-top: 24px;
  text-align: center;
}
.pv-hint p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  margin-top: 4px;
}
.pv-hint-main {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px !important;
}

.pv-axes {
  display: flex;
  gap: 18px;
  margin-top: 14px;
  align-items: center;
}
.pv-axis {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  letter-spacing: 0.04em;
}
.pv-axis i {
  font-size: 13px;
}

/* ── Modal thumbnails ── */
.pv-modal-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.pv-modal-thumb {
  width: 62px;
  height: 62px;
  border-radius: 6px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color 0.15s;
}
.pv-modal-thumb.active {
  border-color: rgba(255, 255, 255, 0.75);
}
.pv-modal-thumb:hover:not(.active) {
  border-color: rgba(255, 255, 255, 0.4);
}
.pv-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 3px;
}
.sel-bar {
  background: #2a4b79;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 14px 22px;
  user-select: none;
  margin: 19px 0px;
}

.sel-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sel-label {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-right: 9px;
}

/* ── Color swatches ── */
.color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: outline-color 0.15s;
  flex-shrink: 0;
}
.color-swatch.active {
  outline-color: #22c55e;
}

/* ── Wattage buttons ── */
.watt-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  padding: 5px 13px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
  letter-spacing: 0.02em;
}
.watt-btn.active {
  background: #22c55e;
  border-color: #22c55e;
  color: #fff;
}
.watt-btn:not(.active):hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  background-color: #22c55e;
}

.divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.prd_bx .rgt .tp {
  display: flex;
  align-items: center;
  gap: 17px;
}
.prd_bx .rgt .tp span:first-child {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #1f426d;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 4px 17px;
  font-family: "Open Sans", sans-serif;
}
.prd_bx .rgt .tp span:last-child {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #00da4d;
  background-color: #053f5a;
  border: 1px solid #00da4d;
  border-radius: 30px;
  padding: 4px 17px;
  font-family: "Open Sans", sans-serif;
}
.prd_bx .rgt .tp span:last-child div {
  background-color: #00da4d;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  min-width: 8px;
}
.prd_bx .rgt > strong {
  font-size: 40px;
  line-height: 51px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  display: block;
  padding: 17px 0px 17px;
}
.prd_bx .rgt > p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 34px;
}
.prd_bx .rgt .rtng {
  display: flex;
  align-items: center;
  margin: 18px 0px;
}
.prd_bx .rgt .rtng .lft {
  display: flex;
  align-items: center;
  gap: 10px;
  width: unset;
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid #fff;
}
.prd_bx .rgt .rtng .lft > img {
  height: 22px;
  width: 103px;
}
.prd_bx .rgt .rtng .lft span {
  color: rgba(255, 255, 255, 0.6784313725);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  padding-top: 3px;
}
.prd_bx .rgt .rtng .rgt {
  padding-left: 0px;
  width: unset;
}
.prd_bx .rgt .rtng .rgt b {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.prd_bx .rgt .rtng .rgt b span {
  color: #00da4d;
  letter-spacing: 2px;
}
.prd_bx .rgt .pric {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prd_bx .rgt .pric b {
  font-size: 40px;
  line-height: 51px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #00ff66;
  text-shadow:
    0 0 2px rgba(0, 196, 73, 0.25),
    0 0 12px rgba(0, 243, 93, 0.3),
    0 0 2px rgba(0, 203, 57, 0.2),
    0 0 25px rgba(0, 243, 72, 0.2);
}
.prd_bx .rgt .pric del {
  font-size: 20px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-decoration: line-through;
  font-weight: 500;
  padding-right: 16px;
}
.prd_bx .rgt .pric .offr_lbl {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  color: #fff;
  padding: 6px 8px 6px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  height: 24px;
}
.prd_bx .rgt .pric .offr_lbl::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 12px solid #ff0000;
}
.prd_bx .rgt .qte_btn a {
  display: flex;
  align-items: center;
  background-color: #00da4d;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 89px;
  border-radius: 31px;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  gap: 17px;
  margin-top: 15px;
  box-shadow:
    0 0 5px rgba(0, 196, 73, 0.25),
    0 0 6px rgba(0, 243, 93, 0.3),
    0 0 2px rgba(0, 203, 57, 0.2),
    0 0 25px rgba(0, 243, 72, 0.2);
}
.prd_bx .rgt .qte_btn a img {
  filter: brightness(50);
}
.prd_bx .rgt .qte_btn a:hover {
  background-color: #ff0000;
  box-shadow: unset;
}
.prd_bx .rgt .dtl_usp {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #747474;
}
.prd_bx .rgt .dtl_usp ul {
  display: flex;
  align-items: center;
}
.prd_bx .rgt .dtl_usp ul li {
  width: 50%;
}
.prd_bx .rgt .dtl_usp ul li .img_blk {
  background-color: #133864;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prd_bx .rgt .dtl_usp ul li:not(:last-child) {
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #747474;
}
.prd_bx .rgt .dtl_usp ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.prd_bx .rgt .dtl_usp ul li b {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}
.prd_bx .rgt .dtl_usp ul li span {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  display: block;
}

.spec-box {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 80px;
}

.spec-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.spec-col:first-child {
  padding-right: 50px;
}

.spec-col:last-child {
  padding-left: 50px;
}

.spec-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 8px 0;
  flex-shrink: 0;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(143, 143, 143, 0.71);
  transition: 0.2s all ease-in-out;
}

.spec-col .spec-row:last-child {
  border-bottom: none;
}

.spec-key {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.spec-val {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
}

.grn_blk {
  position: relative;
  background: url(../images/bg_dtl.png) no-repeat;
  background-size: cover;
  margin-top: 160px;
}
.grn_blk .prnt {
  display: flex;
  align-items: center;
  padding: 54px 0px;
  position: relative;
}
.grn_blk .prnt .lft {
  width: 50%;
  position: absolute;
  top: -110px;
  left: 0;
}
.grn_blk .prnt .lft img {
  height: 604px;
  -o-object-fit: cover;
  object-fit: cover;
}
.grn_blk .prnt .rgt {
  width: 50%;
  padding-left: 78px;
  margin-left: auto;
}
.grn_blk .prnt .rgt > span {
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #e2000f;
  display: block;
  padding-bottom: 11px;
  font-weight: 700;
}
.grn_blk .prnt .rgt b {
  font-size: 40px;
  line-height: 51px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  display: block;
  padding: 0px 0px 17px;
  width: 706px;
}
.grn_blk .prnt .rgt p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 34px;
}
.grn_blk .prnt .rgt .btns a {
  background-color: #e2000f;
  border: 1px solid #e2000f;
}
.grn_blk .prnt .rgt .btns a:hover {
  background-color: #000;
  border-color: #000;
}

.categories {
  display: flex;
  gap: 14px;
  overflow: auto;
  margin-bottom: 30px;
  margin-top: 50px;
}

.category {
  min-width: unset;
  padding: 11px;
  border-radius: 27px;
  border: 1px solid #516c8d;
  cursor: pointer;
  background: #062d5c;
  transition: 0.3s;
  width: 23%;
  overflow: hidden;
}

.category:hover {
  background: #07db42;
  transform: translateY(-2px);
}

.category b {
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0px;
}

.category.active {
  background: #07db42;
  transform: translateY(-2px);
}

.category img {
  width: 100%;
  height: 205px;
  border-radius: 13px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.category p {
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}

/* BAR */
.topbar {
  background: rgba(255, 255, 255, 0.1);
  padding: 11px 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

.topbar select {
  padding: 8px;
  border-radius: 9px;
  margin-left: 7px;
  cursor: pointer;
}

.products.pplr_prdct {
  background-color: unset;
  padding: 40px 0px 100px;
}

.cte_prdctt {
  z-index: 0;
  position: relative;
}

header.sub_pge .prnt .srch_ .auto_sug {
  top: 93px;
}
header.sub_pge .prnt .srch_ .auto_sug.shw_ {
  top: 93px !important;
}
#d-stars {
  color: #ffdb00 !important;
  font-size: 19px;
  line-height: 19px;
}
#d-wattages {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#d-colors {
  display: flex;
  gap: 11px;
}

/* vid */

.videos {
  padding: 90px 0px;
}
.videos .hd span {
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.videos .hd {
  text-align: center;
  margin-bottom: 35px;
}
.videos .hd h1 {
  color: #fff;
}
.videos .video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.videos .video-grid .video-tile {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 15.94%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

.videos .video-grid .video-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 13px;
}
.videos .video-grid .video-tile .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  transition:
    opacity 0.3s ease,
    transform 0.25s ease;
}
.videos .video-grid .video-tile .play-btn svg {
  width: 53px;
  height: 53px;
  fill: #00da4d;
  margin-left: 3px;
}

.about {
  padding: 100px 0px;
  background-color: #1f426d;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
}
.about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
.about-img {
  border-radius: 12px;
  overflow: hidden;
}
.about-img.tall {
  aspect-ratio: 3/4.5;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.about-img.short {
  aspect-ratio: 3/3.5;
  margin-top: 38px;
}
.about-text > span {
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.about-text {
  padding-left: 25px;
}

.about-text h2 {
  color: #fff;
  margin-bottom: 14px;
}
.about-text p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 34px;
  color: #fff;
  padding-bottom: 36px;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin-bottom: 30px;
}
.stat {
  display: flex;
  align-items: center;
  gap: 14px;
}
.stat-ic {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(16 185 129 / 15%);
  color: #14d399;
  flex-shrink: 0;
}
.stat-num {
  font-size: 17px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
.stat-label {
  font-size: 15px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgb(255 255 255 / 72%);
}
.about-text .btn a {
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 5px 7px 5px 34px;
  color: #fff;
  border-radius: 35px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  width: fit-content;
}
.about-text .btn a span {
  height: 43px;
  width: 43px;
  min-width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.about-text .btn a img {
  transition: all 0.2s ease-in-out;
  height: 14px;
}
.about-text .btn a:hover {
  background-color: #00da4d;
  border-color: #00da4d;
  box-shadow: 0 4px 10px #00da4d;
}
.about-text .btn a:hover span img {
  transform: rotate(45deg);
}
.how {
  padding: 90px 0px;
}
.how .hd span {
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.how .hd {
  text-align: center;
  margin-bottom: 40px;
}
.how h3 {
  color: #fff;
}
.steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0 12px;
  margin-top: 30px;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 8px;
}
.step-circle {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px dashed rgba(16, 185, 129, 0.6);
  display: grid;
  place-items: center;
  color: #14d399;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.03);
}
.step-num {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid #0a3a62;
}
.step-arrow {
  width: 90px;
  height: 36px;
  margin-top: -50px;
}
.step p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  max-width: 220px;
  color: rgb(255 255 255 / 72%);
}
.step b {
  font-size: 17px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: block;
  padding-bottom: 12px;
}
.projects {
  background-color: rgb(31, 66, 109);
  padding: 100px 0px;
}
.projects .hd {
  text-align: center;
  margin-bottom: 40px;
}
.projects .hd span {
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.projects .hd h4 {
  color: #fff;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 38px;
}
.filter {
  padding: 12px 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 999px;
  border: 0.5px solid #fff !important;
  background: transparent;
  color: #fff;
  transition: all 0.2s ease;
}
.filter.active {
  background: #10b981;
  border-color: #10b981;
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.35);
}
.filter:hover {
  background: #10b981;
  border-color: #10b981;
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.35);
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.project-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  color: #1a1f2e;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.card-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  z-index: 2;
}
.tag-green {
  background: #10b981;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.card-body {
  padding: 18px 18px 22px;
}

.card-body b {
  font-size: 17px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1a1f2e;
  display: block;
  padding-bottom: 10px;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 10px;
}
.card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.card-body p {
  font-size: 15px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #6b7280;
}

.cta {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  isolation: isolate;
}
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/images/Rectangle\ 814.svg") center / cover no-repeat;
  background-attachment: fixed;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}
.cta-text > span {
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
  display: block;
}

.cta-text > b {
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
  display: block;
}
.cta-list {
  display: grid;
  gap: 10px;
}
.cta-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 500;
}
.cta-list .check {
  width: 22px;
  height: 22px;
  background: #10b981;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}
.cta-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.cta-card {
  background: #fff;
  color: #1a1f2e;
  padding: 24px;
  border-radius: 13px;
}
.cta-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}
.cta-card p {
  font-size: 13px;
  font-size: 16px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #666;
  margin-bottom: 18px;
}

.cta-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  white-space: nowrap;
  background: #10b981;
  color: #fff;
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.35);
}
.contact-info-section {
  padding: 90px 0px;
}
.ci-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: flex-start;
}
.contact-info-section .ci-left span {
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.contact-info-section .ci-left h1 {
  margin-bottom: 23px;
  color: #fff;
}
.contact-info-section .ci-left p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 34px;
  color: #b5c1c7;
  padding-bottom: 26px;
}
.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.info-card {
  background: #163f73 !important;
  transition: all 0.35s ease !important;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 12px;
  padding: 24px 18px 22px;
  text-align: center;
  transition: all 0.35s ease !important;
}
.info-ic {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #14d399;
}

.info-label {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 34px;
  color: #b5c1c7;
  padding-bottom: 18px;
  font-weight: 500;
}
.info-val {
  font-size: 18px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  display: block;
  color: #fff;
  transition: all 0.1s ease-in-out;
}
.info-card:hover {
  background: #00da4d !important;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 218, 77, 0.35);
}
.info-card:hover .info-ic {
  background: #fff !important;
  color: #00da4d !important;
}
.info-card:hover .info-label {
  color: #fff;
}
.ci-right {
  display: flex;
  justify-content: flex-end;
}
.ci-photo {
  width: 100%;
  max-width: 680px;
  border-radius: 12px;
  overflow: hidden;
}
.ci-photo img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}

.form-section {
  padding: 0px 0 80px;
}
.form-section .form-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 0.55fr;
  gap: 28px;
  align-items: start;
}
.map-col {
  position: relative;
}
.map-wrap {
  width: 100%;
  height: 665px;
  border-radius: 20px;
  overflow: hidden;
}
.map-wrap iframe {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.form-section .form-grid .form-col > b {
  line-height: 39px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #00da4d;
}
.form-section .form-grid .form-col > h2 {
  color: #fff;
  padding-bottom: 20px;
}

.form-title {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  letter-spacing: 0.4px;
  margin-bottom: 26px;
}

.cform {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.flbl {
  font-size: 18px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  display: block;
  color: #fff;
  display: block;
  padding-bottom: 7px;
}
.finput {
  width: 100%;
  padding: 12px 16px;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(97 90 90 / 22%) !important;
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  display: block;
  color: #fff;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.finput::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.finput:focus {
  border-color: rgb(255 255 255 / 7%);
  background: rgba(16, 185, 129, 0.07);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}
.finput.has-error {
  border-color: red;
}
.finput.has-error:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}
textarea.finput {
  resize: vertical;
  min-height: 110px;
}

.err {
  font-size: 14px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  display: block;
  color: red;
  min-height: 16px;
}
.err-agree {
  margin-top: -10px;
}

/* Checkbox */
.check-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.check-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkmark {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  border: 2px solid rgb(255 255 255 / 22%);
  border-radius: 4px;
  background: rgb(255 255 255 / 7%);
  display: grid;
  place-items: center;
  transition:
    background 0.2s,
    border-color 0.2s;
  position: relative;
}
.checkmark::after {
  content: "";
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-1px, -1px);
  opacity: 0;
  transition: opacity 0.15s;
}
.check-wrap input:checked ~ .checkmark {
  background: #10b981;
  border-color: #10b981;
}
.check-wrap input:checked ~ .checkmark::after {
  opacity: 1;
}
.check-wrap input:focus-visible ~ .checkmark {
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3);
}

.check-text {
  font-size: 16px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  display: block;
  color: #fff;
  line-height: 1.5;
}
.tlink {
  color: #10b981;
  font-weight: 600;
}
.tlink:hover {
  text-decoration: underline;
}
.form-grid .form-col {
  margin-left: 20px;
}
.form-grid .form-col .btn-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  background: linear-gradient(135deg, #10b981, #10b981);
  color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.35);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
  font-size: 16px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
button.btn-submit + input#cf_name {
  display: none;
}
.map-btn {
  margin-top: 35px;
}
.map-btn a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #00da4d;
  color: #fff;
  padding: 9px 14px;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 218, 77, 0.25);
}
.map-btn a span svg {
  height: 26px;
  width: 26px;
}

.video-tile {
  background: #1a1a2e;
  border-radius:13px;
}

.video-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.06) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: shimmer 1.3s infinite;
}

/* Hide shimmer once video is ready */
.video-tile.loaded::before {
  display: none;
}

@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}

.prdct_sldr .item:hover .img_blk > img:first-child,
.pplr_prdct.hme .prnt .item:hover .img_blk >  img:first-child{
display: none;
}

.prdct_sldr .item .img_blk > img:nth-child(2),
.pplr_prdct.hme .prnt .item .img_blk > img:nth-child(2){
display:none;
}

.prdct_sldr .item:hover .img_blk > img:nth-child(2),
.pplr_prdct.hme .prnt .item:hover .img_blk > img:nth-child(2){
display:block;
}

.pplr_prdct .prnt .item .txt_blk .rvw p {
font-weight:700;
letter-spacing:1px;
}

.prd_bx .rgt .rtng .lft {
 display:none;
}
li.highlight {
  position: relative;
}
li.highlight .img_blk {
  box-shadow: 0 0 0 2px #ff7a1a, 0 0 14px rgba(255, 122, 26, 0.5);
  border-radius: 50%;
}
li.highlight .tag {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff7a1a;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 2px 10px;
    border-radius: 12px;
    white-space: nowrap;
}
li.highlight .mfr {
  color: #ffac6b !important;
  font-weight: 600 !important;
}
.prd_bx .rgt .dtl_usp ul li.highlight .txt_blk b {
    color: #ff7a1a;
}
.prd_bx .rgt .dtl_usp ul li.highlight .img_blk img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(100%) saturate(501%) hue-rotate(-29deg) brightness(0.67) contrast(2);
}
header .prnt .lgo a img{
    object-fit:cover !important;
}
header .prnt .lgo {
    width: 222px;
}
.sel-bar {
    flex-wrap: wrap !important;
}
#d-colors {
    flex-wrap: wrap !important;
}

.qty-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}

.qty-label {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.qty-ctrl {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  overflow: hidden;
}

.qty-btn {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.qty-btn:hover {
  background: rgba(255,255,255,0.18);
}

.qty-input {
  width: 52px;
  height: 36px;
  text-align: center;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(255,255,255,0.15);
  border-right: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qty-input {
  -moz-appearance: textfield;
}


#visitor-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 8, 14, 0.85);
  backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: fadeIn 0.3s ease;
}

#visitor-overlay.hidden {
  display: none;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#visitor-modal {
  background: linear-gradient(145deg, #0e1420, #141c2e);
  border: 1px solid rgba(110, 140, 255, 0.2);
  border-radius: 20px;
  padding: 40px 36px;
  width: 100%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 0 60px rgba(100, 120, 255, 0.15), 0 20px 60px rgba(0,0,0,0.5);
  animation: slideUp 0.35s ease;
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

#modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgb(62 126 85);
    border: unset;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

#modal-close:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.modal-header {
  text-align: center;
  margin-bottom: 28px;
  flex-wrap:wrap;
}

.modal-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.modal-header h2 {
  color: #e8eef8;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}

.modal-header p {
  color: #7a8aa8;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  width:100%;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  color: #c0cce0;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.3px;
}

.form-group .req { color: #ff7a1a; }
.form-group .opt {
  color: #556;
  font-weight: 400;
  font-size: 12px;
}

.form-group input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(110, 140, 255, 0.2);
  border-radius: 10px;
  padding: 12px 16px;
  color: #e8eef8;
  font-size: 14px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.form-group input::placeholder { color: #445; }

.form-group input:focus {
  border-color: rgba(110, 140, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(110, 140, 255, 0.1);
}

#modal-submit {
  width: 100%;
  background: linear-gradient(135deg, #4a7aff, #7a4aff);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  cursor: pointer;
  margin-top: 6px;
  letter-spacing: 0.4px;
  transition: opacity 0.2s, transform 0.15s;
}

#modal-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

#modal-submit:active { transform: translateY(0); }

.bulk-order-tab {
  position: fixed;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #3dff8f, #22c55e);
  color: #06381f;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 11px;
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 999;
  transition: padding 0.2s ease;
  animation: bulkGlow 2s ease-in-out infinite,
             bulkShake 4.5s ease-in-out infinite;
}

.bulk-order-tab:hover {
  padding-right: 15px;
  animation-play-state: paused;
}

@keyframes bulkGlow {
  0%, 100% {
    box-shadow: -3px 0 12px rgba(34, 255, 120, 0.5),
                0 0 0 0 rgba(34, 255, 120, 0.55);
  }
  50% {
    box-shadow: -3px 0 22px rgba(34, 255, 120, 0.85),
                0 0 0 12px rgba(34, 255, 120, 0);
  }
}

@keyframes bulkShake {
  0%, 88%, 100% { transform: translateY(-50%) rotate(0deg); }
  90% { transform: translateY(-50%) rotate(-4deg); }
  92% { transform: translateY(-50%) rotate(4deg); }
  94% { transform: translateY(-50%) rotate(-3deg); }
  96% { transform: translateY(-50%) rotate(3deg); }
  98% { transform: translateY(-50%) rotate(0deg); }
}

/* org */

@media screen and (max-width: 2300px) {
  .banner_blk .prnt {
    padding: 114px 0px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 744px;
  }
}
@media screen and (max-width: 2200px) {
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 738px;
  }
  .banner_blk .prnt {
    padding: 113px 0px;
  }
}
@media screen and (max-width: 2100px) {
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 683px;
  }
  .banner_blk .prnt .rgt .slide-track img {
    height: 308px;
  }
  .banner_blk .prnt {
    padding: 85px 0px;
  }
}
@media screen and (max-width: 2000px) {
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 650px;
    padding-left: 70px;
  }
  .banner_blk .prnt .rgt .slide-track img {
    height: 292px;
  }
  .banner_blk .prnt {
    padding: 76px 0px;
  }
  .banner_blk .prnt .rgt .column:last-child {
    top: 48px;
  }
  .banner_blk .prnt .rgt .column:first-child {
    bottom: 48px;
  }
  .banner_blk .prnt .lft .hd span {
    font-size: 25px;
    line-height: 31px;
  }
}
@media screen and (max-width: 1900px) {
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 618px;
  }
  .banner_blk .prnt {
    padding: 59px 0px;
  }
}
@media screen and (max-width: 1800px) {
  .container {
    padding: 0px 13px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 73px;
    line-height: 83px;
  }
  .banner_blk .prnt {
    padding: 50px 0px;
  }
  .banner_blk .prnt .rgt .slide-track img {
    height: 256px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 571px;
  }
  .banner_blk .prnt .rgt .column:last-child {
    top: 32px;
  }
  .banner_blk .prnt .rgt .column:first-child {
    bottom: 32px;
  }
  footer .btm .itm:last-child {
    padding-left: 109px;
  }
  footer .tp form {
    margin: 0px 91px;
  }
  .blg_blk .prnt .item {
    width: 100%;
  }
  .blg_blk .prnt .item .txt_blk img {
    height: auto;
    width: auto;
  }
  header .prnt .mnu > ul > li:not(:last-child) {
    margin-right: 29px;
  }
  header .prnt .mnu > ul > li.hv_mnu > a::before {
    right: -20px;
  }
  header .prnt .mnu {
    margin: 0px 58px 0px 60px;
  }
  .mega-wrap {
    max-width: 98.5%;
  }
  .srvcs_blk .pren {
    gap: 18px;
  }
  .srvcs_blk .pren .itm > img {
    height: 360px;
  }
  .breadcrumbs .cnt {
    padding: 200px 0px 106px 0px;
    position: relative;
  }
  .breadcrumbs .cnt b {
    font-size: 43px;
    line-height: 53px;
    padding-bottom: 16px;
  }
  header .prnt .mnu {
    margin: 0px 42px 0px 60px;
  }
}
@media screen and (max-width: 1700px) {
  header .prnt .mnu {
    margin: 0px 56px 0px 48px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 60px;
    line-height: 75px;
  }
  .banner_blk .prnt {
    padding: 60px 0px;
  }
  .srvcs_blk {
    padding: 85px 0px;
  }
  header .prnt .mnu {
    margin: 0px 56px 0px 48px;
  }
  header .prnt .mnu > ul > li > a {
    padding: 5px 9px;
    font-size: 15px;
  }
  .prdct_sldr .item .img_blk > img {
    height: 214px;
  }
  .tsts_prtr .prnt .lft .ovrly {
    right: -4px;
  }
  .pplr_prdct .prnt .item .img_blk > img {
    height: 235px;
  }
  .pplr_prdct .prnt {
    gap: 21px;
  }
  .pplr_prdct .prnt .item .txt_blk > b {
    font-size: 18px;
    line-height: 24px;
  }
  .pplr_prdct .prnt .item .img_blk > img {
    height: 220px;
  }
  footer .tp form {
    margin: 0px 49px;
  }
  footer .btm .itm:last-child {
    padding-left: 77px;
  }
  footer .btm .itm:nth-child(3) {
    width: 16%;
  }
  header .prnt .mnu {
    margin: 0px 28px 0px 38px;
  }
  header .prnt .srch_ {
    width: 418px;
  }
  header .prnt .mnu > ul > li.hv_mnu > a::before {
    right: -20px;
    top: 6px;
  }
  .srvcs_blk .pren {
    gap: 17px;
    row-gap: unset;
  }
  .srvcs_blk .pren .itm > img {
    height: 340px;
  }
  .prd_bx .rgt > p {
    font-size: 17px;
    line-height: 29px;
  }
  .prd_bx .rgt .pric .offr_lbl::before {
    left: -11px;
  }
  .category img {
    height: 180px;
  }
  .category b {
    font-size: 17px;
    line-height: 27px;
  }
  header .prnt .mnu > ul > li:not(:last-child) {
    margin-right: 27px;
  }
  .videos .video-grid {
    gap: 13px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 51px;
    line-height: 71px;
}
}
@media screen and (max-width: 1600px) {
  header .prnt .cnct {
    margin-left: 23px;
    gap: 11px;
  }
  header .prnt .cnct ul {
    gap: 25px;
    width: 292px;
  }
  header .prnt .mnu > ul > li > a {
    padding: 5px 7px;
    font-size: 14px;
    line-height: 24px;
  }
  header .prnt .lgo a {
    display: block;
    margin-right: 7px;
  }
  header .prnt .lgo a img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  header .prnt .lgo {
    width: 190px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 55px;
    line-height: 68px;
  }
  .banner_blk .prnt .lft .hd span {
    font-size: 21px;
    line-height: 27px;
  }
  .banner_blk .prnt .rgt .slide-track img {
    height: 223px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 543px;
  }
  .prdct_sldr .item .img_blk > img {
    height: 212px;
  }
  .tsts_prtr .prnt .lft img {
    max-width: 688px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 34px;
    line-height: 46px;
  }
  .pplr_prdct .prnt {
    gap: 20px;
  }
  .pplr_prdct .prnt .item .txt_blk > b {
    font-size: 17px;
    line-height: 22px;
  }
  footer .tp form {
    max-width: 546px;
    margin: 0px 49px;
  }
  footer .btm .itm:last-child {
    padding-left: 32px;
  }
  header .prnt .srch_ form input {
    padding: 13px 20px 13px 62px;
    font-size: 16px;
    line-height: 23px;
  }
  header .prnt .srch_ form button {
    top: 10px;
  }
  header .prnt .srch_ form button img {
    width: 23px;
    height: 23px;
  }
  header .prnt .srch_ {
    width: 400px;
    margin-left: 19px;
  }
  header .prnt .mnu > ul > li.hv_mnu > a::before {
    right: -23px;
  }
  .srvcs_blk .pren {
    gap: 17px;
    row-gap: 46px;
  }
  .srvcs_blk .pren .itm .txt .lft b {
    font-size: 18px;
    line-height: 21px;
  }
  .srvcs_blk .pren .itm > img {
    height: 344px;
  }
  header .prnt .srch_ .auto_sug.shw_ {
    top: 70px;
  }
  .srvcs_blk .pren {
    gap: 15px;
    row-gap: unset !important;
  }
  .srvcs_blk .pren .itm > img {
    height: 305px;
  }
  .breadcrumbs .cnt b {
    font-size: 39px;
    line-height: 50px;
    padding-bottom: 14px;
  }
  .prd_bx .prnt .rgt {
    padding-left: 50px;
  }
  .grn_blk .prnt .rgt b {
    width: 100%;
  }
  .prd_bx .rgt .pric b {
    font-size: 35px;
    line-height: 46px;
  }
  .category img {
    height: 160px;
  }
  .category b {
    font-size: 16px;
    line-height: 26px;
  }
  .videos .video-grid {
    gap: 12px;
  }
  header .prnt .lgo {
    width: 215px;
}
.banner_blk .prnt .lft strong {
    font-size: 48px;
    line-height: 68px;
}
}
@media screen and (max-width: 1500px) {
  header .prnt .lgo {
    width: 160px;
  }
  header .prnt {
    padding: 13px 27px;
  }
  header .prnt .lgo {
    width: 149px;
  }
  header .prnt .mnu > ul > li > a {
    padding: 5px 5px;
  }
  header .prnt .mnu {
    margin: 0px 30px 0px 32px;
  }
  header .prnt .srch_ .auto_sug ul li a img {
    height: 41px;
    width: 41px;
    min-width: 41px;
  }
  header .prnt .srch_ .auto_sug.shw_ {
    top: 70px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 51px;
    line-height: 61px;
    padding: 8px 0px 12px;
  }
  .banner_blk .prnt .rgt .slide-track img {
    height: 190px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 510px;
  }
  header .prnt {
    margin-top: 14px;
  }
  .prdct_sldr {
    padding: 70px 0px;
  }
  .prdct_sldr .item .img_blk > img {
    height: 195px;
  }
  .prdct_sldr .item .txt_blk > b {
    font-size: 19px;
    line-height: 22px;
  }
  .prdct_sldr .item .txt_blk > a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 23px;
    margin-top: 12px;
  }
  .tsts_prtr .prnt .lft img {
    max-width: 622px;
  }
  .pplr_prdct {
    padding: 60px 0px;
  }
  .pplr_prdct .prnt {
    gap: 18px;
  }
  .pplr_prdct .prnt .item {
    width: 24%;
  }
  .pplr_prdct .prnt .item .txt_blk strong {
    font-size: 22px;
    line-height: 22px;
  }
  .pplr_prdct .prnt .item .img_blk > img {
    height: 195px;
  }
  .pplr_prdct .prnt .item .txt_blk > a {
    font-size: 17px;
    line-height: 23px;
    padding: 11px 23px;
    margin-top: 17px;
  }
  .blg_blk .prnt .item .txt_blk p {
    font-size: 16px;
    line-height: 23px;
  }
  footer .tp form {
    max-width: 488px;
    margin: 0px 26px;
  }
  footer .btm .itm:nth-child(2) {
    width: 13%;
  }
  footer .btm .itm:nth-child(3) {
    width: 17%;
  }
  footer .btm .itm:last-child {
    padding-left: 14px;
  }
  footer .tp form button {
    right: 7px;
    top: 6px;
    padding: 13px 41px;
  }
  footer .tp form input {
    padding: 18.5px 39px;
  }
  header .prnt .srch_ {
    width: 356px;
    margin-left: 19px;
  }
  header .prnt .cnct {
    margin-left: 26px;
    gap: 11px;
  }
  header .prnt .cnct ul {
    gap: 13px;
  }
  header .prnt .mnu > ul > li:not(:last-child) {
    margin-right: 33px;
  }
  header .prnt .srch_ .auto_sug .catg ul li a {
    font-size: 16px;
    line-height: 28px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk b {
    font-size: 17px;
    line-height: 24px;
  }
  .sub-item a {
    font-size: 15px;
    line-height: 20px;
  }
  .mega-wrap {
    max-width: 98.2%;
  }
  .srvcs_blk .pren {
    gap: 16px;
    row-gap: 42px;
  }
  .srvcs_blk .pren .itm > img {
    height: 308px;
  }
  .srvcs_blk .pren .itm .txt .lft b {
    font-size: 17px;
    line-height: 19px;
  }
  .srvcs_blk .pren .itm .txt {
    padding: 11px 20px;
  }
  .rvw_blk .item img {
    height: 405px;
  }
  .srvcs_blk .pren {
    gap: 14px;
  }
  .srvcs_blk .pren .itm > img {
    height: 290px;
  }
  .breadcrumbs .cnt {
    padding: 167px 0px 80px 0px;
    position: relative;
  }
  .breadcrumbs .cnt b {
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 12px;
  }
  .pv-card {
    height: 578px;
  }
  .prd_bx .rgt > strong {
    font-size: 35px;
    line-height: 44px;
    padding: 13px 0px 15px;
  }
  .sel-bar {
    width: 100%;
  }
  .watt-btn {
    font-size: 15px;
    line-height: 23px;
    padding: 5px 10px;
  }
  .grn_blk .prnt .lft img {
    height: 550px;
  }
  .grn_blk .prnt .rgt b {
    font-size: 34px;
    line-height: 43px;
  }
  .grn_blk .prnt .lft {
    top: -89px;
  }
  .category img {
    height: 150px;
  }
  .category b {
    font-size: 15px;
    line-height: 23px;
  }
  header.sub_pge .prnt .srch_ .auto_sug.shw_ {
    top: 83px !important;
  }
  header .prnt .mnu > ul > li:not(:last-child) {
    margin-right: 31px;
  }
  .videos .video-grid {
    gap: 11px;
  }
  .videos {
    padding: 75px 0px;
  }
  .contact-info-section .ci-left p {
    font-size: 17px;
    line-height: 29px;
    padding-bottom: 22px;
  }
  .contact-info-section {
    padding: 70px 0px;
  }
  .info-card {
    width: 100%;
    min-width: 275px;
}
header .prnt .lgo {
    width: 189px;
}
.banner_blk .prnt .lft strong {
    font-size: 45px;
    line-height: 61px;
}
}
@media screen and (max-width: 1400px) {
  header .prnt .cnct .wshlst > span {
    font-size: 14px;
    line-height: 17px;
    padding-left: 6px;
  }
  header .prnt .cnct ul .scnd span a,
  header .prnt .cnct ul .scnd > a {
    font-size: 15px;
    line-height: 16px;
  }
  header .prnt .cnct ul {
    gap: 19px;
    width: 271px;
  }
  header .prnt .cnct ul .fst span {
    height: 19px;
    width: 19px;
    min-width: 19px;
    right: -6px;
    top: -1px;
  }
  header .prnt .cnct {
    margin-left: 19px;
    gap: 11px;
  }
  header .prnt .srch_ form input {
    padding: 12px 20px 12px 62px;
    font-size: 15px;
    line-height: 23px;
  }
  header .prnt .srch_ form button img {
    width: 21px;
    height: 21px;
  }
  header .prnt .srch_ form button {
    top: 10px;
  }
  header .prnt .cnct .wshlst a img {
    height: 28px;
    width: 28px;
    min-width: 27px;
  }
  header .prnt .lgo {
    width: 178px;
  }
  header .prnt .srch_ {
    width: 262px;
  }
  header .prnt {
    justify-content: space-between;
  }
  .srvcs_blk {
    padding: 67px 0px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 29px;
    line-height: 41px;
  }
  .tsts_prtr .prnt .lft img {
    max-width: 569px;
  }
  .tsts_prtr .prnt .lft .ovrly b {
    font-size: 33px;
    line-height: 39px;
  }
  .tsts_prtr .prnt .lft .ovrly {
    padding: 25px 20px;
  }
  .pplr_prdct .prnt {
    gap: 17px;
  }
  footer .tp form {
    max-width: 415px;
    margin: 0px 25px;
  }
  footer .tp .lst {
    gap: 18px;
    margin-left: 17px;
  }
  footer .tp .lst .scl_icn {
    gap: 7px;
  }
  footer .btm .itm:nth-child(2) {
    width: 11%;
  }
  footer .btm .itm:last-child {
    padding-left: 5px;
    width: 37%;
  }
  footer .tp {
    justify-content: space-between;
  }
  header .prnt .srch_ .auto_sug {
    width: 570px;
  }
  header .prnt .srch_ .auto_sug .catg ul li a {
    font-size: 15px;
    line-height: 30px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .img_blk {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk b {
    font-size: 16px;
    line-height: 22px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk span {
    font-size: 17px;
    line-height: 24px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk del {
    font-size: 14px;
    line-height: 24px;
  }
  header .prnt .srch_ form input {
    padding: 12px 20px 12px 50px;
    font-size: 14px;
    line-height: 23px;
  }
  header .prnt .srch_ form button {
    top: 9px;
    left: 14px;
  }
  .srvcs_blk .pren {
    gap: 14px;
    row-gap: 40px;
  }
  .srvcs_blk .pren .itm > img {
    height: 298px;
  }
  .srvcs_blk .pren .itm .txt .lft b {
    font-size: 15px;
    line-height: 15px;
  }
  .srvcs_blk .pren .itm .txt .rgt span {
    height: 37px;
    width: 37px;
    min-width: 37px;
  }
  .srvcs_blk .pren .itm .txt .rgt span img {
    height: 12px;
  }
  .srvcs_blk .pren .itm .txt {
    padding: 9px 19px;
    border-radius: 7px 32px 7px 13px;
  }
  .rvw_blk .item img {
    height: 380px;
  }
  .srvcs_blk .pren .itm > img {
    height: 265px;
  }
  .sel-label {
    font-size: 17px;
    line-height: 22px;
  }
  .watt-btn {
    font-size: 13px;
    line-height: 19px;
    padding: 4px 8px;
  }
  .color-swatch {
    width: 24px;
    height: 24px;
  }
  .sel-bar {
    gap: 18px;
  }
  .spec-row {
    padding: 15px 0;
  }
  .spec-col:first-child {
    padding-right: 40px;
  }
  .spec-col:last-child {
    padding-left: 40px;
  }
  .spec-box {
    padding-bottom: 65px;
  }
  .prd_bx .rgt .pric .offr_lbl::before {
    left: -12px;
  }
  .prd_bx .rgt > p {
    font-size: 15px;
    line-height: 25px;
  }
  .grn_blk .prnt .lft img {
    height: 485px;
  }
  .grn_blk .prnt .lft {
    top: -51px;
  }
  .grn_blk .prnt {
    padding: 37px 0px;
  }
  .grn_blk .prnt .rgt p {
    font-size: 17px;
    line-height: 31px;
  }
  .category img {
    height: 135px;
  }
  .products.pplr_prdct {
    background-color: unset;
    padding: 18px 0px 70px;
  }
  .category b {
    font-size: 14px;
    line-height: 20px;
  }
  .topbar {
    padding: 9px 16px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
  }
  .topbar select {
    padding: 7px 6px;
    font-size: 13px;
    line-height: 23px;
  }
  .card-img {
    height: 181px;
  }
  .card-body b {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 9px;
  }
  .card-body p {
    font-size: 14px;
    line-height: 19px;
  }
  .card-body {
    padding: 13px 16px 22px;
  }
  .cta-text > b {
    font-size: 32px;
    line-height: 42px;
  }
  .form-grid .form-col {
    margin-left: 0px;
}
header .prnt .lgo {
    width: 190px;
}
.banner_blk .prnt .lft strong {
    font-size: 42px;
    line-height: 61px;
}
}
@media screen and (min-width: 1301px) {
  footer .btm .itm > ul {
    display: block !important;
  }
}
@media screen and (max-width: 1300px) {
  header .prnt {
    justify-content: space-between;
  }
  header .prnt .mnu {
    background-color: #224c7e;
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 9999;
    width: 320px;
    height: 100%;
    transition-duration: 500ms;
    padding: 96px 27px 50px 27px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: unset;
  }
  header .prnt .burgr_icn {
    display: block;
  }
  header .prnt .burgr_icn img {
    filter: invert(1);
    height: 23px;
  }
  header .prnt .srch_ {
    width: 392px;
  }
  header .prnt .lgo {
    width: 167px;
  }
  header .prnt .mnu.opn {
    right: 0;
  }
  .body_new {
    position: relative;
    height: 100%;
    overflow-y: hidden;
    z-index: 999999;
  }
  .body_new::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.2s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  header .prnt .mnu .cls_icn {
    display: block;
  }
  header .prnt .mnu .cls_icn {
    display: block;
    position: absolute;
    z-index: 5;
    right: 25px;
    top: 16px;
  }
  header .prnt .mnu .cls_icn img {
    filter: brightness(100);
    height: 19px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 547px;
  }
  header .prnt .mnu ul li {
    display: block;
    text-align: center;
    width: 100%;
  }
  header .prnt .mnu ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  header .prnt .mnu > ul > li > a {
    padding: 13px 0px;
    display: block;
    font-size: 16px;
    line-height: 26px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 47px;
    line-height: 55px;
  }
  .banner_blk .prnt .lft p {
    font-size: 17px;
    line-height: 29px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 483px;
    padding-left: 30px;
  }
  .prdct_sldr .item .img_blk > img {
    height: 178px;
  }
  .prdct_sldr .item .txt_blk {
    padding: 20px 24px 24px 24px;
  }
  .pplr_prdct .prnt {
    gap: 15px;
  }
  .pplr_prdct .prnt .item .img_blk > img {
    height: 170px;
  }
  .pplr_prdct .prnt .item .txt_blk {
    padding: 17px 24px 24px 24px;
  }
  .pplr_prdct .prnt .item .txt_blk > b {
    font-size: 16px;
    line-height: 19px;
  }
  .blg_blk .prnt .item .img_blk img {
    height: 239px;
  }
  .blg_blk .prnt .item .txt_blk b {
    font-size: 18px;
    line-height: 25px;
  }
  footer .tp {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .tp {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 33px;
  }
  footer .tp ul.frdt {
    width: 49%;
  }
  footer .tp form {
    margin: unset;
    max-width: unset;
    width: 49%;
  }
  footer .btm .itm {
    width: 100% !important;
    padding-left: 0px !important;
  }
  footer .btm {
    flex-direction: column;
  }
  footer .btm .itm > b {
    font-size: 20px;
    line-height: 28px;
    display: block;
    position: relative;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0px;
    padding-left: 0px !important;
  }
  footer .btm .itm > b:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0, 217, 77, 0.3019607843);
  }
  footer .btm .itm > ul {
    display: none;
    margin-bottom: 20px;
  }
  footer .tp {
    border-bottom: unset;
  }
  footer .btm .itm > b::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 18px;
    height: 3px;
    border-radius: 3px;
    transform: translateX(-50%);
    top: 33%;
    right: 2px;
  }
  footer .btm .itm > b::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 18px;
    height: 3px;
    border-radius: 3px;
    transform: translateX(-50%) rotate(90deg);
    top: 33%;
    right: 2px;
  }
  footer .btm .itm .sdrs span {
    font-size: 16px;
    width: 204px;
  }
  footer .btm .itm p {
    font-size: 17px;
    line-height: 26px;
    max-width: 80%;
  }
  footer .btm .itm .sdrs {
    margin-top: 5px;
  }
  footer .btm .itm.tg > b::before {
    transform: translateX(-50%) rotate(-43deg);
  }
  footer .btm .itm.tg > b::after {
    transform: translateX(-50%) rotate(47deg);
  }
  header.lndr .prnt .cnct {
    margin-left: auto;
    gap: 11px;
    margin-right: 22px;
  }
  header {
    z-index: unset;
  }
  .mega-wrap {
    display: none;
  }
  header .prnt .mnu > ul > li.hv_mnu > a::before {
    display: none;
  }
  header .prnt .mnu ul li {
    margin: unset !important;
  }
  header .prnt .mnu > ul > li:not(:last-child) {
    margin-right: unset !important;
  }
  header .prnt .srch_ {
    width: 411px;
    margin-left: 144px;
  }
  .srvcs_blk .pren {
    gap: 13px;
    row-gap: 38px;
  }
  .srvcs_blk .pren .itm > img {
    height: 270px;
  }
  header.sub_pge {
    position: relative;
  }
  .breadcrumbs .cnt {
    padding: 76px 0px 74px 0px;
    position: relative;
  }
  .breadcrumbs .cnt b {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 10px;
  }
  .watt-btn {
    font-size: 12px;
    line-height: 17px;
    padding: 3px 7px;
  }
  .prd_bx .rgt .qte_btn a {
    font-size: 15px;
    line-height: 21px;
    padding: 13px 71px;
  }
  .prd_bx .rgt .dtl_usp ul li b {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 4px;
  }
  .category img {
    height: 130px;
  }
  header.sub_pge .prnt .srch_ .auto_sug.shw_ {
    top: 70px !important;
  }
  .videos .video-grid .video-tile {
    height: 310px;
  }
  .videos .video-grid {
    gap: 10px;
  }
  .videos .video-grid .video-tile .play-btn {
    top: 47%;
    width: 57px;
    height: 57px;
  }
  .videos .video-grid .video-tile .play-btn svg {
    height: 39px;
  }
  .cta-card h3 {
    font-size: 15px;
    line-height: 27px;
  }
  .cta-card p {
    font-size: 15px;
    line-height: 22px;
  }
  .projects {
    padding: 75px 0px;
  }
  header .prnt .lgo {
    width: 200px;
}
.banner_blk .prnt .lft strong {
    font-size: 38px;
    line-height: 55px;
}
}
@media screen and (max-width: 1200px) {
  header .prnt .lgo {
    width: 152px;
  }
  header .prnt .srch_ {
    width: 296px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 43px;
    line-height: 52px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 503px;
  }
  .tsts_prtr {
    padding: 77px 0px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 24px;
    line-height: 36px;
  }
  .tsts_prtr .prnt .rgt p {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0px 25px 0px;
  }
  .tsts_prtr .prnt .lft img {
    max-width: 524px;
  }
  .tsts_prtr .prnt .lft .ovrly b {
    font-size: 29px;
    line-height: 33px;
  }
  .tsts_prtr .prnt .lft .ovrly {
    padding: 23px 10px;
  }
  .tsts_prtr .prnt .lft .ovrly span {
    font-size: 15px;
    width: 162px;
  }
  .pplr_prdct .prnt .item {
    width: 32.4%;
  }
  .pplr_prdct .prnt .item .img_blk > img {
    height: 140px;
  }
  .banner_blk .prnt .lft .hd span {
    font-size: 19px;
    line-height: 23px;
  }
  .rvw_blk {
    padding: 69px 0px;
  }

  header .prnt .srch_ {
    width: 394px;
    margin-left: 85px;
  }
  .srvcs_blk .pren .itm .txt {
    bottom: 4px;
    width: 83%;
  }
  .divider {
    display: none;
  }
  .sel-bar {
    gap: 16px;
    flex-wrap: wrap;
  }
  .prd_bx .rgt .pric b {
    font-size: 32px;
    line-height: 38px;
  }
  .prd_bx .rgt .pric del {
    font-size: 17px;
    line-height: 22px;
    padding-right: 16px;
  }
  .prd_bx .rgt .dtl_usp {
    margin-top: 20px;
    padding-top: 22px;
    border-top: 1px solid #747474;
  }
  .grn_blk .prnt .lft {
    top: 8px;
  }
  .grn_blk .prnt .lft img {
    height: 425px;
  }
  .grn_blk .prnt .rgt b {
    font-size: 29px;
    line-height: 38px;
  }
  .category img {
    height: 120px;
  }
  .category b {
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
  }
  .prd_bx .rgt .rtng .rgt b {
    font-size: 15px;
    line-height: 20px;
  }
  .videos .video-grid .video-tile {
    width: 100%;
  }
  .videos .video-grid .video-tile .play-btn {
    top: 48%;
  }
  .about {
    padding: 70px 0px;
  }
  .about-text p {
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 23px;
  }
  .how .hd span {
    line-height: 34px;
    font-size: 26px;
  }
  .how {
    padding: 65px 0px;
  }
  .card-img {
    height: 152px;
  }
  .project-grid {
    gap: 9px;
  }
  .card-body b {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
  }
  .card-body p {
    font-size: 13px;
    line-height: 17px;
  }
  .cta-text > b {
    font-size: 23px;
    line-height: 31px;
  }
  header .prnt .lgo {
    width: 186px;
}
.banner_blk .prnt .lft strong {
    font-size: 35px;
    line-height: 49px;
}  
}
@media screen and (max-width: 1100px) {
  .pplr_prdct .prnt {
    gap: 13px;
  }
  header .prnt .srch_ {
    width: 394px;
    margin-left: 22px;
  }
  .prd_bx .rgt > strong {
    font-size: 31px;
    line-height: 36px;
    padding: 13px 0px 15px;
  }
  .prd_bx .rgt .rtng .rgt b {
    font-size: 15px;
    line-height: 19px;
  }
  .prd_bx .rgt .rtng .lft > img {
    height: 17px;
    width: 83px;
  }
  .prd_bx .rgt .pric b {
    font-size: 27px;
    line-height: 34px;
  }
  .prd_bx .rgt .pric del {
    font-size: 15px;
    line-height: 24px;
    padding-right: 14px;
  }
  .prd_bx .rgt .dtl_usp ul li b {
    font-size: 14px;
    line-height: 18px;
  }
  .prd_bx .rgt .dtl_usp ul li span {
    font-size: 13px;
    line-height: 19px;
  }
  .product-col:has(.product-img){
    display: none;
  }
  .form-section .form-grid {
    display: grid;
    grid-template-columns: unset;
    gap: 20px;
} 
.form-section {
    padding: 0px 0 60px;
}
.banner_blk .prnt .lft strong {
    font-size: 32px;
    line-height: 44px;
}

}
@media screen and (max-width: 1024px) {
  header .prnt .cnct > ul:not(.mbl) {
    display: none;
  }
  header .prnt .cnct .mbl {
    display: inline-flex;
    gap: 37px;
    align-items: center;
    margin-right: 20px;
    justify-content: end;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .prnt .cnct .mbl .scnd a img {
    filter: invert(1);
    height: 32px;
  }
  header .prnt .cnct .wshlst > span {
    display: none;
  }
  header .prnt .burgr_icn {
    display: block;
    margin-left: 18px;
  }
  header .prnt .srch_ {
    width: 392px;
    margin-left: 39px;
  }
  header .prnt .cnct ul .fst img:first-child {
    display: none;
  }
  header .prnt .cnct ul .fst img.lst {
    display: block;
    filter: invert(1);
    height: 39px;
  }
  header .prnt .cnct ul .fst span {
    height: 11px;
    width: 11px;
    min-width: 11px;
    right: 2px;
    top: -3px;
    border: 1px solid #1e9397;
    animation: greenBlink 2s infinite ease-in-out;
  }
  header.lndr .prnt .cnct {
    margin-right: 0px;
  }
  header .prnt .srch_ {
    width: 445px;
    margin-left: 160px;
  }
  .rvw_blk .item img {
    height: 330px;
  }
  .prd_bx .rgt .rtng .lft {
    padding-right: 12px;
    margin-right: 15px;
  }
  .card-body b {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 6px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 31px;
    line-height: 44px;
}
}
@media screen and (max-width: 991px) {
  header .prnt .srch_ {
    width: 335px;
    margin-left: 8px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 35px;
    line-height: 45px;
  }
  .banner_blk .prnt .lft p {
    font-size: 16px;
    line-height: 26px;
  }
  .btns a {
    font-size: 14px;
    line-height: 21px;
    gap: 14px;
    padding: 5px 7px 5px 23px;
  }
  .btns a span {
    height: 34px;
    width: 34px;
    min-width: 34px;
  }
  .btns a img {
    height: 13px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 464px;
  }
  .banner_blk .prnt .lft .hd img {
    height: 19px;
    width: 18px;
    min-width: 20px;
  }
  .banner_blk .prnt .lft .hd span {
    font-size: 17px;
    line-height: 20px;
  }
  .prdct_sldr .item .img_blk > img {
    margin: 67px auto 20px auto;
  }
  .tsts_prtr .prnt {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .tsts_prtr .prnt .rgt {
    width: 100%;
    padding-left: 0px;
  }
  .tsts_prtr .prnt .lft {
    width: 100%;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
  }
  .tsts_prtr .prnt .lft img {
    max-width: 90%;
    height: 540px;
  }
  .tsts_prtr .prnt .lft .ovrly {
    right: -25px;
  }
  .pplr_prdct .prnt {
    gap: 11px;
  }
  .pplr_prdct .prnt .item .img_blk > img {
    height: 145px;
    margin: 83px auto 20px auto;
  }
  header .prnt .srch_ {
    width: 390px;
    margin-left: 111px;
  }
  header .prnt .srch_ .auto_sug {
    width: 556px;
  }
  .prd_bx .prnt {
    flex-direction: column;
  }
  .prd_bx .prnt .lft {
    width: 100%;
    max-width: 632px;
    margin: 0 auto;
  }
  .prd_bx .prnt .rgt {
    padding-left: 0px;
    width: 100%;
    margin-top: 47px;
  }
  .prd_bx .rgt .rtng .rgt {
    margin-top: unset;
  }
  .prd_bx .rgt .rtng .lft {
    margin-left: unset !important;
  }
  .sel-bar {
    width: -moz-fit-content;
    width: fit-content;
  }
  .spec-box {
    flex-direction: column;
  }
  .spec-col:first-child {
    padding-right: 0px;
  }
  .spec-col:last-child {
    padding-left: 0px;
  }
  .spec-divider {
    display: none;
  }
  .spec-key {
    font-size: 17px;
    line-height: 21px;
  }
  .spec-row {
    padding: 12px 0;
  }
  .spec-val {
    font-size: 14px;
    line-height: 20px;
  }
  .grn_blk .prnt .rgt {
    width: 100%;
    padding-left: 0px;
    margin-left: unset;
    padding-top: 402px;
  }
  .grn_blk .prnt .lft {
    top: -97px;
    width: 100%;
  }
  .grn_blk .prnt .rgt {
    padding-top: 300px;
  }
  .category img {
    height: 100px;
  }
  .category {
    padding: 7px;
    border-radius: 19px;
  }
  .about-grid {
    display: flex !important;
    grid-template-columns: unset !important;
    gap: 30px;
    align-items: unset !important;
    flex-direction: column !important;
  }
  .about-text {
    padding-left: 0px;
  }
  .about-images {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .step-arrow {
    display: none;
  }
  .steps {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 27px 12px;
  }
  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: unset;
    width: 49%;
  }
  .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cta-grid {
    display: flex !important;
    grid-template-columns: unset;
    align-items: center;
    flex-direction: column;
  }
  .cta-text {
    width: 100%;
  }
.ci-grid {
    grid-template-columns: unset;
    gap: 35px;
}
.info-cards {
    margin-top: 11px;
}
.ci-right {
    justify-content: center;
}
.ci-photo {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
}
.ci-photo img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
header .prnt .srch_ .auto_sug {
    right: 8px;
}
.banner_blk .prnt .lft strong {
    font-size: 28px;
    line-height: 43px;
}

}
@media screen and (max-width: 880px) {
  header .prnt .cnct .mbl {
    gap: 23px;
    margin-right: 18px;
  }
  header .prnt .burgr_icn {
    display: block;
    margin-left: 28px;
  }
  header .prnt .srch_ {
    width: 260px;
    margin-left: 8px;
  }
  header .prnt .cnct .mbl .scnd a img {
    filter: invert(1);
    height: 28px;
  }
  .banner_blk .prnt .lft strong span {
    display: inline;
  }
  .banner_blk .prnt .lft strong {
    font-size: 27px;
    line-height: 35px;
  }
  .btns a {
    font-size: 12px;
    line-height: 17px;
    gap: 14px;
    padding: 4px 6px 4px 21px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 430px;
    gap: 13px;
  }
  .banner_blk .prnt .rgt .slide-track img {
    height: 159px;
  }
  .banner_blk .prnt .rgt .column:last-child {
    top: 14px;
  }
  .banner_blk .prnt .rgt .column:first-child {
    bottom: 14px;
  }
  .pplr_prdct .prnt .item {
    width: 49.2%;
  }
  .cprgt .prnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    flex-direction: column;
    gap: 7px;
  }
  header .prnt .srch_ {
    width: 322px;
    margin-left: 72px;
  }
  header .prnt .srch_ .auto_sug {
    width: 488px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk b {
    font-size: 15px;
    line-height: 18px;
  }
  .cte_prdctt .categories {
    gap: 7px;
  }
  .cte_prdctt .categories .category {
    width: 100%;
  }
  .category img {
    height: 140px;
  }
  .about-img.tall {
    aspect-ratio: unset;
    height: 390px;
    margin-bottom: 0px;
  }
  .about-img.short {
    aspect-ratio: unset;
    margin-top: 32px;
    height: 300px;
  }
  .videos,
  .projects,
  .how,
  .about {
    padding: 55px 0px;
  }
}
@media screen and (max-width: 767px) {
  header .prnt {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 23px 22px;
  }
  header .prnt .lgo {
    width: 152px;
    order: 1;
  }
  header .prnt .srch_ {
    width: 100%;
    margin-left: 0px;
    order: 5;
    margin-top: 21px;
    position: relative;
  }
  header .prnt .cnct {
    margin-left: 0px;
    gap: 11px;
    order: 3;
  }
  header .prnt .burgr_icn {
    margin-left: 0px;
  }
  header .prnt {
    border-radius: 16px;
  }
  header .prnt .srch_ form input {
    border-radius: 6px;
  }
  .tsts_prtr .prnt .lft .ovrly {
    right: 0px;
  }
  header .prnt .srch_ .auto_sug {
    width: 100%;
    left: 0;
    top: 75px;
  }
  header .prnt .srch_ .auto_sug.shw_ {
    top: 54px;
  }
  header .prnt .lgo {
    width: 182px;
  }
  .banner_blk .prnt {
    padding: 40px 0px;
    flex-direction: column;
    gap: 35px;
  }
  .banner_blk .prnt .lft {
    width: 100%;
  }
  .banner_blk .prnt .rgt {
    width: 100%;
    position: relative;
    right: unset;
    top: unset;
  }
  .banner_blk .prnt {
    padding: 40px 0px 0px 0px;
    flex-direction: column;
    gap: 35px;
  }
  .banner_blk .prnt .rgt .slider-wrapper {
    height: 458px;
    gap: 13px;
    padding-left: 0px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 31px;
    line-height: 44px;
  }
  .srvcs_blk {
    padding: 43px 0px;
  }
  .pplr_prdct .prnt {
    gap: 10px;
  }
  .rvw_blk {
    padding: 50px 0px;
  }
  .tsts_prtr {
    padding: 63px 0px;
  }
  .blg_blk .prnt .item .img_blk img {
    height: 223px;
  }
  footer.hme {
    padding: 157px 0px 30px 0px;
  }
  .cprgt .prnt img {
    height: 19px;
    width: 83px;
  }
  footer .tp ul.frdt {
    width: 100%;
  }
  footer .tp form {
    width: 100%;
  }
  .banner_blk .prnt .lft p {
    font-size: 17px;
    line-height: 31px;
  }
  header.lndr .prnt .cnct .mbl {
    margin-right: 0px !important;
  }
  header.lndr .prnt .lgo {
    margin-left: 33px;
  }
  .breadcrumbs .cnt b {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 9px;
  }
  .breadcrumbs .cnt {
    padding: 62px 0px 59px 0px;
    position: relative;
  }
  .prd_bx {
    padding: 60px 0px;
  }
  .pv-card {
    height: 530px;
  }
  .pv-stage {
    margin-top: 4px;
  }
  .pv-obj img {
    height: 391px;
  }
  .pv-hint {
    margin-top: -1px;
    text-align: center;
  }
  .category img {
    height: 122px;
  }
  .category b {
    padding-bottom: 3px;
  }
  header.sub_pge .prnt .srch_ .auto_sug.shw_ {
    top: 55px !important;
  }
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-img {
    height: 180px;
  }
  .contact-info-section {
    padding: 55px 0px;
}
.map-wrap {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}
header .prnt .srch_ {
    margin-top: 13px;
}
header .prnt .lgo {
    width: 193px;
}
.bulk-order-tab {
    font-size: 13.5px;
    padding: 13px 5px;
    top: 50%;
}
}
@media screen and (max-width: 650px) {
  header .prnt .srch_ form button {
    top: 9px;
  }
  .tsts_prtr .prnt .lft img {
    height: 507px;
  }
  .pplr_prdct .prnt {
    gap: 8px;
  }
  .pplr_prdct .prnt .item .txt_blk > b {
    font-size: 15px;
    line-height: 16px;
  }
  .pplr_prdct .prnt .item .txt_blk strong {
    font-size: 19px;
    line-height: 14px;
  }
  .pplr_prdct .prnt .item .txt_blk > a {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 23px;
    margin-top: 17px;
    font-weight: 600;
  }
  .pplr_prdct .prnt .item .txt_blk {
    padding: 17px 17px 19px 21px;
  }
  header .prnt .cnct .mbl {
    margin-right: 0px;
  }
  .srvcs_blk .pren .itm > img {
    height: 244px;
  }
  .pv-card {
    height: 490px;
  }
  .pv-obj img {
    height: 356px;
  }
  .grn_blk {
    margin-top: 132px;
  }
  .steps {
    gap: 22px 10px;
  }
  .cta {
    padding: 50px 0;
  }
  .cta-card h3 {
    font-size: 13px;
    line-height: 18px;
  }
  .cta-card p {
    font-size: 15px;
    line-height: 21px;
  }
.info-card {
    width: 100%;
    min-width: max-content;
}
.ci-photo img {
    height: 460px;
}
}
@media screen and (max-width: 550px) {
  header .prnt .lgo {
    width: 157px;
  }
  header .prnt .cnct .mbl {
    gap: 21px;
    margin-right: 9px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 30px;
    line-height: 43px;
  }
  .banner_blk .prnt {
    padding: 27px 0px 0px 0px;
    flex-direction: column;
    gap: 35px;
  }
  .banner_blk .prnt .lft p {
    font-size: 17px;
    line-height: 27px;
  }
  .prdct_sldr .item .txt_blk > b {
    font-size: 17px;
    line-height: 17px;
  }
  .prdct_sldr .item .txt_blk strong {
    font-size: 20px;
    line-height: 22px;
  }
  .prdct_sldr .item .txt_blk > a {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 23px;
    margin-top: 12px;
    font-weight: 500;
  }
  .tsts_prtr .prnt .lft img {
    height: 400px;
  }
  .tsts_prtr .prnt .lft .ovrly {
    top: 251px;
  }
  .tsts_prtr .prnt .rgt ul li .txt_blk b {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 7px;
    font-weight: 700;
  }
  .tsts_prtr .prnt .rgt ul li .txt_blk span {
    font-size: 16px;
    line-height: 22px;
  }
  .tsts_prtr .prnt .rgt a {
    font-size: 14px;
    line-height: 22px;
    gap: 15px;
    padding: 4px 6px 4px 29px;
  }
  .tsts_prtr .prnt .rgt a span {
    height: 36px;
    width: 36px;
    min-width: 36px;
  }
  .tsts_prtr .prnt .rgt a img {
    height: 12px;
  }
  .pplr_prdct .prnt .item {
    width: 100%;
  }
  .pplr_prdct .prnt .item .img_blk > img {
    height: 198px;
    margin: 77px auto 29px auto;
  }
  .pplr_prdct .prnt {
    gap: 13px;
  }
  .cprgt .prnt p:first-child {
    font-size: 16px;
    line-height: 24px;
  }
  .tsts_prtr .prnt .lft .ovrly img {
    height: 54px;
    width: 54px;
  }
  .tsts_prtr .prnt .lft .ovrly span {
    font-size: 14px;
    line-height: 23px;
  }
  footer .tp ul.frdt b {
    font-size: 26px;
    line-height: 33px;
  }
  footer .tp {
    row-gap: 25px;
  }
  footer .btm .itm:last-child ul li b {
    font-size: 15px;
    line-height: 23px;
    width: 85px;
  }
  footer .btm .itm:last-child ul li img {
    width: 126px;
  }
  footer .btm .itm:last-child ul li span {
    font-size: 16px;
    line-height: 25px;
  }
  footer .btm .itm > b {
    font-size: 18px;
    line-height: 24px;
  }
  footer .btm {
    padding-top: 22px;
  }
  header .prnt .srch_ .auto_sug {
    flex-direction: column;
  }
  header .prnt .srch_ .auto_sug .catg {
    width: 100%;
  }
  header .prnt .srch_ .auto_sug .prds {
    width: 100%;
  }
  header .prnt .srch_ .auto_sug .catg ul {
    height: 160px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt {
    height: 181px;
    overflow-y: auto;
  }
  header .prnt .srch_ .auto_sug .catg ul li {
    margin-right: 10px;
  }
  header .prnt .srch_ .auto_sug .catg ul li:not(:last-child) {
    padding-bottom: 3px;
  }
  header .prnt .srch_ .auto_sug .catg ul li a {
    font-size: 14px;
    line-height: 25px;
    padding: 6px 14px;
  }
  header .prnt .srch_ .auto_sug .catg b,
  header .prnt .srch_ .auto_sug .prds b {
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 11px;
  }
  .srvcs_blk .pren .itm > img {
    height: 200px;
    border-radius: 13px;
  }
  .srvcs_blk .pren .itm .txt .lft b {
    font-size: 13px;
    line-height: 16px;
  }
  .srvcs_blk .pren .itm .txt .rgt span {
    height: 29px;
    width: 29px;
    min-width: 29px;
  }
  .srvcs_blk .pren .itm .txt {
    padding: 7px 13px;
    border-radius: 3px 18px 2px 9px;
  }
  .srvcs_blk .pren .itm .txt .rgt span img {
    height: 10px;
  }
  .breadcrumbs .cnt b {
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 9px;
  }
  .breadcrumbs .cnt ul li {
    font-size: 16px;
    line-height: 23px;
  }
  .breadcrumbs .cnt ul li span {
    font-size: 15px;
    line-height: 27px;
  }
  .breadcrumbs .cnt {
    padding: 52px 0px 52px 0px;
  }
  .pv-left {
    width: 106px;
  }
  .pv-thumbs {
    gap: 15px;
  }
  .pv-thumb {
    width: 84px;
    height: 84px;
  }
  .pv-obj img {
    height: 296px;
  }
  .prd_bx .rgt .dtl_usp ul li b {
    font-size: 13px;
    line-height: 16px;
  }
  .grn_blk .prnt .rgt {
    padding-top: 193px;
  }
  .grn_blk .prnt .lft img {
    height: 316px;
  }
  .grn_blk .prnt .lft {
    top: -82px;
    width: 100%;
  }
  .about-img.tall {
    height: 321px;
  }
  .btn:has(a) {
    padding: unset;
  }
  .about-text .btn a {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 7px 5px 22px;
  }
  .about-text .btn a span {
    height: 33px;
    width: 33px;
    min-width: 33px;
  }
  .about-text .btn a img {
    height: 11px;
  }
  .step {
    width: 100%;
  }
  .step p {
    max-width: 100%;
  }
  .videos,
  .projects,
  .how,
  .about {
    padding: 45px 0px;
  }
  .filter {
    width: 100%;
  }

  .project-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-img {
    height: 239px;
  }
  .cta-cards {
    width: 100%;
    grid-template-columns: unset;
  }
  .info-cards {
    grid-template-columns: none;
}
.ci-photo img {
    height: 420px;
}
.contact-info-section {
    padding: 40px 0px;
}
.map-wrap {
    height: 400px;
}
.map-btn {
    margin-top: 12px;
}
.prd_bx .rgt .dtl_usp {
display:none;
}
.prd_bx {
    padding: 60px 0px 40px !important;
}
.videos .video-grid {
    z-index: auto;
}
header .prnt .lgo {
    width: 182px;
}
.modal-icon {
   display:none;
}
}
@media screen and (max-width: 450px) {
  header .prnt .lgo {
    width: 124px;
  }
  header .prnt {
    padding: 22px 19px;
  }
  header .prnt .burgr_icn img {
    height: 19px;
  }
  header .prnt .cnct ul .fst img.lst {
    height: 29px;
  }
  header .prnt .cnct .mbl {
    gap: 12px;
    margin-right: 9px;
  }
  header .prnt .cnct .mbl .scnd a img {
    height: 22px;
  }
  header .prnt .cnct .wshlst a img {
    height: 22px;
    width: 24px;
    min-width: 24px;
  }
  header .prnt .cnct .wshlst a span {
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 14px;
    top: -8px;
    right: -11px;
  }
  header .prnt .cnct {
    gap: 10px;
  }
  header .prnt .lgo {
    width: 138px;
  }
  header .prnt .lgo a {
    display: block;
    margin-right: 0px;
  }
  header .prnt .srch_ .auto_sug ul li a span {
    font-size: 15px;
    line-height: 20px;
  }
  header .prnt .srch_ .auto_sug ul li a img {
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 6px;
  }
  .banner_blk .prnt .lft strong {
    font-size: 29px;
    line-height: 38px;
  }
  .banner_blk .prnt .lft p {
    font-size: 16px;
    line-height: 25px;
  }
  .btns a {
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    gap: 14px;
    padding: 4px 6px 4px 21px;
  }
  .btns a span {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
  .btns {
    gap: 13px;
    margin-top: 20px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 22px;
    line-height: 33px;
  }
  footer .tp ul.frdt > img {
    height: 57px;
    width: 51px;
    min-width: 51px;
  }
  footer .tp ul.frdt span {
    font-size: 15px;
    line-height: 21px;
  }
  footer.hme {
    padding: 142px 0px 30px 0px;
  }
  footer .tp form input {
    padding: 13.5px 39px;
  }
  footer .tp form button {
    right: 7px;
    top: 6px;
    padding: 8px 41px;
    font-size: 14px;
    line-height: 24px;
  }
  .cprgt .prnt p:last-child {
    font-size: 14px;
    line-height: 24px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .cprgt .prnt img {
    height: 20px;
    width: 76px;
  }
  .cprgt .prnt p:first-child {
    font-size: 13px;
    line-height: 21px;
  }
  .cprgt .prnt p:last-child b {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
  }
  footer .btm .itm > b:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 217, 77, 0.3019607843);
  }
  footer .btm .itm > b {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
  }
  footer .btm .itm > b::before {
    top: 27%;
  }
  footer .btm .itm > b::after {
    top: 27%;
  }
  footer .tp form input {
    padding: 13.5px 39px 13.5px 25px;
  }
  footer .btm .itm p {
    font-size: 15px;
    line-height: 25px;
    max-width: 100%;
  }
  footer .btm .itm .sdrs > img {
    height: 43px;
    width: 43px;
    min-width: 43px;
  }
  footer .btm .itm ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  footer .btm .itm:last-child ul li b {
    font-size: 13px;
    line-height: 17px;
    width: 76px;
  }
  footer .btm .itm:last-child ul li img {
    width: 86px;
    margin-right: 8px;
  }
  footer .btm .itm:last-child ul li span {
    font-size: 14px;
    line-height: 22px;
  }
  footer.hme {
    padding: 142px 0px 19px 0px;
  }
  footer .tp .lst .scl_icn li a {
    height: 45px;
    width: 45px;
  }
  footer .tp .lst .scl_icn li a img {
    height: 19px;
  }
  header .prnt .cnct .mbl {
    margin-right: 0px;
  }
  .breadcrumbs .cnt b {
    font-size: 21px;
    line-height: 19px;
    padding-bottom: 9px;
  }
  .pv-left {
    width: 75px;
  }
  .pv-thumb {
    width: 66px;
    height: 66px;
  }
  .pv-card {
    height: 379px;
  }
  .pv-obj img {
    height: 245px;
  }
  .prd_bx .rgt > strong {
    font-size: 25px;
    line-height: 32px;
    padding: 15px 0px 13px;
  }
  .prd_bx .rgt .rtng {
    align-items: flex-start;
    margin: 12px 0px;
    flex-direction: column;
    gap: 9px;
  }
  .prd_bx .rgt .rtng .lft {
    padding-right: 0px;
    margin-right: 0px;
    border-right: unset;
  }
  .prd_bx .rgt .rtng .rgt b {
    font-size: 19px;
    line-height: 23px;
  }
  .prd_bx .rgt .dtl_usp ul li:not(:last-child) {
    margin-right: 0px;
    padding-right: 0px;
    border-right: unset;
  }
  .prd_bx .rgt .dtl_usp ul {
    flex-direction: column;
    gap: 22px;
  }
  .prd_bx .rgt .dtl_usp ul li {
    width: 100%;
  }
  .spec-val {
    font-size: 13px;
    line-height: 16px;
  }
  .spec-key {
    font-size: 16px;
    line-height: 17px;
  }
  .grn_blk .prnt .rgt b {
    font-size: 23px;
    line-height: 31px;
  }
  .grn_blk .prnt .rgt > span {
    line-height: 35px;
    font-size: 26px;
  }
  .grn_blk .prnt .rgt p {
    font-size: 15px;
    line-height: 25px;
  }
  .grn_blk {
    margin-top: 110px;
  }
  .categories {
    margin-bottom: 24px;
    margin-top: 30px;
    position: relative;
  }
  .category img {
    height: 110px;
  }
  .topbar {
    padding: 9px 16px;
    font-size: 12px;
    line-height: 20px;
  }
  .topbar {
    padding: 8px 9px;
    font-size: 12px;
    line-height: 20px;
  }
  header .prnt {
    padding: 20px 14px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .img_blk {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .img_blk img {
    height: 34px;
    width: 34px;
    object-fit: contain;
  }
  header .prnt .srch_ .auto_sug {
    flex-direction: column-reverse;
  }
  header .prnt .srch_ .auto_sug .prds {
    background-color: #f3f1f1;
  }
  header .prnt .srch_ .auto_sug .catg {
    background-color: #fff;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a:not(:last-child) {
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .img_blk {
    border: 1px solid #00c103;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk span {
    font-size: 15px;
    line-height: 19px;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk del {
    font-size: 13px;
    line-height: 22px;
    padding-left: 4px;
  }
  .topbar div {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 24px;
  }
  header .prnt .srch_ .auto_sug .catg b,
  header .prnt .srch_ .auto_sug .prds b {
    color: #e2000f;
    padding-bottom: 14px !important;
  }
  header .prnt .srch_ .auto_sug .prds .prd_pnt a .txt_blk b {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 4px !important;
  }
  .videos .video-grid .video-tile {
    height: 270px;
  }
  .about-images {
    gap: 9px;
  }
  .about-img.tall {
    height: 286px;
  }
  .stats-grid {
    grid-template-columns: auto;
  }
  .contact-info-section .ci-left p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 17px;
}
.ci-photo img {
    height: 320px;
}
.map-wrap {
    height: 340px;
}
.field-row {
    grid-template-columns: auto;
    gap: 5px;
}
.form-section .form-grid {
    gap: 19px;
}
.cform {
    gap: 5px;
}
.flbl {
    font-size: 15px;
    line-height: 16px;
}
.form-section {
    padding: 0px 0 45px;
}
header .prnt .lgo {
    width: 164px;
}

} /*# sourceMappingURL=style.css.map */


.form-msg--success {
  color: #fff;
  background: #1a7f37; /* green */
}
.form-msg--success svg {
  stroke: #fff;
}

.form-msg--error {
  color: #fff;

}
.form-msg--error svg {
  stroke: #fff;
}


/* Success message */
.form-msg--success {
  color: #fff;
}
.form-msg--success svg {
  stroke: #fff;
}

/* Error messages */
.form-msg--error {
  color: #fff;
}
.form-msg--error svg {
  stroke: #fff;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}